[How to do instruction] AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: [How to do instruction] AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M (/showthread.php?tid=664) |
AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - rikardo1979 - 11-08-2018 Couple of days ago I have ordered and received this latest kit from Audiophonics I is the new AUDIOPHONICS RaspDAC Mini Kit - I-Saber ES9038Q2M It supports payback up to 32bit 384kHz / DSD 128 Now I have this new DAC fully working with latest moOde thanks to a guys from Audiophonic @audiophonics directly who provided an extended support and help me a lot So I take no credits for any of this what so ever! Here is how to enable DAC (obsolete on moOde 5.x versions as driver is included in kernel) Driver installation Code: sudo apt-get install minizip Now in Settings>Audio config select I2S audio device=Audiophonics ES9028 DAC and reboot system To enable driver we need to add dtoverlay=i-sabre-k2m into /boot/config.txt Code: sudo nano /boot/config.txt so it will look like this Code: dtparam=i2s=on Make sure you have the rpi-dac commented out # Now we can reboot system after which new driver should be in place. We can check by aplay -l Code: pi@moode:~ $ aplay -l So with this you should be able to use Hardware volume control under Settings -> MPD -> Volume Making OLED working (SPI port) Code: sudo apt update add "spi-dev" to /etc/modules Code: sudo nano /etc/modules Code: # /etc/modules: kernel modules to load at boot time. add "dtparam=spi=on" to /boot/config.txt Code: sudo nano /boot/config.txt Code: disable_splash=1 Download attached file oled.zip. Unzip and extract 'oled' folder into /home/pi/ Now go into the directory Code: cd /home/pi/oled Now all should be set and we can reboot after which we should have OLED display working Remote control & SPDIF input First we need to install lirc Code: sudo apt-get -y install lirc Download lirc.zip file. Extract all the files and place them into /etc/lirc (replace the existing files) Edit Code: sudo nano /etc/modules and add Code: lirc_dev Edit Code: sudo nano /boot/config.txt and add (for moOde versions 4.x) Code: dtoverlay=lirc-rpi,gpio_in_pin=4 (for moOde versions 5.x) Code: dtoverlay=gpio-ir,gpio_pin=4 Edit Code: sudo nano /etc/rc.local and add Code: /usr/bin/irexec -d /etc/lirc/lircrc Download spdif.sh and place it into /home/pi Check your card number and make a note of it. In my case it was card 0 Code: aplay -l Edit your spdif.sh accordingly on all lines ( -c 0 ) Code: #!/bin/bash Now we can reboot system after which your remote control should works and you should be able to use digital (SPDIF) input. Remote control can operate
RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre card ES9038Q2M - ear5142 - 11-08-2018 Hi Ricardo. This will only work with SPI and sabre9028? RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre card ES9038Q2M - rikardo1979 - 11-08-2018 (11-08-2018, 10:34 AM)ear5142 Wrote: Hi Ricardo. This will only work with SPI and sabre9028? This is written to works with SPI type display ans Sabre9038Q2M DAC which is part of this kit RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 11-08-2018 Like the idea of the digital input, does the software fully support it? RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - rikardo1979 - 11-08-2018 (11-08-2018, 12:10 PM)kit1cat Wrote: Like the idea of the digital input, does the software fully support it? Yes it can work. I have tested but I have no use for it. There is another script to activate it but its not a part of this instruction. Once you run the script only digital in through DAC works. Display is OFF that time RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - adrian311 - 11-08-2018 Hi rikardo - thanks for posting the guide - very useful! Just to be clear - with the driver installed, we can control the dac ess internal hardware volume using the moode web interface remotely? Thanks Adrian RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - rikardo1979 - 11-08-2018 (11-08-2018, 12:24 PM)adrian311 Wrote: Hi rikardo - thanks for posting the guide - very useful! Yes thats right RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TheOldPresbyope - 11-08-2018 @rikardo1979 The kit looks better than ever now that you've posted this guide. +1 Just so people don't panic, that first wget instruction is only one line which ends "_4.14.71.zip" (the first browser I used split the line after "I-") *and* it only downloads drivers, not the full 4.14.71 kernel. Tim's upcoming r4.4 release includes a bump to kernel 4.14.79 so there'll likely be some adjustments needed to make this setup work with it. With luck the drivers will continue to work and you just need to copy them to whatever modules directory the new kernel uses. Presumably something like "/lib/modules/4.14.79...". Regards, Kent RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - audiophonics - 11-08-2018 (11-08-2018, 12:13 PM)rikardo1979 Wrote:(11-08-2018, 12:10 PM)kit1cat Wrote: Like the idea of the digital input, does the software fully support it? The SPDIF script is activated with remote "Menu" button. (amixer command) And you keep volume display when switching to SPDIF input RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - rikardo1979 - 11-08-2018 (11-08-2018, 04:57 PM)audiophonics Wrote:(11-08-2018, 12:13 PM)rikardo1979 Wrote:(11-08-2018, 12:10 PM)kit1cat Wrote: Like the idea of the digital input, does the software fully support it? Nice one ?? Haven't tested this yet. So will give it a go |