[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) |
RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 12-21-2020 (12-21-2020, 12:06 PM)Jempie Wrote: Hi, The latest version of moode is only available as a new image, no update. Download new image then follow TookaFace instructions to get your mini kit working, I was up and running with display and remote in under 30 minutes. RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - jackobtone - 12-28-2020 @audiophonics could You please give some instructions, how to change the input from MPD to S/PDIF using lirc and remote control? I`m trying to figure it out, tried with the spdif.sh file (following the instructions on 1st page) but it didn`t work for me (on both 7.0.0 and 7.0.1 mOode vesrion). I don`t have RaspDAC Mini, I have Your seperate ES9038Q2M DAC with RPi4 and PI SPC V2 power management module in self-built streamer. I`m not using Your remote control, I have paired my own form Naim integrated amp, but i guess that`s not a big deal. I would be grateful for some help. RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - jackobtone - 12-30-2020 Okay, so I think I made switching SPDIF/I2S with lirc finally work. It would have worked from the very begining, but I haven`t spotted one very important thing. Brainlessly I`ve been pasteing: begin prog = irexec button = KEY_MENU config = if amixer sget -c 1 'I2S/SPDIF Select' | grep Item0: | grep -q I2S;then amixer sset -c 1 'I2S/SPDIF Select' SPDIF; else amixer sset -c 1 'I2S/SPDIF Select' I2S; fi end to my lircrc file. In Putty I have applied command "irexec" which (after pushing button responsible for switching) showed that the device is wrong. All I had to do was to make only a few changes in those lines - changing "-c 1" to "-c 0": begin prog = irexec button = KEY_MENU config = if amixer sget -c 0 'I2S/SPDIF Select' | grep Item0: | grep -q I2S;then amixer sset -c 0 'I2S/SPDIF Select' SPDIF; else amixer sset -c 0 'I2S/SPDIF Select' I2S; fi end Everything works fine now RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Jempie - 03-27-2021 Hi Rikardo, hope you can help me out i have the Mini Kit of Audiophonics and use the 7.9 inch HMD LCD how can i use it? thanks RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Hiroyuki - 11-29-2021 (10-01-2020, 07:42 AM)TookaFace Wrote: Updated procedure for moOde 6.6 ==> moOde 7.4.0: I have successfully integrated Oled/IR to moode 7.6.0 by just following TookaFace's instruction. posting here just for reporting purpose. Hiroyuki RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Hiroyuki - 11-29-2021 [quote pid='38495' dateline='1638163121'] I have successfully integrated Oled/IR to moode 7.6.0 by just following TookaFace's instruction. posting here just for reporting purpose. Hiroyuki [/quote] please note that i meant i did it to RaspDac Mini with built-in OLED, not to a plain vanilla raspberry system. RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 03-16-2022 Anyone tried this with moode 8.0.0? RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - Eshatos - 03-29-2022 Hello, I have a problem with my RaspDAC Mini LCD. I installed Moode 8 and then did everything as described on this GitHub page, https://github.com/audiophonics/RaspDacMinilcd Unfortunately, I don't get a proper cover view screen. The screen looks permanently like on the picture. I tried the troubleshooting as described on GitHub without any help. Does anyone of you has an idea how to solve this? RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - TookaFace - 03-31-2022 As expected, my procedure is no longer working for moOde 8 series, i will try to update it. RE: AUDIOPHONICS RaspDAC Mini Kit - I-Sabre ES9038Q2M - kit1cat - 03-31-2022 (03-31-2022, 07:26 AM)TookaFace Wrote: As expected, my procedure is no longer working for moOde 8 series, i will try to update it. Thanks |