由于我的板载 WiFi 芯片组(Qualcomm Atheros AR9285 无线网络适配器(PCI-Express)[168c:002b])不支持 11AC 标准,根据我的研究,我购买了一个 USB 适配器。
按照
https://askubuntu.com/questions/923222/how-can-i-enable-a-realtek-usb-antenna
和
https://askubuntu.com/questions/787017/where-do-usb-wifi-drivers-go-16-04
我安装了提供的驱动程序
https://launchpad.net/~hanipouspilot/+archive/ubuntu/rtlwifi
通过添加存储库并调用
sudo apt-get install rtl8192du-dkms
然而,
modprobe -c | grep -i "0bda.*ab11"
不返回任何内容
usb-devices | awk '/a811/' RS=
以。。结束
...
I: If#= 0 Alt= 0 #EPs= 6 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
您能否给我一些提示,告诉我下一步该怎么做才能解决这个问题?