|
|
Quellcode |
1 2 3 4 5 |
# /etc/conf.d/clock CLOCK="local" TIMEZONE="Europe/Zurich" CLOCK_OPTS="" CLOCK_SYSTOHC="no" |
|
|
Quellcode |
1 2 |
# uname -a Linux dieter-t61 2.6.24-gentoo-r7 #10 SMP Wed Jul 16 00:16:40 CEST 2008 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »diditux« (19. August 2008, 21:51)
|
|
Quellcode |
1 2 3 4 5 6 7 8 |
# zgrep RTC /proc/config.gz CONFIG_HPET_EMULATE_RTC=y CONFIG_RTC=y # CONFIG_HPET_RTC_IRQ is not set CONFIG_SND_RTCTIMER=m CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y # CONFIG_RTC_CLASS is not set |
|
|
Quellcode |
1 |
layman -a amielke-overlay |
An den RTC-configs im Kernel habe ich nichts angerührt und in letzter Zeit auch keinen neuen Kernel gebacken, der das Problem verursachen könnte.
Zitat
Hast du eventuell bei der letzten Kernel Konfiguration etwas an dem RTC Settings geändert?
|
|
Quellcode |
1 2 3 4 5 6 |
# zgrep RTC /proc/config.gz CONFIG_HPET_EMULATE_RTC=y CONFIG_RTC=y # CONFIG_HPET_RTC_IRQ is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_RTC_CLASS is not set |
Nein, ich nutze sys-apps/baselayout-1.12.11.1. Ich kann es mal mit einem Update versuchen.
Zitat
Nutzt du schon sys-apps/baselayout-2.0.0 ?
Es fällt mir nichts aussergewöhnliches auf. Ein dmesg | grep RTC (gross und klein) ergibt nichts. Während dem Init-Prozess gibt es auch nichts auffälliges, ausser den Meldungen, dass die config-files in der Zukunft bearbeitet worden wären.
Zitat
Achte mal bitte bei Booten, ob da ein Fehler brzüglich RTC kommt.
Nach einem Neustart stimmt die Uhr im Bios jeweils noch, ein Hardwareproblem würde ich ausschliessen. Ich habe nun noch ein Windows auf der Platte reaktivier, mit dem ich keine Probleme habe.
Zitat
Kann man sowas nicht auch einer def. oder leeren Mainboard Batterie zuschreiben ?
Nein so war es nicht gemeint, war nur eine Frage, also keine Empfehlung zum updaten!Zitat josef.95
Nutzt du schon sys-apps/baselayout-2.0.0 ?
Nein, ich nutze sys-apps/baselayout-1.12.11.1. Ich kann es mal mit einem Update versuchen.
|
|
Quellcode |
1 2 3 |
hwclock --systohc rm /etc/adjtime hwclock --systohc |
)
^|
|
Quellcode |
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 34 35 |
# /etc/conf.d/clock # Set CLOCK to "UTC" if your system clock is set to UTC (also known as # Greenwich Mean Time). If your clock is set to the local time, then # set CLOCK to "local". Note that if you dual boot with Windows, then # you should set it to "local". CLOCK="local" # Select the proper timezone. For valid values, peek inside of the # /usr/share/zoneinfo/ directory. For example, some common values are # "America/New_York" or "EST5EDT" or "Europe/Berlin". If you want to # manage /etc/localtime yourself, set this to "". TIMEZONE="Europe/Berlin" # If you wish to pass any other arguments to hwclock during bootup, # you may do so here. CLOCK_OPTS="--directisa" # If you want to set the Hardware Clock to the current System Time # during shutdown, then say "yes" here. CLOCK_SYSTOHC="no" ### ALPHA SPECIFIC OPTIONS ### # If your alpha uses the SRM console, set this to "yes". SRM="no" # If your alpha uses the ARC console, set this to "yes". ARC="no" |
|
|
Quellcode |
1 2 3 4 |
laptop michi # dmesg | grep clock hpet clockevent registered laptop michi # dmesg | grep hwclock laptop michi # dmesg | grep unknown |
|
|
Quellcode |
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
laptop michi # zgrep RTC /proc/config.gz CONFIG_HPET_EMULATE_RTC=y CONFIG_RTC_LIB=m CONFIG_RTC_CLASS=m # RTC interfaces CONFIG_RTC_INTF_SYSFS=y CONFIG_RTC_INTF_PROC=y CONFIG_RTC_INTF_DEV=y CONFIG_RTC_INTF_DEV_UIE_EMUL=y # CONFIG_RTC_DRV_TEST is not set # I2C RTC drivers # CONFIG_RTC_DRV_DS1307 is not set CONFIG_RTC_DRV_DS1374=m # CONFIG_RTC_DRV_DS1672 is not set CONFIG_RTC_DRV_MAX6900=m # CONFIG_RTC_DRV_RS5C372 is not set # CONFIG_RTC_DRV_ISL1208 is not set # CONFIG_RTC_DRV_X1205 is not set # CONFIG_RTC_DRV_PCF8563 is not set # CONFIG_RTC_DRV_PCF8583 is not set CONFIG_RTC_DRV_M41T80=m CONFIG_RTC_DRV_M41T80_WDT=y # CONFIG_RTC_DRV_S35390A is not set # CONFIG_RTC_DRV_FM3130 is not set # SPI RTC drivers # Platform RTC drivers CONFIG_RTC_DRV_CMOS=m # CONFIG_RTC_DRV_DS1511 is not set CONFIG_RTC_DRV_DS1553=m CONFIG_RTC_DRV_DS1742=m CONFIG_RTC_DRV_STK17TA8=m CONFIG_RTC_DRV_M48T86=m CONFIG_RTC_DRV_M48T59=m CONFIG_RTC_DRV_V3020=m # on-CPU RTC drivers laptop michi # emerge -av baselayout These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-apps/baselayout-1.12.11.1 USE="unicode -bootstrap -build -static" 218 kB Total: 1 package (1 reinstall), Size of downloads: 218 kB Would you like to merge these packages? [Yes/No] no Quitting. |
Ok. Ist geschehen: HW clock - unknown supportEs wäre sicher besser und effektiver einen eigenen Thread zu eröffnen, dieser ist doch auch schon auf gelöst gesetzt, da schaut doch idR niemand der helfen möchte..
Wird die Zeit denn korrekt angezeigt, oder inwiefern geht sie falsch?
Datenbanken Geforce-MX-4000 Anwendungen Externe Geräte Rezepte Flohmarkttermine Forumskonventionen Lob & Kritik Kontaktanzeigen Stadtpläne Suchfunktion Neueste Mitglieder Emerge Probleme Online Preise vergleichen Tutorials,Tipps & Tricks imbisswagen Spiele Drucker Winterurlaub Andere Architekturen Arthrose Installation WLAN Probleme Linux-Onlineshop