2013年9月29日 星期日

Install Broadcom wireless driver on Debian

許多 Broadcom 無線網路卡驅動程式可透過 firmware-b43-installer 及 b43fwcutter 自動下載安裝
# apt-get install firmware-b43-installer



Broadcom 43xx wireless devices 驅動方案及 firmware-b43-installer 使用方法
https://wiki.debian.org/bcm43xx


firmware-b43-installer Troubleshooting
https://help.ubuntu.com/community/BroadcomSTA(Wireless)


firmware-b43-installer 支援的 Broadcom 型號以及其他替代方案
http://wireless.kernel.org/en/users/Drivers/b43





Broadcom BCM43228 安裝 Broadcom-STA (wl) 驅動 (使用 moduel-assistant)
# lspci -n | grep 14e4
02:00.0 0280: 14e4:4359
# apt-get install module-assistant wireless-tools
# m-a a-i broadcom-sta
# echo blacklist brcm80211 >> /etc/modprobe.d/broadcom-sta-common.conf
# update-initramfs -u -k $(uname -r)
# modprobe -r b44 b43 b43legacy ssb brcm80211
# modprobe wl
HOW TO: Install Broadcom-STA (wl) driver in LMDE - Linux Mint Community

沒有留言:

張貼留言