Airplay Not Working

I don’t know if anyone else is seeing this but I thought I should ask.

I am running Volumio 2.713 on a RPI 3b+ but I cannot connect via AirPlay even when I updated to 2.714. I can get to the web interface but no AirPlay. It doesn’t work on my iPhone XR or on my Macbook Air, both running the latest OS updates.

I have an old image of the SD card running Volumio 2.513 and AirPlay works on that but as soon as I update Volumio, AirPlay stops.

Also, I have a second RPI 3B+ with pretty much the same configuration and it works fine with the latest version of Volumio. One difference between them is that the one that works has a HifiBerry DAC+ and the one that doesn’t has a HifiBerry AMP+. The other difference is the one that doesn’t work has a few additional programs installed so I could control a fan plugged into a USB port.

What I installed on the non-working one is gcc, make, libusb-1.0, git, and I downloaded and compiled a program called uhubctl. These are installed on the older version and AirPlay works there.

Here is the sudo journalctl -f output for the working 2.512 version:

-- Logs begin at Wed 2018-12-12 15:17:01 PST. -- Mar 03 16:52:48 outside systemd[5718]: Starting Basic System. Mar 03 16:52:48 outside systemd[5718]: Reached target Basic System. Mar 03 16:52:48 outside systemd[5718]: Starting Default. Mar 03 16:52:48 outside systemd[5718]: Reached target Default. Mar 03 16:52:48 outside systemd[5718]: Startup finished in 30ms. Mar 03 16:52:48 outside systemd[1]: Started User Manager for UID 1000. Mar 03 16:52:48 outside sshd[5662]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory Mar 03 16:52:48 outside sshd[5662]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory Mar 03 16:52:50 outside sudo[5745]: volumio : TTY=pts/0 ; PWD=/home/volumio ; USER=root ; COMMAND=/bin/journalctl -f Mar 03 16:52:50 outside sudo[5745]: pam_unix(sudo:session): session opened for user root by volumio(uid=0)

Here is the sudo journalctl -f output for the non-working 2.714 version:

-- Logs begin at Tue 2020-03-03 17:01:17 PST. -- Mar 03 17:04:24 outside systemd[1788]: Starting Basic System. Mar 03 17:04:24 outside systemd[1788]: Reached target Basic System. Mar 03 17:04:24 outside systemd[1788]: Starting Default. Mar 03 17:04:24 outside systemd[1788]: Reached target Default. Mar 03 17:04:24 outside systemd[1788]: Startup finished in 30ms. Mar 03 17:04:24 outside systemd[1]: Started User Manager for UID 1000. Mar 03 17:04:24 outside sshd[1770]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory Mar 03 17:04:24 outside sshd[1770]: lastlog_openseek: Couldn't stat /var/log/lastlog: No such file or directory Mar 03 17:04:37 outside sudo[1827]: volumio : TTY=pts/0 ; PWD=/home/volumio ; USER=root ; COMMAND=/bin/journalctl -f Mar 03 17:04:37 outside sudo[1827]: pam_unix(sudo:session): session opened for user root by volumio(uid=0)

Pretty much the same.

Anybody have any thoughts? For right now, I’m going to run the old version but it would be nice if the new one worked.