Olygame

DigiTopZ #2

ModChipCentral

Results 1 to 3 of 3

Thread: PS3 Tools Repo

  1. #1
    Member
    Join Date
    Jan 2012
    Posts
    30
    Total Thanks Given
    19
    Total Thanks Received
    54
    Total Thanked Posts
    21

    PS3 Tools Repo

    Hi all, please help if you can.

    I'm looking for f0f's tools (un-compiled and pre-compiled for *nux) as well as any additional libraries/tools/documentation they released.

    I'm also looking for the latest psl1ght.

    If anyone has links or appropriate .nzb please drop me a pm (or reply here). I'd prefer to avoid torrents but if this is the only way...

  2.          
  3. #2
    Senior Member
    Join Date
    Jul 2011
    Posts
    232
    Total Thanks Given
    67
    Total Thanks Received
    184
    Total Thanked Posts
    92
    This should work for the majority of linux distros still

    http://psl1ght.net/wiki/TutorialInstallebian

    It will take a little while but atleast you know you can build the toolchain yourself.

    To get the ps3tools, gitbrew still hosts them on their git

    So

    Code:
    git clone git://git.gitbrew.org/ps3/ps3tools.git
    cd ps3tools
    ./autogen.sh
    make
    sudo make install
    If you get any errors during ./autogen.sh, get the dependancies from the above PSL1GHT tutorial, and it should work if you rerun the command.

    Then you'll need the keys to make those tools work. You can get them from various sources on github (here: https://github.com/search?utf8=%E2%9...ries&language=)

    For example, I'll use what is currently the first result

    Code:
    git clone https://github.com/Mamdooh/PS3keys.git
    mv PS3keys ~/.ps3
    NOTE: you must move the keys into the ~/.ps3 folder for the tools to find them
    All done

    I could supply links to pre-compiled stuff, but I find it worlds more rewarding when I compile things from scratch. If you need anymore help compiling, just ask.
    Last edited by afiser; 04-10-2012 at 09:29 AM.

  4. The Following 3 Users Say Thank You to afiser For This Useful Post:

    gDrive (04-11-2012), passwordispassword (04-11-2012)

  5. #3
    Member
    Join Date
    Jan 2012
    Posts
    30
    Total Thanks Given
    19
    Total Thanks Received
    54
    Total Thanked Posts
    21
    Awesome post, thank you afiser. It is much appreciated. Looks like I will be having a few late nights in the future (and you will be answering some dumb questions)!

    Thanks again.


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
EachGame