Build for Linksys EA9500

This works great! Regardless if the port is up or down, I get solid 22MB/s.

What the .... ? I rebooted and I am greeted by the old linksys OS.

sent the image via tftpd and things looked normal again. I started to change some settings and rebooted. On reboot it went back to the linksys OS

Scanning device for bad blocks
Bad eraseblock 768 at 0x000006000000
Options: NO_AUTOINCR,NO_READRDY,
Creating 1 MTD partitions on "brcmnand":
0x000005200000-0x000008000000 : "brcmnand"
VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
devtmpfs: mounted
Freeing init memory: 248K
Failed to execute /sbin/preinit. Attempting defaults...


          _        _  __    _    __ _____ __   __ _____
         | |      | ||  \  | |  / // ____]\ \ / // ____]TM
         | |      | ||   \ | | / /| (___   \ V /| (____
         | |      | || |\ \| |\ \  \____ \  \ /  \____ \
         | |_____ | || | \   | \ \  ____) | | |   ____) |
         |_______||_||_|  \__|  \_\[____ /  |_|  [_____/

(c) 2013 Belkin International, Inc. and/or its affiliates. All rights reserved.
Booting panamera (firmware version 1.1.7.179240)


The system is unable to boot as soon as I install "kmod-tcp-bbr"

Hi guys

I have flash openwrt luci us version on my bricked ea9500 router and after the flash it work perfectly :slight_smile:

Now I Want to flash the factory firmware for the us model v1.1

where I can find the correct firmware or its possible to use .img firmware on linksys website and recompile for .trx

I have try to flash the ea9500_Factory.trx firmware below

flash -noheader 192.168.1.10:/EA9500_Factory.trx nflash0.trx
flash -noheader 192.168.1.10:/EA9500_Factory.trx nflash0.trx2

but impossible to boot on the linksys original firmware begin to boot and after a few minute made a boot loop :frowning:

Hello Everyone!

After long days of testing the assembly from Hurrian, I found that the brcmfmac driver for all Linux distributions is limited, and many things that work in the original firmware cannot be run in open source projects.

Now to the point!

I managed to create a Three-Band Wifi network! YES!

Spending my hours looking for a solution to the problem of how to create one SSID for all three (radio0,1,2) channels, I came across a forum here on Raspberry 3 B+, where I also found a problem when I turned on 802.11r

It turned out that the brcmfmac driver is not able (yet) to work with the WPA2 PSK ONLY + 802.1r, it wants mixed mode!

For 802.1r to work, you need to change Encryption to mixed WPA / WPA2 PSK, then everything starts working! You can also enable 802.1w.

After that, I created 3 AP with the same SSID + the same Encryption + the same password + and two ticks 802.1r and 802.1w.

And it works!

I hope this will help everyone!

3 Likes

In addition to this:

/etc/init.d/clear_partialboot in hurrian built (for those who use it)

case $(board_name) in
	linksys,ea9500)
		# clear partialboots and always set to boot first partition
		nvram set bootpartition=0 && nvram set partialboots=0 && nvram commit
		;;
esac

where $(board_name) actually returns "linksys,panamera"

So, it better to change to

case "$(board_name)" in
	linksys,panamera)
		# clear partialboots and always set to boot first partition
		nvram set bootpartition=0 && nvram set partialboots=0 && nvram commit
		;;
esac

Hi, i can install openwrt on this router with serial cable, but i can’t revert back to factory, i have tried and tried. its driving me crazy. if anybody out there can help with information how to do this for dummies pls help help.
will be highly appreciated. thank u

Thanks man! this helps! But anyway I would feel better if 802.11r and tri-band would work with the "strong" encryption mode too. anyway confirming working also on the npcomplete build!

I'm also seeing these errors but only in the latest build with the .91 kernel. Ended up rolling back to the 20190618 build and it's pretty solid.

Hi guys, I'm on 1.1.7.180968 firmware and on the back of it, it only says EA9500, so i assume my unit is 1.0. How can you tell if it's US or Non-US version?

Where did you purchase it? I would just try the non-US factory firmware v1.1.6 linked in the first post. If it succeeds, update it to Openwrt using the non-US Openwrt image.

Hi npcomplete, Thanks for the quick response, much appreciated! I've got mine from a seller in Switzerland through eBay. I've sent him a message asking about it yesterday, but he has yet to respond.

So let's see if i understand it correctly:

  1. I should revert to FW_EA9500_1.1.6.173418_prod.img

  2. If the router is Non-US version, no serial cable needed, it can be flashed straight from the stock UI, with this image https://www.dropbox.com/s/8nnajyejk17sjfv/openwrt-20200120-Non-US.zip?dl=0

  3. If i attempt to flash it with 1.1.6 stock firmware and it turns out it's US version, nothing will happen and the router will simply revert to 1.1.7 stock firmware on reboot? (I don't have a Serial cable on me, and wouldn't wanna brick it as I'm using it currently :slight_smile: )

You are correct, no harm will be done to the router with above steps

1 Like

Thank you! off to testing the build, will post the results.

1 Like

Sadly It got stuck in the reboot loop after i tried flashing the openwrt image, i was able to interrupt it by holding the reset button for 10 seconds so I'm back on stock. Thank god for the second partition :slight_smile:

So it's safe to assume this is an US version and I'll need a serial cable? Will this one work? It's color coded exactly like the one you linked, but I'm not sure if it's the same brand (It only says: IoT USB to RS232 TT Serial.)

I think it should work as long as you have correct driver for it.

I'm curious about - why it didn't take the openwrt. Let me know if you find out once you connect the serial cable.

Me too. It warned about openwrt firmware not being official or something like that and It loaded it just like the stock firmware, full progress bar and everything. But after the reboot it was stuck in a loop.

Oddly enough, first time it rebboted once it reached 8th line on the display and froze there for a few seconds, second time it rebooted around the 5th. After 3 consecutive reboots i interrupted it and reverted to stock. Do you think i should've waited longer?

It would help if you can paste the entire log for update and after update.

I'll do it. Is there an option to do it through gui or is it limited only to serial? As far as i can see ea9500's gui logs are limited to IP-related info, and router diag has only an option to 'share router info with Linksys'.