Hey there. This is a two part issue I'm trying to resolve. The second one came about due to trying to fix the first..Hopefully someone else has gone down this path and has an idea I could pursue.

Initially I wanted to change my echo canceller from MG2 to Oslec. (Of course this wouldn't have been a problem if Octasic would answer my e-mails about my licenced copies no longer working). Anyway, I patched zaptel to use the Oslec EC, compiled, and installed. Unfortunately zaptel wouldn't load. I get a message back saying "Unable to open master device '/dev/zap/ctl'" I checked udev.rules and the rules for zaptel seem to be as expected.

My search on the internet turned up a similar problem reported in the Trixbox forums. A script called "fix-zaptel.sh" was released that addressed the problem. Apparently there was some sort of dependancy issue with the zaptel kernel modules. This script removed the old zaptel modules, removed dependencies, then re-installed the zaptel-modules using yum

Well this script did a fine job at deleting the old zaptel kernel modules, but sucked at installing the new ones. I tried to install them myself using yum but am encountering the same error; Error: Missing Dependency: perl(Zaptel::Config::Defaults) is needed by package zaptel.

Back to hunting this one down I came across a post that indicated my problem was in the Makefile in Zaptel/xpp. Apparently the perl dirs path wasn't detecting the zaptel config path. So I changed it from
PERL_DIRS    := $(shell cd zconf; find * -name '[A-Z]*' -type d| xargs)
to
PERL_DIRS    := Zaptel Zaptel/Config Zaptel/Hardware Zaptel/Xpp

In retrospect, this wasn't necessary but I changed it nonetheless in an attempt to try anything at this time.
However the problem is still there but now it is twofold..

1) I don't have the zaptel kernel modules installed
2) I can't install oslec.

Anyone with a suggestion? I'm using CentOs 5.1, X100P, Kernel 2.6.18-8.1.8.el5, AMD x2 processor, Asterisk 1.4.17, Zaptel 1.4.7.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to