I think you need to check your interrupts.<br>
<br>
You can use:<br>
<br>
cat /proc/interrupts and check if the modules have not been shared with other devices.<br>
<br>
Also, the command "lspci -vb" shows it detaily.<br>
<br>
This kind of conflict was a nightmare when I tried to configure 3 board
(TE110P, TDM2406, TDM2402). I had to try all the pci slots until I have
every module in its own interrupt.<br>
<br>
My zaptel.conf looks so:<br>
<br>
span = 1, 1, 0, ccs, hdb3, crc4<br>
bchan = 1-15, 17-31<br>
dchan = 16<br>
fxoks = 32-79 #declare all 48 ports ... in the zapata.conf you 'll define only the valid ones<br>
<br>
This is the order of loading for me:<br>
<br>
modprobe zaptel<br>
modprobe wcte11xp<br>
modprobe wctsm24xxp<br>
<br>
Oh! But first I run a script on startup to unload the modules because for some reason, it doesn't work when the linux starts.<br>
<br>
I hope it helps you.<br>
<br>
Daniel Pizarro<br>
<br>
<br>
<br>
<br>
<br><br><div><span class="gmail_quote">On 3/2/06, <b class="gmail_sendername">Saul Diaz</b> <<a href="mailto:saul@cripiland.com">saul@cripiland.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bart Fisher wrote:<br><br>> I'll guess the TE410P is being loaded first - Try swapping entries in<br>> zaptel.conf and zapata.conf<br>><br>> Bart<br>><br>><br>> ----- Original Message ----- From: "Bartosz Supczinski"
<br>> <<a href="mailto:Bartosz.Supczinski@dir.pl">Bartosz.Supczinski@dir.pl</a>><br>> To: "Asterisk-Users" <<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>>; "Asterisk-Dev"
<br>> <<a href="mailto:asterisk-dev@lists.digium.com">asterisk-dev@lists.digium.com</a>><br>> Sent: Tuesday, February 28, 2006 6:57 PM<br>> Subject: [Asterisk-Users] Problem with two cards Digium<br>><br>
><br>>> Hello,<br>>><br>>> I`ve got a problem which I can`t deal with. I own 2 cards - TDM2400P<br>>> and TE410P. I`ve put them into a HP Proliant DL380 G4 server,<br>>> compiled the drivers according to the manual. Unfortunetly there are
<br>>> both cards channels are configured in zaptel.conf file the first<br>>> module (in this file) sends an error.<br>>><br>>> For configuration:<br>>><br>>> span = 1, 1, 0, ccs, hdb3, crc4
<br>>> fxsks = 21-24<br>>> bchan = 25-39, 41-55<br>>> dchan = 40<br>>><br>>> root# modprobe zaptel<br>>> root# modprobe wctdm24xxp<br>>> ------------------------------<br>>> ZT_CHANCONFIG failed on channel 25: No such device or address (6)
<br>>> FATAL: Error running install command for wctdm24xxp<br>>><br>>> For configuration:<br>>><br>>> span = 1, 1, 0, ccs, hdb3, crc4<br>>> bchan = 1-15, 17-31<br>>> dchan = 16<br>
>> fxsks = 145-148<br>>><br>>> root# modprobe zaptel<br>>> root# modprobe wct4xxp<br>>> ----------------------<br>>> ZT_CHANCONFIG failed on channel 145: No such device or address (6)<br>
>> FATAL: Error running install command for wct4xxp<br>>><br>>> If the configuration applies only a single card the modules are<br>>> loaded correctly. The analog card is equiped with one FXO module,
<br>>> which is placed in the last joint. I`ve disabled hyperthreading in my<br>>> kernel and in BIOS, interrupts are not shared. Besides I`ve put the<br>>> cards in other slots, switched on and off ACPI and other functions in
<br>>> BIOS as well as in my kernel. Maybe the problem is in the drivers?<br>>><br>>> I`ve attached some information which might be useful.<br>>> <a href="http://www.dir.pl/~supczinskib/logs.tgz">http://www.dir.pl/~supczinskib/logs.tgz
</a><br>>><br>>> --<br>>> With best regards<br>>> Bartosz Supczinski<br>>> IT Manager<br>>><br>>><br>>> DIR<br>>> Konstytucji 3 Maja 2<br>>> 86-300 Grudziadz<br>
>> POLAND<br>>> <a href="http://www.dir.pl">www.dir.pl</a><br>>><br>>> t.: +48 (56) 6440100<br>>> f.: +48 (56) 6440111<br>>> m.: +48 (504) 019040<br>>><br>>> _______________________________________________
<br>>> --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>>><br>>> Asterisk-Users mailing list<br>>> To UNSUBSCRIBE or update options visit:<br>>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>>><br>>><br>><br>><br>><br>> _______________________________________________<br>> --Bandwidth and Colocation provided by <a href="http://Easynews.com">
Easynews.com</a> --<br>><br>> Asterisk-Users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br><br>Check dmesg too....just in case..<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list
<br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>