Volumio 1.4, 1.5 and 1.51 needs to be tricked to play music through the ES9018K2M. If you select a generic DAC driver, you cannot use it for audio output directly using the GUI.
Continue reading raspberry pi volumio 9018k2m trick
raspberry pi moodeaudio device list
Version:1.0 StartHTML:000000189 EndHTML:000003871 StartFragment:000001686 EndFragment:000003815 StartSelection:000001686 EndSelection:000003805 SourceURL:http://www.moodeaudio.org/moodeaudio.org Continue reading raspberry pi moodeaudio device list
failed to open vchiq instance raspbian volumio
If you get an error like “failed to open vchiq instance” you’ll need to do as root:
echo 'SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"' > /etc/udev/rules.d/10-vchiq-permissions.rules
usermod -a -G video [your_username]
- Or as one time temporary solution (until reboot):
chmod a+rw /dev/vchiq
RPi.GPIO on Runeaudio
Thanks for the suggestion MeiT, but i figured how to install RPi.GPIO using this guide i found:http://blog.ghatasheh.com/2013/08/raspberry-pi-setting-up-python-and.html
Continue reading RPi.GPIO on Runeaudio
rpi.gpio on volumio
sudo apt-get update and then sudo apt-get install python-rpi.gpio
用树莓派Raspberry pi+piCorePlayer做HiFi DSD播放端
Getting a Python script to run in the background (as a service) on boot
For some of my projects I write a simple service in Python and need it to start running in the background when the Raspberry Pi boots. Different Linux distributions use different ways of starting and stopping services (some now use Upstart, some systemd). I am using the “Wheezy” Debian distribution on my Raspberry Pi, and in this case the proper way to do this is using an “init script”. These are stored in the /etc/init.d folder. In there you can find scripts that for instance, start the networking system or a print server. Debian Wheezy uses the old Sys V init system which means that these scripts are run according to symbolic links in the /etc/rc.x directories. The Debian documentationexplains this. Continue reading Getting a Python script to run in the background (as a service) on boot
I²S Audio Support for Raspberry Pi
Raspberry Pi Setup I2S
Fast Install
Luckily its quite easy to install support for I2S DACs on Raspbian Jessie. Continue reading Raspberry Pi Setup I2S