How to install linux_headers

Hi all.

I am using Debian8 on beaglebone Black.
It’s kernel is 4.1.1-ti-r2.
I’d like to install the headers, but it does not go well.

uname -r

4.1.1-ti-r2

apt-get install linux-headers-4.1.1-ti-r2

E: Unable to locate package linux-headers-4.1.1-ti-r2
E: Couldn’t find any package by regex ‘linux-headers-4.1.1-ti-r2’

What should I do ?

Thanks
Kazz

Hi Kazz, due to space issues, older pkg's are removed when needed.

Please upgrade to 4.1.5-ti-r10 via:

sudo apt-get update
sudo apt-get install linux-image-4.1.5-ti-r10 linux-headers-4.1.5-ti-r10
sudo reboot

There has been lots of fixes since r2. :wink:

Regards,

Robert

Prematurely, Thank you for your answer.

Kazz

Try: sudo apt-get install linux-headers-`uname -r`