TP-Link Archer T2U 无法在 Ubuntu 16.04 上运行

TP-Link Archer T2U 无法在 Ubuntu 16.04 上运行

我有一台 TP-Link Archer T2U,我想在 Ubuntu 16.04.1 LTS(内核 4.4.0.31-generic)上使用。我从 TP-Link 网站下载了 Linux 驱动程序(http://www.tp-link.com/en/download/Archer-T2U.html#Driver),但不幸的是,他们的网站上说它只适用于内核版本 2.6~3.16。无论如何,我还是试了一下,但很遗憾,它不起作用。

有谁能让它在内核版本 4 之后运行吗?

我尝试了他们建议的安装:(1)sudo make


sudo make 的输出:

$ sudo make
make -C UTIL/ osutil
make[1]: Entering directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/UTIL'
cp -f os/linux/Makefile.6.util /home/werner/Downloads/Archer_T2U_V1_150901/Driver/UTIL/os/linux/Makefile
make -C /lib/modules/4.4.0-31-generic/build SUBDIRS=/home/werner/Downloads/Archer_T2U_V1_150901/Driver/UTIL/os/linux modules
make[2]: Entering directory '/usr/src/linux-headers-4.4.0-31-generic'
  Building modules, stage 2.
  MODPOST 1 modules
make[2]: Leaving directory '/usr/src/linux-headers-4.4.0-31-generic'
make[1]: Leaving directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/UTIL'
/bin/sh cp_util.sh

make -C MODULE/ build_tools
make[1]: Entering directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE'
make -C tools
make[2]: Entering directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/tools'
gcc -g bin2h.c -o bin2h
make[2]: Leaving directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/tools'
/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
make[1]: Leaving directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE'
make -C MODULE/ osdrv
make[1]: Entering directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE'
cp -f os/linux/Makefile.6 /home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/Makefile
make -C /lib/modules/4.4.0-31-generic/build SUBDIRS=/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux modules
make[2]: Entering directory '/usr/src/linux-headers-4.4.0-31-generic'
  CC [M]  /home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.o
/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.c: In function ‘RTMPIoctlShow’:
/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.c:7053:85: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
             snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
^
/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.c:7053:95: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
             snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
^
/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.c: In function ‘RtmpIoctl_rt_private_get_statistics’:
/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.c:9737:17: warning: unused variable ‘fec_coding’ [-Wunused-variable]
    static char *fec_coding[2] = {"bcc", "ldpc"};
                 ^
cc1: some warnings being treated as errors
scripts/Makefile.build:258: recipe for target '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.o' failed
make[3]: *** [/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux/../../sta/sta_cfg.o] Error 1
Makefile:1403: recipe for target '_module_/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux' failed
make[2]: *** [_module_/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE/os/linux] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-4.4.0-31-generic'
Makefile:548: recipe for target 'osdrv' failed
make[1]: *** [osdrv] Error 2
make[1]: Leaving directory '/home/werner/Downloads/Archer_T2U_V1_150901/Driver/MODULE'
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 2
******

显然,这对我来说不起作用。我迫切需要它发挥作用。

我也运行了 lsusb,但我的系统似乎没有识别出该设备 ****

$ lsusb
Bus 002 Device 002: ID 8087:8001 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8009 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 009: ID abcd:1234 Unknown 
Bus 003 Device 005: ID 413c:2110 Dell Computer Corp. 
Bus 003 Device 003: ID 413c:1010 Dell Computer Corp. 
Bus 003 Device 002: ID 046d:c063 Logitech, Inc. DELL Laser Mouse
Bus 003 Device 007: ID 148f:761a Ralink Technology, Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
****

有任何想法吗 ?

我已经查看了以下页面,并尝试了其中的一些建议,但似乎没有任何效果:

TP-Link Archer T2U 安装驱动程序问题

尝试在 ubuntu 上安装 tp-link archer T2U

TP-Link Archer T2U 无法在 Ubuntu 15.10 + 上运行

答案1

我正在尝试做同样的事情

lsusb 可以从上面的 lsusb 输出看到你的设备:

Bus 003 Device 007: ID 148f:761a Ralink Technology, Corp.

您可以通过编辑 config.mk 文件来消除构建错误,在 ~/MODULE/os/linux/ 中似乎出现失败的文件。

编辑该文件夹中的 config.mk 文件,将以下内容附加到编译器的 FLAGS 中。(大约第 235 行)。

-Wno-error=date-time 

看起来是这样的:

WFLAGS := -g -DAGGREGATION_SUPPORT -DPIGGYBACK_SUPPORT -DWMM_SUPPORT -DLINUX -Wall 
-Wstrict-prototypes -Wno-trigraphs -Wno-incompatible-pointer-types 
-Wno-error=date-time**

祝你好运

我对指针类型有疑问,所以我还需要添加另一个。

答案2

在 4.13 内核之前,该驱动程序运行良好Myria-de/mt7610u_wifi_sta_v3002_dpo_20130916但在新的 gcc 上尝试 make 时会出错。现在我再次寻找解决方案,archer-t2u-ubuntu-安装程序,没有错误。ra0 在 16.04 + HWE 上运行稳定。

答案3

我没有你的卡,但如果你还没有尝试从你的 bios 禁用安全启动,我会这么做。我通过这样做得到了一个与 Ubuntu 一起工作的 HP Stream,也许它会对你有所帮助。驱动程序也达到了内核 3.16,我希望这能有所帮助。

除此之外,您的驱动程序似乎无法创建。据我所知,产生了两个错误,导致您的驱动程序无法编译。

如果情况紧急,您可能必须修改代码才能使这个驱动器正常工作。

我发现了两个错误,时间宏和日期宏,它们阻止了您的驱动程序的创建。它们在某处有一个未使用的变量,可能会导致警告。我相信这两件事阻止了您的驱动程序的创建。

我想知道一个人是否可以在没有卡的情况下修改代码?

答案4

相关内容