WE826 with MC7455 updated firmware / wifi fixed
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
WE826 with MC7455 updated firmware / wifi fixed
Thought I would just post this out there for people having issues with the WE826 WiFi always dropping out. Apparently in the openwrt versions < 19.07.2. There is a issue with the WiFi drivers that cause it to hang when high bandwidth devices are being used. This would require a hard reboot of the device to get it back on.
I was able to custom build the goldenorb firmware with this newer version of openwrt and I fixed the disconnect issues on the connection monitoring. Apparently the ping test after a disconnect would lose the tracked IPs and go into a loop of rebooting the modem on this version.
So far running connection monitoring with power toggle and modem reconnect. Works flawlessly. I can even go into the modem section and issues a AT!RESET and it will bring the connection back without rebooting.
Here is a link to the firmware. Much improved WiFi performance.
I was able to custom build the goldenorb firmware with this newer version of openwrt and I fixed the disconnect issues on the connection monitoring. Apparently the ping test after a disconnect would lose the tracked IPs and go into a loop of rebooting the modem on this version.
So far running connection monitoring with power toggle and modem reconnect. Works flawlessly. I can even go into the modem section and issues a AT!RESET and it will bring the connection back without rebooting.
Here is a link to the firmware. Much improved WiFi performance.
You do not have the required permissions to view the files attached to this post.
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: WE826 with MC7455 updated firmware
ChrisTork wrote: ↑Fri Apr 03, 2020 2:06 pm Thought I would just post this out there for people having issues with the WE826 WiFi always dropping out. Apparently in the openwrt versions < 19.07.2. There is a issue with the WiFi drivers that cause it to hang when high bandwidth devices are being used. This would require a hard reboot of the device to get it back on.
I was able to custom build the goldenorb firmware with this newer version of openwrt and I fixed the disconnect issues on the connection monitoring. Apparently the ping test after a disconnect would lose the tracked IPs and go into a loop of rebooting the modem on this version.
So far running connection monitoring with power toggle and modem reconnect. Works flawlessly. I can even go into the modem section and issues a AT!RESET and it will bring the connection back without rebooting.
Here is a link to the firmware. Much improved WiFi performance.
Nice job! Could you possibly build one for the WG3526 too?
Mind listing what you have done to fix the tracked IP's causing the looping?
Re: WE826 with MC7455 updated firmware
Basically just modified the conmon.sh file located at /usr/lib/rooter/connect
Set the default track_ips="8.8.8.8" so it always has a value incase it gets cleared during the pings.
A few lines below that was this check
f [ -f "/tmp/connstat$CURRMODEM" ]; then <--- this would always be true, every time a connection would go down
do_down " from Modem" <------ I just removed this line since the ping check is happening anyways. This line would cause a infinte loop. The connection would come back up, then when conmon started back up it would run this line do_down and repeat.
Let me try a build for the wg3526.
Set the default track_ips="8.8.8.8" so it always has a value incase it gets cleared during the pings.
A few lines below that was this check
f [ -f "/tmp/connstat$CURRMODEM" ]; then <--- this would always be true, every time a connection would go down
do_down " from Modem" <------ I just removed this line since the ping check is happening anyways. This line would cause a infinte loop. The connection would come back up, then when conmon started back up it would run this line do_down and repeat.
Let me try a build for the wg3526.
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: WE826 with MC7455 updated firmware
Thanks, I'll live it a try in the next couple of days, and will let you know the results.
This is based on the latest GodenOrb v2020-03-01 with no other mods other than the looping issue, right?
Re: WE826 with MC7455 updated firmware
It's based on the goldenorb 19.07.2 rooter build packages. https://www.ofmodemsandmen.com/buildpkg.html
Correct, No mods other than fixing the loop. I did set default ttl and settings etc. As I got tired of having to set them up everytime I flashed.
Correct, No mods other than fixing the loop. I did set default ttl and settings etc. As I got tired of having to set them up everytime I flashed.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: WE826 with MC7455 updated firmware / wifi fixed
Its usually the GUI that's slow. Using command line commands respond immediately. I don't know why it does it sometimes and not others. It tends to do it to me when the router is running a load of work.
Re: WE826 with MC7455 updated firmware / wifi fixed
Which firmware are you running the 826 or 3526? I haven't tried the 3526 to test it but 826 has been pretty stable for me, wifi hasn't dropped at all in weeks and the connection is always up with the default monitoring on.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
-
- Posts: 4
- Joined: Tue May 26, 2020 7:13 am
- Has thanked: 0
- Been thanked: 0
Re: WE826 with MC7455 updated firmware / wifi fixed
I have the ZBT WE826-T and I did the 19.07.2 update and now I am not seeing the LAN port lights when a device is plugged into one of the LAN ports. I tried the update from ChrisTork on this posting and still the same thing.
Anyone having this issue?
Any ideas what this can be?
Thanks!
Anyone having this issue?
Any ideas what this can be?
Thanks!
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
-
- Posts: 4
- Joined: Tue May 26, 2020 7:13 am
- Has thanked: 0
- Been thanked: 0
Re: WE826 with MC7455 updated firmware / wifi fixed
I initially download from the GoldenOrb site
openwrt-we826-GO2020-03-01-upgrade.bin
Then I saw a post for a FIX (for a WIFI issue) on this site and I thought it might take care of other issues like mine, the download is
openwrt-we826-GO2020-04-02-C_ATT-upgrade.bin
openwrt-we826-GO2020-03-01-upgrade.bin
Then I saw a post for a FIX (for a WIFI issue) on this site and I thought it might take care of other issues like mine, the download is
openwrt-we826-GO2020-04-02-C_ATT-upgrade.bin
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: WE826 with MC7455 updated firmware / wifi fixed
Odd issue. Does the device work fine otherwise? LAN and wifi internet passing through?
-
- Posts: 4
- Joined: Tue May 26, 2020 7:13 am
- Has thanked: 0
- Been thanked: 0
Re: WE826 with MC7455 updated firmware / wifi fixed
The router/device seems to work fine. I did not thoroughly test WIFI, however. I had to revert to previous fw (18.xxx) , but, I can load up again if you need for me to check something.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: WE826 with MC7455 updated firmware / wifi fixed
Nah, if you solved it with a fw backup, the no issues
- BillA
- Posts: 1223
- Joined: Sun Dec 01, 2019 6:46 pm
- Location: USA
- Has thanked: 218 times
- Been thanked: 325 times
- Contact:
Re: WE826 with MC7455 updated firmware / wifi fixed
Finally I got a chance to try the WG3526 version, unfortunately 2G WiFi is missing (light's off, no signal) and the modem doesn't get recognized either. Course I've tried reflashing it twice via the bootloader method plus regular, no dice. As soon as I flashed it with the WiFix version, everything started working. Would it possible to compile a new one based on the latest 19.07.3 kernel from the OpenWRT site?
-
- Posts: 4
- Joined: Tue May 26, 2020 7:13 am
- Has thanked: 0
- Been thanked: 0
Re: WE826 with MC7455 updated firmware / wifi fixed
Hello, I am running the WE826-T. The previous fw GoldenOrb_2019-03-10 ( OpenWrt 18.06.1 ) has been very stable.
Where is the WiFix version that has worked for you?
Thanks!
Where is the WiFix version that has worked for you?
Thanks!
Re: WE826 with MC7455 updated firmware / wifi fixed
I updated my initial post with a newly built version of 19.07.2 for the WE826-T2realmobile wrote: ↑Wed May 27, 2020 6:35 am Hello, I am running the WE826-T. The previous fw GoldenOrb_2019-03-10 ( OpenWrt 18.06.1 ) has been very stable.
Where is the WiFix version that has worked for you?
Thanks!
I recommend loading this by doing the recovery method, hold reset while powering on, then continuing holding reset for 5 seconds and release. The wifi led will blink rapidly. This ensures a clean load of the firmware.
Re: WE826 with MC7455 updated firmware / wifi fixed
There must be some config options I'm missing for the 3526. I can take a look at another build again. For 19.07.3 I could see if the Rooter build system will work should be a easy test.BillA wrote: ↑Tue May 26, 2020 7:26 pm Finally I got a chance to try the WG3526 version, unfortunately 2G WiFi is missing (light's off, no signal) and the modem doesn't get recognized either. Course I've tried reflashing it twice via the bootloader method plus regular, no dice. As soon as I flashed it with the WiFix version, everything started working. Would it possible to compile a new one based on the latest 19.07.3 kernel from the OpenWRT site?
Re: WE826 with MC7455 updated firmware / wifi fixed
I posted a new build on my first post, also wanted to say once its flashed give it a good 5 minutes or so to do a first boot. The leds will eventually load up as normal.realmobile wrote: ↑Tue May 26, 2020 8:15 am I have the ZBT WE826-T and I did the 19.07.2 update and now I am not seeing the LAN port lights when a device is plugged into one of the LAN ports. I tried the update from ChrisTork on this posting and still the same thing.
Anyone having this issue?
Any ideas what this can be?
Thanks!
-
- Posts: 3
- Joined: Sat Jun 08, 2019 8:19 pm
- Has thanked: 0
- Been thanked: 1 time
Re: WE826 with MC7455 updated firmware / wifi fixed
Thanks for the build i don't have the wifi issues anymore also that weird issue where i had to reboot the router when the modem like loosed the ip address anyhow i sometimes have this issue where the GUI loads very slow and some instability issues that sometimes my internet wired or wifi gets very slow for a few mins later it fixes itself
Re: WE826 with MC7455 updated firmware / wifi fixed
Yes it seems to be a browser flavor for slow gui loading its something to do with ssl. If you use IE it loads fairly quick. Yes ive noticed the slowness on the T2s, thats why I switched to the Q model. Wifi is full speed now.sebastian05000 wrote: ↑Thu Jun 11, 2020 8:49 pm Thanks for the build i don't have the wifi issues anymore also that weird issue where i had to reboot the router when the modem like loosed the ip address anyhow i sometimes have this issue where the GUI loads very slow and some instability issues that sometimes my internet wired or wifi gets very slow for a few mins later it fixes itself