MODDEDWARFARE / PPPwn_WRT

A method of running PPPwn on OpenWRT
71 stars 16 forks source link

nanosatation M5 xm /run.sh error #20

Open Hamo27 opened 4 months ago

Hamo27 commented 4 months ago

/root/PPPwn_WRT-main/run.sh: line 31: can't create /sys/class/leds/red:info/trigger: nonexistent directory /root/PPPwn_WRT-main/pppwn_mipsel: line 2: syntax error: unexpected ")" /root/PPPwn_WRT-main/run.sh: line 33: can't create /sys/class/leds/red:info/trigger: nonexistent directory /root/PPPwn_WRT-main/run.sh: line 34: can't create /sys/class/leds/green:info/trigger: nonexistent directory

SyderaLGaming commented 3 months ago

/root/PPPwn_WRT-main/run.sh: line 31: can't create /sys/class/leds/red:info/trigger: nonexistent directory /root/PPPwn_WRT-main/pppwn_mipsel: line 2: syntax error: unexpected ")" /root/PPPwn_WRT-main/run.sh: line 33: can't create /sys/class/leds/red:info/trigger: nonexistent directory /root/PPPwn_WRT-main/run.sh: line 34: can't create /sys/class/leds/green:info/trigger: nonexistent directory

probablemente no estes ejecutando el pppwn correcto para tu arquitectura, tuve el mismo error y la solucion fue reemplazar el archivo pppwn_mips (segun mi arcquitectura), con el de xfangfang y funciono

You are probably not running the correct pppwn for your architecture, I had the same error and the solution was to replace the pppwn_mips file (according to my architecture), with the one from xfangfang and it worked

Hamo27 commented 3 months ago

I replaced the pppwn_mips file with the one from xfangfang can not run it either Not working any way to solve it ?

nakasix commented 3 months ago

Hello,

What is the output of the commands "uname -a" and "uname -m"? Also do a "ls /sys/class/leds/" to fix the LEDs problem afterwards ;)

Regards,