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.

Similar Messages

  • 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.

  • 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

  • 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)

  • 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

  • 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.

  • 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.

  • 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.

  • 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.

  • Is the trackpad supposed to also wake up the computer from sleep?

    Hello,
    I am not sure if I am able to before, but right now making a swipe or even a click on my trackpad doesn't wake up the computer from sleep - although typing on the keyboard does. Is this really the case? Or can the trackpad also wake the computer? I've already tried resetting the PRAM but it would still not do the trick. It doesn't bother me much though.
    Thanks!

    Swiping the trackpad should also wake the computer. Touching a keyboard key that is benign is usually preferred. i.e. shift key.

  • 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?

  • 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.

  • Internet connection not working after computer wakes up from sleep. OSX Lion

    After upgrading to Lion, I noticed that my internet connection doesn't work when I wake my computer from sleep. I have to turn off the WiFi connection, turn it back on and it will work. I guess this is a glitch that will be fixed later on. Just wanted to point it out. I don't know if someone else is having the same problem? I am not very happy with the upgrade to Lion, things seem to be slower, I've had several freezes requiring to reboot. I guess Lion needed a little more twicking before release. Not worth the $29.99 price tag.

    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."

Maybe you are looking for

  • App Store: Account only valid in US iTunes Store (in US!)

    Odd problem. All my apps from the app store are crashing at startup. I didn't do anything other than connect to a new wi-fi hotspot. I tried shutting down the booting up again. No luck. Then I tried to delete an app and re-install to see if that help

  • Both wireless and USB printing on a MX892?

    I am currently printing from my computer to a new MX892 via a USB cable. I was afraid to set up wireless in case that would mean I could only print wirelessly, which is likely not true. I might (rarely) choose to print from my iPad or iPod wirelessly

  • Adapter configuration

    Hi, I am sending a flat file to XI and from there to MQSERIES. For getting file into XI i am using FILE Adapter with content coversion and for sending to MQSERIES i am using JMS Adapter. Can any one tell how to configure JMS Adapter . Can anyone give

  • Intel Xserves Crash only on weekends

    We have 10 Intel XServes that we received in early December. For some reason anywhere between 2-6 of the 10 crash and become unresponsive, only on the weekends, usually Saturdays. Very odd. I've been checking them every weekend since we've purchased

  • Is there a way to not to execute a query on table rendering?

    Is there a way to not to execute a query associated with an af:table on table rendering on the page? I would like to control this programmatically. Any examples will be much appreciated.