Perhaps we get a clue if we collect more detailed nmbd + smbd debug logs:
- Starting on OSMC device:
sudo systemctl stop samba sudo rm /var/log/samba/log.*sudo chmod 777 /etc/defaultsudo echo 'SMBDOPTIONS=-d 3' > /etc/default/sambasudo echo 'NMBDOPTIONS=-d 3' >> /etc/default/sambasudo systemctl start samba
Now, reproduce your issue trying to access your OSMC samba server with the BD player
- Continue on the OSMC device:
sudo systemctl stop samba -
sudo paste-log /var/log/samba/log.nmbd(and provide the returned URL here in the forum) -
sudo paste-log /var/log/samba/log.smbd(and provide the returned URL here in the forum) sudo rm /etc/default/sambasudo chmod 755 /etc/defaultsudo systemctl start samba
“-d 3” is the log level; if you want you can make a second collection and try highest log level 10 and provide these URLs as well.