Page 1 of 1

using ps2client problems

Posted: Fri Oct 10, 2008 2:19 am
by abdollaramadan
hello,
i have ps2link v1.46 i use xlink without problems to run elf files, but using the ps2client.exe coming with PS2DevWin32.zip setup, it's not working at all.

ps2client -h 192.168.1.10 execee demo1.elf

it just stops until i press ctrl+c, and my ps2 doesn't run the elf file. :'(
i double checked the firewall, i'm using the same ip with xlink.

i got the command running on another computer thanks

Posted: Fri Oct 10, 2008 2:51 am
by abdollaramadan
i got the command running on another computer connected to the network thanks every body.

Posted: Fri Oct 10, 2008 4:27 am
by ooPo
You need to specify the device the elf file is being loaded from:

ps2client -h 192.168.1.10 execee host:/demo1.elf

Thanks

Posted: Fri Oct 10, 2008 4:29 am
by abdollaramadan
Thanks a lot for your reply.