![]() |
Khadas Tone Board aka Tone1 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Khadas Tone Board aka Tone1 (/showthread.php?tid=3508) |
Khadas Tone Board aka Tone1 - TheOldPresbyope - 02-15-2021 Thanks to @liv_s I became aware that I had not updated the firmware on my original Khadas Tone Board to v2.0. I was still running with v1.04 dating from last spring. <tl;dr> This board continues to work with moOde after updating its firmware. However, once it's updated, you should go back to the MPD Config panel and set Tone1 as the output device, then reboot to clear out old string descriptors. <background> This upgrade does not affect the audio aspects of the board. Judging from posts on the Khadas Forum there were some bugs uncovered along the way to this release but the v2.0 firmware now appears solid---it continues to support playback of PCM and DSD material---the latter either directly or via DoP---and continues to support hardware volume control only of PCM material. However, the upgrade does make changes at the USB interface:
The effect of all this is: 1. If you do an lsusb from the command line in moOde 7.0.1 you'll see the new vendor id:product id with no text description. Example: Code: pi@moodelr:~ $ lsusb 2. If you look at the name of the mixer (e.g., using lsusb -v, or aplay -l, or alsamixer, etc.) you'll see it is now "Tone1 " where it used to be "Khadas Tone Control " [yes, there's a trailing blank in both strings]. The current moOde code has no difficulty with this change but one should reboot after setting Tone1 as the output device so the old text descriptor will be forgotten. Regards, Kent |