[asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
I'm hoping someone can help me here. I've purchased replacement systems for 3 aging 1.4.x installs. I'm hoping to setup Asterisk 11, dahdi 2.6.1 and Oslec. I'm also moving those installs from Mandriva 10.0 to Debian 6.06 (Squeeze). In my testing, the TE220P PCIe cards that I have, the

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Christopher Harrington
On Tue, Feb 26, 2013 at 10:38 AM, Doug Lytle supp...@drdos.info wrote: But, when trying to set my E.C. to oslec, I get: Feb 26 11:21:37 indyvoip modprobe: FATAL: Error inserting dahdi_echocan_oslec (/lib/modules/3.6.9-custom-3.6.9/dahdi/dahdi_echocan_oslec.ko): Unknown symbol in module, or

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Marco Signorini
Hi. I had the same problem in the past and I've found that there was already an echo.ko module built in my kernel module folder. I've renamed it and replaced with the one compiled with dahdi+oslec and it started working as expected. I was on OpenSuse with kernel 2.6.27.56-0.1... it's very old

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Tzafrir Cohen
On Tue, Feb 26, 2013 at 11:38:15AM -0500, Doug Lytle wrote: I'm hoping someone can help me here. I've purchased replacement systems for 3 aging 1.4.x installs. I'm hoping to setup Asterisk 11, dahdi 2.6.1 and Oslec. I'm also moving those installs from Mandriva 10.0 to Debian 6.06

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
I encountered the same. Turns out, you need to disable OSLEC in your codec .config, and delete the modules in your /lib/modules/[kernel version]/drivers/staging directory, and then (in your kernel sources) make make modules make modules install There was nothing listed in

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Christopher Harrington
It's called echo in the kernel configs. On Tue, Feb 26, 2013 at 11:09 AM, Doug Lytle supp...@drdos.info wrote: I encountered the same. Turns out, you need to disable OSLEC in your codec .config, and delete the modules in your /lib/modules/[kernel version]/drivers/staging directory, and then

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
It's called echo in the kernel configs. cat .config|grep -i echo CONFIG_SND_ECHO3G=m # CONFIG_ECHO is not set Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety. --

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
Grab a recent dahdi-source from somewhere: Did just that and ran your listed command. The compile fails at: make[3]: Entering directory `/usr/src/linux-3.6.9' CC [M] /usr/src/modules/dahdi/drivers/dahdi/dahdi-base.o /usr/src/modules/dahdi/drivers/dahdi/dahdi-base.c:52:28: error:

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Tzafrir Cohen
On Tue, Feb 26, 2013 at 12:31:59PM -0500, Doug Lytle wrote: Grab a recent dahdi-source from somewhere: Did just that and ran your listed command. The compile fails at: make[3]: Entering directory `/usr/src/linux-3.6.9' CC [M] /usr/src/modules/dahdi/drivers/dahdi/dahdi-base.o

Re: [asterisk-users] DAHDI and Oslec

2013-02-26 Thread Doug Lytle
or the older 2.3.0 one? If the latter, try 2.6.1 . Started from scratch, and then downloaded the 2.6.1. This time is succeeded. Thanks for everybody input and Tzafrir's help! Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety,

Re: [asterisk-users] dahdi and oslec

2010-03-03 Thread wins mallow
On Wed, 2010-03-03 at 11:31 +0530, Chandrakant Solanki wrote: Hi All, I have followed below steps to enable echo cancellation. # cd /usr/src # wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 # tar xjf linux-2.6.28.tar.bz2 # tar zxvf dahdi-linux-2.1.0.4.tar.gz # ln -s

Re: [asterisk-users] dahdi and oslec

2010-03-03 Thread Danny Nicholas
@lists.digium.com Subject: Re: [asterisk-users] dahdi and oslec On Wed, 2010-03-03 at 11:31 +0530, Chandrakant Solanki wrote: Hi All, I have followed below steps to enable echo cancellation. # cd /usr/src # wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 # tar xjf linux-2.6.28

Re: [asterisk-users] dahdi and oslec

2010-03-03 Thread Tzafrir Cohen
On Wed, Mar 03, 2010 at 08:19:12AM -0600, Danny Nicholas wrote: You might have to load the canceller with a modprobe (modprobe mg2 for example) It's 'dahdi_echocan_mg2' . And dahdi should modprobe it for you when you run dahdi_cfg . -- Tzafrir Cohen icq#16849755

[asterisk-users] dahdi and oslec

2010-03-02 Thread Chandrakant Solanki
Hi All, I have followed below steps to enable echo cancellation. # cd /usr/src # wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 # tar xjf linux-2.6.28.tar.bz2 # tar zxvf dahdi-linux-2.1.0.4.tar.gz # ln -s /usr/src/dahdi-linux-2.1.0.4 /usr/src/dahdi # mkdir

Re: [asterisk-users] dahdi and oslec

2010-03-02 Thread wins mallow
On Wed, 2010-03-03 at 11:31 +0530, Chandrakant Solanki wrote: Hi All, I have followed below steps to enable echo cancellation. # cd /usr/src # wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 # tar xjf linux-2.6.28.tar.bz2 # tar zxvf dahdi-linux-2.1.0.4.tar.gz # ln -s

Re: [asterisk-users] dahdi and oslec

2010-03-02 Thread wins mallow
On Wed, 2010-03-03 at 11:31 +0530, Chandrakant Solanki wrote: Hi All, I have followed below steps to enable echo cancellation. # cd /usr/src # wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 # tar xjf linux-2.6.28.tar.bz2 # tar zxvf dahdi-linux-2.1.0.4.tar.gz # ln -s

Re: [asterisk-users] Dahdi and oslec

2010-01-21 Thread Alexandre Rodrigues
I am having problems with spa3102 FXO ports. It has a lot of echo, so be careful when you get one of does! 2010/1/6 Joseph L. Casale jcas...@activenetwerx.com I don't use them myself, but I was thinking that the RHEL5 spec files might be another place to look for what you need to build with

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Anthony Messina
On Monday 04 January 2010 07:16:49 Joseph L. Casale wrote: Looking at the source in the rpms from the asterisk package site appears that oslec is not built and enabled for the kmod rpms. Anyone know an existing repo or have direction on how to enable this to built for those rpms? I build

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Joseph L. Casale
I build them for the kernels I use (Fedora 12 x86_64 and i686.PAE) but you can check http://messinet.com/trac/rpms/ and checkout the svn-build-rpm tool to build from an svn checkout if you already have a build setup configured. Anthony, I appreciate the pointer, and I do have a build environment

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Joseph L. Casale
I build them for the kernels I use (Fedora 12 x86_64 and i686.PAE) but you can check http://messinet.com/trac/rpms/ and checkout the svn-build-rpm tool to build from an svn checkout if you already have a build setup configured. Anthony, So this script builds them with the dahdi-tools-libs

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Tzafrir Cohen
On Mon, Jan 04, 2010 at 01:16:49PM +, Joseph L. Casale wrote: Looking at the source in the rpms from the asterisk package site appears that oslec is not built and enabled for the kmod rpms. Anyone know an existing repo or have direction on how to enable this to built for those rpms?

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Joseph L. Casale
git clone http://git.tzafrir.org.il/git/dahdi-extra.git cd dahdi-extra make gen-patch And use the generated dahdi_linux_extra.diff . It includes OSLEC and some other things. See the Makefile there for more information. The patch should be applied with -p1 . This repository includes the

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Tzafrir Cohen
On Tue, Jan 05, 2010 at 09:42:48PM +, Joseph L. Casale wrote: git clone http://git.tzafrir.org.il/git/dahdi-extra.git cd dahdi-extra make gen-patch And use the generated dahdi_linux_extra.diff . It includes OSLEC and some other things. See the Makefile there for more information.

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Anthony Messina
On Tuesday 05 January 2010 12:21:15 Joseph L. Casale wrote: So this script builds them with the dahdi-tools-libs package requirement, I thought the fedora spec built all of these? Any idea? Fedora packages the dahdi-tools* suff, but can't include the kernel modules. I did not realize you

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Joseph L. Casale
Basically - yes. It's an extra patch to add to your source RPM. Are you familiar with modifying them? Tzafrir, Vaguely, I would very graciously take any suggestions you could provide:) The whole dahdi package routine has change since the last time I used it, was shortly Jason Parker started

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Anthony Messina
On Tuesday 05 January 2010 17:09:32 Joseph L. Casale wrote: From what I can tell so far, I can continue to use his user tools unchanged but I need to apply this patch to the tar file in the dahdi-linux-2.2.0.2-1_centos5.src.rpm and rebuild it, but that , `dahdi-linux` pulls in atrpms.net

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Joseph L. Casale
atrpms.net also provides packages for RHEL5, if those would work. http://atrpms.net/dist/el5/ Just on my way to work on this server now, this would be great! That way I don't have to work all night:) Does the atrpms ones finally do oslec? Thanks! jlc

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Anthony Messina
On Tuesday 05 January 2010 17:30:31 Joseph L. Casale wrote: Just on my way to work on this server now, this would be great! That way I don't have to work all night:) Does the atrpms ones finally do oslec? I don't use them myself, but I was thinking that the RHEL5 spec files might be another

Re: [asterisk-users] Dahdi and oslec

2010-01-05 Thread Joseph L. Casale
I don't use them myself, but I was thinking that the RHEL5 spec files might be another place to look for what you need to build with OSLEC included, more specifically for CentOS. I just tried taking a look at ATrpms, but the site is having some connection issues at the moment. How about this

[asterisk-users] Dahdi and oslec

2010-01-04 Thread Joseph L. Casale
Looking at the source in the rpms from the asterisk package site appears that oslec is not built and enabled for the kmod rpms. Anyone know an existing repo or have direction on how to enable this to built for those rpms? Thanks, jlc ___ -- Bandwidth

Re: [asterisk-users] DAHDI with OSLEC

2009-04-01 Thread Dave Fullerton
Marco Sambo wrote: Mhmm. Thaht's strange! modinfo oslec -- modinfo: could not find module oslec and modinfo dahdi_echocan_oslec -- filename: /lib/modules/2.6.26-1-486/dahdi/dahdi_echocan_oslec.ko license:GPL author: Tzafrir Cohen

Re: [asterisk-users] DAHDI with OSLEC

2009-04-01 Thread Marco Sambo
But I don't have also echo modinfo echo modinfo: could not find module echo 2009/4/1 Dave Fullerton dfullertaster...@shorelinecontainer.com Marco Sambo wrote: Mhmm. Thaht's strange! modinfo oslec -- modinfo: could not find module oslec and modinfo dahdi_echocan_oslec

Re: [asterisk-users] DAHDI with OSLEC

2009-04-01 Thread Marco Sambo
One thing! I saw that I use kernel 2.6.26 in my asterisk machine. I should use kernel 2.6.28 or newer to use oslec with DAHDI??? 2009/4/1 Marco Sambo derwid...@gmail.com But I don't have also echo modinfo echo modinfo: could not find module echo 2009/4/1 Dave Fullerton

Re: [asterisk-users] DAHDI with OSLEC

2009-04-01 Thread Dave Fullerton
Marco Sambo wrote: One thing! I saw that I use kernel 2.6.26 in my asterisk machine. I should use kernel 2.6.28 or newer to use oslec with DAHDI??? You don't need to, if you read me previous email you'll notice I'm running 2.6.27.19. Rebuild DAHDI with the instructions I linked to and

[asterisk-users] DAHDI with OSLEC

2009-03-31 Thread Marco Sambo
Hi, I've a problem: I can't configure DAHDI with ech canceller OSLEC. I have Asterisk 1.4.24 and DAHDI 2.1.0.2. I compiled also OSLEC. But when in /etc/dahdi/systems.conf I insert value echocanceller=oslec,1-4, command dahdi_cfg - give me an error about oslec. Someone can help me?

Re: [asterisk-users] DAHDI with OSLEC

2009-03-31 Thread Tzafrir Cohen
On Tue, Mar 31, 2009 at 05:02:36PM +0200, Marco Sambo wrote: Hi, I've a problem: I can't configure DAHDI with ech canceller OSLEC. I have Asterisk 1.4.24 and DAHDI 2.1.0.2. I compiled also OSLEC. But when in /etc/dahdi/systems.conf I insert value echocanceller=oslec,1-4, command dahdi_cfg

Re: [asterisk-users] DAHDI with OSLEC

2009-03-31 Thread Marco Sambo
Mhmm. Thaht's strange! modinfo oslec -- modinfo: could not find module oslec and modinfo dahdi_echocan_oslec -- filename: /lib/modules/2.6.26-1-486/dahdi/dahdi_echocan_oslec.ko license:GPL author: Tzafrir Cohen tzafrir.co...@xorcom.com description:DAHDI OSLEC