由于我已经安装了Ubuntu 16.04,我的无线网络适配器不想连接到互联网。有人能帮我解决这个问题吗?
型号:高通AR928X无线网络适配器
发布于 2016-06-02 19:12:05
我在这里找到了问题的答案,http://ubuntuforums.org/showthread.php?t=2203079&highlight=Qualcomm+Atheros+AR928X+Wireless+Network+Adapter
我已经应用了用户varunendra在第1页中提出的解决方案:代码:
sudo rm /etc/modprobe.d/ath9k.conf
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
echo "blacklist acer_wmi" | sudo tee -a /etc/modprobe.d/blacklist.confhttps://askubuntu.com/questions/781005
复制相似问题