Re: RE: [asterisk-users] Asterisk with ISDN Fritz PCI card

2006-07-11 Thread Guy Corbaz

Hi Ben,

Thank you for the help: it works. It seems that the dirty thinks works 
better that the clean one ;-).


bests regards, Guy.

At 11:15 10.07.2006 +0200, you wrote:

Hi,

Maybe this is dirty but this is how I did it (with capi but you can
probably do it with anything you want):


***Suppress the Hisax drivers in conflict with capi:

[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.ko.old
[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.fcpcipnp.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.fcpcipnp.ko.old
[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn.ko.old
[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn_bsdcomp.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn_bsdcomp.ko.old

***Download http://www.avm.de/ftp/cardware/fritzcrd.pci/linux and make,
make install


***move the newly created modules to the good place from
/lib/modules/2.6.12-10-386/extra/ to
/lib/modules/2.6.12-10-386/kernel/drivers

*** add capi and fcpci to /etc/modules (now when you reboot your machine
the modules are loaded)

then
***apt-get the libraries for capi
# apt-get install libcapi20-dev

***download chan_capi on ftp://ftp.chan-capi.org/chan-capi and make,make
install, make install_config

but this probably works with misdn or anything else.

Tell me if this works or if it doesn't (I'm on ubuntu not debian but
this should be almost the same)

Good luck,

Ben


- Original Message -
From: Guy Corbaz [EMAIL PROTECTED]
Date: Sunday, July 9, 2006 2:03 pm
Subject: RE: [asterisk-users] Asterisk with ISDN Fritz PCI card

 Hi,

 Thank you for the suggestion.

 I tried to use mISDN first, then CAPI and now I'm trying I4L.

 As I'm using Debian, I can not load the FRITZ drivers. I got the
 source
 from the official site and recompiled it, but there is a strange
 message in
 the log and the capi drivers are not loaded.

 The problem is more linked to drivers that Asterisk. If you have
 any tips
 to get this up and running, I would be very happy as my search on
 the
 Internet didn't allowed me to solve that issue.

 Bests regards, Guy.

 At 11:25 09.07.2006 +1000, you wrote:
 What are you using (misdn, capi, something else?) and what
 problems are
 you having?
 
 I submitted a patch recently to mISDN which should have fixed a
 problem on
 hangup, if that's the problem you are having then try the latest
 cvs
 mqueue branch of mISDN.
 
 James
 
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:asterisk-
 users-
   [EMAIL PROTECTED] On Behalf Of Guy Corbaz
   Sent: Saturday, 8 July 2006 23:59
   To: asterisk-users@lists.digium.com
   Subject: [asterisk-users] Asterisk with ISDN Fritz PCI card
  
   Dear all,
  
   I'm desperately trying to get Asterisk working with a FRITZ PCI
 card on
   Debian with kernel 2.6.15.
  
   I'm wondering if anybody has such a working installation.
  
   Thank you for your help, Guy.
  
  
   
   Guy Corbaz
   ch. du Châtaignier 2
   1052 Le Mont
   Switzerland
   phone:+41 21 652 26 05
   mobile: +41 79 420 26 06
   e-mail: [EMAIL PROTECTED]
  
   ___
   --Bandwidth and Colocation provided by Easynews.com --
  
   asterisk-users mailing list
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users

 
 Guy Corbaz
 ch. du Châtaignier 2
 1052 Le Mont
 Switzerland
 phone:+41 21 652 26 05
 mobile: +41 79 420 26 06
 e-mail: [EMAIL PROTECTED]

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

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



Guy Corbaz
ch. du Châtaignier 2
1052 Le Mont
Switzerland
phone:+41 21 652 26 05
mobile: +41 79 420 26 06
e-mail: [EMAIL PROTECTED] 


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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: RE: [asterisk-users] Asterisk with ISDN Fritz PCI card

2006-07-10 Thread Benjamin Sebbah
Hi,

Maybe this is dirty but this is how I did it (with capi but you can
probably do it with anything you want):


***Suppress the Hisax drivers in conflict with capi:

[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.ko.old
[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.fcpcipnp.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/hisax/hisax.fcpcipnp.ko.old
[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn.ko.old
[EMAIL PROTECTED]:~# mv
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn_bsdcomp.ko
/lib/modules/2.6.12-9-386/kernel/drivers/isdn/i4l/isdn_bsdcomp.ko.old

***Download http://www.avm.de/ftp/cardware/fritzcrd.pci/linux and make,
make install


***move the newly created modules to the good place from
/lib/modules/2.6.12-10-386/extra/ to
/lib/modules/2.6.12-10-386/kernel/drivers

*** add capi and fcpci to /etc/modules (now when you reboot your machine
the modules are loaded)

then
***apt-get the libraries for capi
# apt-get install libcapi20-dev

***download chan_capi on ftp://ftp.chan-capi.org/chan-capi and make,make
install, make install_config

but this probably works with misdn or anything else.

Tell me if this works or if it doesn't (I'm on ubuntu not debian but
this should be almost the same)

Good luck,

Ben


- Original Message -
From: Guy Corbaz [EMAIL PROTECTED]
Date: Sunday, July 9, 2006 2:03 pm
Subject: RE: [asterisk-users] Asterisk with ISDN Fritz PCI card

 Hi,
 
 Thank you for the suggestion.
 
 I tried to use mISDN first, then CAPI and now I'm trying I4L.
 
 As I'm using Debian, I can not load the FRITZ drivers. I got the 
 source 
 from the official site and recompiled it, but there is a strange 
 message in 
 the log and the capi drivers are not loaded.
 
 The problem is more linked to drivers that Asterisk. If you have 
 any tips 
 to get this up and running, I would be very happy as my search on 
 the 
 Internet didn't allowed me to solve that issue.
 
 Bests regards, Guy.
 
 At 11:25 09.07.2006 +1000, you wrote:
 What are you using (misdn, capi, something else?) and what 
 problems are 
 you having?
 
 I submitted a patch recently to mISDN which should have fixed a 
 problem on 
 hangup, if that's the problem you are having then try the latest 
 cvs 
 mqueue branch of mISDN.
 
 James
 
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:asterisk-
 users-
   [EMAIL PROTECTED] On Behalf Of Guy Corbaz
   Sent: Saturday, 8 July 2006 23:59
   To: asterisk-users@lists.digium.com
   Subject: [asterisk-users] Asterisk with ISDN Fritz PCI card
  
   Dear all,
  
   I'm desperately trying to get Asterisk working with a FRITZ PCI 
 card on
   Debian with kernel 2.6.15.
  
   I'm wondering if anybody has such a working installation.
  
   Thank you for your help, Guy.
  
  
   
   Guy Corbaz
   ch. du Châtaignier 2
   1052 Le Mont
   Switzerland
   phone:+41 21 652 26 05
   mobile: +41 79 420 26 06
   e-mail: [EMAIL PROTECTED]
  
   ___
   --Bandwidth and Colocation provided by Easynews.com --
  
   asterisk-users mailing list
   To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 Guy Corbaz
 ch. du Châtaignier 2
 1052 Le Mont
 Switzerland
 phone:+41 21 652 26 05
 mobile: +41 79 420 26 06
 e-mail: [EMAIL PROTECTED] 
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Asterisk with ISDN Fritz PCI card

2006-07-09 Thread Guy Corbaz

Hi,

Thank you for the suggestion.

I tried to use mISDN first, then CAPI and now I'm trying I4L.

As I'm using Debian, I can not load the FRITZ drivers. I got the source 
from the official site and recompiled it, but there is a strange message in 
the log and the capi drivers are not loaded.


The problem is more linked to drivers that Asterisk. If you have any tips 
to get this up and running, I would be very happy as my search on the 
Internet didn't allowed me to solve that issue.


Bests regards, Guy.

At 11:25 09.07.2006 +1000, you wrote:
What are you using (misdn, capi, something else?) and what problems are 
you having?


I submitted a patch recently to mISDN which should have fixed a problem on 
hangup, if that's the problem you are having then try the latest cvs 
mqueue branch of mISDN.


James

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Guy Corbaz
 Sent: Saturday, 8 July 2006 23:59
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] Asterisk with ISDN Fritz PCI card

 Dear all,

 I'm desperately trying to get Asterisk working with a FRITZ PCI card on
 Debian with kernel 2.6.15.

 I'm wondering if anybody has such a working installation.

 Thank you for your help, Guy.


 
 Guy Corbaz
 ch. du Châtaignier 2
 1052 Le Mont
 Switzerland
 phone:+41 21 652 26 05
 mobile: +41 79 420 26 06
 e-mail: [EMAIL PROTECTED]

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

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



Guy Corbaz
ch. du Châtaignier 2
1052 Le Mont
Switzerland
phone:+41 21 652 26 05
mobile: +41 79 420 26 06
e-mail: [EMAIL PROTECTED] 


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

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [asterisk-users] Asterisk with ISDN Fritz PCI card

2006-07-08 Thread James Harper
What are you using (misdn, capi, something else?) and what problems are you 
having?

I submitted a patch recently to mISDN which should have fixed a problem on 
hangup, if that's the problem you are having then try the latest cvs mqueue 
branch of mISDN.

James

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Guy Corbaz
 Sent: Saturday, 8 July 2006 23:59
 To: asterisk-users@lists.digium.com
 Subject: [asterisk-users] Asterisk with ISDN Fritz PCI card
 
 Dear all,
 
 I'm desperately trying to get Asterisk working with a FRITZ PCI card on
 Debian with kernel 2.6.15.
 
 I'm wondering if anybody has such a working installation.
 
 Thank you for your help, Guy.
 
 
 
 Guy Corbaz
 ch. du Châtaignier 2
 1052 Le Mont
 Switzerland
 phone:+41 21 652 26 05
 mobile: +41 79 420 26 06
 e-mail: [EMAIL PROTECTED]
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users