Discussion:
[beagleboard] Unable to locate package linux-headers-3.8.13 error while installing linux headers on my beagle bone
t***@gmail.com
2015-07-11 17:35:52 UTC
Permalink
hi all,
I recently purchased beagle bone black and i want to install linux headers
to build modules.But when i try to install using command # apt-get install
linux-headers-$(uname -r),i am seeing following error

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.13-bone47
E: Couldn't find any package by regex 'linux-headers-3.8.13-bone47'
Please help me out on this.

Thanks in advance.
Tarak.
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
William Hermans
2015-07-11 21:44:24 UTC
Permalink
Update to a newer kernel.

$ sudo apt-get update
$ sudo apt-cache search linux-image

Then pick a suitable and available kernel. Install it, then reboot. After
that you should be able to find a suitable package for installing
linux-headers

***@beaglebone:~$ uname -r
3.8.13-bone70
***@beaglebone:~$ apt-cache search linux-headers | grep 3.8
linux-headers-3.8.13-bone63 - Linux kernel headers for 3.8.13-bone63 on
armhf
linux-headers-3.8.13-bone64 - Linux kernel headers for 3.8.13-bone64 on
armhf
linux-headers-3.8.13-bone65 - Linux kernel headers for 3.8.13-bone65 on
armhf
linux-headers-3.8.13-bone66 - Linux kernel headers for 3.8.13-bone66 on
armhf
linux-headers-3.8.13-bone67 - Linux kernel headers for 3.8.13-bone67 on
armhf
linux-headers-3.8.13-bone68 - Linux kernel headers for 3.8.13-bone68 on
armhf
linux-headers-3.8.13-bone69 - Linux kernel headers for 3.8.13-bone69 on
armhf
linux-headers-3.8.13-bone70 - Linux kernel headers for 3.8.13-bone70 on
armhf
linux-headers-3.8.13-bone71 - Linux kernel headers for 3.8.13-bone71 on
armhf
linux-headers-3.8.13-xenomai-r67 - Linux kernel headers for
3.8.13-xenomai-r67 o n armhf
linux-headers-3.8.13-xenomai-r69 - Linux kernel headers for
3.8.13-xenomai-r69 o n armhf
linux-headers-3.8.13-xenomai-r70 - Linux kernel headers for
3.8.13-xenomai-r70 o n armhf
linux-headers-3.8.13-xenomai-r71 - Linux kernel headers for
3.8.13-xenomai-r71 o n armhf
linux-headers-3.8.13-xenomai-r72 - Linux kernel headers for
3.8.13-xenomai-r72 o n armhf
Post by t***@gmail.com
hi all,
I recently purchased beagle bone black and i want to install linux headers
to build modules.But when i try to install using command # apt-get
install linux-headers-$(uname -r),i am seeing following error
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.13-bone47
E: Couldn't find any package by regex 'linux-headers-3.8.13-bone47'
Please help me out on this.
Thanks in advance.
Tarak.
--
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
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
William Hermans
2015-07-11 21:46:00 UTC
Permalink
Also if size is a concern. You should be able to *apt-get purge* the older
linux-image package . Once you've made sure the newer image works good for
you.
Post by William Hermans
Update to a newer kernel.
$ sudo apt-get update
$ sudo apt-cache search linux-image
Then pick a suitable and available kernel. Install it, then reboot. After
that you should be able to find a suitable package for installing
linux-headers
3.8.13-bone70
linux-headers-3.8.13-bone63 - Linux kernel headers for 3.8.13-bone63 on
armhf
linux-headers-3.8.13-bone64 - Linux kernel headers for 3.8.13-bone64 on
armhf
linux-headers-3.8.13-bone65 - Linux kernel headers for 3.8.13-bone65 on
armhf
linux-headers-3.8.13-bone66 - Linux kernel headers for 3.8.13-bone66 on
armhf
linux-headers-3.8.13-bone67 - Linux kernel headers for 3.8.13-bone67 on
armhf
linux-headers-3.8.13-bone68 - Linux kernel headers for 3.8.13-bone68 on
armhf
linux-headers-3.8.13-bone69 - Linux kernel headers for 3.8.13-bone69 on
armhf
linux-headers-3.8.13-bone70 - Linux kernel headers for 3.8.13-bone70 on
armhf
linux-headers-3.8.13-bone71 - Linux kernel headers for 3.8.13-bone71 on
armhf
linux-headers-3.8.13-xenomai-r67 - Linux kernel headers for
3.8.13-xenomai-r67 o n armhf
linux-headers-3.8.13-xenomai-r69 - Linux kernel headers for
3.8.13-xenomai-r69 o n armhf
linux-headers-3.8.13-xenomai-r70 - Linux kernel headers for
3.8.13-xenomai-r70 o n armhf
linux-headers-3.8.13-xenomai-r71 - Linux kernel headers for
3.8.13-xenomai-r71 o n armhf
linux-headers-3.8.13-xenomai-r72 - Linux kernel headers for
3.8.13-xenomai-r72 o n armhf
Post by t***@gmail.com
hi all,
I recently purchased beagle bone black and i want to install linux
headers to build modules.But when i try to install using command #
apt-get install linux-headers-$(uname -r),i am seeing following error
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.13-bone47
E: Couldn't find any package by regex 'linux-headers-3.8.13-bone47'
Please help me out on this.
Thanks in advance.
Tarak.
--
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
For more options, visit https://groups.google.com/d/optout.
--
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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...