碰到只支持Windows驱动的无线网卡,只好求助ndiswrapper
1,安装ndiswrapper
[code]
sudo apt-get install ndiswrapper
[/code]
2,载入ndiswrappper驱动
[code]
sudo ndiswrapper -i <driver.inf>
[/code]
3, config the /etc/modules file, add follow lines
[code]
ieee80211_crypt_tkip
ieee80211_crypt_ccmp
ieee80211_crypt
ndiswrapper
[/code]
4,config /etc/modprobe.d/blacklist file, add follow lines
[code]
blacklist rtl
blacklist rtl8187
blacklist r8187
[/code]
5,config /etc/modprobe.d/ndiswrapper(if no the file, create it) file, add follow lines
[code]
alias wlan0 ndiswrapper
[/code]
6,安装network-manager
用新立得软件包管理器安装network-manager和network-manager-gnome即可,这样面板上就多了个网络管理小程序,选择搜索到的无线网络并设置连接就ok了!
1,安装ndiswrapper
[code]
sudo apt-get install ndiswrapper
[/code]
2,载入ndiswrappper驱动
[code]
sudo ndiswrapper -i <driver.inf>
[/code]
3, config the /etc/modules file, add follow lines
[code]
ieee80211_crypt_tkip
ieee80211_crypt_ccmp
ieee80211_crypt
ndiswrapper
[/code]
4,config /etc/modprobe.d/blacklist file, add follow lines
[code]
blacklist rtl
blacklist rtl8187
blacklist r8187
[/code]
5,config /etc/modprobe.d/ndiswrapper(if no the file, create it) file, add follow lines
[code]
alias wlan0 ndiswrapper
[/code]
6,安装network-manager
用新立得软件包管理器安装network-manager和network-manager-gnome即可,这样面板上就多了个网络管理小程序,选择搜索到的无线网络并设置连接就ok了!