刚刚升级到 16.10 并且丢失了无线连接,我在终端中尝试了这个

刚刚升级到 16.10 并且丢失了无线连接,我在终端中尝试了这个
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
    Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
    Kernel driver in use: ath9k
    Kernel modules: ath9k
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)
0: dell-rbtn: Wireless LAN
    Soft blocked: yes
    Hard blocked: yes
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
kat@kat-Inspiron-3542:~$ 

答案1

我会将 dell-rbtn 列入黑名单,因为这是一个较新的内核模块,它应该允许 FN 组合键清除硬块,但如果 FN 组合键不起作用

echo "blacklist dell-rbtn" | sudo tee /etc/modprobe.d/dell-rbtn.conf

重启

相关内容