Linux Headers - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1) +--- Forum: Getting Started (https://forum.pine64.org/forumdisplay.php?fid=21) +--- Thread: Linux Headers (/showthread.php?tid=5794) |
Linux Headers - jedichewbacca - 02-28-2018 I am trying to find the Linux headers for the Armbian LTS image. Are those available somewhere? RE: Linux Headers - evilbunny - 02-28-2018 (02-28-2018, 08:36 PM)jedichewbacca Wrote: I am trying to find the Linux headers for the Armbian LTS image. Are those available somewhere? What kernel is it using? uname -r RE: Linux Headers - jedichewbacca - 02-28-2018 (02-28-2018, 09:55 PM)evilbunny Wrote:(02-28-2018, 08:36 PM)jedichewbacca Wrote: I am trying to find the Linux headers for the Armbian LTS image. Are those available somewhere? 3.10.107-pine64 RE: Linux Headers - evilbunny - 02-28-2018 (02-28-2018, 10:06 PM)jedichewbacca Wrote: 3.10.107-pine64 The armbian website is timing out for me, but google cache seems to indicate the package is called linux-headers-pine64 RE: Linux Headers - jedichewbacca - 02-28-2018 (02-28-2018, 10:23 PM)evilbunny Wrote:(02-28-2018, 10:06 PM)jedichewbacca Wrote: 3.10.107-pine64 So apt-get install linux-headers-pine64 should work? RE: Linux Headers - evilbunny - 02-28-2018 (02-28-2018, 10:28 PM)jedichewbacca Wrote: So apt-get install linux-headers-pine64 should work? yup, sudo apt-get ... you can get more details on packages before installing by going apt search linux-headers-pine64 |