GoldHEN / GoldHEN

PS4 Homebrew Enabler
1.62k stars 127 forks source link

The console was turned off incorrectly after GoldHEN v2.4b17 v9.00 with method PPPwn #167

Open winchesterpro5 opened 4 months ago

winchesterpro5 commented 4 months ago

After successfully downloading PPPwn and activating GoldHEN v2.4b17 v9.00 , when you turn off/restart/sleep the ps4 console, it turns off as if it were pulled out of the socket. And then it turns on only from the button on the PS4 case, followed by a notification that the console was turned off incorrectly.

KrisztianKende commented 4 months ago

To avoid this, turn down the network interface after PPPwn.

ip link set eth0 up
./pppwn -a -i eth0 --fw 900 --stage1 stage1.bin --stage2 stage2.bin
ip link set eth0 down
winchesterpro5 commented 4 months ago

To avoid this, turn down the network interface after PPPwn.

ip link set eth0 up
./pppwn -a -i eth0 --fw 900 --stage1 stage1.bin --stage2 stage2.bin
ip link set eth0 down

Maybe it would be possible to organize this in pppwn or goldhen, so as not to resort to disabling the network interface? What do you think?

KIMO-in commented 1 month ago

187