![]() |
Sinology reconnect - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Sinology reconnect (/showthread.php?tid=1818) |
Sinology reconnect - pisuke74 - 10-16-2019 Hi. I've configured nas synology as upnp. After scan.. Works but after a while the synology disappear. I have to do a remount and a new rescan.. Where s the problem? Thanks RE: Sinology reconnect - Tim Curtis - 10-16-2019 Just saying "it doesn't work" is not going to be enough to troubleshoot your issue. RE: Sinology reconnect - pisuke74 - 10-16-2019 right Tim .. so if i configure as a smb network moodeaudio identify my sinology..but after a while (scan a letter and b letter...) stop scan... i ve tried upnp but have the same problem via smb it's mounted at restart.. but only with 2 folder scanned on sinology it's configured to accept smb 1 to smb 3 RE: Sinology reconnect - Tim Curtis - 10-16-2019 It sounds like some sort of network or NAS configuration issue. I don't own a sinology NAS so I'm not going to be able to help but maybe another Synolog user will reply. RE: Sinology reconnect - pisuke74 - 10-16-2019 thanks. i will wait a synology user RE: Sinology reconnect - Tim Curtis - 10-16-2019 In the meantime you could try some basic network diagnostics. 1) Run a 30 second ping test from the Pi to your NAS and see if there are any errors or %packet loss in the ping stats. Below is an example from one of my Pi's to my Router which also functions as a NAS. Code: pi@rp3:~ $ ping rt-n66u 2) Examine the stats for the network interface on the Pi and see if there are excessive number of retires or dropped packets. Example below from one of my Pi's using WiFi (wlan0) Code: pi@rp3:~ $ ifconfig RE: Sinology reconnect - pisuke74 - 10-16-2019 thanks all test done. no errors RE: Sinology reconnect - Tim Curtis - 10-16-2019 Thats good :-) Prolly can rule out network. Here is the command for the Samba scan Code: sudo smbtree -N -b RE: Sinology reconnect - pisuke74 - 10-16-2019 after this command nothing happens RE: Sinology reconnect - Tim Curtis - 10-16-2019 That suggests several possibilities including (1) SMB broadcasts are being blocked by some network device or (2) the NAS is not advertising its Samba shares or (3) something else on the network is blocking SMB protocol. You could try using the IP address of your NAS instead of its host name when creating the NAS config in moOde. If there are still issues then I would suspect something on the NAS. |