Open co505 opened 1 month ago
Are you using usb drive?
If yes, try to update Path
parameter under [share]
section in /usr/local/bin/automount.sh
from:
Path = /media/userplaceholder/$UUID
to
Path = /media/userplaceholder/$FS_LABEL
i need to manually run wifi-to-eth-route.sh after every boot or it won't work.
Hi,
I was struggling to get my Raspberry Pi 4B to communicate with the PS2 via SMB last night, kept getting thrown an
Error 300: Cannot connect to SMB server.
I followed the advice to install the latest release of OPL and the updated guide, but still no success. Everything seemed configured as it should.
I saw the
ifconfig
output did not list aninet
address foreth0
. If I set this manually, usingsudo ifconfig eth0 192.168.2.1
on the Pi then my issues were resolved and the PS2 was able to use SMB successfully. I was able to access my game list on the recent and older versions of OPL using this method, so the OPL version did not seem to matter.I haven't looked into why fix worked, but I thought it would be a quick solution for people to test if they were struggling with Error 300 and the
inet
address was missing foreth0
.Happy to dive into it more if it would be of some use, and apologies if you were already aware of this.
Thanks.