我正在尝试让我的 TP-LINK TL-WN721N 无线 USB 卡在 Virtual Box 中启动时能够在 Kali Linux 发行版上工作。
我一直在谷歌上阅读并尝试不同的东西,但没有任何效果。因此,这是 lsusb 的输出:
Bus 001 Device 004: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 8087:0a2a Intel Corp.
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
As you can see, the first one Atheros Communications... is the WLAN card.
司机在
root@kali:/lib/firmware# ls -l htc*
-rw-r--r-- 1 root root 72684 Aug 27 14:21 htc_7010.fw
-rw-r--r-- 1 root root 50980 Aug 27 14:21 htc_9271.fw
如果我理解正确的话,这是第二个。
这是 dmesg 日志:
[ 983.927278] usb 1-1: New USB device found, idVendor=0cf3, idProduct=9271
[ 983.927282] usb 1-1: New USB device strings: Mfr=16, Product=32, SerialNumber=48
[ 983.927284] usb 1-1: Product: USB2.0 WLAN
[ 983.927285] usb 1-1: Manufacturer: ATHEROS
[ 983.927286] usb 1-1: SerialNumber: 12345
[ 983.961188] usb 1-1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.dev.0.fw requested
[ 983.961480] usb 1-1: firmware: direct-loading firmware ath9k_htc/htc_9271-1.dev.0.fw
[ 984.992934] usb 1-1: ath9k_htc: Firmware - ath9k_htc/htc_9271-1.dev.0.fw download failed
[ 984.992934] usb 1-1: ath9k_htc: USB layer deinitialized
任何帮助将非常感激,
费尔南多
答案1
我有完全相同的卡。您需要安装固件 atheros 驱动程序并将此条目添加到 /etc/NetworkManager/NetworkManager.conf。
[device]
wifi.scan-rand-mac-address=0
之后,只需执行 asystemctl restart NetworkManager
即可,瞧!