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: Pfsshell ?
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
  1. #1 Pfsshell ? 
    e-oni's Avatar
    e-oni is offline Member
    Join Date
    Dec 2004
    Location
    Germany
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi there,

    can someone please explain how to use pfsshell released on hdldump.psx-scene.com? Has anyone compiled the SOURCE on Mac OS X? If someone already did it please post the binary!

    Greetings ONI
    PS2 V7, 250GB Samsung HDD, Crystal-Chip 2.0 Pro
    Reply With Quote  

  2. #2  
    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
    Unless you're using an Intel Mac there is no point trying, as
    Quote Originally Posted by README
    What is NOT included?
    ---------------------
    * 64-bit compiler compatibility;
    * little-endian compatibility;
    "Only those who try will become." -- Kimahri Ronso
    Reply With Quote  

  3. #3  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    When can we have those features? What is missing? I'll put it on my debian 3.0 for now, but I would really like to see it compile on my G4/450 dual..

    The most beautiful however would be to be able to mount it:
    Code:
    mount -t pfs /dev/hdb1 /mount/ps2volume/
    Reply With Quote  

  4. #4  
    e-oni's Avatar
    e-oni is offline Member
    Join Date
    Dec 2004
    Location
    Germany
    Posts
    38
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Anyway it will be nice to know how to use it under windows. Opened the command prompt but it seems to ignore every command entered!?!

    Oni
    PS2 V7, 250GB Samsung HDD, Crystal-Chip 2.0 Pro
    Reply With Quote  

  5. #5  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I think it's for patching games that are already installed.
    Reply With Quote  

  6. #6  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    PPC is big endian( http://tuvix.apple.com/documentation..._BOOK.24e.html ), I tried to compile it and this is how far it gets,
    there is a problem with shared objects(dylib / so), as usual with MacOS X
    Code:
    $ make
    make -C fake_sdk/
            CC  hio_dbg.c
            CC  hio_trace.c
            CC  hio_udpnet.c
            CC  hio_win32.c
            CC  byteseq.c
            CC  net_common.c
            CC  dict.c
            CC  progress.c
            CC  osal_unix.c
            LNK libfakeps2sdk.so
    powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-shared'
    /usr/bin/ld: Undefined symbols:
    _main
    collect2: ld returned 1 exit status
    make[1]: *** [libfakeps2sdk.so] Error 1
    make: *** [libfakeps2sdk] Error 2
    Last edited by barf; 10-09-2006 at 01:46 AM.
    Reply With Quote  

  7. #7  
    Yoc's Avatar
    Yoc
    Yoc is offline Member
    Join Date
    Feb 2005
    Posts
    306
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I tried here with an intel Mac but no luck, same error. I even tried with intel icc compiler, but I have the same "_main undefined symbol".
    Reply With Quote  

  8. #8  
    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
    Maybe MacOS and/or MacOS' gcc doesn't support shared libraries, and/or the switch to do so is not named "-shared". And, BTW, I think you'll need the same endianess as the IOP CPU.
    "Only those who try will become." -- Kimahri Ronso
    Reply With Quote  

  9. #9  
    vtecorona's Avatar
    vtecorona is offline Member
    Join Date
    Jan 2005
    Location
    NJ
    Posts
    260
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Has anyone had any luck with PFSShell over a network? I get this when I use the device command.

    cmd:
    device 192.168.1.6

    return:
    ps2hdd: PS2 APA Driver v1.1 (c) 2003 Vector
    ps2hdd: max open = 1, 3 buffers
    ps2hdd: 17:08:21 10/31/2006
    192.168.1.6: No error
    hio: 192.168.1.6: open failed with -1
    HDL_Dump GUI v1.5 - GUI application that simplifies the use of hdl_dump.

    PS2Client Loader v1.3 - GUI application that automates the loading\unloading of PS2Client. Multiple consoles supported.
    Reply With Quote  

  10. #10  
    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
    I suppose you've started hdld_svr.elf on your PS2? ... Can connect to it with your GUI? ... And have you stopped your GUI before trying pfsshell (because hdl_dump server cannot handle more that one connected client simultaneously)?
    "Only those who try will become." -- Kimahri Ronso
    Reply With Quote  

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