Re: [Asterisk-Users] Timing source on SMP system - Disable RTC forzaprtc

2004-09-19 Thread Matthew Boehm
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 [EMAIL PROTECTED]
To: Michael Bielicki [EMAIL PROTECTED]; Asterisk Users Mailing List -
Non-Commercial Discussion [EMAIL PROTECTED]
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED]
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
[EMAIL PROTECTED]




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:



[EMAIL PROTECTED] 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
 [EMAIL PROTECTED]
 253.927.7737 - Office
 866.4ID.MINE (866.443.6463) - Toll free
 253.405.6726 - Cellular
 253.444.5170 - Fax



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Timing source on SMP system - Disable RTC forzaprtc

2004-09-19 Thread Chad Brown
Kristian,

I have 2 X100P cards but neither work on my Compaq DL360 G2. The system
will not even boot! Take a look at my initial post and let me know if
you have any other advice. Regardless, thanks for your post!


-

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:

[EMAIL PROTECTED] 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,

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kristian
Kielhofner
Sent: Sunday, September 19, 2004 1:29 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Timing source on SMP system - Disable RTC
forzaprtc

Chad Brown wrote:
 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

Chad,

Real time clock under character devices in make menuconfig.  I
just did 
this on RHEL 3 WS (my laptop), so it should be similar.  Also, good luck

with this on an SMP box, because many people (on the list and elsewhere)

can tell you that it is certainly not an optimal solution.  If you have 
an SMP box, and want to do conferencing, buy some Digium hardware!

--
Kristian Kielhofner
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Timing source on SMP system - Disable RTC forzaprtc

2004-09-19 Thread Kristian Kielhofner
Chad Brown wrote:
Kristian,
I have 2 X100P cards but neither work on my Compaq DL360 G2. The system
will not even boot! Take a look at my initial post and let me know if
you have any other advice. Regardless, thanks for your post!
Oh that was you?  I read that post earlier but obviously didn't put it 
together...  I don't know about this, but have you tried an add-on 
usb-uhci controller (your motherboard is OHCI, right)?  I don't know if 
that would work, but you could try it...  What about a TDM400 with a 
module (any module FXS/FXO)?

--
Kristian Kielhofner
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users