When I download sources like:
sudo apt-get install linux-source -y
and then unpack them with:
sudo tar jxf /usr/src/linux-source-3.13.0.tar.bz2
then I point to that directory and I get:
The directory does not apear to contain Linux Kernel Sources.
I have:
uname -a
Linux KZ-EliteBook 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:23:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Where do I found right linux sources or what folder should I select?