Dahdi cannot start after install dahdhi 2.6.1 from 2.4.1

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…

Based on what you wrote here, best guess is that your running kernel doesn’t match the kernel that you built / installed against.

Normally the problem is the other way round, that it always tries to build against the installed kernel and fails if matching -devel packages are missing.

Something that confuses me, here, is references to symlinking the kernel. I wonder if he’s tried to trick it to get round that problem, but not completely succeeded?