2007-04-06
V400 UBUNTU LINUX WLAN DRIVER INSTALL
关键字: wlan
碰到只支持Windows驱动的无线网卡,只好求助ndiswrapper
1,安装ndiswrapper
2,载入ndiswrappper驱动
3, config the /etc/modules file, add follow lines
4,config /etc/modprobe.d/blacklist file, add follow lines
5,config /etc/modprobe.d/ndiswrapper(if no the file, create it) file, add follow lines
6,安装network-manager
用新立得软件包管理器安装network-manager和network-manager-gnome即可,这样面板上就多了个网络管理小程序,选择搜索到的无线网络并设置连接就ok了!
1,安装ndiswrapper
sudo apt-get install ndiswrapper
2,载入ndiswrappper驱动
sudo ndiswrapper -i <driver.inf>
3, config the /etc/modules file, add follow lines
ieee80211_crypt_tkip ieee80211_crypt_ccmp ieee80211_crypt ndiswrapper
4,config /etc/modprobe.d/blacklist file, add follow lines
blacklist rtl blacklist rtl8187 blacklist r8187
5,config /etc/modprobe.d/ndiswrapper(if no the file, create it) file, add follow lines
alias wlan0 ndiswrapper
6,安装network-manager
用新立得软件包管理器安装network-manager和network-manager-gnome即可,这样面板上就多了个网络管理小程序,选择搜索到的无线网络并设置连接就ok了!
发表评论
- 浏览: 722199 次
- 性别:

- 来自: BJ

- 详细资料
搜索本博客
我的相册
screenshot
共 1 张
共 1 张
最近加入圈子
最新评论
-
翻译www.djangobook.com之 ...
weiertzw 写道 1. >>> from django. ...
-- by chenjihua75 -
PHP、CakePHP哪凉快哪呆 ...
这孩子被java毒害太深。。。跳出java,你会发现外面的世界真的很大。
-- by woodless -
学习svn命令
只会用 apt-get 不是好孩子。
-- by smartly -
Rails宝典之第二十八式: ...
当显示条目不为4的倍数时,会发生错误,分组里有nil,nil调用.name显示会 ...
-- by zllicho -
翻译www.djangobook.com之 ...
一个问题,我用的python 2.5.2,Django 1.0正式版 按照这些步 ...
-- by jemmywang






评论排行榜