Fix Wi-Fi Blocked by ‘acer-wireless’ on Ubuntu 16.04

16.04dual-bootwindowswireless

I use a Asus laptop with dual-boot Ubuntu and Windows 8.1

Wifi is on but I am not able to detect Wifi networks.

When I run :

lspci -knn | grep Net -A3; rfkill list

This is what happens:

Terminal with result

I get

acer-wireless: Wireless LAN
    Soft blocked: yes

Best Answer

Run in a terminal

sudo tee /etc/modprobe.d/blacklist-acer.conf <<< "blacklist acer_wmi"

and reboot. That will remove the module that blocks your Wi-Fi.

Related Question