Hi, i'm trying to install a compatible modem to act as a X100P, and i
would appreciate some help here, this is what is hapening when i
modprobe zaptel:<br>
<br>
# modprobe zaptel<br>
FATAL: Error inserting zaptel (/lib/modules/2.6.11-6mdk-i586-up-1GB/misc/zaptel.ko): Invalid module format<br>
<br>
firstly, i did: 'make clean' then 'make linux26' and then 'make install' into zaptel directory<br>
<br>
Also, in the Linux kernel source Makefile, i replaced: <br>
EXTRAVERSION = -6mdkcustom<br>
with this:<br>
EXTRAVERSION = -6mdk-i586-up-1GB<br>
<br>
See the error in /var/log/messages:<br>

Jan 29 10:41:46 maxilinux kernel: zaptel: version magic
'2.6.11-6mdk-i586-up-1GB <span style="font-weight: bold;">686</span> gcc-3.4' should be
'2.6.11-6mdk-i586-up-1GB <span style="font-weight: bold;">586</span> gcc-3.4'<br>

<br>

Apparently the difference comes from '686' when it should be '586'<br>

How do i fix this? (i've been reading but i did not find the answer to this)<br>
<br>
To give you some info:<br>
# uname -r<br>
2.6.11-6mdk-i586-up-1GB<br>
<br>
# uname -a<br>
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<br>
<br>
<br>
Thanks, <br>
Maxi<br>