Chad Brown
2004-Sep-19 11:58 UTC
[Asterisk-Users] Timing source on SMP system - Disable RTCforzaprtc
Any help would be appreciated as I am a novice trying to work around a difficult situation. This is what the zaprtc helpfile says: zaprtc, getting zaptel timing out of your realtime clock ======================================================= Make sure that you _dont_ have rtc support compiled into your kernel! INSTALL: make USE: make load REMOVE: make unload I interpreted this as disabling support for RTC in the current kernel and loading new support. Chad -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matthew Boehm Sent: Sunday, September 19, 2004 11:37 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Timing source on SMP system - Disable RTCforzaprtc It was my understanding that you don't 'disable' rtc, but recompile it as a kernel module. Again, just my understanding as I can't try it until monday. Matthew ----- Original Message ----- From: "Chad Brown" <chad.brown@identitymine.com> To: "Michael Bielicki" <cypromis@gmail.com>; "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Sunday, September 19, 2004 1:13 PM Subject: RE: [Asterisk-Users] Timing source on SMP system - Disable RTC forzaprtc Does anyone know where to disable rtc support on redhat 9.0 using make menuconfig? I thought I disabled it but still got the following error when trying to make zaprtc: zaprtc.c:109: storage size of `rtc_irq_timer' isn't known zaprtc.c:719: storage size of `rtc_fops' isn't known zaprtc.c:107: warning: `DECLARE_WAIT_QUEUE_HEAD' declared `static' but never defined make: *** [zaprtc.o] Error 1 Thanks, Chad -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Michael Bielicki Sent: Saturday, September 18, 2004 9:20 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Timing source on SMP system try zaprtc from www.junghanns.net. Works fine in my SMP systems ----- Original Message ----- From: Chad Brown <chad.brown@identitymine.com> Date: Sat, 18 Sep 2004 20:23:54 -0700 Subject: [Asterisk-Users] Timing source on SMP system To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> I need a timing device for the DL360G2 for conferencing and meetme. For a timing device I have 2 X100P cards but neither will work in my DL360G2. The system will not even boot with either card in the system. Other PCI cards seems to work fine. I called Digium support and was told that there must be a conflict between the card and my Compaq DL360G2. I then moved on to ztdummy. I'm sure the DL360 G2 has a OHBI rather than UHBI controller. That said, I got this message during modprobe ztdummy: [root@impbx01 zaptel]# modprobe ztdummy /lib/modules/2.4.20-6smp/kernel/drivers/usb/usb-uhci.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.20-6smp/kernel/drivers/usb/usb-uhci.o: insmod /lib/modules/2.4.20-6smp/kernel/drivers/usb/usb-uhci.o failed /lib/modules/2.4.20-6smp/kernel/drivers/usb/usb-uhci.o: insmod ztdummy failed I then moved on to zaprtc. However, I was told that this solution will not work with SMP systems. My DL360G2 is a dual proc machine. I'm running out of options here...please advise. Thanks, Chad M. Brown Infrastructure Architect identity mine, inc. - http://www.identitymine.com chad.brown@identitymine.com 253.927.7737 - Office 866.4ID.MINE (866.443.6463) - Toll free 253.405.6726 - Cellular 253.444.5170 - Fax _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- Michael Bielicki _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Dave Cotton
2004-Sep-19 12:06 UTC
[Asterisk-Users] Timing source on SMP system - Disable RTCforzaprtc
On Sun, 2004-09-19 at 11:58 -0700, Chad Brown wrote:> Any help would be appreciated as I am a novice trying to work around a > difficult situation. > > This is what the zaprtc helpfile says: > > zaprtc, getting zaptel timing out of your realtime clock > =======================================================> > > Make sure that you _dont_ have rtc support compiled into > your kernel!Compiled in means as part of the kernel, you compile it as a module and then use zaprtc instead. -- Dave Cotton <dcotton@linuxautrement.com>
David Davies
2004-Sep-19 12:16 UTC
[Asterisk-Users] Timing source on SMP system - DisableRTCforzaprtc
I have had no success with a stock redhat install. The removal of rtc went fine, but I cannot compile the zaprtc. I posted the compile output a while back, also having NO rtc in my kernel and being an smp system, is this a problem ? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dave Cotton Sent: 19 September 2004 20:06 To: Asterisk List Subject: RE: [Asterisk-Users] Timing source on SMP system - DisableRTCforzaprtc On Sun, 2004-09-19 at 11:58 -0700, Chad Brown wrote:> Any help would be appreciated as I am a novice trying to work around a > difficult situation. > > This is what the zaprtc helpfile says: > > zaprtc, getting zaptel timing out of your realtime clock > =======================================================> > > Make sure that you _dont_ have rtc support compiled into your kernel!Compiled in means as part of the kernel, you compile it as a module and then use zaprtc instead. -- Dave Cotton <dcotton@linuxautrement.com> _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users