2.4.10 auf Slackware 8

Post Reply
Message
Author
marc
Posts: 444
Joined: 20. Apr 2001 23:31
Location: Arnsberg

2.4.10 auf Slackware 8

#1 Post by marc »

Moin. Hab mir jetzt den 2.4.10er Kernel auf meinem Slackware 8 - System zusammengebacken. Läuft soweit auch wunderbar, allerdings erhalte ich beim Systemstart die Meldung "modprobe can't locate module char-major-10-135".
Wenn ich das richtig sehe, dann steht das bei mir für /dev/rtc. Die Frage ist jetzt, wofür ist dieses Device? Und was muß ich als Modul kompilieren, damit der das findet?

Gruß
Marc

BO

Re: 2.4.10 auf Slackware 8

#2 Post by BO »

ich denke das ist der punkt:

make menuconfig:

Character devices -> Enhanced Real Time Clock Support
Beschreibung:
CONFIG_RTC: ?
? ?
? If you say Y here and create a character special file /dev/rtc with ?
? major number 10 and minor number 135 using mknod ("man mknod"), you ?
? will get access to the real time clock (or hardware clock) built ?
? into your computer. ?
? ?
? Every PC has such a clock built in. It can be used to generate ?
? signals from as low as 1Hz up to 8192Hz, and can also be used ?
? as a 24 hour alarm. It reports status information via the file ?
? /proc/driver/rtc and its behaviour is set by various ioctls on ?
? /dev/rtc. ?
? ?
? If you run Linux on a multiprocessor machine and said Y to ?
? "Symmetric Multi Processing" above, you should say Y here to read ?
? and set the RTC in an SMP compatible fashion. ?
? ?
? If you think you have a use for such a device (such as periodic data ?
? sampling), then say Y here, and read Documentation/rtc.txt for ?
? details.

BO

Re: 2.4.10 auf Slackware 8

#3 Post by BO »

sorry für die vielen ?.....ist irgendwie beim copy&paste passiert......

marc
Posts: 444
Joined: 20. Apr 2001 23:31
Location: Arnsberg

Re: 2.4.10 auf Slackware 8

#4 Post by marc »

Jau. Das isses. Hatte ich bei mir auf N stehen.
Dann werde ich mir das Modul mal eben noch backen.
Danke für den Hinweis.

Marc

Post Reply