X61 Freezes, but only when unplugged

My X61 freezes almost every time I unplug it from AC power.  This never happens when the computer is plugged in.
In other words, soon after unplugging it, it locks up.  Cursor spins but no response.  Doesn't matter what application is running, even happens in just Explorer.
I thought I had it solved after turning down the disk shock sensitivity, but after a recent update to the Lenovo applications, the problem is back (yes, I set the disk shock back to low sensitivity).
This is maddening and has wasted countless hours of valuable work.
LENOVO!!! Are you listening?  You're about to lose a long time faithful customer.  This is unacceptable!!  Fix it!

That sounds really frustrating. I haven't heard of a problem like that before.
Maybe your power management software is borked, and it is causing this freeze when running on battery. You could try re-installing the power management software.
If you want support directly from Lenovo, I suggest calling them directly. This is mainly a user to user support forum with occasional fly by's from Lenovo staff, and is not a formal support channel.
I don't work for Lenovo. I'm a crazy volunteer!

Similar Messages

  • IPhoto Freezing but ONLY when creating Books, Calendars or Cards.  Anyone know Why?

    When I try to create a Book, Card or Calendar using iPhoto (version 9.1.5), the comp says "Loading" and my pointer keeps moving but it never comes up.  I haven't used this since last year and have no idea why it will not work now.

    You can update from iPhoto 9.1.5 to 9.2.1 for no cost.
    How old is your Mac? If it's very recent you need to update via the App Store
    If you purchased at the App Store you need to update via the App Store
    Otherwise you update via Softare Update
    If you have moved iPhoto from the default location (i.e. into a Folder) then the updater won't find it. Move it back.
    If you have renamed iPhoto, the updater won't find it. Change it back.
    Regards
    TD

  • TS1717 iTunes freezes up only when I try to play a video or movie trailer

    my iTunes has been performing perfectly...but all of a sudden today, my iTunes on my Windows 7 PC, completely freezes up ..but only when I try to play a video or movie trailer. Any tips?

    I too am having the same issue as the OP.
    Your USER AGENT information is Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18
    Every webserver that receives a request from your browser is able to determine the HTTP USER AGENT information unless it has been removed by some software (e.g. firewall) before the request was trasmitted.

  • The camera app on my iphone 4S is crashing and while using the rear video cam black wavy lines are appearing but only when exposed to flurescent light in addition to the front cam... can any one please tell me what is happening???

    the camera app on my iphone 4S is crashing and while using the rear video cam black wavy lines are appearing but only when exposed to flurescent light in addition to the front cam... can any one please tell me what is happening???

    Try resetting your phone by holding down the home and off button until the apple symbol comes up. Then if still doing, restore your phone in itunes from your backup.

  • Burned Image on screen, but only when using Safari

    I have a burned image on my IPhone's screen, but only when I use Safari. Additionally, when I open Safari's multiple window viewer feature, the image is there as well. The home screen and every other app is unaffected. Turning off and on the phone does nothing to fix the problem.
    I know removing the casing and battery is an adventure, so I am trying to avoid it if I can.
    Can anyone think of a way to fix this problem?
    Thanks for the help.

    Troubleshoot Safari extensions ..
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • I'm receiving all notifications, but only when I open my iPad, then I get them all at once...? How do I get the notifications immediately?

    I'm receiving all my notifications, but only when I open my iPad, then I get them all at once. Why am I not getting them immediatlely?

    Is this a wifi-only iPad?  If so, and unless it is plugged in, when you sleep the device, it shuts off the wifi radio to save battery power.  When you wake up the device, the wifi radio is re-activated, it connects and gets your notifications.  That is perfectly normal and simply a function of the design of the device.  The wifi will not shut off if the device is plugged into a power outlet (no need to conserve power then).
    A 3G iPad would allow for push notifications, if the 3G connection was left on all the time.
    P.S. if you do have a 3G iPad and have 3G enabled all the time, then I do not know why it is not working.

  • Iphone 4 keeps rebooting... but only when plugged in

    My iphone keeps rebooting itself... but only when I have it plugged in to the wall.  When its not plugged in, it seems to work fine.
    We have two iphones in our house... and I have tried the  other wall charger... same result.
    I went through the recovery mode restore... and its still doing it.
    Any suggestions?

    If no change after restoring your iPhone with iTunes as a new iPhone or not from your iPhone's backup, when your iPhone is connected to your Mac, is it connected direct to a USB port on your computer - not connected to a USB hub?
    Since the buzzing/beeps continue when your iPhone is connected to the AC adaptor, do you have another USB dock connector cable to try to rule out a problem with your iPhone's USB cable?

  • TS3297 I keep getting this message that has some words & meaningless letters and then it has a mobile something or other.. But only when I try to buy give me everything by pitbull ... Please help!!

    I keep getting this message that has some words & meaningless letters and then it has a mobile something or other.. But only when I try to buy give me everything by pitbull ... Please help!!

    I keep getting this message that has some words & meaningless letters and then it has a mobile something or other.. But only when I try to buy give me everything by pitbull ... Please help!!

  • Get ORA-01031: insufficient privileges error, but only when using dbstart.

    I am getting ORA-01031: insufficient privileges error, but only when using dbstart. the listener starts but not the database. How come I can start it from SQL prompt but not from dbstart scripts as the oracle user?
    [oracle@mallard bin]$ ./dbstart
    Processing Database instance "gf44": log file /prod/oracle/10/startup.log
    [oracle@mallard bin]$
    Log file:
    Wed Aug 20 10:15:02 CDT 2008
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 20 10:15:02 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    /prod/oracle/10/bin/dbstart: Database instance "gf44" warm started.
    >
    oratab file:
    gf44:/prod/oracle/10:Y
    dbstart file section:
    # See if it is a V6 or V7 database
    VERSION=undef
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    SQLDBA=svrmgrl
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
          print V[1]}'`
    case $VERSION in
    "6") ;;
    *) VERSION="internal" ;;
    esac
    else
    if [ -f $ORACLE_HOME/bin/svrmgrl ] ; then
    SQLDBA=svrmgrl
    VERSION="internal"
    else
    SQLDBA="sqlplus /nolog"
    fi
    fi
    Permissions of file:
    [oracle@mallard bin]$ ls -la dbstart
    -rwxrwxr-x 1 oracle oinstall 10407 Aug 19 12:27 dbstart
    [oracle@mallard bin]$
    User permissions:
    [root@mallard 10]# id oracle
    uid=503(oracle) gid=503(oinstall) groups=503(oinstall),504(dba)
    [root@mallard 10]#
    I can start the listener manually using "./lsnrctl start" and start the database manually from sql prompt using "SQL>startup" (as sysdba) with no problems. this only happens when using dbstart file. I am logged in as oracle user and all environment variables are set
    Thank you for any help you could provide.

    I have the same problem, but i don't want insert this string
    Connect sys/{password} as sysdbaI have deployed an Oracle 10g with os SunOS
    $ uname -a
    SunOS DB02 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Blade-T6320
    I can connect with sys/password, but I can't login with
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 7 15:19:50 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privilegesthe the startup and dbshut don't work.
    Someone maybe help me?
    Thanks,
    Regards.
    Lain

  • Iphone 4 keeps restarting every 3 min but only when being used

    Iphone 4 keeps restarting every 3 min but only when being used, it doesn't matter what I do with it, it has to restart itself during usage, it's so annoying. I have restored but still no luck, currently trying to update the software once I've finished downloading it but I know it will keep restarting when connected to itunes.
    Anyways when I do decided to bring it to the apple store would I need to bring the receipt with me?
    because i dont have it anymore only the phone, box charger and usb
    thanks

    Anyways when I do decided to bring it to the apple store would I need to bring the receipt with me?
    No. The warranty is tied to the device, not the individual & all iphone 4's are still under warranty.

  • Every time i go on the internet the sound starts messing up but only when connected to the internet.

    1- Product name and number: Compaq CQ57 302EA 4GB
    2- Operating system installed: Google Chrome, Windows 7 (was already onlaptop when got new from store)
    3- Error Message: From bullgaurd saying I have a virus but have sorted the problem and there is no virus no longer.
    4- Any changes made to your system before the issue occurred: I have installed games and music of the internet.
    5- In the subject title, include a brief, specific description of the problem, and your product information: Compaq Laptop. Every time i go on the internet the sound starts messing up but only when connected to the internet what can i do to fix this problem?

    #You need to check your home page settings if the pages open immediately everytime you start Firefox.
    #Sometimes, things that you download and install will change your home page. When installing anything, be observant, be sure to look for check boxes during install of anything that allows you to un-check items and not install toolbars and/or make changes to your home page.
    #Firefox can have multiple home pages separated by the "|" keyboard character.
    #It sounds as though your home page setting might be: "When Firefox starts: Show my windows and tabs from last time"
    #See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]

  • My macbook shut off and wont turn back on.  Im pretty sure it is charging.  The LED light is on but only when the laptop is closed.  Im in grad school and have lots saved.  Please Help!

    My macbook shut off and wont turn back on. Im pretty sure it is charging. The LED light is on but only when the laptop is closed. Im in grad school and have lots saved. Please Help!

    ronicr76,
    First it would be helpful if you post the exact model, year and OS version you have.
    > The LED light is on but only when the laptop is closed<
    So that light is the sleep indicator and tells us that the laptop is going to sleep when you close the lid. That would be normal behavior so the machine is still working. Possibly you're experiencing a backlight failure. With the machine supposedly "on" use a flashlight to carefully examine the screen. Do you see the desktop? Yes? machine is still running and something is wrong with the backlight.
    You should immediately backup your computer or at the very least pull vital files off. With the computer hooked to another Mac (The way this is done depends on the exact MacBook, E.g.FireWire 800 to FireWire 800.) Then you restart the computer and hold the "t" key down. This puts your MacBook into "target mode":
    How to use and troubleshoot FireWire target disk mode
    Once your files are off try an SMC reset:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    Are you able to get the backlight back on by opening and closing the display? Yes? Broken backlight cable refer to qualified service place. Even if it doesn't come on and you can still see the desktop with a flashlight it is still probably the backlight. Could be the a backlight problem also.

  • I get the erroor message 'couldn't load XPCOM' but only when i try to access my Netflix Desktop App . I have tried unsuccessfully to corect this. My OS is Linux

    After the last Firefox update to Firefox 19.0.2, I got the error message "Couldn't load XPCOM" when i attempted to open my Netflix Desktop App, I did not get that error message when starting Firefox only when trying to open Netflix. I thought it had something to do with Netflix so I removed it then reinstalled but the error message continued. I searched and asked questions to no avail. I did a command line search: "locate /xpcom" It came up with a list of files relating to xpcom, only one refering to Firefox itself and they all ended with xpcom.dll. When i did a search in the File folder I found this:
    usr/lib/firefox/libxpcom.so .
    One of the people trying to help told me this:
    "The error is caused by the lack of the path "/usr/lib" in the environment variable LD_LIBRARY_PATH
    Solution
    Add the /usr/lib path to the environment variable in this way:
    export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH"
    I was informed to do the following:
    "Get to a command line prompt (CLP) and use gedit to add that line to your .bashrc file:
    your.account> gedit .bashrc
    when you're done, just save and exit. Log out and back in, and from then on whenever you log in, it will be in the LD_LIBRARY_PATH for you. You might also want to copy .bashrc to some sort of saved version; I use bashrc.sav."
    No change.
    I have done a reinstallation of Firefox and numerous reinstallation of Netflix all with no change.
    Is there a chance that a complete removal of Firefox followed by a reinstallation correct the problem? i don't want to do that unless it is the only solution.
    Oddsbodkin

    Hello Oddsbodkin,
    It looks like the creator of Netflix Desktop has a site for the project here:
    https://answers.launchpad.net/netflix-desktop/
    I would try posting your question there and see if anyone else has encountered this error and has a solution.
    Cheers, Patrick

  • How to change the color of text but only when that text is highlighted

    I am NOT asking how to change the highlight color OR how to change the text color generally, but rather, how to change the text color as it shows onscreen while it is highlighted. Here's where I'm going:
    Text is ordinarily black (assume) such as when the Finder is open or when viewing a list of all emails in an inbox.
    Let's say I change the highlight color systemwide, in prefs > appearance > highlight color, to a custom color ("other") of black (for example).
    In certain programs (mail, billings, iBank, addressbook, even the Finder), when I highlight a line of something, (like when I one-click on an email or a file name just to select it but not open it), the line will highlight in black, but the text of that line will automatically change to white so it can be seen.
    However, when I highlight actual text (click and drag or double click), such as when editing a document in Pages and selecting a word, line, paragraph, editing an email, etc., the highlight is black, and the text remains black also, which means it cannot be seen (black on black).
    So, how do I change it so that when I highlight the actual text the text color changes to white, then when it is de-selected, it goes back to black.
    I'm not afraid to do a little terminal/command line, but only if it’s a little. Hope this gives enough detail.
    Thanks.

    You can use span HTML tag.
    For example, if your label is "Product Name", and you want it to appear in red, you can type this:
    <span style="color:red">Product Name</span>Hope it helps.
    Ravi

  • Email alarm problem:  Blank "To:" field on email, but only when iCal open

    If iCal.app is closed, my email event alarms are working fine.
    However, if iCal.app is open, when it comes time to open up mail.app and send the event alarm email, the "To:" field on the email is left blank, and results in a Mail error that the message can not be sent.
    The only other reference I could find in the forums to a similar problem was a claim that installing GroupWise can interfere with the script that iCal uses to fill in the To: field on the email, but I have never installed Groupwise (at least i dont remember ever installing it, and can't find any traces of Groupwise on my system), and the fact that it all works when iCal is closed , but not when iCal is open, has me stumped.
    Any suggestions?
    Thanks..
    Ian
    Ottawa, Canada
    iBook 600Mhz, 12", Combo Drive, 640 RAM   Mac OS X (10.4.7)  

    Hi Ian,
    There is a different application that sends the emails when iCal is closed. It is called iCal Helper and is contained in the iCal application. iCal and iCal Helper use copies of the same Applescripts to send the emails to Mail.app. Your problem could stem from the Applescripts in iCal being corrupted in some way.
    Before trying what I am about to suggest, make an archive of your iCal application (Control-Click it in Finder and select Create Archive of "iCal") and keep the iCal.zip file safe. Better safe than sorry.
    You could try copying the Applescripts from the iCal Helper package into the iCal package.
    To do this:
    1. Control-Click on the iCal application and choose 'Show Package Contents' from the contextual menu. A new window will open with one folder called Contents in it.
    2.Open Contents and then the folder inside called Resources.
    3. In Resources you will find the iCal Helper application (you may find this easier using column view). Control-Click iCal Helper and select 'Show Package Contents'. Another window will open with a folder called Contents in it.
    4. Move the windows so you can see both the Resources window and the window opened in the last step.
    5. Open the Contents folder, and then the Resources folder inside this.
    6. Inside iCal Helper's Resources folder you will find five files called: Mail.scpt, Mail.applescript, mailInfoScript.applescript, mailInfoScript.applescript, mailScript.applescript and mailScriptWithAttachment.applescript. These files should be copied into iCal's Resources folder.
    7. Select the five files and press Command-C to copy them.
    8. Select the iCal's Resources folder in the other window and press Command-V. You will see a confirmation window asking if you really want to repace the files.
    9. Close both windows and your done.
    If you have any problems revet to the zipped copy of iCal.
    An alternative to this would be to do a custom install of iCal from your installation disk and applying the combo update to 10.4.7.
    Let me know how it goes.
    Best wishes
    John M

Maybe you are looking for

  • Keyboard not working in Mozilla

    My laptop's keyboard is not working in Mozilla at all but works anywhere else. I am currently writing this in Word and cut and pasting it into the feedback box. I really need to fix this because it's really making things difficult because I really do

  • Issue in sending mail while processing PROXY in ECC 6.0

    We are implementing PROXY interface with below required functionality: 1.PROXY for posting Accounting Documents 2.For error records, send Error Log (in PDF Format) as E-Mail to recipient maintained separately for the company code Issue: -The Email is

  • User Profile -- Last Log Entry - The Parameter is Incorrect

    HI I see an error in the SharedServices Provider serction under UserProfile . It says LAST LOG Entry : The Parameter is Incorrect This happened after i turned on search setting and Crawling . Is this anything to worry about ? what is this error messa

  • Remove char(160) and space in SSIS

    Hi everyone, I'm using SSIS package to import from excel source to SQL db , before do that, i want to remove all space and char(160) if any . But with this : REPLACE(REPLACE(APP_ID_TRANSACTION,"& chr(160)","")," ","") , i can only remove space , cant

  • Memory management in Java

    HI all, I want to know what is memory management in JAVA means ?Is it related to memory management of java VM.?