Hi
first of all thank you for this beautiful piece of software.
Unfortunately i have a problem which i can’t solve on my own.
Since I updated to Volumio 1.55 (raspberry b+ hifiberry dac+) the hardware mixer can’t be controlled from the UI. Volume control does not react.
It allways jumps back to 100.
aplay -l returns
root@volumio:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: sndrpihifiberry [snd_rpi_hifiberry_dacplus], device 0: HiFiBerry DAC+ HiFi pcm512x-hifi-0 []
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 1: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
so it seems that Volumio recognizes the dac+
mpd.conf looks like this
[code]###################################
Auto generated mpd.conf file
please DO NOT edit it manually!
Use player-UI MPD config section
###################################
follow_outside_symlinks “yes”
follow_inside_symlinks “yes”
db_file “/var/lib/mpd/tag_cache”
sticker_file “/var/lib/mpd/sticker.sql”
log_file “/var/log/mpd/mpd.log”
pid_file “/var/run/mpd/pid”
music_directory “/var/lib/mpd/music”
playlist_directory “/var/lib/mpd/playlists”
state_file “/var/lib/mpd/state”
user “mpd”
bind_to_address “any”
port “6600”
zeroconf_enabled “yes”
zeroconf_name “volumio”
samplerate_converter “Fastest Sinc Interpolator”
volume_normalization “yes”
audio_buffer_size “2048”
buffer_before_play “20%”
filesystem_charset “UTF-8”
id3v1_encoding “UTF-8”
gapless_mp3_playback “yes”
auto_update “yes”
group “audio”
max_connections “20”
decoder {
plugin “ffmpeg”
enabled “yes”
}
input {
plugin “curl”
}
audio_output {
type "alsa"
name "Output"
device "hw:0,0"
mixer_control "Playback Digital"
mixer_device "hw:0"
mixer_index "0"
dop "no"
}[/code]
It seems to be a correct configuration, but volume does not work
Does anyone have similar prolems???
Do I miss something??? I am not a Unix expert but I tried to figure it out myself, but can’t find a solution therefore any help is apreceated.
Greetings from Germany
Peer