thafaker.crabdance.com

Welcome to my vintage Webserver with ftp; Files and Stuff for ms-dos, c64, amiga, howtos, classic mac

Linux Kernel: Can I use older modules on the same machnine with newer kernel without compile them new?

Date: [23rd Aug 2024]
Categories: [linux]

Question: Linux Kernel, can I use older modules on the same machnine with newer kernel without compile them new?

Answer: You can't. Each module is compiled for a specific kernel version, and can't be used for kernels that differ from that. You'll need to either get a . ko file for the specific kernel you're running there, or recompile it for that kernel yourself.