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
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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

He didn't post much of any information to show anything related to the
driver itself (dmeg, /proc/interrupts, /dev/dahdi/1 etc ...)
So the driver can be loaded or not.

Martin

On Sat, Apr 4, 2009 at 7:07 AM, Tzafrir Cohen tzafrir.co...@xorcom.com wrote:
 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
 +972-50-7952406           mailto:tzafrir.co...@xorcom.com
 http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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 the net but without success:

I have a working X100p on Ubuntu 8.10 server using zaptel and oslec (I 
seriously recommend you use oslec rather than MG2). I blogged about it 
here: 
http://www.theopensourcerer.com/2009/02/12/asterisk-zaptel-oslec-and-ubuntu-server/

I must clean that post up a bit; it looks a mess, but basically ignore 
all the strikeout text. Thanks to Tzafir who helped me simplify it quite 
a bit.

HTH

Alan

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


[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 lspci:
04:06.0 Communication controller: Motorola Wildcard X100P

when i run dahdi_hardware appears this:
pci::04:06.0 wcfxo-   1057:5608 Wildcard X100P

if i run dahdi_cfg -v :
DAHDI Tools Version - 2.1.0.2

DAHDI Version: 2.1.0.4
Echo Canceller(s):
Configuration
==


0 channels to configure.

when i run dahdi_scan:
[1]
active=yes
alarms=UNCONFIGURED
description=DAHDI_DUMMY/1 (source: HRtimer) 1
name=DAHDI_DUMMY/1
manufacturer=
devicetype=DAHDI Dummy Timing
location=
basechan=1
totchans=0
irq=0

if i fo dahdigenconf everythink still same. I also reboot and do modprobe
wcfxo. not success...
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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.9
 
 i try almost everything i found on the net but without success:
 
 if i run lspci:
 04:06.0 Communication controller: Motorola Wildcard X100P
 
 when i run dahdi_hardware appears this:
 pci::04:06.0 wcfxo-   1057:5608 Wildcard X100P

What's the output of:

  lsmod | grep ^dahdi

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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 tzafrir.co...@xorcom.com 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.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 lspci:
 04:06.0 Communication controller: Motorola Wildcard X100P

 when i run dahdi_hardware appears this:
 pci::04:06.0     wcfxo-       1057:5608 Wildcard X100P

 What's the output of:

  lsmod | grep ^dahdi


r...@lhserver:~# lsmod | grep ^dahdi
dahdi_dummy11620  0
dahdi_transcode15244  1 wctc4xxp
dahdi 202280  13
dahdi_dummy,xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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 tzafrir.co...@xorcom.com 
 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.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 lspci:
  04:06.0 Communication controller: Motorola Wildcard X100P
 
  when i run dahdi_hardware appears this:
  pci::04:06.0     wcfxo-       1057:5608 Wildcard X100P
 
  What's the output of:
 
   lsmod | grep ^dahdi
 
 
 r...@lhserver:~# lsmod | grep ^dahdi
 dahdi_dummy11620  0
 dahdi_transcode15244  1 wctc4xxp
 dahdi 202280  13
 dahdi_dummy,xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp

Could you please run the following command and provide their output?

  rmmod wcfxo
  modprobe wcfxo
  dmesg | tail

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


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 mano...@gmail.com wrote:
 What's the output of:

  lsmod | grep ^dahdi


 r...@lhserver:~# lsmod | grep ^dahdi
 dahdi_dummy            11620  0
 dahdi_transcode        15244  1 wctc4xxp
 dahdi                 202280  13
 dahdi_dummy,xpp,dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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