Again - no radio after update

Hello,
after recent update to 3.785 I have no Radio, no Spotify and no music from USB.

This happened on two different RPi3B systems (one with original HifiBerry DAC+ Pro and the other with some Chinese clone, so it isn`t hardware problem).

Radio station shows itself but I cant start playing it (play button is not responsive). I cant search my music from USB and Spotify plugin is no longer effective.

Can I download old version somewhere, which worked just fine?

Try to reselect your dac/ output device and volume mixer in playback settings.

I tried with reset. Radio still dont work

Hey @Frayer,

The “CURL failed: Resolving timed out…” error often indicates issues with time synchronisation, DNS resolution, or network connectivity. On VolumioOS, verify:

  1. Time Synchronisation:

    • Check system time with date.
    • If incorrect, set manually: sudo date -s "2025-01-28 12:00:00".
    • Ensure internet access for Volumio’s internal time-sync service.
  2. DNS Configuration:

    • If using DHCP, ensure the DHCP server provides valid DNS entries (check the router or server settings).
    • If using a static IP, confirm DNS entries are properly set in Volumio’s network interface configuration.
    • Test DNS resolution: nslookup radio-stream-url.
  3. Network Connectivity:

    • Use ping -c 3 google.com to verify connectivity.
    • Check Volumio’s network settings (Wi-Fi/Ethernet) in the web UI.
  4. CURL Debugging:

    • Test directly with curl -v http://radio-stream-url for detailed error information.

Please test and report back with findings to help narrow down the issue.

Kind Regards,