Hello , here i have problem regarding on DAHDI. After download the newest DAHDI. i decide to install it.
1)i turn off DAHDI and ASterisk by using this command
amportal stop
service dahdi stop
[root@ippbx support]# amportal stop
STOPPING ASTERISK
STOPPING FOP SERVER
then , i stop dahdi
[root@ippbx support]# service dahdi stop
Unloading DAHDI hardware modules: done
2)then i start to untar the DAhdi 2.6.1 package and type
make all && make install (according to the readme file given in the package). it sucessfull install
(iam using CentOS, so i have symlink the kernels before i make all and make install)
But when i try to start dahdi again it appear this,
[root@ippbx support]# service dahdi start
Loading DAHDI hardware modules:
FATAL: Module dahdi not found.
wct4xxp: FATAL: Module wct4xxp not found.
[FAILED]
opvxd115: FATAL: Module opvxd115 not found.
[FAILED]
opvxa1200: FATAL: Module opvxa1200 not found.
[FAILED]
opvxa24xx: FATAL: Module opvxa24xx not found.
[FAILED]
wcte12xp: FATAL: Module wcte12xp not found.
[FAILED]
wct1xxp: FATAL: Module wct1xxp not found.
[FAILED]
wcte11xp: FATAL: Module wcte11xp not found.
[FAILED]
wctdm24xxp: FATAL: Module wctdm24xxp not found.
[FAILED]
wcfxo: FATAL: Module wcfxo not found.
[FAILED]
wctdm: FATAL: Module wctdm not found.
[FAILED]
wcb4xxp: FATAL: Module wcb4xxp not found.
[FAILED]
wctc4xxp: FATAL: Module wctc4xxp not found.
[FAILED]
xpp_usb: FATAL: Module xpp_usb not found.
[FAILED]
Error: missing /dev/dahdi!
PLEASE can any one help…