Hello,
I built the 25.12.3 firmware with some extra packages (on the openwrt-website), flashed it to the router and after a reboot the router doesn't work anymore. It seems bricked.
Here is what is happening:
- Booting up the device without pressing any button, the led flashes once and stays green without any further blinking.
From pinging the device I can see that at some point during startup it sends between 2 and 4 pings and stays silent after:
From 192.168.1.10 icmp_seq=6291 Destination Host Unreachable
64 bytes from 192.168.1.1: icmp_seq=6292 ttl=64 time=1024 ms
64 bytes from 192.168.1.1: icmp_seq=6293 ttl=64 time=0.713 ms
64 bytes from 192.168.1.1: icmp_seq=6294 ttl=64 time=0.488 ms
From 192.168.1.10 icmp_seq=6295 Destination Host Unreachable
Pings get lost then. tcpdump shows no output.
- Booting up the device while keeping the wps button pressed permanently, the led is quickly flashing red (like 10 times per second). No ping gets through. If I release the wps button, the red flashing stops and the permanent green led comes back, flashes once, and that's it. Nothing else.
tcpdump shows no output, pings get lost.
- Booting up the device while keeping the reset button pressed, the led is flashing red slowly (like 2-4 times per second) and stays in that flashing state if I release the button. Pings keep working then indefinitely. However, I cannot ssh into the machine. The ssh client just waits for connection forever. Pressing the wps button or the reset button again in this state doesn't do anything.
tcpdump shows no output.
- Booting up the device and pressing the reset button once after around 4-5 seconds
tcpdump -Ani eth0 port 4919 and udpshows:
09:40:22.853024 IP 192.168.1.1.46725 > 192.168.1.255.4919: UDP, length 1001
E.....@.@..............7.. y..Please press button now to enter failsafe...
Pressing the wps button quickly then doesn't do anything. Pressing the reset button again doesn't do anything.
-
Booting up the device and pressing the wps button once after around 4-5 seconds gives the same result like 4). It doesn't seem to put me in failsafe mode either.
-
Booting up the device and pressing either button after 1-10 seconds to catch the failsafe mode window doesn't work either.
What am I missing here, any specific procedure to get to failsafe mode or is this device beyond debricking with failsafe mode?