bash-2.05# insmod plex86.o
        plex86.o: kernel-module version mismatch
                        plex86.o was compiled for kernel version 2.4.5
                        while this kernel is version 2.4.5-ac11.

Wow that's weird! I've never had 2.4.5 vanilla installed. I think the
build system is ignoring Linux's EXTRAVERSION.

But let's try anyway...

        bash-2.05# insmod -f plex86.o
        Warning: kernel-module version mismatch
                        plex86.o was compiled for kernel version 2.4.5
                        while this kernel is version 2.4.5-ac11
        plex86.o: unresolved symbol devfs_register
        plex86.o: unresolved symbol devfs_unregister

Hrm, does plex86 require devfs now? I think that would be a bad thing.
I don't know many people who use it, and I hear that it's going away
in 2.5 in favor of a better solution.

Reply via email to