Bluetooth "wake computer from sleep" function always on?

Does anyone know if the "allow bluetooth device to wake this computer" option is designed to be always on even when bluetooth is OFF? I have noticed my computer wake unexpectedly due to a bluetooth signal in the area even though bluetooth was off. The option was selected in the preferences but I assumed when bluetooth is off none of the function are on. Thanks to anyone who could clarify this.
OSX 10.4.11 MacBook Pro 2.16 C2D

I think it applies to both, and I surmise it's because some people have Bluetooth KBs & Mice that need to wake the computer up.

Similar Messages

  • Mouse wakes computer from sleep

    Any time I close the lid on my MacBook Pro, and accidentally hit my mouse, it wakes the computer from sleep. How can I stop this? There is no "mouse" wake option in Energy Saver, so where can I turn it off?

    Check under *Keyboard & Mouse* in preferences. Mine is a wireless bluetooth mighty mouse and it's under Bluetooth I don't have a USB mouse but from this article there may not be a switch for turning the wake up off.
    How to use your PowerBook G4, MacBook Pro or MacBook with the display closed

  • T400 - Fn Key wakes computer from sleep.

    So, is it normal that by pressing Fn Key + any other key (on the keyboard) - computer wakes up from sleep??
    Or is something wrong with the OS?
    Solved!
    Go to Solution.

    Actually, the Fn key alone should wake the machine from Sleep/Standby.
    Nothing wrong with the OS.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Wake computer from sleep & sync iDisk?

    I'm wanting to wake my computer from sleep & sync my iDisk at a set time in the day. Does anyone know if it would be possible, & if so how?
    I thought if it could be done with AppleScript (wake & sync the iDisk) I could set iCal to run the script at a set time while sleeping which would wake the computer & run the script.

    Your script will not run while the machine is idle, so you have to have some other process effect the wake up. This can be scheduled through System Preferences -> Energy Saver, or through the command line pmset, but you can't just have your AppleScript running in the background and expect the machine to wake on its own.
    So you need to get a script to run your backup, and some other process (e.g. iCal) to start that script at the appropriate time.

  • Wake computer from sleep automatically to run applescript

    Hey guys, here's a problem for you to figure out. I just recently learned some very basic terms for applescript so I figured I'd make an alarm clock to wake me up. I'm looking for some kind of code or program that can wake up the computer just like the Schedule in Energy Saver does, but in a more flexible way.
    This is the code I use for the alarm clock;
    set volume 0
    tell application "Finder"
    activate
    open internet location file "lightningstream.surfernetwork.com/.webloc" of folder "Site Shortcuts" of folder "Desktop" of folder "Nick" of folder "Users" of startup disk
    end tell
    delay 15
    set volume 1
    delay 0.25
    set volume 1.5
    delay 0.25
    set volume 2
    delay 0.25
    set volume 2.5
    delay 0.25
    set volume 3
    delay 0.25
    set volume 3.5
    delay 0.25
    set volume 4
    delay 0.25
    delay 4
    set volume 2
    So this sets the volume to 0, opens up a radio stream, then increases the volume and lowers it. On weekdays this works without a problem because i set the Schedule in Energy Saver to wake the computer on Weekdays at 5:51 AM and then have iCal run the applescript at 5:55 AM. But if i wanted to wake up later in the day on the weekend then I would have to wake the computer to get the script to run.
    I'm looking for some kind of code or program that can wake up the computer just like the Schedule in Energy Saver does, but in a more flexible way.
    Now I realize that there is a sleep and a doze. Usually my computer is in doze because I have a security camera program that runs on it's own schedule. Eventually that shuts off and my Mac sleeps. So i need some way to tell the computer to wake at a specific time from sleep with me having to manually wake it. Any ideas?

    If you're comfortable with the command-line environment (i.e. Terminal.app) you can use the "pmset" command to schedule individual, non-repeating sleep or wake events.
    For example:
    sudo pmset schedule wake "07/04/11 20:00:00"
    Will wake a sleeping mac at 10AM on July 4th 2011. (And only at that date and time, not any other time.)
    For more info on "pmset", execute "man pmset" at the command line.
    Why Apple doesn't build a more flexible scheduling function into the Energy Saver sleep-scheduler (or better yet, right into iCal) I don't know, but the low-level functionality is already easily accessible, right there in the pmset command.
    Depending on your needs, you could write an Applescript or even a fully-fledged application program as a graphical front end to the "pmset" command-line utility. For example, you might use iCal's ability to hand off event data to Applescript as follows:
    - Create a schedule of sleep & wake events in an iCal Calendar.
    - Use Applescript to grab all of those events and parse their date/time/wake/sleep info into a table.
    - Spit that data into a shell script that runs a separate "pmset" command for each event.
    To get really fancy, your application could also read, or perhaps even learn to directly write to, the
    /Library/Preferences/SystemConfiguration/com.apple.AutoWake.plist file, which stores a human-readable list of scheduled sleep / wake events.

  • Removing USB wakes computer from sleep.

    I just bought a new monitor to use with my PowerBook. The monitor is a Dell with built in USB plugs. The problem is that when i put the computer to sleep, the monitor(like almost all monitors) goes in to a "power-save" mode (where it doesnt display anything on the screen and the power LED turns orange, wakes when mouse is shaken) And when it does this, it stops giving power to the USB plugs built into it and instatly wakes the computer as if i had pulled out a plug. Is there a way to keep the PowerBook from waking if a USB plug is removed/looses power? Any help would be greatly appreciated.

    Check under *Keyboard & Mouse* in preferences. Mine is a wireless bluetooth mighty mouse and it's under Bluetooth I don't have a USB mouse but from this article there may not be a switch for turning the wake up off.
    How to use your PowerBook G4, MacBook Pro or MacBook with the display closed

  • Unix command to require password to wake computer from sleep or screensaver

    Yo folks,
    Just as the subject says, is there a Unix command we can send that turns on the option to require password when the computer wakes from sleep or screensaver...which is the first option in System Preferences --> Security?
    I looked through the systemsetup commands and didn't find anything.
    Thanks!

    Run the following AppleScript:
    set items_1 to items -18 thru -2 of (do shell script "ifconfig en0 ether")
    set items_2 to ""
    repeat with this_item in items_1
    if this_item is greater than ":" then
    set items_2 to items_2 & this_item
    end if
    end repeat
    set the_path to "defaults read ByHost/com.apple.screensaver." & items_2
    set old_string to do shell script the_path
    set new_string to (items 1 thru 6 of old_string) & "askForPassword = 1;" & (items 27 thru -1 of old_string) as string
    do shell script "defaults write ByHost/com.apple.screensaver." & items_2 & " '" & new_string & "'"
    The necessary plist key is part of an array, and is in a file which has the computer's Ethernet address in its file name, so the script needs to handle both tasks. This change will not show up in the GUI until the account logs out and back in.
    (24015)

  • Turning off Mighty Mouse wakes computer from sleep

    Two part issue:
    After sleeping the computer I find that the "power down" on the Mighty Mouse causes the computer to awake!! Does anyone have a solution to this Mouse-killing problem?
    I find no instruction about shutting the Mighty Mouse (MM) off when it is not in use (say for overnight). I do see references to relatively short battery life so I imagine that we should power-down the MM when possible. But, the MM appears to be engineered pretty cheaply and it appears that it may not survive many cycles of power up-down. Anyone with thoughts on this?

    Bluetooth or USB devices won't wake up a portable running off of battery power. That probably doesn't help you, but I thought I'd note that. I don't think moving the switch actually triggers the wakeup. Of course you can't do that without holding it by the shell, which almost always senses a button press because of the design of the entire shell as right or left buttons.
    If you leave your mouse powered-on for a while, it should eventually go into standby mode with reduced power consumption. I use rechargeable batteries, so I don't worry too much about battery life. The batteries lasts several weeks before I need to recharge them and I can keep a charged set handy.
    So I take it you're using the mouse to select going to sleep in the pull-down menu and then try turning off the mouse. At least with a portable I can turn the mouse off first then either use the trackpad to put it to sleep or just close the lid.

  • Can Apple TV wake computer from sleep?

    I don't think this is possible unfortunately, but maybe someone else knows better. It seems like a no-brainer to me, so Im not sure why Apple hasn't implemented this feature. It's a TOTAL waste of energy to have my Mac Pro awake all the time just so I can have immediate access to all my Apple TV content (which is obviously streamed from the Mac Pro).
    Yes, I know I can walk to the computer each time I want to use Apple TV and wake it up manually, but it is at the other side of the house and to do this each time me or a member of my family wants to watch something on Apple TV, well it almost ruins the whole convenience of the product.

    Your tv won't wake your mac I'm afraid.
    It may seem like a waste of energy to you not allowing your mac to sleep, however constantly waking up your mac (as is very likely when used in conjunction with a tv) is likely to cause unnecessary wear to your hard drives within it and may be more costly to you in the long run than leaving it awake.

  • My iMac wont wake up from sleep

    My first gen iMac G5 1.8 20" wont wake up from sleep. Always I have to plug out and then in the power cord from the outlet then I can turn on the computer.
    Any suggestion?
    Or is this the Apple's known The iMac G5 Repair Extension Program for Video and Power Issues?
    PM QUAD 4.5GB Ram 30" Dell,RAID 0 WD Raptors+1.2TB Maxtor disks with G5 jive   Mac OS X (10.4.8)   iMac G5 1.8 Ghz,Mac mini intel & mac mini PPC, 24" Dell

    You could also try the following;
    If your Mac happily goes to sleep but won't wake up--Hold down the power switch to force-reboot your machine and get it running again.
    Don't worry-your Mac isn't narcoleptic. Its Open Firmware system or NVRAM (nonvolatile RAM) is likely corrupt, and your Mac can't remember how to wake up.
    Restart your Mac and immediately hold down the Command-Option-O-F key combo until you see a somewhat intimidating command-line display that ends with the Open Fimware prompt. Type the following line:
    reset-nvram
    press the return key on your keyboard
    set-defaults
    press return
    reset-all
    press return
    Your Mac will reboot. Once it's running, put it back to sleep to test. If the problem recurs your Energy Saver preferences may be the culprit. Delete the com.apple.PowerManagement.plist file (go to Finder/Hard drive/Library/Preferences/SystemConfiguration)--don't worry, your Mac will regenerate a new one--and then restart to see if that rights the wrong.
    Still didn't work? Might be time to call AppleCare or see an Apple Genius or a technician.
    Cheers!
    DALE

  • Change "require password to wake this computer from sleep or screensaver"

    Does anyone know how to change the checkbox in sys prefs > security > require password to wake this computer from sleep or screensaver via cli?
    I would like to always have this enabled, but individual users can shut this off...
    Thanks

    Code an AppleScript using the SystemsEvents>SecuritySuite>SecurityPreferencesObject>RequirePasswordtoWake then use the cli 'open' to run it?

  • NEW COMPUTER USING WINDOWS 7 WILL NOT WAKE UP FROM SLEEP MODE. I HAVE TO MANUALLY TURN IT OFF AND BACK ON.

    New laptop with Windows 7 does not wake up from SLEEP MODE.  I have moved the computer, moved the cursor, pushed every key on the keyboard, moved the space bar but nothing wakes it up.  I always have to manually turn the computer off and then
    turn it on again.  I have searched the FORUM but don't see anyone having my problem.  I have searched under SLEEP MODE in GETTING STARTED WITH WINDOWS 7 but I don't find where they address the different modes.  Any suggestions?

    Hi,  I would suggest you to check allow this device to wake the computer have a tick mark.
     Here are the steps:
    1. Click Start, type Device manager in the search box.
    2. Go to Device manager.
    3. Click on keyboard, it will display your keyboard, right click and go to properties.
    4. Select Power management.
    5. Check Allow this device to wake the computer.
    Follow the same procedure for mouse, restart the computer and check if it works properly.
    I also suggest you to update your display drivers, you can logon to the manufacturers website and download the latest drivers and install.
    For more information:
     http://support.microsoft.com/kb/266283
    Also I suggest you to run the Power troubleshooter to adjust your computer's power settings, and check if it works properly.
    Here are the steps:
    1. Open the Power troubleshooter by clicking the Start button, and then clicking Control Panel.
    2. In the search box, type troubleshooter, and then click Troubleshooting.
    3. Under System and Security, click Improve power usage.
    If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
    For more information, logon to:
    http://windows.microsoft.com/en-US/windows7/Open-the-Power-troubleshooter
    http://windows.microsoft.com/en-us/windows7/Sleep-and-hibernation-frequently-asked-questions
    If the issue persists, please collect the Power Efficiency Report for further analysis.
    Guided Help: Get a detailed Power Efficiency Diagnostics Report for your computer in
    Windows 7
    Regards,
    Leo  
    Huang
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Loss of bluetooth connections after wake-up from sleep

    Hi,
    I upgraded to Lion on my Macbook Pro i5 2.4GHz yesterday. Now every time when I wake up the computer from sleep, my apple bluetooth keyboard and mighty are not responsive at all. Even if I click on "connect" one by one, they still do not respond unless I turn off the bluetooth of the Macbook Pro and turn it back on again. I'm not sure if anyone else has this problem too and would really appreciate a solution. Lion is great. But this bug is quite annoying.
    Thanks in advance.
    Doniel

    1. Footnote to gtmagnet's suggestion:
    I tried it (checking the option to allow Bluetooth devices to wake the computer), then I put my MBP to sleep. Then I manually switched off my Magic Trackpad (to conserve battery life). With the option in question checked, the physical act of switching off the Magic Trackpad immediately reawakened the MBP :/   (I appreciate that the MT automatically retreats into a low power state without needing to be switched off, but I prefer to get maximum mileage from my batteries).
    That solution also didn't solve the original problem for me.
    2. Footnote to CWL's suggestion:
    I then tried that solution (removed the MT and then re-added it), but that didn't work either. Perhaps I need to be more aggressive in seeking out and deleting system files - but this makes me nervous.
    So for now, I'm still having to reboot every time the MT fails to be recognised on awakening from sleep. It would be really nice if Apple could just get over its blushes and issue the first batch of bug fixes without any further delay

  • Thunderbolt ethernet not working when computer wake up from sleep.

    thunderbolt ethernet not working when computer wake up from sleep.
    it will not happen in Mountain loin.

    I had this problem on SL and on Lion as well, and it occures for WiFi and Ethernet connections.
    In fact the internet connection was not broken as I could ping the destination usin the IP (not DNS name).
    In this case the problem was related to mDNSResponder task which handles all dns queries.
    It was the most frequent problem in my day to day work with SL and now Lion. It was never fixed by any patch from Apple. I tried almost all voodoo including fresh install, all possible config changes - no solution.
    The only version with no problems related to network was 10.5.8. All the other versions had issues of different kind (WiFi instability (lost signal), DNS problems (for wireless and wired connection) sometimes associated with machine sleep and wake up and sometimes with no reason.
    QUESTION: Is your problem independent of the access point / router you connect to.
    I must say networking was (and still is) the weakest part, besides the other OS X weaknesses I experienced during 4 years of OS X usage.
    No problems in the same network with Linux or Windows beeing ran natively on my iMac So hardware is OK.
    Software is of poor quality. Not much more to say in this matter.
    I found a very interesting article dated 1996 about programming which I think is still valid.
    Link to the article: http://www.fastcompany.com/magazine/06/writestuff.html
    Below the fragment (with some connection to Apple)
    Software is everything. It also s***s.
    "It's like pre-Sumerian civilization," says Brad Cox, who wrote the software for Steve Jobs NeXT computer and is a professor at George Mason University. "The way we build software is in the hunter-gatherer stage."

  • OSX 10.7.5 How can I make my computer wake up from sleep?

    My computer won't wake up from sleep whether I put it to sleep by a hot corner or by closing the lid.  Has anyone a solution, plezase?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. 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. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    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. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for

  • BSP PDF not working in ECC 6.0

    Hello all, we are upgrading from 4.7 to ECC 6.0 and we have several BSP programs that create pdf reports by converting data from the r/3 spool.  This following code works fine in SAP 4.7 but in ECC 6.0, I am getting the error: 'File does not begin wi

  • 10.5.6 update has completely killed audio editing and burning capabilities

    So I ran the 10.5.6 update last night 12/19/2008. I downloaded the update to a flash drive and copied it to my desktop (My Macmini isn't connected to the Internet). I ran the update, and everything seemed to be OK. It was late at night so I went to b

  • BlackBerry Desktop Manager encountered a problem

    Hi all, I'm very frustrated at the moment with a BlackBerry Torch 9800 that I have been trying to update the software on for the last week. I have Windows XP SP3 fully patched with BB DTM v 6.1 downloadhe BB UK site. When I plug in the device and cli

  • Development backup and version control questions

    Two question I want to ask as an Oracle XE beginner: 1.How to backup my work (database objects and application pages) each day? 2.What is the best practice for version control for the Oracle XE development projects? Does anyone use CVS? Thank you.

  • Finding pictures with no keywords?

    Is there a way to find all pictures which have NO keywords associated with them?