[asterisk-users] cant get a x100p works

2009-04-02 Thread Manolet Gmail
I have an ubuntu 8.10 machine. Linux 2.6.27-14-generic i want to configure a x100p card an use it with asterisk, so i download, compile and install: asterisk-1.4.24 dahdi-linux-2.1.0.4 dahdi-tools-2.1.0.2 libpri-1.4.9 i try almost everything i found on the net but without success: if i run lspc

Re: [asterisk-users] cant get a x100p works

2009-04-02 Thread Tzafrir Cohen
On Thu, Apr 02, 2009 at 03:51:21PM -0500, Manolet Gmail wrote: > I have an ubuntu 8.10 machine. Linux 2.6.27-14-generic > > i want to configure a x100p card an use it with asterisk, so i download, > compile and install: > > asterisk-1.4.24 > dahdi-linux-2.1.0.4 > dahdi-tools-2.1.0.2 > libpri-1.4.

Re: [asterisk-users] cant get a x100p works

2009-04-02 Thread Manolet Gmail
On Thu, Apr 2, 2009 at 4:38 PM, Tzafrir Cohen wrote: > On Thu, Apr 02, 2009 at 03:51:21PM -0500, Manolet Gmail wrote: >> I have an ubuntu 8.10 machine. Linux 2.6.27-14-generic >> >> i want to configure a x100p card an use it with asterisk, so i download, >> compile and install: >> >> asterisk-1.4.

Re: [asterisk-users] cant get a x100p works

2009-04-02 Thread Tzafrir Cohen
On Thu, Apr 02, 2009 at 05:55:04PM -0500, Manolet Gmail wrote: > On Thu, Apr 2, 2009 at 4:38 PM, Tzafrir Cohen > wrote: > > On Thu, Apr 02, 2009 at 03:51:21PM -0500, Manolet Gmail wrote: > >> I have an ubuntu 8.10 machine. Linux 2.6.27-14-generic > >> > >> i want to configure a x100p card an use

Re: [asterisk-users] cant get a x100p works

2009-04-02 Thread Martin
Then you need to edit /etc/dahdi/system.conf manually and add fxsks=1 then dahdi_cfg -vv then check if wcfxo module takes interrupts dahdi_test Martin On Thu, Apr 2, 2009 at 5:55 PM, Manolet Gmail wrote: >> What's the output of: >> >>  lsmod | grep ^dahdi >> > > r...@lhserver:~# lsmod | gre

Re: [asterisk-users] cant get a x100p works

2009-04-03 Thread Alan Lord (News)
Manolet Gmail wrote: > I have an ubuntu 8.10 machine. Linux 2.6.27-14-generic > > i want to configure a x100p card an use it with asterisk, so i download, > compile and install: > > asterisk-1.4.24 > dahdi-linux-2.1.0.4 > dahdi-tools-2.1.0.2 > libpri-1.4.9 > > i try almost everything i found on

Re: [asterisk-users] cant get a x100p works

2009-04-04 Thread Tzafrir Cohen
On Thu, Apr 02, 2009 at 07:03:42PM -0500, Martin wrote: > Then you need to edit /etc/dahdi/system.conf > > manually and add > > fxsks=1 Wrong answer. The driver has failed to identify and use the card. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +9

Re: [asterisk-users] cant get a x100p works

2009-04-04 Thread Martin
Lol, I'd say this was wrong answer: "What's the output of: lsmod | grep ^dahdi" you could simply check /proc/interrupts to see if the driver is bound to the IRQ ... kernel 2.6 allows any module to load even if it doesn't use the hardware so your lspci shows all the dahdi modules as expected H