Hey my audio friends,
i bought a M2Tech Evo Interface (USB to SPDIF), but my volumio (cubox-i) does not recognize it, because i can only select between the Build-in SPDIF and the HDMI Output.
This is a Little Bit curious, because the HiFace 1 and 2 should work with volumio and was already tested by a Few forum members.
Now you can follow this, changing the naming based on kernel version:
cd /usr/src
sudo wget -O raspberrypi-linux-3.1.9.tar.gz https://github.com/raspberrypi/linux/tarball/rpi-patches
sudo tar xzf raspberrypi-linux-3.1.9.tar.gz
sudo ln -s /usr/src/raspberrypi-linux-eab45cb /lib/modules/`uname -r`/build
cd /usr/src/raspberrypi-linux-eab45cb
sudo sh -c 'zcat /proc/config.gz > .config'
sudo sed -i 's/EXTRAVERSION =.*/EXTRAVERSION = +/' Makefile
sudo cp ~/Module.symvers .
sudo make oldconfig
sudo make modules_prepare
I’m sorry, I don’t have a pi here. So can’t really point out the correct strings you should put.
However I will try to have Hiface drivers integrated in next release…
Bye!
i found a website where the owner is using M2Tech Young with Odroid X2 or U2 as Highend Audio Player
but following that instruction did not help either (i hope he don t mind: erich.nullo.de/?p=583)