Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I think I may have found the cause of my problems with connecting to wifi in Ubuntu 11.10.

I type this in Terminal:

peter@peter-AO531h:~$ rfkill list all
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
1: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
peter@peter-AO531h:~$ rfkill unblock all
peter@peter-AO531h:~$ 

If I am correct I must unblock all of those "yes", right? But nothing happens when I try to unblock. Am I typing the wrong command?


typing "sudo modprobe -r acer_wmi" seem to have added another problem, now I can't even try to click on the "Enable wireless"-button as it has been grayed out and "1: acer-wireless: Wireless LAN" does not show anymore in the rfkill list. Does anyone have any idea how to fix that?

EDIT: I rebooted and now it is not grayed out anymore and the rfkill list all shows as:

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no

The 0 is not Hard blocked anymore, but I guess 1 needs to be put off soft blocked somehow.

share|improve this question

1 Answer

"Hard blocked" cannot be changed by software, look for a wifi toggle on your keyboard or edges of the laptop. "Soft blocked" means "blocked by software". A faulty driver or other kernel module can lead to connectivity loss.

Some methods to get WiFi working are described on https://help.ubuntu.com/community/AspireOne/531h

There is also a Launchpad question on this issue: https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/175925

share|improve this answer
Thanks for the answer but none of that helped me. And typing "sudo modprobe -r acer_wmi" seem to have added another problem, now I can't even try to click on the "Enable wireless"-button as it has been grayed out and "1: acer-wireless: Wireless LAN" does not show anymore in the rfkill list. Does anyone have any idea how to fix that? EDIT: I rebooted and now it is not grayed out anymore and the rfkill list all shows as: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 1: acer-wireless: Wireless LAN Soft blocked: yes Hard blocked: no The 0 is not Hard blocked anymore, but I guess 1 needs – user43703 Jan 26 '12 at 18:54
sudo modprobe acer_wmi is the opposite of sudo modprobe -r acer_wmi – Lekensteyn Jan 26 '12 at 18:57
THANK YOU! IVE BEEN LOOKING FOR THAT ANSWER FOR HOURS! YOU'VE JUST SOLVED MY PROBLEM! THANKS! – jaorizabal Mar 14 '12 at 22:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.