On Wed, Dec 6, 2017 at 6:59 PM, RoSchmi <dr.roland.schm...@gmail.com> wrote:
> Hi,
> I'm trying to foolow Derek Molloy's tutorial "Writing a Linux Kernel Module"
> http://derekmolloy.ie/writing-a-linux-kernel-module-part-1-introduction/
> According to the blog it is needed to install the linux-header files.
> I'm using debian 4.4.91-ti-r133.
> On the command: sudo apt-get install linux-headers-4.4.91-ti-r133
> I get the error message:
> Unable to locate package linux-headers-4.4.91-ti-r133
> The command: apt-cache search linux-headers
> shows only headers with the version: linux-headers-4.9.0-4
> Can anybody please give some advice how to proceed?
> Thanks in advance

Refresh your apt cache:

sudo apt update

then you can run:

sudo apt install linux-headers-`uname -r`

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYh-n-EPGsHJt4W-5-TbsZn-cQdtxK0ijVfgaz69BCwByA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to