Zaptel Install on CentOS 5 error SOLVED
Posted: Wed Dec 19, 2007 10:46 pm
This is for anyone who is having a problem using zaptel on Centos 5.
I used the easy Install and thought everything was ok but the system could not find the zaptel module when modprobe zaptel or modprobe ztdummy was run. I figured that zaptel was not installed.
To install zaptel on Centos 5
you have to edit the /usr/src/asterisk/zaptel-1.2.16/xpp/xbus-core.c file
Then in line 164 approximately of xpp/xbus-core.c file, we must change
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
to
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
once you do that follow the instructions
make clean
make
make install
I hope this helps!
Amy
I used the easy Install and thought everything was ok but the system could not find the zaptel module when modprobe zaptel or modprobe ztdummy was run. I figured that zaptel was not installed.
To install zaptel on Centos 5
you have to edit the /usr/src/asterisk/zaptel-1.2.16/xpp/xbus-core.c file
Then in line 164 approximately of xpp/xbus-core.c file, we must change
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
to
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
once you do that follow the instructions
make clean
make
make install
I hope this helps!
Amy