Netgear R6400

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3
Author Message
Malachi
DD-WRT Guru


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

PostPosted: Fri Nov 04, 2016 23:40    Post subject: Reply with quote
Yes I was asking seriously. I don't have the r6400 or I would have tried. I was asking for a friend.
I didn't know if it required an erase Linux from telnet as some netgear routers do.

_________________
I am far from a guru, I'm barely a novice.
Sponsor
HalfBit
DD-WRT Guru


Joined: 04 Sep 2009
Posts: 776
Location: AR, USA

PostPosted: Sat Nov 05, 2016 7:07    Post subject: Reply with quote
Malachi wrote:
Yes I was asking seriously. I don't have the r6400 or I would have tried. I was asking for a friend.
I didn't know if it required an erase Linux from telnet as some netgear routers do.

I would always erase nvram or factory default firmware before flashing a new "flavor" if that is the correct term--i.e. stock to dd-wrt, dd-wrt to tomato, dd-wrt to stock, etc..

The problem I found on my old WRT54G was the encrypted password for the GUI in dd-wrt was taken as a literal password in tomato, and I had a dickens of a time trying to clear that out.

_________________
R7000 Nighthawk - DD-WRT v3.0-r50308
R7000 Nighthawk - DD-WRT v3.0-r50308
~~~~~~~~~~Dismantled for learning opportunities~~~~~~~~~~
WRT54Gv2
WRT54Gv8.2
~~~~~~~~~~Other Settings~~~~~~~~~
https://nextdns.io/?from=2d3sq39x
https://pi-hole.net/
https://github.com/DNSCrypt/dnscrypt-proxy
Malachi
DD-WRT Guru


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

PostPosted: Sat Nov 05, 2016 8:32    Post subject: Reply with quote
Ok but I was talking about erase Linux not erase nvram.
_________________
I am far from a guru, I'm barely a novice.
HalfBit
DD-WRT Guru


Joined: 04 Sep 2009
Posts: 776
Location: AR, USA

PostPosted: Sat Nov 05, 2016 13:38    Post subject: Reply with quote
Ahh, ok.
_________________
R7000 Nighthawk - DD-WRT v3.0-r50308
R7000 Nighthawk - DD-WRT v3.0-r50308
~~~~~~~~~~Dismantled for learning opportunities~~~~~~~~~~
WRT54Gv2
WRT54Gv8.2
~~~~~~~~~~Other Settings~~~~~~~~~
https://nextdns.io/?from=2d3sq39x
https://pi-hole.net/
https://github.com/DNSCrypt/dnscrypt-proxy
thefloe
DD-WRT Novice


Joined: 29 Nov 2016
Posts: 1

PostPosted: Tue Nov 29, 2016 20:45    Post subject: R6400 LEDs Reply with quote
Hi,

How do I turn off the LED on a Netgear R6400? Tried using script for R7000 but no success.

T
DD-WRT-Nub
DD-WRT Novice


Joined: 26 Sep 2016
Posts: 24

PostPosted: Wed Nov 30, 2016 6:00    Post subject: Re: R6400 LEDs Reply with quote
thefloe wrote:
Hi,

How do I turn off the LED on a Netgear R6400? Tried using script for R7000 but no success.

T


Below I think are the ones I tried in the past, but one light kept flashing all the time and I never used those commands again. Unless someone specifically post proper codes for the R6400 with recent firmwares, I suggest not to use them. As an option, you can apply a strip of black electric tape.

gpio enable 2
gpio enable 3
gpio enable 8
gpio enable 9
gpio enable 12
gpio enable 13
gpio disable 14
gpio disable 15
gpio enable 17
gpio enable 18
gpio enable 0

et robowr 0x0 0x18 0x0
et robowr 0x0 0x1a 0x0
kapieyow
DD-WRT Novice


Joined: 13 Nov 2016
Posts: 18

PostPosted: Sat Feb 25, 2017 2:14    Post subject: Reply with quote
Ok one step closer, but not all the way there to full stealth on a R6400. This drops all blinking

et robowr 0x0 0x10 0x0

*but* LAN 1 will still be on solid white after running the rest already posted. Here is everything with comments.

# power red off
gpio enable 2

# power white off
gpio enable 1

# WAN red off
gpio enable 6

# WAN white off
gpio enable 7

# 2.4 white off
gpio enable 9

# 5.0 white off
gpio enable 8

# USB 1 white off
gpio enable 12

# USB 2 white off
gpio enable 13

# kill blinking
et robowr 0x0 0x10 0x0

# LAN 2, 3, 4 white off
et robowr 0x0 0x1a 0x0
et robowr 0x0 0x18 0x0

# wifi white off
gpio disable 11

# WPS white off
gpio disable 10
mosesofmason
DD-WRT Novice


Joined: 12 Aug 2017
Posts: 7

PostPosted: Sat Aug 12, 2017 8:59    Post subject: Reply with quote
I know this thread is a little old, but how to reactive the blinking (revert the "et robowr 0x0 0x10 0x0") on R6400? I can not find it anywhere.


kapieyow wrote:
Ok one step closer, but not all the way there to full stealth on a R6400. This drops all blinking

et robowr 0x0 0x10 0x0

*but* LAN 1 will still be on solid white after running the rest already posted. Here is everything with comments.

# power red off
gpio enable 2

# power white off
gpio enable 1

# WAN red off
gpio enable 6

# WAN white off
gpio enable 7

# 2.4 white off
gpio enable 9

# 5.0 white off
gpio enable 8

# USB 1 white off
gpio enable 12

# USB 2 white off
gpio enable 13

# kill blinking
et robowr 0x0 0x10 0x0

# LAN 2, 3, 4 white off
et robowr 0x0 0x1a 0x0
et robowr 0x0 0x18 0x0

# wifi white off
gpio disable 11

# WPS white off
gpio disable 10
deslatha
DD-WRT User


Joined: 12 Jul 2016
Posts: 186

PostPosted: Sat Aug 12, 2017 22:50    Post subject: led_green Reply with quote
gpio disable 8
ea6400 have 3 led =green
or gpio poll 8
put tem on start up cript or you can
gpio enable /* on led
delay 3000 /* keep on 3s
gpio disable /* off
kapieyow
DD-WRT Novice


Joined: 13 Nov 2016
Posts: 18

PostPosted: Tue Aug 15, 2017 12:35    Post subject: Reply with quote
I am assuming you have a netgear r6400. If so I havent found a way to turn the blinking back on... but if you reboot (and remove this script from startup if you put it there) the lights will be as normal. Remove or comment out the

et robowr 0x0 0x10 0x0

and you should still have blinking.
Goto page Previous  1, 2, 3 Display posts from previous:    Page 3 of 3
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC 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 can attach files in this forum
You can download files in this forum