On Tue, Oct 26, 2010 at 16:09, Finn Thain <[email protected]> wrote: > On Tue, 26 Oct 2010, Thorsten Glaser wrote: >> Finn Thain dixit: >> >> ># modprobe rtc-cmos >> >> Mh. Maybe. >> FATAL: Error inserting rtc_cmos >> (/lib/modules/2.6.32-5+m68k.1-atari/kernel/drivers/rtc/rtc-cmos.ko): No such >> device
rtc-cmos needs the rtc-cmos platform device, cfr. the link below. > I googled up this: > http://www.mail-archive.com/[email protected]/msg14219.html > > Maybe try: > # modprobe rtc-generic > > Geert's explanation gives the major,minor numbers as 10,135 so the mknod 10, 135 is for the old misc device. > command I gave is wrong. But it says that /dev/rtc is created dynamically > using rtc-generic, so you shouldn't need it. The new RTC class driver uses a dynamic major/minor. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

