Kellner, Peter
2005-Apr-01 14:42 UTC
[Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P
I've got an asterisk server 1.07 with a Digium TMD400P (2fxo;2fxs). I have it configured to answer an incoming line and transfer to one of the 2 fxs's and it works. I have noticed that on incoming calls I get intermittent squeaks and chirps on the line that I don't get if I plug the incoming line to a PSTN. I'm the only conversation on this hardware and it is a 2.2Ghz P4 with 512Meg RAM. Any ideas on what or how to look for this problem? Thanks, -Peter
Robert Webb
2005-Apr-01 14:55 UTC
[Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P
On Fri, 1 Apr 2005 16:42:54 -0500 "Kellner, Peter" <Peter@PeterKellner.net> wrote:> > I've got an asterisk server 1.07 with a Digium TMD400P >(2fxo;2fxs). I > have it configured to answer an incoming line and >transfer to one of the > 2 fxs's and it works. > > I have noticed that on incoming calls I get intermittent >squeaks and > chirps on the line that I don't get if I plug the >incoming line to a > PSTN. I'm the only conversation on this hardware and it >is a 2.2Ghz P4 > with 512Meg RAM. > > Any ideas on what or how to look for this problem? > > Thanks, > > -PeterCould be an interrupt conflict. Do a "cat /proc/interrupts" on a linux command line and see if the TDM is sharing an interrupt with another device.
Kellner, Peter
2005-Apr-01 15:10 UTC
[Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P
Here is my printout below. It looks to me like it is sharing with USB. I don't seem to have a way in my bios to turn off USB though and nothing is plugged into it. Could that be a problem? Also, are the other things mentioned all part of Asterisk? Thanks, -Peter CPU0 0: 8721991 XT-PIC timer 1: 4 XT-PIC keyboard 2: 0 XT-PIC cascade 5: 0 XT-PIC ehci-hcd 8: 1 XT-PIC rtc 10: 192343 XT-PIC usb-uhci, usb-uhci, eth0 11: 167690609 XT-PIC libata, usb-uhci, wctdm, ztdummy, usb-uhci 12: 422 XT-PIC PS/2 Mouse 14: 69540 XT-PIC ide0 15: 117 XT-PIC ide1 NMI: 0 ERR: 0 -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Robert Webb Sent: Friday, April 01, 2005 1:55 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P On Fri, 1 Apr 2005 16:42:54 -0500 "Kellner, Peter" <Peter@PeterKellner.net> wrote:> > I've got an asterisk server 1.07 with a Digium TMD400P >(2fxo;2fxs). I > have it configured to answer an incoming line and >transfer to one of the > 2 fxs's and it works. > > I have noticed that on incoming calls I get intermittent >squeaks and > chirps on the line that I don't get if I plug the >incoming line to a > PSTN. I'm the only conversation on this hardware and it >is a 2.2Ghz P4 > with 512Meg RAM. > > Any ideas on what or how to look for this problem? > > Thanks, > > -PeterCould be an interrupt conflict. Do a "cat /proc/interrupts" on a linux command line and see if the TDM is sharing an interrupt with another device. _______________________________________________ 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
Kellner, Peter
2005-Apr-01 19:00 UTC
[Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P
It's an HP Pavillion (Pentium 2Ghz) [root@seventythirdstreet init.d]# uname -a Linux seventythirdstreet 2.4.21-27.0.1.EL #1 Fri Dec 24 03:18:37 GMT 2004 i686 athlon i386 GNU/Linux Also, do you know how to make the hostname change permenant? Everytime I reboot, it goes back to the default. Thanks, -Peter -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kristian Kielhofner Sent: Friday, April 01, 2005 3:35 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P Kellner, Peter wrote:> Here is my printout below. It looks to me like it is sharing withUSB.> I don't seem to have a way in my bios to turn off USB though andnothing> is plugged into it. Could that be a problem? Also, are the other > things mentioned all part of Asterisk? > > Thanks, -Peter > > CPU0 > 0: 8721991 XT-PIC timer > 1: 4 XT-PIC keyboard > 2: 0 XT-PIC cascade > 5: 0 XT-PIC ehci-hcd > 8: 1 XT-PIC rtc > 10: 192343 XT-PIC usb-uhci, usb-uhci, eth0 > 11: 167690609 XT-PIC libata, usb-uhci, wctdm, ztdummy, > usb-uhci > 12: 422 XT-PIC PS/2 Mouse > 14: 69540 XT-PIC ide0 > 15: 117 XT-PIC ide1 > NMI: 0 > ERR: 0Peter, Wow. That's pretty bad. Try disabling some "legacy" devices that you may not need: serial ports, parallel ports, etc. The BIOS really should have an option to disable USB. While you are disabling that other stuff check again. Freeing up this stuff should give you more free interrupts. You should not load ztdummy when you have real hardware for timing. wctdm is good enough. So disable the loading of ztdummy. And, just for kicks, what kernel are you running (uname -a), and what kind of machine is this (motherboard/chipset if possible)? -- Kristian Kielhofner _______________________________________________ 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
Kellner, Peter
2005-Apr-01 23:11 UTC
[Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P
Thanks, I think the file I wanted was /etc/sysconfig/network I'm using the CentOS which is part of the asterisk@home build. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Sascha Ferley Sent: Friday, April 01, 2005 10:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Squeaking / chirping on ZAP Digium TDM400P host name permanent either: hostname >> /etc/HOSTNAME or echo "<hostname>" >> /etc/HOSTNAME On Fri, 1 Apr 2005, Kellner, Peter wrote:> It's an HP Pavillion (Pentium 2Ghz) > > [root@seventythirdstreet init.d]# uname -a > Linux seventythirdstreet 2.4.21-27.0.1.EL #1 Fri Dec 24 03:18:37 GMT > 2004 i686 athlon i386 GNU/Linux > > Also, do you know how to make the hostname change permenant?Everytime> I reboot, it goes back to the default. > > Thanks, -Peter > > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kristian > Kielhofner > Sent: Friday, April 01, 2005 3:35 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Squeaking / chirping on ZAP DigiumTDM400P> > Kellner, Peter wrote: > > Here is my printout below. It looks to me like it is sharing with > USB. > > I don't seem to have a way in my bios to turn off USB though and > nothing > > is plugged into it. Could that be a problem? Also, are the other > > things mentioned all part of Asterisk? > > > > Thanks, -Peter > > > > CPU0 > > 0: 8721991 XT-PIC timer > > 1: 4 XT-PIC keyboard > > 2: 0 XT-PIC cascade > > 5: 0 XT-PIC ehci-hcd > > 8: 1 XT-PIC rtc > > 10: 192343 XT-PIC usb-uhci, usb-uhci, eth0 > > 11: 167690609 XT-PIC libata, usb-uhci, wctdm, ztdummy, > > usb-uhci > > 12: 422 XT-PIC PS/2 Mouse > > 14: 69540 XT-PIC ide0 > > 15: 117 XT-PIC ide1 > > NMI: 0 > > ERR: 0 > > Peter, > > Wow. That's pretty bad. Try disabling some "legacy" devices > that you > may not need: serial ports, parallel ports, etc. The BIOS reallyshould> > have an option to disable USB. While you are disabling that otherstuff> > check again. Freeing up this stuff should give you more free > interrupts. > > You should not load ztdummy when you have real hardware for > timing. > wctdm is good enough. So disable the loading of ztdummy. And, justfor> > kicks, what kernel are you running (uname -a), and what kind ofmachine> is this (motherboard/chipset if possible)? > > -- > Kristian Kielhofner > _______________________________________________ > 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