ltmodem for Debian ------------------ o How do i build this module the debian way? - Building with module-assistant $ m-a a-i ltmodem (for kernel source or headers in non-standard directory, add the option -k /path/to/kernel/source with the correct path) - Building with make-kpkg $ cd /usr/src/ $ ta jxvf ltmodem.tar.bz2 $ cd /usr/src/kernel-source-2.6.9 $ make-kpkg --added-modules=ltmodem modules - Building without make-kpkg $ cd /usr/src/ $ tar jxvf ltmodem.tar.bz2 $ cd modules/ltmodem $ fakeroot debian/rules kdist_image (no fakeroot needed if you run this as root)