Displaying 12 results from an estimated 12 matches for "wcfxsusb".
2003 Feb 28
2
error in tor2
...n install -m 755 sethdlc /sbin ; fi
if [ -f zttool ]; then install -m 755 zttool /sbin; fi
mkdir -p /lib/modules/`uname -r`/misc
for x in zaptel.o tor2.o torisa.o wcusb.o wcfxo.o wcfxs.o ztdynamic.o ztd-eth.o wct1xxp.o ; do \
install -m 644 $x /lib/modules/`uname -r`/misc ; \
done
if ! [ -f wcfxsusb.o ]; then \
rm -f /lib/modules/`uname -r`/misc/wcfxsusb.o; \
fi
mkdir -p /usr/lib
install -m 755 libtonezone.so.1.0 /usr/lib
install -m 644 zaptel.h /usr/include/linux
install -m 644 torisa.h /usr/include/linux
install -m 644 tonezone.h /usr/include
( cd /usr/lib ; rm -f libtonezone.so ; ln...
2004 May 14
0
SuSE & Zaptel Compilation errors
...ly support DEVFS in linux 2.4 kernels, since its considered obsolete
post 2.4
DEVFS=$(shell ps ax | grep -v grep | grep devfsd)
endif
TZOBJS=zonedata.lo tonezone.lo
LIBTONEZONE=libtonezone.so.1.0
MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \
ztdynamic ztd-eth wct1xxp wct4xxp # ztdummy
#MODULES+=wcfxsusb
MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done )
MODULESKO=$(shell for x in $(MODULES); do echo "$$x.ko "; done )
ZTTOOL=$(shell if [ -f /usr/include/newt.h ]; then echo zttool; fi)
BINS=ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL)
#PRIMARY=wcfxsusb
PRIMA...
2003 Oct 07
5
auto 'modprobe wct1xxp' on startup?
...tc/modules.conf,
and here's what mine looks like:
alias eth0 e1000
alias scsi_hostadapter megaraid
alias usb-controller ehci-hcd
alias usb-controller1 usb-uhci
options torisa base=0xd0000
alias char-major-196 torisa
#post-install wcfxs /sbin/ztcfg
#post-install wcfxsusb /sbin/ztcfg
#post-install torisa /sbin/ztcfg
#post-install tor2 /sbin/ztcfg
#post-install wcfxo /sbin/ztcfg
post-install wct1xxp /sbin/ztcfg
#post-install wct4xxp /sbin/ztcfg
(I commented out all of the modules I think I don't need, but it didn't
work when they weren...
2006 Jan 08
2
Zaptel make install error
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `if [ -n "" ]; then if [ -f ]; then mv -f .bak ; fi; cat .bak | grep -v "alias char-major-250" | grep -v "post-install torisa /sbin/ztcfg" | grep -v "post-install wcfxsusb /sbin/ztcfg" | grep -v "alias wctdm" | grep -v "post-install wctdm /sbin/ztcfg" > ; if ! grep "options torisa" ; then echo "options torisa base=0xd0000" >> ; fi; if ! grep "alias char-major-196" ; then echo "alias char-majo...
2007 Feb 19
1
Problems with CentOS ztdummy kernel 2.6
...r/src/zaptel-1.2.13/ztd-eth.ko
INSTALL /usr/src/zaptel-1.2.13/ztd-loc.ko
INSTALL /usr/src/zaptel-1.2.13/ztdummy.ko
INSTALL /usr/src/zaptel-1.2.13/ztdynamic.ko
INSTALL /usr/src/zaptel-1.2.13/zttranscode.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.0.3.EL-i686'
if ! [ -f wcfxsusb.o ]; then \
rm -f /lib/modules/2.6.9-42.0.3.ELsmp/misc/wcfxsusb.o; \
fi; \
rm -f /lib/modules/2.6.9-42.0.3.ELsmp/misc/wcfxs.o
install -D -m 755 libtonezone.so /usr/lib/libtonezone.so.1.0
[ `id -u` = 0 ] && /sbin/ldconfig || :
rm -f /usr/lib/libtonezone.so
ln -sf libtonezone.s...
2003 Jun 12
1
fxs card not loading in new computer
...128k (#2)
e800-e8ff : Tiger Jet Network Inc. Model 300 128k
e800-e8fe : wcfxo
/etc/modules.conf has:
options torisa base=0xd0000
alias char-major-196 torisa
post-install tor2 /sbin/ztcfg
post-install wcfxo /sbin/ztcfg
post-install wct1xxp /sbin/ztcfg
post-install wcfxs /sbin/ztcfg
post-install wcfxsusb /sbin/ztcfg
post-install torisa /sbin/ztcfg
It seems that d000 is the wrong address but it does not wrk on e400 or e800,
so I'm stomped.
--
Steve
______________________________________
This sig is pending approval
2003 Jul 14
2
insmod wcfxo failed ( b8zs, esf, wink start is what I'm trying to do.)
...p=1
callgroup=1
pickupgroup=1
immediate=no
root@asterisk01:~#
root@asterisk01:~# cat /etc/modules.conf
options torisa base=0xd0000
alias char-major-196 torisa
post-install tor2 /sbin/ztcfg
post-install wcfxo /sbin/ztcfg
post-install wct1xxp /sbin/ztcfg
post-install wcfxs /sbin/ztcfg
post-install wcfxsusb /sbin/ztcfg
post-install torisa /sbin/ztcfg
post-install wct4xxp /sbin/ztcfg
root@asterisk01:~#
root@asterisk01:~# lsmod
Module Size Used by Not tainted
zaptel 179712 0 (unused)
ppp_generic 15776 0 [zaptel]
slhc 4384 0 [pp...
2005 Jan 28
1
FC3 + udev + Asterisk v1.0.3 - Temporary Fix
...l.conf ] || exit 0
RETVAL=0
MODULES="wcfxs wcfxo"
RMODULES="wcfxs wcfxo"
if [ "${DEBUG}" = "yes" ]; then
ARGS="debug=1"
fi
# See how we were called.
case "$1" in
start)
# Load drivers
rmmod wcusb >& /dev/null
rmmod wcfxsusb >& /dev/null
rmmod audio >& /dev/null
action "Loading zaptel framework: " modprobe zaptel
echo -n "Loading zaptel hardware modules: "
for x in $MODULES; do
if modprobe ${x} ${ARGS} >& /dev/null; then
echo -n "$x "
sleep 1
fi
d...
2003 Dec 19
0
PRIMARY=wcfxo?
I was wondering is anyone can tell more about the following lines in the
zaptel makefile:
#PRIMARY=wcfxsusb
PRIMARY=torisa
#PRIMARY=wcfxo
I am using 2 zaptel X100P's, and wondering if I should change this in my
Makefile to:
#PRIMARY=torisa
PRIMARY=wcfxo
Just a thought. any info is appreciated.
2003 Oct 03
1
starting asterisk?
...ules.conf
Do I just need to slip a "modprobe wct4xxp" in one of my rc or init.d
files before firing up * ?
What is the best way to start * on boot up? inittab or init.d?
/etc/modules.conf
options torisa base=0xd0000
alias char-major-196 torisa
post-install wcfxs /sbin/ztcfg
post-install wcfxsusb /sbin/ztcfg
post-install torisa /sbin/ztcfg
post-install tor2 /sbin/ztcfg
post-install wcfxo /sbin/ztcfg
post-install wct1xxp /sbin/ztcfg
post-install wct4xxp /sbin/ztcfg
Thanks,
Ken
2006 Nov 30
6
zaptel compilation problems with linux 2.6.19
Hello!
I have problems compiling zaptel (tried 1.2.11, 1.2.10 and 1.4.0-beta2 -- all
give the same error) with 2.6.19 kernel
CC [M] /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.o
In file included
from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/xpd.h:26,
from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.c:28:
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
...tel.ko
INSTALL /usr/src/zaptel-1.4.0/ztd-eth.ko
INSTALL /usr/src/zaptel-1.4.0/ztd-loc.ko
INSTALL /usr/src/zaptel-1.4.0/ztdummy.ko
INSTALL /usr/src/zaptel-1.4.0/ztdynamic.ko
INSTALL /usr/src/zaptel-1.4.0/zttranscode.ko
make[1]: Leaving directory
`/usr/src/kernel-source-2.6.8'
if ! [ -f wcfxsusb.o ]; then \
rm -f /lib/modules/2.6.8-2-386/misc/wcfxsusb.o; \
fi; \
rm -f /lib/modules/2.6.8-2-386/misc/wcfxs.o
/usr/bin/install -c -m 644 doc/ztcfg.8
/usr/share/man/man8
/usr/bin/install -c -m 644 doc/zttool.8
/usr/share/man/man8
[ `id -u` = 0 ] && /sbin/depmod -a 2.6.8-2-386 || :
[ -f /e...