Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用来自 tp-link 的 TL-WN722N usb wifi 模块运行 Ubuntu 12.04。wifi 设备工作正常。我相信它正在使用 ath9k_htc 驱动程序,但想确定一下。 是否有命令来识别正在使用的驱动程序?我尝试了 lsusb、modinfo 和 iwconfig,但似乎看不到任何驱动程序信息。
在我的安装中,我只使用:
lsmod | grep cfg80211
然后找到列出的驱动程序(我的情况是 iwlagn)。