Comment 12 for bug 233950

Revision history for this message
Floris (weirdall) wrote :

Good day everyone,

I had the same problem as well.
The solution for me was to aptitude install linux-source.
This will copy ( in my case ) linux-source-2.6.24.tar.bz2
Extract that file using tar jxvf linux-source-2.6.24.tar.bz2
Just a formality, but then I make a symbolic link to that directory
ln -s linux-source-2.6.24.tar.bz2 linux
Go into /usr/src/linux
Now you can compile away!

With kind regards,

Floris Groenendijk