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 simply do the following.
> >
> > $ sudo apt-get install linux-headers-$(uname -r)
> >
> > It seems this would be common with a Debian distribution.
>
> What do you mean?
>
> In this "thread" the user "commented" out the "repo", so they "couldn't"
> use:
>
> sudo apt install linux-headers-`uname -r`
>
> Out of the box, it's setup so you can do that, they just disabled it...
>
> 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/CAJxOwG35P95%3Dkb175Sq8%2B6ykwht9PP8d0gLamnCttx%3D2BzQRcw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 Debian distribution.

What do you mean?

In this "thread" the user "commented" out the "repo", so they "couldn't" use:

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

Out of the box, it's setup so you can do that, they just disabled it...

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/CAOCHtYgH1%2BFLk0tA3WzxOH3CCSgdBAYUVLM7tEoJzUv_5pB52A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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, RobertCNelson wrote:
>
> 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 linux-headers-4.4.91-ti-r133_1stretch_armhf.deb 
> > 
> > sudo apt-get update did not work because the URLs 
> > #deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main 
> > #deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main 
> > were outcommented in my /etc/apt/sources.list 
> > I'm not sure if it was outcommented from the download or if I did it 
> myself 
>
> The first one is enabled by default on the uploaded images. 
>
> Otherwise, debootstrap can't pull in the kernel.. ;) 
>
> 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/c75d769c-a619-4310-8824-a95ccd77ae27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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/a0ac7c41-9cd1-48cf-91d0-d4b985810232%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
>
> 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 [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
> #deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
> were outcommented in my /etc/apt/sources.list
> I'm not sure if it was outcommented from the download or if I did it 
> myself accidently
> Thanks
>
>>
>>

-- 
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/2e5e0fc1-044a-4c22-9898-36a6c6979d34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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/b4686890-1235-4967-bcbb-1f275fe74f26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 linux-headers-4.4.91-ti-r133_1stretch_armhf.deb
>
> sudo apt-get update did not work because the URLs
> #deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
> #deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
> were outcommented in my /etc/apt/sources.list
> I'm not sure if it was outcommented from the download or if I did it myself

The first one is enabled by default on the uploaded images.

Otherwise, debootstrap can't pull in the kernel.. ;)

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/CAOCHtYiqnMG26BTD_Y9iRgq1dUZ%3DLy6nFLpZghvtFGHZ4pdzZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
were outcommented in my /etc/apt/sources.list
I'm not sure if it was outcommented from the download or if I did it myself 
accidently
Thanks

>
>

-- 
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/4994b323-2f97-4136-ac88-ed27523cc25a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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  > 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/cb02946c-b3e0-4790-93bb-82d09a5810c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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.