The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Setting volume at booting time MoOde 7.60
#1
Hi all,

I have a little trouble with the volume after rebooting MoOde 7.60. My settings look as follow:

Hardware = RPI 2B
HAT-DAC = Hifiberry Dac+
Alsa Options Max Volume = 100%
MPD Volume Type = Hardware
UpnP Client for MPD = ON
UpnP Service type = OpenHome


Control Point = BubbleUpnP on Android Smartphone

My Problem is, the volume is always muted directly after rebooting the RPI. I have to scroll up the volume slider manually each time to hear the music after rebooting the RPI. Therefore, I installed the following service called "my-set-volume.service" to set the volume after rebooting, but it doesn't work.

Code:
[Unit]
Description=My Volume Setting
After=sound.target mpd.service upmpdcli.service

[Service]
Type=simple
ExecStart=amixer sset Digital 80%,80%

[Install]
WantedBy=multi-user.target

I also have checked, the service is correctly started at booting time. And if I manually start the service from the console with "systemctl start my-set-volume.service" later, it also works as expected.

Has anyone an idea why it doesn't work?

I guess, there is a hidden script which will mute or set the volume to 0 after my-set-volume.service is started. But I don't know which?


Thank you!
Reply


Messages In This Thread
Setting volume at booting time MoOde 7.60 - by Streamer - 01-11-2022, 04:34 PM

Forum Jump: