I see that PS3 CFW scene got to hardcore overclocking with voltage mods, so I wonder is Syscon magic more end-user friendly already?
I have CP2102 USB converter that is a leftover from modding a router with OpenWRT software, wondering if I could use it to reprogram fan table in 2004 and 2504 Slim models I currently have.
hi. is there a noobie guide for adjusting syscon fan table on sherwoods? i have done the webman-like setting by paco on my mullion console and it's working great on me (no unnecessary loud fan on ps2 mode) but i just don't understand the hexes needed to set for sherwoods. thanks.
Hi. I did manage to solder CP2102 (actually I had soldered cables to exit through the HDD bay to be able to disconnect them and hide under the flap)
For now it's only the CECH-2004 (DYN-001) done.
I'm getting communication with the Syscon, but the issue is the thermal config writing.
The original match the one at psdevwiki
Well I did figure out how they are written before I noticed that all of this is explained above
Out of the curiosity and laziness I tried to write the CELL part to match the one in the CECH-2504 instead of thinking about my own as it seem reasonable to have two systems in the room behave the same way.
But the thing is this # [UCMD] Too many arguments.
Code:
Press Ctrl+C to exit
>$ r 0250 10
00000000
# +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F
# -----------------------------------------------
# 33 35 00 00 00 39 36 00 2F 00 3B 37 00 31 00 3E
#
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F 00 3B 3D 00 31 00 3E
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F 00 3B 3D 00 31 00
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F 00 3B 3D 00 31
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F 00 3B 3D 00
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F 00 3B 3D
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F 00 3B
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F 00
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00 2F
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C 00
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39 3C
F0000003
# [UCMD] Too many arguments.
Press Ctrl+C to exit
>$ w 0250 33 3B 00 00 00 39
00000000
# addr=00000250 num=06 val=33 3B 00 00 00 39
Press Ctrl+C to exit
>$ r 0250 10
00000000
# +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F
# -----------------------------------------------
# 33 3B 00 00 00 39 36 00 2F 00 3B 37 00 31 00 3E
#
Press Ctrl+C to exit
>$ w 0250 33 35 00 00 00 39
00000000
# addr=00000250 num=06 val=33 35 00 00 00 39
Press Ctrl+C to exit
>$
Did I miss something that allows more arguments?
Just to be safe I was trying less and less at a time and reverted back to default in the end.
But I see the original post applying config to VER-001 and it definitely has more than 6 arguments at a time...
EDIT:
Well, didn't know better so I just split the CELL thermal config in parts and written it in 19 commands...
So to write JTP-001/JSD-001 CELL config into DYN-001 I had use commands below
Code:
w 0250 33 3B 00 00 00 39
w 0256 3C 00 2F 00 3B 3D
w 025c 00 31 00 3E 3E 00
w 0262 31 80 40 3F 00 33
w 0268 80 43 40 00 34 00
w 026e 45 41 00 36 80 48
w 0274 46 00 37 00 4A 4A
w 027a 00 3D 80 50 4C 00
w 0280 3E 00 55 4D 00 3E
w 0286 80 5A 4E 00 3F 00
w 028c 66 4F 00 3F 80 80
w 0292 50 00 40 00 B3 51
w 0298 00 41 00 FF 55 00
w 029e 43 00 FF FF FF FF
w 02a4 FF FF FF FF FF FF
w 02aa FF FF FF FF FF FF
w 02b0 FF FF FF FF 33 FF
w 02b6 01 00 FF FF FF FF
w 02bc FF FF FF FF
Then changed and confirmed the checksum
Code:
>$ eepcsum
00000000
# csum = 0x1FE1
Press Ctrl+C to exit
>$ w 7fe E1 1F
00000000
# addr=000007FE num=02 val=E1 1F
Press Ctrl+C to exit
Well as for now I get two different models that finally should behave the same way in terms of the CELL BE temperature, the next part will be configuring the RSX and maybe undervolting...
It was driving me nuts that these two Slims were behaving differently haha.
Thanks for the guide!
And yeah @NextGeneration9501 I agree the hexes are a nightmare to understand...
I don't know maybe the CELL part I had written above will be useful.
Someone might want to double check it tho but it seems fine for me, at least the system booted and looks like it behaves as expected.
Update:
I'm not sure if the TemprD are fine, but I leave here my PS3 Slim DYN-001 config that aims for 28% fan speed (delided and undervolted keeps 58°C CELL 62° RSX sitting on XMB user selection screen for 3 hours @ 24°C ambient)
EDIT: Solved this, didn't realize the console power needed to be switched off before these changes I made would take effect!
I'm working with a CECHE01 that is delidded and undervolted, have been running the webman 68c for a while. System runs cool, but it'll occasionally hit 68c and the fans go nuts for 30 seconds which is kinda annoying.
Stumbled across this thread and decided to give a custom syscon fan curve a try to keep the noise down. I copied Paco's table, wrote it to syscon and verified the changes applied.
When starting up TLOU fan speed is at 20%, temps climb slowly and eventually will reach 75c, at that point the fan ramps to 28% and the temps will level off at 68-70c.
I've tried re-writing the tables and even modifying the target temperatures, but nothing seems to change. Am I missing something?
EDIT: Solved this, didn't realize the console power needed to be switched off before these changes I made would take effect!
I'm working with a CECHE01 that is delidded and undervolted, have been running the webman 68c for a while. System runs cool, but it'll occasionally hit 68c and the fans go nuts for 30 seconds which is kinda annoying.
Stumbled across this thread and decided to give a custom syscon fan curve a try to keep the noise down. I copied Paco's table, wrote it to syscon and verified the changes applied.
When starting up TLOU fan speed is at 20%, temps climb slowly and eventually will reach 75c, at that point the fan ramps to 28% and the temps will level off at 68-70c.
I've tried re-writing the tables and even modifying the target temperatures, but nothing seems to change. Am I missing something?