"EA6300V1" (Q87-EA6400) BCM4360

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3 ... 11, 12, 13 ... 97, 98, 99  Next
Author Message
Malachi
DD-WRT Guru


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

PostPosted: Thu Aug 21, 2014 22:38    Post subject: Reply with quote
I've got the linksys fw back on mine but the 2.4ghz thorough put (spelled wrong) I'm sure. Is only half of my 30Mbps down that I normally get. So I'm not sure if something is screwed up.
_________________
I am far from a guru, I'm barely a novice.
Sponsor
_Robb_
DD-WRT User


Joined: 14 Jan 2012
Posts: 324
Location: Wr PL

PostPosted: Thu Aug 21, 2014 22:53    Post subject: Reply with quote
In my opinion some nvram variables could be missing.

That's why I said to get some dd wrt firmware onto it.

Then you can access the command line and set the nvram variables.

_________________
http://www.speedtest.net/result/3915993898.png

DO NOT 30-30-30 or erase nvram newer routers! It can brick them.

EA6700: Build 27745 (nvram below 32K, ipv6 - HE 6in4)
E4200: Build 26587
WRT54GL: Retired - waiting in the closet for an emergency.
Malachi
DD-WRT Guru


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

PostPosted: Thu Aug 21, 2014 23:33    Post subject: Reply with quote
I'm not knowledgable about these things. Why do I need to flash a dd-wrt build on it using the html file you uploaded? What is the difference between flashing it using that over flashing it using the linksys update tab?
_________________
I am far from a guru, I'm barely a novice.
_Robb_
DD-WRT User


Joined: 14 Jan 2012
Posts: 324
Location: Wr PL

PostPosted: Fri Aug 22, 2014 6:00    Post subject: Reply with quote
Malachi wrote:
I'm not knowledgable about these things. Why do I need to flash a dd-wrt build on it using the html file you uploaded? What is the difference between flashing it using that over flashing it using the linksys update tab?


It's the same.
This file is only usefull for people who cannot access the UI.

Malachi am I correct in thinking you can access the router through serial port? If yes, then I think you don't need flashing.

_________________
http://www.speedtest.net/result/3915993898.png

DO NOT 30-30-30 or erase nvram newer routers! It can brick them.

EA6700: Build 27745 (nvram below 32K, ipv6 - HE 6in4)
E4200: Build 26587
WRT54GL: Retired - waiting in the closet for an emergency.
Malachi
DD-WRT Guru


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

PostPosted: Fri Aug 22, 2014 9:22    Post subject: Reply with quote
Correct. I just don't know why my 2.4 band is so bad.
_________________
I am far from a guru, I'm barely a novice.
_Robb_
DD-WRT User


Joined: 14 Jan 2012
Posts: 324
Location: Wr PL

PostPosted: Fri Aug 22, 2014 10:29    Post subject: Reply with quote
Malachi wrote:
Correct. I just don't know why my 2.4 band is so bad.

Did you do a nvram show and compare it to original values you pasted in this thread?

_________________
http://www.speedtest.net/result/3915993898.png

DO NOT 30-30-30 or erase nvram newer routers! It can brick them.

EA6700: Build 27745 (nvram below 32K, ipv6 - HE 6in4)
E4200: Build 26587
WRT54GL: Retired - waiting in the closet for an emergency.
Malachi
DD-WRT Guru


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

PostPosted: Fri Aug 22, 2014 12:24    Post subject: Reply with quote
No. I'm afraid to screw it up. This is a different unit than that one.
I got this used, it was stuck in a boot loop.
I was able to recover it with serial connection.
It's running the latest linksys fw.

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


Joined: 19 Aug 2014
Posts: 49

PostPosted: Mon Aug 25, 2014 13:08    Post subject: Reply with quote
Hi

Some more info on the ea6300V1 / ea6400.

I looked closer at some of my backup configfiles, wich turned out to be
pure gzip files with a header. Unzipping them gave me a 60k'ish binary file.

Examining this file, my nvram values don't start before offset 0x00B800.
Anything before this is just information about connected computers...
(Who knows why they put that in the backup file...)

Anyway... I extracted the nvram values, and turned them into dd-wrt format.
This way, I had two methods of restoring my nvram values.

About flashing and nvram values...
Having dd-wrt on the router, I used tftp for getting the original firmware
and the 60k~ish binary nvram file onto the router.

Since I could not get the dd-wrt interface to flash consistently,
I used "mtd write fw.bin linux", wich worked fine every time.

I then used "mtd write 60k_file.bin nvram" wich also worked fine.

Now, nvram show all didn't show what I expected :/

So, using that little html file from _Robb_ I reflashed dd-wrt,
and used tftp to get the firmware back on the router once again...

Again, I flashed using "mtd write fw.bin linux".
Next, I prepared the "nvram show all" command *without* pressing enter!.
I then used the dd-wrt web interface to load my transformed backupfile.

Immediately after it finished uploading the transformed backup I switched
back to telnet and pressed enter.
This time it showed me the original nvram values from the linksys cfg file.

So I guessed it should now be working, but it didn't.
The linksys firmware doesn't seem to read/write the variables the same
way as dd-wrt does.

I made a little test like this to check it out in dd-wrt:
"nvram backup filename.bin"

If memory serves me right, this gave me a file identical to the one you get from
dd-wrt's web interface. I actually expexcted a raw binary file, but nooo..

So the nvram read/write functions seem to not be compatible between these two
firmwares !?? Can anyone confirm this?

So, I though... if we can flash the firmware using that little script from _Robb_,
then we should also be able to do the same with the configuration backup files.

So I took apart the latest official linksys firmware, and I am now examining all
the lua scripts in the jnap folder. So far nothing, ( haven't spent much time on it yet )

Taking this firmware apart gave me another idea, also not tried yet...
If the problem regarding the nvram values is indeed because the two programs store and
read it differently, it should be possible to copy the linksys version onto a running
dd-wrt and see what happens Razz

Maybe some of this info is useful for someone "out there"

Remember, always have fun Smile
madmanmarz
DD-WRT Novice


Joined: 30 Jun 2010
Posts: 5

PostPosted: Thu Sep 11, 2014 2:44    Post subject: Reply with quote
Anyone else having trouble with media prioritization or WMM with stock firmware? This thing limits my bandwidth to all my devices except high priority, even when disabled and 2000000 entered into downstream bandwidth.

I sure hope someone gets some kind of custom firmware running on this thing soon!
compugeek79
DD-WRT Novice


Joined: 03 Oct 2014
Posts: 1

PostPosted: Fri Oct 03, 2014 6:57    Post subject: Reply with quote
Any update on this?

Here's the thing. I picked this router up at a thrift store for $3. Yes, you heard me. It powers up and works fine but as has been stated already, the stock FW is useless. I was really excited when I picked this up for $3. This thrift store is notorious for doing this -- for electronic items they don't understand they just price them really low because they think they are garbage. Well, the current FW makes this unit junk... but I hope DDWRT can change that. If this thing is not DD-WRTable, please just say it so I can sell this on eBay and at least make a little profit on it.
Malachi
DD-WRT Guru


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

PostPosted: Fri Oct 03, 2014 8:49    Post subject: Reply with quote
compugeek79 wrote:
Any update on this?

Here's the thing. I picked this router up at a thrift store for $3. Yes, you heard me. It powers up and works fine but as has been stated already, the stock FW is useless. I was really excited when I picked this up for $3. This thrift store is notorious for doing this -- for electronic items they don't understand they just price them really low because they think they are garbage. Well, the current FW makes this unit junk... but I hope DDWRT can change that. If this thing is not DD-WRTable, please just say it so I can sell this on eBay and at least make a little profit on it.


Sell it. Don't expect an answer. I've given up.

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


Joined: 03 Oct 2008
Posts: 5

PostPosted: Tue Oct 14, 2014 10:10    Post subject: Reply with quote
Any news?
http://www.dd-wrt.com/wiki/index.php/Supported_Devices#Linksys_.28Wireless_a.2Fb.2Fg.2Fn.29
Its stated "donated router needed for porting" for AC6300 router.
Maybe we can make some fund rising to provide router to developers?
I want to get DD-WRT on this router Smile
Leryan
DD-WRT Novice


Joined: 03 Oct 2008
Posts: 5

PostPosted: Thu Oct 16, 2014 8:31    Post subject: Reply with quote
Is this information on wikipedia true?
http://en.wikipedia.org/wiki/Linksys_routers#EA6300
Razorfishsl
DD-WRT Novice


Joined: 27 May 2014
Posts: 11

PostPosted: Sat Oct 18, 2014 1:53    Post subject: Reply with quote
Leryan wrote:
Is this information on wikipedia true?
http://en.wikipedia.org/wiki/Linksys_routers#EA6300



Can you find it here?

http://www.dd-wrt.com/site/support/router-database
Leryan
DD-WRT Novice


Joined: 03 Oct 2008
Posts: 5

PostPosted: Sat Oct 18, 2014 3:47    Post subject: Reply with quote
Razorfishsl wrote:


Can you find it here?

http://www.dd-wrt.com/site/support/router-database


Agree, nothing mentioned about this router.
But also nothing mentioned on EA6900, but this router is supported.

Here 6300 its mentioned as supported.
Goto page Previous  1, 2, 3 ... 11, 12, 13 ... 97, 98, 99  Next Display posts from previous:    Page 12 of 99
Post new topic   This topic is locked: you cannot edit posts or make replies.    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