Pagina 1 di 1

[Risolto] Driver RTC per ASUS M2A-VM HDMI

Inviato: dom 20 gen 2008, 14:52
da slux
Bene gente,sono riuscito finalmente a mettere a punto il mio mediacenter con mythtv.Il sistema va che è una bomba \:D/ .
Vorrei usare le funzioni di riaccensione della scheda madre (M2A-VM HDMI) per poter programmare le registrazioni dei programmi.Ho trovato varie guide ed il tutto sembra essere abbastanza semplice.Il problema è che non ho il percorso /sys/class/rtc/rtc0 !!!!!.Sto utilizzando il kernel 2.6.23.12 compilato da me.I moduli del RTC ci sono tutti e sono compilati come moduli appunto(non inseriti nel kernel).Carico rtc-core e fin quì tutto ok, vedo il percorso /sys/class/rtc , ma poi qualunque altro driver carico ottengo sempre errore...pensavo che rtc-cmos fosse il più indicato,ma mi segnala questo messaggio :
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc_cmos: probe of 00:04 failed with error -16
Avete suggerimenti?

Re: Driver RTC per ASUS M2A-VM HDMI

Inviato: lun 21 gen 2008, 14:20
da slux
Bene ho trovato la soluzione :D Bastava leggere meglio il wiki di mythtv :oops: .
Warning: The wakealarm interface is incompatible with the kernel's old "Enhanced Real Time Clock Support" and "Generic /dev/rtc emulation" options. If your kernel was built with these enabled your kernel log will contain messages such as

rtc_cmos: probe of 00:03 failed with error -16

The solution is to rebuild your kernel with the above two options excluded (find them under Drivers -> Character Devices) and the various RTC interfaces (found under Drivers -> Real Time Clock) included. From a .config point of view CONFIG_RTC and CONFIG_GEN_RTC must be unset and, at a minimum, RTC_INTF_SYSFS must be set.