On Tue, Dec 15, 2015 at 12:25 PM, <[email protected]> wrote: > Thank you Robert, much appreciated. I was able to flash my green with this > image. Then i typed "uname -r" and received "3.8.13-bone79", so indeed it > did load this version of Kernel. Then i tried loading NI-VISA again and I > receive almost the same message: > > * Kernel source does not appear to be installed for the 3.8.13-bone79 > kernel. > * Installation of the kernel-source package for kernel 3.8.13-bone79 is > * required to continue this installation.
humm.. kernel source... Try first: sudo apt-get install linux-headers-`uname -r` > Looks like i need the Kernel source. So, in trying to do that i used > "apt-get source linux-image-$(uname -r)", which gave me error: "E: You must > put some 'source' URIs in your sources.list". So opening > /etc/apt/sources.list I started un-commenting the lines at the end which > indicate "Kernel source"... Otherwise, just do: git clone -b 3.8.13-bone79 https://github.com/RobertCNelson/linux-stable-rcn-ee source-3.8.13-bone79 --depth=1 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.
