[beagleboard] How to install linux-headers-3.8.13-bone30

I did from beginning with the image from https://rcn-ee.net/deb/microsd/saucy/bone-ubuntu-13.10-2014-02-16-2gb.img.xz

If I am write, I followed your wiki http://elinux.org/BeagleBoardUbuntu

And
did

cd /opt/scripts/tools
git pull
./grow_partition.sh
sudo reboot

then

cd /opt/scripts/tools
git pull

then

./update_kernel.sh --kernel v3.8.13-bone40

then

sudo apt-get update
sudo apt-get install bc build-essential device-tree-compiler fakeroot lzma lzop man-db libncurses5-dev:armhf

then

when I try again to build the kernel

using your wiki

Building the Kernel

git clone git://github.com/RobertCNelson/stable-kernel.git

ls

./build_kernel.sh

I get the same

ubuntu@arm:~/stable-kernel$ sudo ./build_kernel.sh

  • Detected build host [Ubuntu 13.10]
  • host: [armv7l]
  • git HEAD commit: [47443e07185a3c26c7bfd0919a9f874fdb234ef5]

Fixed it finally with the help of you Robert and your wiki at http://www.google.com/url?q=http%3A%2F%2Feewiki.net%2Fdisplay%2Flinuxonarm%2FBeagleBone%2BBlack%23BeagleBoneBlack-LinuxKernel&sa=D&sntz=1&usg=AFQjCNEi3aoe_0Ji869KciAB8XsYvDQyVA

But aptitude finds a package on my ubuntu desktop but doesn’t from your image, but its not a problem, I used to cheese and the webcam is detected.

Thanks for the support.

One last question? Shall I install ubuntu desktop in my sd card now. I hope that will not mess up the kernel in any way. And cheese works sometimes and doesn’t sometimes. What’s your comment about cheese. To make /dev/video0 appear from my webcam what can I do, the steps that I followed in my laptop ubuntu to install driver for my webcam was http://superuser.com/questions/31853/how-to-make-creative-vista-webcam-041e405f-work-with-recent-ubuntu
I am not able find ov51x-jpeg if I use the command

sudo m-a a-i ov51x-jpeg

Its works fine in my Ubuntu on laptop. But in BBB, sometimes it doesn’t and with cheese, it detects sometimes and sometimes it doesn’t. What can be the reason?