多个 USB 无线设备?

多个 USB 无线设备?

我的笔记本电脑中有一个 Broadcom 无线卡,据我所知,它充当 USB 设备。我还有一个 USB 棒无线设备(TL-WN422G - 使用 ath9k_htc 驱动程序),我想与第一个 (Broadcom) 设备同时使用。

问题是,在我加载 ath9k_htc - iwconfig 后,不显示新的 USB 设备(TL-WN422G - wlan1 / ath0 / 等等),而只显示旧的 USB 设备(wlan0 - Broadcom,由 MAC 检查)。

我在另一台装有 PCI 无线卡的计算机上尝试了这个 USB 设备 (TL-WN422G),插入后它们都可以正常工作...我得到 wlan0 (Ralink) 和 wlan1 (TL-WN422G) 。笔记本电脑上两个设备都被识别为 USB 是否存在某种问题?如何让 wlan1 出现在我的笔记本电脑上?

另外,我的系统是完全最新的 2.6.35 内核 (Arch)

编辑: 我已经从 linuxwireless.org 下载了所需的 ar9271.fw 并将其放入 /lib/firmware - 有问题吗?

dmesg 在笔记本电脑上给了我这个:

usb 1-5: new high speed USB device using ehci_hcd and address 9
usb 1-5: ath9k_htc: Firmware - ar9271.fw not found
ath9k_hif_usb: probe of 1-5:1.0 failed with error -22

这在可以工作的计算机上:

usb 1-5: new high speed USB device using ehci_hcd and address 4
usb 1-5: ath9k_htc: Transferred FW: ar9271.fw, size: 51280
ath: EEPROM regdomain: 0x809c
ath: EEPROM indicates we should expect a country code
ath: doing EEPROM country->regdmn map search
ath: country maps to regdmn code: 0x52
ath: Country alpha2 being used: CN
ath: Regpair used: 0x52
cfg80211: Calling CRDA for country: CN
Registered led device: ath9k-phy1::radio
Registered led device: ath9k-phy1::assoc
Registered led device: ath9k-phy1::tx
Registered led device: ath9k-phy1::rx
usb 1-5: ath9k_htc: USB layer initialized
usbcore: registered new interface driver ath9k_hif_usb

答案1

由于某种原因,该ar9721.fw文件是空的...再次下载该文件 - 将其放入 /lib/firmware 中,现在它可以工作了...

相关内容