Hi
I'll need some more direction than that
on ubuntu/debian on a PC i could do apt-get install kernel-headers-$(uname -r) to install the headers easily. on arm devices it tends to be a bit more difficult.
raspbian (debian) had a nice script (
https://github.com/notro/rpi-source/wiki) written for installing the kernel headers to match the headers of the installtion.
I'm no linux expert and arch linux is new to me but on the raspberry pi running debian i could use the above script to get the headers and then install the snd-usb-hiface drivers which worked pefectly. Any help on getting the required headers in arch would be tops.
Thanks