I am having trouble with the Wifi drivers on my new instillation of Ubuntu. This is my first time using Linux, but I am familiar with Unix from OS X. I have replaced OS X with Ubuntu on an older model Macintosh. I have done a little research on the problem yielding no solutions.
Using sudo lshw -C network
, I can gather that I have a BCM4322 card (Wireless LAN Controller). But when I try to get the PCI ID with lspci -mn -d 14e4:
, I get "0280" "14e4" "432b" -r01 "106b" "008e"
, which I don't understand.
So how can I acquire the appropriate drivers?
It may also be worth mentioning that there are no wireless extensions when using the command iwconfig
.
Thanks for taking the time to read and answer, AidoP
multiverse
repository" - check this: http://askubuntu.com/questions/89096/how-do-i-enable-the-multiverse-repository. If you've done that, runsudo apt-get update
and then try installing it again. – David Bailey May 27 '15 at 10:36