Moin!
Ich hab ein Problem mit MPD. Und zwar kann ich die Lautstärke nicht seperat mit einem MPD Client regeln. Bezogen auf die Gesamtlautstärke ist es also immer gleich laut.
In der /var/log/mpd/mpd.log steht diese Meldung hunderte male:
Jun 19 14:01 : problems getting alsa volume: Invalid argument (snd_mixer_selem_get_playback_volume)
Ich verwende eine Audigy 2 und meine mpd.conf sieht so aus:
music_directory "/media/Data/Audio/" # Your music dir.
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/db"
log_file "/var/log/mpd/mpd.log"
error_file "/var/log/mpd/mpd.error"
pid_file "/var/run/mpd/mpd.pid"
state_file "/var/lib/mpd/mpdstate"
user "mpd"
# Binding to address and port causing problems in mpd-0.14.2 best to leave
# commented.
# bind_to_address "127.0.0.1"
# port "6600"
audio_output {
type "alsa"
name "My ALSA Device"
#device "hw:0,0" # optional
#format "44100:16:2" # optional
#mixer_type "alsa"
#mixer_device "default" # optional
#mixer_control "PCM" # optional
#mixer_index "0" # optional
}
Ansonsten funktioniert der Sound makellos. Jemand ne Idee wie ich das beheben kann?
Gruß
Semmel