PS3 SYSCON Tutorial (Windows)

Hello everyone
Trying to fix ps3 CechG08 Sem-001
Came into my hands without Tokins
The error code at that time was 3004
Now I'm at a dead end and don't know what else to check
Please help

Do you have a multimeter at hand? Check the impedance of VCC RSX to GND at the capacitors. It should be around 3 Ohm. Did you also put the bridges between the positive terminals?
 
Hey everyone, I have a PS3 Super slim (CECH-4004C with MSX-001), the console does not show a standby, or the on light.
I tried two different power cables and even tried two power supplies (ADP-160AR and APS-330) but with no luck.

I tried getting syscon logs off the console by soldering wires to the Tx and Rx points and grounding it on the copper edges, but no matter what, I kept getting "Auth1 response invalid."
I tried two different USB-to-TLL/UART adapters, a CP2102, and a CH340, ending in the same outcome.

Since there seems to be no communication, I assume something does not get power or something does not work.

Please let me know what I could do to further diagnose/fix this issue if it is even possible.
 
Hey everyone, I have a PS3 Super slim (CECH-4004C with MSX-001), the console does not show a standby, or the on light.
I tried two different power cables and even tried two power supplies (ADP-160AR and APS-330) but with no luck.

I tried getting syscon logs off the console by soldering wires to the Tx and Rx points and grounding it on the copper edges, but no matter what, I kept getting "Auth1 response invalid."
I tried two different USB-to-TLL/UART adapters, a CP2102, and a CH340, ending in the same outcome.

Since there seems to be no communication, I assume something does not get power or something does not work.

Please let me know what I could do to further diagnose/fix this issue if it is even possible.
Check whether there is 5V voltage delivered to the motherboard. The situation you described where there is no standby cannot be connected to syscon. It requires the 5V voltage output by the power supply to connect.
 
Check whether there is 5V voltage delivered to the motherboard. The situation you described where there is no standby cannot be connected to syscon. It requires the 5V voltage output by the power supply to connect.
Hey, after checking with a multimeter, both power supplies output 5V. I guess it must "get lost" somewhere on the motherboard. I will be checking it more with a multimeter but if you have any tips or recommendations on what to check or things that can cause this issue let me know and ill check them out asap.
 
USB SERIAL CH340
CECHA01/COK-01 board
Powershell output:
Trying to communicate with the Syscon...
Communication OK!
>$: auth
Sending AUTH1...
Method invocation failed because [System.Char] does not contain a method named 'Replace'.
At C:\_ps3\syscon.ps1:166 char:15
+ $Result = $(Serial-Receive)[1].Replace("`n", "")
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : MethodNotFound
Error: AUTH1 response invalid!
what i'm doing wrong? Any suggestions?

Method invocation failed because [System.Char] does not contain a method named 'Replace'.
At C:\_ps3\syscon.ps1:166 char:15
+ $Result = $(Serial-Receive)[1].Replace("`n", "")
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : MethodNotFound
Error: AUTH1 response invalid!

I'm answer myself: don't forget a ground wire. I make a ground connection with PS3 and everything is solved.
 
Last edited by a moderator:
Really wish there was a Syscon app, that supports Windows 7,8 and XP, no Command Prompt, no Python just launch the app like JRunner for the Xbox 360 and your all set.
 

Attachments

  • 20250613_160114~2.JPG
    20250613_160114~2.JPG
    960.3 KB · Views: 82
Hi,
Why can't I access SYSCON? 'Windows64_gui_ps3_syscon_uart_script.exe' doesn't work. Just gives message: 'Auth response invalid'. SysconReader also says 'Auth response invalid'. This applies to both of my CECHL/VER-001 (one working and one with YLOD). I have no problems reading my CECHA/CECHB/CECHC/CECHE-syscon. So why can't I get this to work. First time trying 'Sherwood-syscon'. The wires I'm using are OK (all the way to the Rx/Tx resistors) and checked for short circuits somewhere, but no. Tried changing Tx/Rx. (and yes - 5V to motherboard is on). Tried with both UART 'FT232' and 'CP2102' on two different PCs.
Suggestions?
 

Attachments

  • IMG_5750_1.JPG
    IMG_5750_1.JPG
    128.6 KB · Views: 36
  • IMG_5761_.JPG
    IMG_5761_.JPG
    974 KB · Views: 30
  • IMG_5763_.JPG
    IMG_5763_.JPG
    1.5 MB · Views: 37
Last edited:
Back
Top