easyVDR Kopie des easyVDR-Forums zum Nachschlagen
NVRAM mit MSI-6701 (Medion5000)

easyVDR - >VARforumsname - >NVRAM mit MSI-6701 (Medion5000)

mechlon  22.Sep.2007 22:26:51
Hallo,

NVRAM soll lt. easyvdr-wiki ja laufen, leider bin ich zu blond dafür

Ich stell euch ein paar Informationen ein, sollte etwas fehlen sagt einfach bescheid.

auszug aus sysconfig

SHUTDOWNMETHOD="NVRAMWakeup"
WAKEUP_RESERVE="0"
START_POWERNOW="yes"
.
.
.
NVRAM_IWNAME=""


nvram-wakeup ergibt


nvram-wakeup: Your mainboard is currently not supported.
nvram-wakeup: Please try determining the addresses and sending the following
nvram-wakeup: information back to the maintainers:
nvram-wakeup:  - The addresses you found out (read README.mb)
nvram-wakeup:  - Mainboard vendor:  "MICRO-STAR INTERNATIONAL CO., LTD"
nvram-wakeup:  - Mainboard type:    "MS-6701"
nvram-wakeup:  - Mainboard revision: ""
nvram-wakeup:  - BIOS vendor:        "Phoenix Technologies, LTD"
nvram-wakeup:  - BIOS version:      "6.00 PG"
nvram-wakeup:  - BIOS release:      "09/11/2002"


Ich habe mit dem guess-helper die Dateien erzeugt und beide versucht

directisa


################################################
##  Mainboard autodetection information:
##
##    - Mainboard vendor:  "MICRO-STAR INTERNATIONAL CO., LTD"
##    - Mainboard type:    "MS-6701"
##    - Mainboard revision: ""
##    - BIOS vendor:        "Phoenix Technologies, LTD"
##    - BIOS version:      "6.00 PG"
##    - BIOS release:      "09/11/2002"

addr_stat        = 0x32
addr_day        = 0x33
addr_hour        = 0x34
addr_min        = 0x35
addr_sec        = 0x36
addr_stat        = 0x70  # but differs somewhere else
rtc_day          = 0x70  # but differs somewhere else
reset_day        = ON
rtc_sec          = 0x73
rtc_min          = 0x75
rtc_hour        = 0x77
addr_chk_h      = 0x6E
addr_chk_l      = 0x6F
need_reboot      = ON_ANY_CHANGE


oder

nvram-module


################################################
##  Mainboard autodetection information:
##
##    - Mainboard vendor:  "MICRO-STAR INTERNATIONAL CO., LTD"
##    - Mainboard type:    "MS-6701"
##    - Mainboard revision: ""
##    - BIOS vendor:        "Phoenix Technologies, LTD"
##    - BIOS version:      "6.00 PG"
##    - BIOS release:      "09/11/2002"

addr_stat        = 0x32
addr_day        = 0x33
addr_hour        = 0x34
addr_min        = 0x35
addr_sec        = 0x36
addr_stat        = 0x70  # but differs somewhere else
rtc_day          = 0x70  # but differs somewhere else
reset_day        = ON
addr_chk_h      = 0x6E
addr_chk_l      = 0x6F
need_reboot    = ON_ANY_CHANGE


leider ohne Erfolg.
Es kommt der Hinweis

Der Timer kann nicht gesetzt werden

Was kann ich da machen ??

Gruss
    Ralf
VDR: Distribution: Versuch easyVDR 1.0 - VDR Hardware: Gehäuse Origenae X15E mit TouchTFT und IR-Empfänger alle drei Gehäuselüfter ausgetauscht |Motherboard:ASRock N68-S | CPU: Athlon(tm) II X2 250| 3.072 MB DDR2 | HDD 1,5 TB  |DVB-Karten: Technotrend DVB S-2300 modded Rev.2.3 + Buget TT 1401 S + CAM Modul
aquarius  22.Sep.2007 23:26:33
Hallo Ralf,

kannst du im BIOS bei RTC_Alarm außer Day, Hour, Min, Sec auch den Monat setzen?

Wenn ja, dann probier mal auf Konsole den Befehl:
nvram-wakeup -I shuttle_fs40 -A -s $((`date +%s` + 10 * 60)) --nowrite

Wenn er damit die Zeit richtig setzen würde (es wird noch nichts ins BIOS geschrieben!) und die checksum stimmt, kannst du im OSD-Menü die Wakeup-Methode "Nvram" einstellen und zusätzlich den Iwname "shuttle_fs40" eintragen.
Dann brauch'ste keine nvram-wakeup.conf.

Für die Beta4 müßte noch die menu.lst für grub geändert werden, wegen dem reboot.

mfg
- Jens
mechlon  23.Sep.2007 07:40:22
Hallo Jens

vielen Dank, das klappt so :)

Die Einstellung habe ich vorher  schon eingestellt.

title          PowerOff
root            (hd0,2)
savedefault    0
cat /boot/grub/default
halt

Wenn ich den Rechner ausschalte wird er wie erwartet neu gestartet.
dann taucht ein Hinweis

Booting PowerOff
Plattensystem .......
savedefault    0
cat /boot/grub/default
0?




#hinweise
#hinweise
#hinweise
halt


oder so ähnlich. Das System bleibt jetzt hier stehen.

Ist das Normal ??

Ich dachte der Rechner wird alleine ausgeschaltet.

Gruss
    Ralf


VDR: Distribution: Versuch easyVDR 1.0 - VDR Hardware: Gehäuse Origenae X15E mit TouchTFT und IR-Empfänger alle drei Gehäuselüfter ausgetauscht |Motherboard:ASRock N68-S | CPU: Athlon(tm) II X2 250| 3.072 MB DDR2 | HDD 1,5 TB  |DVB-Karten: Technotrend DVB S-2300 modded Rev.2.3 + Buget TT 1401 S + CAM Modul
wbreu  23.Sep.2007 12:36:11
Hallo mechlon,

was bringt denn die Ausgabe von:

cat /boot/grub/default


auf der Konsole zur Anzeige?

Häng doch bitte auch die menu.lst an.

Gruß
Wolfgang
aquarius  23.Sep.2007 14:23:17
Hallo Ralf,

noch ne Idee von mir:
Wenn du Lust hast, probier das mal aus:


title          PowerOff
root            (hd0,2)
savedefault
halt

oder das:


title          PowerOff
root            (hd0,2)
halt

Kann leider die Beta4 nicht selbst testen, also grub 0.95. Hab gerade ne andere "Baustelle".

- Jens
mechlon  23.Sep.2007 18:10:30
Hallo Wolfgang,

cat default gibt aus

0







#
#
#
#
#
#
# WARNING: If you want to edit this file directly, do not remove any line
# from this file, including this warning. Using `grub-set-default\' is
# strongly recommended.

und die menu.lst

timeout 1
color cyan/blue white/blue
default saved

###splashimage=(hd0,2)/boot/grub/splashimages/debsplash.xpm.gz
splash=verbose
setkey y z
setkey z y
setkey Y Z
setkey Z Y
setkey equal parenright
setkey parenright parenleft
setkey parenleft asterisk
setkey doublequote at
setkey plus bracketright
setkey minus slash
setkey slash ampersand
setkey ampersand percent
setkey percent caret
setkey underscore question
setkey question underscore
setkey semicolon less
setkey less numbersign
setkey numbersign backslash
setkey colon greater
setkey greater bar
setkey asterisk braceright

title Debian GNU/Linux, kernel 2.6.22.5
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5 root=/dev/hda3 ro pci=routeirq vga=normal
savedefault

title Debian GNU/Linux, kernel 2.6.22.5-SMP
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5-SMP root=/dev/hda3 ro pci=routeirq vga=788
savedefault

title Debian GNU/Linux, kernel memtest86
root (hd0,2)
kernel /boot/memtest86.bin
savedefault 0

title PowerOff
root (hd0,2)
savedefault 0
cat /boot/grub/default
halt

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda3 ro
##      kopt_2_6_8=root=/dev/hda3 ro
##      kopt_2_6_8_2_686=root=/dev/hda3 ro
# kopt=root=/dev/hda3 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title Debian GNU/Linux, kernel 2.6.22.5-SMP
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5-SMP root=/dev/hda3 ro
savedefault

title Debian GNU/Linux, kernel 2.6.22.5-SMP (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5-SMP root=/dev/hda3 ro single
savedefault

title Debian GNU/Linux, kernel 2.6.22.5
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5 root=/dev/hda3 ro
savedefault

title Debian GNU/Linux, kernel 2.6.22.5 (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5 root=/dev/hda3 ro single
savedefault

title Debian GNU/Linux, kernel memtest86
root (hd0,2)
kernel /boot/memtest86.bin

### END DEBIAN AUTOMAGIC KERNELS LIST


Gruss

    Ralf

VDR: Distribution: Versuch easyVDR 1.0 - VDR Hardware: Gehäuse Origenae X15E mit TouchTFT und IR-Empfänger alle drei Gehäuselüfter ausgetauscht |Motherboard:ASRock N68-S | CPU: Athlon(tm) II X2 250| 3.072 MB DDR2 | HDD 1,5 TB  |DVB-Karten: Technotrend DVB S-2300 modded Rev.2.3 + Buget TT 1401 S + CAM Modul
aquarius  23.Sep.2007 22:36:37
Was ich mich frage,
ob sich das:


title Debian GNU/Linux, kernel 2.6.22.5
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5 root=/dev/hda3 ro pci=routeirq vga=normal
savedefault

title Debian GNU/Linux, kernel 2.6.22.5-SMP
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5-SMP root=/dev/hda3 ro pci=routeirq vga=788
savedefault

title Debian GNU/Linux, kernel memtest86
root (hd0,2)
kernel /boot/memtest86.bin
savedefault 0

title PowerOff
root (hd0,2)
savedefault 0
cat /boot/grub/default
halt


mit dem beißt?


title Debian GNU/Linux, kernel 2.6.22.5-SMP
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5-SMP root=/dev/hda3 ro
savedefault

title Debian GNU/Linux, kernel 2.6.22.5-SMP (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5-SMP root=/dev/hda3 ro single
savedefault

title Debian GNU/Linux, kernel 2.6.22.5
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5 root=/dev/hda3 ro
savedefault

title Debian GNU/Linux, kernel 2.6.22.5 (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22.5 root=/dev/hda3 ro single
savedefault

title Debian GNU/Linux, kernel memtest86
root (hd0,2)
kernel /boot/memtest86.bin


- Jens
mechlon  24.Sep.2007 04:30:37
Hallo Jens,




title          PowerOff
root            (hd0,2)
savedefault
halt


oder das:



title          PowerOff
root            (hd0,2)
halt


hängt  beides den reboot in eine Endlosschleife -es wird immer der PowerOff Eintrag gebootet.

Gruß
  Ralf
VDR: Distribution: Versuch easyVDR 1.0 - VDR Hardware: Gehäuse Origenae X15E mit TouchTFT und IR-Empfänger alle drei Gehäuselüfter ausgetauscht |Motherboard:ASRock N68-S | CPU: Athlon(tm) II X2 250| 3.072 MB DDR2 | HDD 1,5 TB  |DVB-Karten: Technotrend DVB S-2300 modded Rev.2.3 + Buget TT 1401 S + CAM Modul
mechlon  24.Sep.2007 16:47:34
Hallo Jens,

trotzdem vielen Dank, dass du es versucht hast.

Gruss
    Ralf
VDR: Distribution: Versuch easyVDR 1.0 - VDR Hardware: Gehäuse Origenae X15E mit TouchTFT und IR-Empfänger alle drei Gehäuselüfter ausgetauscht |Motherboard:ASRock N68-S | CPU: Athlon(tm) II X2 250| 3.072 MB DDR2 | HDD 1,5 TB  |DVB-Karten: Technotrend DVB S-2300 modded Rev.2.3 + Buget TT 1401 S + CAM Modul
aquarius  24.Sep.2007 16:08:22
Sorry Ralf,

hab keine Idee mehr, muß mir die Beta4 erstmal selbst ansehen.
Vielleicht kann dir jemand anders weiterhelfen.

- Jens
wbreu  24.Sep.2007 18:02:51
Hallo mechlon,

schau mal hier gibts noch ein paar Tips zu deinem Problem:

http://www.vdr-wiki.de/wiki/index.php/C%27t-VDR_-_NVRAM_WakeUp

Vor allem der  Passus sollte Interessant sein:

Bei einigen Systemen hilft aber auch das "cat grub/default" nicht. Der "halt"-Befehl wird immer noch ausgeführt, bevor grub mit dem Schriebne in grub/default fertig ist und das cat verzögert das nur sehr wenig. Bei mir funktioniert das nur in einem von etwa 5 Versuchen! In dem Falle hilft es einen PowerOff-Kernel zu boot, damit Grub genug Zeit zum Schreiben in die grub/default hat!

..........

Anschließend editiert man die menu.lst von grub wie folgt:

default saved

und der PowerOff-Eintrag muss etwa so lauten:

title PowerOff
root (hd0,0)
savedefault 0
kernel /bzImage.2.4.24.poweroff

Probier das mal aus, acht aber auf die richtigen Bezeichnungen für den Poweroff-Kernel bei der beta4

Gruß
Wolfgang