Artix Linux Forum

Artix Linux => System => Topic started by: francesco on 31 October 2017, 11:51:31

Title: WIFI hw blocked: howto solve for ACER ES1 and Atheros 9k chip
Post by: francesco on 31 October 2017, 11:51:31
Yesterday I installed Artix on an Acer notebook (ES1-251 with an AMD quadcore CPU). All was right since I had to interact with the WIFI: no way to activate it, both the internal wifi card and every USB dongle.

Very strange cause it worked perfectly with Manjaro (I replaced Manjaro with Artix).

After some trouble and dark thoughts... the solution has been:

1) sudo nano /etc/modprobe.d/blacklist.conf
2) insert the line: blacklist wmi
3) save and reboot.


All work immediately and rfkill stopped to see a hw block to the wifi card. I suspect that this solution may be useful also for other wifi cards. Looking inside the dmesg log, I discovered a wrong load of the wmi module. We can survive very well also without it :D

Title: Re: WIFI hw blocked: howto solve for ACER ES1 and Atheros 9k chip
Post by: nous on 31 October 2017, 16:01:08
Excellent troubleshooting, again!
Title: Re: WIFI hw blocked: howto solve for ACER ES1 and Atheros 9k chip
Post by: physkets on 31 October 2017, 19:10:48
What does the wmi module do? I's description reads: "ACPI-WMI Mapping Driver".
Title: Re: WIFI hw blocked: howto solve for ACER ES1 and Atheros 9k chip
Post by: francesco on 31 October 2017, 22:05:35
What does the wmi module do? I's description reads: "ACPI-WMI Mapping Driver".

Its this: https://www.phoronix.com/scan.php?page=news_item&px=Windows-WMI-Linux-4.13.

No other comments... :D