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

2007-09-13 Thread saqib butt
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: [EMAIL PROTECTED]
___

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

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

2007-09-13 Thread Dave Walker
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


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

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

2007-09-13 Thread Patrick
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=15160type=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


___

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