| View previous topic :: View next topic |
| Author |
Message |
mgillespie
Joined: 04 Jul 2004 Posts: 20
|
Posted: Sun Jul 04, 2004 10:45 pm Post subject: problems getting IRX module to load. |
|
|
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: | 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, |
|
| Back to top |
|
 |
chp
Joined: 23 Jun 2004 Posts: 313
|
Posted: Sun Jul 04, 2004 10:53 pm Post subject: Re: problems getting IRX module to load. |
|
|
| mgillespie wrote: |
| Code: | 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. |
|
| Back to top |
|
 |
mgillespie
Joined: 04 Jul 2004 Posts: 20
|
Posted: Sun Jul 04, 2004 11:39 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Mon Jul 05, 2004 12:39 am Post subject: |
|
|
1)
host: is over the network
cdrom: is from cdrom
2)
write your own elf that loads the irx. _________________ Kung VU |
|
| Back to top |
|
 |
not6
Joined: 07 Feb 2004 Posts: 11
|
Posted: Mon Jul 05, 2004 7:52 pm Post subject: |
|
|
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 ? |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Mon Jul 05, 2004 8:52 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
not6
Joined: 07 Feb 2004 Posts: 11
|
Posted: Mon Jul 05, 2004 9:35 pm Post subject: |
|
|
ok thks , now i ll try to update my ps2link .
but not easy since ps2menu wont load too ;( |
|
| Back to top |
|
 |
|