Asus install Ubuntu will appear wifi physical switch is forbidden, press ASUS physical WiFi switch fn+f2 and do not start WiFi, we open terminal input: Rfkill list all will see hard blocked under the phy0 column is yes, that is forbidden, Then we use Rfkill unblock all to find Phy0 's hard blocked is still yes. In the test of physical switch combination keys inadvertently pressed FN+F1, hibernate after the restart found that WiFi can be used. However, this is not a once and for all method. In the Ubuntu Forum found an article to solve the problem, the link is as follows: http://ubuntuforums.org/showthread.php?t=2181558. The following is a simple translation of the problem and its solution. Verification steps:
1: Check that the driver is installed successfully:
Lspci-nnk | GREP-A2 0280
For example, the output shows "Kernel driver in use:ath9k", remember the ath9k behind, the next use.
2: Check whether the ASUS_NB_WMI drive is working properly
Lsmod | GREP-E ath9k-e Asus
Where ath9k is the output from step 1 above. In this step, if it is normal to be able to see the WiFi card driver and a "asus_nb_wmi" of the word output.
3: Check the "hard blocked" status of WiFi.
Rfkill List all
If phy0 above shows "hard Blocked:yes"
4: Suspend the system and then wake the system again, will WiFi work?
If the above four steps are confirmed, then your system has the bug, you can use the following actions to solve the problem.
Open terminal and enter the following code:
The subsystem will automatically load the ASUS WiFi-powered kernel module when it is turned on, and the system can be restarted to solve the problem.
Asus install Ubuntu wifi Physical switch Disable problem Resolution