Spotifyd no volume - wrong audio hw #2054
mapeje
started this conversation in
Bug Reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using an Inno-maker Amp (Merus Amp). It seems like the settings did not change from hw:0 to default:CARD=sndrpimerusamp etc. from the web interface.
Solution, thanks to Gemini, was to edit /etc/spotifyd.conf and change to
volume_controller = "alsa"
device = "default:CARD=sndrpimerusamp"
mixer = "default:CARD=sndrpimerusamp"
control = "A.Mstr Vol"
Log:
spotifyd 0.4.2-1# cat /etc/spotifyd.conf
[global]
bitrate = 320
onevent = "/srv/http/bash/spotifyd.sh"
use_mpris = false
backend = "alsa"
volume_controller = "alsa"
device = "hw:0"
control = "hw:0"
mixer = "hw"# systemctl status spotifyd● spotifyd.service - A spotify playing daemon
Loaded: loaded (/etc/systemd/system/spotifyd.service; enabled; preset: disabled)
Active: active (running) since Thu 2026-03-12 05:00:22 +07; 2s ago
Invocation: 09608d20d02740b9876c476c978e3280
Docs: https://github.com/Spotifyd/spotifyd
Main PID: 4678 (spotifyd)
Tasks: 10 (limit: 448)
CPU: 771ms
CGroup: /system.slice/spotifyd.service
└─4678 /usr/bin/spotifyd --no-daemon
Mar 12 05:00:24 rAudio spotifyd[4678]: src/alsa_mixer.rs:26
Mar 12 05:00:24 rAudio spotifyd[4678]: Suggestion: maybe try one of the following for 'control':
Mar 12 05:00:24 rAudio spotifyd[4678]: - A.Mstr Vol
Mar 12 05:00:24 rAudio spotifyd[4678]: - B.L Vol
Mar 12 05:00:24 rAudio spotifyd[4678]: - C.R Vol
Mar 12 05:00:24 rAudio spotifyd[4678]: - D.Lim thresh
Mar 12 05:00:24 rAudio spotifyd[4678]: Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Mar 12 05:00:24 rAudio spotifyd[4678]: Run with RUST_BACKTRACE=full to include source snippets.
Mar 12 05:00:24 rAudio spotifyd[4678]: [INFO] Resolved "gew4-spclient.spotify.com:443" as spclient access point
Mar 12 05:00:24 rAudio spotifyd[4678]: [INFO] active device is <> with session
Beta Was this translation helpful? Give feedback.
All reactions