Joseph C. Lehner

Results 186 comments of Joseph C. Lehner

The ability to dump flash is only available from the full (i.e. privileged) shell. Since there's no `su` command, you can't easily switch to that from a Telnet session. What...

The problem is that the channel scan and both output to the console at the same time, leading to clobbered lines such as ``` 2196803200: 1477109117 1924241- No energy! Scanning...

> CM seems to allow the boot processes to be interrupted but when pressing P the bootloader menu seems to be quite limited. Please attach the console output of the...

According to [this thread](https://stackoverflow.com/questions/74522604/how-to-fix-eperm-error-when-trying-to-use-sendto-with-ethernet-socketaf), a firewall could cause the `sendto` function to fail with `Operation not permitted`. Btw, because it was mentioned on the OpenWRT forum thread you referenced: The...

Weird. Which Lubuntu version is it? Please run the following commands and post the output: ``` $ sudo ufw disable $ sudo iptables -L ``` On Sun, May 12, 2024,...

> Had enough. Bummer. Could you try running `nmrpflash` with `strace` one last time. And include the `dmesg` output immediately after running the command. ``` $ sudo strace -tt -o...

Hmm... I'm kinda stumped by this one. - It's not a firewall issue - It's neither a hardware nor driver issue (same results with internal and external Ethernet, as reported...

Hope it's not too late. You could try another TFTP client, since the issue might be `nmrpflash`'s TFTP implementation: ``` $ sudo apt-get install -y tftp-hpa $ sudo nmrpflash -i...

Have you tried restoring factory defaults using the reset button, after flashing the latest stock firmware?