PDA

View Full Version : ltmodem


kalpaye
2003-11-14, 02:56 AM CST
hi there,
i have an ltmodem that works on redhat9 with appropriate rpms. but there are no rpms for the default kernel of fedora... anybody can help me about this?
thanks...

aitrus
2003-11-14, 10:55 PM CST
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).