Volumio Debian Buster Beta - Raspi images debugging

Hmm, it should be enabled on 3.015 – can you share a log?

http://logs.volumio.org/volumio/sFLUyBJ.html

Thanks for that, I don’t see anything apparent about airplay failing, the service seems to launch…

Can you debug a bit more with:

systemctl status shairport-sync
cat /lib/systemd/system/shairport-sync.service
journalctl -u shairport-sync
ps -ef | grep shairport-sync

PS: you might want to move your pihole installation to different pi :wink:

Thanks for taking time to check it.
The airplay did not work even without the pihole (it was working fine on ver 8 though). Now, even the pihole is playing up with the latest version. I might try fresh installation and give you the new log and the debuging result. I will do it over the weekend when I am free.

Thank you

Edit:

Here is the new log from fresh install. No airplay still.
http://logs.volumio.org/volumio/y82gMzS.html

Ah, not sure why it’s picking up the service from /etc/init.d/shairport-sync.
Can you try manually creating /lib/systemd/system/shairport-sync.service?

# How many services do we have?
systemctl list-units | grep shairport
which shairport-sync
# Should be /usr/bin/shairport-sync

# Fetch the service file 
sudo wget https://raw.githubusercontent.com/volumio/Build/volumioOS/volumio/lib/systemd/system/shairport-sync.service -O /lib/systemd/system/shairport-sync.service

# Confirm that it's in the there 
cat /lib/systemd/system/shairport-sync.service
systemctl daemon-reload
systemctl start shairport-sync
systemctl status shairport-sync
systemctl stop shairport-sync
# Now restart Volumio's Node Back end 
systemctl restart volumio

PS: it’s easier if you copy paste from your terminal into code blocks (</> icon), rather than screenshots that can’t be accessed as text…

now it is showing this:

`volumio@volumio:~$ systemctl status shairport-sync                              ● shairport-sync.service - Shairport Sync - AirPlay Audio Receiver
   Loaded: loaded (/lib/systemd/system/shairport-sync.service; enabled; vendor p
   Active: failed (Result: exit-code) since Fri 2021-01-29 13:00:34 UTC; 4s ago
  Process: 1249 ExecStart=/usr/bin/shairport-sync --configfile=/tmp/shairport-sy
 Main PID: 1249 (code=exited, status=203/EXEC)

Jan 29 13:00:34 volumio systemd[1]: Started Shairport Sync - AirPlay Audio Recei
Jan 29 13:00:34 volumio systemd[1249]: shairport-sync.service: Failed to execute
Jan 29 13:00:34 volumio systemd[1249]: shairport-sync.service: Failed at step EX
Jan 29 13:00:34 volumio systemd[1]: shairport-sync.service: Main process exited,
Jan 29 13:00:34 volumio systemd[1]: shairport-sync.service: Failed with result '
lines 1-11/11 (END)
`

Could you post the outputs of these commands?

which shairport-sync
shairport-sync --version
cat /lib/systemd/system/shairport-sync.service

here:

volumio@volumio:~$ which shairport-sync
/usr/local/bin/shairport-sync
volumio@volumio:~$ shairport-sync --version
3.3.6-OpenSSL-Avahi-ALSA-soxr-metadata-dbus-sysconfdir:/etc
volumio@volumio:~$ cat /lib/systemd/system/shairport-sync.service
[Unit]
Description=Shairport Sync - AirPlay Audio Receiver
After=sound.target
Requires=avahi-daemon.service
After=avahi-daemon.service
Wants=network-online.target
After=network.target network-online.target

[Service]
ExecStart=/usr/bin/shairport-sync --configfile=/tmp/shairport-sync.conf
User=shairport-sync
Group=shairport-sync

[Install]
volumio@volumio:~$

Ah, seems to be a miss match in the installation location of the old images, please try

sudo ln -s $(which shairport-sync) /usr/bin/shairport-sync
systemctl restart shairport-sync
1 Like

thank you so very much
it works now

Holy… Great work. The Beta 0.015 already supports every feature I need. Spotify connect, Kodi Leia (:heart_eyes: :heart_eyes: :heart_eyes:) and my own plugin for light control AmbX. And no issues so far.

Only communication with other volumios and switching from numbers to names to access the dacs left :wink:

Is there anything required to enable airplay on the latest beta?

I’ve got it recently installed on an RPi. shows up on the network (able to login via wifi etc), but doesn’t show up as an airplay endpoint.

Edit: just saw the couple related posts above. Will try those steps first. < Didnt seem to help.

volumio@mancave:~$ shairport-sync --version
3.3.6-OpenSSL-Avahi-ALSA-soxr-metadata-dbus-sysconfdir:/etc
volumio@mancave:~$  systemctl status shairport-sync
● shairport-sync.service - LSB: Shairport Synchronous AirPlay
   Loaded: loaded (/etc/init.d/shairport-sync; masked; vendor preset: enabled)
   Active: active (exited) since Thu 2021-02-11 05:34:50 UTC; 9min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 2125 ExecStart=/etc/init.d/shairport-sync start (code=exited, status=0/SUCCESS)

Feb 11 05:34:50 mancave systemd[1]: Starting LSB: Shairport Synchronous AirPlay...
Feb 11 05:34:50 mancave shairport-sync[2125]: shairport-sync was built without libdaemon, so does not support dae
Feb 11 05:34:50 mancave systemd[1]: Started LSB: Shairport Synchronous AirPlay.
...skipping...
● shairport-sync.service - LSB: Shairport Synchronous AirPlay
   Loaded: loaded (/etc/init.d/shairport-sync; masked; vendor preset: enabled)
   Active: active (exited) since Thu 2021-02-11 05:34:50 UTC; 9min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 2125 ExecStart=/etc/init.d/shairport-sync start (code=exited, status=0/SUCCESS)

Feb 11 05:34:50 mancave systemd[1]: Starting LSB: Shairport Synchronous AirPlay...
Feb 11 05:34:50 mancave shairport-sync[2125]: shairport-sync was built without libdaemon, so does not support dae
Feb 11 05:34:50 mancave systemd[1]: Started LSB: Shairport Synchronous AirPlay.
~

To fix multiroom/mdns run and restart the volumio service

sudo apt install libnss-mdns
volumio vrestart

You still have the wrong systemd unit file. Please try steps from Volumio Debian Buster Beta - Raspi images debugging - #380 by ashthespy

Confirm that cat /lib/systemd/system/shairport-sync.service has similar looking things as the file from the repo.

1 Like

Perfect! Works now :sunglasses:
Please add it to new image 0.016. :wink:

Ok that worked. thanks!

Now that I have an airplay endpoint, I stream to Volumio, it plays, I see the track, time increment etc. But fails to light up the toslink digital-out on my HAT. I’d seen this previously with 2.8, but through fiddling with the DSD-Direct / PCM and the Mixer settings I got it to work previously, but not on this Buster build.

I tried putting some webRadio stations (DI.fm) and a flac audio file directly on the flash, but got alsa errors playing those also… so guessing something is not quite right with ALSA/MPD config?

Logs? :slight_smile:

Which logs do you need?

mpd.log

volumio@mancave:~$ sudo cat /var/log/mpd.log

[sudo] password for volumio:

Feb 12 02:03 : zeroconf: No global port, disabling zeroconf

Feb 12 02:04 : client: [0] opened from local

Feb 12 02:04 : exception: No such directory

Feb 12 02:04 : client: [1] opened from 127.0.0.1:44852

Feb 12 02:04 : exception: Failed to read mixer for 'alsa': no such mixer control: PCM

Feb 12 02:07 : client: [2] opened from 127.0.0.1:45108

Feb 12 02:08 : client: [1] closed

ALSA lib pcm_hw.c:1822:(_snd_pcm_hw_open) Invalid value for card

Feb 12 02:11 : exception: Failed to open "alsa" (alsa)

Feb 12 02:11 : exception: nested: Failed to open ALSA device "hw:2,0": No such file or directory

Feb 12 02:11 : exception: Failed to open "alsa" (alsa)

Feb 12 02:11 : exception: nested: Failed to open ALSA device "hw:2,0": No such file or directory

Feb 12 02:11 : player: problems opening audio device while playing "INTERNAL/Calibre - Hard Wax In-store (January 2021).flac"

Feb 12 02:11 : client: [3] opened from 127.0.0.1:45216

Feb 12 02:12 : client: [3] closed

volumio@mancave:~$

journal while playing a local file:

volumio@mancave:~$ sudo journalctl -f

-- Logs begin at Fri 2021-02-12 02:12:54 UTC. --

Feb 12 17:53:22 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: my_music , getDisabledSources

Feb 12 17:53:22 mancave volumio[892]: info: Listing playlists

Feb 12 17:53:22 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: appearance , getUiSettings

Feb 12 17:53:22 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: wizard , getShowWizard

Feb 12 17:53:22 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: system , getShowWizard

Feb 12 17:53:22 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: system , getPrivacySettings

Feb 12 17:53:24 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus

Feb 12 17:53:25 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: my_volumio , getMyVolumioStatus

Feb 12 17:54:00 mancave sudo[6928]: volumio : TTY=pts/0 ; PWD=/home/volumio ; USER=root ; COMMAND=/bin/journalctl -f

Feb 12 17:54:00 mancave sudo[6928]: pam_unix(sudo:session): session opened for user root by volumio(uid=0)

Feb 12 17:54:12 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: mpd , handleBrowseUri

Feb 12 17:54:12 mancave volumio[892]: info: CURURI: artists://

Feb 12 17:54:12 mancave volumio[892]: info: CoreCommandRouter::volumioGetQueue

Feb 12 17:54:12 mancave volumio[892]: info: CoreStateMachine::getQueue

Feb 12 17:54:12 mancave volumio[892]: info: CorePlayQueue::getQueue

Feb 12 17:54:14 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: mpd , handleBrowseUri

Feb 12 17:54:14 mancave volumio[892]: info: CURURI: artists://Calibre

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::volumioReplaceandPlayItems

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::ClearQueue

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::stop

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::serviceStop

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::serviceStop

Feb 12 17:54:15 mancave volumio[892]: info: Airplay Stop

Feb 12 17:54:15 mancave volumio[892]: info: Stopping Airplay Playback and sending pause command to client via USR2

Feb 12 17:54:15 mancave volumio[892]: info: CorePlayQueue::clearPlayQueue

Feb 12 17:54:15 mancave volumio[892]: info: CorePlayQueue::saveQueue

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::volumioPushState

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::volumioPushQueue

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::addQueueItems

Feb 12 17:54:15 mancave volumio[892]: info: CorePlayQueue::addQueueItems

Feb 12 17:54:15 mancave volumio[892]: info: Adding Item to queue: artists://Calibre

Feb 12 17:54:15 mancave volumio[892]: info: Exploding uri artists://Calibre in service mpd

Feb 12 17:54:15 mancave volumio[892]: info: CorePlayQueue::saveQueue

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::volumioPushQueue

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::updateTrackBlock

Feb 12 17:54:15 mancave volumio[892]: info: CorePlayQueue::getTrackBlock

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::volumioPlay

Feb 12 17:54:15 mancave volumio[892]: UNSET VOLATILE

Feb 12 17:54:15 mancave volumio[892]: info: Stopping Airplay Playback and sending pause command to client via USR2

Feb 12 17:54:15 mancave sudo[6932]: pam_unix(sudo:auth): conversation failed

Feb 12 17:54:15 mancave sudo[6932]: pam_unix(sudo:auth): auth could not identify password for [volumio]

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::play index 0

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::setConsumeUpdateService undefined

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::stop

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::setConsumeUpdateService undefined

Feb 12 17:54:15 mancave volumio[892]: UNSET VOLATILE

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::updateTrackBlock

Feb 12 17:54:15 mancave volumio[892]: info: CorePlayQueue::getTrackBlock

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::stPlaybackTimer

Feb 12 17:54:15 mancave volumio[892]: info: CoreStateMachine::pushState

Feb 12 17:54:15 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::volumioPushState

Feb 12 17:54:15 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::serviceStop

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::serviceStop

Feb 12 17:54:16 mancave volumio[892]: info: ControllerMpd::stop

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand stop

Feb 12 17:54:16 mancave volumio[892]: info:

Feb 12 17:54:16 mancave volumio[892]: ---------------------------- MPD announces state update: player

Feb 12 17:54:16 mancave volumio[892]: info: ControllerMpd::getState

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand status

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::play index undefined

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::setConsumeUpdateService undefined

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::startPlaybackTimer

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::clearAddPlayTracks INTERNAL/Calibre - Hard Wax In-store (January 2021).flac

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand stop

Feb 12 17:54:16 mancave volumio[892]: info: Cannot execute Shairport-sync USR2 kill: Error: Command failed: /usr/bin/sudo /bin/kill -USR2 $(pidof shairport-sync)

Feb 12 17:54:16 mancave volumio[892]: sudo: no tty present and no askpass program specified

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::parseState

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand playlistinfo

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand clear

Feb 12 17:54:16 mancave sudo[6937]: pam_unix(sudo:auth): conversation failed

Feb 12 17:54:16 mancave sudo[6937]: pam_unix(sudo:auth): auth could not identify password for [volumio]

Feb 12 17:54:16 mancave volumio[892]: info:

Feb 12 17:54:16 mancave volumio[892]: ---------------------------- MPD announces system playlist update

Feb 12 17:54:16 mancave volumio[892]: info: Ignoring MPD Status Update

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::parseTrackInfo

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand add "INTERNAL/Calibre - Hard Wax In-store (January 2021).flac"

Feb 12 17:54:16 mancave volumio[892]: info: ControllerMpd::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::servicePushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::volumioPushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: verbose: STATE SERVICE {"status":"stop","position":0,"seek":null,"duration":null,"samplerate":null,"bitdepth":null,"channels":null,"random":false,"updatedb":false,"repeat":false,"bitrate":null,"isStreaming":false,"title":"Hard Wax In-store (January 2021)","artist":"Calibre","album":"Hard Wax In-store (January 2021)","uri":"INTERNAL/Calibre - Hard Wax In-store (January 2021).flac","trackType":"flac"}

Feb 12 17:54:16 mancave volumio[892]: verbose: CURRENT POSITION 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::syncState stateService stop

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::syncState currentStatus stop

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::volumioPushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo

Feb 12 17:54:16 mancave volumio[892]: info: No code

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::volumioPushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo

Feb 12 17:54:16 mancave volumio[892]: info: ------------------------------ 176ms

Feb 12 17:54:16 mancave volumio[892]: error: Upnp client error: Error: This socket has been ended by the other party

Feb 12 17:54:16 mancave volumio[892]: error: updateQueue error: null

Feb 12 17:54:16 mancave volumio[892]: info:

Feb 12 17:54:16 mancave volumio[892]: ---------------------------- MPD announces system playlist update

Feb 12 17:54:16 mancave volumio[892]: info: Ignoring MPD Status Update

Feb 12 17:54:16 mancave volumio[892]: info: ------------------------------ 97ms

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand play

Feb 12 17:54:16 mancave volumio[892]: info: Cannot execute Shairport-sync USR2 kill: Error: Command failed: /usr/bin/sudo /bin/kill -USR2 $(pidof shairport-sync)

Feb 12 17:54:16 mancave volumio[892]: sudo: no tty present and no askpass program specified

Feb 12 17:54:16 mancave volumio[892]: info:

Feb 12 17:54:16 mancave volumio[892]: ---------------------------- MPD announces state update: player

Feb 12 17:54:16 mancave volumio[892]: info: ------------------------------ 37ms

Feb 12 17:54:16 mancave volumio[892]: info: ControllerMpd::getState

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand status

Feb 12 17:54:16 mancave volumio[892]: info:

Feb 12 17:54:16 mancave volumio[892]: ---------------------------- MPD announces state update: player

Feb 12 17:54:16 mancave volumio[892]: info: ControllerMpd::getState

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand status

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand clearerror

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand clearerror

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::parseState

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand playlistinfo

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::parseState

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::sendMpdCommand playlistinfo

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::parseTrackInfo

Feb 12 17:54:16 mancave volumio[892]: verbose: ControllerMpd::parseTrackInfo

Feb 12 17:54:16 mancave volumio[892]: info: ControllerMpd::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::servicePushState

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: verbose: STATE SERVICE {"status":"pause","position":0,"seek":0,"duration":4419,"samplerate":"48 kHz","bitdepth":"24 bit","channels":2,"random":false,"updatedb":false,"repeat":false,"bitrate":null,"isStreaming":false,"title":"Hard Wax In-store (January 2021)","artist":"Calibre","album":"Hard Wax In-store (January 2021)","uri":"INTERNAL/Calibre - Hard Wax In-store (January 2021).flac","trackType":"flac"}

Feb 12 17:54:16 mancave volumio[892]: verbose: CURRENT POSITION 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::syncState stateService pause

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::syncState currentStatus stop

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::volumioPushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo

Feb 12 17:54:16 mancave volumio[892]: info: ControllerMpd::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::servicePushState

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: verbose: STATE SERVICE {"status":"pause","position":0,"seek":0,"duration":4419,"samplerate":"48 kHz","bitdepth":"24 bit","channels":2,"random":false,"updatedb":false,"repeat":false,"bitrate":null,"isStreaming":false,"title":"Hard Wax In-store (January 2021)","artist":"Calibre","album":"Hard Wax In-store (January 2021)","uri":"INTERNAL/Calibre - Hard Wax In-store (January 2021).flac","trackType":"flac"}

Feb 12 17:54:16 mancave volumio[892]: verbose: CURRENT POSITION 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::syncState stateService pause

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::syncState currentStatus stop

Feb 12 17:54:16 mancave volumio[892]: info: CoreStateMachine::pushState

Feb 12 17:54:16 mancave volumio[892]: info: CorePlayQueue::getTrack 0

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::volumioPushState

Feb 12 17:54:16 mancave volumio[892]: info: CoreCommandRouter::executeOnPlugin: volumiodiscovery , saveDeviceInfo

Feb 12 17:54:16 mancave volumio[892]: info: ------------------------------ 121ms

Feb 12 17:54:16 mancave volumio[892]: info: ------------------------------ 117ms

^C

mpd.conf

volumio@mancave:~$ sudo find / -name mpd.conf
[sudo] password for volumio: 
/etc/mpd.conf
/usr/lib/tmpfiles.d/mpd.conf
/static/etc/mpd.conf
/static/usr/lib/tmpfiles.d/mpd.conf
volumio@mancave:~$ sudo cat /etc/mpd.conf
# 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:2,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"
###############################################################################

Looks like your device isn’t found. Can you perform a fresh reboot and Sending logs for troubleshooting - Volumio Documentation?

1 Like