This is an old revision of the document!
Xiaomi AX3600 wifi 6
https://openwrt.org/toh/xiaomi/ax3600 https://openwrt.admincomps.ru/nss-wifi/
Interesting
google bbr
luci-app-sqm
nlbwmon
btop
banip (77K+) adblock-fast (100K+) nginx (replaced uhttpd) unbound (medium mem) collectd
[03/13/24 18:14:55] macbook@Macbook-Pro-M1 ~ 14s > gdd if=/dev/urandom bs=1MB count=500 2> /dev/null | ssh -o 'Compression no' -c chacha20-poly1305@openssh.com root@r 'pv -f > /dev/null' 476MiB 0:00:13 [36.2MiB/s] [] [03/13/24 18:15:14] magbook@Macbook-Pro-M1 ~ 13s > gdd if=/dev/urandom bs=1MB count=500 2> /dev/null | ssh -o 'Compression no' -c aes256-ctr root@r 'pv -f > /dev/null' 476MiB 0:00:30 [15.7MiB/s] [ ] [03/13/24 18:16:04] macbook@Macbook-Pro-M1 ~ 30s > gdd if=/dev/urandom bs=1MB count=500 2> /dev/null | ssh -o 'Compression no' -c aes128-ctr root@r 'pv -f > /dev/null' 476MiB 0:00:26 [18.3MiB/s] [ ] ]
Firmware
update download to /tmp firmware *xiaomi_ax3600-squashfs-sysupgrade.bin
date | version | Comment |
---|---|---|
20240420 | OpenWrt SNAPSHOT r26231-0b72cb3f3c / LuCI Master 24.100.29615~1181915 | https://openwrt.admincomps.ru/nss-wifi/ - working |
20240214 | OpenWrt SNAPSHOT r25109-4a3522b9e1 / LuCI Master git-24.031.09542-8a0ee66 | https://openwrt.admincomps.ru/nss-wifi/20240201/ working |
20240212 | OpenWrt SNAPSHOT r22827-6d9aab3e4e / LuCI Master git-23.118.79121-6fb185f | stable |
- * <https://openwrt.admincomps.ru/nss/> - прошивка с NSS - ускорением и патчами
- <https://oded.dev/2020/11/30/AX3600-1/> get ssh access <https://github.com/odedlaz/ax3600-files>
- <https://4pda.to/forum/index.php?showtopic=983152> 4pda main tread
- https://irq5.io/2020/08/10/custom-firmware-for-the-xiaomi-ax3600-wireless-router/ - how to bake firmare
- <https://4pda.to/forum/index.php?showtopic=983152&st=4380#entry107499790> patch web ui for set power from web ui
- https://github.com/galeksandrp/xqrepack/tree/txpwr - patch for UI
- https://github.com/galeksandrp/xqrepack/tree/stock-rootfs - files of firmware
- https://4pda.to/forum/index.php?showtopic=983152&st=7780#entry115083527 - configure channel
- AX worse than AC with theory - https://forum.openwrt.org/t/802-11ax-worse-than-802-11ac-with-mt76-driver/126466/2?page=5
- power supply блок питания https://tdtorus.ru/product/blok_pitaniya_bgp_123_1
XIAOM 3600 working NSS
xiaomi 3600 cmd openwrt
iw list # info about adapters iw dev # about devices iw dev phy1-ap0 station dump # about assoc station # reload config of wifi without reboot $ vi /etc/config/wireless Add those options under config wifi-device 'radio1' $ wifi reload radio1 #reload that radio without reboot # public test speed $ iperf3 -c speedtest.fra1.de.leaseweb.net -p 5201-5210 -R -i 1
btop
Compilng firmware
Compile openwrt
#!/bin/bash #remove old folder rm -rf openwrt #get the sources git clone https://github.com/bitthief/openwrt.git #copy the config cp config_dynalink_dl-wrx36 openwrt/.config cd openwrt # delete the patches that cause the boot loop on the dynalink rm target/linux/ipq807x/patches-5.15/0100-* #update and install the feeds ./scripts/feeds update -a ./scripts/feeds install -a #build make defconfig make download make -j5
Sources: https://github.com/AgustinLorenzo/openwrt 5 https://github.com/AgustinLorenzo/nss-packages 1 BUILDING (UPDATED): https://github.com/AgustinLorenzo/openwrt/actions/runs/4790246215/jobs/8519106488 1 BUILDED: https://github.com/AgustinLorenzo/openwrt/releases/tag/ipq807x-2023-04-24-2213 5 Regards, Agustin
API
Получить логи и системную информацию:
http://192.168.31.1/cgi-bin/luci/;stok= 22<YOU_STOK> /api/xqsystem/init_info
http://192.168.31.1/cgi-bin/luci/;stok= 22<YOU_STOK> /api/misystem/sys_log
запросить Последнюю версии прошивки
http://api.miwifi.com/upgrade/log/list?typeList=R3600STA