Hallo,
leider kennt nvram-wakeup mein Mainboard noch nicht, deshalb habe ich "guess-helper" bemüht und folgende config rausbekommen:
################################################
## Mainboard autodetection information:
##
## - Mainboard vendor: "MICRO-STAR INTERNATIONAL CO., LTD"
## - Mainboard type: "MS-6570"
## - Mainboard revision: ""
## - BIOS vendor: "Phoenix Technologies, LTD"
## - BIOS version: "6.00 PG"
## - BIOS release: "08/02/2004"
addr_stat = 0x46
shift_stat = 3
addr_day = 0x48
addr_hour = 0x49
addr_min = 0x4A
#addr_stat = 0x6E # but differs somewhere else
#shift_stat = 3
addr_chk_h = 0x6C # guessed
addr_chk_l = 0x6D
Display More
Das zweite addr_stat und shift_stat hab ich rauskommentiert, da nvram-wakeup sonst meckerte. Die Daten werden so richtig in den nvram geschrieben, aber die Checksumme scheint falsch zu sein, da das BIOS die default Einstellungen lädt, wenn ich was mit nvram-wakeup schreibe.
Die guess-error.log sah folgendermaßen aus:
$Id: guess.c,v 1.22 2004/03/04 08:38:14 bistr-o-math Exp $
Opened file 31.23.59.59+ readonly...
Opened file 11.12.13.14+ readonly...
Opened file 01.00.00.00+ readonly...
Opened file 01.00.00.00- readonly...
Assuming size of files 256 bytes
guess: Opening /dev/mem in O_RDONLY mode...
guess: _DMI_ table found: base: 0xF0000, size: 0x41C, count: 37
guess: data block 1 at offset 0x000: type 0, size 0x014 ( 20)
guess: found string "Phoenix Technologies, LTD"
guess: found string "6.00 PG"
guess: found string "08/02/2004"
guess: data block 2 at offset 0x042: type 1, size 0x019 ( 25)
guess: data block 3 at offset 0x064: type 2, size 0x008 ( 8)
guess: found string "MICRO-STAR INTERNATIONAL CO., LTD"
guess: found string "MS-6570"
guess: found string ""
guess: data block 4 at offset 0x09B: type 3, size 0x011 ( 17)
guess: data block 5 at offset 0x0B5: type 4, size 0x023 ( 35)
guess: data block 6 at offset 0x0FE: type 5, size 0x016 ( 22)
guess: data block 7 at offset 0x116: type 6, size 0x00C ( 12)
guess: data block 8 at offset 0x126: type 6, size 0x00C ( 12)
guess: data block 9 at offset 0x136: type 6, size 0x00C ( 12)
guess: data block 10 at offset 0x146: type 7, size 0x013 ( 19)
guess: data block 11 at offset 0x169: type 7, size 0x013 ( 19)
guess: data block 12 at offset 0x18C: type 8, size 0x009 ( 9)
guess: data block 13 at offset 0x1A2: type 8, size 0x009 ( 9)
guess: data block 14 at offset 0x1BA: type 8, size 0x009 ( 9)
guess: data block 15 at offset 0x1C8: type 8, size 0x009 ( 9)
guess: data block 16 at offset 0x1D9: type 8, size 0x009 ( 9)
guess: data block 17 at offset 0x1EA: type 8, size 0x009 ( 9)
guess: data block 18 at offset 0x1FB: type 8, size 0x009 ( 9)
guess: data block 19 at offset 0x210: type 8, size 0x009 ( 9)
guess: data block 20 at offset 0x227: type 8, size 0x009 ( 9)
guess: data block 21 at offset 0x235: type 9, size 0x00D ( 13)
guess: data block 22 at offset 0x248: type 9, size 0x00D ( 13)
guess: data block 23 at offset 0x25B: type 9, size 0x00D ( 13)
guess: data block 24 at offset 0x26E: type 9, size 0x00D ( 13)
guess: data block 25 at offset 0x281: type 9, size 0x00D ( 13)
guess: data block 26 at offset 0x294: type 9, size 0x00D ( 13)
guess: data block 27 at offset 0x2A6: type 13, size 0x016 ( 22)
guess: data block 28 at offset 0x2F7: type 16, size 0x00F ( 15)
guess: data block 29 at offset 0x308: type 17, size 0x01B ( 27)
guess: data block 30 at offset 0x343: type 17, size 0x01B ( 27)
guess: data block 31 at offset 0x37E: type 17, size 0x01B ( 27)
guess: data block 32 at offset 0x3B9: type 19, size 0x00F ( 15)
guess: data block 33 at offset 0x3CA: type 20, size 0x013 ( 19)
guess: data block 34 at offset 0x3DF: type 20, size 0x013 ( 19)
guess: data block 35 at offset 0x3F4: type 20, size 0x013 ( 19)
guess: data block 36 at offset 0x409: type 32, size 0x00B ( 11)
guess: data block 37 at offset 0x416: type 127, size 0x004 ( 4)
guess: Following DMI entries found:
guess: - Mainboard vendor: "MICRO-STAR INTERNATIONAL CO., LTD"
guess: - Mainboard type: "MS-6570"
guess: - Mainboard revision: ""
guess: - BIOS vendor: "Phoenix Technologies, LTD"
guess: - BIOS version: "6.00 PG"
guess: - BIOS release: "08/02/2004"
checking 0x46: 0x7A 0x7A 0x7A 0x72
checking 0x48: 0x1F 0x0B 0x01 0x01
checking 0x49: 0x17 0x0C 0x00 0x00
checking 0x4A: 0x3B 0x0D 0x00 0x00
checking 0x6D: 0x09 0x08 0x08 0x08
checking 0x6E: 0x3A 0xED 0xCA 0xC2
Display More
In der Syslog steht nix dazu.
Was kann ich machen, damit die Checksum korrekt ist ?
Besten Dank