toolboc / psx-pi-smbshare

A swiss army knife for enhancing classic game consoles with Raspberry Pi
387 stars 34 forks source link

fix: opl smb error 301 #43

Closed hedwiggggg closed 2 years ago

hedwiggggg commented 2 years ago

Couldn't connect to smb in opl with most recent raspiOS (2022-01-28-raspios-bullseye-arm64-lite). Tracked it down to an issue with protocol negotiation Requested protocol [NT LM 0.12] Server exit (no protocol supported).

Fixed by adding server min protocol to the smb.conf.

toolboc commented 2 years ago

Thanks a ton for the fix, much appreciated!

hedwiggggg commented 2 years ago

You're welcome.

Offtopic: Just discovered https://github.com/toolboc/psx-pi-smbshare/issues/40. If I had seen this before, it would have saved me a lot of searching.. 😄