Jonathan and Antonio
Whatever the driver that scanModem will recommend, I downloaded two
candidates, ltmodem-20100102.tar.gz as suggested by Antonio, and
martian-full-20100123.tar.gz which would be my choice, and compiled them
without any difficulty under my Fedora 13 64 bits machine which has no
modem at all.
martian went smooth, ltmodem has a language failure certainly easy
to fix, probably because my gcc-4.4.4-10 is more strict than earlier
releases/
In any case, Jonathan's initial difficulty is probably due to not having
install what we usually know as "kernel sources".
Two packages need to be installed in Fedora 13 in order to compile such
loadable modules:
yum install kernel-headers
yum install kernel-devel
where the second contains what used to require the complete, very large,
kernel sources.
Jacques
On 09/07/2010 03:03 PM, Jonathan E. Brickman wrote:
I have Fedora 13, and need to compile the module (or the rpm) from
the ltmodem 8.2* package. It seems to fail because I do not know how
to provide it with a modversions.h, which in turn seems to be because
I cannot run 'make dep' anymore in a kernel tree. Help?
J.E.B.