Netgear R7500v2 support

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3 ... 14, 15, 16 ... 52, 53, 54  Next
Author Message
husky55
DD-WRT User


Joined: 19 Nov 2008
Posts: 274
Location: Madison, CT, US

PostPosted: Thu Oct 20, 2016 12:10    Post subject: Reply with quote
Links work fine for me just now!!! Malachi reported that the revert to factory file did not work for him, can anybody else confirm? tftp works so there is a way back.
_________________
Netgear R7800(2), R7500v2(2) WDS, Asus RT-AC68R (2)
Sponsor
noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Sat Oct 29, 2016 3:55    Post subject: Reply with quote
Any having issue with recent build? Build after 30771 keep crash on me every few minutes.
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6285
Location: Texas

PostPosted: Sat Oct 29, 2016 4:20    Post subject: Reply with quote
noodle04 wrote:
Any having issue with recent build? Build after 30771 keep crash on me every few minutes.

If using QOS delete everything in Services Priority see if that keeps from crashing.
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Sat Oct 29, 2016 4:34    Post subject: Reply with quote
mrjcd wrote:
noodle04 wrote:
Any having issue with recent build? Build after 30771 keep crash on me every few minutes.

If using QOS delete everything in Services Priority see if that keeps from crashing.


Also BS r30805 and Kong r30800M both out give those a try first, erase nvram recommended.
mrerick0423
DD-WRT Novice


Joined: 29 Oct 2016
Posts: 4

PostPosted: Sat Oct 29, 2016 15:33    Post subject: Reply with quote
husky55 wrote:
Links work fine for me just now!!! Malachi reported that the revert to factory file did not work for him, can anybody else confirm? tftp works so there is a way back.


hi there im newbie here will you guide how to tftp r7500v2.. im using the kong 9-30-16, and i would like to go back to original fw.. thanks for any info Very Happy
husky55
DD-WRT User


Joined: 19 Nov 2008
Posts: 274
Location: Madison, CT, US

PostPosted: Sat Oct 29, 2016 16:27    Post subject: Reply with quote
mrerick0423 wrote:
husky55 wrote:
Links work fine for me just now!!! Malachi reported that the revert to factory file did not work for him, can anybody else confirm? tftp works so there is a way back.


hi there im newbie here will you guide how to tftp r7500v2.. im using the kong 9-30-16, and i would like to go back to original fw.. thanks for any info Very Happy


It's in Kong's readme file:

Flashing back to Netgear fw through webif is not supported. To flash back to Netgear firmware,
login via telnet or ssh, then run command:

erase linux
reboot
the router will reboot and start tftpd server (flashing power light indicates tftpd ready).

Now push oem firmware through tftp client:

tftp 192.168.1.1
binary
put R7500-V1.0.0.94.img

Important:

This build is not supposed to be an alternative to oem firmware as there is no 5G support. It is
rather a proof of concept:-)
This build however prepares dd-wrt for full R7500V2 support which has two supported atheros radio

_________________
Netgear R7800(2), R7500v2(2) WDS, Asus RT-AC68R (2)
Malachi
DD-WRT Guru


Joined: 17 Jul 2012
Posts: 7209
Location: Columbus, Ohio

PostPosted: Sat Oct 29, 2016 16:45    Post subject: Reply with quote
The r7500v5 is fully supported by dd-wrt, both bands.
There is a web revert file in kong's folder. It just didn't work for me nor for another user who tried it.

_________________
I am far from a guru, I'm barely a novice.
mrerick0423
DD-WRT Novice


Joined: 29 Oct 2016
Posts: 4

PostPosted: Sat Oct 29, 2016 17:24    Post subject: Reply with quote
husky55 wrote:
mrerick0423 wrote:
husky55 wrote:
Links work fine for me just now!!! Malachi reported that the revert to factory file did not work for him, can anybody else confirm? tftp works so there is a way back.


hi there im newbie here will you guide how to tftp r7500v2.. im using the kong 9-30-16, and i would like to go back to original fw.. thanks for any info Very Happy


It's in Kong's readme file:

Flashing back to Netgear fw through webif is not supported. To flash back to Netgear firmware,
login via telnet or ssh, then run command:

erase linux
reboot
the router will reboot and start tftpd server (flashing power light indicates tftpd ready).

Now push oem firmware through tftp client:

tftp 192.168.1.1
binary
put R7500-V1.0.0.94.img

Important:

This build is not supposed to be an alternative to oem firmware as there is no 5G support. It is
rather a proof of concept:-)
This build however prepares dd-wrt for full R7500V2 support which has two supported atheros radio


any guide or pictures to follow how to do it.. thank you.
Malachi
DD-WRT Guru


Joined: 17 Jul 2012
Posts: 7209
Location: Columbus, Ohio

PostPosted: Sat Oct 29, 2016 17:48    Post subject: Reply with quote
Download This utility http://tftpd32.jounin.net/tftpd32_download.html
Set it up, browse to the netgear firmware you want, have it ready but don't upload the firmware yet.

Set your network card to 192.168.1.9, 255.255.255.0, 192.168.1.1
Set up a continuous ping in a cmd window by typing : ping 192.168.1.1 -t.

Telnet into your router type erase Linux, then type reboot. At this point your ping
responses should be ttl=100.
at this point the router is looking for the firmware. Upload it using the tftp32 utility.

_________________
I am far from a guru, I'm barely a novice.
mrerick0423
DD-WRT Novice


Joined: 29 Oct 2016
Posts: 4

PostPosted: Sat Oct 29, 2016 18:07    Post subject: Reply with quote
Malachi wrote:
Download This utility http://tftpd32.jounin.net/tftpd32_download.html
Set it up, browse to the netgear firmware you want, have it ready but don't upload the firmware yet.

Set your network card to 192.168.1.9, 255.255.255.0, 192.168.1.1
Set up a continuous ping in a cmd window by typing : ping 192.168.1.1 -t.

Telnet into your router type erase Linux, then type reboot. At this point your ping
responses should be ttl=100.
at this point the router is looking for the firmware. Upload it using the tftp32 utility.


can i use the oem fw that i downloaded from netgear?
Malachi
DD-WRT Guru


Joined: 17 Jul 2012
Posts: 7209
Location: Columbus, Ohio

PostPosted: Sat Oct 29, 2016 18:18    Post subject: Reply with quote
Yes.
_________________
I am far from a guru, I'm barely a novice.
noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Sat Oct 29, 2016 18:48    Post subject: Reply with quote
Does that mean we shouldn't use service priority in QoS? Or just erase and recreate?

jerrytouille wrote:
mrjcd wrote:
noodle04 wrote:
Any having issue with recent build? Build after 30771 keep crash on me every few minutes.

If using QOS delete everything in Services Priority see if that keeps from crashing.


Also BS r30805 and Kong r30800M both out give those a try first, erase nvram recommended.
noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Sun Oct 30, 2016 0:39    Post subject: Reply with quote
Delete Service Priority in QoS stopped crashing. Thanks

mrjcd wrote:
noodle04 wrote:
Any having issue with recent build? Build after 30771 keep crash on me every few minutes.

If using QOS delete everything in Services Priority see if that keeps from crashing.
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6285
Location: Texas

PostPosted: Sun Oct 30, 2016 2:10    Post subject: Reply with quote
noodle04 wrote:
Delete Service Priority in QoS stopped crashing. Thanks

mrjcd wrote:
noodle04 wrote:
Any having issue with recent build? Build after 30771 keep crash on me every few minutes.

If using QOS delete everything in Services Priority see if that keeps from crashing.

Thanks for the info ... The problem seems to be the new nDPI introduced in last few builds.

They'll get it sorted soon ----
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Sun Oct 30, 2016 4:18    Post subject: Reply with quote
its not services itself, its ndpi. any custom port based entries will work. which is what i use. more accurate, less cpu etc. i tried using ndpi based entries, i too had the crashing problem around 15-40mins after
_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

Goto page Previous  1, 2, 3 ... 14, 15, 16 ... 52, 53, 54  Next Display posts from previous:    Page 15 of 54
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum