Zaptel 1.2.9.1 compiling, but not installing

Hi all,

I am trying to install the B410P, but are having problems getting the new drivers to install.

I’ve downloaded Zaptel 1.2.9.1. “make linux26” runs without errors, and so does “make install”, but if I then do a “modprobe zaptel”, I get:

FATAL: Module zaptel not found

As a test, I also tried “modprobe ztdummy”. That gives the following:

FATAL: Module ztdummy not found.
FATAL: Error running install command for ztdummy

I’ll trying this on a TrixBox 1.2-based system, with Asterisk 1.2.12.1 installed. Linux is CentOS 2.6.9-42.0.2.EL (with source installed)

Any idea what is going wrong ?

Harry

are the zaptel modules going to the appropriate directory ? under /lib/modules you should have a directory for each kernel installed. are they being installed in the right one for the kernel you’re using ?

That did the trick: I hadn’t set the EXTRAVERSION correctly in the kernel Makefile… Zaptel is now loading.

Thanks!

Harry