你可以直接换一个带无线驱动包的内核呀,改sfs名字就可以:
http://www.lucky8k.com/thread-134487-1-1.html
http://www.lucky8k.com/thread-133849-1-1.html
兼容的驱动:
The following kernel modules are incompatible with this driver and should not be loaded:
ssb
bcma
b43
brcmsmac
Make sure to unload (rmmod command) and blacklist those modules in order to prevent them from being automatically reloaded during the next system startup:
/etc/modprobe.d/blacklist.conf
# wireless drivers (conflict with Broadcom hybrid wireless driver 'wl')
blacklist ssb
blacklist bcma
blacklist b43
blacklist brcmsmac
Compile and install
Manually
Build and install for the running kernel:
$ make
$ make install
$ depmod -A
$ modprobe wl
Automatically
Using DKMS and the included dkms.conf file, one can let the operating system rebuild and install the module automatically on every new kernel installation:
$ dkms add /path/to/this/repo
$ dkms status
broadcom-wl, 6.30.223.271: added
Providing that the dkms service is enabled, the module should appear as installed in the list of modules managed by DKMS after the system boots for the first time on the new kernel:
$ dkms status
broadcom-wl, 6.30.223.271, 4.7.6-200.x86_64, x86_64: installed
如果你不熟悉编译。已帮你在微信群反馈给打包的网友了,过几天应该就有pet上传到论坛上留意下。 |