forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

InLink - Unknown File Command received : -1161952927

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
HellzVirtue



Joined: 09 Aug 2005
Posts: 3

PostPosted: Tue Aug 09, 2005 9:55 pm    Post subject: InLink - Unknown File Command received : -1161952927 Reply with quote

Hi all,
Ive got PS2Link up and running successfully on my PS2, and InLink v1.3.7 running on my PC, with its status as connected. It gives me all the options of reset, run, OFF etc. However, I get a problem when executing an .elf.
I load up PS2Menu from my mem card using the Indy exploit, then start up InLink on the PC. I then load PS2Link from my mem card using PS2Menu. InLink loads OK, PS2Link loads OK as 'Ready' appears on the TV, and I go to launch PS2Menu again but from my PC through InLink. It starts to load successfully, BUT then in the InLink log window it comes up with [NET] : Unknown File Command received : -1161952927 , and on the PS2 nothing happens, it just hangs saying 'Loading ps2netfs.irx xxxx bytes'.
What am I doing wrong? I would be very grateful if someone could help me out, as at the moment I'm so happy that I even got this far!
Thanks in advance.

Edit:
This is happening with every .elf I try and run. Please help!
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Wed Aug 10, 2005 12:02 am    Post subject: Reply with quote

-1161952927 = 0xBABE0161
http://www.oopo.net/consoledev/files/ps2link-protocol.txt

Code:
  -----------------------------
   0xBABE0161 (dopen request)
   0xBABE0162 (dopen response)
  -----------------------------

   A request from ps2link to open the directory specified by the pathname with
   with the given flags. The resulting directory descriptor is returned as the
   result in the response packet.

   PACKET STRUCTURES

    struct { int number; short length; int flags; char pathname[256]; } request;
    struct { int number; short length; int result; } response;

   RESPONSE VALUES

    response.number = htonl(0xBABE0162);
    response.length = htons(sizeof(response));
    response.dd     = htonl((int)opendir(request->pathname));

It looks like ps2menu is trying to open a directory to find a listing of files, but inlink doesn't seem to support that function. Upgrading to a more modern ps2link client or asking the inlink folk to support it are your options.
Back to top
View user's profile Send private message Visit poster's website
HellzVirtue



Joined: 09 Aug 2005
Posts: 3

PostPosted: Wed Aug 10, 2005 12:36 am    Post subject: Reply with quote

Thanks very much for the info ooPo, Ive searched for an updated version of PS2Link and InLink, but with no avail, and I cant find the InLink website too. Would there be any alternative PC clients like InLink, as I can't find any alternative boot loaders for the PS2 to do the same as PS2Link?
Back to top
View user's profile Send private message
ooPo
Site Admin


Joined: 17 Jan 2004
Posts: 2032
Location: Canada

PostPosted: Wed Aug 10, 2005 1:04 am    Post subject: Reply with quote

There's a few listed on the main ps2dev website:

http://ps2dev.org/ps2/Loaders

XLink may be what you're looking for.
Back to top
View user's profile Send private message Visit poster's website
HellzVirtue



Joined: 09 Aug 2005
Posts: 3

PostPosted: Wed Aug 10, 2005 1:35 am    Post subject: Reply with quote

WOW! Thans again ooPo, XLink worked a treat! I am extremely grateful for your help, everything is loading brilliantly now. Much appreciated, honestly.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group