[Asterisk-Users] zaptelrtc for 2.6.x

2004-09-21 Thread asterisk
Hello,

i would like to use Meetme and i need zaptelrtc for that, since i dont
have any USB devices or a card from digium.
I compiled it on Llinux 2.6.8 and all i got was a zaprtc.o which obviously
wont work with a 2.6 kernel:
~/zaptelrtc# make load
sync
modprobe zaptel
insmod ./zaprtc.o
insmod: error inserting './zaprtc.o': -1 Invalid module format
make: *** [load] Error 1


Is there a zaptelrtc version which will compile for 2.6?

Thanks, Mario


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] zaptelrtc for 2.6.x

2004-09-21 Thread William Suffill
why not use ztdummy which doesn't require USB on 2.6.x? Uncomment it
in the zaptel make file and away you go =)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] zaptelrtc for 2.6.x

2004-09-21 Thread asterisk
 why not use ztdummy which doesn't require USB on 2.6.x? Uncomment it in
 the zaptel make file and away you go =)

Zaptel Makefile:
MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \
ztdynamic ztd-eth wct1xxp wct4xxp ztdummy


~# lsmod
Module  Size  Used by
zaptel221764  0
crc_ccitt   2144  1 zaptel
md5 4000  1
ipv6  254980  12
fcpci 502616  0
capi   18496  0
capifs  5864  2 capi
kernelcapi 48128  2 fcpci,capi
8250   30176  0
serial_core22432  1 8250
unix   27092  14


Asterisk error:
---
-- Goto (meeting,s,1)
Urgent handler
Sep 21 14:52:51 WARNING[1113521072]: chan_zap.c:757 zt_open: Unable to
open '/dev/zap/pseudo': No such device or addressSep 21 14:52:51 ERROR[1113521072]: 
chan_zap.c:6359 chandup: Unable to dup
channel: No such device or addressSep 21 14:52:51 WARNING[1113521072]: 
app_meetme.c:225 build_conf: Unable
to open pseudo channel - trying deviceSep 21 14:52:51 WARNING[1113521072]: 
app_meetme.c:228 build_conf: Unable
to open pseudo device-- Playing 'conf-invalid' (language 'en')


Since my module is loaded but not used, i guess the pseudo zaptel device
is still not active. Or is this asterisk error not reall zaptel related?
Thanks, Mario


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] zaptelrtc for 2.6.x

2004-09-21 Thread Patrick
On Tue, 2004-09-21 at 14:59, [EMAIL PROTECTED] wrote:
[snip]
 ~# lsmod
 Module  Size  Used by
 zaptel221764  0
 crc_ccitt   2144  1 zaptel
 md5 4000  1
 ipv6  254980  12
 fcpci 502616  0
 capi   18496  0
 capifs  5864  2 capi
 kernelcapi 48128  2 fcpci,capi
 8250   30176  0
 serial_core22432  1 8250
 unix   27092  14
[snap]

Looks like a digium card driver, ztdummy or zaprtc is not loaded.

Regards,
Patrick

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users