PS2Link

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

Moderators: cheriff, Herben

Post Reply
cloudxxx
Posts: 1
Joined: Thu Feb 16, 2006 6:19 pm

PS2Link

Post by cloudxxx »

Where can I find documents of how to use PS2Link?

Can I add a HDD to my SCHP390001 machine? Does it has any specific requirement for HDD?

thanks.
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

Have you tried checking the readme? ...

Basic run down: modify the IPCONFIG.DAT file to contain the right IP information, then put it, the ps2link elf, along with any other applicable files, onto a cd or where ever you are booting it from, and then launch ps2link on the ps2.
You then use one of the PC clients, such as ps2client, to connect and communicate with ps2link. Readmes should explain this part...
But I'll be nice and give a quick example for ps2client, since it's what I use...

Code: Select all

ps2client execee host:myproject.elf
will run myproject.elf from the dir you ran ps2client from.
Shoot Pixels Not People!
Makeshift Development
todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Post by todi1856 »

[PS2Link 1.46]

Well i can't get it started :( :

Code: Select all

Welcome to ps2link v1.46
Booting form mc dir (mc0:/BWLINUX/)
Using cached config
Initializing...
Net config: 192.168.0.10 255.255.255.0 192.168.0.1
Ready
This means it didnt read IPCONFIG.DAT ?! , cause it looks like this

Code: Select all

192.168.1.3 255.255.255.0 192.168.1.1
# EXTRACNF = mc0:extra.cnf;
Why didnt he read it?????

It was in the same dir and name was with uppercase,m
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

How did you boot ps2link?
Shoot Pixels Not People!
Makeshift Development
todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Post by todi1856 »

I've burned a CD and putted in PS2 like always :)
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

Arg... looks like something is making it think it's being from reload1 .. the detection for that is a huge hack. I'll burn a new cd and see what happens to me, and if I can recreate it I'll poke around and see what people have to say about changing reload1 detection..
Shoot Pixels Not People!
Makeshift Development
todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Post by todi1856 »

I see , can it be overriden somehow??

I can't believe how blind i can be =[
so this line

Code: Select all

mc0:/BWLINUX/


tells me ps2link is being launched from Linux...
BraveDog
Posts: 29
Joined: Thu Dec 30, 2004 1:16 am
Location: Cleveland

Post by BraveDog »

Drakonite,
This is what you helped me with. I believe todi1856 is using an older version of uLaunchELF. This happened to me until I started using 3.46 or newer. So just use a newer version of uLaunchELF.
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

BraveDog,
Well, he said he was running it from a CD... so if he isn't telling me whats going on I can't really help him now can I? ;)
Shoot Pixels Not People!
Makeshift Development
todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Post by todi1856 »

I don't even know what uLaunchELF is:/ So i am not using older or newer version of uLaunchELF.

PS2 loads ps2link from cd , and then i through usb cable downloading the elf file to ps2, but with PS2Link 1.46 it doesnt work cause it doesnt want to read IPCONFIG.DAT from CD , instead PS2link is looking for it in mc0:/BWLINUX/, right?! but this directory doesnt exists ..
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

The code to detect loading from reload1 is pretty horrible, and something is screwing with things and making it think it's booting from reload1. All I can think of is that your mod chip is screwy, because I can't recreate the problem.

You may have to build your own version of ps2link with the default IP settings changed...

There isn't much I can do to help since I don't know what the problem is... and unless someone buys me a linux kit I can't do anything about changing the reload1 detection code.
Shoot Pixels Not People!
Makeshift Development
todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Post by todi1856 »

"...You may have to build your own version of ps2link with the default IP settings changed..."



The source is available?
weltall
Posts: 310
Joined: Fri Feb 20, 2004 1:56 am
Contact:

Post by weltall »

todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Post by todi1856 »

Thank you very much :)
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

It's in SVN where it has been ever since we switched from CVS, where it had been for who knows how long ;)
Shoot Pixels Not People!
Makeshift Development
Post Reply