2012/6/22, Alec Davis <[email protected]>: > Have a look at the latest blacklist sample in dahdi trunk > http://svnview.digium.com/svn/dahdi/tools/trunk/blacklist.sample?view=log > > file: blacklist.sample > ... > # Some mISDN drivers may try to attach to cards supported by DAHDI. If you > # have a card which is *not* supported by DAHDI but supported by one of the > # below drivers you should feel free to remove it from the blacklist below. > blacklist hfcmulti > blacklist netjet > blacklist hfcpci
I didn't know about the later two : thanks for sharing this. May I add that Linux automatically "allocates" hfc4s8s_l1 driver to Junghanns OctoBRI cards which are supported by Dahdi, so I add to blacklist them in the past. This shows me I should learn : - how Linux 2.6.32 (and above) detects PCI boards and "allocates" them to mISDN (the one included, I think, in the kernel itself) - where to find up-to-date data listing telephony cards either supported by Dahdi or mISDN > > I had a similar issue after upgrading from lenny to squeeze :( > System wouldn't boot as udev tried to launch both wcb4xxp and hfcmulti, as > I > didn't have wcb4xxp blacklisted as well as the others. > Only would boot after physically removing BRI card. I was a bit luckier thanks to default dahdi.blacklist.conf file. > > Alec > > > >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of Olivier >> Sent: Thursday, 21 June 2012 9:37 p.m. >> To: Asterisk Users Mailing List - Non-Commercial Discussion >> Subject: Re: [asterisk-users] Asterisk 10/1.6.1 and >> Dahdi/Libpri compatilities in BRI /PtmP >> >> My previous message was incomplete. >> >> >> On thing to note is I had to forbid hfcmulti in modprobe.d in >> the second box to comply with a warning from dahdi. Without >> that, I could see this line in the output of lsmod: >> mISDN-core hfcmulti >> >> >> 1. What is the root cause that makes a board change its sync source ? >> How can I check this ? >> 2. How can I get rid of these alarms ? >> 3. Shall I report this ? >> 4. Waht would you suggest ? >> >> Regards >> >> >> >> 2012/6/21, Olivier <[email protected]>: >> > Hi, >> > >> > After an upgrade, I discovered yesterday strange things I >> would like >> > to share here. >> > >> > Basically, I'me comparing platforms: >> > The first one is a 2.6.26 (Debian Lenny) platform, with Asterisk >> > 1.6.1.18, Libpri 1.4.10.2, Dahdi revision 8853 (must be between 2.3 >> > and 2.5, I think). >> > The second one is a 2.6.32 (Debian Squeeze) platform, with Asterisk >> > 10.5.1, Libpri 1.4.12, Dahdi 2.6.1. >> > Both are connected to telco BRI lines in TE/PtmP mode through a >> > Junghanns QuadBRI board (wcb4xxp driver). >> > Both handle incoming and outgoing calls correctly, as far >> as I can tell. >> > >> > But on the second one, though working fine, Dahdi keeps >> showing alarm >> > messages such as: >> > [71765.784120] wcb4xxp 0000:01:0e.0: new card sync source: port 1 >> > [71767.484151] wcb4xxp 0000:01:0e.0: new card sync source: port 1 >> > [71771.184119] wcb4xxp 0000:01:0e.0: new card sync source: port 2 >> > [71794.184164] wcb4xxp 0000:01:0e.0: new card sync source: port 1 >> > >> > and "pri show spans" mostly (but not always) report worrying status: >> > PRI span 1/0: Down, Active >> > PRI span 2/0: In Alarm, Down, Active >> > >> > On the first box "pri show spans" constantly reports the line is up. >> > >> > On thing to note is I had to forbid hfcmulti in modprobe.d in the >> > second box to comply with a warning from dahdi. Without >> that, I could >> > see this line in the output of lsmod: >> > mISDN-core >> > >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by >> http://www.api-digital.com -- New to Asterisk? Join us for a >> live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
