NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 432 433 434 435 436 … 1231 Next »
Hibernate question.

 
  • 0 Vote(s) - 0 Average
Hibernate question.
Gordonx42
Offline

Junior Member

Posts: 19
Threads: 6
Joined: Jul 2005
#1
2006-09-05, 03:44 PM
I use a small program that puts my HTPC into hibernate when it has been idle for a few hours. (I do this because I found the XP idle timer doesn't usually work). My question is, will GBPVR prevent the system from going into hibernate mode if a recording is occuring?
herbs
Offline

Senior Member

Posts: 697
Threads: 23
Joined: Apr 2004
#2
2006-09-05, 03:55 PM
Gordonx42 Wrote:I use a small program that puts my HTPC into hibernate when it has been idle for a few hours. (I do this because I found the XP idle timer doesn't usually work). My question is, will GBPVR prevent the system from going into hibernate mode if a recording is occuring?

I use hibernator or winOFF to do what you want although 10 mins not a few hours (two different pvrs just wanted to test both programmes) and a recording prevents hiberantion each time. Also viewing tv prevents hibernation.
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#3
2006-09-05, 04:13 PM
herbs Wrote:I use hibernator or winOFF to do what you want although 10 mins not a few hours (two different pvrs just wanted to test both programmes) and a recording prevents hiberantion each time. Also viewing tv prevents hibernation.

I am interested to learn from your experiment with both programmes, as in my setup with XP defined time-out, or forced via GBPVR system menu, the machine does not properly resume from hibernation.
dfdario
Offline

Senior Member

Posts: 288
Threads: 35
Joined: Nov 2005
#4
2006-09-05, 05:15 PM
I'm having the same problem and as far as I can see we both have the same mainboard!

If I set XP to hibernate, the first time PC hibernates after the time has been set while after the PC has been manually resumed from hibernation the time PC returns to hibernate state is as shorter as 5 min.

Furthermore sometime also NTFS errors happen.

If I hibernate the PC from the gbpvr system menu after resume hauppauge IR won't work.

This is all happen to me.
Now I'm trying to find a solution to all thees stupid problems.
[SIZE="1"][COLOR="Navy"]
1st
Silverstone LC20 case | ASUS M2V | AMD Athlon 64 3200+ AM2| RAM 4GB DDR2 800 | HD 160GB IDE + (SATAII 300GB) | Hauppauge: 3x HVR-1300 - 1x HVR-1100 | 2 x Hauppauge MVP | 3 x AtlantisLand PL200 | WinXP IT SP3 | MCE 2005 Remote | GB-PVR v1.4.7 | Cyberlink Mux | 2 x clients Intel D945GCLF2 | Win FLP SP3 [/COLOR]
_____________________
[COLOR="Navy"]2nd
Intel D945GCLF2 | RAM 2GB DDR2 | HD 500GB SATAII) | Hauppauge Nova T500 | GB-PVR v1.3.11 | ATI Mux | Microsoft XP + SP3 + hotfix kb969238 and this [/COLOR][/SIZE]
herbs
Offline

Senior Member

Posts: 697
Threads: 23
Joined: Apr 2004
#5
2006-09-05, 05:23 PM
I can't remember which one but one the apps I list can run a cmd after start up which you could use to restart the ir.exe for the hauppauge remote although I can say I have not had that issue myself. Also gbwake can do the same I believe.
dfdario
Offline

Senior Member

Posts: 288
Threads: 35
Joined: Nov 2005
#6
2006-09-05, 05:32 PM
Thanks a lot for the tip. I planned to use wake.cmd to do that.
My big concern is to make the PC going hibernate at the right time and without NTFS errors.
[SIZE="1"][COLOR="Navy"]
1st
Silverstone LC20 case | ASUS M2V | AMD Athlon 64 3200+ AM2| RAM 4GB DDR2 800 | HD 160GB IDE + (SATAII 300GB) | Hauppauge: 3x HVR-1300 - 1x HVR-1100 | 2 x Hauppauge MVP | 3 x AtlantisLand PL200 | WinXP IT SP3 | MCE 2005 Remote | GB-PVR v1.4.7 | Cyberlink Mux | 2 x clients Intel D945GCLF2 | Win FLP SP3 [/COLOR]
_____________________
[COLOR="Navy"]2nd
Intel D945GCLF2 | RAM 2GB DDR2 | HD 500GB SATAII) | Hauppauge Nova T500 | GB-PVR v1.3.11 | ATI Mux | Microsoft XP + SP3 + hotfix kb969238 and this [/COLOR][/SIZE]
dfdario
Offline

Senior Member

Posts: 288
Threads: 35
Joined: Nov 2005
#7
2006-09-05, 07:27 PM (This post was last modified: 2006-09-05, 08:29 PM by dfdario.)
So far I've tested (and it pretty works) the appl shutter I've found at http://www.redbrick.dcu.ie/~den4b/Projec...hutter.exe.
The program has a lot of interesting functions. The one I was looking for is that is possible to run an application (or a batch file) when a certain condition is met and immediately after the application re-arms itself so there is no need to run it again upon check in the bat file fails.
My batch file is the following:


=======================================
@echo off
netstat -an |find ":5906"|find /i "establ"
if %errorlevel%==1 goto hibernate
echo %date% %time% MVP is connected on port 5906. Will not suspend or hibernate. > hibernate.log
goto end

:hibernate
echo %date% %time% Hibernate is possible. > hibernate.log
rundll32.exe powrprof.dll,SetSuspendState

:end
exit
====================================

I'm still testing if all work

I hope it will help you solve someway
[SIZE="1"][COLOR="Navy"]
1st
Silverstone LC20 case | ASUS M2V | AMD Athlon 64 3200+ AM2| RAM 4GB DDR2 800 | HD 160GB IDE + (SATAII 300GB) | Hauppauge: 3x HVR-1300 - 1x HVR-1100 | 2 x Hauppauge MVP | 3 x AtlantisLand PL200 | WinXP IT SP3 | MCE 2005 Remote | GB-PVR v1.4.7 | Cyberlink Mux | 2 x clients Intel D945GCLF2 | Win FLP SP3 [/COLOR]
_____________________
[COLOR="Navy"]2nd
Intel D945GCLF2 | RAM 2GB DDR2 | HD 500GB SATAII) | Hauppauge Nova T500 | GB-PVR v1.3.11 | ATI Mux | Microsoft XP + SP3 + hotfix kb969238 and this [/COLOR][/SIZE]
dfdario
Offline

Senior Member

Posts: 288
Threads: 35
Joined: Nov 2005
#8
2006-09-10, 04:12 PM
After a lot of tests I could tell Shutter is working properly without any further external batchfile. The only limitation is the length of the settable time before hibernate which should be less than 999 secs.
[SIZE="1"][COLOR="Navy"]
1st
Silverstone LC20 case | ASUS M2V | AMD Athlon 64 3200+ AM2| RAM 4GB DDR2 800 | HD 160GB IDE + (SATAII 300GB) | Hauppauge: 3x HVR-1300 - 1x HVR-1100 | 2 x Hauppauge MVP | 3 x AtlantisLand PL200 | WinXP IT SP3 | MCE 2005 Remote | GB-PVR v1.4.7 | Cyberlink Mux | 2 x clients Intel D945GCLF2 | Win FLP SP3 [/COLOR]
_____________________
[COLOR="Navy"]2nd
Intel D945GCLF2 | RAM 2GB DDR2 | HD 500GB SATAII) | Hauppauge Nova T500 | GB-PVR v1.3.11 | ATI Mux | Microsoft XP + SP3 + hotfix kb969238 and this [/COLOR][/SIZE]
dfdario
Offline

Senior Member

Posts: 288
Threads: 35
Joined: Nov 2005
#9
2006-09-20, 08:59 PM
For those who have more than one MVP and want check MVP before Hibernate I suggest a bat file like this:
@echo off
FOR %%A IN (6 7 8 9) DO (
netstat -an|find ":590%%A"|find /i "establ" > NUL
IF NOT ERRORLEVEL 1 goto nohibernate
)

:hibernate
echo %date% %time% Hibernate is possible. >> c:\program files\devnz\gbpvr\hibernate.log
rundll32.exe powrprof.dll,SetSuspendState
goto end

:nohibernate
echo %date% %time% some MVP is connected. Will not suspend or hibernate. >> c:\program files\devnz\gbpvr\hibernate.log
:end
exit

Wink
[SIZE="1"][COLOR="Navy"]
1st
Silverstone LC20 case | ASUS M2V | AMD Athlon 64 3200+ AM2| RAM 4GB DDR2 800 | HD 160GB IDE + (SATAII 300GB) | Hauppauge: 3x HVR-1300 - 1x HVR-1100 | 2 x Hauppauge MVP | 3 x AtlantisLand PL200 | WinXP IT SP3 | MCE 2005 Remote | GB-PVR v1.4.7 | Cyberlink Mux | 2 x clients Intel D945GCLF2 | Win FLP SP3 [/COLOR]
_____________________
[COLOR="Navy"]2nd
Intel D945GCLF2 | RAM 2GB DDR2 | HD 500GB SATAII) | Hauppauge Nova T500 | GB-PVR v1.3.11 | ATI Mux | Microsoft XP + SP3 + hotfix kb969238 and this [/COLOR][/SIZE]
K.S.
Offline

Senior Member

Posts: 526
Threads: 12
Joined: Oct 2006
#10
2007-10-16, 04:48 PM
don't use rundll32.exe powrprof.dll,SetSuspendState to standby/hibernate your computer. why? it won't wake up automaticaly for recordings / epgupdate. see here
better to use psshutdown from sysinternals/microsoft
sub Wrote:Yep, what he said.

curiosity killed the cat Big Grin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Start PC for recording, Sleep/Hibernate when done Basher52 6 5,030 2011-12-17, 02:52 PM
Last Post: Sykor
  GBPVR Database question - Recording Schedule David B 1 1,668 2010-11-08, 09:21 PM
Last Post: sub
  Descriptive Audio Service Question mikeh49 3 3,184 2010-10-21, 10:49 PM
Last Post: sub
  Italian channels post and a question about compatibility with Seven 64 bit pinopallino 2 1,702 2010-08-18, 09:14 AM
Last Post: pinopallino
  Newbie Question rthefish 4 2,142 2010-05-25, 08:06 PM
Last Post: pBS
  Question About Recording Formats LewE 11 3,856 2010-04-27, 02:23 AM
Last Post: LewE
  Question about Haupblast.exe broadband412 2 2,541 2010-04-24, 08:59 PM
Last Post: broadband412
  A Complete noob question about remote controller mpooley 3 1,969 2010-04-01, 11:52 AM
Last Post: jw100
  MCE remote and netradio question collin 4 2,070 2010-03-23, 11:32 PM
Last Post: collin
  PC wakes up, but doesn't go back to hibernate Probedude 6 2,720 2010-03-13, 05:01 PM
Last Post: Graham

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode