Hope someone can help .
I can access my shared disc on dietpi from windows 10, but my old media player(linux sat tuner) can not access it anymore. I was not using it for some time so it can be, that after some dietpi update it coming with error now . Mediaplayer can see shared disk on network as CIFS, but wont connect.
I had the same issue with VLC from Android phone.
The workaround was to use Total Commander to browse the Samba share and play the media on VLC.
Most likely the version 4.9.5 currently in Dietpi is not compatible with the version of your sat tuner.
I also have a linux sat tuner, so I can give it a try.
You can set the log level within the [global] section in the smb.conf file:
log level = 5
This should create log files in /var/log/. The logging level ranges from 1 to 10, where level 1 provides only a small amount of information and level 10 provides a plethora of low-level information. 5 is already a high value and should be used for debugging only. For normal operation, don’t use a log level higher than 3.
CAn it be related to permissions ? Just noticed that I cant modify files from windows machine . I can only open . Should be able to open files from m.player as well, but who knows what it needs.
Opening from phone VLC works but every single folder is asking for login. Why is that ?
hmm that sounds strange that VLC is asking for each and every folder. Can you maybe use a different Samba client app to verify the behaviour?
Do you use the same user on windows as well as on your player?
Maybe you player is running such an old SAMBA client that it is not able to connect anymore to current samba server version?? What player you are using?
I am using really old sat tuner . Its Golden Media Spark from 2012 if I recall it correctly. I dont know what client it is using. It was built in and I am not sure if I am smart enough to instal anything in to it.
Was working as is like year ago
Also I try connecting to Pi smb server using same login from all locations.
Didn’t mean to dig a grave. But as it’s unsolved and i ran into the same problem and happen to found solution, i’d like to share how to deal with it.
Use “smbpasswd -a [username]” on dietpi to create a password under your current username. Then VLC will be able to access the smb storage with the login created. This will not affect windows from accessing public folders without password.