Page 8 of 8 FirstFirst ... 678
Results 71 to 76 of 76

Thread: wireless is disabled by hardware switch - natty 11.04

  1. #71
    Join Date
    Jan 2010
    Beans
    2

    Re: wireless is disabled by hardware switch - natty 11.04

    Quote Originally Posted by chili555 View Post
    With due respect to my colleagues, I think it's due to a poor implemetation of the module dell-laptop. Please do:
    Code:
    lsmod | grep dell
    If dell-laptop is loaded, remove it:
    Code:
    sudo rmmod -f dell-laptop
    sudo rfkill unblock all
    Is your wireless working now? If so, we'll need to blacklist dell-laptop.
    Dell Inspiron 1545 n series, Broadcom chipset, I have had Ubuntu since 7, internal upgrade for each new distro upgrade.

    This jumped up out of nowhere for me, 11.04 was working fine since I put it on ((with some minor cosmetic problems like ccsm totally dying on me)) but all of a sudden my "wireless disabled by hardware" bit me and my F2 key ((which used to shut off wireless and turn it back on just fine)) would not turn on the wireless.

    This fix worked.

    bummer, but glad to be back

  2. #72
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    17,243
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: wireless is disabled by hardware switch - natty 11.04

    This fix worked.

    bummer, but glad to be back
    If you are ready to make it permanent, blacklist dell-laptop:
    Code:
    sudo su
    echo "blacklist dell-laptop" >> /etc/modprobe.d/blacklist.conf
    exit
    Registered Linux User #374501

    Tarballs R Us.

  3. #73
    Join Date
    Mar 2012
    Beans
    2

    Re: wireless is disabled by hardware switch - natty 11.04

    Hi Chili555,

    Thanks a lot for your advice. it fixed by wireless issue. I was searching this problem resolution for 3-4 hours but then when i realize that my wireless driver could be correct, issue is wireless card is disabled. Thanks a lot again for your time to write this article.

    Thanks
    Mahi

  4. #74
    Join Date
    Mar 2012
    Beans
    2

    Smile Re: wireless is disabled by hardware switch - natty 11.04

    Hi All,

    Just to add, I have a Dell Vostro1520 and my wireless driver is b43 and wireless was not working with ubuntu 11.10. There were two issues. One issue which is discussed in the thread.

    1.) Dell wireless card was disabled
    2.) Secondly wireless driver was wrong.

    How to fix wireless driver problem
    -------------------------------------------
    $ sudo apt-get update
    $ sudo apt-get install firmware-b43-installer ( if it did not work, try below command)
    $sudo apt-get install firmware-b43-lpphy-installer ( it depends on wirless card model, if this also does not work, it will give you a suggestion based on your hardware, run suggested command)
    $ sudo apt-get remove bcmwl-kernel-source
    $ sudo reboot

    How to enable dell wireless card
    -----------------------------------------
    $ rfkill lits ( is it showing any card blocked: yes)

    run below mentioned commands to fix
    ------------------------------------------------
    sudo rmmod -f dell-laptop
    sudo rfkill unblock all


    Confirm, if your wireless is working now? if yes, then Thanks to Chili555 he only provided solution to enable Dell driver.
    but first part was not there is this post and i spent 3-4 hours to resolve this problem but if you see this post, you can fix it fast and that is the reason i thought of writting it and giving back to community

    Thanks
    Mohinder

  5. #75
    Join Date
    Jun 2012
    Beans
    3

    Re: wireless is disabled by hardware switch - natty 11.04

    I tried rfkill etc but it didn't really work for me.

    Finally the following works every time - I have wireless mouse and when I get 'wireless disabled' - I simply take out the mouse's usb connector. This causes wifi to re-trigger automatically and connect.

    It seems that usb devices may be interfering with wifi.

    Hope this helps.

  6. #76
    Join Date
    Mar 2013
    Beans
    10

    Re: wireless is disabled by hardware switch - natty 11.04

    Does anyone know how to fix this with a lenovo ideapad s10-3? Im running an atheros 9285 adapter with all drivers needed. Please post steps to fix it.
    Thank you.

Page 8 of 8 FirstFirst ... 678

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •