NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
kryptonix
Sep 26, 2018Guide
How to unbrick the Nighthawk R7000 using OS X and TFTP
Hi,
After spending a night on unbricking my R7000 and how I struggled to work with all the manuals out there but none of them actually worked. I thought I should share what actually worked for ...
- Sep 27, 2021
HOLY COW IT WORKED!!!
nmrpflash worked!!! Switching to a Static IP address and turning my Wifi off did the trick!!
Also, recommend using -vvv to double check when it works. Took me two tries to nail the timing because the router has to finish restarting for the packet transfer to begin before the command times out.
brunomartorella
Jan 10, 2021Tutor
I have an R6700 and this is the closest thread I've found to mirror my issue. After getting to the last page, I notice I'm having the same exact problem as seethelight . My router keeps rebooting constantly and, via the ping command, I notice that it's only on for 4 seconds, and then restarts again, running through the restart loop for 93 seconds, at which point it's connected again for 4 seconds and back to restart.
Seems like this is not enough time to execute the TFTP command.. Wondering if anyone found a solution to this? I tried using a different power adapter and problem persists, so the power source is not the issue. Tried hard resets but also doesn't help.
PS: this happened after I set the router to repeater mode.
PS2: not sure if I should open a new thread?
Here's the file in my desktop, using an old one because it was the one that ran more stable before this mess:
Last login: Sun Jan 10 11:04:46 on ttys000
Brunos-MacBook-Air-2:~ bruno$ cd desktop
Brunos-MacBook-Air-2:desktop bruno$ ls
R6700-V1.0.1.20_10.0.32.chk
Brunos-MacBook-Air-2:desktop bruno$
Here is the reboot pattern. I leave the router on and it does this forever:
Last login: Sun Jan 10 11:06:38 on ttys001
Brunos-MacBook-Air-2:~ bruno$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6
Request timeout for icmp_seq 7
Request timeout for icmp_seq 8
Request timeout for icmp_seq 9
Request timeout for icmp_seq 10
Request timeout for icmp_seq 11
ping: sendto: No route to host
Request timeout for icmp_seq 12
ping: sendto: Host is down
Request timeout for icmp_seq 13
Request timeout for icmp_seq 14
64 bytes from 192.168.1.1: icmp_seq=15 ttl=100 time=3.081 ms
64 bytes from 192.168.1.1: icmp_seq=16 ttl=100 time=1.577 ms
64 bytes from 192.168.1.1: icmp_seq=17 ttl=100 time=1.630 ms
64 bytes from 192.168.1.1: icmp_seq=18 ttl=100 time=1.417 ms
Request timeout for icmp_seq 19
Request timeout for icmp_seq 20
Request timeout for icmp_seq 21
Request timeout for icmp_seq 22
Request timeout for icmp_seq 23
Request timeout for icmp_seq 24
Request timeout for icmp_seq 25
Request timeout for icmp_seq 26
And here is the TFTP command I'm running. I'm doing the put exactly when I get the first ttl=100 response from the separate terminal window where I'm pinging the router:
Last login: Sun Jan 10 11:07:33 on ttys001
Brunos-MacBook-Air-2:~ bruno$ cd desktop
Brunos-MacBook-Air-2:desktop bruno$ ls
R6700-V1.0.1.20_10.0.32.chk
Brunos-MacBook-Air-2:desktop bruno$ tftp
tftp> connect 192.168.1.1
tftp> status
Connected to 192.168.1.1.
Mode: netascii Verbose: off Tracing: off
Rexmt-interval: 5 seconds, Max-timeout: 25 seconds
tftp> binary
tftp> status
Connected to 192.168.1.1.
Mode: octet Verbose: off Tracing: off
Rexmt-interval: 5 seconds, Max-timeout: 25 seconds
tftp> put R6700-V1.0.1.20_10.0.32.chk
Transfer timed out.
tftp>
seethelight
Jan 10, 2021Aspirant
unfortunately i wasnt able to resolve it. Still hoping that someone pops up here with a solution. I also tried with the 4 pins cable but to no avail. If someone could post here all the steps to follow with the 4 pins and mac would be great but to date i have no solution to offer.