Khadas Tone Board - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Audiophile (https://moodeaudio.org/forum/forumdisplay.php?fid=32) +--- Forum: Audio gear (https://moodeaudio.org/forum/forumdisplay.php?fid=10) +--- Thread: Khadas Tone Board (/showthread.php?tid=649) |
Khadas Tone Board - jonners - 11-03-2018 Any thoughts about this board? Does anyone have any experience of it? https://www.khadas.com/tone RE: Khadas Tone Board - DRONE7 - 11-04-2018 Some discussion over at DIYAudio... https://www.diyaudio.com/forums/digital-line-level/314935-es9038q2m-board-post5511640.html RE: Khadas Tone Board - jonners - 11-04-2018 Thanks for the link. It looks interesting. RE: Khadas Tone Board - Tim Curtis - 03-25-2019 Post the output from the commands below and I'll have a look. Code: amixer -c0 scontrols RE: Khadas Tone Board - Tim Curtis - 03-25-2019 Ok thanks. Post output from cmd below to see if any of the simple mixer controls are volume. Code: amixer -c1 RE: Khadas Tone Board - Tim Curtis - 03-25-2019 Below are the moOde commands that would determine the mixer name and whether the device supports hardware volume. The first command should return the device name. The second command should return a list of the simple mixer controls. The last command should return a volume %. Code: cat /proc/asound/card1/id RE: Khadas Tone Board - Tim Curtis - 03-25-2019 Yes that looks perfect. The final check is to see whats been written to mpd config file. Code: cat /etc/mpd.conf -Tim RE: Khadas Tone Board - Tim Curtis - 03-25-2019 I see u have set MPD volume control to Disabled. Does Hardware show up in the dropdown or are u only seeing Software and Disabled? RE: Khadas Tone Board - Tim Curtis - 03-25-2019 I'll need to investigate further since the individual commands are all returning the correct values. RE: Khadas Tone Board - Tim Curtis - 03-25-2019 When u get a moment, post the moode startup log. Code: cat /var/log/moode.log |