[asterisk-users] ztdummy on centos 4.6 i386
Jerry Geis
geisj at pagestation.com
Thu Aug 14 05:30:18 CDT 2008
Jerry Geis wrote:
> I am running centos 4.6 i386 kernel 2.6.9-67
> ztdummy compiles fine, loads fine, but does not work.
>
> modprobe ztdummy debug=1
>
> dmesg shows
> ztdummy: init() finished
>
> however the debug is supposed to print something every 5 seconds
> it does not do this. Nor does /proc/interrupts rtc value increment.
>
> What else do I need to do to get this to work correctly?
>
> Jerry
>
I added <linux/interrupt.h>
changed
#if 0
#define USE_RTC
#endif
and recompiled and now rtc is incrementing.
Jerry
More information about the asterisk-users
mailing list