"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 ... 56, 57, 58 ... 97, 98, 99  Next
Author Message
gyrex
DD-WRT Novice


Joined: 18 Oct 2015
Posts: 9

PostPosted: Tue Nov 10, 2015 21:23    Post subject: Reply with quote
Is there any way to get Hilink 4G modems (4G modems configured as routers presenting a DHCP assigned IP to the router) working with dd-wrt? I'm trying to get an E3372-S working...

output from: cat /sys/kernel/debug/usb/devices


Code:
P:  Vendor=12d1 ProdID=14dc Rev= 1.02
S:  Manufacturer=HUAWEI_MOBILE
S:  Product=HUAWEI_MOBILE
C:* #Ifs= 3 Cfg#= 1 Atr=c0 MxPwr=  2mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=06 Prot=00 Driver=(none)
E:  Ad=83(I) Atr=03(Int.) MxPS=  16 Ivl=2ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=06 Prot=00 Driver=(none)
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)
E:  Ad=84(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS= 512 Ivl=125us
Sponsor
Malachi
DD-WRT Guru


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

PostPosted: Tue Nov 10, 2015 21:45    Post subject: Reply with quote
miromix wrote:
Where can I get the original CFE parameters for EA6300v1?
I mean devinfo part and how to write it back to the router. I have serial access.

Read this thread starting from the last page and going backwards. Most of the info is in here.

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


Joined: 03 Jan 2010
Posts: 453

PostPosted: Wed Nov 11, 2015 0:29    Post subject: Reply with quote
[quote="<Kong>"

CFE from a unit that does not have the exact same hw is not useful unless the firmware is modified in order to use the same radio params. Every model has specific radio params for the hw, since some have external antennae some internal, different power amps etc.

Also sometimes vendors adjust calibration params in the driver, e.g. for power amps, in order to fully support the hw.

Using wrong params can lead to:

-increased or lowered output
-quick aging of radios
-extra noise
-...

It is important to use either device embedded params, that exists in factory flash parts or params extracted from a running device with oem firmware.

If you use the CFE from another device, then most likely the device is recognized as a different unit and therefore different params are used.[/quote]

kong - thank you for clarifying the dangers.
what a number of us in this thread have been using is a cfe modified by LOM to contain the radio, gpio, switch, vlan info from the devinfo parameters for an ea6300v1/ea6400.

see this post:
http://www.dd-wrt.com/phpBB2/viewtopic.php?p=984409#984409

idividual users then must do further modification of the MAC addresses to make the cfe unique for their router.

i would be very interested to know what the limits of this approach are, since obviously the cfe has many hardcoded assumptions that are not modfiable just by changing the few variables in the nvram section.

thnak you kong, lom, bs, all devs and contributors...
btowntkd
DD-WRT Novice


Joined: 20 Aug 2015
Posts: 3

PostPosted: Wed Nov 11, 2015 16:50    Post subject: Reply with quote
Ticket 4882 has been updated; anyone confirm the latest build is running smoothly for EA6400?

Edit: Oops, nevermind; the change has been made in code, but no beta release, yet. Perhaps tonight.
kodtaku
DD-WRT Novice


Joined: 19 Oct 2015
Posts: 46

PostPosted: Thu Nov 12, 2015 4:58    Post subject: Reply with quote
I have 11-10-2015-r28112 running on my ea6400.

This is my history:
- coming from 09-28-2015-r27858.
- Still some reports of nvram size problems so I followed some previous posts and Administration panel > Commands > copy the following line:

$(nvram show | grep "=$" | awk -F= '{print "nvram unset " $1}')

Then click on Save Startup
After that Save Shutdown
Run command
- scp r28112 or wget the image
- mtd write linksys-ea6400-webflash.bin linux2
- mtd write linksys-ea6400-webflash.bin linux

Note: the mtd seems to report some errors but it succeeds. go figure.

Everything seems to be running smoothly though there seems to be a small uptick in the temp by a degree or two.
rosenrot
DD-WRT Novice


Joined: 09 Jan 2015
Posts: 34

PostPosted: Thu Nov 12, 2015 21:02    Post subject: Reply with quote
Flashing r28112 via the dd-wrt web interface did not work for me. I had to flash it using the firmware restoration tool. Also I had to clear nvram.

For now it is working without any problem. My nvram size is 30.89kb.
gyrex
DD-WRT Novice


Joined: 18 Oct 2015
Posts: 9

PostPosted: Thu Nov 12, 2015 21:50    Post subject: Reply with quote
rosenrot wrote:
Flashing r28112 via the dd-wrt web interface did not work for me. I had to flash it using the firmware restoration tool. Also I had to clear nvram.

For now it is working without any problem. My nvram size is 30.89kb.


Do you have to run the startup scripts that kodtaku posted above?
miromix
DD-WRT Novice


Joined: 09 Nov 2015
Posts: 5

PostPosted: Thu Nov 12, 2015 21:52    Post subject: Reply with quote
Could anybody advice on what are the UUID_KEY in CFE?
Where can I get them? They are absent from my devinfo and nvram (((
rosenrot
DD-WRT Novice


Joined: 09 Jan 2015
Posts: 34

PostPosted: Thu Nov 12, 2015 22:49    Post subject: Reply with quote
gyrex wrote:
rosenrot wrote:
Flashing r28112 via the dd-wrt web interface did not work for me. I had to flash it using the firmware restoration tool. Also I had to clear nvram.

For now it is working without any problem. My nvram size is 30.89kb.


Do you have to run the startup scripts that kodtaku posted above?


No
alexpp
DD-WRT Novice


Joined: 06 Dec 2014
Posts: 30
Location: Brazil

PostPosted: Fri Nov 13, 2015 23:58    Post subject: Reply with quote
Flashing r28112 (from r27805) via telnet/wget/mtd, the router hanged while flashing "linux" partition. Used Asus restoration tool and finished installation. It runs smooth now.

But repeater mode is still broken. At first, it was possible to connect to the VAP (virtual access point) with WPA2. Then, only with security disabled (on the VAP). And finally, the 5ghz radio stopped working. Not even clearing NVRAM restores the 5ghz radio in my router, although I made minimal testing. When I have more time, I'll try to do further testing. Or maybe I'll just skip to r28139.
gyrex
DD-WRT Novice


Joined: 18 Oct 2015
Posts: 9

PostPosted: Sat Nov 14, 2015 10:43    Post subject: Reply with quote
Does anyone know if there's a firmware running a 3.18 kernel which works for this device?
ghoffman
DD-WRT User


Joined: 03 Jan 2010
Posts: 453

PostPosted: Sat Nov 14, 2015 12:36    Post subject: Reply with quote
the latest bs build r28139 displays this kernel verion:
Linux 3.10.93 #4927 SMP Fri Nov 13 06:54:51 CET 2015 armv7l
-so not yet.
kodtaku
DD-WRT Novice


Joined: 19 Oct 2015
Posts: 46

PostPosted: Sun Nov 15, 2015 4:06    Post subject: Reply with quote
Posted my upgrade to r28139 result: http://ww2.dd-wrt.de/phpBB2/viewtopic.php?t=287299&postdays=0&postorder=asc&start=20

my history: 09-28-2015-r27858 -> 11-10-2015-r28112 -> 11-13-2015-r28139
Steps:
1) Have sshd running on previous build
2) ssh root@192.168.1.1
3) # wget ftp://ftp.dd-wrt.com/betas/2015/11-13-2015-r28139/linksys-ea6400/linksys-ea6400-webflash.bin
4) # mtd write linksys-ea6400-webflash.bin linux2
5) # mtd write linksys-ea6400-webflash.bin linux
6) # reboot (be patient)

Note: Just as long as the terminal isn't locked up you should be good as #4 and #5 can take a while; just be patient. You may also see a message about 'unlocking', etc. failing these seem to have no effect.

Good Luck!
rosenrot
DD-WRT Novice


Joined: 09 Jan 2015
Posts: 34

PostPosted: Sun Nov 15, 2015 8:34    Post subject: Reply with quote
kodtaku wrote:
Posted my upgrade to r28139 result: http://ww2.dd-wrt.de/phpBB2/viewtopic.php?t=287299&postdays=0&postorder=asc&start=20

my history: 09-28-2015-r27858 -> 11-10-2015-r28112 -> 11-13-2015-r28139
Steps:
1) Have sshd running on previous build
2) ssh root@192.168.1.1
3) # wget ftp://ftp.dd-wrt.com/betas/2015/11-13-2015-r28139/linksys-ea6400/linksys-ea6400-webflash.bin
4) # mtd write linksys-ea6400-webflash.bin linux2
5) # mtd write linksys-ea6400-webflash.bin linux
6) # reboot (be patient)

Note: Just as long as the terminal isn't locked up you should be good as #4 and #5 can take a while; just be patient. You may also see a message about 'unlocking', etc. failing these seem to have no effect.

Good Luck!


Did the same yesterday. Works Laughing . Step 4 can be skipped because linux2 is not available.

My nvram size is 31.57 kb for now.
pentySVK
DD-WRT Novice


Joined: 13 Jul 2014
Posts: 39

PostPosted: Sun Nov 15, 2015 16:16    Post subject: OC Reply with quote
Is there any way to Overclock this router running WRT-Merlin?

I forgot to change RAM frequenci to 533mhz and CPU to 1200mhz in CFE editor


thanks, penty
Goto page Previous  1, 2, 3 ... 56, 57, 58 ... 97, 98, 99  Next Display posts from previous:    Page 57 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