Linux 上的新 USB 无线网卡

Linux 上的新 USB 无线网卡

我插入了 USB 无线网卡,在 /var/log/message 上可以看到发现了新硬件

Sep 17 16:21:34 bt kernel: [43049.422451] usb 1-2: USB disconnect, device number 5
Sep 17 16:21:40 bt kernel: [43055.436615] usb 1-2: new high-speed USB device number 6 using ehci_hcd

使用 lsusb 我可以看到:

Bus 001 Device 006: ID 2001:3a03 D-Link Corp. DWL-G132 (no firmware) [Atheros AR5523]

这似乎是驱动程序问题。在哪里可以找到安装和配置(添加到接口)我的 USB WiFi 卡的教程?

------ 更新 --------
经过多次尝试使用ndiswrapper(我能够安装我的网卡,但是这是输出消息:

dmesg | grep -e rt2 -e rt3 -e wlan
[ 5318.598255] Registered led device: rt2800usb-phy0::radio
[ 5318.598282] Registered led device: rt2800usb-phy0::assoc
[ 5318.598309] Registered led device: rt2800usb-phy0::quality
[ 5318.598407] usbcore: registered new interface driver rt2800usb
[ 5321.021254] ADDRCONF(NETDEV_UP): wlan0: link is not ready

干杯!

相关内容