昨天京东订购了款USB无线网卡,准备回家之后给台式机用。
型号是腾达的W311M,支持Linux。
我本来打算先在自己的笔记本上(Ubuntu11.10 Kernel3.0+)试试看安装这个USB无线网卡。第一次安装的时候,我用lsusb命令,能够看到这个网卡被我电脑识别,后来也一步一步地编译安装了驱动,最后安装成功了它。
后来我又make uninstall、make clean了安装文件。
一切似乎都是那么的顺利。
但是...
当我再次无意中插上了这个无线网卡,用lsusb命令之后,怎么也没有侦测出了那块无线网卡,我试了好多次,都没有成功。一开始以为是我拔它的时候可能导致烧坏了,但我进入win7插上它的时候,会检测到无法识别的usb设备,这又让我感觉这个无线网卡没有物理损坏。
求朋友帮助,为什么我现在在linux下面无法用lsusb侦测到这个网卡了。。。
难度!重装USB无线网卡的问题
- 5130386
- 帖子: 59
- 注册时间: 2009-03-10 8:46
难度!重装USB无线网卡的问题
Computer Science != Software Engineering. But both of them are profound.
-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: 难度!重装USB无线网卡的问题
因为你说win7下显示无法识别的usb设备,也就是说,这个卡本身有问题,或者你笔记本供电不足(不太可能吧)如果网卡是好的,那么lsusb识别没问题,可问题是网卡现在什么状态不知道……你可以拔下,然后插上网卡,输入dmesg |tail看看输出
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
- 5130386
- 帖子: 59
- 注册时间: 2009-03-10 8:46
Re: 难度!重装USB无线网卡的问题
“win7下无法识别”是因为还没有装这个网卡的驱动,但插上去win7对它有反映,我就觉得应该不是网卡烧坏了。。而且我第一次在Ubuntu里安装驱动成功过,也能使用的。onlylove 写了:因为你说win7下显示无法识别的usb设备,也就是说,这个卡本身有问题,或者你笔记本供电不足(不太可能吧)如果网卡是好的,那么lsusb识别没问题,可问题是网卡现在什么状态不知道……你可以拔下,然后插上网卡,输入dmesg |tail看看输出

我试了“你可以拔下,然后插上网卡,输入dmesg |tail看看输出”,
结果是:
[ 2114.052061] usb 7-2: device descriptor read/64, error -71
[ 2114.276043] usb 7-2: device descriptor read/64, error -71
[ 2114.492026] usb 7-2: new full speed USB device number 7 using uhci_hcd
[ 2114.612042] usb 7-2: device descriptor read/64, error -71
[ 2114.840042] usb 7-2: device descriptor read/64, error -71
[ 2115.056048] usb 7-2: new full speed USB device number 8 using uhci_hcd
[ 2115.472048] usb 7-2: device not accepting address 8, error -71
[ 2115.584064] usb 7-2: new full speed USB device number 9 using uhci_hcd
[ 2116.000040] usb 7-2: device not accepting address 9, error -71
[ 2116.000068] hub 7-0:1.0: unable to enumerate USB device on port 2
这个我有点看不懂,还得请教你呢。。。
Computer Science != Software Engineering. But both of them are profound.
-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: 难度!重装USB无线网卡的问题
我怎么和你说呢……如果网卡是好的,那么win7至少应该知道网卡的型号,提示应该是发现新硬件,***网卡,然后弹出安装驱动的窗口,而不是未知的usb设备,知道么?
[ 2114.052061] usb 7-2: device descriptor read/64, error -71
[ 2116.000068] hub 7-0:1.0: unable to enumerate USB device on port 2
[ 2114.052061] usb 7-2: device descriptor read/64, error -71
[ 2116.000068] hub 7-0:1.0: unable to enumerate USB device on port 2
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: 难度!重装USB无线网卡的问题
网卡好坏我不知道,反正你的电脑不认,换个电脑试试能识别不
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
- 5130386
- 帖子: 59
- 注册时间: 2009-03-10 8:46
Re: 难度!重装USB无线网卡的问题
换了两台电脑了,lsusb都不认。。。onlylove 写了:网卡好坏我不知道,反正你的电脑不认,换个电脑试试能识别不




不会真的是第一次我安装成功后拔下来就这样把坏了吧
Computer Science != Software Engineering. But both of them are profound.
- 5130386
- 帖子: 59
- 注册时间: 2009-03-10 8:46
Re: 难度!重装USB无线网卡的问题
嗯,对,首先谢谢你的帖子,第一次我的确成功安装了W311M。marsteel 写了:看我的帖子,W311M驱动起来非常简单
但是问题是,后来我拔掉这个网卡后再插上去(Ubuntu),系统就侦测不出它了,我换了其他两台电脑(Linux系统)也侦测不出,但我笔记本换成win7之后,插上去有反应的,不知道是什么问题...
Computer Science != Software Engineering. But both of them are profound.
- marsteel
- 帖子: 555
- 注册时间: 2005-11-28 12:09
- 联系:
Re: 难度!重装USB无线网卡的问题
我折腾的时候也发现过这个问题,怎么解决的也是稀里糊涂。可以试试插到别的usb插口5130386 写了:嗯,对,首先谢谢你的帖子,第一次我的确成功安装了W311M。marsteel 写了:看我的帖子,W311M驱动起来非常简单
但是问题是,后来我拔掉这个网卡后再插上去(Ubuntu),系统就侦测不出它了,我换了其他两台电脑(Linux系统)也侦测不出,但我笔记本换成win7之后,插上去有反应的,不知道是什么问题...
再
代码: 全选
lsmod | grep rt