using ps2client problems

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
abdollaramadan
Posts: 9
Joined: Fri Oct 03, 2008 1:49 am

using ps2client problems

Post 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.
nihonsuki
abdollaramadan
Posts: 9
Joined: Fri Oct 03, 2008 1:49 am

i got the command running on another computer thanks

Post by abdollaramadan »

i got the command running on another computer connected to the network thanks every body.
nihonsuki
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post 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
abdollaramadan
Posts: 9
Joined: Fri Oct 03, 2008 1:49 am

Thanks

Post by abdollaramadan »

Thanks a lot for your reply.
nihonsuki
Post Reply