[asterisk-users] ztdummy problem in fedora7, kernel 2.6.22.5-76.fc7

Dave Walker DaveWalker at ubuntu.com
Thu Sep 13 05:37:55 CDT 2007


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 


More information about the asterisk-users mailing list