Éric Piel wrote:
02/23/2007 02:25 PM, Raf Nijskens wrote/a écrit:

[EMAIL PROTECTED] ~]# rpm -qa | grep kernel
kernel-2.6.19-1.2911.fc6
kernel-devel-2.6.19-1.2895.fc6
kernel-headers-2.6.19-1.2911.fc6
kernel-devel-2.6.19-1.2911.fc6
kernel-2.6.19-1.2895.fc6


[EMAIL PROTECTED] ~]# dmesg | grep ozscrlx
ozscrlx: version magic '2.6.19-1.2911.fc6 SMP mod_unload 686 REGPARM 4KSTACKS ' should be '2.6.19-1.2911.fc6 SMP mod_unload 586 REGPARM 4KSTACKS '

So it seems your problem comes from the fact your kernel was compiled for 586 while you are compiling the module for 686. This is a .config problem.

Seems similar to this problem : http://www.fedoraforum.org/forum/printthread.php?t=146220

They say there are several fedora kernels called the same, compiled for different compatible architectures : i586 and i686 . So the problem must be that you have a kernel for i586 and the source for i686.
Use this command to find out:
rpm -qa --queryformat %-{name}-%{version}-%{release}-%{arch}"\n" | grep kernel

Easiest way to solve that is probably to install the i686 kernel :-) Or maybe one the rpm "kernel-headers-2.6.19-1.2911.fc6" or "kernel-devel-2.6.19-1.2911.fc6" is too much and should be removed.

Eric




Does someone know why Smart Card Manager sais that there isn't a smart card inserted? Also on the devicelist is firefox is mentioned that there isn't a smart card inserted.

Thx,

Raf
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to