[Asterisk-Users] [Asterrik-Users] Bristuff for Asterisk 1.2 error

2005-11-24 Thread asterisk183
I have download the bristuff-0.3.0-PRE-1.tar.gz and I followed the instruction in INSTALL:  1. make menuconfig  2. make dep  3. ./install.sh  4. copy the file zapata.cong and zaptel.conf  5. modprobe zaptel  6.   But when I doing insmod qozap.o   and ztcfg don't start because in /qozap directory I don't have qozap.o files. Why?I have a quadBRI cardHELP!!!Thanks
		Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3___
--Bandwidth and Colocation sponsored by Easynews.com --

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

Re: [Asterisk-Users] [Asterrik-Users] Bristuff for Asterisk 1.2 error

2005-11-24 Thread Kristof Hardy

asterisk183 wrote:

5. modprobe zaptel
6.
  But when I doing insmod qozap.o
  and ztcfg don't start because in /qozap directory I don't have qozap.o 
files. Why?


what is the output you get 'after' you do: modprobe qozap
After this, what is the output you get after: ztcfg -v

Also, the qozap.ko file should have been copied to your 
/lib/modules/your kernel/misc directory. (this is being done by the 
install script)


Cheers
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] [Asterrik-Users] Bristuff for Asterisk 1.2 error

2005-11-24 Thread Tzafrir Cohen
On Thu, Nov 24, 2005 at 11:28:00AM +0100, asterisk183 wrote:
  I have download the bristuff-0.3.0-PRE-1.tar.gz and I followed the 
 instruction in INSTALL:
   1. make menuconfig
   2. make dep
   3. ./install.sh
   4. copy the file zapata.cong and zaptel.conf
   5. modprobe zaptel
   6.
 But when I doing insmod qozap.o
 and ztcfg don't start because in /qozap directory I don't have qozap.o 
 files. Why?
   
   I have a quadBRI card

kernel 2.4 or 2.6? On 2.6 you should have qozap.ko

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend
___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] [Asterrik-Users] Bristuff for Asterisk 1.2 error

2005-11-24 Thread asterisk183
Show:  insmod: qozap.o: No such file or directoryKristof Hardy [EMAIL PROTECTED] ha scritto:   asterisk183 wrote: 5. modprobe zaptel 6.   But when I doing insmod qozap.o   and ztcfg don't start because in /qozap directory I don't have qozap.o  files. Why?what is the output you get 'after' you do: modprobe qozapAfter this, what is the output you get after: ztcfg -vAlso, the qozap.ko file should have been copied to your /lib/modules//misc directory. (this is being done by the install script)Cheers___--Bandwidth and Colocation sponsored by Easynews.com --Asterisk-Users mailing
 listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit:   http://lists.digium.com/mailman/listinfo/asterisk-users
		Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3___
--Bandwidth and Colocation sponsored by Easynews.com --

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

Re: [Asterisk-Users] [Asterrik-Users] Bristuff for Asterisk 1.2 error

2005-11-24 Thread asterisk183
kernel 2.4  Tzafrir Cohen [EMAIL PROTECTED] ha scritto:  On Thu, Nov 24, 2005 at 11:28:00AM +0100, asterisk183 wrote:  I have download the bristuff-0.3.0-PRE-1.tar.gz and I followed the instruction in INSTALL:   1. make menuconfig   2. make dep   3. ./install.sh   4. copy the file zapata.cong and zaptel.conf   5. modprobe zaptel   6. But when I doing insmod qozap.o and ztcfg don't start because in /qozap directory I don't have qozap.o files. Why?  I have a quadBRI cardkernel 2.4 or 2.6? On 2.6 you should have qozap.ko-- Tzafrir Cohen | [EMAIL PROTECTED] | VIM ishttp://tzafrir.org.il |   | a Mutt's  [EMAIL PROTECTED] | 
 
  |  bestICQ# 16849755 |   | friend___--Bandwidth and Colocation sponsored by Easynews.com --Asterisk-Users mailing listAsterisk-Users@lists.digium.comhttp://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit:   http://lists.digium.com/mailman/listinfo/asterisk-users
		Yahoo! Mail: gratis 1GB per i messaggi, antispam, antivirus, POP3___
--Bandwidth and Colocation sponsored by Easynews.com --

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

Re: [Asterisk-Users] [Asterrik-Users] Bristuff for Asterisk 1.2 error

2005-11-24 Thread Kristof Hardy

asterisk183 wrote:

  and ztcfg don't start because in /qozap directory I don't have
qozap.o files. Why?


If you don't have qozap.o files, then your qozap is not compiled 
correctly. Try (in qozap dir) a 'make clean' and 'make all' and see if 
this produces an error.

___
--Bandwidth and Colocation sponsored by Easynews.com --

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


Re: [Asterisk-Users] [Asterrik-Users] Bristuff for Asterisk 1.2 error

2005-11-24 Thread Peer Oliver Schmidt

asterisk183 schrieb:
 I have download the bristuff-0.3.0-PRE-1.tar.gz and I followed the 
instruction in INSTALL:

[..]

5. modprobe zaptel
6.
  But when I doing insmod qozap.o
  and ztcfg don't start because in /qozap directory I don't have qozap.o 
files. Why?


Try
modprobe qozap

instead of

insmod qozap.o

--
Best regards

Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA

___
--Bandwidth and Colocation sponsored by Easynews.com --

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