Hi,
I have just started to setup and configure my asterisk box and am
having trouble with it. I have a dlink nic in the box as well as the
digium card. When the nic is in there by itself it works, but when I
put the tdm400p in, there seems to be some sort of conflict with the
network card. The tdm appears as another type of network card, which I
don't think it should, should it? It shows up in lspci as 01:08.0
Network controller: Individual Computers - Jens Schoenfeld Intel 537.
Does anyone know why this would be happening?
Any help is greatly appreciated.
Regards,
Greg
lspci with only network card in.
[root@localhost root]# lspci
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different
version?) (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev
c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev
c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev
c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev
c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev
c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev
a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev
a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev
a4)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97
Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev
a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:0a.0 Ethernet controller: VIA Technologies, Inc. VT86C100A [Rhine]
(rev 06)
02:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY
[Radeon 7000/VE]
[root@localhost root]# cat /proc/interrupts
CPU0
0: 324262 XT-PIC timer
1: 76 XT-PIC i8042
2: 0 XT-PIC cascade
5: 0 XT-PIC NVidia nForce2
8: 1 XT-PIC rtc
9: 0 XT-PIC acpi, ehci_hcd
11: 1025 XT-PIC ohci_hcd, eth0
12: 26249 XT-PIC ohci_hcd, radeon@PCI:2:0:0
14: 14408 XT-PIC ide0
NMI: 0
ERR: 0
[root@localhost root]#
lspci with network card and tdm400p in
[root@localhost root]# lspci
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different
version?) (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev
c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev
c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev
c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev
c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev
c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev
a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev
a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev
a4)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97
Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev
a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:08.0 Network controller: Individual Computers - Jens Schoenfeld
Intel 537
01:0a.0 Ethernet controller: Unknown device 9106:3043 (rev 06)
02:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY
[Radeon 7000/VE]
[root@localhost root]# cat /proc/interrupts
CPU0
0: 566133 XT-PIC timer
1: 141 XT-PIC i8042
2: 0 XT-PIC cascade
5: 0 XT-PIC ehci_hcd
8: 1 XT-PIC rtc
9: 2730 XT-PIC acpi, ohci_hcd
11: 46773 XT-PIC ohci_hcd, radeon@PCI:2:0:0
12: 0 XT-PIC NVidia nForce2
14: 16583 XT-PIC ide0
NMI: 0
ERR: 18
lspci -v should show more helpfull info, including I/O memory addresses. Lyle ----- Original Message ----- From: "Greg Hulands" <ghulands@framedphotographics.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, August 26, 2004 7:11 PM Subject: [Asterisk-Users] TDM400P Problems> Hi, > I have just started to setup and configure my asterisk box and am > having trouble with it. I have a dlink nic in the box as well as the > digium card. When the nic is in there by itself it works, but when I > put the tdm400p in, there seems to be some sort of conflict with the > network card. The tdm appears as another type of network card, which I > don't think it should, should it? It shows up in lspci as 01:08.0 > Network controller: Individual Computers - Jens Schoenfeld Intel 537. > > Does anyone know why this would be happening? > > Any help is greatly appreciated. > > Regards, > Greg > > lspci with only network card in. > > [root@localhost root]# lspci > 00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different > version?) (rev c1) > 00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev > c1) > 00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev > c1) > 00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev > c1) > 00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev > c1) > 00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev > c1) > 00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4) > 00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2) > 00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev > a4) > 00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev > a4) > 00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev > a4) > 00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 > Audio Controler (MCP) (rev a1) > 00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev > a3) > 00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) > 00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1) > 01:0a.0 Ethernet controller: VIA Technologies, Inc. VT86C100A [Rhine] > (rev 06) > 02:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY > [Radeon 7000/VE] > [root@localhost root]# cat /proc/interrupts > CPU0 > 0: 324262 XT-PIC timer > 1: 76 XT-PIC i8042 > 2: 0 XT-PIC cascade > 5: 0 XT-PIC NVidia nForce2 > 8: 1 XT-PIC rtc > 9: 0 XT-PIC acpi, ehci_hcd > 11: 1025 XT-PIC ohci_hcd, eth0 > 12: 26249 XT-PIC ohci_hcd, radeon@PCI:2:0:0 > 14: 14408 XT-PIC ide0 > NMI: 0 > ERR: 0 > [root@localhost root]# > > lspci with network card and tdm400p in > > [root@localhost root]# lspci > 00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different > version?) (rev c1) > 00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev > c1) > 00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev > c1) > 00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev > c1) > 00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev > c1) > 00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev > c1) > 00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4) > 00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2) > 00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev > a4) > 00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev > a4) > 00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev > a4) > 00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 > Audio Controler (MCP) (rev a1) > 00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev > a3) > 00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) > 00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1) > 01:08.0 Network controller: Individual Computers - Jens Schoenfeld > Intel 537 > 01:0a.0 Ethernet controller: Unknown device 9106:3043 (rev 06) > 02:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY > [Radeon 7000/VE] > [root@localhost root]# cat /proc/interrupts > CPU0 > 0: 566133 XT-PIC timer > 1: 141 XT-PIC i8042 > 2: 0 XT-PIC cascade > 5: 0 XT-PIC ehci_hcd > 8: 1 XT-PIC rtc > 9: 2730 XT-PIC acpi, ohci_hcd > 11: 46773 XT-PIC ohci_hcd, radeon@PCI:2:0:0 > 12: 0 XT-PIC NVidia nForce2 > 14: 16583 XT-PIC ide0 > NMI: 0 > ERR: 18 > > _______________________________________________ > 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 >
Hello,
We recently bought 2 TDM400P Rev I boards with in total 8 FXS ports to be
used with Asterisk. I use Asterisk CVS Head (version around 15 aug 2005).
I have an ISDN Quad boards towards the national Telco. The TDM400P has
his own Interrupt line.
I encounter 2 major problems:
1) Transmitting and receiving van Fax is very unreliable (on the CLI I see
a Native bridging (seems to be 911.ulaw, 64 kbit high quality). Sometimes
the Fax is Ok, sometimes I miss a few lines, sometimes it's impossible.
The same problem is there when sending or receiving faxes.
2) I'm trying 3 different Analog phones and having 3 different behaviors:
1 phone 'ringes' normally
1 phone 'ringes' a bit cripled (instead of ring-ring...
ring-ring...,
it does 'ring-ri... ri.... ring... ri...)
1 phone does not ring at all when Asterisk says 'Ringing Zap/6'.
However,
when I do an 'off-hook' on this phone, I get a normal tone signal
and
I can dial and talk perfectly. DTMF is recognised too. It simply does not
ring on incoming calls.
The 3 phones are compliant to the Belgium Telco regulations and work perfectly
in a Telco POTS line.
Are there differences in 'Ring Voltage' ?
Can I twist some settings to solve these problems ?
Thank you
--
Alex Ongena
Managing Director
---------------------------------------------------
Able N.V. Tel: +32(0)15 50.44.00
Dellingstraat 28b Fax: +32(0)15.50.44.09
B-2800 Mechelen
Belgium mailto:Alex.Ongena@able.be
http://www.axsguard.com http://www.doITsafe.net
aXs GUARD - internet communication appliance
---------------------------------------------------
--
NEW: aXs GUARD hands-on Trainings v.7.0
more info at http://www.axsguard.com/indextraining.htm
aXs GUARD has completed security and anti-virus checks on this e-mail
(http://www.axsguard.com)
---------------------------------------------------
Able NV: ond.nr 0457.938.087
Probably already been covered but you do have the power connector on the board connected right? -Jonathan -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Martin Sent: Friday, September 02, 2005 12:32 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] TDM400P problems On Friday 02 September 2005 09:33, Martin wrote:> On Friday 02 September 2005 07:47, Alex Ongena wrote: > > > > This is a well-known issue with the current drivers, although > > > > nobody's really stepped up to identify when exactly this started> > > > happenning (as the driver code was changed) or why.> Interesting. > > I have just re-installed asterisk with the digium dev kit (Xp100 and > TDM400P) and have problems with TDM400P port #3. I also see an issue > with lack of drive to the phones. The more phones I add, the more > ring issues. I can 'fix' the issue by switching phones. The docs > > ( http://www.intervoice.com/_docs/.433/601016.PDF )I just ran some tests. The US FCC specs are:- Standing voltage = -48 VDC (minus) Ringing voltage = 85 - 105 VAC current supplied = 20 to 50mA (I haven't checked this as I would have to create a break and bridge with the digital multi-meter) My line from the central office Standing voltage = -51.1 VDC (minus) Ringing voltage = 90.7 VAC Port #1 Standing voltage = -48.4 VDC Ringing voltage = 42.7 VAC Port #2 Standing voltage = -48.2 VDC Ringing voltage = 42.7 VAC Port #4 Standing voltage = -44.4 VDC Ringing voltage = 43.5 VAC It looks like my card/modules, are not providing the required ring voltage. Anyone else checked their voltages ? Regards...Martin _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.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
On Friday 02 September 2005 10:43, Jonathan k. Creasy wrote:> Probably already been covered but you do have the power connector on the > board connected right? > > -JonathanYes, from my earlier email "Yes, the 4-pin power connector from the 400W PS is plugged in and there is only one H/D and one DVD drive, no floppy." Regards...Martin
On Friday 02 September 2005 11:38, Andrew Kohlsmith wrote:> On Friday 02 September 2005 12:57, Martin wrote: > > I would be really curious if anyone else has the capability (digital > > multimeter) and enough knowledge to test their incoming CO (Central > > Office line) and board outputs. > > I will test mine at lunchtime today. > > -A.What was the result ???