Just a standard wifi-not-working question. A fresh Ubuntu 16.04 and is up to date. Laptop model number in title.
I used the "Wireless info script" in the accepted answer here and there's the result:
http://paste.ubuntu.com/23255392/
TIA :)
Just a standard wifi-not-working question. A fresh Ubuntu 16.04 and is up to date. Laptop model number in title.
I used the "Wireless info script" in the accepted answer here and there's the result:
http://paste.ubuntu.com/23255392/
TIA :)
Run in terminal
sudo tee /etc/modprobe.d/blacklist-acer-wmi.conf <<< "blacklist acer_wmi"
and reboot.
This solution is helpful for laptop models when the rfkill shows acer-wireless
and it is blocked.
blacklist acer_wmi
into the file/etc/modprobe.d/blacklist-acer-wmi.conf
right? – 842Mono Sep 30 '16 at 14:12acer_wmi
module blocks your wireless. A better way is to add a quirk specific to your laptop model to avoid it. But in most cases blacklistingacer_wmi
is good enough. This lines prevents loading ofacer_wmi
. – Pilot6 Sep 30 '16 at 14:17