NO: System -> startup -> WPAD -> stop
I've decided to ask a separate question:
In the xiaomi firmware, there was only one network with WiFi AX+AC and another network with N, both with different SSIDs. On the AX+AC network I was getting speeds of up to 1gbps.
In the openwrt firmware, I had to create a network for each radio and since there are 3 radios, I made 3 different networks: AX (radio1), AC (radio0) and N (radio2), all with different SSIDs, but in the AX network I no longer get 1gbps speeds but only 600 or 700mbps and on AC network I only get 300mbps. Is there a way to unify radio0 and radio1 to get 1gbps again?
Afaik Radio 0 is the IoT Wifi
Radio 1 is the true 5Ghz Wifi
and Radio 2 is the normal 2.4 Ghz Wifi
I use Radio 1 (5 GHz) with Channel 36 and 80 Mhz and 27dbm max.
With my Samsung S20 I get up to 1,2 Gig connections.
I'm using Robimarko's fork (ipq807x-2022-11-05-2125) but for most of the opkg stuff I want to install (openvpn,docker) dependencies are missing:
Required dependency package kmod-tun is not available in any repository.
Required dependency package librt is not available in any repository.
/etc/opkg/distfeeds.conf:
src/gz openwrt_base https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/base
src/gz openwrt_luci https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/luci
src/gz openwrt_packages https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/packages
src/gz openwrt_routing https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/routing
src/gz openwrt_telephony https://downloads.openwrt.org/snapshots/packages/aarch64_cortex-a53/telephony
Any repositories that I should add? Or is there any other way to obtain them since I couldn't find any links for librt
Kind regards,
Guust
Yes there is - add things you are missing to your own build, compile robi's repo and flash your device...
Until robi's fantastic work will be upstreamed into the official OpenWRT repo, that's the only way.
Sorry I might be blind, but where can I find the images?
- openwrt-ipq807x-generic-xiaomi_ax3600-squashfs-nand-factory-kernel.ubi
- openwrt-ipq807x-generic-xiaomi_ax3600-squashfs-nand-factory-rootfs.ubi
- openwrt-ipq807x-generic-xiaomi_ax3600-initramfs-factory.ubi
Checked https://github.com/robimarko/openwrt/releases but the only images I can find:
- openwrt-ipq807x-generic-xiaomi_ax3600-initramfs-fit-uImage.itb
- openwrt-ipq807x-generic-xiaomi_ax3600-squashfs-nand-factory.ubi
- openwrt-ipq807x-generic-xiaomi_ax3600-squashfs-nand-sysupgrade.bin
And I'm out of space running openwrt for 1 day ![]()
root@OpenWrt:/# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 6.8M 6.8M 0 100% /rom
tmpfs 203.7M 25.5M 178.2M 13% /tmp
/dev/ubi0_2 14.8M 14.8M 0 100% /overlay
overlayfs:/overlay 14.8M 14.8M 0 100% /
tmpfs 512.0K 0 512.0K 0% /dev
Thank you very much
Ok I'll need to look into that,just running this for 1 day. Thank you very much!
Great!
be careful ... If you don't know what you are doing you can brick your device
Thanks for the clarification, I didn't know that the IoT antenna can now be used as a wifi network. That raises another question. When I do a speed test while connected to radio1 (AC/AX), I notice that the IoT antenna (only AC) turns off for several seconds and then turns back on. Am I setting something wrong or should I just disable it or configure something on it?
the fix for that is WIP 14mb is unacceptable and we already fixed that by using the secondo partition as rootfs space
It's better to disable IOT = radio0 (only 1 antenna) and use the other radios.
I think what you experience is interference from too close radios in same band.
Thank you very much! with this I could conclude my installation and configuration of Openwrt. wonderful system.
You are trying to apply my instructions on different build with stock partitions. Please follow all steps and built versions from from my post only and don't mix up with other versions without extended partitions.
While I never really cared about the partitioning on this specific device. I have some questions about this. My images resulting in a size of ~25 MiB. While the kernel is ~ 5 MiB.
This results in:
root@AX3600:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 20.0M 20.0M 0 100% /rom
tmpfs 203.7M 932.0K 202.8M 0% /tmp
/dev/ubi0_2 2.7M 104.0K 2.4M 4% /overlay
overlayfs:/overlay 2.7M 104.0K 2.4M 4% /
tmpfs 512.0K 0 512.0K 0% /dev
If I look at this from above /dev/root is using parts of the 2nd rootfs partition already? oO
My impression was (from AX3600 wiki) that /overlay is limited in size but not rootfs:
2.1) Also, stock partitioning assumes ~35M size for each of
rootfsMTD partitions, and ~30M foroverlayMTD partition (and even with that, mounted/overlaypartition somewhy only have size of 15M).
How is this calculated actually and glued together with ubi? Or better what is available in reality?
Since updating to the newest firmware ( OpenWrt SNAPSHOT r0-299aa32 ) I am having issues with suddenly reconnects.
The logs showing the following:
daemon.info hostapd: phy0-ap0: STA 68:9a:87:6f:0a:20 IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
That happend to more than one device, on static devices (Notebook, PS4) it happens to.
I allready added the following configuration, but that doesnt help:
config wifi-iface → add option disassoc_low_ack '0'
The firmware runs on a AX6, I allready have a AX3600 on the cellar, which I can use. should I swap, has anybody the same problems or having any suggestions?
Hi Dimfish, thanks for your answer. Where can I find your build? (sorry I have missed it in the 8000+ comments)
FYI, ath11k WDS AP is still broken on the latest 977427f of ipq807x-5.15-pr. The symptoms and log lines are the same as the previous post a few weeks ago.
As before, ath11k WDS client works OK on this release.
Its a known issue once decap offloading is enabled (Which it is by default), so if you disable offloading it should work
At original post with my instructions...