Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Linux Software

Using Older Kernel Modules in Linux 7

datazone asks: "I have a particular network device, that is currently not supported, however the manufacturer gave me a precompiled module from a 2.0.33 system. They have no plans of releasing the source or creating new modules, it was only by numerous messages that I got my hands on these. The only problem is that i use the 2.2.4 kernel and it will not allow me to load these modules. I was wondering if anyone knew a way around this. I need to get these modules loaded, without having to use an old kernel. Anyone have any information on this?"
This discussion has been archived. No new comments can be posted.

Using Older Kernel Modules in Linux

Comments Filter:
  • I'm no kernel guru, but I'm pretty sure that many driver APIs have changed in the late 2.1's, and the same goes for network APIs (hence the need for new net-tools for 2.2...).

    CONFIG_MODVERSIONS can help between 2 relatively close kernel versions, but I doubt very much it can do anything to handle "2.0 in 2.2", that'd be emulation :)
  • It was sort of nice that they gave you an old obsolete binary module, in a short term here's a crumb sort of way. But that's it. Binary modules are short term fixes while you go about getting a real network device. Wha is this gadget, who makes it, why is it so important? It sounds like it is old obsolete hardware, single sourced, or you wouldn't be stuck with it and its obsolete module.

    If you have to have this device to interface to some equipment or a network, why not scrounge an old 486/Pentium, install a 2.0 kernel, and make the best of a bad situation?

    --
  • Indeed, please name names, as this sounds like a network driver that I wrote once, for a company called Gigalabs. I wouldn't happen to be their GigaPipe NIC, would it?

    -The Code Nazi
  • Everytime I enable CONFIG_MODVERSIONS, my whole system barfs on the next boot. None of the modules work, etc...

    I was trying to get the 2.2.5 SBLive! module working under kernel 2.2.7. And it STILL gave me the version error even after enabling CONFIG_MODVERSIONS!

  • I got the feeling from reading all of the various help things with various kernel options when I was compiling my kernel that this was possible, through use of modprobe (and a kernel switch, somewhere.) Of course, I may be wrong as I'm not at my linux box now, and can't really check, but I *think* that this is possible.

    The catch is, I'm not quite sure how. I'd start by going through the kernel module documentations, and maybe the man pages for modprode and the like. Of course, I could be way off here, so it's probably a good idea to see what other people have to say.

    Hope that was a help...

An adequate bootstrap is a contradiction in terms.

Working...