On Tue, May 5, 2015 at 2:28 AM, prashuk jain <[email protected]> wrote: > > Can anyone help me how to install kernel headers in ubuntu 14.04 kernel > version . 4.0 > > Unam -a >> > > Linux arm 4.0.0-rc7-armv7-x1 #1 SMP Wed Apr 8 23:28:52 UTC 2015 armv7l > armv7l armv7l GNU/Linux > > lsb_release -a >> > > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 14.04.2 LTS > Release: 14.04 > Codename: trusty > > > Earlier I also was unable to install kernel headers for 3.14. > > Access from git repository is not supported here. so i have to manually > download the zip format. > > ./patch_kernel also don't work's, as it requires access using git. > > Kernel headers are available for 3.8 version but that i m not using. > > Can anyone suggest me where to find kernel headers for > linux-headers-4.0.0-rc7-armv7-x1 > > <<<<<<<<< > ubuntu@arm:~$ sudo apt-get install linux-headers-$(uname -r) > [sudo] password for ubuntu: > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package linux-headers-4.0.0-rc7-armv7-x1 >>>>>>>>>>>>>>>>>>>>>> > Thanks :))
Sorry, due to space on rcn-ee.net, the "rcX's" don't stay long in the repo.. Please upgrade to the stable release first: (4.0.1) sudo apt-get update ; sudo apt-get install linux-image-4.0.1-armv7-x2 ; sudo reboot Then run: sudo apt-get install linux-headers-`uname -r` (which will remain in the repo till trusty goes eol) 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]. For more options, visit https://groups.google.com/d/optout.
