SMB not working in Recalbox v7.0
-
@dstroy It seems that way. In Kodi Krypton I could not find the option to toggle UPnP. In Kodi Leia the option is disabled by default.
But changing to DLNA would simply circumvent the issue, not solve it. -
@Tosnic hi did you solve the problem?
i still can't go to my NAS and it says: "software caused connection abort",
-
@drpoucevert nope
do you have the same issue? -
@Tosnic yes i have the same issue
i think the problem comes from our smb protocol on our nas
mine has a smb1 and i think kodi leia has gone to smb2/3maybe there is a way to force smb1
-
@drpoucevert
force into smb1 is not a good idea.
Should consider only smb2 and or smb 3 -
@drpoucevert said in SMB not working in Recalbox v7.0:
i think the problem comes from our smb protocol on our nas
mine has a smb1 and i think kodi leia has gone to smb2/3This was a very good finding. The SMB version of the NAS was actually the culprit.
I had already set Kodi to not care about the minimum SMB version (nor the maximum SMB version), but it still did not work with my NAS, which turned out to run SMBv1. I wonder why the SMB version setting in Kodi does not work as I expected.
Maybe it would work if Kodi were set to "minimum version = 1". The setting can be found here:
Settings -> Services -> SMB ClientI solved the issue by changing the max SMB version in my NAS. Since it was running Samba 3.6.6, I needed to edit this file:
/etc/samba/smb.conf
I added this line to the global section:
max protocol = SMB2
Don't forget to restart after applying this change.Source: https://wiki.samba.org/index.php/Samba_3.6_Features_added/changed#SMB2_support
-
@Tosnic thanks for that ,
i found a soureceforge page for the DNS 320 that allows me to force smb2 and 3 but it will screw my backup so there is no way i'm going threw a whole shifting my backup to have a proper working smb
is there anyway i can get to my samba settings in ms DNS320?
thank you
-
@drpoucevert said in SMB not working in Recalbox v7.0:
@Tosnic thanks for that ,
i found a soureceforge page for the DNS 320 that shows how to force smb2 and 3 but it will screw up my backup so there is no way i'm going through the whole process of shifting my backup to have a proper working smb
is there any way i can access my samba settings in ms DNS320?
thank you
I am not sure if I understood you correctly, so I took the liberty of changing your post how I understood it (above).
But I still do not understand how changing your NAS to SMBv2 or v3 impacts your backup. It seems like you should expand your research to a place dedicated to your NAS (or its OS).
BTW: In case anyone is wondering about my instructions from the previous post: I am running a Linux NAS (Open Media Vault).
-
After numerous experiments, it was found that the kodi cannot connect to the smb server if the user on the remote server does not have a password. Protocol version does not matter.
SMB-client in operating system work fine whith and whithout password. -
I had the same problem trying to connect kodi to my NAS. I managed to workaround this issue by defining the minimum SMB version to 1 and the maximum to 3 in the kodi SMBclient configurations. The minimum was selected to 'none' - then suddenly I could browse my SMB shares like I did in the previous recalbox version. I hope this helps!