RaspyFi » async audio http://www.raspyfi.com Pi never sounded so good! Mon, 16 Dec 2013 15:20:41 +0000 it-IT hourly 1 Hiface on linux: Getting Hiface 1 working on RaspyFi and Debian http://www.raspyfi.com/hiface-on-linux-getting-hiface-1-working-on-raspyfi-and-debian/ http://www.raspyfi.com/hiface-on-linux-getting-hiface-1-working-on-raspyfi-and-debian/#comments Tue, 05 Mar 2013 15:30:58 +0000 admin http://www.raspyfi.com/?p=290 Hiface on Linux, finally done! Well guys, since some of you wanted to use the HiFace 1 on RaspyFi, here’s how to get it working. Basically all you need to do is compiling it’s drivers, and execute it on boot.

L'articolo Hiface on linux: Getting Hiface 1 working on RaspyFi and Debian sembra essere il primo su RaspyFi.

]]>
Hiface on Linux, finally done!

Well guys, since some of you wanted to use the HiFace 1 on RaspyFi, here’s how to get it working. Basically all you need to do is compiling it’s drivers, and execute it on boot. I plan to include those drivers on next release of RaspyFi.

Let’s start:

In order to build the driver you need to install your kernel-headers, the build-essential package and git-core binaries, this is quite a hefty amount of data, so make sure you have at least 600 mb free on your SD Card:

 

apt-get install kernel-headers-$(uname -r)
apt-get install build-essential
apt-get install git

Now, we’ll clone the git repository

git clone git://github.com/panicking/snd-usb-asyncaudio.git

Then, we are ready to build our driver:

cd snd-usb-asyncaudio
make

Then, we’ll start the module by typing:

 

sudo insmod snd-usb-asyncaudio.ko

Then, we should add the module to /etc/modules in order to make it start at system boot.

Et voilĂ ! Hiface on Linux, so on RaspyFi!

This tutorial is made thanks to following pages:

 

https://github.com/panicking/snd-usb-asyncaudio/wiki

https://github.com/panicking/snd-usb-asyncaudio

L'articolo Hiface on linux: Getting Hiface 1 working on RaspyFi and Debian sembra essere il primo su RaspyFi.

]]>
http://www.raspyfi.com/hiface-on-linux-getting-hiface-1-working-on-raspyfi-and-debian/feed/ 31