Skip to main content

Seit ein paar Tagen kann meine alte Sonos S1 Anwendung (Desktop und App) nicht mehr auf die Musikbibliothek zugreifen. Der Zugriff ist nicht möglich. Weder auf ein altes Synology NAS Laufwerk (DS111) mit DSM 6 noch auf ein neues (DS124) mit DSM 7. Die Musikbibliothek lässt sich nicht einrichten.

SMB 1 ist aktiviert, ebenso NTLMv1.

In der S2 Desktop Anwendung und App funktioniert der Zugriff, aber die Musikbibliothek wird in dieser App bekanntermaßen nur sehr bruchstückhaft angezeigt.

Da ich drei “alte” Play:5 habe, bin ich für diese Geräte auf die S1 Anwendung angewiesen.

Auch wenn ich Plex auf dem NAS-Laufwerk installiere, ist mit der S1 App kein Zugriff auf den Plex Media Server möglich. 

Ich habe auch schon alle Play:5 auf Werkseinstellungen zurückgesetzt und ganz von vorn angefangen - kein Ergebnis.

Gibt es einen Tipp, wie man mit der S1 Anwendung ein NAS Laufwerk mit der Musikbibliothek einrichten kann?

Korrektur: Musikbibliothek auf der alten Synology NAS DS111 wird wieder erkannt. Da war aus irgendeinem Grund SMB 2 statt SMB 1 eingestellt… Aber mit der neuen Synology DS124 und DSM 7 klappt es nach wie vor nicht….


Klingt so als wenn die Kombi DS124/DSM7 nur noch SMB2/3 spricht. Gab's vielleicht Synology Update o.ä.... manchmal ändern sich dadurch Freigaben und and. Einstellungen…

Dirk


LÖSUNG: Ich bin in die Maschinensprache eingetaucht, obwohl das ziemlich tricky ist und für einen Laien wie mich eigentlich unmöglich und vor allem gefährlich…. Bin da einer Anweisung vond sjw aus diesem Forum gefolgt:

OK great, I’ll put all the instructions into one post.

Connect to the NAS via SSH (use PUTTY). (you may have to enable SSH in the NAS Control Panel)

Type sudo -i  (note the space after sudo).

Press enter. (it should give a slightly humorous prompt).

Type the root password.

Type cd /etc/samba  Press enter

Then type ls -al (they are lowercase L’s)

It should list the smb.conf file.

Type cp smb.conf smb.conf.backup  (that gives you a backup)

Now type:

vi smb.conf    Press enter

This takes you into a text editor in the smb.conf file

Check the line unix extensions=no isn’t already there.

Now press the down arrow until you reach the end of the file.

Type the letter o.  It should put the cursor below the last line - and you can now insert text.

Type the line unix extensions=no

Then press the esc key (top left of keyboard) a couple of times.

Now press the : key.  (Shift ;)

The cursor should go to the bottom of the file.

Type wq and then enter.

That writes the changes and quits out of the text editor.

The change is now made.

 

Das ist nicht trivial. ABER ES HAT FUNKTIONIERT. Das neue NAS-Laufwerk wird jetzt auch vom SONOS S1 System erkannt. Puuuuhh….


Hier der Original-Post:

https://en.community.sonos.com/components-and-architectural-228999/access-denied-to-synolog-nas-server-can-t-play-files-in-one-room-other-rooms-are-fine-6882384/index3.html#

... und auch noch eine schicke Erklärung dazu:

https://administrator.de/knowledge/samba-und-die-unix-cifs-extensions-232171.html

Dirk 


Vielen Dank!! Die Erklärung hilft auch und ist interessant. DANKE!


Bleibt zu hoffen, dass Du/man/frau diese Aktion nicht nach jedem Synology-Update wiederholen musst ...


Habe es eben noch ausprobiert: Trotz der Änderung im Betriebssystem (?) der NAS Festplatte (s.o.) müssen zusätzlich SMB 1 und NTLMv1 aktiviert sein.


Antworten