Dave Selby <[EMAIL PROTECTED]> writes: > I have a ham v90 winmodem .. I tracked down the driver for it which is > Intel-V92ham-451 It installs with ... > > make clean > make ham > make install
When you 'make ham', how does it find your actual kernel source? You almost certainly need unpacked kernel source or a Debian kernel-headers package matching your kernel, and somehow tell the Makefile how to find it. It could be something like make ham KSRC=/usr/local/src/linux-2.4.19 but the actual syntax is probably different. By default, it'll probably try to use the headers in /usr/include/linux, which is essentially always wrong. (/usr/share/doc/libc6/README.Debian.gz) -- David Maze [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]