No) dont overclock dying rsxGreatest respect sir! Thank you!
Guys, do you think Is it safe to install on a BC CECH04 with delidded RSX, and fairly new (2022 december, with a 100hrs playing time since, maybe less) mx4 thermal paste?
No) dont overclock dying rsxGreatest respect sir! Thank you!
Guys, do you think Is it safe to install on a BC CECH04 with delidded RSX, and fairly new (2022 december, with a 100hrs playing time since, maybe less) mx4 thermal paste?
It is healthy, but what do you mean? thxNo) dont overclock dying rsx
Reboot the PS3 and try again, also check if it works with multiMAN
- I updated my CECHK01 from Evilnat 4.91 to 4.92, both were CEX, and now when I mount any ISO game with WebMAN MOD the game name displays in the XMB as a dash (-) and I get an error saying the disc cannot be started
- PS2 ISO games say "Unsupported data" and return the error message "This model PS3 is not compatible with PlayStation 2 format software"
- Mounting and loading games worked fine before I updated the CFW so it's not an issue with my ISO files or WebMAN MOD itself. Aldos released a new update for webMAN which I did install but the issue persisted
SSDs can cause random issues, so I don't recommend using them for this reason. If the disc isn't recognized, try restarting your PS3 completely with [Hard Reboot] in xaiHappened to many people with various SSD sizes.
[CFW Fixes updater] updated to version 1.01:---------
Hi nat,Reboot the PS3 and try again, also check if it works with multiMAN
SSDs can cause random issues, so I don't recommend using them for this reason. If the disc isn't recognized, try restarting your PS3 completely with [Hard Reboot] in xai
[CFW Fixes updater] updated to version 1.01:
- nas_plugin.sprx: Fixed error 8002AE32 while installing all PKGs in non QA flagged PS3
Download it from xai_plugin in [Updates > CFW 4.92 Fixes] or manually here: https://t.co/R7f7rZNo7j
Hi nat,
Could you tell me where DPRINTF messages go? I'd like to take a crack at it
No, due lack of a free space in LV2 memory to fit the kernel payload.also is external Cobra working again?
Ugh, is there any way to test debug payloads without reflashing the entire firmware each time?socat -u udp-recv:18194 stdout
No, due lack of a free space in LV2 memory to fit the kernel payload.
View attachment 45757
cfw tools> basic tools> rsx clockscan you tell me how webmanmod, or any app be able to show what frequencies are the chips at that moment?
It is healthy, but what do you mean? thx
Ugh, is there any way to test debug payloads without reflashing the entire firmware each time?
You can disable Cobra in the same menu. The CFW will behave as a regular non-Cobra CFW.Maybe we need regular CFWs again (i.e. without embedded Cobra)?
Download it from xai_plugin in [Updates > CFW 4.92 Fixes] or manually here: https://t.co/R7f7rZNo7j
Is it safe to install that OC version on my CECHC04?can you tell me how webmanmod, or any app be able to show what frequencies are the chips at that moment?
It is healthy, but what do you mean? thx
Thanks for replying.If you're using PEX, you can switch between Cobra debug and normal payloads without reinstall CFW.
There is an option at the bottom of CFW Tools > Cobra menu to do that.
You can disable Cobra in the same menu. The CFW will behave as a regular non-Cobra CFW.
If you also disable the CFW Syscalls, the system will behave as a OFW.
Use also can return to Cobra mode without reinstall CFW.
Download my Cobra repository, edit the files you want and compile it for debug output with socatThanks for replying.
I want to add some extra debug prints to Cobra to check what causes backup discs not to be recognized when there's an SSD. Existing debug Cobra will not help since I need to edit and recompile the code. I'd really rather avoid having to reinstall the entire firmware every time I tweak something.
Hi, thanks for replying.Download my Cobra repository, edit the files you want and compile it for debug output with socat
If you have CFW 4.92 you can compile Cobra, simply add your code, compile it and replace it in /dev_flash/sys. Remember to compile it with debug flag to enable socat outputHi, thanks for replying.
Aldos said external Cobra doesn't work.... any way I can get it running without flashing the entire firmware?
Is there any risk of brick if Cobra doesn't load properly / crashes etc.?If you have CFW 4.92 you can compile Cobra, simply add your code, compile it and replace it in /dev_flash/sys. Remember to compile it with debug flag to enable socat output
Could be wrong, but afaik, no. I think there's now a patch to prevent that from happening, so cobra is disabled automatically if something is wrong.Is there any risk of brick if Cobra doesn't load properly / crashes etc.?
There is a feature in stage0 that renames the stage2 payload before start it. If everything is fine, the stage2 is renamed back to the original name to let load it in the next boot. If the payload fails, stage2 will not be loaded.Is there any risk of brick if Cobra doesn't load properly / crashes etc.?
/dev_flash/sys is on the HDD?There is a feature in stage0 that renames the stage2 payload before start it. If everything is fine, the stage2 is renamed back to the original name to let load it in the next boot. If the payload fails, stage2 will not be loaded.
However with this protection, there is a small chance for brick on NAND consoles.
If your PS3 has NOR flash, the risk is minimum. You just need to format the internal HDD and reinstall the CFW if the stage2 brick protection fails.
If you're intending to implement a new feature in Cobra, I prefer to test the new code in Mamba and load it from XMB through IRISMAN. If the payload fails, you only need to reboot the console, replace the payload and test again.
/dev_flash/sys is on the HDD?
Also, I'm not trying to implement a new feature. I'm trying to figure out why SSDs cause backup discs to show up as data discs. Need a lot of extra debug prints for that.