I recently did a fresh install on my sons laptop HP Pavilion dv5000. Everything worked fine except the wifi. The system could see the wifi network adaptor (broadcom b43) however after a little exploring and research on the net I found that the drivers were not installed. I tried to install the drives as outlined at this site: https://help.ubuntu.com/community/Wi...Driver/bcm43xx. First I used - lspci -vvnn | grep 14e4 - this showed me what the network hardware was. I then entered:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
All this did for me was to remove the check box and the enable wireless in the network manager. I tested 10.04 using a liveCD and the wifi worked so what I ended up doing was installing 10.04 LTS and upgrading to Precise. There had to be an easier and less time consuming way to get the broadcom b43 driver installed. So for future reference, what are my options besides going back to a working copy of Kubuntu and updating from there?
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
All this did for me was to remove the check box and the enable wireless in the network manager. I tested 10.04 using a liveCD and the wifi worked so what I ended up doing was installing 10.04 LTS and upgrading to Precise. There had to be an easier and less time consuming way to get the broadcom b43 driver installed. So for future reference, what are my options besides going back to a working copy of Kubuntu and updating from there?
Comment