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
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 command I gave is wrong. But it says that /dev/rtc is created dynamically using rtc-generic, so you shouldn't need it. HTH Finn -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/alpine.osx.2.00.1010270103030....@localhost

