cat /DietPi/dietpi/.version
?152
Power supply used (EG: 5v 1A RAVpower)?
USB
SD card used (EG: Sandisk ultra)?
Sandisk
uname -a
?This is fresh :-)
I changed hostname (RoonKitchen and Roon_Kitchen) and it did not display when scanning for IPs
Hostname is blank
dietpi-bugreport
?@GrahamGIGA
Thanks for the report 馃憤
I was unable to replicate this on RPi3, setting Roon_Kitchen
as hostname in dietpi-config
> Security options > Hostname, then rebooting, hostname is applied correctly and view-able from Roon.
The only thing that may throw this out is a space in the hostname, ensure this doesn't exist.
Hostname is blank
Is this blank in:
dietpi-config
> Security options > Hostname ?cat /etc/hostname
?cat /etc/hosts
?If its not blank, it may be router is not updating the hostname of device, possibly due to current DHCP lease. Try restarting the router to see if it refreshes the new hostname of device.
@GrahamGIGA
If you want to view hostname outside of Roon, you may need to install avahi-daemon
for hostname network broadcast:
apt-get install avahi-daemon -y
reboot
Hi Dan, I'll give that a try!
Cheers
Hi Dan, that fixes the publication. However one odd issue if I name the host Roon_Boom (or anything else with an underscore) the underscore is removed when rpeorting the Hostname.
Cheers
Graham
@GrahamGIGA
However one odd issue if I name the host Roon_Boom (or anything else with an underscore) the underscore is removed when rpeorting the Hostname.
No, not DietPi issue, it is a restrictions on valid hostnames corresponding to RFC:
Restrictions on valid hostnames
@Fourdee
it will be a nice feature, to put avahi-daemon
- mDNS, Zeroconf, Bonjour - how ever you call it, as option into DietPi-Software | Add additional linux software options
. So we can install it automated.
May be helpful for music-player demons, samba, print server, RPi Zero Ethernet Gadget and so on ...
@k-plan
Great suggestion 馃憤
I'll add to DietPi-Software. We could also include it as a pre-req for all audio software installations.
@Fourdee
We could also include it as a pre-req for all audio software installations.
But it will help only Mac-user. Windows doesn鈥檛 have Zeroconf/Bonjour support out of the box.
Yes, you can install it: https://learn.adafruit.com/bonjour-zeroconf-networking-for-windows-and-linux/#microsoft-windows
Audio software installations, especially with streaming, mostly use services like Universal Plug and Play (UPnP), Airplay or Digital Living Network Alliance (DLNA) to broadcast their self announce.
Most of them do this out of the box.
Avahi-daemon is currently prereq for (automatically installed as needed):
Aside from the above (where its required for the software), I believe its best we leave the installation of Avahi-Daemon optional by end-user.
I'll mark this as completed.
Most helpful comment
@k-plan
Great suggestion 馃憤
I'll add to DietPi-Software. We could also include it as a pre-req for all audio software installations.