我的笔记本电脑中有一个 Broadcom 无线网卡,据我所知,它充当 USB 设备。我还有一个 U 盘无线设备(TL-WN422G - 使用 ath9k_htc 驱动程序),我想与第一个(Broadcom)设备同时使用。
问题是,在我加载 ath9k_htc 之后 - iwconfig 没有显示新的 USB 设备(TL-WN422G - wlan1 / ath0 / 其他),而只有旧的(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
Run Code Online (Sandbox Code Playgroud)
这在确实有效的计算机上:
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
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
900 次 |
最近记录: |