在配备 Intel AC 8260 的 Ideapad Y700 上安装了 Ubuntu 16.04 LTS。
rfkill list
在 Wlan 上使用硬阻断的执行结果。
有什么好的解决办法吗?
额外的信息:
BIOS: cdcn25ww, dmi: SDK0K17763
LENOVO_BI_IDEAPAD_BU_idea_FM_
08:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
subsystem: Inel Corporation Wireless 8260 [8086:1010]
Kernel driver in use: iwlwifi
答案1
在终端中运行
sudo tee /etc/modprobe.d/ideapad.conf <<< "blacklist ideapad_laptop"
然后重新启动。