使用Ath9k安装TP-Link TL-WDN4800适配器

我刚买了一个无线适配器,我仍在尝试将其驱动程序安装到Ubuntu上。 我查了一下ath9k,发现它与核心模块ath9k兼容。 我是ubuntu的新手,大部分代码仍在我脑海中,我读过的大多数指南都涉及到连接到我无法做到的路由器。 我需要弄清楚如何在没有任何网络连接的情况下安装ath9k。 感谢任何和所有的帮助。

lspci -nn | grep 0208 01:00.0 Network Controller [0280]: Qualcomm Atheros AR93xx Wireless Netwrok Adapter [168c:0030] (rev 01) uname -r 3.11.0-15-generic 

由于lspci看到你的卡,以下应该有效。

1)获取Atheros模块

 sudo apt-get install firmware-atheros 

2)modprobe ath9k

 sudo modprobe -r ath9k sudo modprobe ath9k 

检查您的网络管理员,它应该正常工作。