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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to