Posts

Showing posts with the label #wifi #ubuntu #adapter #sony #vaio #laptop

WiFi adapter not found issue in Ubuntu 20.04

I was facing "WiFi adapter not found" issue in my Ubuntu 20.04 installation on Sony VAIO laptop. I had followed multiple steps but it did not resolve issue. Following steps are something which helped me. sudo apt update sudo apt upgrade sudo apt update-pciids sudo install firmware-b43-installer sudo reboot sudo install firmware-b43-installer sudo apt-get update sudo apt-get upgrade sudo apt-get install --reinstall bcmwl-kernel-source sudo reboot I have tried and executed few of steps multiple times, I'm not aware of the reason but above steps should work. Make sure there is no error displayed in steps above. This post helped me identify few of the steps.