Recent content by akuhak

  1. akuhak

    PS2 PlayStation 2 MECHACON Adjustment Program (PMAP)

    hmm, kinda strange - did you choose chassis in the selection menu? It seems like it is not selected.
  2. akuhak

    PS2 PlayStation 2 MECHACON Adjustment Program (PMAP)

    @finalman did you used last version from here? https://github.com/ps2homebrew/PMAP/releases/tag/latest Also, you didnt provide pmap.log from app folder.
  3. akuhak

    PS2 [REQUEST] BIOS Patch for 128MB RAM and Region-Free Support

    For the records mechapwn changes console behaviour not to the devkit (Development Kit) but to the debkit (Debug Kit). Debug Kit has almost the same hardware as retail models, only mechacon, dsp and roms are different.
  4. akuhak

    PS2 PS2Ident

    should work now, please test https://github.com/AKuHAK/PS2Ident/releases/tag/latest
  5. akuhak

    PS2 PS2Ident

    yes, there is something wrong with my build, I will try to investigate when I have time.
  6. akuhak

    PS2 PlayStation 2 MECHACON Adjustment Program (PMAP)

    should match the GH-019
  7. akuhak

    PS2 PlayStation 2 IR Remote Control (On/Off/Reset + Full Control)

    @Lambada about Power on only button. In some cases it is safer to use that button, cause it will not reset console if it is already powered on. So it can be useful for some scenarios.
  8. akuhak

    PS2 [REQUEST] Im collecting info about PS2 console's revisions

    Do you have board pics? Never hear about old DSP in 79k. @Alex Boanta could you also for FATs collect BIOS chip marking?
  9. akuhak

    PS2 ps2 exit testmode

    it is no the only way, but other ways are too hard to achieve. It is possible to get into unlimited TESTMODe by writing specially corrupted FAN config into eeprom area. But anyway you need to solder PMAP to get rid of it by issuing commands to mechacon processor. c8d00 command most likely will...
  10. akuhak

    PS2 PSBBN support for larger drives definitely possible

    this is "next step". Firstly PSX reads from DVRP where is the "cross" mark (2Gb or 40Gb), then it goes there, splits HDD into 2 virtual HDD devices: hdd0 and dvr_hdd0. And only then it reads dvr_hdd0 content, including "__extend" partition. "__extend" for dvr_hdd0 is the same as "__mbr" for...
  11. akuhak

    PS2 PSBBN support for larger drives definitely possible

    1st gen PSX has PS2BBN but it is very limited and is coded as DESR firmware module but PSX firmware isnt driven by Linux (more like PS2 elf). BTW original PS2Linux will refuse to install onto DESR - Sony blocked Linux installation. As about 40GB reservation, its done very similar to Toxic OS...
  12. akuhak

    PS2 PSBBN support for larger drives definitely possible

    Sure, but journaling can also occur randomly, APA driver can rewrite journal when it notices something strange in APA scheme, and linux version of ATAD also can do that. APA driver assumes that sectors 7-10 belongs only to him. It is not writing there every second of course, but it can do that...
  13. akuhak

    PS2 PSBBN support for larger drives definitely possible

    APA jail has its limitations. GPT partition table and APA filesystem journal uses the same sectors for storing data, so its just matter of time until APA will update the journal and successfully destroy GPT partition scheme. For example it is enough to put Audio CD and BBNav will create temp...
  14. akuhak

    PS2 PSBBN support for larger drives definitely possible

    Nice, didnt know about that, this is very cool hack. ah, yes, sorry, 48-bit support was added in different way - by completely replacing Sony driver with ps2sdk driver. This is not applicable for BBNav unfortunately. actually it doesnt differ much from the code you placed earlier, it has the...
  15. akuhak

    PS2 PSBBN support for larger drives definitely possible

    Didnt found it in psx-pace, made by @krHACKen : see attached file. It is patching any atad.irx based app or driver to support 48-bit. As I understand you will loose ability to browse online channels after that, even if you redirect them into mirror. Correct me if I am wrong, cause if Scej CH...
Back
Top