#include <hallo.h> David Turetsky wrote on Sat Feb 15, 2003 um 11:54:36AM:
> > 'uname -r' gives '2.4.18-bf2.4' but 'apt-get install > > kernel-source-2.4.18-bf2.4' replies 'Couldn't find package ... -bf2.4' > > so I installed 2.4.18. The installation went fine. Quite interesting Wrong. Use "apt-get source kernel-image-2.4.18-bf2.4". However, your request ist pointless, what you need to get most modules compiled are the kernel headers, which you can get with "apt-get install kernel-headers-2.4.18-bf2.4". Point your module building system to /usr/src/kernel-headers-2.4.18-bf2.4/include then. Gruss/Regards, Eduard. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]