Moode Forum

Full Version: Khadas Tone Board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Any thoughts about this board? Does anyone have any experience of it?
https://www.khadas.com/tone
Some discussion over at DIYAudio...
https://www.diyaudio.com/forums/digital-...11640.html
Thanks for the link. It looks interesting.
Post the output from the commands below and I'll have a look.

Code:
amixer -c0 scontrols
amixer -c1 scontrols
Ok thanks.

Post output from cmd below to see if any of the simple mixer controls are volume.

Code:
amixer -c1
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
/var/www/command/util.sh get-mixername
/var/www/command/util.sh get-alsavol "Khadas Tone Control "
Yes that looks perfect.

The final check is to see whats been written to mpd config file.

Code:
cat /etc/mpd.conf

-Tim
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?
I'll need to investigate further since the individual commands are all returning the correct values.
When u get a moment, post the moode startup log.

Code:
cat /var/log/moode.log
Pages: 1 2 3 4 5