FYI:
insmod does not resolve module dependencies...
modprobe does...

In this case zaptel isn't loaded yet.

So... copy qozap.(o|ko) to /lib/modules/`uname -r`/misc/
redo the module dependencies..
modprobe qozap

or

make load in the qozap subdir in bristuff...
(Beware this executes ztcfg with the zaptel.conf in the qozap subdir)

or

modprobe zaptel
insmod ./qozap.o


Michael


Matthew Enger wrote:

Try following the instructions inside the bristuff package to use the
zaptel in there.

bristuff uses stable asterisk and the patches seem to be very dependent
on the date stamp of CVS the package downloads (due to CVS changing alot
I guess).



On Wed, 2004-05-19 at 10:05, Michael Devenijn wrote:


- I'm not a Linux user i'm trying to get in it ...
- Fedora core 1
- QuadBRI card bought from junghanns.net
- We want to use the card in TE mode to connect to the TELCO
- Downloaded BRISTUFF0.0.2(stable) latest from junghanss.net/asterisk
- followed the instructions on voip-info.org
- compiled everything still got the error when "make load" in qozap :


insmod ./qozap.o
./qozap.o: unresolved symbol zt_ec_chunk
./qozap.o: unresolved symbol zt_unregister
./qozap.o: unresolved symbol zt_transmit
./qozap.o: unresolved symbol zt_receive
./qozap.o: unresolved symbol zt_register
make: *** [load] Error 1

when i execute ztcfg -v -c /etc/zaptel.conf we get :

Zaptel Configuration
======================

SPAN 1: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 2: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 3: CCS/ AMI Build-out: 399-533 feet (DSX-1)
SPAN 4: CCS/ AMI Build-out: 399-533 feet (DSX-1)

12 channels configured.

ZT_SPANCONFIG failed on span 1: No such device or address (6)

Other info :

When i look in the BIOS i see the card is on IRQ5 alone When i use "cat /proc/interrupts" i see nothing on IRQ5


zaptel.conf :


...

loadzone=nl
defaultzone=nl

#fxsks=1

span=1,1,3,ccs,ami
span=2,1,3,ccs,ami
span=3,1,3,ccs,ami
span=4,1,3,ccs,ami

bchan=1,2
dchan=3
bchan=4,5
dchan=6
bchan=7,8
dchan=9
bchan=10,11
dchan=12



DISCLAIMER: The content of this e-mail message does not constitute a commitment of 
DKMA bvba This e-mail and any attachments thereto may contain information which is 
confidential and/or protected by intellectual property rights and are intended for the 
intended recipient only. Any use of the information contained herein ( including, but 
not limited to, total or partial reproduction, communication or distribution in any 
form ) by persons other than the designated recipient(s) is prohibited.If an 
addressing or transmission error has misdirected this e-mail, please notify the 
author, either by telephone or by e-mail and delete the material from any computer.


_______________________________________________
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




_______________________________________________
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

Reply via email to