总线001设备003:ID 13b1:003a Linksys AE2500 802.11abgn无线适配器驱动程序

有谁知道如何为此安装驱动程序,并提供一步一步的指导? 到目前为止,我所尝试的一切都走到了尽头。

该设备仅适用于ndiswrapper。 通过以太网或任何其他方式临时工作的intet连接,打开终端并执行:

sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9 

将驱动程序文件下载到桌面: http : //downloads.linksys.com/downloads/driver/AE2500xp_WHQL,0.zip右键单击它并选择“Extract Here”。

了解您是否需要32位或64位文件:

 arch 

64位返回x86_64 。 如果您的系统是64位系统,则需要对驱动程序文件进行编辑。 在gedit或任何文本编辑器中打开“bcmwlhigh5.inf”并在第170行附近添加此行:

 [Linksys_AE2500.files.NTamd64] AE2500xp64.sys,,,6 

仔细校对,保存并关闭文本编辑器。 现在做:

 cd ~/Desktop/xp sudo ndiswrapper -i bcmwlhigh5.inf sudo ndiswrapper -ma sudo depmod -a 

重启。 如果无线无法正常工作,请查看是否可以看到任何问题:

 ndiswrapper -l 

这是’列表’的小写L,而不是数字1.此外:

 dmesg | grep ndis 
 sudo apt-get purge bcmwl-kernel-source 

然后运行

 sudo apt-get install firmware-b43-installer b43-fwcutter 

如果找到则从黑名单中删除。

检查文件/etc/modprobe.d/blacklist.conf

如果它包含bcm4 *的条目,则将#注释或删除整行。

还要注意,如果在/etc/modprobe.d/目录下有一个名为bcm4 *的文件,则将其删除。

现在运行命令:

 sudo modprobe -r b43 sudo modprobe b43 sudo rfkill unblock all