Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: WiFi is disabled by hardware switch.

  1. #1
    Join Date
    Aug 2015
    Beans
    9

    WiFi is disabled by hardware switch.

    I just got Ubuntu up and running on my Toshiba Satellite laptop this morning. I was using a wired network so that the internet portions of the install would run smoother. Now that I have it up and running I want to get the WiFi working again. After a bunch of work I have stumped myself. I have tried the "rfkill list" and the "rfkill unblock all" if anyone could help me out with this it would be awesome!

  2. #2
    Join Date
    Jul 2010
    Location
    London
    Beans
    713
    Distro
    Ubuntu Gnome 17.04 Zesty Zapus

    Re: WiFi is disabled by hardware switch.

    Laptops have a switch or a function key that enables/disables wifi, make sure yours is properly enabled.

    If that doesn't fix it, make sure Ubuntu is completely updated (this will ensure your drivers are up to date). Once this is done, click on the wifi icon (top right on the panel in Unity) and see if you have any wifi networks available.

    Err.. I just noticed your subject line - does this mean your hardware switch is broken and you can't enable wifi?

  3. #3
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: WiFi is disabled by hardware switch.

    What did rfkill list printout? Was it "hard blocked: yes?" Then you need to press a keyboard combination to switch the wireless adapter back on. Do you have Windows installed on this machine? If Wifi is switched off in Windows then it will also be switched off when you load Ubuntu. You could also try

    Code:
    sudo ifconfig wlan0 down
    followed by

    Code:
    sudo ifconfig wlan0 up
    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  4. #4
    Join Date
    Aug 2015
    Beans
    9

    Re: WiFi is disabled by hardware switch.

    I have tried the fn+f8 (which enables and disables the wifi) but nothing seems to happen, i went in to the system settings and all it did was toggle the airplane mode. I do believe that everything is up to date but I can look again. When I ran the rfkill list it says soft block no hard block yes

    I do not have windows on this machine any more. I completely replaced it with Ubuntu. When I ran the "sudo ifconfig wlan0 up" i got "SIOCSIFFLAGS: Operation not possible due to RF-kill" I think i might just have to partition a portion again and put windows back on to fix this. I have been doing some research before hand to try to fix the problem myself and I keep running in to the same solutions and fixes that haven’t worked.
    Last edited by Ryan_ONeil; August 10th, 2015 at 11:47 PM.

  5. #5
    Join Date
    Aug 2015
    Beans
    9

    Re: WiFi is disabled by hardware switch.

    Also would i have to reset my network connections through terminal after completing the code lines for them to take effect? Or does it take effect immediately?

  6. #6
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: WiFi is disabled by hardware switch.

    Welcome to the forums. Sometimes the wireless is switched off in BIOS. Try booting into BIOS and look for a way to turn on wireless. After booting, open a terminal and post:

    Code:
    rfkill list
    Some wireless network cards are problematic in linux. What card do you have?

    Code:
    lspci | grep Network
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  7. #7
    Join Date
    Aug 2015
    Beans
    9

    Re: WiFi is disabled by hardware switch.

    I tired going through my BIOS but i didn't come up with anything. I even went as far as resetting the defaults with in the BIOS any nothing happened. I couldn’t say what card I have. Its just the stock card that came with my Toshiba laptop

  8. #8
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: WiFi is disabled by hardware switch.

    Craving anchovy, herring and squid pizza.....with clam sauce

  9. #9
    Join Date
    Aug 2015
    Beans
    9

    Re: WiFi is disabled by hardware switch.

    I have not but it is worth they try. I will try that. Thank you.

  10. #10
    Join Date
    Aug 2015
    Beans
    9

    Re: WiFi is disabled by hardware switch. [SOLVED]

    Well ill be damned. That worked. Thank you everyone for helping me out. Case Solved!
    Last edited by Ryan_ONeil; August 12th, 2015 at 02:06 AM.

Page 1 of 2 12 LastLast

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
  •