Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2018-04-12 Thread steven eckhoff
I apologize I did not catch that. On Thu, Apr 12, 2018 at 2:09 PM, Robert Nelson wrote: > On Thu, Apr 12, 2018 at 10:41 AM, wrote: > > I am trying to understand why it isn't possible to have the package > > available out of the box so users can

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2018-04-12 Thread Robert Nelson
On Thu, Apr 12, 2018 at 10:41 AM, wrote: > I am trying to understand why it isn't possible to have the package > available out of the box so users can simply do the following. > > $ sudo apt-get install linux-headers-$(uname -r) > > It seems this would be common with a

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2018-04-12 Thread sweckhoff
I am trying to understand why it isn't possible to have the package available out of the box so users can simply do the following. $ sudo apt-get install linux-headers-$(uname -r) It seems this would be common with a Debian distribution. On Thursday, December 7, 2017 at 9:49:18 AM UTC-6,

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-24 Thread pawan sharma
sir i have same problem i did it what have u suggested but i cant get of my version.plz help my whatsapp number is +918563078782 On Thursday, 7 December 2017 06:43:32 UTC+5:30, RobertCNelson wrote: > > On Wed, Dec 6, 2017 at 6:59 PM, RoSchmi > wrote: > > Hi, > > I'm

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-24 Thread pawan sharma
hi i have same problem please mail me or whatsApp me as soon as possible please help me my number is +918563078782.please please please please On Thursday, 7 December 2017 20:55:14 UTC+5:30, RoSchmi wrote: > > So... I got it! > downloaded the headers from > >

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-07 Thread RoSchmi
Yes, it was my mistake. Thanks for the help. > > > -- > 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

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-07 Thread Robert Nelson
On Thu, Dec 7, 2017 at 9:25 AM, RoSchmi wrote: > So... I got it! > downloaded the headers from > http://repos.rcn-ee.net/debian/pool/main/l/linux-upstream/linux-headers-4.4.91-ti-r133_1stretch_armhf.deb > installed the headers with > sudo dpkg -i

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-07 Thread RoSchmi
So... I got it! downloaded the headers from http://repos.rcn-ee.net/debian/pool/main/l/linux-upstream/linux-headers-4.4.91-ti-r133_1stretch_armhf.deb installed the headers with sudo dpkg -i linux-headers-4.4.91-ti-r133_1stretch_armhf.deb sudo apt-get update did not work because the URLs #deb

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-07 Thread RoSchmi
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

Re: [beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-06 Thread Robert Nelson
On Wed, Dec 6, 2017 at 6:59 PM, RoSchmi 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

[beagleboard] Unable to locate package linux-headers-4.4.91-ti-r133

2017-12-06 Thread RoSchmi
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