Code: Select all
sudo apt update
sudo apt dist-upgrade(commands were similar to this as I upgraded 20 days ago). When upgrading I interrupted the upgrade 2-3 times but the upgrade was installed successfully. Later on, I kept the pi as it is for some days and again booted it after a few days.
Then I noticed that my pi is unable to connect to my WiFi network. It was showing
Code: Select all
No wireless interfaces found The ifconfig wlan0 gives:
Code: Select all
wlan0: flag=4098<BRADCAST,MULTICAST> mtu 1500
ether b8:27:eb:db:be:ea txqueue len 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 0Code: Select all
SIOCSIFFLAGS: Input/Output errorCode: Select all
wpa_supplicant.confFurthermore, I've tried and successfully failed:
Code: Select all
iwlist wlan0 scan
sudo rfkill unblock all
sudo killall wpa_supplicant
sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0
sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -dCode: Select all
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid "network-name"
wpa-psk "network-password"Neither WiFi nor Bluetooth is working on my Pi. What should I do now? I'm trying for 1 week.
I bought a Wifi dongle, also that is not working.
Please help me, guys.
Thanks.