Forum: IDE HDD Discussion - Discussion about the use of the IDE HDD Interface and hdloader related discussion.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Can't connect to execftp via flashftp
  

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 30
  1. #1 Can't connect to execftp via flashftp 
    kilgoreT is offline Member
    Join Date
    Apr 2005
    Posts
    51
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hey everyone, I've got the mc exploit working with launchelf but now I would like to be able to transfer files (elfs, game iso's, etc) over a network so that I don't have to take out the hdd everytime.
    I noticed that my router only recognizes the ps2 on the network when I connect with the network adapter startup disc in the ps2, but when I try to connect with execftp it is does not show up on the network. Same results when I try to ping the ps2 from my pc. I can ping it w/ the startup disc in the ps2, but when I run execftp or any other game I can't ping the ps2. Do I have to register my netwrok adapter in order for the ps2 to always be recognized when it is plugged into the router/network? Or does this even matter?
    Some info if needed:
    Modem IP: 192.168.0.1
    Router IP: 192.168.2.1
    Port 21 is forwarded on the router.
    Anyways, as provided in the attachment, flashftp won't connect using the static IP from execftp, nor will it connect using the IP from my router.
    Any ideas?
    Attached Thumbnails Attached Thumbnails execftphelp.jpg  
    Reply With Quote  

  2. #2  
    notsloth is offline Member
    Join Date
    Nov 2004
    Posts
    22
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Create a file in the same directory as the execftps elf called CONFIG.DAT
    it should contain:
    Code:
    192.168.2.5 255.255.255.0 192.168.2.1
    in your case.

    The only number there you may need to change is the first one, the IP you want execftps to use. Good luck.

    EDIT: Oh yeah, and stop forwarding port 21 on your router, its not needed and not a real good idea (though probably harmless in this case)
    Reply With Quote  

  3. #3  
    AidenVenis is offline Registered User
    Join Date
    Jan 2005
    Posts
    27
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Yep, I had the same problem. After a short research I found out the the ip adresses didn't match, it used the wrong ip adresses. How to fix it is said by notsloth, make sure you fill in the right ip adresses.

    Good luck.
    Reply With Quote  

  4. #4  
    kilgoreT is offline Member
    Join Date
    Apr 2005
    Posts
    51
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    OK, thanks guys, I'll try that. I wanted to try to find a solution that didn't involve taking the hdd out of the ps2. I bought a flash drive (PNY attache 128) thinking I could install hdl_dump_server onto the ps2 this way, but launchelf would not recognize the drive in the usb mass directory. ALthough others have posted that this same flash drive works in their ps2.
    Reply With Quote  

  5. #5  
    Phreaker47 is offline Strong Pimp Hand
    Join Date
    Aug 2003
    Location
    Marijuanaville
    Posts
    822
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    11
    Quote Originally Posted by kilgoreT
    OK, thanks guys, I'll try that. I wanted to try to find a solution that didn't involve taking the hdd out of the ps2. I bought a flash drive (PNY attache 128) thinking I could install hdl_dump_server onto the ps2 this way, but launchelf would not recognize the drive in the usb mass directory. ALthough others have posted that this same flash drive works in their ps2.
    For flash drives to work you have to copy the file USBD.IRX to the b(x)data-system folder. You get this file from one of the games that has it. I got it from Burnout 3. It can't be bundled with Launchelf for legal reasons.

    It's a good idea to install PS2Link onto the memory card (or at least the USBD.IRX) at the time your are installing the exploit and Launchelf. That way you have to door open to push any elf from your PC to the PS2 to get more things installed and get the ball rolling. ExecFTPs for example will auto-detect this launching method (fakehost) and work initially without the CONFIG.DAT file present.
    Reply With Quote  

  6. #6  
    kilgoreT is offline Member
    Join Date
    Apr 2005
    Posts
    51
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Gotcha thanks phreaker. So the only way I can get the USBD.IRX file is to extract it from a pressed ps2 dvd? or can I extract it from an iso image? TIA

    edit: just found out I can get it from naplink. I'll try that.
    Last edited by kilgoreT; 05-18-2005 at 03:48 PM.
    Reply With Quote  

  7. #7  
    DrGast is offline Member
    Join Date
    Oct 2004
    Posts
    184
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Phreaker47
    For flash drives to work you have to copy the file USBD.IRX to the b(x)data-system folder. You get this file from one of the games that has it. I got it from Burnout 3. It can't be bundled with Launchelf for legal reasons.
    Wow. My flash drive works just fine with LaunchELF without this USBD.IRX file ... ;-)
    Reply With Quote  

  8. #8  
    Phreaker47 is offline Strong Pimp Hand
    Join Date
    Aug 2003
    Location
    Marijuanaville
    Posts
    822
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    11
    Quote Originally Posted by DrGast
    Wow. My flash drive works just fine with LaunchELF without this USBD.IRX file ... ;-)
    That's weird, i've always heard you needed it. Is built-in USB support a new feature? Maybe for some drives it's still needed.
    Reply With Quote  

  9. #9  
    DrGast is offline Member
    Join Date
    Oct 2004
    Posts
    184
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    The latest version of LaunchELF has built-in USB-support.
    Reply With Quote  

  10. #10  
    kilgoreT is offline Member
    Join Date
    Apr 2005
    Posts
    51
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Phreaker47
    For flash drives to work you have to copy the file USBD.IRX to the b(x)data-system folder. You get this file from one of the games that has it. I got it from Burnout 3. It can't be bundled with Launchelf for legal reasons.
    Got the file nap-usbd.irx from naplink, renamed it USBD.IRX, put it in the BADATA-SYSTEM folder. Still doesn't work. The flash drive was reformatted to fat32.
    Installed USBTEST.elf, ran it, said mass storage device is ok, but when it starts to load the directory it hangs.
    Reply With Quote  

Page 1 of 3 1 2 3 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •