(My apologies, I'll be starting a new thread as I was currently off the mailing
list distrib, and just viewing the archives, but I've changed my settings.)

>> -----Original Message-----
...
>> 
>> I've installed kernel-2.4.18-18.7.xbigmem along with the 
>> kernel-source-2.4.18-18.x.  
>> I've compiled a few custom modules, yet I get this error for 
>> 3 modules I've built:
>> 
>> # insmod esm
>> Using /lib/modules/2.4.18-18.7.xbigmem/misc/esm.o
>> /lib/modules/2.4.18-18.7.xbigmem/misc/esm.o: kernel-module 
>> version mismatch
>>         /lib/modules/2.4.18-18.7.xbigmem/misc/esm.o was 
>> compiled for kernel 
>>        version 2.4.18-18.7.x while this kernel is version 
>> 2.4.18-18.7.xbigmem.

> From: Michael Schwendt 

> No, but before compiling the modules, edit the Makefile in the
> top-level kernel source directory. At the top of the file, make
> sure EXTRAVERSION is the same than your running kernel:

> EXTRAVERSION = -18.7.xbigmem

This doesn't seem to have changed anything: I still get the same errors.  If I 
Try to force an insmod, I get loads of unresolved symbol errors.

Could I be missing something else?

Marco

# insmod ./e1000.o
./e1000.o: kernel-module version mismatch
        ./e1000.o was compiled for kernel version 2.4.18-18.7.x
        while this kernel is version 2.4.18-18.7.xbigmem.
# insmod -f ./e1000.o
Warning: kernel-module version mismatch
        ./e1000.o was compiled for kernel version 2.4.18-18.7.x
        while this kernel is version 2.4.18-18.7.xbigmem
./e1000.o: unresolved symbol __ioremap_R9eac042a
./e1000.o: unresolved symbol netif_rx_Rf513676d
./e1000.o: unresolved symbol unregister_reboot_notifier_R3980aac1
./e1000.o: unresolved symbol cpu_raise_softirq_Rd01f3ee8
./e1000.o: unresolved symbol pci_read_config_byte_R0e425a9e
./e1000.o: unresolved symbol schedule_timeout_R17d59d01
./e1000.o: unresolved symbol mod_timer_R1f13d309
./e1000.o: unresolved symbol unregister_netdev_R28765772
./e1000.o: unresolved symbol pci_register_driver_R14cc990a
./e1000.o: unresolved symbol pci_read_config_word_Rd25f3240
./e1000.o: unresolved symbol pci_restore_state_R5c3d1b0d



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to