Moode Forum
[PROBLEM] USB-volume controll on raspberry pi - 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: [PROBLEM] USB-volume controll on raspberry pi (/showthread.php?tid=7369)



USB-volume controll on raspberry pi - ma00aem - 01-30-2025

Hi! I have bought a usb volume control to have as a volume control for moode audio with camilladsp. I have tried to get it to work, but haven´t got it to work in moode audio. I have tried it in Linux arch in gnome desktop and it works without any configuration. I have played around with the different settings on volume control, but i haven't figured out how to get it to work,


RE: USB-volume controll on raspberry pi - Tim Curtis - 01-30-2025

Menu > Configure > Peripherals
Volume controllers


RE: USB-volume controll on raspberry pi - ma00aem - 01-30-2025

(01-30-2025, 01:20 PM)Tim Curtis Wrote: Menu > Configure > Peripherals
Volume controllers
Yes that is how i have tried. Can i somehow see from terminal if the volume control is working?


RE: USB-volume controll on raspberry pi - Tim Curtis - 01-30-2025

Sure. Use either of the two commands below to see if the triggerhappy daemon is processing events. If no events are logged then the USB device was not recognized by Linux as an input device which would be a manufacturer issue.

Code:
sudo thd --dump /dev/imput/event*
sudo systemctl status triggerhappy

I ran a quick test with a USB volume control I had lying around and no issues.