我在这里下载了Linux驱动程序:http://www.tp-link.com/en/download/Archer-T4UH.html#Driver如何安装它们?任何帮助都将不胜感激!谢谢!
发布于 2016-09-19 18:35:34
TP-Link AC1200 T4UH (Version V1.0)的“驱动程序”可在您的网站上获得,版本为150821,用于
System version: Ubuntu 14.04.1
Kernel version: 3.16.0-30-generic
Gcc version:4.8.2我有16.04 Linux版本4.4.0-36-泛型和gcc版本5.4.0 20160609
跑“做”报告-
In file included from /home/a/Driver/include/drv_types.h:95:0,
from /home/a/Driver/core/rtw_cmd.c:22:
/home/a/Driver/include/hal_com.h:412:13: error: ‘file_path’ redeclared as different kind of symbol
extern char file_path[PATH_LENGTH_MAX];
^
In file included from include/linux/compat.h:15:0,
from include/linux/ethtool.h:15,
from include/linux/netdevice.h:42,
from /home/a/Driver/include/osdep_service_linux.h:35,
from /home/a/Driver/include/osdep_service.h:41,
from /home/a/Driver/include/drv_types.h:32,
from /home/a/Driver/core/rtw_cmd.c:22:
include/linux/fs.h:2572:14: note: previous declaration of ‘file_path’ was here
extern char *file_path(struct file *, char *, int);
^联系了Realtek,他说:“Archer T4UH的芯片组是Realtek RTL8812AU。Github是流行的平台之一。请尝试从那里找出驱动程序。”
从这里安装了一个包。
一切都看上去没问题
发布于 2017-04-06 15:23:57
这个解决方案对我也有效。我还从http://www.ubuntuupdates.org/package/core/xenial/universe/base/rtl8812au-dkms安装了这个软件包
工作正常:下载与安装,重新启动,灯光闪烁,无线网络出现,连接密码,一切都是好的。这是在惠普Z600双引导Win 10和Ubuntu16.04-没有问题,Ubuntu安装实际上比安装Windows驱动程序更容易,如果你忽视了它需要的时间找到这个解决方案。谢谢!
https://askubuntu.com/questions/694152
复制相似问题