rbrosi
April 15, 2025, 9:46am
1
Hello,
is OpenWRT 24.10 avail. for Marble (GL-B3000) ?
What Image can i use for that Router ?
Is there an Instruction or Video for ?
Regards
Rainer
admon
April 15, 2025, 9:47am
2
You can find all available firmware images here: GL.iNet download center
Please keep in mind that there might be official OpenWrt images, but they are not supported by GL.
here is the info package i've put together for the glinet-b3000 board, for those interested. ---> glinet-gl-b3000-info
Reading time: 191 mins 🕑
Likes: 212 ❤
It's almost available direct from Openwrt, just a few more adjustments needed.
Works fine but you lose all of the GL goodies
1 Like
mbooma
April 17, 2025, 2:43pm
4
hecatae:
Openwrt
Hi, I searched in OPENWRT hardware page, but I didn't find the B3000, is it normal ?, flash is possible with teh GUI ?
Flash is possible with the gui.
PR request is here:
openwrt:main
← TheRootED24:add_glinet_gl-b3000_support
opened 01:55AM - 08 Feb 25 UTC
qualcommax: ipq50xx: add support for GL.iNET GL-B3000
Add support for GL.iNET… (AX3000) B3000.
Speficiations:
* SoC: Qualcomm IPQ5018 (64-bit dual-core ARM Cortex-A53 @ 1.0Ghz)
* Memory: Winbond W634GU6NQB-11 (512 MiB DDR3-933)
* Serial Port: 3v3 TTL 115200n8
* Wi-Fi: IPQ5018 (2x2 2.4 Ghz 802.11b/g/n/ax)
* Wi-Fi: QCN6102 (2x2:2 5 Ghz 802.11an/ac/ax)
* Ethernet: IPQ5018 integrated virtual switch connected to an external
QCA8337 switch (3 Ports 10/100/1000 GBASE-T)
* Flash: Winbond W25N01GWZEIG (128 MiB)
* LEDs: 1x single-color blue LED (GPIO 24 Active High)
1x single-color white LED (GPIO 23 Active High)
* Buttons: 1x Reset (GPIO 27 Active Low)
Flash Instructions:
*** The .img files are now universal ! ***
Openwrt --> openwrt-qualcommax-ipq50xx-glinet_gl-b3000-squashfs-factory.img
GL.iNet OEM --> openwrt-b3000-4.5.18-0731-1722397535.img
Either file can be flashed, in any of the available upgrade options, in both Firmwares.
Pick a file .. pick a method .. and SEND IT !!
It's being finalised at present.
rbrosi
April 17, 2025, 7:51pm
6
Hello KWRT (TheRootED24).
In your images, there is no wireless included at luci Interface
Is there a way to install it ?
Regards Rainer
mbooma
April 17, 2025, 9:17pm
7
Thank you, last question, is there Luci in the image ? I can set up the wireless with the new GUI ?
rbrosi
April 17, 2025, 9:52pm
8
Yes Luci was in the KWRT Image, but not wireless. So the Router could only be used as a LAN Device.
rbrosi
April 17, 2025, 10:45pm
9
I used the KWRT Files from openwrt.ai that had no Wireless. Seems i used the wrong files. In your repository there is wireless
Sorry for my confusion
mbooma
April 19, 2025, 11:19pm
10
Hi, I installed RC3 for B3000, everything work, but I have slow speed, I cheked, wifi speed seem ok in the GUI, but the internet speed slow down from 600 mega to 150 mega n speedtest.
maybe related to this one ?
opened 08:48AM - 15 Jan 25 UTC
closed 08:48AM - 17 Jan 25 UTC
target/ipq40xx
bug
Official Image
Supported Device
release/24.10
### Describe the bug
After upgrading from OpenWrt 23.05.5 to 24.10.0-rc5 (fre… sh install), I am no longer able to achieve full download speed of 325Mbps over a 1gbit wired LAN connection. Running 24.10.0-rc5, a speedtest will struggle to reach 200Mbps and trends down for the duration of the speedtest. Downgrading OpenWrt to 23.05.5 fixes the issue and a speedtest confirms 325Mbps again.
### OpenWrt version
r28304-6dacba30a7
### OpenWrt release
24.10.0-rc5
### OpenWrt target/subtarget
ipq40xx/generic
### Device
ASUS RT-AC58U
### Image kind
Official downloaded image
### Steps to reproduce
- Install 23.05.5 (fresh install) and run a speedtest from laptop connected via wired LAN (1gbit)
- Upgrade to 24.10.0-rc5 (removing existing config) and run speedtest again
- Downgrade to 23.05.5 and run speedtest again
### Actual behaviour
When running 24.10.0-rc5, speedtests are much slower (often 100Mbps slower)
### Expected behaviour
Speedtest results should be very similar between OpenWrt releases
### Additional info
I have been following https://github.com/openwrt/openwrt/issues/15445 as this sounds like the same issue (packet steering). I have been able to confirm that when running a speedtest on 24.10.0-rc5, all the load goes onto a single CPU, while on 23.05.5 the load is shared across CPU's.
The default RPS settings differ between releases, potentially due to changes in the packet steering scripts last year: https://github.com/openwrt/openwrt/issues/15445#issuecomment-2109351247
```
root@OpenWrt:~# . /etc/openwrt_release && echo $DISTRIB_RELEASE
23.05.5
root@OpenWrt:~# cat /sys/class/net/eth0/queues/rx-*/rps_cpus
0
0
0
0
```
```
root@OpenWrt:~# . /etc/openwrt_release && echo $DISTRIB_RELEASE
24.10.0-rc5
root@OpenWrt:~# cat /sys/class/net/eth0/queues/rx-*/rps_cpus
1
1
1
1
```
Setting the RPS settings back to 0 resolves the issue (eg, `/usr/libexec/network/packet-steering.uc 0`).
### Diffconfig
_No response_
### Terms
- [X] I am reporting an issue for OpenWrt, not an unsupported fork.
B3000 PR has finally been merged into Vanilla Openwrt.
1 Like