[Asterisk-Users] Hardware

Marcelo Pacheco marcelo at macp.eti.br
Tue Oct 26 15:22:41 MST 2004


I have a system with VIA chipsets with one T400P (3FXS,1FXO) and 2 E100P (for 
testing with a cross over cable between them), and the only problem I have is 
when I do something like:

exten => 5700,1,Dial(Zap/g3/5701)
exten => 5701,1,Dial(Zap/g3/5702)
exten => 5702,1,Dial(Zap/g3/5703)
exten => 5703,1,Dial(Zap/g3/5704)
exten => 5704,1,Dial(Zap/g3/5705)
exten => 5705,1,Dial(Zap/g3/5706)
exten => 5706,1,Dial(Zap/g3/5707)
exten => 5707,1,Dial(Zap/g3/5708)
exten => 5708,1,Dial(Zap/g3/5709)
exten => 5709,1,Dial(Zap/g3/5710)
exten => 5710,1,Dial(Zap/g3/5711)
exten => 5711,1,Dial(Zap/g3/5712)
exten => 5712,1,Dial(Zap/g3/5713)
exten => 5713,1,Dial(Zap/g3/5714)
exten => 5714,1,Dial(Zap/g3/5715)
exten => 5715,1,Dial(Zap/g3/5716)
exten => 5716,1,Dial(Zap/g3/5717)
exten => 5717,1,Dial(Zap/g3/5718)
exten => 5718,1,Dial(Zap/g3/5719)
exten => 5719,1,Dial(Zap/g3/5720)
exten => 5720,1,Dial(Zap/g3/5721)
exten => 5721,1,Dial(Zap/g3/5722)
exten => 5722,1,Dial(Zap/g3/5723)
exten => 5723,1,Dial(Zap/g3/5724)
exten => 5724,1,Dial(Zap/g3/5725)
exten => 5725,1,Dial(Zap/g3/5726)
exten => 5726,1,Dial(Zap/g3/5727)
exten => 5727,1,Dial(Zap/g3/5728)
exten => 5728,1,Dial(Zap/g3/5729)
exten => 5729,1,Dial(Zap/g3/5730)
exten => 5730,1,Dial(Zap/g2)

So I can call 5700 and have all E1 30 channels active I get echo.
However, cpu load is very low, I see no missed interrupts:

[root at macp1 ~]# cat /proc/interrupts
           CPU0
  0:   40705272    IO-APIC-edge  timer
  1:      32140    IO-APIC-edge  i8042
  9:          1   IO-APIC-level  acpi
169:   40662180   IO-APIC-level  wctdm
177:   40501575   IO-APIC-level  t1xxp
185:   40501583   IO-APIC-level  t1xxp
193:     829909   IO-APIC-level  libata
201:     115778   IO-APIC-level  ehci_hcd, uhci_hcd, uhci_hcd, uhci_hcd, 
uhci_hcd
209:      45971   IO-APIC-level  VIA8233
217:    1894342   IO-APIC-level  eth0
225:    3281367   IO-APIC-level  nvidia
NMI:          0
LOC:   40707037
ERR:          0
MIS:          0

If I call 5728, everything is fine.

As you can see, IO-APIC-level takes care of giving each PCI device a 
completely separate interrupt.

This is a ECS KT600-A, with an Athlon XP 2600+ FSB 333 processor, 1GB (2x 
512MB) DDR 333 memory, 2 SATA HD's and a nVidia video card, onboard 10/100 
ethernet.

[root at macp1 ~]# lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400 AGP] Host 
Bridge (rev 80)
0000:00:01.0 PCI bridge: VIA Technologies, Inc.: Unknown device b198
0000:00:09.0 Network controller: Tiger Jet Network Inc. Intel 537
0000:00:0a.0 Network controller: Tiger Jet Network Inc. Intel 537
0000:00:0b.0 Network controller: Tiger Jet Network Inc. Intel 537
0000:00:0f.0 RAID bus controller: VIA Technologies, Inc.: Unknown device 3149 
(rev 80)
0000:00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus 
Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.3 USB Controller: VIA Technologies, Inc. USB (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc.: Unknown device 3227
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 
Audio Controller (rev 60)
0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] 
(rev 78)
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 
0185 (rev c1)

Kernel is 2.6.9-67090cl (conectiva snapshot)

Marcelo Pacheco

Em Dom 24 Out 2004 02:08, Brian McSpadden escreveu:
> Stay away from boards with VIA chipsets, those are problematic in my
> experience. I have had some good results with the D865PERL boards from
> Intel, along with several other Intel boards. Those seem to be of high
> quality. They may not have the very best performers, but the PCI bus
> is implemented cleanly, which is what * needs for Zaptel hardware.
>
> Brian
>
> On Sat, 23 Oct 2004 20:39:00 -0500, Henry Devito <hdevito at qwest.net> wrote:
> > I'll be running the Red Hat Enterprise.  I thought I saw people posting
> > certain motherboards had issues with sound, I know I saw where others
> > said to stay away from the VIA chipset.
> >
> >
> >
> > -----Original Message-----
> > From: asterisk-users-bounces at lists.digium.com
> > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Stan
> > Brinkerhoff
> > Sent: Saturday, October 23, 2004 6:56 PM
> > To: Asterisk Users Mailing List - Non-Commercial Discussion
> > Subject: Re: [Asterisk-Users] Hardware
> >
> > Look for support by whatever operating system you plan on running.
> >
> > Henry Devito wrote:
> > > Hi guys I know this has been asked on the list before, but my hard
> > > drive crashed and I lost all of the past posts,  I need to know what
> > > motherboard works ok for asterisk,  I have no problems with the Dual
> > > and Quad Xeon processor boards I have used.  Now I plan on building a
> > > Pentium 4 3.0 with hyper-threading.  I looked through the wiki and
> > > could not find the recommended P4 board.  Does anyone have any
> > > suggestions?  Thanks.



More information about the asterisk-users mailing list