Rick Gaiser

Results 177 comments of Rick Gaiser

I've been trying many things, but so far I've not been able to reproduce the issue. I'm using a 70k with udpbd, no modes: `ps2client -h 192.168.1.10 execee host:neutrino.elf -bsd=udpbd...

70k + ps2link + neutrino v1.7.0-18-gcd62812 + udpbd = works well

I looked at this issue, it was easy to fix. Please take a look here for an update of the GSM feature: https://github.com/rickgaiser/neutrino/issues/133#issuecomment-3485003312

I agree, file system based protocols are much more easy to use. Adding support for SMB would be a nice addition if it used [libsmb2](https://github.com/sahlberg/libsmb2). But I don't have the...

The way this works for MMCE and the existing SMB implemtation (both external filesystems) is by splitting the library: - Loader: creates connection, browses files and opens needed files (iso,...

> Do you know if it would need to do multiple i/o concurrently or would neutrino only do i/o in single threaded fashion, one i/o at a time? If the...

> Update: usmb2.c/h, i.e. micro-smb2 is a minimalist smb2 implementation. It compiles to 519 bytes of code (size of .text segment) on X86_64. Additionally it will use ~250 bytes or...

> For this all to work it requires that there is some way to have the lwip socket that was opened to survive the iop reset so that when usmb2.o...

I've been playing with the 'normal' master branch libsmb2 for a few days, trying to get it to work. First I had to make some changes to cmake in ps2sdk...

I think I'm doing something wrong with authentication: pc side: The samba server (ubuntu machine) I have configured as described in the README. Locally I can connect as guest. ps2...