Of course I am not a kernel expert, so .. please be patient. I am investigating on my zaptel/zapata problem. As the main error message asterisk quits on mentions <'/dev/zap/channel': No such file or directory> I went peeking over there. [Asterisk Verbose Error Mar 13 20:43:35 WARNING[5779]: chan_zap.c:763 zt_open: Unable to open '/ dev/zap/channel': No such file or directory Mar 13 20:43:35 ERROR[5779]: chan_zap.c:6208 mkintf: Unable to open channel 1: No such file or directory here = 0, tmp->channel = 1, channel = 1 Mar 13 20:43:35 ERROR[5779]: chan_zap.c:9155 setup_zap: Unable to register channel '1' Mar 13 20:43:35 WARNING[5779]: loader.c:345 ast_load_resource: chan_zap.so: load_module failed, returning -1 ] As a matter of fact this is what is listed in /dev/: aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> ls /dev [....] z2ram zap1 zap2 zap3 zap4 zapchannel zapctl zappseudo zaptimer zero zkshim zqft0 I edited the list to avoid a huge message. As said I am not a Linux low level expert ... still it's striking that Asterisk does not find a pesudo file /zap/channel and there is something similar, ie zapchannel. Anyways the zaptel modules are there: aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> cat /proc/modules wcfxo 11808 0 - Live 0xdf2a8000 wcfxs 27680 0 - Live 0xdf2b1000 zaptel 176772 2 wcfxo,wcfxs, Live 0xdf2ba000 Does anybody have compiled the whole asterisk set 1.0.6 on SUSE 9.2? Thanks Aldo
I have a fairly current CVS build of asterisk running on SuSE 9.2. You need to get rid of the stuff that gets installed with the system and then install the zaptel stuff. Works fine for me, but I do get warnings about unsupported modules and tainting of the kernel. The wiki has an entry on SuSE: http://www.voip-info.org/wiki-Asterisk+Linux+SuSE Aldo Bergamini wrote:>Of course I am not a kernel expert, so .. please be patient. > >I am investigating on my zaptel/zapata problem. > >As the main error message asterisk quits on mentions <'/dev/zap/channel': >No such file or directory> I went peeking over there. > >[Asterisk Verbose Error >Mar 13 20:43:35 WARNING[5779]: chan_zap.c:763 zt_open: Unable to open '/ >dev/zap/channel': No such file or directory >Mar 13 20:43:35 ERROR[5779]: chan_zap.c:6208 mkintf: Unable to open >channel 1: No such file or directory >here = 0, tmp->channel = 1, channel = 1 >Mar 13 20:43:35 ERROR[5779]: chan_zap.c:9155 setup_zap: Unable to >register channel '1' >Mar 13 20:43:35 WARNING[5779]: loader.c:345 ast_load_resource: >chan_zap.so: load_module failed, returning -1 >] > >As a matter of fact this is what is listed in /dev/: > >aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> ls /dev >[....] >z2ram >zap1 >zap2 >zap3 >zap4 >zapchannel >zapctl >zappseudo >zaptimer >zero >zkshim >zqft0 > > >I edited the list to avoid a huge message. As said I am not a Linux low >level expert ... still it's striking that Asterisk does not find a pesudo >file /zap/channel and there is something similar, ie zapchannel. > >Anyways the zaptel modules are there: > >aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> cat /proc/modules >wcfxo 11808 0 - Live 0xdf2a8000 >wcfxs 27680 0 - Live 0xdf2b1000 >zaptel 176772 2 wcfxo,wcfxs, Live 0xdf2ba000 > >Does anybody have compiled the whole asterisk set 1.0.6 on SUSE 9.2? > >Thanks >Aldo > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
>Of course I am not a kernel expert, so .. please be patient.>I am investigating on my zaptel/zapata problem.>As the main error message asterisk quits on mentions <'/dev/zap/channel':No such file or directory> I went>peeking over there.>[Asterisk Verbose Error >Mar 13 20:43:35 WARNING[5779]: chan_zap.c:763 zt_open: Unable to open '/ >dev/zap/channel': No such file or directory >Mar 13 20:43:35 ERROR[5779]: chan_zap.c:6208 mkintf: Unable to open channel1: No such file or directory here = 0, >tmp->channel = 1, channel = 1 Mar 13 20:43:35 ERROR[5779]: chan_zap.c:9155 setup_zap: Unable to register channel>'1' Mar 13 20:43:35 WARNING[5779]: loader.c:345 ast_load_resource: >chan_zap.so: load_module failed, returning -1 >]>As a matter of fact this is what is listed in /dev/:>aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> ls /dev [....] z2ramzap1 zap2 zap3 zap4 zapchannel zapctl>zappseudo zaptimer zero zkshim zqft0>I edited the list to avoid a huge message. As said I am not a Linux lowlevel expert ... still it's striking that >Asterisk does not find a pesudo file /zap/channel and there is something similar, ie zapchannel.>Anyways the zaptel modules are there:>aaberga@epsilon-stargate:~/sources/voip/zaptel-1.0.6> cat /proc/moduleswcfxo 11808 0 - Live 0xdf2a8000 wcfxs>27680 0 - Live 0xdf2b1000 zaptel 176772 2 wcfxo,wcfxs, Live 0xdf2ba000>Does anybody have compiled the whole asterisk set 1.0.6 on SUSE 9.2?>Thanks >AldoSuse 9.2 uses udev. Look for README.udev in you zaptel source directory and follow the instructions. Regards, Alex
asterisk-users-request@lists.digium.com is believed to have said:> >Suse 9.2 uses udev. Look for README.udev in you zaptel source directory and >follow the instructions. > >Regards, >Alex >Thanks Alex! Aldo
asterisk-users-request@lists.digium.com is believed to have said:>I have a fairly current CVS build of asterisk running on SuSE 9.2. You >need to get rid of the stuff that gets installed with the system and >then install the zaptel stuff. Works fine for me, but I do get warnings >about unsupported modules and tainting of the kernel. > >The wiki has an entry on SuSE: >http://www.voip-info.org/wiki-Asterisk+Linux+SuSEThanks Tim! Aldo