I think I’m doing something wrong but can’t find it.
RPi5: Rev d04170, Raspberry Pi 5 Model B Rev 1.0
16G or 256G micro-SD card - same result using either card
Keyboard & monitor & ethernet wired connection
Raspberry Pi Imager.app (macOS 26)
I flash using the preset in Imager.app (v3.912) or using Custom with a downloaded .img file 3.779 or 4.103 (I unzipped and verified MD5 hash).
RPi5 boots and I can login via console. The WiFi hot spot is active but I’m not using it.
ifconfig shows an IP address on eth0 (and wlan0) and I can ping various internet sites, so network connection and DNS is working. netstat -rn shows the default route via eth0 and pings to the internet work.
netstat -an | grep tcp shows listening on ipv4 ports 5000, 445, 139, 53, 49152, 22, 111, 49149. Nothing on port 80 or 8080 or 3000.
Scanning the logs (journalctl -u volumio):
…
error: Cannot start Volumio Streaming Daemon
error: Failed initialization of streaming services: Error: Error: Command failed: /usr/bin/sudo systemctl restart volumio-streaming-daemon.service
Failed to restart volumio-streaming-daemon.service: Unit volumio-streaming-daemon.service not found.
…
error: MyVolumio Plugin failed to authenticate in a timely fashion
…
info: BOOT COMPLETED
Suggestions?
-T