I have been trying to get my WLAN adapter working on the Pi and it would seem I need to compile the drivers.
From what I can tell though, the kernel headers are not installed.
I have tried
$ sudo apt-get install linux-headers-$(uname -r)
but I just get
E: Unable to locate package linux-headers-3.1.9
E: Couldn't find any package by regex 'linux-headers-3.1.9'
I guess this version is unique to the Pi and what I need is probably in here somewhere:
https://github.com/raspberrypi/linux/tree/2fb814968753d0d4a5fdf056a3a8c9eee3c41aa6
But as a linux noob, I have no idea what I need, or what to do with it?
I think there are already others with the same problem and I guess there will be many more soon.
Could anyone provide a "Noddy" guide on this?
Thanks
Gary





