Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# Set to "yes" to enable nvram-wakeup for VDR # ENABLED="yes" # Here you can specify additional command line parameters, that will be passed # to nvram-wakeup. # # i.e.: # COMMANDLINE="-I ecs_k7s5au" # mainboard of type K7S5au # COMMANDLINE="-C /etc/nvram-wakeup.conf" # use config file # # see "man nvram-wakeup" COMMANDLINE="--configfile=/etc/nvram-wakeup.conf" # If your mainboard needs to reboot before shutting down, set the command(s) to # do this here. i.e.: # SPECIALSHUTDOWN="sudo lilo -R PowerOff ; shutdown -r now" # # SPECIALSHUTDOWN="" # To force a reboot whenever nvram-wakeup sets the time, independently of # whether a reboot is required, enable this option. # FORCE_REBOOT="yes" # # If you want your VDR machine to wakeup in regular intervals (i.e. for # updating EPG data), specify a day interval and a wakeup time: # # REGULAR_DAYS=0 # 0=disabled, 1=each day, 2=each 2'nd day, 3=... # REGULAR_TIME=01:00 # HH:MM |
|
|
Source code |
1 2 3 4 5 6 |
## Ergänzung für VDR-WakeUp
image = /vmlinuz
label = PowerOff
initrd = /initrd.img
read-only
append = "0"
|
|
|
Source code |
1 2 3 4 5 6 |
ide-cd ide-disk ide-generic psmouse sd_mod nvram |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
################################################ ## Mainboard autodetection information: ## ## - Mainboard vendor: "" ## - Mainboard type: "K7S8X." ## - Mainboard revision: "3.0" ## - BIOS vendor: "American Megatrends Inc." ## - BIOS version: "P2.50" ## - BIOS release: "07/19/2004" need_reboot = ON_ANY_CHANGE addr_stat = 0x50 shift_stat = 7 addr_day = 0x53 shift_day = 3 addr_hour = 0x54 addr_min = 0x55 addr_sec = 0x56 rtc_day = 0x70 # but differs somewhere else reset_day = ON addr_chk_h = 0x30 # guessed addr_chk_l = 0x31 |
This post has been edited 2 times, last edit by "FunkyMusic" (Apr 16th 2006, 1:21am)
This post has been edited 1 times, last edit by "FunkyMusic" (Apr 17th 2006, 9:11pm)
Quoted
Original von FunkyMusic
Wenn ich jetzt eine Aufnahme programmier fährt der VDR runter, startet den PowerOff Eintrag uns schaltet sich ab. Leider wcht der VDR aber nicht mehr auf, obwohl die Einträge im Bios stehen.
Quoted
Original von FunkyMusic
alle beiden Links nochmal durchgearbeitet, leider geht es immer noch nicht. :-(
Hat noch jemand eine Idee?
This post has been edited 1 times, last edit by "aLiEnTxC" (Apr 17th 2006, 10:29pm)
Quoted
Original von aLiEnTxC
mal ein bios update versucht? Steht im Bios wirklich richtig die Zeit zu der er starten soll? Stimmt die Systemzeit im Bios?
Quoted
Original von aLiEnTxC
was kam dabei raus? Hat es bei einem Testlauf mit nvram-wakeup -s $((`date +%s` + 11 * 60)) geklappt?
This post has been edited 1 times, last edit by "FunkyMusic" (Apr 18th 2006, 12:01am)