Closed ukyo13 closed 5 months ago
I've tried following the guide and PPPwnWRT is installed, and I can have it run "pppwn list" to show the interfaces. When I've tried running the below script though, it gives me a "Killed" notification just a few seconds after running. "pppwn --interface eth0.1 --fw 1100 --stage1 "/etc/PPPwnWRT/stage1.bin" --stage2 "/etc/PPPwnWRT/stage2.bin" --auto-retry"
I'm using an Asus RT-N12+ B1 and have used the MIPS build
Please provide the SSH log of when you try to run pppwn. xfangfang is working on the MIPS build and this might require a future update to pppwn_cpp.
I've tried following the guide and PPPwnWRT is installed, and I can have it run "pppwn list" to show the interfaces. When I've tried running the below script though, it gives me a "Killed" notification just a few seconds after running. "pppwn --interface eth0.1 --fw 1100 --stage1 "/etc/PPPwnWRT/stage1.bin" --stage2 "/etc/PPPwnWRT/stage2.bin" --auto-retry" I'm using an Asus RT-N12+ B1 and have used the MIPS build
Please provide the SSH log of when you try to run pppwn. xfangfang is working on the MIPS build and this might require a future update to pppwn_cpp.
It just shows the args of pppwn then immediately says "Killed", no other ssh logs
Posting a description of the log instead of the actual log does nobody any good and we can't help you until you can post an actual log.
Posting a description of the log instead of the actual log does nobody any good and we can't help you until you can post an actual log.
My bad, I've already turned off my PS4 and PC when I replied. I'll try later and send the actual SSH logs
I've retried again today. Here's the full log from putty
That is a pppwn_cpp problem with the MIPS build needing more work on big endian mips systems, report it to xfangfang with that log and hang tight as they work on the mips build.
That is a pppwn_cpp problem with the MIPS build needing more work on big endian mips systems, report it to xfangfang with that log and hang tight as they work on the mips build.
Got it, will send the log there. Thanks!
i have same problem program getting Killed, i thought its because of Less FLASH/RAM
Try tail -n +1 | pppwn --everything else
https://superuser.com/questions/554855/how-can-i-fix-a-broken-pipe-error
On low-spec devices such as old routers you should try the "--buffer-size 10240" option.
This is a pppwn_cpp issue and not a PPPwnWRT issue.
I've tried following the guide and PPPwnWRT is installed, and I can have it run "pppwn list" to show the interfaces. When I've tried running the below script though, it gives me a "Killed" notification just a few seconds after running. "pppwn --interface eth0.1 --fw 1100 --stage1 "/etc/PPPwnWRT/stage1.bin" --stage2 "/etc/PPPwnWRT/stage2.bin" --auto-retry"
I'm using an Asus RT-N12+ B1 and have used the MIPS build