I updated the builds to the latest OpenWRT release candidate with some additional packages like modemmanager and USB/filesystem support needed for mounting external storage(required for modem firmware updates since modem firmware is too big to fit into ram/flash).
ModemManager's OpenWRT integration ...
Search found 8 matches
- Thu Aug 19, 2021 4:29 am
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
- Wed Aug 19, 2020 10:39 pm
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
- Fri Jan 24, 2020 1:52 pm
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
Re: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
Hi James,
I just acquired my wg3526 and barely new on this kind of router. (so please bear with my noob questions :D) I'm planning to buy DW5821e and insert it to my wg3526, I don't need any special configuration and I just need to make the carrier aggregation (and the internet ofcourse :D) works ...
- Fri Sep 06, 2019 12:22 pm
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
Re: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
Here's a new build for the WG3526 with updated OpenWRT and modemmanager, seems a little more reliable.
openwrt-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin.zip
The previous cronjob doesn't work with this version, this new one should:
#!/bin/sh
# save dog.sh in /root/dog.sh.
# You can ...
openwrt-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin.zip
The previous cronjob doesn't work with this version, this new one should:
#!/bin/sh
# save dog.sh in /root/dog.sh.
# You can ...
- Fri Oct 12, 2018 7:20 pm
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
Re: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
I found that the bearer can sometimes get stuck in a disconnected state, you can run this script as a cronjob every minute to fix it:
#!/bin/sh
# save dog.sh in /root/dog.sh.
# You can use winscp with scp protocol to do this.
# Using ssh set executation permission and replace the crontab:
# chmod ...
#!/bin/sh
# save dog.sh in /root/dog.sh.
# You can use winscp with scp protocol to do this.
# Using ssh set executation permission and replace the crontab:
# chmod ...
- Thu Oct 11, 2018 4:46 am
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
Re: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
I managed to get my WG3526-P to connect to sprint using my custom OpenWRT build(I'm attaching an updated version where I removed a package that could potentially conflict with modemmanager), I had to manually configure a number of the settings.
I set these AT commands, I'm not entirely sure if ...
I set these AT commands, I'm not entirely sure if ...
- Wed Oct 10, 2018 6:00 pm
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
Re: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
Yes, this would be a great tool to have compiled into the GoldenOrb firmware.
I'll attach my build to this post in case anyone needs it, it's essentially stock OpenWRT master with the modemmanager package feed added. I also compiled in the necessary packages for mounting and formatting the SD ...
- Wed Oct 10, 2018 4:36 pm
- Forum: ZBT Routers
- Topic: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
- Replies: 19
- Views: 61370
Re: FIRMWARE FOR WE826 | WG3526 | WE3926 | WE1326 | WE1026
So I recently bought a WG3526-P with the MC7455 LTE modem and needed to update the firmware on the MC7455 but it seems these firmware builds don't have the correct firmware update tools compiled in for some reason, I was able to update it using these firmware files successfully after compiling my ...