I've booted with Sony's official Disc to setup internet connection for DNAS and it works just fine. I was worried if my network adapter might be damaged.
I've successfully acquired IP Address through DHCP using the official disc (the one shipped together with the console).
After tried ps2link from different versions, I've change the DEBUG option in the Makefile and enabled it (setting DEBUG=1).
Here is the result:
Code: Select all
Welcome to pswlink v1.52
Screenshow capable
pswlink loaded at 0x000A8000-0x000F79E9
Checking argv
path is mc0:/boot/boot.elf
Booting from mc0:/boot/boot.elf
Using cached config
reset iop
rpc init
Initializing...
loading modules
loadModules
Net config: 192.168.1.10 255.255.255.0 192.168.1.1
Exec poweroff module. (d8050, 3413) [0] returned
Exec ps2dev9 module. (d49c0, 10113) [0] returned
Exec ps2ip module. (be4e0, 78225) [0] returned
Exec ps2smap module. (d1690, 13077) [0] returned
Exec ioptrap module. (d7160, 3805) [0] returned
Exec ps2link module. (b4410, 344115113) [0] returned
All modules loaded on IOP.
init cmdrpc
Ready
So I am pretty sure the network driver from PS2DEV/PS2Link is not working for slim PSTwo v16 SCPH-79001.
Is anybody aware of that? Any reported/known issue about it?
Curiosity: The Official CD from Sony does contain a smap.irx module. Is that usable in anyway to "extract" it and use as the slim driver?
Is that possible?