Hi, I have been using asterisk for a couple of months now and for thee most part, I love it. However, I'm having a problem with the drivers of the Digium TE110P. I have tried both the Debian package and the CVS. I have tried several kernels, and am now at 2.6.11. This has been working before (with 2.6.8.1), but after a reboot it stopped working and I am not able to consistently make it work or fail. I have make clean, make and make install, no complains from make. The zaptel module loads fine and says so: Zapata Telephony Interface Registered on major 196 But the module for the TE110P fails. If I only modprobe it, it loads silently; but the moment I execute ztcfg, I get: ZT_SPANCONFIG failed on span 1: No such device or address (6) If I ask for more verbose errors, I get: Zaptel Configuration ===================== SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1) Channel map: Channel 01: Individual Clear channel (Default) (Slaves: 01) Channel 02: Individual Clear channel (Default) (Slaves: 02) Channel 03: Individual Clear channel (Default) (Slaves: 03) Channel 04: Individual Clear channel (Default) (Slaves: 04) Channel 05: Individual Clear channel (Default) (Slaves: 05) Channel 06: Individual Clear channel (Default) (Slaves: 06) Channel 07: Individual Clear channel (Default) (Slaves: 07) Channel 08: Individual Clear channel (Default) (Slaves: 08) Channel 09: Individual Clear channel (Default) (Slaves: 09) Channel 10: Individual Clear channel (Default) (Slaves: 10) Channel 11: Individual Clear channel (Default) (Slaves: 11) Channel 12: Individual Clear channel (Default) (Slaves: 12) Channel 13: Individual Clear channel (Default) (Slaves: 13) Channel 14: Individual Clear channel (Default) (Slaves: 14) Channel 15: Individual Clear channel (Default) (Slaves: 15) Channel 16: D-channel (Default) (Slaves: 16) Channel 17: Individual Clear channel (Default) (Slaves: 17) Channel 18: Individual Clear channel (Default) (Slaves: 18) Channel 19: Individual Clear channel (Default) (Slaves: 19) Channel 20: Individual Clear channel (Default) (Slaves: 20) Channel 21: Individual Clear channel (Default) (Slaves: 21) Channel 22: Individual Clear channel (Default) (Slaves: 22) Channel 23: Individual Clear channel (Default) (Slaves: 23) Channel 24: Individual Clear channel (Default) (Slaves: 24) Channel 25: Individual Clear channel (Default) (Slaves: 25) Channel 26: Individual Clear channel (Default) (Slaves: 26) Channel 27: Individual Clear channel (Default) (Slaves: 27) Channel 28: Individual Clear channel (Default) (Slaves: 28) Channel 29: Individual Clear channel (Default) (Slaves: 29) Channel 30: Individual Clear channel (Default) (Slaves: 30) Channel 31: Individual Clear channel (Default) (Slaves: 31) 31 channels configured. ZT_SPANCONFIG failed on span 1: No such device or address (6) Any ideas? -- Alfredo Sola ASP5-RIPE
Just to confirm that you also powered down and up? I've no experience with the TE110, but this is a known problem with the TE405 and TE410. They apparently can get locked up, and only a power cycle will clear it. Regards Scott Stingel www.evtmedia.com Alfredo Sola wrote:> > Hi, > > I have been using asterisk for a couple of months now and for thee > most part, I love it. > > However, I'm having a problem with the drivers of the Digium > TE110P. I have tried both the Debian package and the CVS. I have tried > several kernels, and am now at 2.6.11. > > This has been working before (with 2.6.8.1), but after a reboot it > stopped working and I am not able to consistently make it work or fail. > > I have make clean, make and make install, no complains from make. > > The zaptel module loads fine and says so: > > Zapata Telephony Interface Registered on major 196 > > But the module for the TE110P fails. If I only modprobe it, it > loads silently; but the moment I execute ztcfg, I get: > ZT_SPANCONFIG failed on span 1: No such device or address (6) > > If I ask for more verbose errors, I get: > > > Zaptel Configuration > =====================> > SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1) > > Channel map: > > Channel 01: Individual Clear channel (Default) (Slaves: 01) > Channel 02: Individual Clear channel (Default) (Slaves: 02) > Channel 03: Individual Clear channel (Default) (Slaves: 03) > Channel 04: Individual Clear channel (Default) (Slaves: 04) > Channel 05: Individual Clear channel (Default) (Slaves: 05) > Channel 06: Individual Clear channel (Default) (Slaves: 06) > Channel 07: Individual Clear channel (Default) (Slaves: 07) > Channel 08: Individual Clear channel (Default) (Slaves: 08) > Channel 09: Individual Clear channel (Default) (Slaves: 09) > Channel 10: Individual Clear channel (Default) (Slaves: 10) > Channel 11: Individual Clear channel (Default) (Slaves: 11) > Channel 12: Individual Clear channel (Default) (Slaves: 12) > Channel 13: Individual Clear channel (Default) (Slaves: 13) > Channel 14: Individual Clear channel (Default) (Slaves: 14) > Channel 15: Individual Clear channel (Default) (Slaves: 15) > Channel 16: D-channel (Default) (Slaves: 16) > Channel 17: Individual Clear channel (Default) (Slaves: 17) > Channel 18: Individual Clear channel (Default) (Slaves: 18) > Channel 19: Individual Clear channel (Default) (Slaves: 19) > Channel 20: Individual Clear channel (Default) (Slaves: 20) > Channel 21: Individual Clear channel (Default) (Slaves: 21) > Channel 22: Individual Clear channel (Default) (Slaves: 22) > Channel 23: Individual Clear channel (Default) (Slaves: 23) > Channel 24: Individual Clear channel (Default) (Slaves: 24) > Channel 25: Individual Clear channel (Default) (Slaves: 25) > Channel 26: Individual Clear channel (Default) (Slaves: 26) > Channel 27: Individual Clear channel (Default) (Slaves: 27) > Channel 28: Individual Clear channel (Default) (Slaves: 28) > Channel 29: Individual Clear channel (Default) (Slaves: 29) > Channel 30: Individual Clear channel (Default) (Slaves: 30) > Channel 31: Individual Clear channel (Default) (Slaves: 31) > > 31 channels configured. > > ZT_SPANCONFIG failed on span 1: No such device or address (6) > > Any ideas? >
I upgraded to Redhat Enterprise Linux 4.0 and ran into a similar problem. Try looking at udev. The device files are being created dynamically and some configuration changes need to be made. Read the README.udev file in zaptel src directly. It has a brief explanation. Gene -----Original Message----- 3. TE110P module woes (Alfredo Sola) ------------------------------ Message: 3 Date: Fri, 04 Mar 2005 14:01:58 +0100 From: Alfredo Sola <alfredo@intelideas.com> Subject: [Asterisk-Users] TE110P module woes To: asterisk-users@lists.digium.com Message-ID: <42285C46.2060407@intelideas.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, I have been using asterisk for a couple of months now and for thee most part, I love it. However, I'm having a problem with the drivers of the Digium TE110P. I have tried both the Debian package and the CVS. I have tried several kernels, and am now at 2.6.11. This has been working before (with 2.6.8.1), but after a reboot it stopped working and I am not able to consistently make it work or fail. I have make clean, make and make install, no complains from make. The zaptel module loads fine and says so: Zapata Telephony Interface Registered on major 196 But the module for the TE110P fails. If I only modprobe it, it loads silently; but the moment I execute ztcfg, I get: ZT_SPANCONFIG failed on span 1: No such device or address (6) If I ask for more verbose errors, I get: Zaptel Configuration ===================== SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1) Channel map: Channel 01: Individual Clear channel (Default) (Slaves: 01) Channel 02: Individual Clear channel (Default) (Slaves: 02) Channel 03: Individual Clear channel (Default) (Slaves: 03) Channel 04: Individual Clear channel (Default) (Slaves: 04) Channel 05: Individual Clear channel (Default) (Slaves: 05) Channel 06: Individual Clear channel (Default) (Slaves: 06) Channel 07: Individual Clear channel (Default) (Slaves: 07) Channel 08: Individual Clear channel (Default) (Slaves: 08) Channel 09: Individual Clear channel (Default) (Slaves: 09) Channel 10: Individual Clear channel (Default) (Slaves: 10) Channel 11: Individual Clear channel (Default) (Slaves: 11) Channel 12: Individual Clear channel (Default) (Slaves: 12) Channel 13: Individual Clear channel (Default) (Slaves: 13) Channel 14: Individual Clear channel (Default) (Slaves: 14) Channel 15: Individual Clear channel (Default) (Slaves: 15) Channel 16: D-channel (Default) (Slaves: 16) Channel 17: Individual Clear channel (Default) (Slaves: 17) Channel 18: Individual Clear channel (Default) (Slaves: 18) Channel 19: Individual Clear channel (Default) (Slaves: 19) Channel 20: Individual Clear channel (Default) (Slaves: 20) Channel 21: Individual Clear channel (Default) (Slaves: 21) Channel 22: Individual Clear channel (Default) (Slaves: 22) Channel 23: Individual Clear channel (Default) (Slaves: 23) Channel 24: Individual Clear channel (Default) (Slaves: 24) Channel 25: Individual Clear channel (Default) (Slaves: 25) Channel 26: Individual Clear channel (Default) (Slaves: 26) Channel 27: Individual Clear channel (Default) (Slaves: 27) Channel 28: Individual Clear channel (Default) (Slaves: 28) Channel 29: Individual Clear channel (Default) (Slaves: 29) Channel 30: Individual Clear channel (Default) (Slaves: 30) Channel 31: Individual Clear channel (Default) (Slaves: 31) 31 channels configured. ZT_SPANCONFIG failed on span 1: No such device or address (6) Any ideas? -- Alfredo Sola ASP5-RIPE