11-01-2014, 09:40 PM
Might take a little debugging of sorts sadly, when you run and update we need the output of the command
You have to understand i do not own all the hardware on earth to test this myself... you can also read over this page https://help.ubuntu.com/community/WifiDo...t%20access
notably the section with
Basicly... looks like you DO have the drivers, but they may be somehow disabled.
How comfortable are you with kernel modules?
Code:
lshw -c network
You have to understand i do not own all the hardware on earth to test this myself... you can also read over this page https://help.ubuntu.com/community/WifiDo...t%20access
notably the section with
Code:
sudo modprobe -r b43 ssb
sudo modprobe b43
Basicly... looks like you DO have the drivers, but they may be somehow disabled.
How comfortable are you with kernel modules?