Displaying 19 results from an estimated 19 matches for "zappseudo".
2006 Jun 15
1
Strange Zaptel issue
...p/*:asterisk:asterisk:660
[beta@staging ]# grep zap /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"
[beta@staging ]# ls /dev/*z*
/dev/zero
[beta@staging zaptel-1.2.6] make ; make linux26 ; make install
[beta@staging zaptel-1.2.6]# make devices
build_tools/genudevrules > /etc/udev/rules.d/zaptel.rules...
2004 Dec 31
2
FC2 & ztcfg - cannot find channel 2
...ded
Jan 1 10:48:16 bu udev[27206]: removing device node '/udev/zap1'
Jan 1 10:48:17 bu udev[27207]: removing device node '/udev/zaptimer'
Jan 1 10:48:17 bu udev[27222]: removing device node '/udev/zapchannel'
Jan 1 10:48:17 bu udev[27233]: removing device node '/udev/zappseudo'
Jan 1 10:48:17 bu udev[27244]: removing device node '/udev/zapctl'
Jan 1 10:48:17 bu zaptel: Removing zaptel module: succeeded
Jan 1 10:48:18 bu kernel: Zapata Telephony Interface Registered on major 196
Jan 1 10:48:18 bu zaptel: Loading zaptel framework: succeeded
Jan 1 10:48:1...
2005 Mar 13
4
SUSE 9.2 and Zaptel channels
...annel '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...
2005 Jan 28
1
Fedora Core 3 / Asterisk / TP100 Wildcard
...o get the card to work you MUST edit
/etc/udev/rules.d/50-udev.rules
Goto the end of the file and add.......
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"
Then for good measure, recompile asterisk.
Hope this helps!
Ty Carter, President
Strategic Network Consultants, Inc.
524 East 9th Street
Washington, NC 27889
252-946-0351 - Voice
252-402-5296 - Cell
tmcar...
2006 Oct 25
0
Re: Meetme... No channel type registered for'zap'
...660"
KERNEL=="zaptimer", NAME="zap/timer", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL=="zapchannel", NAME="zap/channel", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL=="zappseudo", NAME="zap/pseudo", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL=="zap[0-9]*", NAME="zap/%n", OWNER="asterisk", GROUP="asterisk", MODE="0660"
> But do you actually have the channels? Anythi...
2007 Apr 19
6
ZT_CHANCONFIG failed on channel 1: No such device or address
...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 /...
2004 Nov 24
1
Problems with udev on FC3
...39;
properly (no device symlink) or the sysfs-support of your device's
driver needs to be fixed, please report to <linux-hotplug-
devel@lists.sourceforge.net>
Nov 24 10:23:40 jfd wait_for_sysfs[3370]: either wait_for_sysfs (udev
039) needs an update to handle the device '/class/zaptel/zappseudo'
properly (no device symlink) or the sysfs-support of your device's
driver needs to be fixed, please report to <linux-hotplug-
devel@lists.sourceforge.net>
Nov 24 10:23:40 jfd wait_for_sysfs[3372]: either wait_for_sysfs (udev
039) needs an update to handle the device '/class/zapte...
2006 Mar 08
1
Zap not installing
...ev/rules.d/50-udev.rules and
/etc/udev/rules.d/zaptel.rules (rebooting after each change)
Zaptel devices
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"
When I run ztcfg I get the following error:
line 0: Unable to open master device '/dev/zap/ctl'
When I run zttool I get the following error:
Unable to open /dev/zap/ctl: No such file...
2004 Dec 11
1
modprobe wcfxo causes fc3 box to crash
...Mhz box. After reading README.udev
I put a file 60-zaptel.rules /etc/udev/rules.d
# 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"
In /etc/udev/permissions.d/50-udev.permissions I added:
# zaptel devices
zap/ctl:root:root:0664
zap/timer:root:root:0664
zap/channel:root:root:0664
zap/pseudo:root:root:0664
zap/*:root:root:0644
I then ran...
2005 Sep 06
1
/dev/zap* is not showing up (gentoo, portage, asterisk 1.0.8)
...ap/ctl", MODE="0660", GROUP="dialout"
KERNEL="zaptimer", NAME="zap/timer", MODE="0660", GROUP="dialout"
KERNEL="zapchannel", NAME="zap/channel", MODE="0660", GROUP="dialout"
KERNEL="zappseudo", NAME="zap/pseudo", MODE="0660", GROUP="dialout"
KERNEL="zap[0-9]*", NAME="zap/%n", MODE="0660", GROUP="dialout"
Here's what an lspci looks like:
0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443B...
2008 Jan 16
4
Unable to open master device '/dev/zap/ctl'
.../etc/udev/rules.d/50-udev.rules:
-----------------------------------------
# Asterisk Zaptel devices
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"
ZAPATA file:
-----------
gigli # cat /etc/asterisk/zapata.conf
[trunkgroups]
[channels]
context=default
switchtype=national
signalling=fxs_ks
rxwink=300 ; Atlas seems to use long (250ms...
2004 Nov 24
0
Unable to open master device
...r/src/zaptel/README.udev
>
>/etc/udev/rules.d/zaptel.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"
>
>Now I get this error, I will troubleshoot it later tonight.
>[root@asterisk zaptel]# ztcfg -vv
>Zaptel Configuration
>======================
>Channel map:
>Channel 01: FXS Kewlsta...
2004 Dec 04
1
Udev setup question for zaptel
...ev/rules.d/50-udev.rules that were
in the zaptel README.udev, as I understood them?
# 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"
When I load the zaptel modules, they work the errors are just
distracting.
Any suggestions would be great.
James
2005 Mar 28
0
bristuff-0.2.0-RC7k: error on loading qozap : "qozap: Unknown symbol zt_xxxxx"
...uot;zap/ctl\" >>
/etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zaptimer\", NAME=\"zap/timer\" >>
/etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zapchannel\", NAME=\"zap/channel\" >>
/etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zappseudo\", NAME=\"zap/pseudo\" >>
/etc/udev/rules.d/50-udev.rules
echo KERNEL=\"zap[0-9]*\", NAME=\"zap/%n\" >>
/etc/udev/rules.d/50-udev.rules
echo "" >> /etc/udev/rules.d/50-udev.rules
echo zap/*:root:root:660 >> /etc/udev/permissi...
2004 Sep 27
1
Fedora2 and zaptel - using the udev
...iguration file is /etc/zaptel.conf
Sep 26 22:39:09 voip ztcfg: line 143: Unable to open master device
'/dev/zap/ctl'
Sep 26 22:39:09 voip zaptel: Running ztcfg: succeeded
Sep 26 22:39:09 voip udev[3578]: configured rule in
'/etc/udev/rules.d//50-udev.rules' at line 33 applied, 'zappseudo' becomes
'zap/pseudo'
Sep 26 22:39:09 voip udev[3578]: creating device node '/udev/zap/pseudo'
Sep 26 22:39:09 voip udev[3585]: configured rule in
'/etc/udev/rules.d//50-udev.rules' at line 30 applied, 'zapctl' becomes
'zap/ctl'
Sep 26 22:39:09 voip udev[...
2005 Sep 06
0
/dev/zap* is not showing up (gentoo, portage, asterisk 1.0.8
...dialout"
>> KERNEL="zaptimer", NAME="zap/timer", MODE="0660",
>> GROUP="dialout"
>> KERNEL="zapchannel", NAME="zap/channel", MODE="0660",
>> GROUP="dialout"
>> KERNEL="zappseudo", NAME="zap/pseudo", MODE="0660",
>> GROUP="dialout"
>> KERNEL="zap[0-9]*", NAME="zap/%n", MODE="0660", GROUP="dialout"
>>
>> Here's what an lspci looks like:
>> 0000:00:00.0 Host...
2007 Mar 09
3
Zaptel problem after upgrading to 1.2.16
Hi guys,
I'm hoping I've made a silly mistake here, but I've been staring at the
screen for the past few hours and I can't work it out.
I upgraded to 1.2.16 recently, and am having problems with zaptel.
The card is detected, I get a reasonable output from ztcfg -vv, and
zttool shows the installed module (TDM400) with one FXS module.
But when I start asterisk, I get
2005 Jun 03
1
ztdummy errors on WBEL4
zaptel compiles fine (make linux26) but when I modprobe ztdummy I get
the follow error.
[root@localhost zaptel]# modprobe ztdummy
Notice: Configuration file is /etc/zaptel.conf
line 0: Unable to open master device '/dev/zap/ctl'
1 error(s) detected
FATAL: Error running install command for ztdummy
System info:
Linux localhost.localdomain 2.6.9-5.0.5.ELsmp #1 SMP Thu May 19 19:24:44
2004 Nov 23
7
Unable to open master device '/dev/zap/ctl'
I installed TDM400P and X100P pci cards in a system running mandrake 10.1
official, kernel 2.6.8.1-12mdksmp. I can compile zaptel, libpri, asterisk
and modprobe (zaptel, wcfxs, wcfxo) without errors. Except that running
ztcfg and asterisk fails.
[root@asterisk asterisk]# ztcfg
Notice: Configuration file is /etc/zaptel.conf
line 3: Unable to open master device '/dev/zap/ctl'