TP-LINK TL823N在Kali Linux下启动失败

TP-LINK TL823N在Kali Linux下启动失败

我有一张 TP-LINK 的 TL823N 无线网卡,它基于 Realtek rtl8192eu 芯片组。我已经为此安装了驱动程序,但出现了一个新问题。 dmesg 命令给出以下输出。

root@Chirag:~# dmesg
[ 1613.943294] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[ 1614.234650] usb 1-2: New USB device found, idVendor=2357, idProduct=0109
[ 1614.234663] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1614.234668] usb 1-2: Product: 802.11n NIC 
[ 1614.234673] usb 1-2: Manufacturer: Realtek 
[ 1614.234677] usb 1-2: SerialNumber: 00e04d044001
[ 1625.745018] 8192eu: disagrees about version of symbol module_layout
[ 1627.093158] cfg80211: World regulatory domain updated:
[ 1627.093170] cfg80211:  DFS Master region: unset
[ 1627.093174] cfg80211:   (start_freq - end_freq @ bandwidth),     (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 1627.093183] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1627.093190] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 1627.093195] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 1627.093203] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 1627.093210] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 1627.093216] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 1627.093221] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 1627.093226] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)

“uname -a”命令的结果

root@Chirag:~# uname -a
Linux Chirag 4.3.0-kali1-686-pae #1 SMP Debian 4.3.3-5kali4 (2016-01-13) i686 GNU/Linux

设备无法启动。

这是来自供应商的驱动程序文件的链接http://www.tp-link.com/res/down/soft/TL-WN823N(EU)_V2_160315_Linux.zip

我在 Makefile 的第 89 行和第 973 - 982 行进行了更改

请看这里生成文件

答案1

安装埃斯特驱动程序https://github.com/Mange/rtl8192eu-linux-driver, es más 实际情况

(安装此驱动程序;它是最新的。)

相关内容