Everything works fine before i did one of the following :
Code: Select all
sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
When the rpi is booting, i got the message : Failed to start Configure Bluetooth Modems connected by UART. When I see this error, WiFi is not working anymore. Also, when I run raspi-config, and the network options for wifi, I get the message "No wireless interface found". Usually, it happens when I've complete a fresh install on a externall HDD (not happening on sd card) and these lines had fix the problem :
Code: Select all
sudo apt-get install raspberrypi-sys-mods
sudo apt-get install --reinstall pi-bluetooth
sudo reboot
Please, help me!