如何让TP-Link Archer T1U USB无线加密狗工作?

我是Ubuntu世界的全新,完全无能为力。 我正在尝试安装TP-Link Archer T1U USB无线适配器,但我找不到合适的驱动程序。 TP-Link网站仅指出内核3.16的驱动程序支持。 无论如何我试着按照他们的指示,但当然它没有用。

我的lsusb报道:

 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 003: ID 046d:c31c Logitech, Inc. Keyboard K120 Bus 003 Device 002: ID 046d:c048 Logitech, Inc. G9 Laser Mouse Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 007 Device 002: ID 2357:0105 Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 

“软件和更新”下没有显示专有或附加驱动程序。

救命!

我使用内核4.4在Ubuntu上运行了这个无线适配器。

我在PPA上添加了一个驱动程序。 它可以安装

 sudo add-apt-repository ppa:hanipouspilot/rtlwifi sudo apt update sudo apt install mt7610u-dkms 

如上所述

http://forum.tp-link.com/showthread.php?84046-AC-450-Wireless-Nano-USB-Adapter-Archer-T1U-Linux-drivers

官方司机不再编译了。

一个解决方法(使用内核4.4.0-45-generic here atm)是在MODULE / os / linux / config中将所有出现的“-Wall”替换为“-Wno-unused-variable -Wno-error = date-time” .mk

“make install”成功后,重新插入操纵杆并检查“iwconfig”是否显示设备“ra0”(或类似)。