Bonjour à tous,

Je viens vers vous car cela fait plusieurs semaines que je lutte à installer (et configurer) une b410P sous Debian Squeeze, celle-ci à 2 ports relié à 2 T0 FT (du coup les switchs de la carte sont en position TE).

J'ai compilé Dahdi-linux et Dahdi-tool (vers. 2.5.0.1), un `dahdi_hardware` m'indique que la carte est reconnu:

Code:
pci:0000:02:0a.0     wcb4xxp+     d161:b410 Digium Wildcard B410P
Quand les T0 sont raccordés, j'arrive parfois à apercevoir l'une des LED passer verte (ce n'est pas forcément toujours le même port ou la LED devient verte), lorsque je fait un `dahdi_scan`:

Code:
[1]
active=yes
alarms=RED
description=B4XXP (PCI) Card 0 Span 1
name=B4/0/1
manufacturer=Digium
devicetype=Wildcard B410P
location=PCI Bus 02 Slot 11
basechan=1
totchans=3
irq=19
type=digital-TE
syncsrc=0
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI,HDB3
framing_opts=ESF,D4,CCS,CRC4
coding=AMI
framing=CCS

[2]
active=yes
alarms=RED
description=B4XXP (PCI) Card 0 Span 2
name=B4/0/2
manufacturer=Digium
devicetype=Wildcard B410P
location=PCI Bus 02 Slot 11
basechan=4
totchans=3
irq=19
type=digital-TE
syncsrc=0
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI,HDB3
framing_opts=ESF,D4,CCS,CRC4
coding=AMI
framing=CCS

[3]
active=yes
alarms=RED
description=B4XXP (PCI) Card 0 Span 3
name=B4/0/3
manufacturer=Digium
devicetype=Wildcard B410P
location=PCI Bus 02 Slot 11
basechan=7
totchans=3
irq=19
type=digital-TE
syncsrc=0
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI,HDB3
framing_opts=ESF,D4,CCS,CRC4
coding=AMI
framing=CCS

[4]
active=yes
alarms=RED
description=B4XXP (PCI) Card 0 Span 4
name=B4/0/4
manufacturer=Digium
devicetype=Wildcard B410P
location=PCI Bus 02 Slot 11
basechan=10
totchans=3
irq=19
type=digital-TE
syncsrc=0
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI,HDB3
framing_opts=ESF,D4,CCS,CRC4
coding=AMI
framing=CCS
Par contre, du coté d'asterisk un "dahdi show channels" m'indique un état "In Service":

Code:
Chan Extension  Context         Language   MOH Interpret        Blocked    State     
 pseudo            default                    default                         In Service
      1            from-pstn       fr         default                         In Service
      2            from-pstn       fr         default                         In Service
      4            from-pstn       fr         default                         In Service
      5            from-pstn       fr         default                         In Service
      7            from-pstn       fr         default                         In Service
      8            from-pstn       fr         default                         In Service
     10            from-pstn       fr         default                         In Service
     11            from-pstn       fr         default                         In Service
Voici mon system.conf (généré avec `dahdi_genconf`):

Code:
# Autogenerated by /usr/sbin/dahdi_genconf on Wed Sep 28 14:41:47 2011
# If you edit this file and execute /usr/sbin/dahdi_genconf again,
# your manual changes will be LOST.
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" (MASTER) AMI/CCS RED
span=1,1,0,ccs,ami
# termtype: te
bchan=1-2
hardhdlc=3

# Span 2: B4/0/2 "B4XXP (PCI) Card 0 Span 2" AMI/CCS RED
span=2,2,0,ccs,ami
# termtype: te
bchan=4-5
hardhdlc=6

# Span 3: B4/0/3 "B4XXP (PCI) Card 0 Span 3" AMI/CCS RED
span=3,3,0,ccs,ami
# termtype: te
bchan=7-8
hardhdlc=9

# Span 4: B4/0/4 "B4XXP (PCI) Card 0 Span 4" AMI/CCS RED
span=4,4,0,ccs,ami
# termtype: te
bchan=10-11
hardhdlc=12

# Global data

loadzone        = fr
defaultzone     = fr
Auriez-vous une idée du pourquoi la carte reste en alarme?