I have been using the Raspbian kernel for a while , as i need the linux-headers for building modules.
See:
http://www.eevblog.com/forum/reviews/us ... b-adapter/
But i miss a "sticky" how to upgrade to the latest Raspbian kernel.
I did this step as per plugwash advice to install the kernel , some time ago.
sudo apt-get install linux-image-rpi-rpfv
Now i just got some nice USB Wifi dongles : http://www.ebay.com/itm/400593915437 (rtl8188eu based)
And they weren't rekognized by my RasPi.
I found out they needed this module:
https://github.com/lwfinger/rtl8188eu.git
And i decided to upgrade my RasPi to the latest kernel , when i saw some talk about a 3.12 kernel
http://www.raspberrypi.org/forums/viewt ... 66&t=65209
I did the following:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade.
But it only got me : 3.10.3
Is that the correct way to upgrade to the latest (stable Raspbian kernel ?)
In order to boot the new kernel i edited the /boot/config.txt
In boot/config.txt append this at end of file , or it will boot the default "Foundation kernel"
************* SNIP ***********************
# Set params for "raspbian debian-style kernel" boot
#kernel=vmlinuz-3.2.0-4-rpi
#initramfs initrd.img-3.2.0-4-rpi followkernel
#kernel=vmlinuz-3.6-trunk-rpi
#initramfs initrd.img-3.6-trunk-rpi followkernel
kernel=vmlinuz-3.10-3-rpi
initramfs initrd.img-3.10-3-rpi followkernel
************* SNIP ***********************
Then i did a : rpi-update (to get the newest firmware)
The rpi-update also pulls the newest "Foundation kernel" , but i don't use it.
And did a reboot.
I now get :
raspi3:~$ uname -a
Linux raspi3 3.10-3-rpi #1 Debian 3.10.11-1+rpi6 (2014-04-27) armv6l GNU/Linux
And the WiFi module build and installed perfect

But is there suggestions/improvement in my "kernel update steps"
TIA
/Bingo
Ps: If you need heatsinks for your RasPi's , have a look here http://www.ebay.de/itm/121288920289
They work excellent , and i have coolers fro my 4 PI's , and the next 6.