hi,
ich versuche meinem easyvdr beizubringen, dass er automatisch mit hilfe von nvram aufwachen und aufnehmen soll.
hat jemend eine nvram-wakeup.conf für mich. Ich habe die bios-version vom 11.10.2005.
wenn ich mit guess-helper die einstellungen ermitteln möchte und dabei die einstellung nforce-chipsatz auswähle, bekomme ich folge nvram-wakeup.conf für directisa:
################################################
## Mainboard autodetection information:
##
## - Mainboard vendor: ""
## - Mainboard type: "MS-7030"
## - Mainboard revision: ""
## - BIOS vendor: "Phoenix Technologies, LTD"
## - BIOS version: "6.00 PG"
## - BIOS release: "11/10/2005"
addr_stat = 0x4A
shift_stat = 3
addr_day = 0x4C
addr_hour = 0x4D
addr_min = 0x4E
addr_sec = 0x4F
addr_stat = 0x6D # but differs somewhere else
shift_stat = 2
addr_chk_h = 0x6D # guessed
addr_chk_l = 0x6E
upper_method = VT82Cxxx
################################################
die dazugehörige error-log sagt folgendes:
###############################################
$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: 0x3B3, count: 37
guess: data block 1 at offset 0x000: type 0, size 0x013 ( 19)
guess: found string "Phoenix Technologies, LTD"
guess: found string "6.00 PG"
guess: found string "11/10/2005"
guess: data block 2 at offset 0x041: type 1, size 0x019 ( 25)
guess: data block 3 at offset 0x063: type 2, size 0x008 ( 8)
guess: found string ""
guess: found string "MS-7030"
guess: found string ""
guess: data block 4 at offset 0x07A: type 3, size 0x00D ( 13)
guess: data block 5 at offset 0x090: type 4, size 0x020 ( 32)
guess: data block 6 at offset 0x0E2: type 5, size 0x016 ( 22)
guess: data block 7 at offset 0x0FA: type 6, size 0x00C ( 12)
guess: data block 8 at offset 0x10A: type 6, size 0x00C ( 12)
guess: data block 9 at offset 0x11A: type 6, size 0x00C ( 12)
guess: data block 10 at offset 0x12A: type 7, size 0x013 ( 19)
guess: data block 11 at offset 0x14D: type 7, size 0x013 ( 19)
guess: data block 12 at offset 0x170: type 8, size 0x009 ( 9)
guess: data block 13 at offset 0x186: type 8, size 0x009 ( 9)
guess: data block 14 at offset 0x19E: type 8, size 0x009 ( 9)
guess: data block 15 at offset 0x1AC: type 8, size 0x009 ( 9)
guess: data block 16 at offset 0x1BD: type 8, size 0x009 ( 9)
guess: data block 17 at offset 0x1CE: type 8, size 0x009 ( 9)
guess: data block 18 at offset 0x1DF: type 8, size 0x009 ( 9)
guess: data block 19 at offset 0x1F4: type 8, size 0x009 ( 9)
guess: data block 20 at offset 0x20B: type 8, size 0x009 ( 9)
guess: data block 21 at offset 0x21A: type 9, size 0x00D ( 13)
guess: data block 22 at offset 0x22D: type 9, size 0x00D ( 13)
guess: data block 23 at offset 0x240: type 9, size 0x00D ( 13)
guess: data block 24 at offset 0x253: type 9, size 0x00D ( 13)
guess: data block 25 at offset 0x266: type 9, size 0x00D ( 13)
guess: data block 26 at offset 0x279: type 9, size 0x00D ( 13)
guess: data block 27 at offset 0x28B: type 13, size 0x016 ( 22)
guess: data block 28 at offset 0x2DC: type 16, size 0x00F ( 15)
guess: data block 29 at offset 0x2ED: type 17, size 0x015 ( 21)
guess: data block 30 at offset 0x30E: type 17, size 0x015 ( 21)
guess: data block 31 at offset 0x32F: type 17, size 0x015 ( 21)
guess: data block 32 at offset 0x350: type 19, size 0x00F ( 15)
guess: data block 33 at offset 0x361: type 20, size 0x013 ( 19)
guess: data block 34 at offset 0x376: type 20, size 0x013 ( 19)
guess: data block 35 at offset 0x38B: type 20, size 0x013 ( 19)
guess: data block 36 at offset 0x3A0: type 32, size 0x00B ( 11)
guess: data block 37 at offset 0x3AD: type 127, size 0x004 ( 4)
guess: Following DMI entries found:
guess: - Mainboard vendor: ""
guess: - Mainboard type: "MS-7030"
guess: - Mainboard revision: ""
guess: - BIOS vendor: "Phoenix Technologies, LTD"
guess: - BIOS version: "6.00 PG"
guess: - BIOS release: "11/10/2005"
checking 0x4A: 0xF8 0xF8 0xF8 0xF0
checking 0x4C: 0x1F 0x0B 0x01 0x01
checking 0x4D: 0x17 0x0C 0x00 0x00
checking 0x4E: 0x3B 0x0D 0x00 0x00
checking 0x4F: 0x3B 0x0E 0x00 0x00
checking 0x6D: 0x14 0x14 0x14 0x13
checking 0x6E: 0xB0 0x36 0x05 0xFD
################################################
die nvram-wakeup.conf für nvram-module sieht nicht anders aus.
mit der vorgenannten config-datei funzt es nicht.
hat jemend evtl. eine passende nvram-wakeup.conf für mich?
was kann ich sonst tun?
herzlichen gruß
stephan
ich versuche meinem easyvdr beizubringen, dass er automatisch mit hilfe von nvram aufwachen und aufnehmen soll.
hat jemend eine nvram-wakeup.conf für mich. Ich habe die bios-version vom 11.10.2005.
wenn ich mit guess-helper die einstellungen ermitteln möchte und dabei die einstellung nforce-chipsatz auswähle, bekomme ich folge nvram-wakeup.conf für directisa:
################################################
## Mainboard autodetection information:
##
## - Mainboard vendor: ""
## - Mainboard type: "MS-7030"
## - Mainboard revision: ""
## - BIOS vendor: "Phoenix Technologies, LTD"
## - BIOS version: "6.00 PG"
## - BIOS release: "11/10/2005"
addr_stat = 0x4A
shift_stat = 3
addr_day = 0x4C
addr_hour = 0x4D
addr_min = 0x4E
addr_sec = 0x4F
addr_stat = 0x6D # but differs somewhere else
shift_stat = 2
addr_chk_h = 0x6D # guessed
addr_chk_l = 0x6E
upper_method = VT82Cxxx
################################################
die dazugehörige error-log sagt folgendes:
###############################################
$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: 0x3B3, count: 37
guess: data block 1 at offset 0x000: type 0, size 0x013 ( 19)
guess: found string "Phoenix Technologies, LTD"
guess: found string "6.00 PG"
guess: found string "11/10/2005"
guess: data block 2 at offset 0x041: type 1, size 0x019 ( 25)
guess: data block 3 at offset 0x063: type 2, size 0x008 ( 8)
guess: found string ""
guess: found string "MS-7030"
guess: found string ""
guess: data block 4 at offset 0x07A: type 3, size 0x00D ( 13)
guess: data block 5 at offset 0x090: type 4, size 0x020 ( 32)
guess: data block 6 at offset 0x0E2: type 5, size 0x016 ( 22)
guess: data block 7 at offset 0x0FA: type 6, size 0x00C ( 12)
guess: data block 8 at offset 0x10A: type 6, size 0x00C ( 12)
guess: data block 9 at offset 0x11A: type 6, size 0x00C ( 12)
guess: data block 10 at offset 0x12A: type 7, size 0x013 ( 19)
guess: data block 11 at offset 0x14D: type 7, size 0x013 ( 19)
guess: data block 12 at offset 0x170: type 8, size 0x009 ( 9)
guess: data block 13 at offset 0x186: type 8, size 0x009 ( 9)
guess: data block 14 at offset 0x19E: type 8, size 0x009 ( 9)
guess: data block 15 at offset 0x1AC: type 8, size 0x009 ( 9)
guess: data block 16 at offset 0x1BD: type 8, size 0x009 ( 9)
guess: data block 17 at offset 0x1CE: type 8, size 0x009 ( 9)
guess: data block 18 at offset 0x1DF: type 8, size 0x009 ( 9)
guess: data block 19 at offset 0x1F4: type 8, size 0x009 ( 9)
guess: data block 20 at offset 0x20B: type 8, size 0x009 ( 9)
guess: data block 21 at offset 0x21A: type 9, size 0x00D ( 13)
guess: data block 22 at offset 0x22D: type 9, size 0x00D ( 13)
guess: data block 23 at offset 0x240: type 9, size 0x00D ( 13)
guess: data block 24 at offset 0x253: type 9, size 0x00D ( 13)
guess: data block 25 at offset 0x266: type 9, size 0x00D ( 13)
guess: data block 26 at offset 0x279: type 9, size 0x00D ( 13)
guess: data block 27 at offset 0x28B: type 13, size 0x016 ( 22)
guess: data block 28 at offset 0x2DC: type 16, size 0x00F ( 15)
guess: data block 29 at offset 0x2ED: type 17, size 0x015 ( 21)
guess: data block 30 at offset 0x30E: type 17, size 0x015 ( 21)
guess: data block 31 at offset 0x32F: type 17, size 0x015 ( 21)
guess: data block 32 at offset 0x350: type 19, size 0x00F ( 15)
guess: data block 33 at offset 0x361: type 20, size 0x013 ( 19)
guess: data block 34 at offset 0x376: type 20, size 0x013 ( 19)
guess: data block 35 at offset 0x38B: type 20, size 0x013 ( 19)
guess: data block 36 at offset 0x3A0: type 32, size 0x00B ( 11)
guess: data block 37 at offset 0x3AD: type 127, size 0x004 ( 4)
guess: Following DMI entries found:
guess: - Mainboard vendor: ""
guess: - Mainboard type: "MS-7030"
guess: - Mainboard revision: ""
guess: - BIOS vendor: "Phoenix Technologies, LTD"
guess: - BIOS version: "6.00 PG"
guess: - BIOS release: "11/10/2005"
checking 0x4A: 0xF8 0xF8 0xF8 0xF0
checking 0x4C: 0x1F 0x0B 0x01 0x01
checking 0x4D: 0x17 0x0C 0x00 0x00
checking 0x4E: 0x3B 0x0D 0x00 0x00
checking 0x4F: 0x3B 0x0E 0x00 0x00
checking 0x6D: 0x14 0x14 0x14 0x13
checking 0x6E: 0xB0 0x36 0x05 0xFD
################################################
die nvram-wakeup.conf für nvram-module sieht nicht anders aus.
mit der vorgenannten config-datei funzt es nicht.
hat jemend evtl. eine passende nvram-wakeup.conf für mich?
was kann ich sonst tun?
herzlichen gruß
stephan