IPQ5018: GLiNET B3000 info

thanks for the info.

I have not tested today's snapshot yet. let me build it and test, I'll see what is going on.

stay tuned

It is related to this commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=028d8d42753567981aa803fa03c2c98b0b3420d5

I’ve asked to revert it knowing that 2.5G mode will break until we find a solution for PHY to PHY link and fixed link scenarios.

2 Likes

here i was about to give you a heads up ... you've already found the issue. Good stuff !

Thanks g

i can build you an image to your needs if you like. Just let me know what you need and I will bake it up

I was attempting the update to fix the ath11k RX queue issue addressed in https://github.com/openwrt/openwrt/pull/17182. I don’t need anything fancy, just a basic working image with that fix included. As long as I can ssh in after it's flashed I'm fine installing luci :slight_smile:
Really appreciate you both responding so quickly and offering to help!

you can like just use this one from 2 days ago

its got a few extra packages (shown in file name) , you can just remove them.

I am just working on some nss stuff so it'll be an hour or so before i can compile today's with the fix and get it posted

1 Like

It's back up, and I'm back to tinkering, thank you again!

1 Like

Hi, this version works very well.

I still can't have multicast iptv but it's not related to this version but seems to be a global bug :

thank you again for your work ^^

1 Like

Just curious if there's any update on this? I've got the same (similar?) issue on the SPNMX55, SNR doesn't populate most of the time, specifically "No RX Signal". Every once in awhile it picks it up for 1 of my 2.4Ghz clients, but not the others.


Currently there's actually 3 clients associated..

Nothing yet. Though i did notice when testing the nss build .. this was working fine.

2 Likes

if someone want to test this nss build and report on speeds it would be much appreciated ..

openwrt-qualcommax-ipq50xx-glinet_gl-b3000-squashfs-factory-nss-12.2.img

2 Likes

Thanks for sharing that image - already flashed and will share results later :wink:
Just for others, small guide:

  • on flashing image do not keep settings
  • you can add anothere repositories if some packages are missing just by adding to file:
# /etc/apk/repositories.d/distfeeds.list

https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base/packages.adb
https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci/packages.adb
https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages/packages.adb
https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing/packages.adb
https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony/packages.adb
https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/video/packages.adb
  • nss_stats command prints some statistics
  • hw offload / sw offload and packet steering should be disabled
uci set network.@device[0].packet_steering=0
uci set network.@device[0].flow_offloading=0
uci set network.@device[0].flow_offloading_hw=0
uci commit network

I do not recommedn adding packages adhoc to the nss image as the core has been changed, @qosmio advises not to.

2 Likes

Hi, this one disn't work for me, I try it like update with keeping seeting first and lost internet connection, I tried to flash using ub with same image and flash was ok but I didn't have acces to anything, so I put the previous build (the one with igmpproxy) and it worked again..

you should not keep settings ... these are 2 very different images

Hello, from which branch should I build the latest image for b3000, "main", "add_glinet_gl-b3000_support", "glinet_ipq50xx_dev" or "add_nsss_support_gl-b3000"?

I would suggest main ..

1 Like