Sorry about all the questions, but everyone's been so helpful here.
I have a raspberry pi 5 that suddenly stopped accessing the internet. (Since it's Linux based, I assume it's ok to post here about raspberry pi's?) I didn't make any changes, I just turned in on and off, and the next time I turned it on it could not access the internet. It's just a simple SSID and password connection. I do nothing fancy. I did try an ethernet cable just in case, but it doesn't work either.
The results from running
I cannot ping anything, not even my default gateway. I get no results.
I tried something to see if I could get connected... I temporarily disabled
I compared the results to another micro sd card with an OS on it that I have that accesses the internet correctly. This is what
On the card that is not accessing the internet, I don't understand what any of this means,
Any help figuring out what the problem is, I would greatly appreciate. Thank you so much.
I have a raspberry pi 5 that suddenly stopped accessing the internet. (Since it's Linux based, I assume it's ok to post here about raspberry pi's?) I didn't make any changes, I just turned in on and off, and the next time I turned it on it could not access the internet. It's just a simple SSID and password connection. I do nothing fancy. I did try an ethernet cable just in case, but it doesn't work either.
The results from running
ip a
and ip r
look fine. The connection is up.I cannot ping anything, not even my default gateway. I get no results.
I tried something to see if I could get connected... I temporarily disabled
NetworkManager
and edited wpa_supplicant.conf
to include my country, SSID & password. I then ran a log wpa_supplicant.log
which is showing this:
Code:
Succesfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
nl80211: Driver does not support authentication/association or connect commands
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Could not read interface wlan0 flags: No such device
wlan0: Failed to initialize driver interface
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Successfully initialized wpa_supplicant
wlan0: Failed to initiate sched scan
wpa_supplicant.log
shows on that card after I follow the same steps:
Code:
Succesfully initialized wpa_supplicant
nl80211: kernel reports: Match already configured
ctrl_iface exists and seems to be in use - cannot override it
Delete '/var/run/wpa_supplicant/wlan0' manually if it is not used anymore
Failed to initialize control interface 'DIR=/var/run/wpa_supplicant
GROUP=netdev'.
You may have another wpa_supplicant process already running or the file was left by an unclean termination of wpa_supplicant in which case you will need to manually remove this file before starting wpa_supplicant again.
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
wlan0: CTRL-EVENT-DSCP-POLICY clear_all
nl80211: deinit ifname=wlan0 disabled_11b_rates=0
On the card that is not accessing the internet, I don't understand what any of this means,
Could not read interface wlan0 flags: No such device
, Could not read interface wlan0 flags: No such device
, nl80211: deinit ifname=wlan0 disabled_11b_rates=0
or anything else it says.Any help figuring out what the problem is, I would greatly appreciate. Thank you so much.
Last edited: