在HP6515b上装了ubutnu,结果无线网卡死也识别不出来 。于是网上疯狂google了下,终于艰辛的使用 上了无线网卡。把过程分享下 ~
1、安装ndiswrapper
sudo apt-get install ndistk
sudo apt-get install ndiswrapper-utils-1.9
sudo apt-get install ndiswrapper-common
2、下载HP无线网卡驱动
hp41680.exe
3、用cabextract解压
sudo cabextract spxxx.exe
如果找不到该命令,请安装cabextract工具包
进入解压目录
运行
sudo ndiswrapper -i bcmwl5.inf
系统会生成/etc/ndiswrapper/bcmwl5 目录,并且在目录下生成相关文件。
使用
ndiswrapper -l
命令可以查看驱动的安装情况:
bcmwl5 : driver installed
4、配置ndiswrapper
sudo ndiswrapper -m
命令把wlan0网卡的别名写入模块配置文件,以便于使用wlan0网卡时ndiswrapper内核驱动能够被自动加载。可到看到生成了
/etc/modprobe.d/ndiswrapper 文件,其内容是:
alias wlan0 ndiswrapper
驱动安装成功,加载ndiswrapper模块:
sudo modprobe ndiswrapper
(如 果出现WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.请将/etc/modprobe.d/ndiswrapper更名为ndiswrapper.conf 再执行
sudo modprobe ndiswrapper)
按照上面的安装方法,因该是可以正常安装无线网卡驱动了。但奇怪的是我的无线网卡仍然没有反应。后来才发现,原来是BISO里禁用了无线网卡……汗……只需要进bios,恢复默认设置就ok了。
posted on 2011-04-06 09:35
汪杰 阅读(786)
评论(1) 编辑 收藏 引用 所属分类:
others