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/default
sudo echo 'SMBDOPTIONS=-d 3' > /etc/default/samba
sudo echo 'NMBDOPTIONS=-d 3' >> /etc/default/samba
sudo 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/samba
sudo chmod 755 /etc/default
sudo 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.