- Joined
- Sep 16, 2018
- Messages
- 29,548
- Reaction score
- 7,899
More info about Xiaomi AX3000T stock firmware -- you can not use opkg to install software as it is not configured to do that. It is not based on official OpenWRT but probably based on MediaTek SDK.
Bash:
root@XiaoQiang:/etc/config# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='18.06-SNAPSHOT'
DISTRIB_REVISION='unknown'
DISTRIB_TARGET='mediatek/mt7981'
DISTRIB_ARCH='aarch64_cortex-a53'
DISTRIB_DESCRIPTION='OpenWrt 18.06-SNAPSHOT unknown'
DISTRIB_TAINTS='no-all busybox'
root@XiaoQiang:/etc/config# opkg update
Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/mediatek/mt7981/packages/Packages.gz
wget: server returned error: HTTP/1.1 404 Not Found
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/mediatek/mt7981/packages/Packages.gz
Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz
wget: server returned error: HTTP/1.1 404 Not Found
*** Failed to download the package list from http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz
Collected errors:
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/mediatek/mt7981/packages/Packages.gz, wget returned 1.
* opkg_download: Failed to download http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz, wget returned 1.
root@XiaoQiang:~# iperf3 -s -D && iperf3 -c 127.0.0.1
Connecting to host 127.0.0.1, port 5201
[ 5] local 127.0.0.1 port 25061 connected to 127.0.0.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 513 MBytes 4.30 Gbits/sec 0 1.94 MBytes
[ 5] 1.00-2.00 sec 518 MBytes 4.35 Gbits/sec 0 1.94 MBytes
[ 5] 2.00-3.00 sec 482 MBytes 4.04 Gbits/sec 0 1.94 MBytes
[ 5] 3.00-4.00 sec 498 MBytes 4.17 Gbits/sec 0 1.94 MBytes
[ 5] 4.00-5.00 sec 509 MBytes 4.29 Gbits/sec 0 1.94 MBytes
[ 5] 5.00-6.00 sec 502 MBytes 4.21 Gbits/sec 0 1.94 MBytes
[ 5] 6.00-7.00 sec 499 MBytes 4.18 Gbits/sec 0 1.94 MBytes
[ 5] 7.00-8.00 sec 508 MBytes 4.26 Gbits/sec 0 1.94 MBytes
[ 5] 8.00-9.00 sec 474 MBytes 3.97 Gbits/sec 0 1.94 MBytes
[ 5] 9.00-10.00 sec 527 MBytes 4.43 Gbits/sec 0 1.94 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 4.91 GBytes 4.22 Gbits/sec 0 sender
[ 5] 0.00-10.00 sec 4.91 GBytes 4.22 Gbits/sec receiver
iperf Done.
root@XiaoQiang:~# time sh -c 'dd if=/dev/zero bs=1M count=100 | md5sum'
100+0 records in
100+0 records out
104857600 bytes (100.0MB) copied, 2f282b84e7e608d5852449ed940bfc51 -
0.936391 seconds, 106.8MB/s
real 0m 0.94s
user 0m 0.81s
sys 0m 0.30s
root@XiaoQiang:~# iwinfo | grep 'Hardware:\|PHY name'
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: apcli0
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: apclix0
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: wl0
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: wl1
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: wl13
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: wl14
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: wl15
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: wl5
Hardware: unknown [Generic WEXT]
Supports VAPs: no PHY name: wl9
root@XiaoQiang:~# iwlist apclix0 channel
apclix0 13 channels in total; available frequencies :
Channel 36 : 5.18 GHz
Channel 40 : 5.2 GHz
Channel 44 : 5.22 GHz
Channel 48 : 5.24 GHz
Channel 52 : 5.26 GHz
Channel 56 : 5.28 GHz
Channel 60 : 5.3 GHz
Channel 64 : 5.32 GHz
Channel 149 : 5.745 GHz
Channel 153 : 5.765 GHz
Channel 157 : 5.785 GHz
Channel 161 : 5.805 GHz
Channel 165 : 5.825 GHz
Current Channel:44
root@XiaoQiang:~# iwlist apcli0 channel
apcli0 13 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz
Current Channel:4
Last edited: