Volumio, HiFiBerry DAC+ Standard - Volume control problem

Dear Audiophiles,

since yesterday I own a “HiFiBerry DAC+ Standard”. Volumio (latest release: 2.692) is installed on a SD Card in the Raspberry Pi 3B+.
Every time I flash Volumio “fresh” on a SD card I can control the volume with the wheel right after the wizard. But until I restart the Pi this is not possible anymore.
I read some other threads about difficulties in changing the volume but I could not find solutions that help me.
I compared all settings before and after the reboot and I recognized no differences. I compared the settings under “Playback Options” and both files “mpd.conf” and “config.txt”. When I click ones more in “save” under “Playback Options” -> “DAC Model” without changing the setting, changing the volume works well until I restart the Pi…
I reinstalled Volumio certain times on different micro-SD-cards but it is every time the same issue.
I have tried “moOde audio” and that worked properly, so it should not be a hardware-problem.

Maybe relevant: While I can not change the volume even, there is a noticeable step in volume between “99” and “100”.

These are my settings: mpd.conf:

[code]# Volumio MPD Configuration File

Files and directories

music_directory “/var/lib/mpd/music”
playlist_directory “/var/lib/mpd/playlists”
db_file “/var/lib/mpd/tag_cache”
log_file “/var/log/mpd.log”
#pid_file “/var/run/mpd/pid”
#state_file “/var/lib/mpd/state”
#sticker_file “/var/lib/mpd/sticker.sql”
###############################################################################

General music daemon options

user “mpd”
group “audio”
bind_to_address “any”
#port “6600”
#log_level “default”
gapless_mp3_playback “no”
#save_absolute_paths_in_playlists “no”
#metadata_to_use “artist,album,title,track,name,genre,date,composer,performer,disc”
auto_update “yes”
#auto_update_depth “3”
###############################################################################

Symbolic link behavior

follow_outside_symlinks “yes”
follow_inside_symlinks “yes”
###############################################################################

Input

input {
plugin “curl”

proxy “proxy.isp.com:8080

proxy_user “user”

proxy_password “password”

}
###############################################################################

Decoder

###############################################################################

Audio Output

resampler {
plugin “soxr”
quality “high”
threads “1”
}

audio_output {
type “alsa”
name “alsa”
device “hw:1,0”
dop “no”

}

audio_output {
type “fifo”
enabled “no”
name “multiroom”
path “/tmp/snapfifo”
format “44100:16:2”
}

#replaygain “album”
#replaygain_preamp “0”
volume_normalization “no”
###############################################################################

MPD Internal Buffering

audio_buffer_size “2048”
buffer_before_play “10%”
###############################################################################

Resource Limitations

#connection_timeout “60”
max_connections “20”
max_playlist_length “81920”
max_command_list_size “81920”
max_output_buffer_size “81920”
###############################################################################

Character Encoding

filesystem_charset “UTF-8”
id3v1_encoding “UTF-8”
###############################################################################

[/code]

config.txt:

[code]initramfs volumio.initrd
gpu_mem=32
max_usb_current=1
dtparam=audio=on
audio_pwm_mode=2
dtparam=i2c_arm=on
disable_splash=1
hdmi_force_hotplug=1

include userconfig.txt

Volumio i2s setting below: do not alter

dtoverlay=hifiberry-dacplus

[/code]

I hope that anyone can help me.
54363394-bed2-48d0-a56a-59f28e234674.jpg

Sorry, I just searched in the forum and found a thread with a mostly similar problem.
I will check If this helps immediately.

Gesendet von meinem GM1903 mit Tapatalk

Just try to save settings of the hifiberry dac without changing anything. I have a hifiberry amp2 and having the same problem, the above solves it untill next restart

Verstuurd vanaf mijn ONEPLUS A6013 met Tapatalk

@petervandermeulen75

Thank you for the reply. I also registered this “solution”.
I found a thread with users wich are facing the same problem. They posted a link with an older version of volumio. With this version everything works fine:
updates.volumio.org/pi/volumio/2 … pi.img.zip

There is a fix to solve this issue in this post:

problem-with-volume-t13504-40.html#p71054

Thank you!!!
This worked!

Thanks, something I will also look into

Verstuurd vanaf mijn ONEPLUS A6013 met Tapatalk