林网博客

探讨计算机网络安全 拓展计算机网络应用

« 原来有一天可以这样的沮丧和进退两难SB LIVE/Audigy声卡 for VISTA最完美EAX支持驱动 »

ubuntu下BCM94311MCG wlan mini-PCI(BCM43xx)的驱动安装方法

这是典型的技术文章,ubuntu是我羡慕已久的实验品,大众化的交口称赞与争吵,不断更新的惊奇升级,都给我带来了极大的诱惑力,在我这些年接触非win系统的过程中,这个算是印象比较深刻的;总是因为比较忙或者硬盘空间有限,不能过多伸展,现在空闲不多,但好在硬盘空间腾出来了,该死的,160G串口物理损坏后利用盘对盘克隆,搞反了,数据全没了,利用我以前所讲的无数种数据恢复方法,也没有找到我想找的数据回来,没有办法,从头再来吧!2004年配置的电脑,也基本该到浑身毛病的时候了;闲暇下来,就把这个ubuntu8.10给安装上,真是跟不上步伐,上次刚利用1M的网速下载下来服务器版本和桌面版本的镜像,现在8.10也出来了。

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、下载附件中的bcmwl5_inf.tar.gz文件,解压后生成bcmwl5.inf。将bcmwl5.inf移动到/home/你的目录下

5. Install ndiswrapper from source:
5、下载ndiswrapper源码并编译安装(附件里有)。
#这一步直接用源里的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驱动(必须将bcmwl5.inf与bcmwl5.sys放在一起!)

 

代码:
          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从此为我所用。希望这也对你们有帮助。
Hint:
升级到8.04后如果不管用,可以试试把
/etc/modprobe.d/blacklist
中的
blacklist bcm43xx
这一行删除了,然后安装bcm43xx-fwcutter,再用ndiswrapper安装驱动。
我是这么做的,现在可以用。

5月17日更新
在这里有个更全的
http://blog.chinaunix.net/u1/35100/showart_279408.html

转述自这里,详情和更多评论可查看这里:http://forum.ubuntu.org.cn/viewtopic.php?p=757524

订阅我的博客 免费订阅林网博客 欣赏更多博客精品

本文链接地址:http://www.linwan.net.cn/archives/2866.html
原创文章如转载,请注明:转载自林网博客 [ http://www.linwan.net.cn/ ]
  • 文章排行
  • 完全文章排行 随机文章排行 文章本月排行 文章本年排行

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

订阅博客

  • 订阅我的博客:订阅我的博客
  • 通过Google订阅本站
  • 通过抓虾订阅本站
  • 通过鲜果订阅本站
  • 通过bloglines订阅本站
  • 订阅本站到飞豆
  • 订阅本站到哪吒
  • 通过电子邮件订阅本站

热文排行使用

最新评论及回复

最新文章

累计排行

林海谐缘软件区新贴

林海谐缘网络区新贴

联系邮箱:16881688&126[AT]com,Powered By Z-Blog 1.8 Spirit Build 80710

本站采用创作共用版权协议, 要求署名、非商业用途和保持一致. 转载本站内容必须也遵循“署名-非商业用途-保持一致”的创作共用协议.