首先确定你的无线网卡在系统->首选项->硬件信息里面显示的是BCM94311MCG wlan mini-PCI,这样这篇文章对你才有用。
严重注意:本文中所有的由右向左的斜下划线如在ubuntu下不能正常显示请自行结合语境理解,谢谢合作。
1. First step, you must uninstall ndiswrapper & bcm43xx-fwcutter
1、卸载你的ndiswrapper & bcm43xx-fwcutter。在终端中输入
sudo apt-get remove ndiswrapper-common ndiswrapper-utils-1.9
sudo apt-get remove bcm43xx-fwcutter
2. Add bcm43xx to the /etc/modprobe.d/blacklist file
2、在/etc/modprobe.d/blacklist这个文件中加入这一行(引号内的,不含引号)
add this line “blacklist bcm43xx” (without “”)
3. Reboot
3、重启
4. Download driver for BCM94311MCG wlan mini-PCI
4、找到broadcom的windows驱动中的bcmwl5.inf文件(如果没有请给我留言或发我邮箱:yanchengyuan@gmail.com),将它移动到/home/你的目录下
mv bcmwl5.inf /home/$yourname/
5. Install ndiswrapper from source:
5、下载ndiswrapper源码并编译安装。
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`
sudo ln -s /usr/src/linux-`uname -r` /lib/modules/`uname -r`/build
sudo wget http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.49.tar.gz
tar xvzf ndiswrapper-1.49.tar.gz
cd ndiswrapper-1.49
make distclean
make
sudo make install
6. Install windows driver (BCM94311MCG wlan mini-PCI) with ndiswrapper
6、用ndiswrapper安装windows的broadcom驱动
cd /home/yourname/
sudo ndiswrapper -i bcmwl5.inf
ndiswrapper -l
打开/etc/modules文件
sudo vim /etc/modules
加上这一行(引号内的,不含引号)
add this line “ndiswrapper” (without “”)
在终端中输入
sudo modprobe ndiswrapper
sudo ndiswrapper -m
7. Reboot
7、重启
我的broadcom从此为我所用。希望这也对你们有帮助。
hshuangfei 于 2009-01-13 15:58:48发表:
这个驱动怎么都不能下载了呢?有更新的么?