- 论坛徽章:
- 0
|
昨天买了无线上网卡上网感觉很high,可是等我昨天晚上将系统由7.10升级到8.04之后。今天早上上网的时候,网卡不能够正常的识别了,估计是升级之后,系统驱动程序有
变动,从而造成了不能够正常识别。很是郁闷,于是上网google了几下,找到了一个还不错的解决方案。如下:和大家共同分享一下。
安装步骤如下:
1.安装ndiswrapper
sudo apt-get install ndiswrapper*
会安装5个包
ndiswrapper-common,
ndiswrapper-utils,
ndiswrapper-source,
ndiswrapper-modules-1.9,
ndiswrapper-utiles-1.9
2.安装windows驱动
sudo ndiswrapper -i net5211.inf
3.查看安装情况
ndiswrapper -l
提示:
net5211: driver installed.
device(168C:001A) present (alternate driver: ath_pci)
4.加载
sudo ndiswrapper -m
提示:
module configuration already contains alias directive
执行一次
sudo modprobe ndiswrapper
as@notebook:~$ sudo modprobe ndiswrapper
as@notebook:~$ sudo iwlist ath0 scanning
5.搜索AP
sudo iwlist ath0 scanning
看能否搜索到AP
6.安装设置wicd
Administration > Synaptic Package Manager
系统管理>新立得软件包管理器
Settings > Repositories > Third Party Software > Add...,
设置>软件库>第三方软件>添加....
deb
http://apt.wicd.net
gutsy extras
这里的gutsy是指ubuntu7.10, 如果是别的版本,请按版本替换(Dapper, Edgy, Feisty, Gutsy).
搜索安装 Wicd
添加启动的托盘图标
System > Preferences > Sessions. In the "Startup Programs" tab,
click the "New" button. Give it a name ("Wicd" works fine). For the
command, enter "/opt/wicd/tray.py".
系统>首选项>会话
启动程序>添加
名称: Wicd
命令:/opt/wicd/tray.py
确定
更多请访问
http://wicd.sourceforge.net/download.php
安装Wicd会自动卸载network-manager和network-manager-gnome两个包
7.在wicd里设置无线网卡
首选项>Perferences
WPA Supplicant Driver我选的ndiswrapper
Wireless Interface我的是 ath0
Wired Interface我的是 eth0
下面两个也勾上
至此TL-WN510G应该已经开始正常工作了
参考:http://hi.baidu.com/aifengers/blog/item/984112ce61cc613db600c8ab.html
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/58901/showart_1327902.html |
|