On Sat, 2004-08-14 at 14:52, Huub van Niekerk wrote: > OK, still missing a point then. How do I use this kernel-source to > compile my g_NCR5380.ko module? (A link to a howto is ok as well). > BTW, I found out I already had /usr/src/redhat, and now I also have > /usr/src/linux-2.6.7-1.494.2.2, so which one should I use? The Korg 2.6.7 kernel has the module. Presumably, so does the Fedora distro. cd /usr/src/*.2 make mrproper make menuconfig (select various options) make all make modules_install make install That's it. Reboot.