On Thu, 17 Feb 2005 16:08:26 +0500, Muhammad Muzzamil Luqman <[EMAIL PROTECTED]> wrote: > It was missing the kernel-source rpm. I installed the version that i found > but now the first error is still there and when i modprobe ztdummy it gives > the following response. > ------------------------------------------------------- > [EMAIL PROTECTED] asterisk]# modprobe ztdummy > /lib/modules/2.4.25-040218/misc/zaptel.o: kernel-module version mismatch > /lib/modules/2.4.25-040218/misc/zaptel.o was compiled for kernel > version 2.4.20-24.9 > while this kernel is version 2.4.25-040218. > /lib/modules/2.4.25-040218/misc/zaptel.o: insmod > /lib/modules/2.4.25-040218/misc/zaptel.o failed > /lib/modules/2.4.25-040218/misc/zaptel.o: insmod ztdummy failed > [EMAIL PROTECTED] asterisk]# > ----------------------------------------------------------------------
Doesn't sound like you updated your /usr/src/linux-2.4 symlink to point to the new kernel sources. Fix the symlink and verify it points to the new kernel sources, then perform a make clean ; make install in the zaptel directory and try reloading the driver. Without a timing source, trunking simply will not work. HTH, Leif Madsen http://www.leifmadsen.com _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
