|
You have a couple options.
1) If you can get the SRPM for the driver, you could rpmbuild --rebuild that and a new RPM will be created.
2) (and the way I recommend) Is to get the source package from:
http://www.physcip.uni-stuttgart.de/heby/ltmodem/#sources
Specifically:
http://www.physcip.uni-stuttgart.de/heby/ltmodem/ltmodem-8.26a9.tar.gz
Make sure that you have the kernel-source installed and that you use gcc32 (CC=gcc32 in the makefile).
__________________
This post brought to you by the language C and the number F.
|