No wireless if switch is off on boot

My vaio laptop has a wireless kill switch, if it is switched off and then boot the system, there is no wireless detected even if I switch it on later, I noticed Opensuse 11 also has this problem, they both have kernel 2.6.25, however, Ubuntu Hardy (kernel 2.6.24) does not have this problem, I can switch the wireless on after boot and the system just detects and scans wireless network.

What megamixman says is right, that's how you need to automate the use of the kill switch. On my Vaio, the acpi event is given to my acpi handler script as:
arg $1 = sony/hotkey
arg $2 and arg $3 = I forget, it down't matter
arg $4 = 0000003c to mean radio was switched on, 0000003d to mean radio was switched off
But your hardware may be different. You'll need to log the events or something to see how your hardware is reporting the kill switch actions.
All that being said, though, I think the original poster may have had a different concern: maybe he's finding himself unable to even MANUALLY start up his wifi, if he boots with the radio switched off but subsequently switches it on. If he can't do it manually, then he can't script it either.
If this is the concern, then I suggest that maybe booting with the radio switched off results in your wifi driver not being loaded. So after you switch the radio on, you may have to manually do something like this:
sudo modprobe iwl3945
That's assuming you use sudo not su; and you should replace your own wifi driver for iwl3945. That's what I use on my Vaio, but perhaps you use iwl4965 or something else.
If that doesn't help, then sorry, I don't know what else to suggest. Other than always booting with the radio switched on. How often do you boot your laptop anyway?

Similar Messages

  • Satellite L600: How can I turn off the main Wireless Communication Switch?

    Hello! Would be very grateful for any help....after struggling for 3 months I finally signed up here hoping to get some help.
    I have a new Satellite L600/ Win7 Home Premium.
    My questions is that I can not find where the MAIN wireless switch is in order to turn wireless off COMPLETELY.
    Everytime I start up, the wireless (orange) light switches on automatically.
    I have to wait till start up finish and manually turn it off by Fn-F8.
    When I open ConfigFree, (or Connectivity doctor), the diagnosis on the bottom left says [STATUS" Wireless Communication Switch: ON]
    This tells me the main switch is somehow still ON.
    I called Toshiba twice and they couldn't find it either.
    They said the new versions of BIOS doesn't allow it...? And for this model there is no physical switch built on the PC itself.
    I have looked everywhere and did the following:
    (1) Disable the adapter from Device manager.
    (2) In HWSetup, where there used to be an option to click the wireless switch off, it is not there anymore.
    (3) I went into BIOS setup and could find nothing remotely related to wireless/bluetooth to switch.
    I'm just wondering why there is a laptop with wireless switch ON permanently? But if it's ON, there must be a way to switch it off. Press Fn-F8 every time on start-up is not a long term solution as risk is I'll forget one day).
    As my last laptop was hacked before it is top priority that I know how to turn off ALL wireless function. So even if I have to do it via Commands, I will try it. Also, I'm not sure if anyone else experience the same with this model, or is this a defect in my particular PC?
    Any help or same experience will be much appreciated, thank you.
    I disabled the adapter in the device manager.
    When I open ConfigFree, the Connectivity doctor tells me the Wireless Communication Switch: ON

    Hi thanks for your replies! Sorry if I'm slow on the forum, at first I couldn't find where my thread went! Apparently it's moved to under Wireless. Is there alert message to let us know when my question is being moved?
    Thanks Paolo30, I am glad to know that Fn-F8 is enough. when I check Network Connections, the Atheros adapter is 'disabled'. Sorry may I ask if WLan card you are talking about in device manager = Atheros adapter? (Despite reading furiously on books to patch up my ignorance on the wireless last few weeks, still not sure the difference between 'adapter' and 'card'... :) Are they the same thing?
    Thanks Xardas. I checked the status in device manager and Atheros adapter is 'disabled'. I'm glad to know everything is ok if I see that! :) As my laptop was tampered wirelessly (and I don't know how they did it), I bought a new one and it's important for me to know it's 100% safe. Still, I want to tell Toshiba engineers it would be great to find out where this mysterious Switch is. It's not good to feel there is some sort of wireless capacity always ON and my PC may be emitting some wireless signals for serious baddies?

  • Dhcpcd consumes a lot of CPU when wireless switch is off

    If I turn my hardware wireless switch off, dhcpcd goes crazy and uses a CPU core completely. Checking with htop, the command being run is:
    dhcpcd -4qL -t 30 wlp13s0
    where wlp13s0 is my wireless interface. I'm using netctl-auto to connect to the network.
    It goes back to normal as soon as I turn the switch back on.
    The network configuration under /etc/netctl to which it was connected before I turned the switch off is
    Description='Automatically generated profile by wifi-menu'
    Interface=wlp13s0
    Connection=wireless
    Security=wpa
    ESSID="network"
    IP=dhcp
    Key="password"
    Is there anything I can do so that dhcpcd won't try to use all my CPU in such cases?
    EDIT (2014.05.28):
    I looked in the following wiki pages, but couldn't find anything about this issue:
    https://wiki.archlinux.org/index.php/Br … leshooting
    https://wiki.archlinux.org/index.php/Dhcpcd
    https://wiki.archlinux.org/index.php/Ne … figuration
    https://wiki.archlinux.org/index.php/Netctl
    I couldn't find anything about dhcpcd and cpu usage in the forums, and searching the web didn't provide any relevant results. Which is bad, since anatolik found this:
    https://bugs.archlinux.org/task/39512
    which I didn't.
    Last edited by mgmillani (2014-05-28 11:07:02)

    ondoho wrote:Have you tried connecting to the network manually, then pressing the switch?
    If I turn the switch on after turning it off, I must connect manually using netctl (that is, netctl-auto doesn't connect automatically in this case). After doing that, turning the switch back off does not cause the problem. Which is weird, since the process is still there, like before
    I also noticed that it is no longer possible to use netctl-auto after turning the switch off, as it no longer see any configuration (running `netctl-auto list` as root returns nothing, while before it returned 2 items).
    ondoho wrote:how did you install and activate wireless
    I basically followed this wiki page:
    https://wiki.archlinux.org/index.php/Ne … f_profiles
    I first generated the profiles with wifi-menu and by copying /etc/netctl/examples/ethernet-dhcp, and then activated netctl-auto using
    # systemctl enable [email protected]
    # systemctl enable [email protected]
    ondoho wrote:wht is your (wireless) hardware
    My wireless hardware (according to lspci) is:
    0d:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
    ondoho wrote:once you know these things, search the wiki, the forums, the web.
    [ in case you have done this already please include it in your first post, otherwise we must assume you didn't. ]
    Included in the first post now.
    anatolik wrote:I suspect you see this bug https://bugs.archlinux.org/task/39512
    Yes, it looks very similar.  It is said there that the problem should be fixed since 2014-04-01 11:48:57, but I just checked for updates with pacman and I already have the most recent version (6.3.2).  I will see if I can add any relevant information to that page.
    I did notice that my wireless interface disappears when I turn the switch off (ifconfig doesn't show it anymore), and it only reappears when I reconnect manually. I'm not sure if that is expected, since the commit that should have solved the problem says:
    On a read error, remove the FD from eloop. This shouldn't happen really

  • T420 wireless radio switch is ON but software insists it is off

    My machine can't find my wireless network. When I run the troubleshooting it says "wireless radio switch must be turned on" and shows me a little diagram of the switch. 
    It always has been on, I never turn it off. I switched it on and off, then restarted, same error. I swear the mechanical switch is on, but the computer insists it isn't. 

    Hi Michaelsmart,
    Welcome to Lenovo Community Forums!
    I’m sorry to hear that Wifi is not working on ThinkPad T420.
    Please check if there is any yellow mark in any of the adapter in Device Manager.
    Check  with enabling Wifi with pressing Fn+F5 keys, on the keyboard.
    If the issue still persist then I suggest you to download and install below mention drivers to resolve the issue.
    Lenovo Power Management Driver.
    Power Manager
    Hope this helps!
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • What causes double letters with a single keystroke while in Calendar. I am using vs 10.10.2 with wireless keyboard. Have closed/opened Calendar, switching keyboard off/on, took out batteries on keyboard and have restarted computer.

    What would cause double letters with a single key stroke while adding information to Calendar? Version: 10.10.2  wireless keyboard 27" iMac  3.4 GHz i5. Have restarted computer, have closed/opened Calendar, switched on/off keyboard and taken batteries out/in of keyboard. The problem only happens while typing in Calendar.
    Not sure if I am accidentally hitting an unknown key to cause the problem or if it is a Calendar issue.........paul

    Try changing System Preferences/Keyboard/Keyboard/Key Repeat to a slower setting. Test.

  • Wireless switch turned off.. Satellite A660

    Hello,
    My mother has had this A660 Satellite for a year or three now, recently we had a harddrive failure that we got fixed at a computer repair shop, however they seem to have not fully reinstalled all the drivers..
    My main problem is that suddenly on Sunday my father turned on this laptop and the internet wouldn't connect.
    I've been trying to reconnect it and it keeps telling me the Wireless Capability Switch is turned off. As far as I'm aware there is no "physical" switch, but I do know of the wireless "soft button" on the front panel as well as the fn+f8, neither work.
    Fn+f8 doesn't even show a "wireless" option at the top, it just skips F8 all together, and the soft button is always light up, when i push it, it dims for a moment and lights back up.. but nothing happens.
    I've also tried restoring the BIOS settings to default after doing a system "restart" i believe it's called..(unplugging everything + battery and holding power for 15 seconds), running a system restore to before the issue, reinstalling several drivers (WAN, LAN, WLAN, TVAP, RealTek Wireless Driver).... so far nothing has worked.. Any suggestions on what I could possibley do?
    Thanks, 
    Livi
    Solved!
    Go to Solution.

    There is one other thing to try (no effect on the buttons but may turn wireless on). Go to C:/Program Files/Toshiba/TBS/TBSWireless.exe. Toggling the TBSWireless.exe file ,if you have it, will turn the wireless on/off. That is the final straw, Livi.  The only thing left will be a complete HDD/OS  recovery to out-of-box state the day you first started the machine. Read your USER'S GUIDE starting on page 61 to find out what that entails and what you must do to prepare for it.
    Good Luck!
    C.B.
    Toshiba Sat. C75D-B7260 Win 8.1 64 Bit--Toshiba Sat. L775D-S7132 Win 7 HP SP1 64 Bit and Win 10 PRO Technical Preview--Toshiba Sat. L305-S5921 Win Vista SP2 32 Bit

  • Hey! I don't know if my MacBook Air is frozen, but the screen is gray with the apple logo and an icon below turning round and round as if it's opening, but has been like that for a few days. I've switched it off and then on again several times, still the

    Hey
    I don't know if my mac book air is frozen, but the screen is gray with the apple logo in the middle of the gray screen, with the 'booting' icon turning round and round. I have switched it off fron both the power and power button on the computer, it goes off, when I put it on, same screen comes on again. Help Please!

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 3
    If you use a wireless keyboard, trackpad, or mouse, replace or recharge the batteries. The battery level shown in the Bluetooth menu item may not be accurate.
    Step 4
    If there's a built-in optical drive, a disc may be stuck in it. Follow these instructions to eject it.
    Step 5
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Step 6
    Boot in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 6.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 7
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 8
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 9
    Repeat Step 6, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 10
    This step applies only to older Macs (not current models) that have a logic-board ("PRAM") battery. Both desktop and portable Macs used to have such a battery. The logic-board battery, if there is one, is separate from the main battery of a portable. A dead logic-board battery can cause a boot failure. Typically the failure will be preceded by loss of the settings for the startup disk and system clock. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 11
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.

  • When I turn on my iPad the grey 'brightness slider' is in the centre of the screen and I can't get rid of it. I've tried switching on / off 'auto-brightness' in 'settings' but it won't go away. What am I doing wrong? Any advice gratefully received.

    When I turn on my iPad the grey 'brightness slider' is in the centre of the screen and I can't get rid of it. I've tried switching on / off 'auto-brightness' in 'settings' but it won't go away. What am I doing wrong? Any advice gratefully received.

    That folder with the question mark icon means that the MacBook can't find the boot directory. That can either mean it can't find the hard drive or the Operating System data on the hard drive is somehow corrupted.
    Put your install DVD into the optical drive (CD/DVD drive) and reboot. As soon as you hear the boot chime, hold down the "c" key on your keyboard (or the Option key until the Install Disk shows up). That will force your MacBook to boot from the install DVD in the optical drive.
    When it does start up, you'll see a panel asking you to choose your language. Choose your language and press the Return key on your keyboard once. It will then present you with an Installation window. Completely ignore this window and click on Utilities in the top menu and scroll down to Disk Utility and click it. When it comes up is your Hard Drive in the list on the left?
    If it is then click on the Mac OS partition of your hard drive in the left hand list. Then select the First Aid Tab and run Repair Disk. The Repair Disk button won't be available until you've clicked on the Mac OS partition on your hard drive. If that repairs any problems run it again until the green OK appears and then run Repair Permissions.
    If your hard drive isn’t recognized in Disk Utility then your hard drive is probably dead.

  • Why does my wireless keyboard keep shutting off?

    Why does my wireless keyboard keep shutting off?
    It is not the batteries.

    More experience leads me to believe the problem is with the new iMac.  If I get the network going by turning AirPort Extreme power off, then on, I see a good signal at my iMac. Experience shows the network drops off after several hours. But yesterday I turned the iMac off, and the network remainded up (I could see it on my iPhone and iPad) throughout the night.  That's the first time that has happened since I got the new iMac.  Never had this issue with the old machine. I transferred all file to the new machine from a Time Machine backup that was up-to-date.  Am working with Apple support. They had me do a re-boot of the AirPort and will call back tomorrow AM to learn it did not solve the problem, but turning off the iMac does.  Darn.

  • Turning wireless card on and off

    I just got my new laptop and am putting Arch on it of course.  It has the Intel 3945 card which is pretty common so I thought I'd use the iwlwifi driver.  I followed the Wiki and even perused a couple other laptop wiki entries with the same card to see how they did it but none of them have worked correctly.  I think the reason is because the actual card isn't turned on.  When I boot into Windows the little wifi light comes on indicating the card is active and I can connect to a wireless network then but when I boot into Arch the light is off.  iwconfig wlan0 essid mynetwork and iwconfig wlan0 key ******** both run without error but I don't have an IP address.
    The only problem is there's no key combination to turn the card on and off.  It's a little button that you slide one way to turn on bluetooth and wireless and the other way to turn it off.  The bluetooth light is on in Linux but not the wireless.  It's driving me crazy because I can't seem to find anything in the manual about it and the card is set to be turned on by default in the BIOS.  What else can I do?

    OK, I think I figured it out.  I'm now using my wireless card to browse the Internet.  I think what was happening was my wired interface (eth0) was conflicting with my wireless interface.  Once I brought my wired connection down, I was able to connect with the wireless one.
    Maybe someone can simplify the process for me now.  I've disabled eth0 in rc.conf but in order to get the wireless up and running I have to bring up wlan0 with ifconfig, use iwconfig to configure the essid and key and then connect through wifi-radar (even though wifi-radar already contains the correct configuration).  That means I can't just connect with wifi-radar after boot.  I have to run those iwconfig and ifconfig commands first.  I considered putting wlan0 as an interface in rc.conf but the Wiki entry I read said not to do that for the 3945 card.  So is there any way to streamline this process?
    And I guess Linux just doesn't send any power to the little light even though it does for the bluetooth one.  That really doesn't boher me but it did throw me for a loop the first time around.

  • Aspire One D255 monitor shuts off during boot

    Every time I boot, immediately after the kernel lauches init, my screen powers off.  About 15 seconds later, it comes back on.
    The delay before coming back on seems to be independent of the init process.  If I speed init up, by the time it comes back on it's waiting at the login prompt.  If I slow it down, it comes back on while init is still running.
    I tried adding an echo -e -n '\033[13]' to my init scripts in an effort to unblank the display, but it doesn't help.
    This happens both booting of the install image and after installation. It makes it extremely hard to figure out what's going on during startup.
    Has anyone seen this before?

    I have a similar issue with my aspire one, but the display is not turning off, it is actually the backlight turning off during boot. I use fbsplash with a dark theme but a bright progress bar. During boot, it appears as if the screen has turned off, but looking closely, I can still see the progress bar.
    I have tried several different methods of keeping the backlight on to no avail.
    Personally I am thinking it is monitor signal detection during a monitor mode reset during boot, ie from console resolution switching to KMS resolution. Most monitors lose signal detection when changing mode (in my experience). Some display a "No Signal" message of some sort, some briefly turn off until signal is detected again, and in the Aspire One case, the backlight turns off. Put it down to monitor manufacturers built in power saving "features".
    Tha same thing happens when I boot windows.
    Of course, if anyone does come up with a solution, I am eagerly listening!
    Cheers.

  • Re: Wireless Communications Switch

    I have a Satellite A660 notebook on which recently for some unknown reason the wireless communications has been turned off. On powering up the machine, the wireless indicator does not light up, but the adaptor when seen via Device Manager is enabled.
    Communications diagnostics tells me to turn on the "Wireless Communications Switch" but I can't find one - not on the front; not on the left side; not on the right side; not on the back nor anywhere else.
    Am I stupid or blind or Both? How do I turn on the "Wireless Communications Switch"

    The answer is I was both blind and stupid. Didn't realise the illuminated icon on the keyboard above the function keys was a push button

  • Wireless capability turn need off

    I was on line and was suddenly not able to connect. I got the message,when I ran diagnostics,that the wireless capability is turned off. This is certainly something internal to the computer or Firefox since I am currently using using the same network with my iPad.
    Any help or suggestions would be appreciated

    Can your other applications access the internet from the same machine? If not, did you try restarting?
    Also, some laptops have a physical switch or touch sensitive button to turn the wi-fi radio off (e.g., for when you are on an airplane). You might check to make sure you haven't done that inadvertently since there may not be a way to flip that switch in software.

  • I locked my MacBook - it switched itself off - restart it - white screen with a folder and a questionmark appearing on the screen, I can type in the password or do anything at all

    I locked my MacBook with the find my iPhone app, then it switched itself off and now, when i restart it there is  a white screen with a folder and a questionmark appearing on the screen, I can type in the password or do anything all. I really didn't wipe it, and in the app it says: MacBook locked toay at 15:49.
    I am really desperate. Plz help me.
    Thanks.

    Did you setup a lock code? I have done this operation via iCloud just few minutes ago and it's booted with 4 numbers lock code just fine. When you lock your Mac, it's restarts automaticly and then loads with lock screen and you are only able to enter password of 4 numbers to unlock it.

  • Monitor blanks off during boot up.

    After zapping the PRAM on my G4 (AGP, Ati rage 128 pro) my monitor now blanks off just after the Apple logo in the boot up sequence. The monitor is a Hewlett Packard HPw19 flat screen. In this blank state the monitor shows the message "Attention - Input Not Supported". I'm guessing that zapping the PRAM has switched OS X into a screen resolution that the monitor can't handle. SO....my problem is... how can i switch screen resolution of the video card etc when i cannot use the display? :-/
    thanks for any help/ideas

    I eventually fixed this by installing a fresh system to the 2nd harddisk - this system booted fine so i could then switch screen resolution and boot from the original system again. Had i had a spare monitor i could have booted from that, switched screen resolution, then plugged in the original monitor. I think it must be an issue with the HP w19 not being 100% ok with OS X.

Maybe you are looking for