網絡管理器里可以識別網卡,但無法上網,google后發現很多方法,但都不頂用,最后發現http://linuxwireless.org/en/users/Drivers/b43這篇文章能解決問題,具體方法如下:
Fedora
With Fedora 10 and above, You need to install the b43-fwcutter tool (which will extract firmware from the Windows driver) and wget:
su - 2 yum install b43-fwcutter wget
Next, download the Windows driver:
1 wget http://downloads.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Next decompress, extract and copy firmware to /lib/firmware directory.
tar xjf broadcom-wl-4.150.10.5.tar.bz2 2 cd broadcom-wl-4.150.10.5/driver 3 b43-fwcutter -w /lib/firmware/ wl_apsta_mimo.o現在就可以連接無線網絡了