# modprobe zaptel
FATAL: Error inserting zaptel (/lib/modules/2.6.11-6mdk-i586-up-1GB/misc/zaptel.ko): Invalid module format
firstly, i did: 'make clean' then 'make linux26' and then 'make install' into zaptel directory
Also, in the Linux kernel source Makefile, i replaced:
EXTRAVERSION = -6mdkcustom
with this:
EXTRAVERSION = -6mdk-i586-up-1GB
See the error in /var/log/messages:
Jan 29 10:41:46 maxilinux kernel: zaptel: version magic '2.6.11-6mdk-i586-up-1GB 686 gcc-3.4' should be '2.6.11-6mdk-i586-up-1GB 586 gcc-3.4'
Apparently the difference comes from '686' when it should be '586'
How do i fix this? (i've been reading but i did not find the answer to this)
To give you some info:
# uname -r
2.6.11-6mdk-i586-up-1GB
# uname -a
Linux maxilinux 2.6.11-6mdk-i586-up-1GB #1 Tue Mar 22 15:46:07 CET 2005 i586 AMD-K6(tm) 3D processor unknown GNU/Linux
Thanks,
Maxi
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com --
Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
