Thanks for your answer, but it didn't help.
I tried:
sudo apt update
sudo apt-get update
sudo apt-get upgrade

but still
The command: apt-cache search linux-headers 
shows only headers with the version: linux-headers-4.9.0-4
and
sudo apt install linux-headers-$(uname -r)
results in
Unable to locate package linux-headers-4.4.91-ti-r133 





Am Donnerstag, 7. Dezember 2017 02:13:32 UTC+1 schrieb RobertCNelson:

> On Wed, Dec 6, 2017 at 6:59 PM, RoSchmi <[email protected] 
> <javascript:>> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/cb02946c-b3e0-4790-93bb-82d09a5810c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to