ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > Living Room

Solving an hibernation-related problem on a XP Home PC

(1/4) > >>

MerleOne:
Hi,

I am posting here in the hope that someone could help me find the right direction to solve the following problem with my Dell Dimension (model 4700, runs XP Home).  It used to be a minor problem but is becoming much more annoying as I want to use this PC in unattented mode.

The problem is the following : I am using a lot the XP hibernation feature, only rebooting when necessary.  Putting the PC in hibernation works fine, waking it also, except the wake up part is behaving strangely :
After wake up (using the on/off switch), XP resumes normally, but goes into hibernation again after 2 minutes or so if I don't do anything with it.  On the contrary, if I perform some minimal activities after the waking up like launching an application then the PC won't automatically go into hibernation again.

I have managed to far to live with this, until recently when I wanted to have my PC start during the day and record something from the attached DVB-T tuner (Terratec).  The Terratec software is perfectly capable of waking the PC from hibernation, but when in unattented mode, the hibernation kicks in after a few minutes...  The only way to perform unattented recordings is to leave my PC on all the time.  Not very energy saving friendly...

I have looked so far in the Microsoft KB, tried to find something in Dell's one (much more difficult), to no avail.  I have tried different settings for the internal ethernet card, which is sometimes responsible for problems with the hibernation process.  No result so far.

Has someone encountered the same behaviour or know a solution for this ? 

Many thanx !

Wordzilla:
Have u looked into your Power Options (in control panel)?

cthorpe:
I posted this in another thread about turning hibernation on and off with task scheduler.  Don't know if it would help you at all, but here it is:

These are a couple of AutoHotkey scripts that should disable and reenable hiberation.
These should work for Windows XP.  You may have to modify them for other flavors of windows.

Hibernate Off

--- ---WinWait, Program Manager,
IfWinNotActive, Program Manager, , WinActivate, Program Manager,
WinWaitActive, Program Manager,
Send, {LWINDOWN}r{LWINUP}
WinWait, Run,
IfWinNotActive, Run, , WinActivate, Run,
WinWaitActive, Run,
Send, powercfg.cpl{ENTER}
WinWait, Power Options Properties,
IfWinNotActive, Power Options Properties, , WinActivate, Power Options Properties,
WinWaitActive, Power Options Properties,
Send, {CTRLDOWN}{TAB}{TAB}{CTRLUP}{SPACE}{ENTER}


Hibernate On - Change the number of {UP} on the last line to adjust the hibernate time.

--- ---WinWait, Program Manager,
IfWinNotActive, Program Manager, , WinActivate, Program Manager,
WinWaitActive, Program Manager,
Send, {LWINDOWN}r{LWINUP}
WinWait, Run,
IfWinNotActive, Run, , WinActivate, Run,
WinWaitActive, Run,
Send, powercfg.cpl{ENTER}
WinWait, Power Options Properties,
IfWinNotActive, Power Options Properties, , WinActivate, Power Options Properties,
WinWaitActive, Power Options Properties,
Send, {CTRLDOWN}{TAB}{TAB}{CTRLUP}{SPACE}{ALTDOWN}a{ALTUP}{CTRLDOWN}{TAB}{TAB}{CTRLUP}{ALTDOWN}h{ALTUP}{UP}{UP}{UP}{UP}{UP}{ENTER}

You could compile those and then run them using Task Scheduler to stop the hibernation process.  The attached files should turn it off and turn it back on with a 3 hour delay.

AndyM:
After wake up (using the on/off switch), XP resumes normally, but goes into hibernation again after 2 minutes or so if I don't do anything with it.  On the contrary, if I perform some minimal activities after the waking up like launching an application then the PC won't automatically go into hibernation again.
--- End quote ---

This is how it's always worked for me (XP Pro SP2) and I figured it was normal behavior.

Skrommel has a utility that keeps a machine from entering sleep mode, should work for your problem if you have it run when the computer wakes up.

MerleOne:
Wordzilla  : yes, I have, but nothing suspicious there :


Navigation

[0] Message Index

[#] Next page

Go to full version