I have a USB device that comes with a generic Linux driver in the form of a kernel module. It's a .ko file that I'm supposed to install. However, it was compiled for version 2.16.18-53 of the Linux kernel. I don't have access to the source.
Is it possible to get this working on Ubuntu 12.10 with Linux 3.2.0-39-generic-pae?
modprobe -f
. Maybe you are lucky.But ... having a source file might be crucial.