kjcsb
2007-Apr-19 02:08 UTC
[asterisk-users] ZT_CHANCONFIG failed on channel 1: No such device or address
I have had a TDM400 with 2 FXO and 2 FXS working for ages (>12 months). It has stopped working. All four green lights are still lit. I have rebuilt zaptel and asterisk and restarted but the problem persists. /sbin/ztcfg -vvvv Zaptel Configuration ===================== Channel map: Channel 01: FXO Kewlstart (Default) (Slaves: 01) Channel 02: FXO Kewlstart (Default) (Slaves: 02) Channel 03: FXS Kewlstart (Default) (Slaves: 03) Channel 04: FXS Kewlstart (Default) (Slaves: 04) ZT_CHANCONFIG failed on channel 1: No such device or address vi /etc/zaptel.conf fxoks=1 fxoks=2 fxsks=3 fxsks=4 loadzone=nz defaultzone=nz lsmod | grep zaptel zaptel 183076 2 zttranscode,wctdm crc_ccitt 6465 1 zaptel lspci Card is not listed dmesg Zapata Telephony Interface Registered on major 196 Zaptel Version: 1.2.16 Zaptel Echo Canceller: KB1 Zaptel Transcoder support loaded vi /etc/udev/rules.d/50-udev.rules # Section for zaptel device KERNEL=="zapctl", NAME="zap/ctl" KERNEL=="zaptimer", NAME="zap/timer" KERNEL=="zapchannel", NAME="zap/channel" KERNEL=="zappseudo", NAME="zap/pseudo" KERNEL=="zap[0-9]*", NAME="zap/%n" vi /etc/modprobe.conf install wctdm /sbin/modprobe --ignore-install wctdm opermode=NEWZEALAND fxshonormode=1 boostringer=1 fastringer=1 && /sbin/ztcfg ls /proc/zaptel ls -la /dev/zap drwxr-xr-x 2 asterisk asterisk 140 Apr 19 20:05 . drwxr-xr-x 11 root root 3620 Apr 19 21:01 .. crw------- 1 asterisk asterisk 196, 254 Apr 19 20:05 channel crw------- 1 asterisk asterisk 196, 0 Apr 19 20:05 ctl crw------- 1 asterisk asterisk 196, 255 Apr 19 20:05 pseudo crw------- 1 asterisk asterisk 196, 253 Apr 19 20:05 timer crw-rw---- 1 asterisk asterisk 196, 250 Apr 19 20:05 transcode Does all that meant that Linux can't see the card? Any suggestions greatly appreciated. uname -r 2.6.18-1.2257.fc5smp Asterisk 1.2.17 Zaptel 1.2.16 Regards Cameron ___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html
Tzafrir Cohen
2007-Apr-19 02:18 UTC
[asterisk-users] ZT_CHANCONFIG failed on channel 1: No such device or address
On Thu, Apr 19, 2007 at 02:08:47AM -0700, kjcsb wrote:> I have had a TDM400 with 2 FXO and 2 FXS working for ages (>12 months). It has stopped working. All four green lights are still lit. I have rebuilt zaptel and asterisk and restarted but the problem persists. > > /sbin/ztcfg -vvvv > Zaptel Configuration > =====================> > Channel map: > Channel 01: FXO Kewlstart (Default) (Slaves: 01) > Channel 02: FXO Kewlstart (Default) (Slaves: 02) > Channel 03: FXS Kewlstart (Default) (Slaves: 03) > Channel 04: FXS Kewlstart (Default) (Slaves: 04) > ZT_CHANCONFIG failed on channel 1: No such device or address> ls -la /dev/zap > drwxr-xr-x 2 asterisk asterisk 140 Apr 19 20:05 . > drwxr-xr-x 11 root root 3620 Apr 19 21:01 .. > crw------- 1 asterisk asterisk 196, 254 Apr 19 20:05 channel > crw------- 1 asterisk asterisk 196, 0 Apr 19 20:05 ctl > crw------- 1 asterisk asterisk 196, 255 Apr 19 20:05 pseudo > crw------- 1 asterisk asterisk 196, 253 Apr 19 20:05 timer > crw-rw---- 1 asterisk asterisk 196, 250 Apr 19 20:05 transcodeWhat is the output of: ls -l /sys/class/zaptel -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
Astawerks
2007-Apr-19 02:25 UTC
[asterisk-users] ZT_CHANCONFIG failed on channel 1: No suchdevice or address
I had the same problem with a sangoma card. Try to unplug channel 1 and then restart zaptel and see if the problem persist. If so unplug 2 and so on. My problem was that I had a FXO pluged into FXS port. Maybe someone switched some cables and did not tell you ? Astawerks VoIP Hardware sales and consulting http://www.astawerks.com 614-495-1400 -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tzafrir Cohen Sent: Thursday, April 19, 2007 5:19 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] ZT_CHANCONFIG failed on channel 1: No suchdevice or address On Thu, Apr 19, 2007 at 02:08:47AM -0700, kjcsb wrote:> I have had a TDM400 with 2 FXO and 2 FXS working for ages (>12 months). Ithas stopped working. All four green lights are still lit. I have rebuilt zaptel and asterisk and restarted but the problem persists.> > /sbin/ztcfg -vvvv > Zaptel Configuration > =====================> > Channel map: > Channel 01: FXO Kewlstart (Default) (Slaves: 01) Channel 02: FXO > Kewlstart (Default) (Slaves: 02) Channel 03: FXS Kewlstart (Default) > (Slaves: 03) Channel 04: FXS Kewlstart (Default) (Slaves: 04) > ZT_CHANCONFIG failed on channel 1: No such device or address> ls -la /dev/zap > drwxr-xr-x 2 asterisk asterisk 140 Apr 19 20:05 . > drwxr-xr-x 11 root root 3620 Apr 19 21:01 .. > crw------- 1 asterisk asterisk 196, 254 Apr 19 20:05 channel > crw------- 1 asterisk asterisk 196, 0 Apr 19 20:05 ctl > crw------- 1 asterisk asterisk 196, 255 Apr 19 20:05 pseudo > crw------- 1 asterisk asterisk 196, 253 Apr 19 20:05 timer > crw-rw---- 1 asterisk asterisk 196, 250 Apr 19 20:05 transcodeWhat is the output of: ls -l /sys/class/zaptel -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.4.0/762 - Release Date: 4/15/2007 4:22 PM
Cameron Beattie
2007-Apr-19 11:54 UTC
[asterisk-users] ZT_CHANCONFIG failed on channel 1: No suchdevice or address
> > What is the output of: > > ls -l /sys/class/zaptel >ls -l /sys/class/zaptel total 0 drwxr-xr-x 2 root root 0 Apr 19 20:05 zapchannel drwxr-xr-x 2 root root 0 Apr 19 20:05 zapctl drwxr-xr-x 2 root root 0 Apr 19 20:05 zappseudo drwxr-xr-x 2 root root 0 Apr 19 20:05 zaptimer drwxr-xr-x 2 root root 0 Apr 19 20:05 zaptranscode Regards Cameron
kjcsb
2007-Apr-19 11:57 UTC
[asterisk-users] ZT_CHANCONFIG failed on channel 1: No such device or address
>What is the output of: >ls -l /sys/class/zaptells -l /sys/class/zaptel total 0 drwxr-xr-x 2 root root 0 Apr 19 20:05 zapchannel drwxr-xr-x 2 root root 0 Apr 19 20:05 zapctl drwxr-xr-x 2 root root 0 Apr 19 20:05 zappseudo drwxr-xr-x 2 root root 0 Apr 19 20:05 zaptimer drwxr-xr-x 2 root root 0 Apr 19 20:05 zaptranscode ___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html
Tzafrir Cohen
2007-Apr-20 18:03 UTC
[asterisk-users] ZT_CHANCONFIG failed on channel 1: No suchdeviceor address
On Sat, Apr 21, 2007 at 04:28:08AM +1200, CSB wrote:> > > > lsmod | grep ^zaptel > > > lsmod | grep ^zaptel > zaptel 183076 2 zttranscode,wctdmDid it identify a card? rmmod wctdm; modprobe wctdm; dmesg | tail -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
CSB
2007-Apr-23 01:00 UTC
[asterisk-users] ZT_CHANCONFIG failed on channel 1: Nosuchdeviceor address
> > Did it identify a card? > > rmmod wctdm; modprobe wctdm; dmesg | tail >rmmod wctdm; modprobe wctdm; dmesg | tail ZT_CHANCONFIG failed on channel 1: No such device or address (6) FATAL: Error running install command for wctdm Errr. What does that mean? Cameron