You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. First, thanks for this app, it is really nice to be able to access files on PC using your version of LaunchELF, makes troubleshooting a lot easier.
But I was only able to access a single share. The SMB2.CNF file should be something like the shown below, right?
# Share 1
NAME = Share1
USERNAME = user
PASSWORD = password
URL = smb://192.168.0.1/Share1/
# Share 2
NAME = Share2
USERNAME = user
PASSWORD = password
URL = smb://192.168.0.1/Share2/
But when I do this the app hangs on startup, after initializing network. I took a look at the source code and the loop the reads the configuration seemed a bit weird, but I do not know much about C/C++, so I cannot help much with that, sorry.
Also, although guest/anonymous accounts are enabled (I can connect to the server with OPL and POPStarter without user authentication on SMBv1 normally), I could connect only using an existing username and password. "Bad user" is mapped to guest in my smb.conf (server run Pop!_OS 20.10, like Ubuntu 20.10) and it works with the computer and SMBv1, but neither an empty username/password or something like nobody/123 worked.
Another issue is that it is not possible to launch ELF files or use the text editor with SMB2 shares, but probably you know this already.
If you need some testing, please let me now. I have a stock slim 900xx that I was able to softmod recently with FreeDVDBoot.
Regards.
The text was updated successfully, but these errors were encountered:
Hello. First, thanks for this app, it is really nice to be able to access files on PC using your version of LaunchELF, makes troubleshooting a lot easier.
But I was only able to access a single share. The SMB2.CNF file should be something like the shown below, right?
But when I do this the app hangs on startup, after initializing network. I took a look at the source code and the loop the reads the configuration seemed a bit weird, but I do not know much about C/C++, so I cannot help much with that, sorry.
Also, although guest/anonymous accounts are enabled (I can connect to the server with OPL and POPStarter without user authentication on SMBv1 normally), I could connect only using an existing username and password. "Bad user" is mapped to guest in my smb.conf (server run Pop!_OS 20.10, like Ubuntu 20.10) and it works with the computer and SMBv1, but neither an empty username/password or something like nobody/123 worked.
Another issue is that it is not possible to launch ELF files or use the text editor with SMB2 shares, but probably you know this already.
If you need some testing, please let me now. I have a stock slim 900xx that I was able to softmod recently with FreeDVDBoot.
Regards.
The text was updated successfully, but these errors were encountered: