Cisco LinkSys AE3000 Wifi-adapter not working

I purchased a Cisco LinkSys AE3000 wireless adapter, but it is not supported by volumio yet. It has a relatively new chipset. I found a workaround here for Debian in general, not specific for Volumio. Since I am not new to programming, but are a fairly novice to Linux, I have trouble to get it to work. I didn’t succeed yet, but I’m just fumbling around. If you guys have any ideas they are very welcome!

I use Volumio 1.5 on a Cubox-i.

I need the cubox kernel headers to compile my driver. But it seems they are nowhere available!! How do I ever get the adapter to work??

This is the screendump:

[code]volumio@volumio:/$ sudo apt-get install g++ build-essential linux-headers-$(uname -r) bzip2

Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-3.14.14-cubox
E: Couldn’t find any package by regex ‘linux-headers-3.14.14-cubox’
volumio@volumio:/$[/code]