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: Quick Tutorial - Networking your PS2 HD with Hdl_dump
  

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 28
  1. #11  
    A Murder of Crows's Avatar
    A Murder of Crows is offline Saturn Specialist
    Join Date
    Feb 2002
    Posts
    88
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    has anyone come up with a tutorial to burn a homebrew disc and instructions that forces hdl_srv to use a different IP addy, no matter what?

    i have very spesific needs on my network and i can't change the IP address of the router to 192.168.0.X, and therefore can not assign an address for the PS2/hdl_serv program.

    i'd really appreciate a step by step set of instructions on getting my ps2 networked with hdl_serv on 192.168.1.X.

    also, what's the current version of the program, and where do i find it? i got the latest hdl dump/dumb, but can't find the server program

    thanx
    PS2:
    US v9 w/ Matrix Infinity 1.50 (Work by Madison Mods )


    Saturns
    Hey, who killed my saturn sigs???
    Reply With Quote  

  2. #12  
    b081's Avatar
    b081 is offline Member
    Join Date
    Oct 2003
    Posts
    374
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    There are few ways: 1st, edit elf itself, using a hex-editor; 2nd use a config file and copy it to the memory card. Retail hdld_svr.elf does not look for config file anywhere else, but the memory card.
    "Only those who try will become." -- Kimahri Ronso
    Reply With Quote  

  3. #13  
    A Murder of Crows's Avatar
    A Murder of Crows is offline Saturn Specialist
    Join Date
    Feb 2002
    Posts
    88
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    can you tell me what addresses to look for in the elf to use the hex editor?

    can you tell me exactly how to go about using the config file?

    i *REALLY* need a step-by-step walkthru of something that will work.

    thanx!
    PS2:
    US v9 w/ Matrix Infinity 1.50 (Work by Madison Mods )


    Saturns
    Hey, who killed my saturn sigs???
    Reply With Quote  

  4. #14  
    b081's Avatar
    b081 is offline Member
    Join Date
    Oct 2003
    Posts
    374
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    1st case: search for "192.168.0.10" (that is the default IP address) and replace it with something else. C-style strings are zero-terminated, and maximum length of v4 IP address is 15 characters, so any valid IP address should work just fine. In my copy the offset is 0x6780. Below it (considering 16-bytes column) is networking mask and the last is the default gateway (which is irrelevant, IMHO).

    The 2nd approach: create an empty text file and name it IPCONFIG.DAT. Open it with notepad and enter desired IP address, space, networking mask, space and default gateway. Text file is one line only and addresses are separated by a single space. Save the file and copy it to mc0:/SYS-CONF/IPCONFIG.DAT (uppercase is important). If you decide to use ps2link + ps2client plug-in the memory card and use the following steps:

    1) open a command prompt and navigate to the directory, where ps2netfs.irx is; execute the following (replace IP with the address of the Playstation 2 console; ps2link should be running there!):
    Code:
    ps2client -h IP execiop host:ps2netfs.irx
    wait for few seconds and when no more new messages appear, use Ctrl+C
    2) navigate to the directory, where IPCONFIG.DAT is and issue the following commands:
    Code:
    ps2client -h IP mkdir mc0:SYS-CONF
    ps2client -h IP copyto IPCONFIG.DAT mc0:/SYS-CONF/IPCONFIG.DAT
    that's all I think.

    You might use an ftp-server to transfer the file, but I cannot help you there.

    Good luck.
    "Only those who try will become." -- Kimahri Ronso
    Reply With Quote  

  5. #15  
    anch is offline Registered User
    Join Date
    Mar 2005
    Posts
    13
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Sorry for such comp noob reply, but i still cant get PS2 via PC to work directly using the no hub no router method.
    Whenever i look at Network Connection my Local Area Connection alway shows up "Network Cable Unplugged". is that the reason why it isnt working?
    Also do i have to change the PS2's ip to 192.168.0.7 also following Step 4A?
    PS2: 80gb Maxtor with MC exploit.
    Wii: US + WiiKey
    Reply With Quote  

  6. #16  
    Liquid Swordz is offline Registered User
    Join Date
    Aug 2004
    Location
    West Coast
    Posts
    25
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Good Tutorial. I was planning to do something like this and your tutorial is the perfect way for noobs to start networking thier ps2. Thanks
    Positive Energy Activates, Constant Elevation
    Reply With Quote  

  7. #17  
    TarzanMan is offline Member
    Join Date
    Nov 2004
    Posts
    157
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by anch
    Sorry for such comp noob reply, but i still cant get PS2 via PC to work directly using the no hub no router method.
    Whenever i look at Network Connection my Local Area Connection alway shows up "Network Cable Unplugged". is that the reason why it isnt working?
    Also do i have to change the PS2's ip to 192.168.0.7 also following Step 4A?
    You haven't explained (AT ALL) what you are trying to do. Are you trying to connect the PS2 directly to the network card on your computer with a cross-patch network cable? Using a *normal* network cable for this type of direct connection (no router, no hub) will not work.

    If you get the 'cable unplugged' thing, then it means that your computer isn't seeing anything. There are a ton of things that might be wrong. Among them (but not limited to) are:
    -You aren't using a cross-patch cable, or your network cable is bad
    -Your PS2 is turned off, or HDL-SVR is not running
    -Your computer network card is busted
    -You haven't connected the cable to both the PS2 and the PC
    Reply With Quote  

  8. #18  
    TarzanMan is offline Member
    Join Date
    Nov 2004
    Posts
    157
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Liquid Swordz
    Good Tutorial. I was planning to do something like this and your tutorial is the perfect way for noobs to start networking thier ps2. Thanks
    Yeah, even though this site has a lot of good information... its really a pain in the ass to find much of it. I wouldn't even know where to start if I were a newbie looking for information on mod-chips and stuff.
    Reply With Quote  

  9. #19  
    anch is offline Registered User
    Join Date
    Mar 2005
    Posts
    13
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thx a lot TarzanMan, i appreciate your help.
    PS2: 80gb Maxtor with MC exploit.
    Wii: US + WiiKey
    Reply With Quote  

  10. #20  
    Ryuji13 is offline Registered User
    Join Date
    Mar 2005
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by TarzanMan
    That speed does suck, but its normal to get such slow speeds. From what I have heard, the hdl_dump code is not optimized for data transfer rate.
    Hey there,

    Getting very slow speed as well with a direct link between my NIC and the PS2... can anyone confirm the statement about hdldumb and slow data transfer rate ?
    PS2's NIC is 100Mbits, my laptop's NIC is Gigabit... i should get approx 8-10 megs/s. Also, i only leave TCP/IP in my NIC's setting, and disable all the crappy M$ QoS bullshit.
    I hardly see why hdldumb would limit the speed (or maybe there is a MTU setting to specifiy in the win registry in order to increase speed).

    Anyway, great tutorial... too bad i didn't read it before doing everything myself
    Reply With Quote  

Page 2 of 3 FirstFirst 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
  •