Make sure you have SMB version 1 configured on your Mac.
Maybe hook an Ethernet to one of your speakers (not Sub or Surrounds) and pull the power from the Bridge. They can be problematic in their old age, usually the power supply, but seeing the problem is difficult, swapping the Ethernet is the easy test.
Thanks Stanley. This may be the right track but still not working yet. I created an nsmb.conf file in my /etc directory and set it to support versions 1, 2 or 3. I also realized I did not have these folders in my Mac Sharing list so I added them. When I did that I saw that the SonosMusicLibrary that I set in Sonos had a SonosDMS User in the list (did Sonos put it there by trying to access the folder?), with “Custom” access. Maybe that’s a good sign, BUT I am still not seeing anything in the Sonos Music Library in the app.
This is my /etc/nsmb.conf file:
signing_required=no
streams=yes
protocol_vers_map=7
minauth=ntlmv2
I am out of time for today but I next can try and trace SMB actions with come command line stats or something.
Any other suggestions appreciated. Thanks!
No Mac here but this is a snip of my smb.conf, the SMB 1 settings are still there but commented out. Yours seems to also be in a different spot, maybe Apple oddness?
pi@pi-3b-2:/etc/samba $ pwd
/etc/samba
pi@pi-3b-2:/etc/samba $ cat smb.conf
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
>global]
# enable v1 authentication for Sonos S1 access
#ntlm auth=yes
# enable v2 authentication
min protocol = SMB2
# Do not use, limits S2 to SMB2_10
#protocol = SMB2
>music]
Comment = Pi shared folder
Path = /mnt/ssd-music
Browseable = yes
Writeable = Yes
only guest = no
create mask = 0555
directory mask = 0555
Public = yes
Guest ok = yes
Pulled up my v1 settings from a backup, just use this for global?
global]
# enable v1 authentication for Sonos S1 access
ntlm auth=yes
Hi @CapeCodGregH
Welcome to the Sonos Community!
Please try the following steps:
- Open System Preferences on your Mac.
- Click on Security > Privacy.
- Under the Privacy tab, click on Full Disk Access.
- Check the box next to Sonos Library Server.
- Open the Sonos app.
- Update your music library by going to Manage > Update Music Library Now.
I hope this helps.
Hey all. I got it working! This last suggestion about Full Disk Access change did the trick. I did still have the SMBv1 changes in a .conf file so not sure if that also helped. Also, I just updated my S1 to the new 11.7 release, so not sure if that had anything to do with it. Thanks all!