Quantcast
Viewing all articles
Browse latest Browse all 5114

General discussion • WiFi problem with RPi3B

I noticed today that the built-in WiFi on my Pi3B is no longer working. Perhaps it is because my router only supports WPA2 and WPA3?

dhcpcd.conf contains

Code:

interface wlan0static ip_address=192.168.0.26/24static routers=192.168.0.1static domain_name_servers=192.168.0.1 8.8.8.8 fd51:42f8:caae:d92e::1
ifconfig shows:

Code:

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500        ether b8:27:eb:f8:46:57  txqueuelen 1000  (Ethernet)        RX packets 0  bytes 0 (0.0 B)        RX errors 0  dropped 0  overruns 0  frame 0        TX packets 0  bytes 0 (0.0 B)        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
wpa_supplicant.conf contains:

Code:

update_config=1country=ILnetwork={        ssid="Bookman_IoT"                                                                                                                                                         psk="XXXXXXXXX"        key_mgmt=WPA2-PSK}
iwconfig shows:

Code:

wlan0     IEEE 802.11  ESSID:off/any            Mode:Managed  Access Point: Not-Associated   Tx-Power=31 dBm             Retry short limit:7   RTS thr:off   Fragment thr:off          Power Management:on
iwlist scan wlan0 shows:

Code:

                    IE: IEEE 802.11i/WPA2 Version 1                        Group Cipher : CCMP                        Pairwise Ciphers (1) : CCMP                        Authentication Suites (1) : PSK 
It also shows cells for all the available WiFis, so I am thinking that WiFi is working, but perhaps there is problem with WPA2

system.log says:

Code:

Dec 16 20:50:46 booke02-pi3 dhcpcd[400]: wlan0: connected to Access Point `'Dec 16 20:50:46 booke02-pi3 dhcpcd[400]: eth0: waiting for carrierDec 16 20:50:46 booke02-pi3 dhcpcd[400]: wlan0: waiting for carrierDec 16 20:50:46 booke02-pi3 dhcpcd[400]: eth0: carrier acquired
Is there any way that I can get WiFi to work?

Statistics: Posted by booke02 — Mon Dec 18, 2023 8:14 pm



Viewing all articles
Browse latest Browse all 5114

Trending Articles