Network name

Hello,

I setup several RPi with volumio since early versions (even with previous name)…

I updated my setups from 1.51 to 2.310 today. It’s a nice imporvement in every functionality and ease of use and setup.

I encountered only one problem : the network name of my setups.

Every setup has been named when installing 2.310 but even after cold reboots every 2.310 volumio is tagged VOLUMIO, although my last 1.51 is correctly named… “douche” (no doucheb@g here 8^), it means shower in French )

look at the 192.168.1.100 it’s detected as VOLUMIO but it’s configured as “Salledebain” in Volumio UI

I don’t see my error but it’s problematic to me as I got x4 Volumio setups…

Thanks in advance.

We should implement the device name in smb.conf. Opened an issue for that:
github.com/volumio/Volumio2/issues/1384

Thank you for your quick response and action…

Hope to have help you to improve your wonderfull product.

EDIT : Edit :
smb.conf seems wrong to me …

[code][global]
netbios name = Volumio
server string = Volumio Audiophile Music Player
workgroup = WORKGROUP
security = user
map to guest = Bad User
encrypt passwords = yes
wins support = yes
local master = no
preferred master = no
os level = 30

[Internal Storage]
comment = Volumio Internal Music Folder
path = /data/INTERNAL
read only = no
guest ok = yes

[USB]
comment = Volumio Internal Music Folder
path = /mnt/USB
read only = no
guest ok = yes

[NAS]
comment = Volumio Internal Music Folder
path = /mnt/NAS
read only = no
guest ok = yes[/code]

I’ll try to modify it manually and let you know.
Regards.

I manually modifiied the file to the desired name

to

then restart samba daemon :

wait a while and after a while restarted the PiZero… and “voilà” it works…