problems getting IRX module to load.

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

Moderators: cheriff, Herben

Post Reply
mgillespie
Posts: 20
Joined: Sun Jul 04, 2004 10:36 pm

problems getting IRX module to load.

Post by mgillespie »

Forgive the newbie questions, but I am trying to upload/download my game saves from my memory card.

My PS2 is chipped, so this removed most of the complexities getting homebrew software to load...

I have downloaded PS2Link 1.22 and using CDGEN created a bootable CD. Before burning, I configured the IPCONFIG.DAT and ensured everything was UPPERCASE, I also added the PS2FTPD.IRX to the image.

The PS2Link CD boots fine, but I cannot FTP into it. I am happy ps2link is running, as I compiled PS2Client, and can communicate with it, making the console reset etc. I have tried executing the IRX file usinf PS2Client, and get the following console feedback:

Code: Select all

eden bin # ./ps2client -h 192.168.1.5 execiop ./PS2FTPD.IRX
IOP cmd: 16777216 args
loadmodule: id -203, ret -1161952765
Is there something i am missing here?

Thanks,
chp
Posts: 313
Joined: Wed Jun 23, 2004 7:16 am

Re: problems getting IRX module to load.

Post by chp »

mgillespie wrote:

Code: Select all

eden bin # ./ps2client -h 192.168.1.5 execiop ./PS2FTPD.IRX
IOP cmd: 16777216 args
loadmodule: id -203, ret -1161952765
Is there something i am missing here?
modify to this line:
./ps2client -h 192.168.1.5 execiop host:PS2FTPD.IRX

and it should work better. Error -203 is returned when it cannot locate the file.
mgillespie
Posts: 20
Joined: Sun Jul 04, 2004 10:36 pm

Post by mgillespie »

Thanks, thats' working now...

A couple of questions however.

1/ Is this loading the IRX module via the network, or from the local media (CDROM in my case)?

2/ Is there a way to get this module to autoload from my CDROM, (so I don't have to connect using PS2Client and upload/start it?

Thanks.
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

1)
host: is over the network
cdrom: is from cdrom

2)
write your own elf that loads the irx.
Kung VU
not6
Posts: 11
Joined: Sat Feb 07, 2004 1:44 am

Post by not6 »

i also have some pb ,

i failed to load ps2ftpd.irx and it return err -200 . i search , but find no ref to err 200 in ps2lib_err.h

i use pksh and a old version of pslink ( boot from mc0 with ps1 exploit) , can it be the pb ?
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

an old ps2link will give you problems, so i suggest upgrading ( to current in cvs for example ).
-200 means from what I remember "missing dependency", but im not 100% on that one.
Kung VU
not6
Posts: 11
Joined: Sat Feb 07, 2004 1:44 am

Post by not6 »

ok thks , now i ll try to update my ps2link .
but not easy since ps2menu wont load too ;(
Post Reply