kernel headers is needed

Hi,
I tried to install Mytek 192 DSD’s driver on my udoo quad, here is the project link:
https://github.com/lintweaker/mytekusb2

I read the INSTALL file, the installation need kernel headers to build kernel module.

How can I get volumio kernel headers, or I just did it in the wrong way? :confused:

Hi,
My dac is MYTEK too,and I got problem on my cubox when I try to install driver.

The Putty shows:
root@volumio:~# sudo apt-get install linux-headers-$(uname -r)
sudo: unable to resolve host volumio
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-3.6.9-36977-g5ac8884
E: Couldn’t find any package by regex ‘linux-headers-3.6.9-36977-g5ac8884’

any advice and suggestions will be greatly appreciated.

Try:

apt-cache search linux-headers

apt-get install the headers and the appropriate kernel

Configure this new kernel in /boot/config.txt as active and reboot. I hope your cubox will act like an rpi? :wink:
A few more instructions you’ll find here:
raspyfi.com/hiface-on-linux- … nd-debian/
Scroll down for installation of the new kernel.

Good luck.