saqib butt
2007-Sep-13 10:03 UTC
[asterisk-users] ztdummy problem in fedora7, kernel 2.6.22.5-76.fc7
hi there i am facing problem in installing the ztdummy module in fedora7, 2.6.22.5-76.fc7 is the version of the kernel. here are some logs for your kind consideration, i have tried varios solution from voip-info.org and many more, but in vain. Message from "/var/log/messages" Sep 13 14:27:14 localhost kernel: Zapata Telephony Interface Registered on major Sep 13 14:27:14 localhost kernel: Zaptel Version: 1.4.5.1 Sep 13 14:27:14 localhost kernel: Zaptel Echo Canceller: MG2 Sep 13 14:27:14 localhost kernel: ztdummy: Unknown symbol rtc_register Sep 13 14:27:14 localhost kernel: ztdummy: Unknown symbol rtc_unregister Sep 13 14:27:14 localhost kernel: ztdummy: Unknown symbol rtc_control Message from "modprobe ztdummy" at console, FATAL: Error inserting ztdummy (/lib/modules/2.6.22.5-76.fc7/misc/ztdummy.ko): Unknown symbol in module, or unknown parameter (see dmesg) Message from "dmesg" Zapata Telephony Interface Registered on major 196 Zaptel Version: 1.4.5.1 Zaptel Echo Canceller: MG2 ztdummy: Unknown symbol rtc_register ztdummy: Unknown symbol rtc_unregister ztdummy: Unknown symbol rtc_control ztdummy: Unknown symbol rtc_register ztdummy: Unknown symbol rtc_unregister ztdummy: Unknown symbol rtc_control ztdummy: Unknown symbol rtc_register ztdummy: Unknown symbol rtc_unregister ztdummy: Unknown symbol rtc_control -- Regards, Saqib Butt. Cell: (0092)3024068471. E-mail: mr.saqi at gmail.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070913/120a90bb/attachment.htm
Dave Walker
2007-Sep-13 10:37 UTC
[asterisk-users] ztdummy problem in fedora7, kernel 2.6.22.5-76.fc7
On Thu, 2007-09-13 at 15:03 +0500, saqib butt wrote:> hi there > > i am facing problem in installing the ztdummy module in fedora7, > 2.6.22.5-76.fc7 is the version of the kernel. here are some logs for > your kind consideration, > i have tried varios solution from voip-info.org and many more, but in > vain. > Message from "/var/log/messages" > > Sep 13 14:27:14 localhost kernel: Zapata Telephony Interface > Registered on major > Sep 13 14:27:14 localhost kernel: Zaptel Version: 1.4.5.1 > Sep 13 14:27:14 localhost kernel: Zaptel Echo Canceller: MG2 > Sep 13 14:27:14 localhost kernel: ztdummy: Unknown symbol rtc_register<SNIP> Hi Saqib Strangely it would seem that your kernel does not have a Real Time Clock (RTC) compiled in. ztdummy can function fine without it, but automatically assumes all 2.6.* kernel's to have it. Therefore you can either recompile your kernel adding RTC support, or modify ztdummy source. Try commenting out the instances of "#define USE_RTC" (add "//" before it) in zaptel.c. Then: make clean make make install Let me know how you get on. Kind Regards, Dave Walker -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070913/eb782cd0/attachment.pgp
Patrick
2007-Sep-13 10:52 UTC
[asterisk-users] ztdummy problem in fedora7, kernel 2.6.22.5-76.fc7
On Thu, 2007-09-13 at 15:03 +0500, saqib butt wrote:> hi there > > i am facing problem in installing the ztdummy module in fedora7, > 2.6.22.5-76.fc7 is the version of the kernel. here are some logs for > your kind consideration, > i have tried varios solution from voip-info.org and many more, but in > vain.[snip] You need to apply the patch from: http://bugs.digium.com/file_download.php?file_id=15160&type=bug to your zaptel source and rebuild zaptel. You can read more here: http://bugs.digium.com/view.php?id=10314 This should fix your issue and even give you high resolution timers. Regards, Patrick