joe97tab / PI-Pwn-Offline

PS4 PPPwn Offline
5 stars 0 forks source link

ipv6 Still experiencing power outages #1

Closed fayejun closed 3 months ago

fayejun commented 4 months ago

Hello author, I really like your work. It's easy and fast to use. But after my testing, it still loses power when using IPv6. Tested with the cursed model, regardless of whether C++is selected as stooged or feng, the cursed model still loses power after selecting IPv6. Normal models can be used normally. I have tested with Stooged's code alone, and the cursed model will not power off, while testing with your IPv6 system will indeed power off. I hope to have some free time to solve this problem and see where the error lies. Thank you.

fayejun commented 4 months ago

What I want to express is that using your code to create a box, even if IPv6 is selected, cursed models will still power off. Every time there is a power outage, and various combination schemes have been tested to ensure that it will be disconnected.

joe97tab commented 4 months ago

I have no idea why IPv6 address will effect power consumption. Stooged binary and xfangfang binary, in term of performance should be the same. If you experienced the problem please use xfangfang binary, set CPPMETHOD="3".

Shutdown problem, edit run.sh script by change this line

sudo poweroff

to

sudo shutdown -P now