In article <[EMAIL PROTECTED]>, Don Fletcher <[EMAIL PROTECTED]> wrote: > Tony Mountifield wrote: > > In article <[EMAIL PROTECTED]>, > > Don Fletcher <[EMAIL PROTECTED]> wrote: > > > >> dmesg just says > >> ztdummy: Unable to register zaptel rtc driver > >> > > > > You probably have the "genrtc" clock module loaded, instead of "rtc". > > ztdummy will only work with "rtc". > > > How can I tell if it is the "genrtc" clock module loaded?
grep rtc /proc/modules > and how do I switch it to the "rtc" if it is? That would depend on your distribution and hardware, and I'm not sure of the answer. You could try: grep -n char-major-10-135 /etc/*mod* and if it shows you genrtc, edit the appropriate file and try changing it to rtc. Not sure if there is another setting that is relevant. Cheers Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
