toolboc / psx-pi-smbshare

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

OPL can see the share, but won't list files. #32

Closed BOBdotEXE closed 3 years ago

BOBdotEXE commented 3 years ago

I've tried using the latest OP: 1.0.0, as well as the latest nightly. I'm using the provided image, on a raspberry pi 3, and the only thing I've done is update the installed packages.

I've double-checked my network settings, and everything seems fine, The pi has wifi access, and is connected via Ethernet to the ps2 (slim)

If I delete the share name, and re-connect, OPL can see that there's a share called 'share' and allows me to open it. Once I open it, there are no games listed.

I've double-checked via putty, and connected to the share in windows, the USB drive has been mounted properly. (I see the files in \192.168.0.225\share\DVD Both the ISO and Games.bin)

I've even tried unmounting the Drive, and placing ISO's directly in /share/DVD on the rpi.

Same result, (I removed the files from /share/dvd afterwards) I tried adjusting the samba settings, thinking OPL's version was too new, and added: max protocol = NT1 min protocol = CORE ntlm auth = yes

Then restarted samba, No change, It also looks like samba resets my settings on reboot.

I've also tried using the exact same USB drive, plugged directly into the PS2, and it was able to read the files just fine. So I don't think it's a directory/ file name issue.

I've also tried manually entering the username/password for the pi in OPL network settings. No luck

Any ideas?

toolboc commented 3 years ago

I wonder if this could be due to changes in the latest OPL, are you able to verify that it works with any earlier version of OPL?

BOBdotEXE commented 3 years ago

I wonder if this could be due to changes in the latest OPL, are you able to verify that it works with any earlier version of OPL?

yup, I just downloaded 0.9.1, and it works perfectly, I'll have to do some trial and error to find out what's the latest version it works on

Update: Ok, turns out it was not the update. After removing my memory card, and loading any version of OPL, it can see the share just fine, It sounds like my config file got corrupted somehow, (I double-checked, network settings are the same on my mc/usb)

All I should have to do is delete the mc config and replace it with the one from my usb

anyway, it's fixed now, and not an issue with your software