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:0000: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 manufacturerdevicetype=DAHDI Dummy Timing locationbasechan=1 totchans=0 irq=0 if i fo dahdigenconf everythink still same. I also reboot and do modprobe wcfxo. not success... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090402/e08f868e/attachment.htm
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:0000:04:06.0 wcfxo- 1057:5608 Wildcard X100PWhat's the output of: lsmod | grep ^dahdi -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
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