我是 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
“软件和更新”下没有显示任何专有或附加驱动程序。
帮助!
答案1
我让这个无线适配器在内核为 4.4 的 Ubuntu 上运行起来。
我在 PPA 中添加了一个驱动程序。它可以通过以下方式安装:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt update
sudo apt install mt7610u-dkms
答案2
正如这里所述
官方驱动程序不再编译。
一个解决方法(目前使用内核 4.4.0-45-generic)是在 MODULE/os/linux/config.mk 中将所有出现的“-Wall”替换为“-Wno-unused-variable -Wno-error=date-time”
“make install”成功后,重新插入记忆棒并使用“iwconfig”检查设备“ra0”(或类似设备)是否出现。