Cannot disable Airplane Mode

80,553

Solution 1

I just tried this:

shell> sudo rfkill list all

The output was something like this:

0: sony-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: yes
4: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

Then I have run this command:

shell> sudo rfkill unblock wifi

and all is fine now :) Have fun :) I hope it will help you :)

Solution 2

To explicitly check your wireless is turn off by hardware switch or not, you can use

sudo rfkill list all

Then you can use this command to unblock every blocked component there:

sudo rfkill unblock all

Solution 3

This thread came up tops in search but was not marked SOLVED so I'll post what worked for me.

Most driver and configuration bugs have been worked out, hence methods to remove or override stubborn hardware locks don't work and lead only to frustration.

The first step should be to locate the wifi/wlan switch and toggle it. It may be a function key, slider switch or other. If unsure of its location, head to the mfr's website and search the manual.

Those who, like me, leave WIFI on all the time are most susceptible to this trouble. We don't use the switch so we're not mindful of it.

After wasting hours searching and trying many suggestions like others here, I finally reviewed the documentation and found the tiny switch that had been accidentally toggled. Toggled it back and everything started working again.

Solution 4

I think this is just a new manifestation of an old problem that affects Vaio laptops. I have one too, ran into the same problem with 12.04 (beta 2), and had success using the same solution I used with Ubuntu 11.*:

sudo rmmod acer_wmi
sudo rfkill unblock wifi

Let me know if that works for you. I think Ubuntu gets confused by having both "sony-wifi" and "acer-wireless" (which you can see in the previous answers "sudo rfkill list all"), and the rmmod will clear the "acer-wireless" option.

A more permanent version of this solution, suggested on this thread http://ubuntuforums.org/archive/index.php/t-1859633.html, is to just blacklist it by adding

blacklist acer_wmi

to

/etc/modprobe.d/blacklist.conf

and then restarting your system.

Solution 5

Check your BIOS settings. In my laptop's BIOS, there is an option of shutting down Wireless, Bluetooth and other networking interfaces.

The other problem might be that there is a physical problem with your Wireless hardware

The other case might be that your hardware is blacklisted. Check if the module is blacklisted in

cat /etc/modprobe.d/blacklist.conf

if it is not present in this, check other blacklist files in /etc/modprobe.d/ folder


Additionally please check that in Network in System Settings the interfaces listed on the left have ON toggled for Wired and Wireless. I am using Wired, so only one is showing. In your case both should show

enter image description here

Share:
80,553

Related videos on Youtube

Ameno
Author by

Ameno

Updated on September 18, 2022

Comments

  • Ameno
    Ameno over 1 year

    When I use gnome network manager it indicates that wireless is disabled by hardware switch while it is not. Even in windows I can not turn on my wireless!

    • Jeff Welling
      Jeff Welling about 12 years
      How, and in which OS, did you enable Airplane mode?
    • Ameno
      Ameno about 12 years
      in Ubuntu 12.04
    • Ameno
      Ameno about 12 years
      yep, in network there is Airplane mode in right corner and I turn that on, but when I turn it off and close that windows and reopen network its on!!!
    • Jakob
      Jakob about 12 years
      Possibly you should file a bug - 12.04 is still in development!
  • Ameno
    Ameno about 12 years
    my laptop is vaio and there is no such settings in Bios!
  • Manish Sinha
    Manish Sinha about 12 years
    Did you check each and every settings?
  • Ameno
    Ameno about 12 years
    yep, eveeeeery setting, problem is some of vaio's bios is awful with no setting in Bios page!
  • Ameno
    Ameno about 12 years
    my lan setting work correctly right now but wireless is off and I cant turn it on!
  • Jeff Welling
    Jeff Welling about 12 years
    If your LAN connection is working, then why does your question say that it isn't working?
  • Ameno
    Ameno about 12 years
    I correct my Q. sorry about that. What should I do? :(
  • Ameno
    Ameno about 12 years
    I cant turn on wireless, each time I open this window airplane mode is on and if I turn it off it cause no effect! and I cant turn my wireless on because it said wireless is disconnected by hardware switch!! which is not!