11-01-2014, 09:51 PM
Read the previous link in my last post, as well as the directions posted.
Now with that said, lets go a little deeper.. There is a section on this site called "Switching between drivers"
http://wireless.kernel.org/en/users/Drivers/b43
Read as much of it as you can, but basicly... after an update you need to run :
and look for the section that looks like this:
if you dont see driver=b43 try running
And waiting for the wireless to kick in, if this doesnt work try to post the entire contents of the lshw command here. (I'm sorry this is so hard with no networking when it goes wrong)
Now with that said, lets go a little deeper.. There is a section on this site called "Switching between drivers"
http://wireless.kernel.org/en/users/Drivers/b43
Read as much of it as you can, but basicly... after an update you need to run :
Code:
lshw -c network
and look for the section that looks like this:
Code:
configuration: broadcast=yes driver=b43 driverversion=3.13.0-24-generic firmware=666.2 ip=192.168.1.6 link=yes multicast=yes wireless=IEEE 802.11bg
if you dont see driver=b43 try running
Code:
sudo modprobe b43
And waiting for the wireless to kick in, if this doesnt work try to post the entire contents of the lshw command here. (I'm sorry this is so hard with no networking when it goes wrong)