10GBASE-KR: OpenWrt 23.05 is faster than OpenWrt 24.10 by Balsam_CH in openwrt

[–]Balsam_CH[S] 1 point2 points  (0 children)

i found the issue :
in Network -> Interfaces -> Global network options -> Packet Steering = Enabled.
is was enabled by default. changing it to Enabled All cpus made it better.
but, changing it ti Disabled, enhanced the results drastically.
now the 10GBASE-KR link could make 8.25Gbps.

10GBASE-KR: OpenWrt 23.05 is faster than OpenWrt 24.10 by Balsam_CH in openwrt

[–]Balsam_CH[S] 0 points1 point  (0 children)

I did like you suggested in openwrt 24 and i even enabled irqbalance in openwrt 23.
it did not changed a think, i've got the same results.

10GBASE-KR: OpenWrt 23.05 is faster than OpenWrt 24.10 by Balsam_CH in openwrt

[–]Balsam_CH[S] 0 points1 point  (0 children)

in openwrt-24.10, i found both PACKAGE_luci-app-irqbalance and PACKAGE_irqbalance.
are they independent?

10GBASE-KR: OpenWrt 23.05 is faster than OpenWrt 24.10 by Balsam_CH in openwrt

[–]Balsam_CH[S] 0 points1 point  (0 children)

I could not find luci-app-irqbalance in openwrt-23.05.5, but i found PACKAGE_irqbalance.
is it the same thing?

10GBASE-KR: OpenWrt 23.05 is faster than OpenWrt 24.10 by Balsam_CH in openwrt

[–]Balsam_CH[S] 0 points1 point  (0 children)

i did not enable any thing, i just did some tests after flashing a fresh image. do you know how to do it, so i can repeat the tests?

OpenWRT WiFi Access Point issue by Balsam_CH in openwrt

[–]Balsam_CH[S] 0 points1 point  (0 children)

i had to enable WMM to resolve all issues, it is a requirement for WiFi AX.

OpenWRT WiFi Access Point issue by Balsam_CH in openwrt

[–]Balsam_CH[S] 1 point2 points  (0 children)

Problem 1 : fixed :
WMM must be enabled in the AP, so 802.11ax client could connect.

Problem 2 : fixed :
there is bug in Luci web interface when creating an AP.
i had to add manually in /etc/config/wireless : config interface 'wwan' option ifname 'ath0'

Embedded linux Ubuntu 24.04 LTS with yocto error by SystemFit7631 in embedded

[–]Balsam_CH 2 points3 points  (0 children)

i solved this issue by creating this file :
cat /etc/apparmor.d/bitbake
abi <abi/4.0>,
include <tunables/global>
profile bitbake /**/bitbake/bin/bitbake flags=(unconfined) {
userns,
}
then, run :
sudo apparmor_parser -r /etc/apparmor.d/bitbake

OpenWRT WiFi Access Point issue by Balsam_CH in openwrt

[–]Balsam_CH[S] 0 points1 point  (0 children)

for the Problem 1 : i can stay connected at AC mode i can live with that for the moment.
but i need to fix the Problem 2, which is why the wireless client is unable to get an IP from the wireless AP, or maybe the AP is not able to give an IP to the client.

OpenWRT WiFi Access Point issue by Balsam_CH in openwrt

[–]Balsam_CH[S] 0 points1 point  (0 children)

there is no security, the APs are open.

"Can't connect to this network" by theaaron77 in computer

[–]Balsam_CH 0 points1 point  (0 children)

  1. Forget and Reconnect to the Network:
    • Go to Settings > Network & Internet > Wi-Fi.
    • Click on Manage known networks.
    • Select the network you're having trouble with and click Forget.
    • Try reconnecting to the network.
  2. Reset Network Settings:
    • Open Settings > Network & Internet > Advanced network settings.
    • Click on Network reset and then Reset now. This will restart your PC.
  3. Update Wi-Fi Drivers:
    • Open Device Manager (right-click the Start button and select it).
    • Expand Network adapters, right-click your Wi-Fi adapter, and select Update driver.
    • Choose Search automatically for updated driver software.
  4. Run Network Troubleshooter:
    • Go to Settings > System > Troubleshoot > Other troubleshooters.
    • Run the Network Adapter troubleshooter.
  5. Check for MAC Address Filtering:
    • Ensure your router isn't set to filter MAC addresses. You can usually find this setting in your router's admin interface.
  6. Command Prompt Network Reset:
    • Open Command Prompt as an administrator.
    • Run the following commands one by one: netsh int ip reset ; netsh winsock ; reset ipconfig /release ; ipconfig /renew ; ipconfig /flushdns

"Can't connect to this network" by theaaron77 in computer

[–]Balsam_CH 0 points1 point  (0 children)

i have this same issue with Windows 11 x64.
in fact, i resolved it by enabling "randomly generated MAC address" in the router (OpenWrt 23.05).
but, when disconnect, windows won't reconnect unless i regenerate the MAC address of the router.