20250814荣品RD-RK3588开发板在Rockchip原厂的buildroot【linux-5.10】下让eth0网卡跑iperf2测试网速
20250814荣品RD-RK3588开发板在Rockchip原厂的buildroot【linux-5.10】下让eth0网卡跑iperf2测试网速
2025/8/14 14:17
缘起:使用buildroot【linux-6.1】跑荣品RD-RK3588开发板。DTS使用EVB7的V10/V11方案。
以太网卡/ADB不通。有点伤自尊。
看荣品的linux SDK/Buildroot使用的是linux-5.10内核。
析取荣品所用的最小的DTS集合。
在拿到手的Rockchip原厂的buildroot【linux-5.10】下确认SDK是好的!:以太网卡/ADB都可以通。
偶然发现荣品的DTSI中声明自己是基于:EVB7的V10方案。
让DTS直接使用EVB7的V10方案,【关闭】adb通了。
既然这样,就比较有信心将 荣品的2个以太网卡的代码块搬过来了!
不过,发现这样干的以太网卡不会自动加载/工作【默认down模式】,需要手工打开up。
先使用iperf2让eth0网卡测试网速。
测试时间5400分钟=1.5小时。也就是中午烤机了!^_
实测网速:
[BEGIN] 2025/8/14 12:16:04
rootroot@rootroot-X99-Turbo:~$ iperf -c 192.168.3.232 -i 1 -t 5400
------------------------------------------------------------
Client connecting to 192.168.3.232, TCP port 5001
TCP window size: 1.41 MByte (default)
------------------------------------------------------------
[ 3] local 192.168.3.132 port 44558 connected with 192.168.3.232 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 114 MBytes 954 Mbits/sec
[ 3] 1.0- 2.0 sec 112 MBytes 935 Mbits/sec
[ 3] 2.0- 3.0 sec 112 MBytes 935 Mbits/sec
[ 3] 3.0- 4.0 sec 112 MBytes 937 Mbits/sec
[ 3] 4.0- 5.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5.0- 6.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5395.0-5396.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5396.0-5397.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5397.0-5398.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5398.0-5399.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5399.0-5400.0 sec 111 MBytes 932 Mbits/sec
[ 3] 0.0-5400.0 sec 589 GBytes 937 Mbits/sec
rootroot@rootroot-X99-Turbo:~$
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3688 (3.6 KiB) TX bytes:3688 (3.6 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig -a
enP4p65s0 Link encap:Ethernet HWaddr 6E:D5:8E:F7:81:22
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:170 Base address:0xd000
eth0 Link encap:Ethernet HWaddr DA:DF:13:01:0B:50
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:92
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3688 (3.6 KiB) TX bytes:3688 (3.6 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# udhcpc
udhcpc: started, v1.36.0
[ 285.939389] rk_gmac-dwmac fe1c0000.ethernet eth0: PHY [stmmac-1:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[ 285.941140] dwmac4: Master AXI performs any burst length
[ 285.941176] rk_gmac-dwmac fe1c0000.ethernet eth0: No Safety Features support found
[ 285.941193] rk_gmac-dwmac fe1c0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 285.941381] rk_gmac-dwmac fe1c0000.ethernet eth0: registered PTP clock
[ 285.941680] rk_gmac-dwmac fe1c0000.ethernet eth0: configuring for phy/rgmii-rxid link mode
udhcpc: broadcasting discover
udhcpc: broadcasting discover
[ 290.032224] rk_gmac-dwmac fe1c0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 290.032346] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
udhcpc: broadcasting discover
udhcpc: broadcasting select for 192.168.3.232, server 192.168.3.1
udhcpc: lease of 192.168.3.232 obtained from 192.168.3.1, lease time 86400
deleting routers
adding dns 192.168.3.1
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig
eth0 Link encap:Ethernet HWaddr DA:DF:13:01:0B:50
inet addr:192.168.3.232 Bcast:192.168.3.255 Mask:255.255.255.0
inet6 addr: fe80::d8df:13ff:fe01:b50/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:78 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10869 (10.6 KiB) TX bytes:1460 (1.4 KiB)
Interrupt:92
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:148 errors:0 dropped:0 overruns:0 frame:0
TX packets:148 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9328 (9.1 KiB) TX bytes:9328 (9.1 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ping www.baidu.com
PING www.baidu.com (183.2.172.177) 56(84) bytes of data.
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=1 ttl=51 time=16.0 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=2 ttl=51 time=15.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=3 ttl=51 time=15.5 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=4 ttl=51 time=15.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=5 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=6 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=7 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=8 ttl=51 time=15.9 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=9 ttl=51 time=15.9 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=10 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=11 ttl=51 time=15.2 ms
64 bytes from 183.2.172.177: icmp_seq=12 ttl=51 time=16.0 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=13 ttl=51 time=16.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=14 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=15 ttl=51 time=15.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=16 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=17 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=18 ttl=51 time=16.0 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=19 ttl=51 time=15.9 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=20 ttl=51 time=16.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=21 ttl=51 time=15.7 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=22 ttl=51 time=16.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=23 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=24 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=25 ttl=51 time=14.8 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=26 ttl=51 time=15.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=27 ttl=51 time=15.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=28 ttl=51 time=16.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=29 ttl=51 time=16.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=30 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=31 ttl=51 time=15.7 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=32 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=33 ttl=51 time=15.8 ms
64 bytes from 183.2.172.177: icmp_seq=34 ttl=51 time=16.1 ms
^C64 bytes from 183.2.172.177: icmp_seq=35 ttl=51 time=15.5 ms
--- www.baidu.com ping statistics ---
35 packets transmitted, 35 received, 0% packet loss, time 52108ms
rtt min/avg/max/mdev = 14.778/15.877/16.394/0.401 ms
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 128 KByte (default)
------------------------------------------------------------
[ 1] local 192.168.3.232 port 5001 connected with 192.168.3.132 port 44558
[ ID] Interval Transfer Bandwidth
[ 1] 0.00-1755149964.96 sec 589 GBytes 2.88 Kbits/sec
^Croot@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# uname -a
Linux rk3588-buildroot 5.10.198 #2 SMP Tue Aug 12 11:58:10 CST 2025 aarch64 GNU/Linux
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# poweroff
服务器端LOG:【RK3588 + linux-5.10】
[BEGIN] 2025/8/14 12:09:20
DDR d5483af87d cym 23/11/23-16:15:24,fwver: v1.15
LPDDR4X, 2112MHz
channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
Manufacturer ID:0x13
CH0 RX Vref:28.5%, TX Vref:23.8%,26.8%
CH1 RX Vref:28.8%, TX Vref:24.8%,26.8%
CH2 RX Vref:29.7%, TX Vref:25.8%,26.8%
CH3 RX Vref:29.3%, TX Vref:24.8%,24.8%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(2e8446f969...) + OK
## Checking uboot 0x00200000 ... sha256(a8b28c8fe5...) + OK
## Checking fdt 0x00345490 ... sha256(a434b1c4fe...) + OK
## Checking atf-2 0xff100000 ... sha256(9f75e6ec37...) + OK
## Checking atf-3 0x000f0000 ... sha256(c80587de50...) + OK
## Checking optee 0x08400000 ... sha256(4b2d406bfc...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 85.119/251.134 ms
INFO: Preloader serial: 2
NOTICE: BL31: v2.3():v2.3-662-g4acbe711b-dirty:finley.xiao, fwver: v1.44
NOTICE: BL31: Built : 16:44:24, Nov 7 2023
INFO: spec: 0x1
INFO: code: 0x88
INFO: ext 32k is not valid
INFO: ddr: stride-en 4CH
INFO: GICv3 without legacy support detected.
INFO: ARM GICv3 driver initialized in EL3
INFO: valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO: l3 cache partition cfg-0
INFO: system boots from cpu-hwid-0
INFO: idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO: dfs DDR fsp_params[0].freq_mhz= 2112MHz
INFO: dfs DDR fsp_params[1].freq_mhz= 528MHz
INFO: dfs DDR fsp_params[2].freq_mhz= 1068MHz
INFO: dfs DDR fsp_params[3].freq_mhz= 1560MHz
INFO: BL31: Initialising Exception Handling Framework
INFO: BL31: Initializing runtime services
INFO: BL31: Initializing BL32
I/TC:
I/TC: OP-TEE version: 3.13.0-752-g62aa10b78 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Mon Sep 25 10:04:34 CST 2023 aarch64, fwver: v1.15
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO: BL31: Preparing for EL3 exit to normal world
INFO: Entry point address = 0x200000
INFO: SPSR = 0x3c9
U-Boot 2017.09 (Aug 14 2025 - 09:13:18 +0800)
Model: Rockchip RK3588 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfeb50000
DRAM: 8 GiB
Sysmem: init
Relocation Offset: eda18000
Relocation fdt: eb9fa160 - eb9fecd0
CR: M/C/I
Using default environment
optee api revision: 2.0
mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS400 Enhanced Strobe, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v2
boot mode: None
RESC: 'boot', blk@0x00019a91
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x80, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000'
serdes_power_init failed to get serdes misc device
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Rockchip RK3588 EVB7 LP4 V10 Board
MPIDR: 0x81000000
Minidump: init...
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2[0 2 ], primary plane: 2
vp1 have layer nr:2[1 3 ], primary plane: 3
vp2 have layer nr:2[6 8 ], primary plane: 8
vp3 have layer nr:2[7 9 ], primary plane: 9
Using display timing dts
dsi@fde20000: detailed mode clock 132000 kHz, flags[a]
H: 1080 1095 1099 1129
V: 1920 1935 1937 1952
bus_format: 100e
VOP update mode to: 1080x1920p60, type: MIPI0 for VP3
VP3 set crtc_clock to 132000KHz
VOP VP3 enable Esmart3[654x270->654x270@213x825] fmt[2] addr[0xedf04000]
final DSI-Link bandwidth: 880000 Kbps x 4
hdmi@fde80000 disconnected
hdmi@fdea0000 disconnected
CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
b0pll 24000 KHz
b1pll 24000 KHz
lpll 24000 KHz
v0pll 24000 KHz
aupll 786431 KHz
cpll 1500000 KHz
gpll 1188000 KHz
npll 850000 KHz
ppll 1100000 KHz
aclk_center_root 702000 KHz
pclk_center_root 100000 KHz
hclk_center_root 396000 KHz
aclk_center_low_root 500000 KHz
aclk_top_root 750000 KHz
pclk_top_root 100000 KHz
aclk_low_top_root 396000 KHz
Net: Device 'gpio@fec40000': seq 3 is in use by 'gpio@fd8a0000'
eth1: ethernet@fe1c0000
Hit key to stop autoboot('CTRL+C'): 0
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0xe94a6f40 with size 0x02352200
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e94a6f40 ...
Using 'conf' configuration
## Verified-boot: 0
Trying 'kernel' kernel subimage
Description: unavailable
Type: Kernel Image
Compression: uncompressed
Data Start: 0xe94ec740
Data Size: 36751872 Bytes = 35 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x00400000
Entry Point: 0x00400000
Hash algo: sha256
Hash value: 532c924f12032da150b3db7ea1b08321620e8ac0db45d91185f998d799980031
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e94a6f40 ...
Using 'conf' configuration
Trying 'fdt' fdt subimage
Description: unavailable
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0xe94a7740
Data Size: 282605 Bytes = 276 KiB
Architecture: AArch64
Load Address: 0x08300000
Hash algo: sha256
Hash value: c2d617db7ed88f5820824965d28e61cca662e556113c4b8f7fc8df209cefe52a
Verifying Hash Integrity ... sha256+ OK
Loading fdt from 0x08300000 to 0x08300000
Booting using the fdt blob at 0x08300000
Loading Kernel Image from 0xe94ec740 to 0x00400000 ... OK
kernel loaded at 0x00400000, end = 0x0270ca00
Using Device Tree in place at 0000000008300000, end 0000000008347fec
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
cma: addr=10000000 size=8000000
drm-logo@00000000: addr=edf00000 size=b8000
ramoops@110000: addr=110000 size=e0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)
Total: 765.897/1103.818 ms
Starting kernel ...
[ 1.108744] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 1.108762] Linux version 5.10.198 (rootroot@rootroot-X99-Turbo) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #2 SMP Tue Aug 12 11:58:10 CST 2025
[ 1.112334] random: crng init done
[ 1.120314] Machine model: Rockchip RK3588 EVB7 LP4 V10 Board
[ 1.156963] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[ 1.161500] printk: bootconsole [uart8250] enabled
[ 1.164294] efi: UEFI not found.
[ 1.170251] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[ 1.171408] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[ 1.172148] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[ 1.293066] Zone ranges:
[ 1.293304] DMA [mem 0x0000000000200000-0x00000000ffffffff]
[ 1.293874] DMA32 empty
[ 1.294141] Normal [mem 0x0000000100000000-0x00000002ffffffff]
[ 1.294707] Movable zone start for each node
[ 1.295098] Early memory node ranges
[ 1.295427] node 0: [mem 0x0000000000200000-0x00000000083fffff]
[ 1.296001] node 0: [mem 0x0000000009400000-0x00000000efffffff]
[ 1.296577] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
[ 1.297151] node 0: [mem 0x00000002f0000000-0x00000002ffffffff]
[ 1.297725] Initmem setup node 0 [mem 0x0000000000200000-0x00000002ffffffff]
[ 1.344180] psci: probing for conduit method from DT.
[ 1.344650] psci: PSCIv1.1 detected in firmware.
[ 1.345074] psci: Using standard PSCI v0.2 function IDs
[ 1.345554] psci: Trusted OS migration not required
[ 1.346003] psci: SMC Calling Convention v1.2
[ 1.346758] percpu: Embedded 30 pages/cpu s83800 r8192 d30888 u122880
[ 1.347522] Detected VIPT I-cache on CPU0
[ 1.347921] CPU features: detected: GIC system register CPU interface
[ 1.348510] CPU features: detected: Virtualization Host Extensions
[ 1.349079] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 1.349729] alternatives: patching kernel code
[ 1.351678] Built 1 zonelists, mobility grouping on. Total pages: 2059848
[ 1.352312] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.15-d5483af87d,spl-v1.13,bl31-v1.44,bl32-v1.15,uboot-08/14/2025
[ 1.356376] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 1.357491] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 1.358208] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 1.364972] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)
[ 1.424110] Memory: 7973644K/8370176K available (18752K kernel code, 3506K rwdata, 6888K rodata, 6656K init, 590K bss, 265460K reserved, 131072K cma-reserved)
[ 1.425510] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 1.426133] ftrace: allocating 57278 entries in 224 pages
[ 1.497454] ftrace: allocated 224 pages with 3 groups
[ 1.498131] rcu: Hierarchical RCU implementation.
[ 1.498566] rcu: RCU event tracing is enabled.
[ 1.498981] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 1.499594] All grace periods are expedited (rcu_expedited).
[ 1.500119] Rude variant of Tasks RCU enabled.
[ 1.500534] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 1.505084] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 1.508056] GICv3: GIC: Using split EOI/Deactivate mode
[ 1.508539] GICv3: 480 SPIs implemented
[ 1.508890] GICv3: 0 Extended SPIs implemented
[ 1.509318] GICv3: Distributor has no Range Selector support
[ 1.509841] GICv3: 16 PPIs implemented
[ 1.510226] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[ 1.510937] ITS [mem 0xfe640000-0xfe65ffff]
[ 1.511363] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[ 1.512240] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[ 1.513189] ITS: using cache flushing for cmd queue
[ 1.513658] ITS [mem 0xfe660000-0xfe67ffff]
[ 1.514082] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[ 1.514959] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[ 1.515907] ITS: using cache flushing for cmd queue
[ 1.516551] GICv3: using LPI property table @0x0000000100230000
[ 1.517202] GIC: using cache flushing for LPI property table
[ 1.517724] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[ 1.518425] rcu: Offload RCU callbacks from CPUs: 0-7.
[ 1.627837] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 1.628388] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 1.629355] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 1.631261] Console: colour dummy device 80x25
[ 1.631687] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[ 1.632612] pid_max: default: 32768 minimum: 301
[ 1.633132] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.633834] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 1.635714] rcu: Hierarchical SRCU implementation.
[ 1.636861] Platform MSI: msi-controller@fe640000 domain created
[ 1.637411] Platform MSI: msi-controller@fe660000 domain created
[ 1.638285] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[ 1.639043] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[ 1.639956] EFI services will not be available.
[ 1.640590] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[ 1.642120] Detected VIPT I-cache on CPU1
[ 1.642143] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[ 1.642158] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[ 1.642195] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 1.643349] Detected VIPT I-cache on CPU2
[ 1.643369] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[ 1.643383] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[ 1.643416] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 1.644553] Detected VIPT I-cache on CPU3
[ 1.644570] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[ 1.644583] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[ 1.644614] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 1.645772] CPU features: detected: Spectre-v4
[ 1.645774] CPU features: detected: Spectre-BHB
[ 1.645775] Detected PIPT I-cache on CPU4
[ 1.645786] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[ 1.645794] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[ 1.645816] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]
[ 1.646915] Detected PIPT I-cache on CPU5
[ 1.646927] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[ 1.646935] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[ 1.646957] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]
[ 1.648040] Detected PIPT I-cache on CPU6
[ 1.648051] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[ 1.648059] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[ 1.648081] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]
[ 1.649181] Detected PIPT I-cache on CPU7
[ 1.649192] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[ 1.649200] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[ 1.649221] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]
[ 1.649270] smp: Brought up 1 node, 8 CPUs
[ 1.665958] SMP: Total of 8 processors activated.
[ 1.666390] CPU features: detected: Privileged Access Never
[ 1.666890] CPU features: detected: LSE atomic instructions
[ 1.667389] CPU features: detected: User Access Override
[ 1.667869] CPU features: detected: 32-bit EL0 Support
[ 1.668332] CPU features: detected: Common not Private translations
[ 1.668895] CPU features: detected: RAS Extension Support
[ 1.669383] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 1.670157] CPU features: detected: CRC32 instructions
[ 1.670620] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 1.671245] CPU features: detected: RCpc load-acquire (LDAPR)
[ 1.696179] CPU: All CPU(s) started at EL2
[ 1.698246] devtmpfs: initialized
[ 1.708369] Registered cp15_barrier emulation handler
[ 1.708827] Registered setend emulation handler
[ 1.709290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 1.710163] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 1.711756] pinctrl core: initialized pinctrl subsystem
[ 1.712394] DMI not present or invalid.
[ 1.712826] NET: Registered protocol family 16
[ 1.713781] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 1.714499] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 1.715570] Registered FIQ tty driver
[ 1.715989] thermal_sys: Registered thermal governor 'fair_share'
[ 1.715990] thermal_sys: Registered thermal governor 'step_wise'
[ 1.716541] thermal_sys: Registered thermal governor 'user_space'
[ 1.717077] thermal_sys: Registered thermal governor 'power_allocator'
[ 1.717730] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[ 1.719042] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[ 1.719773] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[ 1.720505] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[ 1.721237] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[ 1.721966] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[ 1.722694] cpuidle: using governor menu
[ 1.723122] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 1.723806] ASID allocator initialised with 65536 entries
[ 1.725427] ramoops: dmesg-0 0x18000@0x0000000000110000
[ 1.725896] ramoops: dmesg-1 0x18000@0x0000000000128000
[ 1.726372] ramoops: console 0x80000@0x0000000000140000
[ 1.726844] ramoops: pmsg 0x30000@0x00000000001c0000
[ 1.727500] printk: console [ramoops-1] enabled
[ 1.727913] pstore: Registered ramoops as persistent store backend
[ 1.728468] ramoops: using 0xe0000@0x110000, ecc: 0
[ 1.762474] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[ 1.763203] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[ 1.763907] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[ 1.764620] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[ 1.765357] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[ 1.765973] rockchip-pinctrl pinctrl: probed pinctrl
[ 1.776587] fiq_debugger fiq_debugger.0: IRQ fiq not found
[ 1.777079] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[ 1.777594] fiq_debugger_probe: could not install nmi irq handler
[[ 1.778177] printk: console [ttyFIQ0] enabled
1.778177] printk: console [ttyFIQ0] enabled
[ 1.778947] printk: bootconsole [uart8250] disabled
[ 1.778947] printk: bootconsole [uart8250] disabled
[ 1.779426] Registered fiq debugger ttyFIQ0
[ 1.779640] vcc5v0_sys: supplied by vcc12v_dcin
[ 1.779715] vcc5v0_usbdcin: supplied by vcc12v_dcin
[ 1.779787] vcc5v0_usb: supplied by vcc5v0_usbdcin
[ 1.779909] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[ 1.780019] vcc3v3_pcie30: supplied by vcc12v_dcin
[ 1.780172] vcc5v0_host: supplied by vcc5v0_usb
[ 1.780717] iommu: Default domain type: Translated
[ 1.783058] SCSI subsystem initialized
[ 1.783112] usbcore: registered new interface driver usbfs
[ 1.783123] usbcore: registered new interface driver hub
[ 1.783134] usbcore: registered new device driver usb
[ 1.783158] mc: Linux media interface: v0.10
[ 1.783165] videodev: Linux video capture interface: v2.00
[ 1.783186] pps_core: LinuxPPS API ver. 1 registered
[ 1.783189] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.783195] PTP clock support registered
[ 1.783207] EDAC MC: Ver: 3.0.0
[ 1.783441] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[ 1.783468] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 1.784276] Advanced Linux Sound Architecture Driver Initialized.
[ 1.784404] Bluetooth: Core ver 2.22
[ 1.784412] NET: Registered protocol family 31
[ 1.784415] Bluetooth: HCI device and connection manager initialized
[ 1.784419] Bluetooth: HCI socket layer initialized
[ 1.784423] Bluetooth: L2CAP socket layer initialized
[ 1.784428] Bluetooth: SCO socket layer initialized
[ 1.785655] rockchip-cpuinfo cpuinfo: SoC : 35881000
[ 1.785659] rockchip-cpuinfo cpuinfo: Serial : 7f4af88b63ded61f
[ 1.785859] clocksource: Switched to clocksource arch_sys_counter
[ 2.030284] NET: Registered protocol family 2
[ 2.030383] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 2.032330] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 2.032400] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 2.032738] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 2.033383] TCP: Hash tables configured (established 65536 bind 65536)
[ 2.033417] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 2.033538] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 2.033695] NET: Registered protocol family 1
[ 2.033863] RPC: Registered named UNIX socket transport module.
[ 2.033867] RPC: Registered udp transport module.
[ 2.033869] RPC: Registered tcp transport module.
[ 2.033872] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.034149] PCI: CLS 0 bytes, default 64
[ 2.034746] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[ 2.035160] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[ 2.035707] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 2.037330] Initialise system trusted keyrings
[ 2.037372] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[ 2.038596] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.038750] NFS: Registering the id_resolver key type
[ 2.038757] Key type id_resolver registered
[ 2.038759] Key type id_legacy registered
[ 2.038771] ntfs: driver 2.1.32 [Flags: R/O].
[ 2.038823] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 2.038901] fuse: init (API version 7.32)
[ 2.038973] SGI XFS with security attributes, no debug enabled
[ 2.059685] NET: Registered protocol family 38
[ 2.059693] Key type asymmetric registered
[ 2.059697] Asymmetric key parser 'x509' registered
[ 2.059708] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 2.059711] io scheduler mq-deadline registered
[ 2.059714] io scheduler kyber registered
[ 2.060061] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[ 2.060115] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[ 2.066305] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[ 2.066859] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
[ 2.068674] rk-pcie fe190000.pcie: invalid prsnt-gpios property in node
[ 2.068805] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[ 2.068815] rk-pcie fe170000.pcie: no vpcie3v3 regulator found
[ 2.068896] pwm-backlight backlight: supply power not found, using dummy regulator
[ 2.069014] rk-pcie fe170000.pcie: IRQ msi not found
[ 2.069025] rk-pcie fe170000.pcie: use outband MSI support
[ 2.069032] rk-pcie fe170000.pcie: Missing *config* reg space
[ 2.069051] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[ 2.069077] rk-pcie fe170000.pcie: err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[ 2.069095] rk-pcie fe170000.pcie: IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[ 2.069099] iep: Module initialized.
[ 2.069112] rk-pcie fe170000.pcie: MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[ 2.069126] rk-pcie fe170000.pcie: MEM 0x0980000000..0x09bfffffff -> 0x0980000000
[ 2.069127] mpp_service mpp-srv:
[ 2.069130] mpp_service mpp-srv: probe start
[ 2.069155] rk-pcie fe170000.pcie: Missing *config* reg space
[ 2.069181] rk-pcie fe170000.pcie: invalid resource
[ 2.069853] mpp_vdpu1 fdb51000.avsd-plus: Adding to iommu group 1
[ 2.070008] mpp_vdpu1 fdb51000.avsd-plus: probe device
[ 2.070088] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[ 2.070093] mpp_vdpu1 fdb51000.avsd-plus: reset_group->rw_sem_on=0
[ 2.070168] mpp_vdpu1 fdb51000.avsd-plus: probing finish
[ 2.070397] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[ 2.070426] mpp_vdpu2 fdb50400.vdpu: probe device
[ 2.070483] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[ 2.070487] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[ 2.070536] mpp_vdpu2 fdb50400.vdpu: probing finish
[ 2.070646] mpp_vepu2 jpege-ccu: probing start
[ 2.070650] mpp_vepu2 jpege-ccu: probing finish
[ 2.070724] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[ 2.070751] mpp_vepu2 fdb50000.vepu: probing start
[ 2.070805] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[ 2.070809] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[ 2.070862] mpp_vepu2 fdb50000.vepu: probing finish
[ 2.070918] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[ 2.070985] mpp_vepu2 fdba0000.jpege-core: probing start
[ 2.071058] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[ 2.071111] mpp_vepu2 fdba0000.jpege-core: probing finish
[ 2.071149] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[ 2.071216] mpp_vepu2 fdba4000.jpege-core: probing start
[ 2.071279] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[ 2.071331] mpp_vepu2 fdba4000.jpege-core: probing finish
[ 2.071377] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[ 2.071436] mpp_vepu2 fdba8000.jpege-core: probing start
[ 2.071499] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[ 2.071551] mpp_vepu2 fdba8000.jpege-core: probing finish
[ 2.071598] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[ 2.071658] mpp_vepu2 fdbac000.jpege-core: probing start
[ 2.071722] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[ 2.071774] mpp_vepu2 fdbac000.jpege-core: probing finish
[ 2.071949] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[ 2.072011] mpp-iep2 fdbb0000.iep: probe device
[ 2.072091] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[ 2.072138] mpp-iep2 fdbb0000.iep: probing finish
[ 2.072269] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[ 2.072389] mpp_jpgdec fdb90000.jpegd: probe device
[ 2.072514] mpp_jpgdec fdb90000.jpegd: probing finish
[ 2.072777] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[ 2.072817] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1
[ 2.072821] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[ 2.072885] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[ 2.073060] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[ 2.073137] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[ 2.073141] rkvdec2_init:1022: No niu aclk reset resource define
[ 2.073144] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[ 2.073146] rkvdec2_init:1025: No niu hclk reset resource define
[ 2.073161] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[ 2.073204] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[ 2.073207] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[ 2.073337] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[ 2.073341] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[ 2.073344] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[ 2.073347] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[ 2.073351] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[ 2.073355] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20
[ 2.073358] mpp_rkvdec2 fdc38100.rkvdec-core: [136, 24576]
[ 2.073361] mpp_rkvdec2 fdc38100.rkvdec-core: [137, 49152]
[ 2.073364] mpp_rkvdec2 fdc38100.rkvdec-core: [141, 90112]
[ 2.073367] mpp_rkvdec2 fdc38100.rkvdec-core: [140, 49152]
[ 2.073370] mpp_rkvdec2 fdc38100.rkvdec-core: [139, 180224]
[ 2.073373] mpp_rkvdec2 fdc38100.rkvdec-core: [133, 49152]
[ 2.073376] mpp_rkvdec2 fdc38100.rkvdec-core: [134, 8192]
[ 2.073379] mpp_rkvdec2 fdc38100.rkvdec-core: [135, 4352]
[ 2.073381] mpp_rkvdec2 fdc38100.rkvdec-core: [138, 13056]
[ 2.073384] mpp_rkvdec2 fdc38100.rkvdec-core: [142, 291584]
[ 2.073405] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[ 2.073460] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[ 2.073616] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[ 2.073693] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[ 2.073696] rkvdec2_init:1022: No niu aclk reset resource define
[ 2.073700] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[ 2.073702] rkvdec2_init:1025: No niu hclk reset resource define
[ 2.073716] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[ 2.073747] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[ 2.073762] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[ 2.073911] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[ 2.073914] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[ 2.073917] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[ 2.073920] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[ 2.073923] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[ 2.073927] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20
[ 2.073930] mpp_rkvdec2 fdc48100.rkvdec-core: [136, 24576]
[ 2.073934] mpp_rkvdec2 fdc48100.rkvdec-core: [137, 49152]
[ 2.073936] mpp_rkvdec2 fdc48100.rkvdec-core: [141, 90112]
[ 2.073939] mpp_rkvdec2 fdc48100.rkvdec-core: [140, 49152]
[ 2.073942] mpp_rkvdec2 fdc48100.rkvdec-core: [139, 180224]
[ 2.073945] mpp_rkvdec2 fdc48100.rkvdec-core: [133, 49152]
[ 2.073948] mpp_rkvdec2 fdc48100.rkvdec-core: [134, 8192]
[ 2.073951] mpp_rkvdec2 fdc48100.rkvdec-core: [135, 4352]
[ 2.073954] mpp_rkvdec2 fdc48100.rkvdec-core: [138, 13056]
[ 2.073957] mpp_rkvdec2 fdc48100.rkvdec-core: [142, 291584]
[ 2.073976] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[ 2.074207] mpp_rkvenc2 rkvenc-ccu: probing start
[ 2.074211] mpp_rkvenc2 rkvenc-ccu: probing finish
[ 2.074263] rk-pcie fe190000.pcie: IRQ msi not found
[ 2.074272] rk-pcie fe190000.pcie: use outband MSI support
[ 2.074280] rk-pcie fe190000.pcie: Missing *config* reg space
[ 2.074295] rk-pcie fe190000.pcie: host bridge /pcie@fe190000 ranges:
[ 2.074322] rk-pcie fe190000.pcie: err 0x00f4000000..0x00f40fffff -> 0x00f4000000
[ 2.074347] rk-pcie fe190000.pcie: IO 0x00f4100000..0x00f41fffff -> 0x00f4100000
[ 2.074372] rk-pcie fe190000.pcie: MEM 0x00f4200000..0x00f4ffffff -> 0x00f4200000
[ 2.074387] rk-pcie fe190000.pcie: MEM 0x0a00000000..0x0a3fffffff -> 0x0a00000000
[ 2.074412] rk-pcie fe190000.pcie: Missing *config* reg space
[ 2.074437] rk-pcie fe190000.pcie: invalid resource
[ 2.074630] mpp_av1dec: Adding child /av1d@fdc70000
[ 2.074789] mpp_av1dec: register device av1d-master
[ 2.074802] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[ 2.074814] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[ 2.074820] mpp_av1dec av1d-master: Adding to iommu group 17
[ 2.074972] mpp_av1dec av1d-master: probing start
[ 2.075115] mpp_av1dec av1d-master: probing finish
[ 2.075136] mpp_service mpp-srv: probe success
[ 2.082206] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.082213] dma-pl330 fea10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.082766] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.082771] dma-pl330 fea30000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.083327] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 2.083332] dma-pl330 fed10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.083792] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[ 2.083830] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[ 2.083866] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[ 2.083899] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[ 2.083930] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[ 2.084320] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[ 2.084877] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 2.085230] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 109, base_baud = 1500000) is a 16550A
[ 2.086681] rockchip-vop2 fdd90000.vop: Adding to iommu group 16
[ 2.093249] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[ 2.093257] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[ 2.093263] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[ 2.093269] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[ 2.093433] [drm] failed to init overlay plane Cluster0-win1
[ 2.093457] [drm] failed to init overlay plane Cluster1-win1
[ 2.093479] [drm] failed to init overlay plane Cluster2-win1
[ 2.093506] [drm] failed to init overlay plane Cluster3-win1
[ 2.101219] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e208)
[ 2.101550] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[ 2.101833] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cd98)
[ 2.102150] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[ 2.102411] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cd98)
[ 2.102446] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[ 2.108678] brd: module loaded
[ 2.110826] loop: module loaded
[ 2.110947] zram: Added device: zram0
[ 2.111038] lkdtm: No crash points registered, enable through debugfs
[ 2.111395] system_heap: orders[0] = 6
[ 2.111399] system_heap: orders[1] = 4
[ 2.111402] system_heap: orders[2] = 0
[ 2.112175] ahci fe210000.sata: supply ahci not found, using dummy regulator
[ 2.112219] ahci fe210000.sata: supply phy not found, using dummy regulator
[ 2.112245] naneng-combphy fee00000.phy: phy type select 1 overwriting type 2
[ 2.112269] ahci fe210000.sata: supply target not found, using dummy regulator
[ 2.112306] ahci fe210000.sata: forcing port_map 0x0 -> 0x1
[ 2.112324] ahci fe210000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[ 2.112330] ahci fe210000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst
[ 2.112338] ahci fe210000.sata: port 0 can do FBS, forcing FBSCP
[ 2.112868] scsi host0: ahci
[ 2.112960] ata1: SATA max UDMA/133 mmio [mem 0xfe210000-0xfe210fff] port 0x100 irq 94
[ 2.113815] rockchip-spi feb20000.spi: no high_speed pinctrl state
[ 2.114796] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[ 2.114977] rk806 spi2.0: ON: 0x80 OFF:0x0
[ 2.116435] vdd_gpu_s0: supplied by vcc5v0_sys
[ 2.117405] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[ 2.117961] vdd_log_s0: supplied by vcc5v0_sys
[ 2.118458] vdd_vdenc_s0: supplied by vcc5v0_sys
[ 2.119008] vdd_ddr_s0: supplied by vcc5v0_sys
[ 2.119333] vdd2_ddr_s3: supplied by vcc5v0_sys
[ 2.119831] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[ 2.120275] vcc_3v3_s3: supplied by vcc5v0_sys
[ 2.120699] vddq_ddr_s0: supplied by vcc5v0_sys
[ 2.121205] vcc_1v8_s3: supplied by vcc5v0_sys
[ 2.121659] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[ 2.122151] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[ 2.122593] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[ 2.123055] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[ 2.123519] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[ 2.124057] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[ 2.124679] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[ 2.125236] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[ 2.125780] vcc_3v3_s0: supplied by vcc5v0_sys
[ 2.126217] vccio_sd_s0: supplied by vcc5v0_sys
[ 2.126662] pldo6_s3: supplied by vcc5v0_sys
[ 2.126830] rk806 spi2.0: no sleep-setting state
[ 2.126834] rk806 spi2.0: no reset-setting pinctrl state
[ 2.126838] rk806 spi2.0: no dvs-setting pinctrl state
[ 2.128079] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[ 2.129350] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[ 2.129476] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator
[ 2.129515] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (input).
[ 2.129520] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x44).
[ 2.129525] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[ 2.129529] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[ 2.129545] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[ 2.129551] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[ 2.129555] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[ 2.129567] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[ 2.129571] rk_gmac-dwmac fe1c0000.ethernet: clock input from PHY
[ 2.129787] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[ 2.129886] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 2.129891] rk_gmac-dwmac fe1c0000.ethernet: DWMAC4/5
[ 2.129896] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[ 2.129899] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[ 2.129903] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[ 2.129906] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[ 2.129930] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[ 2.129934] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.129938] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)
[ 2.129942] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[ 2.129946] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width
[ 2.263995] usbcore: registered new interface driver rtl8150
[ 2.264014] usbcore: registered new interface driver r8152
[ 2.275703] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.275759] ehci-pci: EHCI PCI platform driver
[ 2.275811] ehci-platform: EHCI generic platform driver
[ 2.278205] ehci-platform fc800000.usb: EHCI Host Controller
[ 2.278364] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[ 2.278476] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[ 2.280335] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.289223] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[ 2.289375] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.289387] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.289396] usb usb1: Product: EHCI Host Controller
[ 2.289404] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[ 2.289412] usb usb1: SerialNumber: fc800000.usb
[ 2.289795] hub 1-0:1.0: USB hub found
[ 2.289827] hub 1-0:1.0: 1 port detected
[ 2.292494] ehci-platform fc880000.usb: EHCI Host Controller
[ 2.292645] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[ 2.292733] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[ 2.305888] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[ 2.306025] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.306038] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.306047] usb usb2: Product: EHCI Host Controller
[ 2.306056] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[ 2.306064] usb usb2: SerialNumber: fc880000.usb
[ 2.306425] hub 2-0:1.0: USB hub found
[ 2.306459] hub 2-0:1.0: 1 port detected
[ 2.307189] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.307208] ohci-platform: OHCI generic platform driver
[ 2.307467] ohci-platform fc840000.usb: Generic Platform OHCI controller
[ 2.307598] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[ 2.307681] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[ 2.332552] rk-pcie fe170000.pcie: PCIe Link up, LTSSM is 0x30011
[ 2.332696] rk-pcie fe170000.pcie: PCI host bridge to bus 0002:20
[ 2.332710] pci_bus 0002:20: root bus resource [bus 20-2f]
[ 2.332721] pci_bus 0002:20: root bus resource [??? 0xf2000000-0xf20fffff flags 0x0]
[ 2.332733] pci_bus 0002:20: root bus resource [io 0x0000-0xfffff] (bus address [0xf2100000-0xf21fffff])
[ 2.332743] pci_bus 0002:20: root bus resource [mem 0xf2200000-0xf2ffffff]
[ 2.332752] pci_bus 0002:20: root bus resource [mem 0x980000000-0x9bfffffff pref]
[ 2.332789] pci 0002:20:00.0: [1d87:3588] type 01 class 0x060400
[ 2.332817] pci 0002:20:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 2.332878] pci 0002:20:00.0: supports D1 D2
[ 2.332888] pci 0002:20:00.0: PME# supported from D0 D1 D3hot
[ 2.343934] pci 0002:20:00.0: Primary bus is hard wired to 0
[ 2.343954] pci 0002:20:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[ 2.344183] pci 0002:21:00.0: [14e4:449d] type 00 class 0x028000
[ 2.344284] pci 0002:21:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[ 2.344347] pci 0002:21:00.0: reg 0x18: [mem 0x00000000-0x003fffff 64bit]
[ 2.344911] pci 0002:21:00.0: supports D1 D2
[ 2.344920] pci 0002:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.362669] rk-pcie fe190000.pcie: PCIe Link up, LTSSM is 0x30011
[ 2.363359] pci_bus 0002:21: busn_res: [bus 21-2f] end is updated to 21
[ 2.363391] pci 0002:20:00.0: BAR 8: assigned [mem 0xf2200000-0xf27fffff]
[ 2.363404] pci 0002:20:00.0: BAR 6: assigned [mem 0xf2800000-0xf280ffff pref]
[ 2.363418] pci 0002:21:00.0: BAR 2: assigned [mem 0xf2400000-0xf27fffff 64bit]
[ 2.363426] rk-pcie fe190000.pcie: PCI host bridge to bus 0004:40
[ 2.363433] pci_bus 0004:40: root bus resource [bus 40-4f]
[ 2.363439] pci_bus 0004:40: root bus resource [??? 0xf4000000-0xf40fffff flags 0x0]
[ 2.363447] pci_bus 0004:40: root bus resource [io 0x100000-0x1fffff] (bus address [0xf4100000-0xf41fffff])
[ 2.363453] pci_bus 0004:40: root bus resource [mem 0xf4200000-0xf4ffffff]
[ 2.363459] pci_bus 0004:40: root bus resource [mem 0xa00000000-0xa3fffffff pref]
[ 2.363517] pci 0002:21:00.0: BAR 0: assigned [mem 0xf2200000-0xf220ffff 64bit]
[ 2.363529] pci 0004:40:00.0: [1d87:3588] type 01 class 0x060400
[ 2.363571] pci 0002:20:00.0: PCI bridge to [bus 21]
[ 2.363585] pci 0004:40:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 2.363589] pci 0002:20:00.0: bridge window [mem 0xf2200000-0xf27fffff]
[ 2.363653] pci 0004:40:00.0: supports D1 D2
[ 2.363663] pci 0004:40:00.0: PME# supported from D0 D1 D3hot
[ 2.366667] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 2.366680] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.366689] usb usb3: Product: Generic Platform OHCI controller
[ 2.366698] usb usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[ 2.366706] usb usb3: SerialNumber: fc840000.usb
[ 2.368647] pcieport 0002:20:00.0: PME: Signaling with IRQ 159
[ 2.369649] hub 3-0:1.0: USB hub found
[ 2.369682] hub 3-0:1.0: 1 port detected
[ 2.374682] pci 0004:40:00.0: Primary bus is hard wired to 0
[ 2.374696] pci 0004:40:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[ 2.374848] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[ 2.374966] pci 0004:41:00.0: [10ec:8168] type 00 class 0x020000
[ 2.374982] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4
[ 2.375045] pci 0004:41:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 2.375070] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[ 2.375137] pci 0004:41:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 2.375200] pci 0004:41:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 2.375647] pci 0004:41:00.0: supports D1 D2
[ 2.375657] pci 0004:41:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.396732] pci_bus 0004:41: busn_res: [bus 41-4f] end is updated to 41
[ 2.396768] pci 0004:40:00.0: BAR 8: assigned [mem 0xf4200000-0xf42fffff]
[ 2.396781] pci 0004:40:00.0: BAR 6: assigned [mem 0xf4300000-0xf430ffff pref]
[ 2.396792] pci 0004:40:00.0: BAR 7: assigned [io 0x100000-0x100fff]
[ 2.396806] pci 0004:41:00.0: BAR 4: assigned [mem 0xf4200000-0xf4203fff 64bit]
[ 2.396859] pci 0004:41:00.0: BAR 2: assigned [mem 0xf4204000-0xf4204fff 64bit]
[ 2.396910] pci 0004:41:00.0: BAR 0: assigned [io 0x100000-0x1000ff]
[ 2.396932] pci 0004:40:00.0: PCI bridge to [bus 41]
[ 2.396942] pci 0004:40:00.0: bridge window [io 0x100000-0x100fff]
[ 2.396953] pci 0004:40:00.0: bridge window [mem 0xf4200000-0xf42fffff]
[ 2.399317] pcieport 0004:40:00.0: PME: Signaling with IRQ 169
[ 2.399524] r8168 Gigabit Ethernet driver 8.049.02-NAPI loaded
[ 2.399575] r8168 0004:41:00.0: enabling device (0000 -> 0003)
[ 2.415842] r8168 0004:41:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 2.415871] r8168 0004:41:00.0 (unnamed net_device) (uninitialized): Random ether addr 6e:d5:8e:f7:81:22
[ 2.416313] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 2.418394] r8168 Copyright (C) 2021 Realtek NIC software team <nicfae@realtek.com>
[ 2.418394] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 2.418394] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 2.425642] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.433336] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 2.433354] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.433364] usb usb4: Product: Generic Platform OHCI controller
[ 2.433372] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[ 2.433381] usb usb4: SerialNumber: fc8c0000.usb
[ 2.433711] hub 4-0:1.0: USB hub found
[ 2.433743] hub 4-0:1.0: 1 port detected
[ 2.434826] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 2.434960] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 5
[ 2.435071] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[ 2.435114] xhci-hcd xhci-hcd.4.auto: irq 148, io mem 0xfcd00000
[ 2.435232] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 2.435346] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 6
[ 2.435364] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[ 2.435467] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.435479] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.435488] usb usb5: Product: xHCI Host Controller
[ 2.435496] usb usb5: Manufacturer: Linux 5.10.198 xhci-hcd
[ 2.435504] usb usb5: SerialNumber: xhci-hcd.4.auto
[ 2.435831] hub 5-0:1.0: USB hub found
[ 2.435877] hub 5-0:1.0: 1 port detected
[ 2.436194] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.436280] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 2.436292] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.436301] usb usb6: Product: xHCI Host Controller
[ 2.436309] usb usb6: Manufacturer: Linux 5.10.198 xhci-hcd
[ 2.436318] usb usb6: SerialNumber: xhci-hcd.4.auto
[ 2.436643] hub 6-0:1.0: USB hub found
[ 2.436676] hub 6-0:1.0: 1 port detected
[ 2.437077] phy phy-fd5d4000.syscon:usb2-phy@4000.3: illegal mode
[ 2.437095] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 2.437222] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 7
[ 2.437340] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[ 2.437378] xhci-hcd xhci-hcd.5.auto: irq 149, io mem 0xfc400000
[ 2.437490] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[ 2.437609] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 8
[ 2.437627] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[ 2.437729] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.437741] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.437750] usb usb7: Product: xHCI Host Controller
[ 2.437758] usb usb7: Manufacturer: Linux 5.10.198 xhci-hcd
[ 2.437767] usb usb7: SerialNumber: xhci-hcd.5.auto
[ 2.438090] hub 7-0:1.0: USB hub found
[ 2.438121] hub 7-0:1.0: 1 port detected
[ 2.438421] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.438507] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 2.438519] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.438528] usb usb8: Product: xHCI Host Controller
[ 2.438536] usb usb8: Manufacturer: Linux 5.10.198 xhci-hcd
[ 2.438545] usb usb8: SerialNumber: xhci-hcd.5.auto
[ 2.438876] hub 8-0:1.0: USB hub found
[ 2.438912] hub 8-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 2.439177] usbcore: registered new interface driver cdc_acm
[ 2.439186] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.439380] usbcore: registered new interface driver uas
[ 2.439485] usbcore: registered new interface driver usb-storage
[ 2.439555] usbcore: registered new interface driver usbserial_generic
[ 2.439578] usbserial: USB Serial support registered for generic
[ 2.439617] usbcore: registered new interface driver cp210x
[ 2.439641] usbserial: USB Serial support registered for cp210x
[ 2.439710] usbcore: registered new interface driver ftdi_sio
[ 2.439731] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.439895] usbcore: registered new interface driver keyspan
[ 2.439917] usbserial: USB Serial support registered for Keyspan - (without firmware)
[ 2.439938] usbserial: USB Serial support registered for Keyspan 1 port adapter
[ 2.439958] usbserial: USB Serial support registered for Keyspan 2 port adapter
[ 2.439978] usbserial: USB Serial support registered for Keyspan 4 port adapter
[ 2.440025] usbcore: registered new interface driver option
[ 2.440050] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.440297] usbcore: registered new interface driver oti6858
[ 2.440320] usbserial: USB Serial support registered for oti6858
[ 2.440360] usbcore: registered new interface driver pl2303
[ 2.440381] usbserial: USB Serial support registered for pl2303
[ 2.440432] usbcore: registered new interface driver qcserial
[ 2.440453] usbserial: USB Serial support registered for Qualcomm USB modem
[ 2.440512] usbcore: registered new interface driver sierra
[ 2.440533] usbserial: USB Serial support registered for Sierra USB modem
[ 2.441472] usbcore: registered new interface driver usbtouchscreen
[ 2.442651] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.2.auto/input/input0
[ 2.442831] i2c /dev entries driver
[ 2.446187] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[ 2.454574] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[ 2.463459] vdd_npu_s0: supplied by vcc5v0_sys
[ 2.469982] i2c i2c-4: 1 i2c clients have been registered at 0x68
[ 2.472239] rtc-hym8563 6-0051: could not init device, -6
[ 2.474094] ircut cam_ircut: driver version: 00.01.00
[ 2.474224] ircut cam_ircut: failed get pulse-width,use dafult value 100
[ 2.474347] ircut cam_ircut: probe successful!
[ 2.475310] rkcifhw fdce0000.rkcif: Adding to iommu group 15
[ 2.476400] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[ 2.476555] rkcif rkcif-mipi-lvds2: Adding to iommu group 15
[ 2.476584] rkcif rkcif-mipi-lvds2: rkcif driver version: v00.02.00
[ 2.476686] rkcif rkcif-mipi-lvds2: attach to cif hw node
[ 2.476697] rkcif rkcif-mipi-lvds2: rkcif wait line 0
[ 2.476707] : terminal subdev does not exist
[ 2.476715] : terminal subdev does not exist
[ 2.476722] : terminal subdev does not exist
[ 2.476729] : terminal subdev does not exist
[ 2.476738] : get_remote_sensor: video pad[0] is null
[ 2.476745] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.476755] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.476762] : get_remote_sensor: video pad[0] is null
[ 2.476769] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.476776] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.476783] : get_remote_sensor: video pad[0] is null
[ 2.476790] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.476798] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.476805] : get_remote_sensor: video pad[0] is null
[ 2.476812] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed!
[ 2.476819] : rkcif_scale_set_fmt: req(80, 60) src out(0, 0)
[ 2.478045] rkcif rkcif-mipi-lvds2: No memory-region-thunderboot specified
[ 2.479611] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe!
[ 2.479727] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw!
[ 2.479794] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe!
[ 2.479896] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw!
[ 2.479961] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe!
[ 2.480062] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw!
[ 2.480126] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe!
[ 2.480230] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw!
[ 2.480295] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe!
[ 2.480395] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw!
[ 2.480461] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe!
[ 2.480560] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw!
[ 2.481396] rockchip-mipi-csi2 mipi2-csi2: attach to csi2 hw node
[ 2.481438] rkcif rkcif-mipi-lvds2: Entity type for entity rockchip-mipi-csi2 was not initialized!
[ 2.481451] rockchip-mipi-csi2: Async registered subdev
[ 2.481462] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds2!
[ 2.483284] rkisp_hw fdcb0000.rkisp: Adding to iommu group 14
[ 2.483506] rkisp_hw fdcb0000.rkisp: is_thunderboot: 0
[ 2.483518] rkisp_hw fdcb0000.rkisp: Missing rockchip,grf property
[ 2.483544] rkisp_hw fdcb0000.rkisp: max input:0x0@0fps
[ 2.483681] rkisp_hw fdcb0000.rkisp: no find phandle sram
[ 2.484131] rkisp rkisp0-vir0: rkisp driver version: v02.04.00
[ 2.484250] rkisp rkisp0-vir0: No memory-region-thunderboot specified
[ 2.484364] rkisp rkisp0-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[ 2.487022] rk_hdmirx fdee0000.hdmirx-controller: No reserved memory for HDMIRX, use default CMA
[ 2.487057] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_probe: cpu_aff:0x500, Bound_cpu:5, wdt_cfg_bound_cpu:6, phy_cpuid:5
[ 2.487589] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_interrupts_setup: 0
[ 2.488218] rk_hdmirx fdee0000.hdmirx-controller: rk_hdmirx_hdcp_register success
[ 2.488234] rk_hdmirx fdee0000.hdmirx-controller: fdee0000.hdmirx-controller driver probe ok!
[ 2.488315] usbcore: registered new interface driver uvcvideo
[ 2.488318] USB Video Class driver (1.1.1)
[ 2.488911] Bluetooth: HCI UART driver ver 2.3
[ 2.488917] Bluetooth: HCI UART protocol H4 registered
[ 2.488920] Bluetooth: HCI UART protocol ATH3K registered
[ 2.488938] usbcore: registered new interface driver bfusb
[ 2.488956] usbcore: registered new interface driver btusb
[ 2.489706] cpu cpu0: bin=0
[ 2.489919] cpu cpu0: leakage=10
[ 2.491320] cpu cpu0: pvtm=1438
[ 2.491428] cpu cpu0: pvtm-volt-sel=2
[ 2.493279] cpu cpu4: bin=0
[ 2.493488] cpu cpu4: leakage=9
[ 2.499925] cpu cpu4: pvtm=1662
[ 2.503817] cpu cpu4: pvtm-volt-sel=3
[ 2.506419] cpu cpu6: bin=0
[ 2.506627] cpu cpu6: leakage=9
[ 2.513083] cpu cpu6: pvtm=1650
[ 2.516990] cpu cpu6: pvtm-volt-sel=3
[ 2.518724] cpu cpu0: avs=0
[ 2.519724] cpu cpu4: avs=0
[ 2.520551] cpu cpu6: avs=0
[ 2.520732] cpu cpu0: EM: created perf domain
[ 2.520761] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[ 2.521240] cpu cpu4: EM: created perf domain
[ 2.521263] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[ 2.529718] cpu cpu6: EM: created perf domain
[ 2.530039] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[ 2.539216] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 2.544153] sdhci: Secure Digital Host Controller Interface driver
[ 2.544180] sdhci: Copyright(c) Pierre Ossman
[ 2.544186] Synopsys Designware Multimedia Card Interface Driver
[ 2.545029] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.545354] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[ 2.545364] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[ 2.545479] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[ 2.545515] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[ 2.545526] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[ 2.545559] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[ 2.545638] dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state
[ 2.545653] dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state
[ 2.545892] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[ 2.545913] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[ 2.545923] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[ 2.545955] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 95,32 bit host data width,256 deep fifo
[ 2.546676] leds-gpio: probe of leds failed with error -16
[ 2.546777] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[ 2.546824] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 2.546905] dwmmc_rockchip fe2c0000.mmc: Failed getting OCR mask: -22
[ 2.547112] dwmmc_rockchip fe2c0000.mmc: could not set regulator OCR (-22)
[ 2.547121] dwmmc_rockchip fe2c0000.mmc: failed to enable vmmc regulator
[ 2.547701] cryptodev: driver 1.12 loaded.
[ 2.547742] hid: raw HID events driver (C) Jiri Kosina
[ 2.548023] usbcore: registered new interface driver usbhid
[ 2.548030] usbhid: USB HID core driver
[ 2.552763] optee: probing for conduit method.
[ 2.552785] optee: revision 3.13 (62aa10b7)
[ 2.553048] optee: dynamic shared memory is enabled
[ 2.553194] optee: initialized driver
[ 2.553786] usbcore: registered new interface driver snd-usb-audio
[ 2.554981] ES8323 7-0011: i2c recv Failed
[ 2.558062] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[ 2.559100] rockchip-i2s-tdm fddf4000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000
[ 2.559117] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 2.562055] debugfs: File 'Capture' in directory 'dapm' already present!
[ 2.574358] input: rockchip,hdmiin rockchip,hdmiin as /devices/platform/hdmiin-sound/sound/card0/input1
[ 2.575456] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[ 2.575844] Initializing XFRM netlink socket
[ 2.576193] NET: Registered protocol family 10
[ 2.576892] Segment Routing with IPv6
[ 2.576935] NET: Registered protocol family 17
[ 2.576950] NET: Registered protocol family 15
[ 2.577080] Bluetooth: RFCOMM socket layer initialized
[ 2.577097] Bluetooth: RFCOMM ver 1.11
[ 2.577110] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 2.577119] Bluetooth: HIDP socket layer initialized
[ 2.577150] [BT_RFKILL]: Enter rfkill_rk_init
[ 2.577156] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 2.577506] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 2.577532] [WLAN_RFKILL]: can't find rockchip,grf property
[ 2.577539] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
[ 2.577545] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 2.577551] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[ 2.577567] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 20 flags = 0.
[ 2.577589] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 10, flags = 0.
[ 2.577597] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
[ 2.577602] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 2.577609] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[ 2.577615] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[ 2.577879] Key type dns_resolver registered
[ 2.578758] imx415 3-001a: driver version: 00.01.08
[ 2.578773] imx415 3-001a: Get hdr mode failed! no hdr default
[ 2.578787] imx415 3-001a: detect imx415 lane 4
[ 2.578811] imx415 3-001a: Failed to get reset-gpios
[ 2.578828] imx415 3-001a: Failed to get power-gpios
[ 2.578836] imx415 3-001a: could not get default pinstate
[ 2.578842] imx415 3-001a: could not get sleep pinstate
[ 2.578866] imx415 3-001a: supply dvdd not found, using dummy regulator
[ 2.578950] imx415 3-001a: supply dovdd not found, using dummy regulator
[ 2.610849] mmc0: Host Software Queue enabled
[ 2.610877] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 2.611167] mmcblk0: mmc0:0001 SPeMMC 58.2 GiB
[ 2.611279] mmcblk0boot0: mmc0:0001 SPeMMC partition 1 4.00 MiB
[ 2.611384] mmcblk0boot1: mmc0:0001 SPeMMC partition 2 4.00 MiB
[ 2.611479] mmcblk0rpmb: mmc0:0001 SPeMMC partition 3 4.00 MiB, chardev (236:0)
[ 2.613871] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 2.642762] imx415 3-001a: Unexpected sensor id(000000), ret(-5)
[ 2.643622] Loading compiled-in X.509 certificates
[ 2.644515] pstore: Using crash dump compression: deflate
[ 2.644945] rga3_core0 fdb60000.rga: Adding to iommu group 2
[ 2.645167] rga: rga3_core0, irq = 36, match scheduler
[ 2.645676] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[ 2.645734] rga: rga3_core0 probe successfully
[ 2.646247] rga3_core1 fdb70000.rga: Adding to iommu group 3
[ 2.646458] rga: rga3_core1, irq = 37, match scheduler
[ 2.646878] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[ 2.646936] rga: rga3_core1 probe successfully
[ 2.647396] rga: rga2, irq = 38, match scheduler
[ 2.647791] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[ 2.647817] rga: rga2 probe successfully
[ 2.648085] rga_iommu: IOMMU binding successfully, default mapping core[0x1]
[ 2.648332] rga: Module initialized. v1.3.1
[ 2.672149] mali fb000000.gpu: Kernel DDK version g18p0-01eac0
[ 2.672262] pcie20_avdd0v85: supplied by vdd_0v85_s0
[ 2.672733] pcie20_avdd1v8: supplied by avcc_1v8_s0
[ 2.672903] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[ 2.672912] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[ 2.672993] mali fb000000.gpu: bin=0
[ 2.673005] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[ 2.673036] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[ 2.673046] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[ 2.673072] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[ 2.673233] mali fb000000.gpu: leakage=15
[ 2.673330] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[ 2.673766] pcie30_avdd0v75: supplied by avdd_0v75_s0
[ 2.674319] pcie30_avdd1v8: supplied by avcc_1v8_s0
[ 2.674738] vcc3v3_lcd0_n: supplied by vcc_1v8_s0
[ 2.674765] mali fb000000.gpu: pvtm=866
[ 2.675335] mali fb000000.gpu: pvtm-volt-sel=3
[ 2.675630] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[ 2.675970] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[ 2.676678] mali fb000000.gpu: avs=0
[ 2.676709] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[ 2.677213] mpp_rkvenc2 fdbd0000.rkvenc-core: bin=0
[ 2.677301] mali fb000000.gpu: r0p0 status 5 not found in HW issues table;
[ 2.677312] mali fb000000.gpu: falling back to closest match: r0p0 status 0
[ 2.677318] mali fb000000.gpu: Execution proceeding normally with fallback match
[ 2.677327] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[ 2.677372] mali fb000000.gpu: No priority control manager is configured
[ 2.677468] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage=12
[ 2.677481] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage-volt-sel=0
[ 2.677557] mali fb000000.gpu: No memory group manager is configured
[ 2.677581] mali fb000000.gpu: Protected memory allocator not available
[ 2.678125] mpp_rkvenc2 fdbd0000.rkvenc-core: avs=0
[ 2.678151] mpp_rkvenc2 fdbd0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 2.678351] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[ 2.678590] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[ 2.678650] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[ 2.678988] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[ 2.679253] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[ 2.679427] mali fb000000.gpu: Probed as mali0
[ 2.679584] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[ 2.684724] vendor storage:20190527 ret = 0
[ 2.689885] usb 1-1: New USB device found, idVendor=1a40, idProduct=0201, bcdDevice= 1.00
[ 2.689895] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.689901] usb 1-1: Product: USB 2.0 Hub [MTT]
[ 2.690357] hub 1-1:1.0: USB hub found
[ 2.690507] hub 1-1:1.0: 7 ports detected
[ 2.703348] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0
[ 2.703572] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage=12
[ 2.703581] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage-volt-sel=0
[ 2.704166] mpp_rkvenc2 fdbe0000.rkvenc-core: avs=0
[ 2.704182] mpp_rkvenc2 fdbe0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 2.715944] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[ 2.716384] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[ 2.722341] rockchip-dmc dmc: bin=0
[ 2.722557] rockchip-dmc dmc: leakage=35
[ 2.722578] rockchip-dmc dmc: leakage-volt-sel=1
[ 2.722599] rockchip-dmc dmc: soc version=0, speed=1
[ 2.723677] rockchip-dmc dmc: avs=0
[ 2.723698] rockchip-dmc dmc: current ATF version 0x100
[ 2.723830] rockchip-dmc dmc: normal_rate = 1560000000
[ 2.723843] rockchip-dmc dmc: reboot_rate = 2112000000
[ 2.723854] rockchip-dmc dmc: suspend_rate = 528000000
[ 2.723865] rockchip-dmc dmc: video_4k_rate = 1560000000
[ 2.723876] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[ 2.723886] rockchip-dmc dmc: video_svep_rate = 1560000000
[ 2.723897] rockchip-dmc dmc: boost_rate = 2112000000
[ 2.723907] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[ 2.723917] rockchip-dmc dmc: performance_rate = 2112000000
[ 2.723928] rockchip-dmc dmc: hdmirx_rate = 2112000000
[ 2.723938] rockchip-dmc dmc: deep_suspend_rate = 2112000000
[ 2.723952] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[ 2.723962] rockchip-dmc dmc: failed to get vop pn to msch rl
[ 2.724158] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[ 2.724402] rockchip-dmc dmc: could not find power_model node
[ 2.735297] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[ 2.741108] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[ 2.741150] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[ 2.741161] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[ 2.741171] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[ 2.741548] [drm] failed to init overlay plane Cluster0-win1
[ 2.741592] [drm] failed to init overlay plane Cluster1-win1
[ 2.741634] [drm] failed to init overlay plane Cluster2-win1
[ 2.741678] [drm] failed to init overlay plane Cluster3-win1
[ 2.771690] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e208)
[ 2.773430] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[ 2.774799] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.9.auto: dw_hdcp_qp_hdcp_probe success
[ 2.774905] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cd98)
[ 2.776339] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[ 2.777595] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.12.auto: dw_hdcp_qp_hdcp_probe success
[ 2.777711] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cd98)
[ 2.777756] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[ 2.787840] input: adc-keys as /devices/platform/adc-keys/input/input2
[ 2.789753] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[ 2.789765] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[ 2.789847] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[ 2.789888] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[ 2.789898] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[ 2.789918] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[ 2.793368] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[ 2.793377] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[ 2.793385] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[ 2.793393] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[ 2.793627] [drm] failed to init overlay plane Cluster0-win1
[ 2.793658] [drm] failed to init overlay plane Cluster1-win1
[ 2.793686] [drm] failed to init overlay plane Cluster2-win1
[ 2.793715] [drm] failed to init overlay plane Cluster3-win1
[ 2.808792] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc00935e208)
[ 2.810127] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[ 2.811762] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.9.auto: dw_hdcp_qp_hdcp_probe success
[ 2.811845] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc00936cd98)
[ 2.812774] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver
[ 2.813645] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.12.auto: dw_hdcp_qp_hdcp_probe success
[ 2.813700] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc00936cd98)
[ 2.813751] rockchip-drm display-subsystem: bound fde20000.dsi (ops 0xffffffc00936f5b0)
[ 2.813830] rockchip-drm display-subsystem: bound fde60000.dp (ops 0xffffffc00936f940)
[ 2.817351] rockchip-drm display-subsystem: route-hdmi0: failed to get logo,offset
[ 2.817388] rockchip-drm display-subsystem: route-hdmi1: failed to get logo,offset
[ 2.839502] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[ 2.840548] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[ 2.842820] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card1/input3
[ 2.844777] input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-sound/sound/card2/input4
[ 2.847033] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[ 2.847069] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[ 2.847257] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[ 2.847296] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[ 2.847311] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[ 2.847338] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[ 2.849359] rkcif rkcif-mipi-lvds2: clear unready subdev num: 1
[ 2.849804] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 2.849839] rkcif-mipi-lvds2: Async subdev notifier completed
[ 2.849859] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 2.849868] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[ 2.849902] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 2.849914] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP
[ 2.851641] RKNPU fdab0000.npu: Adding to iommu group 0
[ 2.851841] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[ 2.853285] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[ 2.853338] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac0000-0xfdacffff]
[ 2.853368] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[ 2.853782] [drm] Initialized rknpu 0.9.3 20231121 for fdab0000.npu on minor 1
[ 2.857728] RKNPU fdab0000.npu: RKNPU: bin=0
[ 2.857990] RKNPU fdab0000.npu: leakage=8
[ 2.858056] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[ 2.865901] RKNPU fdab0000.npu: pvtm=868
[ 2.871375] RKNPU fdab0000.npu: pvtm-volt-sel=3
[ 2.873032] RKNPU fdab0000.npu: avs=0
[ 2.873291] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[ 2.885160] RKNPU fdab0000.npu: failed to find power_model node
[ 2.885219] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[ 2.885235] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[ 2.887282] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.889686] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[ 2.889741] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[ 2.889884] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[ 2.889928] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[ 2.889950] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[ 2.889993] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[ 2.892417] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.894744] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[ 2.895583] rockchip-suspend not set sleep-mode-config for mem-lite
[ 2.895592] rockchip-suspend not set wakeup-config for mem-lite
[ 2.895600] rockchip-suspend not set sleep-mode-config for mem-ultra
[ 2.895608] rockchip-suspend not set wakeup-config for mem-ultra
[ 2.896937] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 406; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '11:56:20', on 'Aug 12 2025'.
[ 2.897653] Mali:
[ 2.897656] Mali device driver loaded
[ 2.897677] rkisp rkisp0-vir0: clear unready subdev num: 1
[ 2.897860] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.897872] cfg80211: failed to load regulatory.db
[ 2.897995] dwmmc_rockchip fe2d0000.mmc: No normal pinctrl state
[ 2.898002] rkisp0-vir0: Async subdev notifier completed
[ 2.898010] dwmmc_rockchip fe2d0000.mmc: No idle pinctrl state
[ 2.898012] ALSA device list:
[ 2.898016] #0: rockchip,hdmiin
[ 2.898020] #1: rockchip-hdmi0
[ 2.898024] #2: rockchip-hdmi1
[ 2.898126] dwmmc_rockchip fe2d0000.mmc: IDMAC supports 32-bit address mode.
[ 2.898147] dwmmc_rockchip fe2d0000.mmc: Using internal DMA controller.
[ 2.898160] dwmmc_rockchip fe2d0000.mmc: Version ID is 270a
[ 2.898181] dwmmc_rockchip fe2d0000.mmc: DW MMC controller at irq 96,32 bit host data width,256 deep fifo
[ 2.926416] EXT4-fs (mmcblk0p6): recovery complete
[ 2.926615] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[ 2.926659] VFS: Mounted root (ext4 filesystem) on device 179:6.
[ 2.927513] devtmpfs: mounted
[ 2.931982] Freeing unused kernel memory: 6656K
[ 2.962849] Run /sbin/init as init process
[ 3.026077] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[ 3.146152] EXT4-fs (mmcblk0p7): recovery complete
[ 3.146455] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ 3.235368] EXT4-fs (mmcblk0p8): recovery complete
[ 3.235821] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
Start mounting all internal partitions in /etc/fstab
Log saved to /var/log/mount-all.log
Note: Will skip fsck, remove /.skip_fsck to enable
[1]: Handling /dev/mmcblk0p7 /oem ext4 defaults 2
[0]: Handling /dev/mmcblk0p6 / ext4 rw,noauto 1
[2]: Handling /dev/mmcblk0p8 /userdata ext4 defaults 2
[1]: Already resized /dev/mmcblk0p7(ext4)
[2]: Already resized /dev/mmcblk0p8(ext4)
[0]: Already resized /dev/mmcblk0p6(ext4)
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [ 3.393275] udevd[405]: starting version 3.2.10
[ 3.405964] udevd[410]: starting eudev-3.2.10
[ 3.516459] r8168 0004:41:00.0 enP4p65s0: renamed from eth1
[ 3.526234] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.526238] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.526244] stream_cif_mipi_id0: update sensor info failed -19
[ 3.526259] stream_cif_mipi_id1: update sensor info failed -19
[ 3.530773] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[ 3.530776] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.530784] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.530787] stream_cif_mipi_id2: update sensor info failed -19
[ 3.530799] rkcif_scale_ch3: update sensor info failed -19
[ 3.530805] rkcif_tools_id2: update sensor info failed -19
[ 3.531144] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.531153] rkcif_scale_ch1: update sensor info failed -19
[ 3.531581] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[3] get remote terminal sensor failed!
[ 3.531586] stream_cif_mipi_id3: update sensor info failed -19
[ 3.532400] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.532410] rkcif_scale_ch0: update sensor info failed -19
[ 3.532454] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[1] get remote terminal sensor failed!
[ 3.532461] rkcif_tools_id1: update sensor info failed -19
[ 3.532764] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[2] get remote terminal sensor failed!
[ 3.532773] rkcif_scale_ch2: update sensor info failed -19
[ 3.544090] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote terminal sensor failed!
[ 3.544122] rkcif_tools_id0: update sensor info failed -19
done
Starting irqbalance: OK
Initializing random number generator: OK
Saving random seed: OK
Starting system message bus: done
Starting bluetoothd: OK
Starting network: ln: failed to create symbolic link '': No such file or directory
OK
Starting dhcpcd...
dhcpcd-9.4.1 starting
DHCPCD_ARGS: interface not found
dhcpcd exited
Starting ntpd: OK
starting weston... done.
Starting dropbear sshd: OK
Starting pulseaudio: OK
Starting dnsmasq: OK
Starting input-event-daemon: done
root@rk3588-buildroot:/# W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
W: [pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
Date: 1970-01-01 UTC
[00:00:02.376] weston 13.0.0
https://wayland.freedesktop.org
Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
Build: 13.0.0
[00:00:02.377] Command line: /usr/bin/weston
[00:00:02.377] OS: Linux, 5.10.198, #2 SMP Tue Aug 12 11:58:10 CST 2025, aarch64
[00:00:02.377] Flight recorder: enabled
[00:00:02.377] warning: XDG_RUNTIME_DIR "/var/run" is not configured
correctly. Unix access mode must be 0700 (current mode is 0755),
and must be owned by the user UID 0 (current owner is UID 0).
Refer to your distribution on how to get it, or
http://www.freedesktop.org/wiki/Specifications/basedir-spec
on how to implement it.
/etc/xdg/weston/weston.ini.d/02-desktop.ini: "shell/locking" from "false" to "true"
[00:00:02.378] Using config file '/etc/xdg/weston/weston.ini'
[00:00:02.379] Output repaint window is -1 ms maximum.
[00:00:02.379] Loading module '/usr/lib/libweston-13/drm-backend.so'
[00:00:02.383] initializing drm backend
[00:00:02.383] Entering mirror mode.
[00:00:02.383] Trying direct launcher...
[00:00:02.385] using /dev/dri/card0
[00:00:02.385] DRM: does not support atomic modesetting
[00:00:02.385] DRM: does not support GBM modifiers
[00:00:02.385] DRM: does not support async page flipping
[00:00:02.385] DRM: supports picture aspect ratio
[ 4.020234] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[00:00:02.388] Loading module '/usr/lib/libweston-13/gl-renderer.so'
[ 4.020254] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
[ 4.031970] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[ 4.031986] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[ 4.038678] mali fb000000.gpu: Loading Mali firmware 0x1010000
[ 4.039766] mali fb000000.gpu: Mali firmware git_sha: ee476db42870778306fa8d559a605a73f13e455c
[ 4.043334] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off
[ 4.043352] hdmi-audio-codec hdmi-audio-codec.6.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="platform-hdmiin-sound" card_name="alsa_card.platform-hdmiin-sound" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
[00:00:02.423] EGL version: 1.4 Valhall-"g13p0-01eac0"
[00:00:02.423] EGL vendor: ARM
[00:00:02.423] EGL client APIs: OpenGL_ES
[00:00:02.423] EGL features:
EGL Wayland extension: yes
context priority: yes
buffer age: no
partial update: yes
swap buffers with damage: no
configless context: yes
surfaceless context: yes
dmabuf support: modifiers
E: [pulseaudio] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
E: [pulseaudio] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[ 4.073100] file system registered
[00:00:02.442] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.11addb9882ee8209dc0912af75110af7
[00:00:02.442] GLSL version: OpenGL ES GLSL ES 3.20
[00:00:02.442] GL vendor: ARM
[00:00:02.442] GL renderer: Mali-G610
Handling start for Wi-Fi/BT chip: Broadcom AP6275P pci 14e4:449d bcmdhd_pcie.ko
Starting Wifi/BT...
Installing WiFi/BT module: bcmdhd_pcie.ko
[ 4.094525] bcmdhd_pcie: loading out-of-tree module taints kernel.
[ 4.104624] read descriptors
[ 4.104638] read strings
[ 4.105057] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.46.22 (20231003-3)(a5ec15e)
[ 4.105057] /home/rootroot/Rockchip_RK3588_Linux5.10_SDK_Release_V1.2.0_20230620/external/rkwifibt/drivers/bcmdhd compiled on Aug 14 2025 at 09:14:54
[ 4.105057]
[ 4.105067] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.31 (wlan=r892223-20230427-1)
[ 4.105258] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 2369536(2314K)
[ 4.105266] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[ 4.105315] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=173, oob_irq_flags=0x4
[ 4.105320] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1
[ 4.105325] [dhd] dhd_wifi_platform_load: Enter
[ 4.105342] [dhd] wifi_platform_bus_enumerate device present 1
[ 4.105347] [dhd] ======== Card detection to detect PCIE card! ========
[ 4.105463] pcieh 0002:21:00.0: of_irq_parse_pci: failed with rc=134
[ 4.105472] [dhd] dhdpcie_pci_probe : no mutex held
[ 4.105476] [dhd] dhdpcie_pci_probe : set mutex lock
[ 4.105482] [dhd] PCI_PROBE: bus 0x21, slot 0x0,vendor 0x14E4, device 0x449D(good PCI location)
[ 4.105488] [dhd] dhdpcie_init: found adapter info 'DHD generic adapter'
[ 4.105493] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[ 4.105507] [dhd] succeed to alloc static buf
[ 4.105512] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[ 4.105526] pcieh 0002:21:00.0: can't change power state from D3cold to D0 (config space inaccessible)
[ 4.156902] [dhd] status_cmd(0x4)=0xffffffff, pmcsr(0x4c)=0xffffffff base_addr0(0x10)=0xffffffff base_addr1(0x18)=0xffffffff linkctl(0xbc)=0xffffffff l1ssctrl(0x248)=0xffffffff devctl(0xb4)=0xffffffff devctl2(0xd4)=0xffffffff
[ 4.156914] [dhd] dhdpcie_bus_attach: dhdpcie_probe_attach failed
[ 4.156923] [dhd] dhdpcie_init:dhdpcie_bus_attach() failed
[ 4.156931] [dhd] dhdpcie_pci_probe: PCIe Enumeration failed
[ 4.156935] [dhd] dhdpcie_pci_probe : mutex is released.
[ 4.156995] [dhd] dhdpcie_bus_register: dhdpcie initialize failed.
[ 4.157013] [dhd] dhd_wifi_platform_load_pcie: dhd_bus_register failed err=-1
[ 4.157034] [dhd] unregister wifi platform drivers
[ 4.157037] [dhd] wifi_platform_bus_enumerate device present 0
[ 4.157039] [dhd] ======== Card detection to remove PCIE card! ========
[ 4.157043] [dhd] _dhd_module_init: Failed to load the driver, try cnt 0
[ 4.157046] [dhd] _dhd_module_init: Failed to load driver max retry reached**
[ 4.157048] [dhd] STATIC-MSG) dhd_static_buf_exit : Enter
[ 4.157159] [dhd] _dhd_module_init: Exit err=-1
[00:00:02.630] GL ES 3.2 - renderer features:
read-back format: ARGB8888
glReadPixels supports y-flip: no
wl_shm 10 bpc formats: yes
wl_shm 16 bpc formats: no
wl_shm half-float formats: yes
internal R and RG formats: yes
OES_EGL_image_external: yes
wl_shm sub-image to texture: yes
[00:00:02.630] Using GL renderer
[00:00:02.645] event2 - adc-keys: is tagged by udev as: Keyboard
[00:00:02.645] event2 - adc-keys: device is a keyboard
[00:00:02.647] event0 - rk805 pwrkey: is tagged by udev as: Keyboard
[00:00:02.647] event0 - rk805 pwrkey: device is a keyboard
[00:00:02.648] event3 - rockchip-hdmi0 rockchip-hdmi0: is tagged by udev as: Switch
[00:00:02.649] event3 - not using input device '/dev/input/event3'
[00:00:02.650] event4 - rockchip-hdmi1 rockchip-hdmi1: is tagged by udev as: Switch
[00:00:02.650] event4 - not using input device '/dev/input/event4'
[00:00:02.651] event1 - rockchip,hdmiin rockchip,hdmiin: is tagged by udev as: Switch
[00:00:02.651] event1 - not using input device '/dev/input/event1'
[00:00:02.691] libinput: configuring device "adc-keys".
[00:00:02.691] libinput: configuring device "rk805 pwrkey".
[00:00:02.691] Registered plugin API 'weston_drm_output_api_v1' of size 40
[00:00:02.691] Color manager: no-op
[00:00:02.691] Compositor capabilities:
arbitrary surface rotation: yes
screen capture uses y-flip: yes
cursor planes: yes
arbitrary resolutions: no
view mask clipping: yes
explicit sync: yes
color operations: yes
presentation clock: CLOCK_MONOTONIC, id 1
presentation clock resolution: 0.000000001 s
[00:00:02.692] Loading module '/usr/lib/weston/desktop-shell.so'
[00:00:02.693] DRM: head 'HDMI-A-1' found, connector 208 is disconnected.
[00:00:02.694] DRM: head 'HDMI-A-2' found, connector 224 is disconnected.
[00:00:02.694] DRM: head 'DSI-1' found, connector 238 is connected, EDID make 'unknown', model 'unknown', serial ''
Supported EOTF modes: SDR
[00:00:02.694] DRM: head 'DP-1' found, connector 240 is disconnected.
[00:00:02.694] launching '/usr/libexec/weston-keyboard'
[00:00:02.696] launching '/usr/libexec/weston-desktop-shell'
[00:00:02.697] DSI-1 using at least 2 buffers
[00:00:02.697] Output 'DSI-1' attempts EOTF mode: SDR
[00:00:02.697] Output 'DSI-1' using color profile: stock sRGB color profile
[00:00:02.698] Chosen EGL config details: id: 9 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[00:00:02.698] Output DSI-1 (crtc 137) video modes:
1080x1920@59.9, preferred, current, 132.0 MHz
[00:00:02.698] associating input device event2 with output DSI-1 (none by udev)
[00:00:02.698] associating input device event0 with output DSI-1 (none by udev)
[00:00:02.698] Output 'DSI-1' enabled with head(s) DSI-1
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
could not load cursor 'dnd-move'
could not load cursor 'dnd-copy'
could not load cursor 'dnd-none'
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose
[ 4.680520] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_cancel_cpu_limit_freq freq qos nod add
xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")
could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose
[ 5.362687] Freeing drm_logo memory: 736K
Failed to init Wi-Fi for AP6275P!
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3688 (3.6 KiB) TX bytes:3688 (3.6 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig -a
enP4p65s0 Link encap:Ethernet HWaddr 6E:D5:8E:F7:81:22
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:170 Base address:0xd000
eth0 Link encap:Ethernet HWaddr DA:DF:13:01:0B:50
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:92
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3688 (3.6 KiB) TX bytes:3688 (3.6 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# [ 226.146007] dwhdmi-rockchip fde80000.hdmi: i2c read time out!
[00:03:44.686] DRM: head 'HDMI-A-1' updated, connector 208 is connected, EDID make 'GSM', model '27MP35', serial ''
Supported EOTF modes: SDR
[00:03:44.688] Detected a monitor change on head 'DSI-1', not bothering to do anything about it.
[00:03:44.688] HDMI-A-1 using at least 2 buffers
[00:03:44.688] Output 'HDMI-A-1' attempts EOTF mode: SDR
[00:03:44.688] Output 'HDMI-A-1' using color profile: stock sRGB color profile
[00:03:44.690] Chosen EGL config details: id: 9 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[00:03:44.690] Output HDMI-A-1 (crtc 71) video modes:
1920x1080@60.0, preferred, current, 148.5 MHz
1920x1080@60.0 16:9, 148.5 MHz
1920x1080@59.9 16:9, 148.4 MHz
1920x1080i@60.0, 74.2 MHz
1920x1080i@60.0 16:9, 74.2 MHz
1920x1080i@59.9 16:9, 74.2 MHz
1920x1080@50.0 16:9, 148.5 MHz
1920x1080i@50.0 16:9, 74.2 MHz
1680x1050@59.9, 119.0 MHz
1400x1050@59.9, 101.0 MHz
1600x900@60.0, 108.0 MHz
1280x1024@75.0, 135.0 MHz
1280x1024@60.0, 108.0 MHz
1440x900@59.9, 88.8 MHz
1280x800@59.9, 71.0 MHz
1152x864@75.0, 108.0 MHz
1280x720@60.0, 74.2 MHz
1280x720@60.0 16:9, 74.2 MHz
1280x720@59.9 16:9, 74.2 MHz
1280x720@50.0 16:9, 74.2 MHz
1024x768@75.0, 78.8 MHz
1024x768@60.0, 65.0 MHz
800x600@75.0, 49.5 MHz
800x600@60.3, 40.0 MHz
720x576@50.0 16:9, 27.0 MHz
720x480@60.0 4:3, 27.0 MHz
720x480@60.0 16:9, 27.0 MHz
720x480@59.9, 27.0 MHz
720x480@59.9 16:9, 27.0 MHz
640x480@75.0, 31.5 MHz
640x480@60.0 4:3, 25.2 MHz
640x480@59.9, 25.2 MHz
640x480@59.9 4:3, 25.2 MHz
720x400@70.1, 28.3 MHz
[00:03:44.691] Output HDMI-A-1 changed to mirror output
[00:03:44.691] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1
[ 226.347954] dwhdmi-rockchip fde80000.hdmi: i2c read err!
[ 226.348143] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[ 226.353761] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1920x1080p60, type: 11(if:800, flag:0x0) for vp0 dclk: 148500000
[ 226.353896] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out0 div: 0 dclk_core0 div: 2
[ 226.353935] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop0 to 148500000, get 148500000
[ 226.354000] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000
[ 226.354330] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[ 226.354346] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 148500000
[ 226.354410] dwhdmi-rockchip fde80000.hdmi: don't use dsc mode
[ 226.354425] dwhdmi-rockchip fde80000.hdmi: dw hdmi qp use tmds mode
[ 226.354444] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: bus_width:0x16a8c8,bit_rate:1485000
[ 226.354671] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy lane locked!
[ 226.387470] dwhdmi-rockchip fde80000.hdmi: use tmds mode
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:126 errors:0 dropped:0 overruns:0 frame:0
TX packets:126 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8008 (7.8 KiB) TX bytes:8008 (7.8 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig -a
enP4p65s0 Link encap:Ethernet HWaddr 6E:D5:8E:F7:81:22
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:170 Base address:0xd000
eth0 Link encap:Ethernet HWaddr DA:DF:13:01:0B:50
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:92
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:128 errors:0 dropped:0 overruns:0 frame:0
TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8128 (7.9 KiB) TX bytes:8128 (7.9 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# udhcpc
udhcpc: started, v1.36.0
[ 285.939389] rk_gmac-dwmac fe1c0000.ethernet eth0: PHY [stmmac-1:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[ 285.941140] dwmac4: Master AXI performs any burst length
[ 285.941176] rk_gmac-dwmac fe1c0000.ethernet eth0: No Safety Features support found
[ 285.941193] rk_gmac-dwmac fe1c0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 285.941381] rk_gmac-dwmac fe1c0000.ethernet eth0: registered PTP clock
[ 285.941680] rk_gmac-dwmac fe1c0000.ethernet eth0: configuring for phy/rgmii-rxid link mode
udhcpc: broadcasting discover
udhcpc: broadcasting discover
[ 290.032224] rk_gmac-dwmac fe1c0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 290.032346] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
udhcpc: broadcasting discover
udhcpc: broadcasting select for 192.168.3.232, server 192.168.3.1
udhcpc: lease of 192.168.3.232 obtained from 192.168.3.1, lease time 86400
deleting routers
adding dns 192.168.3.1
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ifconfig
eth0 Link encap:Ethernet HWaddr DA:DF:13:01:0B:50
inet addr:192.168.3.232 Bcast:192.168.3.255 Mask:255.255.255.0
inet6 addr: fe80::d8df:13ff:fe01:b50/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:78 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10869 (10.6 KiB) TX bytes:1460 (1.4 KiB)
Interrupt:92
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:148 errors:0 dropped:0 overruns:0 frame:0
TX packets:148 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9328 (9.1 KiB) TX bytes:9328 (9.1 KiB)
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# ping www.baidu.com
PING www.baidu.com (183.2.172.177) 56(84) bytes of data.
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=1 ttl=51 time=16.0 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=2 ttl=51 time=15.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=3 ttl=51 time=15.5 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=4 ttl=51 time=15.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=5 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=6 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=7 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=8 ttl=51 time=15.9 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=9 ttl=51 time=15.9 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=10 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=11 ttl=51 time=15.2 ms
64 bytes from 183.2.172.177: icmp_seq=12 ttl=51 time=16.0 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=13 ttl=51 time=16.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=14 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=15 ttl=51 time=15.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=16 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=17 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=18 ttl=51 time=16.0 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=19 ttl=51 time=15.9 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=20 ttl=51 time=16.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=21 ttl=51 time=15.7 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=22 ttl=51 time=16.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=23 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=24 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=25 ttl=51 time=14.8 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=26 ttl=51 time=15.4 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=27 ttl=51 time=15.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=28 ttl=51 time=16.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=29 ttl=51 time=16.3 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=30 ttl=51 time=16.2 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=31 ttl=51 time=15.7 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=32 ttl=51 time=16.1 ms
64 bytes from www.baidu.com (183.2.172.177): icmp_seq=33 ttl=51 time=15.8 ms
64 bytes from 183.2.172.177: icmp_seq=34 ttl=51 time=16.1 ms
^C64 bytes from 183.2.172.177: icmp_seq=35 ttl=51 time=15.5 ms
--- www.baidu.com ping statistics ---
35 packets transmitted, 35 received, 0% packet loss, time 52108ms
rtt min/avg/max/mdev = 14.778/15.877/16.394/0.401 ms
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 128 KByte (default)
------------------------------------------------------------
[ 1] local 192.168.3.232 port 5001 connected with 192.168.3.132 port 44558
[ ID] Interval Transfer Bandwidth
[ 1] 0.00-1755149964.96 sec 589 GBytes 2.88 Kbits/sec
^Croot@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# uname -a
Linux rk3588-buildroot 5.10.198 #2 SMP Tue Aug 12 11:58:10 CST 2025 aarch64 GNU/Linux
root@rk3588-buildroot:/#
root@rk3588-buildroot:/#
root@rk3588-buildroot:/# poweroff
root@rk3588-buildroot:/# Stopping input-event-daemon: done
stop auto-reboot finished
Stopping dnsmasq: OK
Stopping pulseaudio: E: [pulseaudio] main.c: Failed to kill daemon: No such process
OK
Stopping dropbear sshd: OK
stoping weston... Date: 2025-08-14 UTC
[05:53:06.698] caught signal 15
done.
[05:53:06.699] event2 - adc-keys: device removed
[05:53:06.700] event0 - rk805 pwrkey: device removed
Stopping ntpd: OK
Stopping dhcpcd...
no /sbin/dhcpcd found; none killed
killall: rkaiq_3A_server: no process killed
Stopping network: OK
Stopping bluetoothd: OK
Stopping Wi-Fi/BT...
[ 6223.445923] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp3
Stopping system message bus: done
[ 6223.474462] dwc3 fc000000.usb: request 000000003e3a728d was not queued to ep0out
[ 6223.474607] android_work: did not send uevent (0 0 0000000000000000)
Saving random seed: OK
Stopping irqbalance: OK
[ 6223.525562] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
Stopping klogd: OK
Stopping syslogd: OK
[ 6223.574540] ffs_data_put(): freeing
[ 6223.582020] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 1080x1920p60, type: 16(if:20, flag:0x0) for vp3 dclk: 132000000
[ 6223.582213] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out3 div: 2 dclk_core3 div: 2
[ 6223.582222] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop3 to 132000000, get 132000000
umount: /var/log: target is busy.
umount: /run: target is busy.
[ 6223.608633] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
The system is going down NOW!
Sent SIGTERM to all processes
E: [pulseaudio] module-default-device-restore.c: Failed to save default sink: No such file or directory
E: [pulseaudio] module-default-device-restore.c: Failed to save default source: No such file or directory
E: [pulseaudio] core-util.c: Failed to create secure directory (/userdata/.pulse/.config/pulse): No such file or directory
[ 6223.755180] dw-mipi-dsi2 fde20000.dsi: [drm:dw_mipi_dsi2_encoder_atomic_enable] final DSI-Link bandwidth: 880000 x 4 Kbps
[ 6223.768681] dwhdmi-rockchip fde80000.hdmi: use tmds mode
[ 6223.782690] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 800x600p75, type: 11(if:800, flag:0x0) for vp0 dclk: 49500000
[ 6223.782788] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out0 div: 0 dclk_core0 div: 2
[ 6223.782815] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop0 to 49500000, get 49500000
[ 6223.796229] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:78d98 rate:1485000
[ 6223.796560] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[ 6223.796632] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx_ropll_cmn_config bus_width:78d98 rate:495000
[ 6223.796936] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy pll locked!
[ 6223.796947] dwhdmi-rockchip fde80000.hdmi: final tmdsclk = 49500000
[ 6223.797114] dwhdmi-rockchip fde80000.hdmi: don't use dsc mode
[ 6223.797126] dwhdmi-rockchip fde80000.hdmi: dw hdmi qp use tmds mode
[ 6223.797156] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: bus_width:0x78d98,bit_rate:495000
[ 6223.797368] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy lane locked!
Sent SIGKILL to all processes
Requesting system poweroff
[ 6225.779444] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp0
[ 6225.796282] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp3
[ 6225.819972] mpp_rkvenc2 fdbe0000.rkvenc-core: shutdown device
[ 6225.820481] mpp_rkvenc2 fdbe0000.rkvenc-core: shutdown success
[ 6225.821018] mpp_rkvenc2 fdbd0000.rkvenc-core: shutdown device
[ 6225.821524] mpp_rkvenc2 fdbd0000.rkvenc-core: shutdown success
[ 6225.834517] rk860-regulator 1-0042: rk860..... reset
[ 6225.835904] rk860-regulator 1-0042: force rk860x_reset ok!
[ 6225.836399] rk860-regulator 0-0043: rk860..... reset
[ 6225.837782] rk860-regulator 0-0043: force rk860x_reset ok!
[ 6225.838272] rk860-regulator 0-0042: rk860..... reset
[ 6225.839655] rk860-regulator 0-0042: force rk860x_reset ok!
[ 6225.893451] xhci-hcd xhci-hcd.5.auto: Host halt failed, -110
[ 6225.894790] mpp_av1dec av1d-master: shutdown device
[ 6225.895222] mpp_av1dec av1d-master: shutdown success
[ 6225.895934] [WLAN_RFKILL]: Enter rfkill_wlan_shutdown
[ 6225.896385] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 6225.896802] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 6225.897604] wifi power off
[ 6226.004115] [BT_RFKILL]: rfkill_get_bt_power_state: rfkill-bt driver has not Successful initialized
[ 6226.004904] [WLAN_RFKILL]: wifi shut off power [GPIO20-0]
[ 6226.005375] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 0
[ 6226.006223] rockchip-i2s-tdm fddf8000.i2s: failed to clear 1 on slave mode
[ 6226.007152] xhci-hcd xhci-hcd.5.auto: remove, state 4
[ 6226.007600] usb usb8: USB disconnect, device number 1
[ 6226.008347] xhci-hcd xhci-hcd.5.auto: USB bus 8 deregistered
[ 6226.009091] xhci-hcd xhci-hcd.5.auto: remove, state 4
[ 6226.009538] usb usb7: USB disconnect, device number 1
[ 6226.042415] xhci-hcd xhci-hcd.5.auto: Host halt failed, -110
[ 6226.042912] xhci-hcd xhci-hcd.5.auto: Host controller not halted, aborting reset.
[ 6226.043784] xhci-hcd xhci-hcd.5.auto: USB bus 7 deregistered
[ 6226.044811] rkisp_hw fdcb0000.rkisp: rkisp_hw_shutdown
[ 6226.045276] mpp_rkvdec2 fdc48100.rkvdec-core: shutdown device
[ 6226.045780] mpp_rkvdec2 fdc48100.rkvdec-core: shutdown success
[ 6226.046302] mpp_rkvdec2 fdc38100.rkvdec-core: shutdown device
[ 6226.046808] mpp_rkvdec2 fdc38100.rkvdec-core: shutdown success
[ 6226.047345] mpp-iep2 fdbb0000.iep: shutdown device
[ 6226.047762] mpp-iep2 fdbb0000.iep: shutdown success
[ 6226.048196] mpp_vepu2 fdbac000.jpege-core: shutdown device
[ 6226.048680] mpp_vepu2 fdbac000.jpege-core: shutdown success
[ 6226.049169] mpp_vepu2 fdba8000.jpege-core: shutdown device
[ 6226.049653] mpp_vepu2 fdba8000.jpege-core: shutdown success
[ 6226.050152] mpp_vepu2 fdba4000.jpege-core: shutdown device
[ 6226.050634] mpp_vepu2 fdba4000.jpege-core: shutdown success
[ 6226.051124] mpp_vepu2 fdba0000.jpege-core: shutdown device
[ 6226.051606] mpp_vepu2 fdba0000.jpege-core: shutdown success
[ 6226.052094] mpp_jpgdec fdb90000.jpegd: shutdown device
[ 6226.052544] mpp_jpgdec fdb90000.jpegd: shutdown success
[ 6226.053022] mpp_vdpu1 fdb51000.avsd-plus: shutdown device
[ 6226.053493] mpp_vdpu1 fdb51000.avsd-plus: shutdown success
[ 6226.053978] mpp_vepu2 fdb50000.vepu: shutdown device
[ 6226.054416] mpp_vepu2 fdb50000.vepu: shutdown success
[ 6226.054856] mpp_vdpu2 fdb50400.vdpu: shutdown device
[ 6226.055294] mpp_vdpu2 fdb50400.vdpu: shutdown success
[ 6226.055807] xhci-hcd xhci-hcd.4.auto: remove, state 4
[ 6226.056249] usb usb6: USB disconnect, device number 1
[ 6226.056919] xhci-hcd xhci-hcd.4.auto: USB bus 6 deregistered
[ 6226.057582] xhci-hcd xhci-hcd.4.auto: remove, state 4
[ 6226.058025] usb usb5: USB disconnect, device number 1
[ 6226.058772] xhci-hcd xhci-hcd.4.auto: USB bus 5 deregistered
[ 6226.060307] reboot: Power down
拒绝访问。
Connection closed.
Disconnected from remote host(1M5UART6) at 13:54:20.
Type `help' to learn how to use Xshell prompt.
[C:\~]$
[END] 2025/8/14 13:54:45
客户端LOG:【ubuntu20.04.6】
[BEGIN] 2025/8/14 12:16:04
rootroot@rootroot-X99-Turbo:~$ iperf -c 192.168.3.232 -i 1 -t 5400
------------------------------------------------------------
Client connecting to 192.168.3.232, TCP port 5001
TCP window size: 1.41 MByte (default)
------------------------------------------------------------
[ 3] local 192.168.3.132 port 44558 connected with 192.168.3.232 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 114 MBytes 954 Mbits/sec
[ 3] 1.0- 2.0 sec 112 MBytes 935 Mbits/sec
[ 3] 2.0- 3.0 sec 112 MBytes 935 Mbits/sec
[ 3] 3.0- 4.0 sec 112 MBytes 937 Mbits/sec
[ 3] 4.0- 5.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5.0- 6.0 sec 111 MBytes 934 Mbits/sec
[ 3] 6.0- 7.0 sec 112 MBytes 942 Mbits/sec
[ 3] 7.0- 8.0 sec 111 MBytes 933 Mbits/sec
[ 3] 8.0- 9.0 sec 111 MBytes 934 Mbits/sec
[ 3] 9.0-10.0 sec 112 MBytes 943 Mbits/sec
[ 3] 10.0-11.0 sec 111 MBytes 931 Mbits/sec
[ 3] 11.0-12.0 sec 112 MBytes 937 Mbits/sec
[ 3] 12.0-13.0 sec 112 MBytes 941 Mbits/sec
[ 3] 13.0-14.0 sec 111 MBytes 932 Mbits/sec
[ 3] 14.0-15.0 sec 112 MBytes 937 Mbits/sec
[ 3] 15.0-16.0 sec 111 MBytes 934 Mbits/sec
[ 3] 16.0-17.0 sec 112 MBytes 937 Mbits/sec
[ 3] 17.0-18.0 sec 112 MBytes 940 Mbits/sec
[ 3] 18.0-19.0 sec 112 MBytes 936 Mbits/sec
[ 3] 19.0-20.0 sec 112 MBytes 936 Mbits/sec
[ 3] 20.0-21.0 sec 112 MBytes 936 Mbits/sec
[ 3] 21.0-22.0 sec 112 MBytes 935 Mbits/sec
[ 3] 22.0-23.0 sec 112 MBytes 938 Mbits/sec
[ 3] 23.0-24.0 sec 112 MBytes 942 Mbits/sec
[ 3] 24.0-25.0 sec 112 MBytes 941 Mbits/sec
[ 3] 25.0-26.0 sec 111 MBytes 931 Mbits/sec
[ 3] 26.0-27.0 sec 112 MBytes 943 Mbits/sec
[ 3] 27.0-28.0 sec 112 MBytes 935 Mbits/sec
[ 3] 28.0-29.0 sec 111 MBytes 931 Mbits/sec
[ 3] 29.0-30.0 sec 112 MBytes 942 Mbits/sec
[ 3] 30.0-31.0 sec 111 MBytes 932 Mbits/sec
[ 3] 31.0-32.0 sec 112 MBytes 940 Mbits/sec
[ 3] 32.0-33.0 sec 111 MBytes 930 Mbits/sec
[ 3] 33.0-34.0 sec 112 MBytes 938 Mbits/sec
[ 3] 34.0-35.0 sec 112 MBytes 940 Mbits/sec
[ 3] 35.0-36.0 sec 111 MBytes 932 Mbits/sec
[ 3] 36.0-37.0 sec 112 MBytes 942 Mbits/sec
[ 3] 37.0-38.0 sec 111 MBytes 934 Mbits/sec
[ 3] 38.0-39.0 sec 111 MBytes 933 Mbits/sec
[ 3] 39.0-40.0 sec 112 MBytes 941 Mbits/sec
[ 3] 40.0-41.0 sec 111 MBytes 934 Mbits/sec
[ 3] 41.0-42.0 sec 112 MBytes 938 Mbits/sec
[ 3] 42.0-43.0 sec 112 MBytes 936 Mbits/sec
[ 3] 43.0-44.0 sec 112 MBytes 942 Mbits/sec
[ 3] 44.0-45.0 sec 111 MBytes 931 Mbits/sec
[ 3] 45.0-46.0 sec 111 MBytes 933 Mbits/sec
[ 3] 46.0-47.0 sec 112 MBytes 937 Mbits/sec
[ 3] 47.0-48.0 sec 112 MBytes 942 Mbits/sec
[ 3] 48.0-49.0 sec 112 MBytes 938 Mbits/sec
[ 3] 49.0-50.0 sec 111 MBytes 933 Mbits/sec
[ 3] 50.0-51.0 sec 112 MBytes 935 Mbits/sec
[ 3] 51.0-52.0 sec 112 MBytes 940 Mbits/sec
[ 3] 52.0-53.0 sec 111 MBytes 933 Mbits/sec
[ 3] 53.0-54.0 sec 112 MBytes 942 Mbits/sec
[ 3] 54.0-55.0 sec 111 MBytes 931 Mbits/sec
[ 3] 55.0-56.0 sec 112 MBytes 940 Mbits/sec
[ 3] 56.0-57.0 sec 112 MBytes 936 Mbits/sec
[ 3] 57.0-58.0 sec 112 MBytes 940 Mbits/sec
[ 3] 58.0-59.0 sec 111 MBytes 931 Mbits/sec
[ 3] 59.0-60.0 sec 112 MBytes 941 Mbits/sec
[ 3] 60.0-61.0 sec 111 MBytes 932 Mbits/sec
[ 3] 61.0-62.0 sec 112 MBytes 944 Mbits/sec
[ 3] 62.0-63.0 sec 111 MBytes 932 Mbits/sec
[ 3] 63.0-64.0 sec 112 MBytes 938 Mbits/sec
[ 3] 64.0-65.0 sec 111 MBytes 932 Mbits/sec
[ 3] 65.0-66.0 sec 112 MBytes 938 Mbits/sec
[ 3] 66.0-67.0 sec 112 MBytes 944 Mbits/sec
[ 3] 67.0-68.0 sec 111 MBytes 932 Mbits/sec
[ 3] 68.0-69.0 sec 112 MBytes 941 Mbits/sec
[ 3] 69.0-70.0 sec 111 MBytes 932 Mbits/sec
[ 3] 70.0-71.0 sec 112 MBytes 936 Mbits/sec
[ 3] 71.0-72.0 sec 112 MBytes 941 Mbits/sec
[ 3] 72.0-73.0 sec 112 MBytes 935 Mbits/sec
[ 3] 73.0-74.0 sec 112 MBytes 937 Mbits/sec
[ 3] 74.0-75.0 sec 112 MBytes 936 Mbits/sec
[ 3] 75.0-76.0 sec 112 MBytes 935 Mbits/sec
[ 3] 76.0-77.0 sec 112 MBytes 941 Mbits/sec
[ 3] 77.0-78.0 sec 111 MBytes 931 Mbits/sec
[ 3] 78.0-79.0 sec 112 MBytes 940 Mbits/sec
[ 3] 79.0-80.0 sec 111 MBytes 931 Mbits/sec
[ 3] 80.0-81.0 sec 112 MBytes 938 Mbits/sec
[ 3] 81.0-82.0 sec 112 MBytes 937 Mbits/sec
[ 3] 82.0-83.0 sec 112 MBytes 942 Mbits/sec
[ 3] 83.0-84.0 sec 111 MBytes 930 Mbits/sec
[ 3] 84.0-85.0 sec 112 MBytes 941 Mbits/sec
[ 3] 85.0-86.0 sec 111 MBytes 930 Mbits/sec
[ 3] 86.0-87.0 sec 112 MBytes 942 Mbits/sec
[ 3] 87.0-88.0 sec 112 MBytes 935 Mbits/sec
[ 3] 88.0-89.0 sec 112 MBytes 941 Mbits/sec
[ 3] 89.0-90.0 sec 111 MBytes 931 Mbits/sec
[ 3] 90.0-91.0 sec 112 MBytes 938 Mbits/sec
[ 3] 91.0-92.0 sec 112 MBytes 941 Mbits/sec
[ 3] 92.0-93.0 sec 112 MBytes 936 Mbits/sec
[ 3] 93.0-94.0 sec 112 MBytes 938 Mbits/sec
[ 3] 94.0-95.0 sec 111 MBytes 933 Mbits/sec
[ 3] 95.0-96.0 sec 110 MBytes 927 Mbits/sec
[ 3] 96.0-97.0 sec 112 MBytes 937 Mbits/sec
[ 3] 97.0-98.0 sec 112 MBytes 940 Mbits/sec
[ 3] 98.0-99.0 sec 111 MBytes 932 Mbits/sec
[ 3] 99.0-100.0 sec 112 MBytes 940 Mbits/sec
[ 3] 100.0-101.0 sec 112 MBytes 940 Mbits/sec
[ 3] 101.0-102.0 sec 111 MBytes 928 Mbits/sec
[ 3] 102.0-103.0 sec 111 MBytes 931 Mbits/sec
[ 3] 103.0-104.0 sec 112 MBytes 944 Mbits/sec
[ 3] 104.0-105.0 sec 112 MBytes 938 Mbits/sec
[ 3] 105.0-106.0 sec 111 MBytes 931 Mbits/sec
[ 3] 106.0-107.0 sec 112 MBytes 935 Mbits/sec
[ 3] 107.0-108.0 sec 112 MBytes 943 Mbits/sec
[ 3] 108.0-109.0 sec 111 MBytes 932 Mbits/sec
[ 3] 109.0-110.0 sec 111 MBytes 932 Mbits/sec
[ 3] 110.0-111.0 sec 113 MBytes 945 Mbits/sec
[ 3] 111.0-112.0 sec 111 MBytes 929 Mbits/sec
[ 3] 112.0-113.0 sec 112 MBytes 941 Mbits/sec
[ 3] 113.0-114.0 sec 111 MBytes 931 Mbits/sec
[ 3] 114.0-115.0 sec 112 MBytes 940 Mbits/sec
[ 3] 115.0-116.0 sec 111 MBytes 934 Mbits/sec
[ 3] 116.0-117.0 sec 112 MBytes 941 Mbits/sec
[ 3] 117.0-118.0 sec 111 MBytes 928 Mbits/sec
[ 3] 118.0-119.0 sec 112 MBytes 936 Mbits/sec
[ 3] 119.0-120.0 sec 112 MBytes 941 Mbits/sec
[ 3] 120.0-121.0 sec 112 MBytes 940 Mbits/sec
[ 3] 121.0-122.0 sec 111 MBytes 933 Mbits/sec
[ 3] 122.0-123.0 sec 112 MBytes 941 Mbits/sec
[ 3] 123.0-124.0 sec 111 MBytes 934 Mbits/sec
[ 3] 124.0-125.0 sec 111 MBytes 932 Mbits/sec
[ 3] 125.0-126.0 sec 112 MBytes 943 Mbits/sec
[ 3] 126.0-127.0 sec 111 MBytes 930 Mbits/sec
[ 3] 127.0-128.0 sec 112 MBytes 943 Mbits/sec
[ 3] 128.0-129.0 sec 111 MBytes 930 Mbits/sec
[ 3] 129.0-130.0 sec 112 MBytes 938 Mbits/sec
[ 3] 130.0-131.0 sec 111 MBytes 934 Mbits/sec
[ 3] 131.0-132.0 sec 113 MBytes 945 Mbits/sec
[ 3] 132.0-133.0 sec 111 MBytes 931 Mbits/sec
[ 3] 133.0-134.0 sec 112 MBytes 938 Mbits/sec
[ 3] 134.0-135.0 sec 111 MBytes 933 Mbits/sec
[ 3] 135.0-136.0 sec 112 MBytes 936 Mbits/sec
[ 3] 136.0-137.0 sec 112 MBytes 940 Mbits/sec
[ 3] 137.0-138.0 sec 112 MBytes 937 Mbits/sec
[ 3] 138.0-139.0 sec 111 MBytes 932 Mbits/sec
[ 3] 139.0-140.0 sec 112 MBytes 937 Mbits/sec
[ 3] 140.0-141.0 sec 112 MBytes 940 Mbits/sec
[ 3] 141.0-142.0 sec 112 MBytes 938 Mbits/sec
[ 3] 142.0-143.0 sec 112 MBytes 936 Mbits/sec
[ 3] 143.0-144.0 sec 112 MBytes 938 Mbits/sec
[ 3] 144.0-145.0 sec 111 MBytes 932 Mbits/sec
[ 3] 145.0-146.0 sec 111 MBytes 934 Mbits/sec
[ 3] 146.0-147.0 sec 112 MBytes 937 Mbits/sec
[ 3] 147.0-148.0 sec 112 MBytes 943 Mbits/sec
[ 3] 148.0-149.0 sec 111 MBytes 929 Mbits/sec
[ 3] 149.0-150.0 sec 112 MBytes 935 Mbits/sec
[ 3] 150.0-151.0 sec 112 MBytes 938 Mbits/sec
[ 3] 151.0-152.0 sec 111 MBytes 934 Mbits/sec
[ 3] 152.0-153.0 sec 112 MBytes 936 Mbits/sec
[ 3] 153.0-154.0 sec 112 MBytes 944 Mbits/sec
[ 3] 154.0-155.0 sec 112 MBytes 940 Mbits/sec
[ 3] 155.0-156.0 sec 111 MBytes 931 Mbits/sec
[ 3] 156.0-157.0 sec 112 MBytes 942 Mbits/sec
[ 3] 157.0-158.0 sec 112 MBytes 937 Mbits/sec
[ 3] 158.0-159.0 sec 111 MBytes 932 Mbits/sec
[ 3] 159.0-160.0 sec 112 MBytes 941 Mbits/sec
[ 3] 160.0-161.0 sec 110 MBytes 926 Mbits/sec
[ 3] 161.0-162.0 sec 112 MBytes 942 Mbits/sec
[ 3] 162.0-163.0 sec 112 MBytes 936 Mbits/sec
[ 3] 163.0-164.0 sec 112 MBytes 937 Mbits/sec
[ 3] 164.0-165.0 sec 112 MBytes 936 Mbits/sec
[ 3] 165.0-166.0 sec 112 MBytes 941 Mbits/sec
[ 3] 166.0-167.0 sec 112 MBytes 938 Mbits/sec
[ 3] 167.0-168.0 sec 111 MBytes 931 Mbits/sec
[ 3] 168.0-169.0 sec 112 MBytes 937 Mbits/sec
[ 3] 169.0-170.0 sec 112 MBytes 937 Mbits/sec
[ 3] 170.0-171.0 sec 111 MBytes 931 Mbits/sec
[ 3] 171.0-172.0 sec 112 MBytes 944 Mbits/sec
[ 3] 172.0-173.0 sec 111 MBytes 928 Mbits/sec
[ 3] 173.0-174.0 sec 113 MBytes 945 Mbits/sec
[ 3] 174.0-175.0 sec 112 MBytes 935 Mbits/sec
[ 3] 175.0-176.0 sec 112 MBytes 937 Mbits/sec
[ 3] 176.0-177.0 sec 111 MBytes 929 Mbits/sec
[ 3] 177.0-178.0 sec 112 MBytes 942 Mbits/sec
[ 3] 178.0-179.0 sec 112 MBytes 942 Mbits/sec
[ 3] 179.0-180.0 sec 111 MBytes 933 Mbits/sec
[ 3] 180.0-181.0 sec 111 MBytes 934 Mbits/sec
[ 3] 181.0-182.0 sec 111 MBytes 933 Mbits/sec
[ 3] 182.0-183.0 sec 112 MBytes 937 Mbits/sec
[ 3] 183.0-184.0 sec 111 MBytes 934 Mbits/sec
[ 3] 184.0-185.0 sec 113 MBytes 947 Mbits/sec
[ 3] 185.0-186.0 sec 112 MBytes 936 Mbits/sec
[ 3] 186.0-187.0 sec 111 MBytes 929 Mbits/sec
[ 3] 187.0-188.0 sec 112 MBytes 938 Mbits/sec
[ 3] 188.0-189.0 sec 111 MBytes 932 Mbits/sec
[ 3] 189.0-190.0 sec 113 MBytes 945 Mbits/sec
[ 3] 190.0-191.0 sec 111 MBytes 933 Mbits/sec
[ 3] 191.0-192.0 sec 111 MBytes 934 Mbits/sec
[ 3] 192.0-193.0 sec 112 MBytes 938 Mbits/sec
[ 3] 193.0-194.0 sec 112 MBytes 943 Mbits/sec
[ 3] 194.0-195.0 sec 111 MBytes 933 Mbits/sec
[ 3] 195.0-196.0 sec 112 MBytes 935 Mbits/sec
[ 3] 196.0-197.0 sec 112 MBytes 938 Mbits/sec
[ 3] 197.0-198.0 sec 111 MBytes 933 Mbits/sec
[ 3] 198.0-199.0 sec 112 MBytes 938 Mbits/sec
[ 3] 199.0-200.0 sec 111 MBytes 930 Mbits/sec
[ 3] 200.0-201.0 sec 112 MBytes 936 Mbits/sec
[ 3] 201.0-202.0 sec 112 MBytes 941 Mbits/sec
[ 3] 202.0-203.0 sec 112 MBytes 938 Mbits/sec
[ 3] 203.0-204.0 sec 112 MBytes 938 Mbits/sec
[ 3] 204.0-205.0 sec 110 MBytes 926 Mbits/sec
[ 3] 205.0-206.0 sec 112 MBytes 942 Mbits/sec
[ 3] 206.0-207.0 sec 112 MBytes 936 Mbits/sec
[ 3] 207.0-208.0 sec 111 MBytes 933 Mbits/sec
[ 3] 208.0-209.0 sec 112 MBytes 941 Mbits/sec
[ 3] 209.0-210.0 sec 111 MBytes 931 Mbits/sec
[ 3] 210.0-211.0 sec 112 MBytes 938 Mbits/sec
[ 3] 211.0-212.0 sec 112 MBytes 940 Mbits/sec
[ 3] 212.0-213.0 sec 112 MBytes 938 Mbits/sec
[ 3] 213.0-214.0 sec 111 MBytes 933 Mbits/sec
[ 3] 214.0-215.0 sec 112 MBytes 943 Mbits/sec
[ 3] 215.0-216.0 sec 112 MBytes 935 Mbits/sec
[ 3] 216.0-217.0 sec 111 MBytes 931 Mbits/sec
[ 3] 217.0-218.0 sec 111 MBytes 934 Mbits/sec
[ 3] 218.0-219.0 sec 112 MBytes 944 Mbits/sec
[ 3] 219.0-220.0 sec 112 MBytes 936 Mbits/sec
[ 3] 220.0-221.0 sec 111 MBytes 933 Mbits/sec
[ 3] 221.0-222.0 sec 112 MBytes 940 Mbits/sec
[ 3] 222.0-223.0 sec 112 MBytes 940 Mbits/sec
[ 3] 223.0-224.0 sec 111 MBytes 934 Mbits/sec
[ 3] 224.0-225.0 sec 111 MBytes 933 Mbits/sec
[ 3] 225.0-226.0 sec 112 MBytes 940 Mbits/sec
[ 3] 226.0-227.0 sec 111 MBytes 930 Mbits/sec
[ 3] 227.0-228.0 sec 113 MBytes 945 Mbits/sec
[ 3] 228.0-229.0 sec 111 MBytes 928 Mbits/sec
[ 3] 229.0-230.0 sec 112 MBytes 943 Mbits/sec
[ 3] 230.0-231.0 sec 112 MBytes 940 Mbits/sec
[ 3] 231.0-232.0 sec 111 MBytes 933 Mbits/sec
[ 3] 232.0-233.0 sec 112 MBytes 936 Mbits/sec
[ 3] 233.0-234.0 sec 112 MBytes 937 Mbits/sec
[ 3] 234.0-235.0 sec 112 MBytes 936 Mbits/sec
[ 3] 235.0-236.0 sec 112 MBytes 942 Mbits/sec
[ 3] 236.0-237.0 sec 111 MBytes 934 Mbits/sec
[ 3] 237.0-238.0 sec 111 MBytes 932 Mbits/sec
[ 3] 238.0-239.0 sec 112 MBytes 942 Mbits/sec
[ 3] 239.0-240.0 sec 111 MBytes 932 Mbits/sec
[ 3] 240.0-241.0 sec 112 MBytes 937 Mbits/sec
[ 3] 241.0-242.0 sec 111 MBytes 933 Mbits/sec
[ 3] 242.0-243.0 sec 112 MBytes 938 Mbits/sec
[ 3] 243.0-244.0 sec 111 MBytes 934 Mbits/sec
[ 3] 244.0-245.0 sec 112 MBytes 937 Mbits/sec
[ 3] 245.0-246.0 sec 112 MBytes 935 Mbits/sec
[ 3] 246.0-247.0 sec 112 MBytes 941 Mbits/sec
[ 3] 247.0-248.0 sec 111 MBytes 932 Mbits/sec
[ 3] 248.0-249.0 sec 112 MBytes 936 Mbits/sec
[ 3] 249.0-250.0 sec 112 MBytes 942 Mbits/sec
[ 3] 250.0-251.0 sec 112 MBytes 938 Mbits/sec
[ 3] 251.0-252.0 sec 111 MBytes 931 Mbits/sec
[ 3] 252.0-253.0 sec 112 MBytes 941 Mbits/sec
[ 3] 253.0-254.0 sec 111 MBytes 933 Mbits/sec
[ 3] 254.0-255.0 sec 112 MBytes 938 Mbits/sec
[ 3] 255.0-256.0 sec 111 MBytes 934 Mbits/sec
[ 3] 256.0-257.0 sec 112 MBytes 935 Mbits/sec
[ 3] 257.0-258.0 sec 112 MBytes 940 Mbits/sec
[ 3] 258.0-259.0 sec 112 MBytes 940 Mbits/sec
[ 3] 259.0-260.0 sec 111 MBytes 933 Mbits/sec
[ 3] 260.0-261.0 sec 112 MBytes 935 Mbits/sec
[ 3] 261.0-262.0 sec 112 MBytes 936 Mbits/sec
[ 3] 262.0-263.0 sec 112 MBytes 940 Mbits/sec
[ 3] 263.0-264.0 sec 111 MBytes 931 Mbits/sec
[ 3] 264.0-265.0 sec 112 MBytes 940 Mbits/sec
[ 3] 265.0-266.0 sec 112 MBytes 935 Mbits/sec
[ 3] 266.0-267.0 sec 112 MBytes 942 Mbits/sec
[ 3] 267.0-268.0 sec 111 MBytes 931 Mbits/sec
[ 3] 268.0-269.0 sec 112 MBytes 942 Mbits/sec
[ 3] 269.0-270.0 sec 111 MBytes 929 Mbits/sec
[ 3] 270.0-271.0 sec 112 MBytes 938 Mbits/sec
[ 3] 271.0-272.0 sec 113 MBytes 945 Mbits/sec
[ 3] 272.0-273.0 sec 111 MBytes 933 Mbits/sec
[ 3] 273.0-274.0 sec 112 MBytes 936 Mbits/sec
[ 3] 274.0-275.0 sec 111 MBytes 931 Mbits/sec
[ 3] 275.0-276.0 sec 112 MBytes 936 Mbits/sec
[ 3] 276.0-277.0 sec 112 MBytes 936 Mbits/sec
[ 3] 277.0-278.0 sec 113 MBytes 945 Mbits/sec
[ 3] 278.0-279.0 sec 111 MBytes 931 Mbits/sec
[ 3] 279.0-280.0 sec 112 MBytes 943 Mbits/sec
[ 3] 280.0-281.0 sec 111 MBytes 934 Mbits/sec
[ 3] 281.0-282.0 sec 112 MBytes 937 Mbits/sec
[ 3] 282.0-283.0 sec 111 MBytes 930 Mbits/sec
[ 3] 283.0-284.0 sec 112 MBytes 944 Mbits/sec
[ 3] 284.0-285.0 sec 112 MBytes 937 Mbits/sec
[ 3] 285.0-286.0 sec 112 MBytes 937 Mbits/sec
[ 3] 286.0-287.0 sec 111 MBytes 929 Mbits/sec
[ 3] 287.0-288.0 sec 112 MBytes 940 Mbits/sec
[ 3] 288.0-289.0 sec 111 MBytes 933 Mbits/sec
[ 3] 289.0-290.0 sec 113 MBytes 945 Mbits/sec
[ 3] 290.0-291.0 sec 110 MBytes 927 Mbits/sec
[ 3] 291.0-292.0 sec 112 MBytes 937 Mbits/sec
[ 3] 292.0-293.0 sec 112 MBytes 944 Mbits/sec
[ 3] 293.0-294.0 sec 111 MBytes 929 Mbits/sec
[ 3] 294.0-295.0 sec 112 MBytes 943 Mbits/sec
[ 3] 295.0-296.0 sec 111 MBytes 932 Mbits/sec
[ 3] 296.0-297.0 sec 112 MBytes 944 Mbits/sec
[ 3] 297.0-298.0 sec 111 MBytes 930 Mbits/sec
[ 3] 298.0-299.0 sec 112 MBytes 944 Mbits/sec
[ 3] 299.0-300.0 sec 111 MBytes 932 Mbits/sec
[ 3] 300.0-301.0 sec 112 MBytes 938 Mbits/sec
[ 3] 301.0-302.0 sec 111 MBytes 930 Mbits/sec
[ 3] 302.0-303.0 sec 112 MBytes 938 Mbits/sec
[ 3] 303.0-304.0 sec 111 MBytes 933 Mbits/sec
[ 3] 304.0-305.0 sec 113 MBytes 945 Mbits/sec
[ 3] 305.0-306.0 sec 110 MBytes 927 Mbits/sec
[ 3] 306.0-307.0 sec 112 MBytes 942 Mbits/sec
[ 3] 307.0-308.0 sec 111 MBytes 932 Mbits/sec
[ 3] 308.0-309.0 sec 111 MBytes 931 Mbits/sec
[ 3] 309.0-310.0 sec 113 MBytes 946 Mbits/sec
[ 3] 310.0-311.0 sec 111 MBytes 934 Mbits/sec
[ 3] 311.0-312.0 sec 111 MBytes 931 Mbits/sec
[ 3] 312.0-313.0 sec 111 MBytes 932 Mbits/sec
[ 3] 313.0-314.0 sec 112 MBytes 941 Mbits/sec
[ 3] 314.0-315.0 sec 111 MBytes 930 Mbits/sec
[ 3] 315.0-316.0 sec 112 MBytes 941 Mbits/sec
[ 3] 316.0-317.0 sec 111 MBytes 932 Mbits/sec
[ 3] 317.0-318.0 sec 113 MBytes 945 Mbits/sec
[ 3] 318.0-319.0 sec 111 MBytes 930 Mbits/sec
[ 3] 319.0-320.0 sec 113 MBytes 946 Mbits/sec
[ 3] 320.0-321.0 sec 111 MBytes 930 Mbits/sec
[ 3] 321.0-322.0 sec 111 MBytes 933 Mbits/sec
[ 3] 322.0-323.0 sec 112 MBytes 944 Mbits/sec
[ 3] 323.0-324.0 sec 111 MBytes 933 Mbits/sec
[ 3] 324.0-325.0 sec 112 MBytes 937 Mbits/sec
[ 3] 325.0-326.0 sec 112 MBytes 942 Mbits/sec
[ 3] 326.0-327.0 sec 111 MBytes 931 Mbits/sec
[ 3] 327.0-328.0 sec 112 MBytes 935 Mbits/sec
[ 3] 328.0-329.0 sec 112 MBytes 938 Mbits/sec
[ 3] 329.0-330.0 sec 112 MBytes 937 Mbits/sec
[ 3] 330.0-331.0 sec 111 MBytes 932 Mbits/sec
[ 3] 331.0-332.0 sec 112 MBytes 944 Mbits/sec
[ 3] 332.0-333.0 sec 111 MBytes 928 Mbits/sec
[ 3] 333.0-334.0 sec 112 MBytes 943 Mbits/sec
[ 3] 334.0-335.0 sec 112 MBytes 936 Mbits/sec
[ 3] 335.0-336.0 sec 111 MBytes 932 Mbits/sec
[ 3] 336.0-337.0 sec 112 MBytes 935 Mbits/sec
[ 3] 337.0-338.0 sec 111 MBytes 933 Mbits/sec
[ 3] 338.0-339.0 sec 112 MBytes 935 Mbits/sec
[ 3] 339.0-340.0 sec 112 MBytes 936 Mbits/sec
[ 3] 340.0-341.0 sec 112 MBytes 938 Mbits/sec
[ 3] 341.0-342.0 sec 112 MBytes 937 Mbits/sec
[ 3] 342.0-343.0 sec 111 MBytes 934 Mbits/sec
[ 3] 343.0-344.0 sec 111 MBytes 934 Mbits/sec
[ 3] 344.0-345.0 sec 111 MBytes 932 Mbits/sec
[ 3] 345.0-346.0 sec 112 MBytes 943 Mbits/sec
[ 3] 346.0-347.0 sec 112 MBytes 937 Mbits/sec
[ 3] 347.0-348.0 sec 111 MBytes 930 Mbits/sec
[ 3] 348.0-349.0 sec 112 MBytes 942 Mbits/sec
[ 3] 349.0-350.0 sec 112 MBytes 937 Mbits/sec
[ 3] 350.0-351.0 sec 112 MBytes 935 Mbits/sec
[ 3] 351.0-352.0 sec 111 MBytes 934 Mbits/sec
[ 3] 352.0-353.0 sec 112 MBytes 941 Mbits/sec
[ 3] 353.0-354.0 sec 111 MBytes 933 Mbits/sec
[ 3] 354.0-355.0 sec 112 MBytes 935 Mbits/sec
[ 3] 355.0-356.0 sec 112 MBytes 940 Mbits/sec
[ 3] 356.0-357.0 sec 111 MBytes 930 Mbits/sec
[ 3] 357.0-358.0 sec 112 MBytes 940 Mbits/sec
[ 3] 358.0-359.0 sec 112 MBytes 941 Mbits/sec
[ 3] 359.0-360.0 sec 111 MBytes 929 Mbits/sec
[ 3] 360.0-361.0 sec 112 MBytes 943 Mbits/sec
[ 3] 361.0-362.0 sec 112 MBytes 940 Mbits/sec
[ 3] 362.0-363.0 sec 110 MBytes 926 Mbits/sec
[ 3] 363.0-364.0 sec 112 MBytes 942 Mbits/sec
[ 3] 364.0-365.0 sec 111 MBytes 932 Mbits/sec
[ 3] 365.0-366.0 sec 113 MBytes 945 Mbits/sec
[ 3] 366.0-367.0 sec 112 MBytes 937 Mbits/sec
[ 3] 367.0-368.0 sec 111 MBytes 934 Mbits/sec
[ 3] 368.0-369.0 sec 112 MBytes 937 Mbits/sec
[ 3] 369.0-370.0 sec 111 MBytes 933 Mbits/sec
[ 3] 370.0-371.0 sec 112 MBytes 937 Mbits/sec
[ 3] 371.0-372.0 sec 112 MBytes 935 Mbits/sec
[ 3] 372.0-373.0 sec 111 MBytes 933 Mbits/sec
[ 3] 373.0-374.0 sec 113 MBytes 947 Mbits/sec
[ 3] 374.0-375.0 sec 111 MBytes 934 Mbits/sec
[ 3] 375.0-376.0 sec 111 MBytes 930 Mbits/sec
[ 3] 376.0-377.0 sec 112 MBytes 944 Mbits/sec
[ 3] 377.0-378.0 sec 112 MBytes 938 Mbits/sec
[ 3] 378.0-379.0 sec 112 MBytes 936 Mbits/sec
[ 3] 379.0-380.0 sec 111 MBytes 928 Mbits/sec
[ 3] 380.0-381.0 sec 112 MBytes 941 Mbits/sec
[ 3] 381.0-382.0 sec 112 MBytes 940 Mbits/sec
[ 3] 382.0-383.0 sec 111 MBytes 934 Mbits/sec
[ 3] 383.0-384.0 sec 111 MBytes 931 Mbits/sec
[ 3] 384.0-385.0 sec 112 MBytes 942 Mbits/sec
[ 3] 385.0-386.0 sec 111 MBytes 932 Mbits/sec
[ 3] 386.0-387.0 sec 112 MBytes 942 Mbits/sec
[ 3] 387.0-388.0 sec 111 MBytes 930 Mbits/sec
[ 3] 388.0-389.0 sec 113 MBytes 945 Mbits/sec
[ 3] 389.0-390.0 sec 111 MBytes 930 Mbits/sec
[ 3] 390.0-391.0 sec 112 MBytes 938 Mbits/sec
[ 3] 391.0-392.0 sec 112 MBytes 938 Mbits/sec
[ 3] 392.0-393.0 sec 112 MBytes 935 Mbits/sec
[ 3] 393.0-394.0 sec 112 MBytes 937 Mbits/sec
[ 3] 394.0-395.0 sec 111 MBytes 934 Mbits/sec
[ 3] 395.0-396.0 sec 112 MBytes 942 Mbits/sec
[ 3] 396.0-397.0 sec 112 MBytes 935 Mbits/sec
[ 3] 397.0-398.0 sec 111 MBytes 931 Mbits/sec
[ 3] 398.0-399.0 sec 112 MBytes 941 Mbits/sec
[ 3] 399.0-400.0 sec 112 MBytes 937 Mbits/sec
[ 3] 400.0-401.0 sec 112 MBytes 938 Mbits/sec
[ 3] 401.0-402.0 sec 111 MBytes 930 Mbits/sec
[ 3] 402.0-403.0 sec 112 MBytes 941 Mbits/sec
[ 3] 403.0-404.0 sec 112 MBytes 942 Mbits/sec
[ 3] 404.0-405.0 sec 111 MBytes 929 Mbits/sec
[ 3] 405.0-406.0 sec 112 MBytes 938 Mbits/sec
[ 3] 406.0-407.0 sec 111 MBytes 933 Mbits/sec
[ 3] 407.0-408.0 sec 112 MBytes 935 Mbits/sec
[ 3] 408.0-409.0 sec 112 MBytes 937 Mbits/sec
[ 3] 409.0-410.0 sec 113 MBytes 946 Mbits/sec
[ 3] 410.0-411.0 sec 111 MBytes 932 Mbits/sec
[ 3] 411.0-412.0 sec 111 MBytes 932 Mbits/sec
[ 3] 412.0-413.0 sec 112 MBytes 942 Mbits/sec
[ 3] 413.0-414.0 sec 112 MBytes 940 Mbits/sec
[ 3] 414.0-415.0 sec 112 MBytes 935 Mbits/sec
[ 3] 415.0-416.0 sec 111 MBytes 931 Mbits/sec
[ 3] 416.0-417.0 sec 113 MBytes 945 Mbits/sec
[ 3] 417.0-418.0 sec 110 MBytes 926 Mbits/sec
[ 3] 418.0-419.0 sec 113 MBytes 946 Mbits/sec
[ 3] 419.0-420.0 sec 111 MBytes 928 Mbits/sec
[ 3] 420.0-421.0 sec 112 MBytes 943 Mbits/sec
[ 3] 421.0-422.0 sec 112 MBytes 940 Mbits/sec
[ 3] 422.0-423.0 sec 111 MBytes 932 Mbits/sec
[ 3] 423.0-424.0 sec 112 MBytes 943 Mbits/sec
[ 3] 424.0-425.0 sec 112 MBytes 936 Mbits/sec
[ 3] 425.0-426.0 sec 111 MBytes 933 Mbits/sec
[ 3] 426.0-427.0 sec 111 MBytes 934 Mbits/sec
[ 3] 427.0-428.0 sec 112 MBytes 941 Mbits/sec
[ 3] 428.0-429.0 sec 112 MBytes 935 Mbits/sec
[ 3] 429.0-430.0 sec 111 MBytes 934 Mbits/sec
[ 3] 430.0-431.0 sec 112 MBytes 941 Mbits/sec
[ 3] 431.0-432.0 sec 111 MBytes 931 Mbits/sec
[ 3] 432.0-433.0 sec 112 MBytes 938 Mbits/sec
[ 3] 433.0-434.0 sec 112 MBytes 936 Mbits/sec
[ 3] 434.0-435.0 sec 111 MBytes 934 Mbits/sec
[ 3] 435.0-436.0 sec 112 MBytes 938 Mbits/sec
[ 3] 436.0-437.0 sec 111 MBytes 931 Mbits/sec
[ 3] 437.0-438.0 sec 112 MBytes 941 Mbits/sec
[ 3] 438.0-439.0 sec 112 MBytes 935 Mbits/sec
[ 3] 439.0-440.0 sec 112 MBytes 940 Mbits/sec
[ 3] 440.0-441.0 sec 112 MBytes 941 Mbits/sec
[ 3] 441.0-442.0 sec 111 MBytes 933 Mbits/sec
[ 3] 442.0-443.0 sec 112 MBytes 935 Mbits/sec
[ 3] 443.0-444.0 sec 112 MBytes 941 Mbits/sec
[ 3] 444.0-445.0 sec 111 MBytes 933 Mbits/sec
[ 3] 445.0-446.0 sec 112 MBytes 938 Mbits/sec
[ 3] 446.0-447.0 sec 111 MBytes 930 Mbits/sec
[ 3] 447.0-448.0 sec 113 MBytes 946 Mbits/sec
[ 3] 448.0-449.0 sec 111 MBytes 929 Mbits/sec
[ 3] 449.0-450.0 sec 112 MBytes 943 Mbits/sec
[ 3] 450.0-451.0 sec 112 MBytes 936 Mbits/sec
[ 3] 451.0-452.0 sec 111 MBytes 932 Mbits/sec
[ 3] 452.0-453.0 sec 112 MBytes 937 Mbits/sec
[ 3] 453.0-454.0 sec 111 MBytes 934 Mbits/sec
[ 3] 454.0-455.0 sec 112 MBytes 938 Mbits/sec
[ 3] 455.0-456.0 sec 112 MBytes 940 Mbits/sec
[ 3] 456.0-457.0 sec 111 MBytes 931 Mbits/sec
[ 3] 457.0-458.0 sec 112 MBytes 942 Mbits/sec
[ 3] 458.0-459.0 sec 111 MBytes 931 Mbits/sec
[ 3] 459.0-460.0 sec 112 MBytes 936 Mbits/sec
[ 3] 460.0-461.0 sec 112 MBytes 938 Mbits/sec
[ 3] 461.0-462.0 sec 111 MBytes 932 Mbits/sec
[ 3] 462.0-463.0 sec 113 MBytes 945 Mbits/sec
[ 3] 463.0-464.0 sec 111 MBytes 928 Mbits/sec
[ 3] 464.0-465.0 sec 111 MBytes 933 Mbits/sec
[ 3] 465.0-466.0 sec 112 MBytes 941 Mbits/sec
[ 3] 466.0-467.0 sec 112 MBytes 942 Mbits/sec
[ 3] 467.0-468.0 sec 111 MBytes 929 Mbits/sec
[ 3] 468.0-469.0 sec 112 MBytes 935 Mbits/sec
[ 3] 469.0-470.0 sec 112 MBytes 943 Mbits/sec
[ 3] 470.0-471.0 sec 111 MBytes 931 Mbits/sec
[ 3] 471.0-472.0 sec 112 MBytes 942 Mbits/sec
[ 3] 472.0-473.0 sec 111 MBytes 931 Mbits/sec
[ 3] 473.0-474.0 sec 112 MBytes 937 Mbits/sec
[ 3] 474.0-475.0 sec 112 MBytes 944 Mbits/sec
[ 3] 475.0-476.0 sec 111 MBytes 932 Mbits/sec
[ 3] 476.0-477.0 sec 112 MBytes 936 Mbits/sec
[ 3] 477.0-478.0 sec 112 MBytes 941 Mbits/sec
[ 3] 478.0-479.0 sec 111 MBytes 931 Mbits/sec
[ 3] 479.0-480.0 sec 112 MBytes 935 Mbits/sec
[ 3] 480.0-481.0 sec 112 MBytes 935 Mbits/sec
[ 3] 481.0-482.0 sec 111 MBytes 933 Mbits/sec
[ 3] 482.0-483.0 sec 112 MBytes 940 Mbits/sec
[ 3] 483.0-484.0 sec 112 MBytes 941 Mbits/sec
[ 3] 484.0-485.0 sec 111 MBytes 929 Mbits/sec
[ 3] 485.0-486.0 sec 113 MBytes 945 Mbits/sec
[ 3] 486.0-487.0 sec 111 MBytes 933 Mbits/sec
[ 3] 487.0-488.0 sec 111 MBytes 931 Mbits/sec
[ 3] 488.0-489.0 sec 112 MBytes 937 Mbits/sec
[ 3] 489.0-490.0 sec 112 MBytes 937 Mbits/sec
[ 3] 490.0-491.0 sec 112 MBytes 942 Mbits/sec
[ 3] 491.0-492.0 sec 111 MBytes 933 Mbits/sec
[ 3] 492.0-493.0 sec 112 MBytes 940 Mbits/sec
[ 3] 493.0-494.0 sec 112 MBytes 938 Mbits/sec
[ 3] 494.0-495.0 sec 111 MBytes 933 Mbits/sec
[ 3] 495.0-496.0 sec 112 MBytes 941 Mbits/sec
[ 3] 496.0-497.0 sec 112 MBytes 938 Mbits/sec
[ 3] 497.0-498.0 sec 111 MBytes 930 Mbits/sec
[ 3] 498.0-499.0 sec 111 MBytes 933 Mbits/sec
[ 3] 499.0-500.0 sec 112 MBytes 936 Mbits/sec
[ 3] 500.0-501.0 sec 113 MBytes 946 Mbits/sec
[ 3] 501.0-502.0 sec 111 MBytes 932 Mbits/sec
[ 3] 502.0-503.0 sec 112 MBytes 936 Mbits/sec
[ 3] 503.0-504.0 sec 112 MBytes 941 Mbits/sec
[ 3] 504.0-505.0 sec 112 MBytes 936 Mbits/sec
[ 3] 505.0-506.0 sec 111 MBytes 934 Mbits/sec
[ 3] 506.0-507.0 sec 112 MBytes 938 Mbits/sec
[ 3] 507.0-508.0 sec 111 MBytes 929 Mbits/sec
[ 3] 508.0-509.0 sec 112 MBytes 944 Mbits/sec
[ 3] 509.0-510.0 sec 111 MBytes 934 Mbits/sec
[ 3] 510.0-511.0 sec 112 MBytes 935 Mbits/sec
[ 3] 511.0-512.0 sec 112 MBytes 936 Mbits/sec
[ 3] 512.0-513.0 sec 112 MBytes 935 Mbits/sec
[ 3] 513.0-514.0 sec 112 MBytes 938 Mbits/sec
[ 3] 514.0-515.0 sec 111 MBytes 930 Mbits/sec
[ 3] 515.0-516.0 sec 112 MBytes 944 Mbits/sec
[ 3] 516.0-517.0 sec 111 MBytes 934 Mbits/sec
[ 3] 517.0-518.0 sec 112 MBytes 940 Mbits/sec
[ 3] 518.0-519.0 sec 111 MBytes 928 Mbits/sec
[ 3] 519.0-520.0 sec 112 MBytes 944 Mbits/sec
[ 3] 520.0-521.0 sec 111 MBytes 932 Mbits/sec
[ 3] 521.0-522.0 sec 111 MBytes 933 Mbits/sec
[ 3] 522.0-523.0 sec 112 MBytes 944 Mbits/sec
[ 3] 523.0-524.0 sec 112 MBytes 938 Mbits/sec
[ 3] 524.0-525.0 sec 111 MBytes 928 Mbits/sec
[ 3] 525.0-526.0 sec 112 MBytes 941 Mbits/sec
[ 3] 526.0-527.0 sec 112 MBytes 937 Mbits/sec
[ 3] 527.0-528.0 sec 112 MBytes 936 Mbits/sec
[ 3] 528.0-529.0 sec 111 MBytes 931 Mbits/sec
[ 3] 529.0-530.0 sec 112 MBytes 940 Mbits/sec
[ 3] 530.0-531.0 sec 111 MBytes 932 Mbits/sec
[ 3] 531.0-532.0 sec 113 MBytes 945 Mbits/sec
[ 3] 532.0-533.0 sec 110 MBytes 924 Mbits/sec
[ 3] 533.0-534.0 sec 112 MBytes 944 Mbits/sec
[ 3] 534.0-535.0 sec 111 MBytes 930 Mbits/sec
[ 3] 535.0-536.0 sec 112 MBytes 944 Mbits/sec
[ 3] 536.0-537.0 sec 111 MBytes 931 Mbits/sec
[ 3] 537.0-538.0 sec 111 MBytes 933 Mbits/sec
[ 3] 538.0-539.0 sec 112 MBytes 943 Mbits/sec
[ 3] 539.0-540.0 sec 110 MBytes 926 Mbits/sec
[ 3] 540.0-541.0 sec 112 MBytes 941 Mbits/sec
[ 3] 541.0-542.0 sec 111 MBytes 933 Mbits/sec
[ 3] 542.0-543.0 sec 112 MBytes 940 Mbits/sec
[ 3] 543.0-544.0 sec 111 MBytes 933 Mbits/sec
[ 3] 544.0-545.0 sec 112 MBytes 943 Mbits/sec
[ 3] 545.0-546.0 sec 111 MBytes 930 Mbits/sec
[ 3] 546.0-547.0 sec 111 MBytes 932 Mbits/sec
[ 3] 547.0-548.0 sec 112 MBytes 936 Mbits/sec
[ 3] 548.0-549.0 sec 113 MBytes 946 Mbits/sec
[ 3] 549.0-550.0 sec 112 MBytes 936 Mbits/sec
[ 3] 550.0-551.0 sec 111 MBytes 931 Mbits/sec
[ 3] 551.0-552.0 sec 111 MBytes 933 Mbits/sec
[ 3] 552.0-553.0 sec 112 MBytes 938 Mbits/sec
[ 3] 553.0-554.0 sec 112 MBytes 936 Mbits/sec
[ 3] 554.0-555.0 sec 112 MBytes 938 Mbits/sec
[ 3] 555.0-556.0 sec 112 MBytes 936 Mbits/sec
[ 3] 556.0-557.0 sec 112 MBytes 943 Mbits/sec
[ 3] 557.0-558.0 sec 110 MBytes 927 Mbits/sec
[ 3] 558.0-559.0 sec 113 MBytes 946 Mbits/sec
[ 3] 559.0-560.0 sec 111 MBytes 929 Mbits/sec
[ 3] 560.0-561.0 sec 112 MBytes 941 Mbits/sec
[ 3] 561.0-562.0 sec 111 MBytes 931 Mbits/sec
[ 3] 562.0-563.0 sec 112 MBytes 940 Mbits/sec
[ 3] 563.0-564.0 sec 112 MBytes 942 Mbits/sec
[ 3] 564.0-565.0 sec 111 MBytes 932 Mbits/sec
[ 3] 565.0-566.0 sec 112 MBytes 937 Mbits/sec
[ 3] 566.0-567.0 sec 111 MBytes 931 Mbits/sec
[ 3] 567.0-568.0 sec 112 MBytes 937 Mbits/sec
[ 3] 568.0-569.0 sec 113 MBytes 946 Mbits/sec
[ 3] 569.0-570.0 sec 112 MBytes 935 Mbits/sec
[ 3] 570.0-571.0 sec 111 MBytes 932 Mbits/sec
[ 3] 571.0-572.0 sec 112 MBytes 942 Mbits/sec
[ 3] 572.0-573.0 sec 111 MBytes 933 Mbits/sec
[ 3] 573.0-574.0 sec 112 MBytes 937 Mbits/sec
[ 3] 574.0-575.0 sec 111 MBytes 933 Mbits/sec
[ 3] 575.0-576.0 sec 112 MBytes 941 Mbits/sec
[ 3] 576.0-577.0 sec 111 MBytes 933 Mbits/sec
[ 3] 577.0-578.0 sec 112 MBytes 937 Mbits/sec
[ 3] 578.0-579.0 sec 112 MBytes 937 Mbits/sec
[ 3] 579.0-580.0 sec 112 MBytes 937 Mbits/sec
[ 3] 580.0-581.0 sec 112 MBytes 935 Mbits/sec
[ 3] 581.0-582.0 sec 112 MBytes 943 Mbits/sec
[ 3] 582.0-583.0 sec 112 MBytes 935 Mbits/sec
[ 3] 583.0-584.0 sec 112 MBytes 935 Mbits/sec
[ 3] 584.0-585.0 sec 111 MBytes 931 Mbits/sec
[ 3] 585.0-586.0 sec 112 MBytes 942 Mbits/sec
[ 3] 586.0-587.0 sec 112 MBytes 938 Mbits/sec
[ 3] 587.0-588.0 sec 112 MBytes 935 Mbits/sec
[ 3] 588.0-589.0 sec 111 MBytes 934 Mbits/sec
[ 3] 589.0-590.0 sec 112 MBytes 940 Mbits/sec
[ 3] 590.0-591.0 sec 111 MBytes 932 Mbits/sec
[ 3] 591.0-592.0 sec 112 MBytes 935 Mbits/sec
[ 3] 592.0-593.0 sec 112 MBytes 942 Mbits/sec
[ 3] 593.0-594.0 sec 112 MBytes 936 Mbits/sec
[ 3] 594.0-595.0 sec 111 MBytes 933 Mbits/sec
[ 3] 595.0-596.0 sec 112 MBytes 940 Mbits/sec
[ 3] 596.0-597.0 sec 111 MBytes 931 Mbits/sec
[ 3] 597.0-598.0 sec 112 MBytes 936 Mbits/sec
[ 3] 598.0-599.0 sec 112 MBytes 944 Mbits/sec
[ 3] 599.0-600.0 sec 110 MBytes 926 Mbits/sec
[ 3] 600.0-601.0 sec 113 MBytes 946 Mbits/sec
[ 3] 601.0-602.0 sec 111 MBytes 931 Mbits/sec
[ 3] 602.0-603.0 sec 112 MBytes 944 Mbits/sec
[ 3] 603.0-604.0 sec 111 MBytes 931 Mbits/sec
[ 3] 604.0-605.0 sec 111 MBytes 933 Mbits/sec
[ 3] 605.0-606.0 sec 112 MBytes 941 Mbits/sec
[ 3] 606.0-607.0 sec 112 MBytes 937 Mbits/sec
[ 3] 607.0-608.0 sec 111 MBytes 931 Mbits/sec
[ 3] 608.0-609.0 sec 113 MBytes 945 Mbits/sec
[ 3] 609.0-610.0 sec 112 MBytes 938 Mbits/sec
[ 3] 610.0-611.0 sec 111 MBytes 931 Mbits/sec
[ 3] 611.0-612.0 sec 111 MBytes 931 Mbits/sec
[ 3] 612.0-613.0 sec 112 MBytes 942 Mbits/sec
[ 3] 613.0-614.0 sec 112 MBytes 940 Mbits/sec
[ 3] 614.0-615.0 sec 112 MBytes 936 Mbits/sec
[ 3] 615.0-616.0 sec 111 MBytes 933 Mbits/sec
[ 3] 616.0-617.0 sec 112 MBytes 938 Mbits/sec
[ 3] 617.0-618.0 sec 112 MBytes 941 Mbits/sec
[ 3] 618.0-619.0 sec 111 MBytes 931 Mbits/sec
[ 3] 619.0-620.0 sec 112 MBytes 937 Mbits/sec
[ 3] 620.0-621.0 sec 112 MBytes 937 Mbits/sec
[ 3] 621.0-622.0 sec 112 MBytes 938 Mbits/sec
[ 3] 622.0-623.0 sec 111 MBytes 931 Mbits/sec
[ 3] 623.0-624.0 sec 111 MBytes 934 Mbits/sec
[ 3] 624.0-625.0 sec 112 MBytes 938 Mbits/sec
[ 3] 625.0-626.0 sec 112 MBytes 941 Mbits/sec
[ 3] 626.0-627.0 sec 111 MBytes 933 Mbits/sec
[ 3] 627.0-628.0 sec 112 MBytes 944 Mbits/sec
[ 3] 628.0-629.0 sec 112 MBytes 935 Mbits/sec
[ 3] 629.0-630.0 sec 111 MBytes 929 Mbits/sec
[ 3] 630.0-631.0 sec 112 MBytes 942 Mbits/sec
[ 3] 631.0-632.0 sec 112 MBytes 941 Mbits/sec
[ 3] 632.0-633.0 sec 111 MBytes 933 Mbits/sec
[ 3] 633.0-634.0 sec 111 MBytes 930 Mbits/sec
[ 3] 634.0-635.0 sec 112 MBytes 942 Mbits/sec
[ 3] 635.0-636.0 sec 112 MBytes 936 Mbits/sec
[ 3] 636.0-637.0 sec 112 MBytes 942 Mbits/sec
[ 3] 637.0-638.0 sec 110 MBytes 924 Mbits/sec
[ 3] 638.0-639.0 sec 112 MBytes 943 Mbits/sec
[ 3] 639.0-640.0 sec 112 MBytes 935 Mbits/sec
[ 3] 640.0-641.0 sec 112 MBytes 936 Mbits/sec
[ 3] 641.0-642.0 sec 111 MBytes 932 Mbits/sec
[ 3] 642.0-643.0 sec 112 MBytes 944 Mbits/sec
[ 3] 643.0-644.0 sec 112 MBytes 936 Mbits/sec
[ 3] 644.0-645.0 sec 111 MBytes 931 Mbits/sec
[ 3] 645.0-646.0 sec 112 MBytes 942 Mbits/sec
[ 3] 646.0-647.0 sec 111 MBytes 933 Mbits/sec
[ 3] 647.0-648.0 sec 111 MBytes 933 Mbits/sec
[ 3] 648.0-649.0 sec 113 MBytes 945 Mbits/sec
[ 3] 649.0-650.0 sec 111 MBytes 934 Mbits/sec
[ 3] 650.0-651.0 sec 111 MBytes 930 Mbits/sec
[ 3] 651.0-652.0 sec 112 MBytes 944 Mbits/sec
[ 3] 652.0-653.0 sec 111 MBytes 933 Mbits/sec
[ 3] 653.0-654.0 sec 112 MBytes 935 Mbits/sec
[ 3] 654.0-655.0 sec 112 MBytes 940 Mbits/sec
[ 3] 655.0-656.0 sec 112 MBytes 935 Mbits/sec
[ 3] 656.0-657.0 sec 112 MBytes 938 Mbits/sec
[ 3] 657.0-658.0 sec 112 MBytes 937 Mbits/sec
[ 3] 658.0-659.0 sec 111 MBytes 932 Mbits/sec
[ 3] 659.0-660.0 sec 112 MBytes 942 Mbits/sec
[ 3] 660.0-661.0 sec 111 MBytes 929 Mbits/sec
[ 3] 661.0-662.0 sec 112 MBytes 938 Mbits/sec
[ 3] 662.0-663.0 sec 112 MBytes 940 Mbits/sec
[ 3] 663.0-664.0 sec 111 MBytes 932 Mbits/sec
[ 3] 664.0-665.0 sec 112 MBytes 935 Mbits/sec
[ 3] 665.0-666.0 sec 113 MBytes 946 Mbits/sec
[ 3] 666.0-667.0 sec 110 MBytes 921 Mbits/sec
[ 3] 667.0-668.0 sec 112 MBytes 944 Mbits/sec
[ 3] 668.0-669.0 sec 111 MBytes 931 Mbits/sec
[ 3] 669.0-670.0 sec 112 MBytes 941 Mbits/sec
[ 3] 670.0-671.0 sec 111 MBytes 930 Mbits/sec
[ 3] 671.0-672.0 sec 113 MBytes 945 Mbits/sec
[ 3] 672.0-673.0 sec 112 MBytes 938 Mbits/sec
[ 3] 673.0-674.0 sec 111 MBytes 933 Mbits/sec
[ 3] 674.0-675.0 sec 112 MBytes 940 Mbits/sec
[ 3] 675.0-676.0 sec 111 MBytes 929 Mbits/sec
[ 3] 676.0-677.0 sec 112 MBytes 937 Mbits/sec
[ 3] 677.0-678.0 sec 112 MBytes 936 Mbits/sec
[ 3] 678.0-679.0 sec 111 MBytes 934 Mbits/sec
[ 3] 679.0-680.0 sec 112 MBytes 937 Mbits/sec
[ 3] 680.0-681.0 sec 113 MBytes 945 Mbits/sec
[ 3] 681.0-682.0 sec 111 MBytes 932 Mbits/sec
[ 3] 682.0-683.0 sec 112 MBytes 942 Mbits/sec
[ 3] 683.0-684.0 sec 112 MBytes 936 Mbits/sec
[ 3] 684.0-685.0 sec 112 MBytes 935 Mbits/sec
[ 3] 685.0-686.0 sec 111 MBytes 930 Mbits/sec
[ 3] 686.0-687.0 sec 112 MBytes 936 Mbits/sec
[ 3] 687.0-688.0 sec 112 MBytes 938 Mbits/sec
[ 3] 688.0-689.0 sec 112 MBytes 943 Mbits/sec
[ 3] 689.0-690.0 sec 111 MBytes 929 Mbits/sec
[ 3] 690.0-691.0 sec 112 MBytes 935 Mbits/sec
[ 3] 691.0-692.0 sec 112 MBytes 938 Mbits/sec
[ 3] 692.0-693.0 sec 111 MBytes 933 Mbits/sec
[ 3] 693.0-694.0 sec 111 MBytes 934 Mbits/sec
[ 3] 694.0-695.0 sec 111 MBytes 934 Mbits/sec
[ 3] 695.0-696.0 sec 113 MBytes 947 Mbits/sec
[ 3] 696.0-697.0 sec 110 MBytes 924 Mbits/sec
[ 3] 697.0-698.0 sec 113 MBytes 945 Mbits/sec
[ 3] 698.0-699.0 sec 112 MBytes 937 Mbits/sec
[ 3] 699.0-700.0 sec 110 MBytes 927 Mbits/sec
[ 3] 700.0-701.0 sec 112 MBytes 943 Mbits/sec
[ 3] 701.0-702.0 sec 111 MBytes 931 Mbits/sec
[ 3] 702.0-703.0 sec 112 MBytes 941 Mbits/sec
[ 3] 703.0-704.0 sec 112 MBytes 935 Mbits/sec
[ 3] 704.0-705.0 sec 111 MBytes 934 Mbits/sec
[ 3] 705.0-706.0 sec 112 MBytes 943 Mbits/sec
[ 3] 706.0-707.0 sec 112 MBytes 937 Mbits/sec
[ 3] 707.0-708.0 sec 112 MBytes 938 Mbits/sec
[ 3] 708.0-709.0 sec 112 MBytes 936 Mbits/sec
[ 3] 709.0-710.0 sec 112 MBytes 936 Mbits/sec
[ 3] 710.0-711.0 sec 111 MBytes 933 Mbits/sec
[ 3] 711.0-712.0 sec 112 MBytes 940 Mbits/sec
[ 3] 712.0-713.0 sec 111 MBytes 931 Mbits/sec
[ 3] 713.0-714.0 sec 112 MBytes 938 Mbits/sec
[ 3] 714.0-715.0 sec 112 MBytes 940 Mbits/sec
[ 3] 715.0-716.0 sec 111 MBytes 934 Mbits/sec
[ 3] 716.0-717.0 sec 112 MBytes 938 Mbits/sec
[ 3] 717.0-718.0 sec 112 MBytes 940 Mbits/sec
[ 3] 718.0-719.0 sec 111 MBytes 930 Mbits/sec
[ 3] 719.0-720.0 sec 111 MBytes 932 Mbits/sec
[ 3] 720.0-721.0 sec 113 MBytes 947 Mbits/sec
[ 3] 721.0-722.0 sec 111 MBytes 928 Mbits/sec
[ 3] 722.0-723.0 sec 112 MBytes 937 Mbits/sec
[ 3] 723.0-724.0 sec 112 MBytes 944 Mbits/sec
[ 3] 724.0-725.0 sec 111 MBytes 931 Mbits/sec
[ 3] 725.0-726.0 sec 112 MBytes 937 Mbits/sec
[ 3] 726.0-727.0 sec 111 MBytes 934 Mbits/sec
[ 3] 727.0-728.0 sec 112 MBytes 943 Mbits/sec
[ 3] 728.0-729.0 sec 111 MBytes 928 Mbits/sec
[ 3] 729.0-730.0 sec 112 MBytes 944 Mbits/sec
[ 3] 730.0-731.0 sec 111 MBytes 930 Mbits/sec
[ 3] 731.0-732.0 sec 112 MBytes 938 Mbits/sec
[ 3] 732.0-733.0 sec 112 MBytes 938 Mbits/sec
[ 3] 733.0-734.0 sec 111 MBytes 932 Mbits/sec
[ 3] 734.0-735.0 sec 112 MBytes 940 Mbits/sec
[ 3] 735.0-736.0 sec 112 MBytes 940 Mbits/sec
[ 3] 736.0-737.0 sec 112 MBytes 941 Mbits/sec
[ 3] 737.0-738.0 sec 111 MBytes 931 Mbits/sec
[ 3] 738.0-739.0 sec 111 MBytes 932 Mbits/sec
[ 3] 739.0-740.0 sec 112 MBytes 937 Mbits/sec
[ 3] 740.0-741.0 sec 112 MBytes 940 Mbits/sec
[ 3] 741.0-742.0 sec 112 MBytes 943 Mbits/sec
[ 3] 742.0-743.0 sec 111 MBytes 928 Mbits/sec
[ 3] 743.0-744.0 sec 112 MBytes 938 Mbits/sec
[ 3] 744.0-745.0 sec 112 MBytes 936 Mbits/sec
[ 3] 745.0-746.0 sec 112 MBytes 944 Mbits/sec
[ 3] 746.0-747.0 sec 112 MBytes 935 Mbits/sec
[ 3] 747.0-748.0 sec 112 MBytes 938 Mbits/sec
[ 3] 748.0-749.0 sec 112 MBytes 936 Mbits/sec
[ 3] 749.0-750.0 sec 111 MBytes 932 Mbits/sec
[ 3] 750.0-751.0 sec 112 MBytes 937 Mbits/sec
[ 3] 751.0-752.0 sec 112 MBytes 937 Mbits/sec
[ 3] 752.0-753.0 sec 111 MBytes 930 Mbits/sec
[ 3] 753.0-754.0 sec 112 MBytes 941 Mbits/sec
[ 3] 754.0-755.0 sec 111 MBytes 932 Mbits/sec
[ 3] 755.0-756.0 sec 113 MBytes 945 Mbits/sec
[ 3] 756.0-757.0 sec 111 MBytes 930 Mbits/sec
[ 3] 757.0-758.0 sec 112 MBytes 941 Mbits/sec
[ 3] 758.0-759.0 sec 111 MBytes 930 Mbits/sec
[ 3] 759.0-760.0 sec 112 MBytes 938 Mbits/sec
[ 3] 760.0-761.0 sec 112 MBytes 938 Mbits/sec
[ 3] 761.0-762.0 sec 112 MBytes 938 Mbits/sec
[ 3] 762.0-763.0 sec 111 MBytes 934 Mbits/sec
[ 3] 763.0-764.0 sec 112 MBytes 935 Mbits/sec
[ 3] 764.0-765.0 sec 113 MBytes 946 Mbits/sec
[ 3] 765.0-766.0 sec 111 MBytes 931 Mbits/sec
[ 3] 766.0-767.0 sec 112 MBytes 935 Mbits/sec
[ 3] 767.0-768.0 sec 111 MBytes 933 Mbits/sec
[ 3] 768.0-769.0 sec 112 MBytes 943 Mbits/sec
[ 3] 769.0-770.0 sec 111 MBytes 930 Mbits/sec
[ 3] 770.0-771.0 sec 112 MBytes 936 Mbits/sec
[ 3] 771.0-772.0 sec 113 MBytes 945 Mbits/sec
[ 3] 772.0-773.0 sec 111 MBytes 932 Mbits/sec
[ 3] 773.0-774.0 sec 112 MBytes 943 Mbits/sec
[ 3] 774.0-775.0 sec 111 MBytes 932 Mbits/sec
[ 3] 775.0-776.0 sec 111 MBytes 931 Mbits/sec
[ 3] 776.0-777.0 sec 112 MBytes 943 Mbits/sec
[ 3] 777.0-778.0 sec 112 MBytes 941 Mbits/sec
[ 3] 778.0-779.0 sec 111 MBytes 928 Mbits/sec
[ 3] 779.0-780.0 sec 112 MBytes 936 Mbits/sec
[ 3] 780.0-781.0 sec 112 MBytes 940 Mbits/sec
[ 3] 781.0-782.0 sec 111 MBytes 932 Mbits/sec
[ 3] 782.0-783.0 sec 112 MBytes 943 Mbits/sec
[ 3] 783.0-784.0 sec 112 MBytes 938 Mbits/sec
[ 3] 784.0-785.0 sec 112 MBytes 937 Mbits/sec
[ 3] 785.0-786.0 sec 110 MBytes 926 Mbits/sec
[ 3] 786.0-787.0 sec 112 MBytes 943 Mbits/sec
[ 3] 787.0-788.0 sec 111 MBytes 929 Mbits/sec
[ 3] 788.0-789.0 sec 112 MBytes 941 Mbits/sec
[ 3] 789.0-790.0 sec 111 MBytes 933 Mbits/sec
[ 3] 790.0-791.0 sec 112 MBytes 940 Mbits/sec
[ 3] 791.0-792.0 sec 112 MBytes 935 Mbits/sec
[ 3] 792.0-793.0 sec 111 MBytes 934 Mbits/sec
[ 3] 793.0-794.0 sec 112 MBytes 941 Mbits/sec
[ 3] 794.0-795.0 sec 112 MBytes 942 Mbits/sec
[ 3] 795.0-796.0 sec 111 MBytes 932 Mbits/sec
[ 3] 796.0-797.0 sec 112 MBytes 943 Mbits/sec
[ 3] 797.0-798.0 sec 110 MBytes 927 Mbits/sec
[ 3] 798.0-799.0 sec 112 MBytes 944 Mbits/sec
[ 3] 799.0-800.0 sec 111 MBytes 930 Mbits/sec
[ 3] 800.0-801.0 sec 112 MBytes 942 Mbits/sec
[ 3] 801.0-802.0 sec 111 MBytes 929 Mbits/sec
[ 3] 802.0-803.0 sec 112 MBytes 938 Mbits/sec
[ 3] 803.0-804.0 sec 112 MBytes 936 Mbits/sec
[ 3] 804.0-805.0 sec 113 MBytes 947 Mbits/sec
[ 3] 805.0-806.0 sec 111 MBytes 930 Mbits/sec
[ 3] 806.0-807.0 sec 112 MBytes 941 Mbits/sec
[ 3] 807.0-808.0 sec 111 MBytes 932 Mbits/sec
[ 3] 808.0-809.0 sec 112 MBytes 943 Mbits/sec
[ 3] 809.0-810.0 sec 111 MBytes 931 Mbits/sec
[ 3] 810.0-811.0 sec 112 MBytes 942 Mbits/sec
[ 3] 811.0-812.0 sec 111 MBytes 933 Mbits/sec
[ 3] 812.0-813.0 sec 112 MBytes 942 Mbits/sec
[ 3] 813.0-814.0 sec 110 MBytes 925 Mbits/sec
[ 3] 814.0-815.0 sec 112 MBytes 943 Mbits/sec
[ 3] 815.0-816.0 sec 111 MBytes 934 Mbits/sec
[ 3] 816.0-817.0 sec 112 MBytes 936 Mbits/sec
[ 3] 817.0-818.0 sec 112 MBytes 943 Mbits/sec
[ 3] 818.0-819.0 sec 111 MBytes 934 Mbits/sec
[ 3] 819.0-820.0 sec 112 MBytes 938 Mbits/sec
[ 3] 820.0-821.0 sec 112 MBytes 938 Mbits/sec
[ 3] 821.0-822.0 sec 110 MBytes 927 Mbits/sec
[ 3] 822.0-823.0 sec 112 MBytes 936 Mbits/sec
[ 3] 823.0-824.0 sec 113 MBytes 945 Mbits/sec
[ 3] 824.0-825.0 sec 111 MBytes 932 Mbits/sec
[ 3] 825.0-826.0 sec 111 MBytes 933 Mbits/sec
[ 3] 826.0-827.0 sec 112 MBytes 943 Mbits/sec
[ 3] 827.0-828.0 sec 111 MBytes 931 Mbits/sec
[ 3] 828.0-829.0 sec 112 MBytes 937 Mbits/sec
[ 3] 829.0-830.0 sec 112 MBytes 938 Mbits/sec
[ 3] 830.0-831.0 sec 111 MBytes 932 Mbits/sec
[ 3] 831.0-832.0 sec 112 MBytes 941 Mbits/sec
[ 3] 832.0-833.0 sec 111 MBytes 931 Mbits/sec
[ 3] 833.0-834.0 sec 112 MBytes 936 Mbits/sec
[ 3] 834.0-835.0 sec 112 MBytes 937 Mbits/sec
[ 3] 835.0-836.0 sec 113 MBytes 945 Mbits/sec
[ 3] 836.0-837.0 sec 112 MBytes 936 Mbits/sec
[ 3] 837.0-838.0 sec 111 MBytes 929 Mbits/sec
[ 3] 838.0-839.0 sec 112 MBytes 941 Mbits/sec
[ 3] 839.0-840.0 sec 112 MBytes 937 Mbits/sec
[ 3] 840.0-841.0 sec 112 MBytes 937 Mbits/sec
[ 3] 841.0-842.0 sec 111 MBytes 933 Mbits/sec
[ 3] 842.0-843.0 sec 111 MBytes 933 Mbits/sec
[ 3] 843.0-844.0 sec 113 MBytes 945 Mbits/sec
[ 3] 844.0-845.0 sec 111 MBytes 932 Mbits/sec
[ 3] 845.0-846.0 sec 112 MBytes 938 Mbits/sec
[ 3] 846.0-847.0 sec 111 MBytes 934 Mbits/sec
[ 3] 847.0-848.0 sec 112 MBytes 942 Mbits/sec
[ 3] 848.0-849.0 sec 112 MBytes 936 Mbits/sec
[ 3] 849.0-850.0 sec 111 MBytes 929 Mbits/sec
[ 3] 850.0-851.0 sec 113 MBytes 945 Mbits/sec
[ 3] 851.0-852.0 sec 110 MBytes 927 Mbits/sec
[ 3] 852.0-853.0 sec 112 MBytes 938 Mbits/sec
[ 3] 853.0-854.0 sec 112 MBytes 942 Mbits/sec
[ 3] 854.0-855.0 sec 112 MBytes 937 Mbits/sec
[ 3] 855.0-856.0 sec 111 MBytes 929 Mbits/sec
[ 3] 856.0-857.0 sec 113 MBytes 946 Mbits/sec
[ 3] 857.0-858.0 sec 111 MBytes 930 Mbits/sec
[ 3] 858.0-859.0 sec 111 MBytes 933 Mbits/sec
[ 3] 859.0-860.0 sec 112 MBytes 936 Mbits/sec
[ 3] 860.0-861.0 sec 112 MBytes 938 Mbits/sec
[ 3] 861.0-862.0 sec 112 MBytes 938 Mbits/sec
[ 3] 862.0-863.0 sec 112 MBytes 938 Mbits/sec
[ 3] 863.0-864.0 sec 112 MBytes 935 Mbits/sec
[ 3] 864.0-865.0 sec 111 MBytes 932 Mbits/sec
[ 3] 865.0-866.0 sec 112 MBytes 944 Mbits/sec
[ 3] 866.0-867.0 sec 111 MBytes 930 Mbits/sec
[ 3] 867.0-868.0 sec 112 MBytes 940 Mbits/sec
[ 3] 868.0-869.0 sec 112 MBytes 943 Mbits/sec
[ 3] 869.0-870.0 sec 111 MBytes 930 Mbits/sec
[ 3] 870.0-871.0 sec 112 MBytes 937 Mbits/sec
[ 3] 871.0-872.0 sec 112 MBytes 943 Mbits/sec
[ 3] 872.0-873.0 sec 110 MBytes 927 Mbits/sec
[ 3] 873.0-874.0 sec 113 MBytes 946 Mbits/sec
[ 3] 874.0-875.0 sec 111 MBytes 931 Mbits/sec
[ 3] 875.0-876.0 sec 112 MBytes 943 Mbits/sec
[ 3] 876.0-877.0 sec 111 MBytes 932 Mbits/sec
[ 3] 877.0-878.0 sec 112 MBytes 935 Mbits/sec
[ 3] 878.0-879.0 sec 112 MBytes 940 Mbits/sec
[ 3] 879.0-880.0 sec 111 MBytes 931 Mbits/sec
[ 3] 880.0-881.0 sec 112 MBytes 938 Mbits/sec
[ 3] 881.0-882.0 sec 112 MBytes 942 Mbits/sec
[ 3] 882.0-883.0 sec 111 MBytes 934 Mbits/sec
[ 3] 883.0-884.0 sec 112 MBytes 936 Mbits/sec
[ 3] 884.0-885.0 sec 112 MBytes 938 Mbits/sec
[ 3] 885.0-886.0 sec 112 MBytes 936 Mbits/sec
[ 3] 886.0-887.0 sec 112 MBytes 937 Mbits/sec
[ 3] 887.0-888.0 sec 111 MBytes 933 Mbits/sec
[ 3] 888.0-889.0 sec 112 MBytes 942 Mbits/sec
[ 3] 889.0-890.0 sec 111 MBytes 931 Mbits/sec
[ 3] 890.0-891.0 sec 112 MBytes 943 Mbits/sec
[ 3] 891.0-892.0 sec 111 MBytes 928 Mbits/sec
[ 3] 892.0-893.0 sec 112 MBytes 936 Mbits/sec
[ 3] 893.0-894.0 sec 112 MBytes 941 Mbits/sec
[ 3] 894.0-895.0 sec 112 MBytes 938 Mbits/sec
[ 3] 895.0-896.0 sec 112 MBytes 938 Mbits/sec
[ 3] 896.0-897.0 sec 111 MBytes 929 Mbits/sec
[ 3] 897.0-898.0 sec 112 MBytes 940 Mbits/sec
[ 3] 898.0-899.0 sec 111 MBytes 932 Mbits/sec
[ 3] 899.0-900.0 sec 112 MBytes 942 Mbits/sec
[ 3] 900.0-901.0 sec 112 MBytes 936 Mbits/sec
[ 3] 901.0-902.0 sec 112 MBytes 941 Mbits/sec
[ 3] 902.0-903.0 sec 111 MBytes 932 Mbits/sec
[ 3] 903.0-904.0 sec 112 MBytes 936 Mbits/sec
[ 3] 904.0-905.0 sec 111 MBytes 933 Mbits/sec
[ 3] 905.0-906.0 sec 112 MBytes 941 Mbits/sec
[ 3] 906.0-907.0 sec 111 MBytes 931 Mbits/sec
[ 3] 907.0-908.0 sec 113 MBytes 947 Mbits/sec
[ 3] 908.0-909.0 sec 111 MBytes 931 Mbits/sec
[ 3] 909.0-910.0 sec 112 MBytes 943 Mbits/sec
[ 3] 910.0-911.0 sec 111 MBytes 930 Mbits/sec
[ 3] 911.0-912.0 sec 112 MBytes 938 Mbits/sec
[ 3] 912.0-913.0 sec 112 MBytes 937 Mbits/sec
[ 3] 913.0-914.0 sec 112 MBytes 935 Mbits/sec
[ 3] 914.0-915.0 sec 112 MBytes 940 Mbits/sec
[ 3] 915.0-916.0 sec 111 MBytes 931 Mbits/sec
[ 3] 916.0-917.0 sec 112 MBytes 943 Mbits/sec
[ 3] 917.0-918.0 sec 111 MBytes 931 Mbits/sec
[ 3] 918.0-919.0 sec 112 MBytes 938 Mbits/sec
[ 3] 919.0-920.0 sec 112 MBytes 937 Mbits/sec
[ 3] 920.0-921.0 sec 111 MBytes 932 Mbits/sec
[ 3] 921.0-922.0 sec 112 MBytes 940 Mbits/sec
[ 3] 922.0-923.0 sec 111 MBytes 932 Mbits/sec
[ 3] 923.0-924.0 sec 112 MBytes 937 Mbits/sec
[ 3] 924.0-925.0 sec 112 MBytes 941 Mbits/sec
[ 3] 925.0-926.0 sec 111 MBytes 933 Mbits/sec
[ 3] 926.0-927.0 sec 112 MBytes 943 Mbits/sec
[ 3] 927.0-928.0 sec 112 MBytes 937 Mbits/sec
[ 3] 928.0-929.0 sec 111 MBytes 931 Mbits/sec
[ 3] 929.0-930.0 sec 112 MBytes 938 Mbits/sec
[ 3] 930.0-931.0 sec 112 MBytes 937 Mbits/sec
[ 3] 931.0-932.0 sec 111 MBytes 930 Mbits/sec
[ 3] 932.0-933.0 sec 113 MBytes 945 Mbits/sec
[ 3] 933.0-934.0 sec 111 MBytes 930 Mbits/sec
[ 3] 934.0-935.0 sec 112 MBytes 940 Mbits/sec
[ 3] 935.0-936.0 sec 112 MBytes 940 Mbits/sec
[ 3] 936.0-937.0 sec 111 MBytes 931 Mbits/sec
[ 3] 937.0-938.0 sec 112 MBytes 942 Mbits/sec
[ 3] 938.0-939.0 sec 111 MBytes 931 Mbits/sec
[ 3] 939.0-940.0 sec 112 MBytes 937 Mbits/sec
[ 3] 940.0-941.0 sec 112 MBytes 944 Mbits/sec
[ 3] 941.0-942.0 sec 111 MBytes 928 Mbits/sec
[ 3] 942.0-943.0 sec 112 MBytes 944 Mbits/sec
[ 3] 943.0-944.0 sec 111 MBytes 929 Mbits/sec
[ 3] 944.0-945.0 sec 112 MBytes 937 Mbits/sec
[ 3] 945.0-946.0 sec 112 MBytes 942 Mbits/sec
[ 3] 946.0-947.0 sec 112 MBytes 940 Mbits/sec
[ 3] 947.0-948.0 sec 112 MBytes 936 Mbits/sec
[ 3] 948.0-949.0 sec 111 MBytes 933 Mbits/sec
[ 3] 949.0-950.0 sec 112 MBytes 937 Mbits/sec
[ 3] 950.0-951.0 sec 111 MBytes 932 Mbits/sec
[ 3] 951.0-952.0 sec 112 MBytes 942 Mbits/sec
[ 3] 952.0-953.0 sec 111 MBytes 931 Mbits/sec
[ 3] 953.0-954.0 sec 112 MBytes 944 Mbits/sec
[ 3] 954.0-955.0 sec 111 MBytes 934 Mbits/sec
[ 3] 955.0-956.0 sec 111 MBytes 931 Mbits/sec
[ 3] 956.0-957.0 sec 113 MBytes 945 Mbits/sec
[ 3] 957.0-958.0 sec 111 MBytes 931 Mbits/sec
[ 3] 958.0-959.0 sec 112 MBytes 942 Mbits/sec
[ 3] 959.0-960.0 sec 111 MBytes 934 Mbits/sec
[ 3] 960.0-961.0 sec 111 MBytes 931 Mbits/sec
[ 3] 961.0-962.0 sec 112 MBytes 937 Mbits/sec
[ 3] 962.0-963.0 sec 112 MBytes 943 Mbits/sec
[ 3] 963.0-964.0 sec 111 MBytes 931 Mbits/sec
[ 3] 964.0-965.0 sec 112 MBytes 941 Mbits/sec
[ 3] 965.0-966.0 sec 111 MBytes 934 Mbits/sec
[ 3] 966.0-967.0 sec 112 MBytes 940 Mbits/sec
[ 3] 967.0-968.0 sec 111 MBytes 930 Mbits/sec
[ 3] 968.0-969.0 sec 112 MBytes 938 Mbits/sec
[ 3] 969.0-970.0 sec 112 MBytes 938 Mbits/sec
[ 3] 970.0-971.0 sec 111 MBytes 934 Mbits/sec
[ 3] 971.0-972.0 sec 112 MBytes 942 Mbits/sec
[ 3] 972.0-973.0 sec 111 MBytes 933 Mbits/sec
[ 3] 973.0-974.0 sec 112 MBytes 943 Mbits/sec
[ 3] 974.0-975.0 sec 111 MBytes 931 Mbits/sec
[ 3] 975.0-976.0 sec 111 MBytes 933 Mbits/sec
[ 3] 976.0-977.0 sec 112 MBytes 944 Mbits/sec
[ 3] 977.0-978.0 sec 112 MBytes 940 Mbits/sec
[ 3] 978.0-979.0 sec 111 MBytes 929 Mbits/sec
[ 3] 979.0-980.0 sec 112 MBytes 942 Mbits/sec
[ 3] 980.0-981.0 sec 111 MBytes 932 Mbits/sec
[ 3] 981.0-982.0 sec 112 MBytes 940 Mbits/sec
[ 3] 982.0-983.0 sec 111 MBytes 934 Mbits/sec
[ 3] 983.0-984.0 sec 111 MBytes 932 Mbits/sec
[ 3] 984.0-985.0 sec 112 MBytes 942 Mbits/sec
[ 3] 985.0-986.0 sec 112 MBytes 943 Mbits/sec
[ 3] 986.0-987.0 sec 110 MBytes 927 Mbits/sec
[ 3] 987.0-988.0 sec 112 MBytes 942 Mbits/sec
[ 3] 988.0-989.0 sec 111 MBytes 932 Mbits/sec
[ 3] 989.0-990.0 sec 113 MBytes 945 Mbits/sec
[ 3] 990.0-991.0 sec 111 MBytes 932 Mbits/sec
[ 3] 991.0-992.0 sec 112 MBytes 937 Mbits/sec
[ 3] 992.0-993.0 sec 112 MBytes 940 Mbits/sec
[ 3] 993.0-994.0 sec 111 MBytes 933 Mbits/sec
[ 3] 994.0-995.0 sec 112 MBytes 937 Mbits/sec
[ 3] 995.0-996.0 sec 112 MBytes 936 Mbits/sec
[ 3] 996.0-997.0 sec 112 MBytes 936 Mbits/sec
[ 3] 997.0-998.0 sec 111 MBytes 930 Mbits/sec
[ 3] 998.0-999.0 sec 112 MBytes 941 Mbits/sec
[ 3] 999.0-1000.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1000.0-1001.0 sec 112 MBytes 944 Mbits/sec
[ 3] 1001.0-1002.0 sec 111 MBytes 929 Mbits/sec
[ 3] 1002.0-1003.0 sec 112 MBytes 944 Mbits/sec
[ 3] 1003.0-1004.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1004.0-1005.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1005.0-1006.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1006.0-1007.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1007.0-1008.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1008.0-1009.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1009.0-1010.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1010.0-1011.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1011.0-1012.0 sec 112 MBytes 938 Mbits/sec
[ 3] 1012.0-1013.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1013.0-1014.0 sec 112 MBytes 941 Mbits/sec
[ 3] 1014.0-1015.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1015.0-1016.0 sec 112 MBytes 936 Mbits/sec
[ 3] 1016.0-1017.0 sec 113 MBytes 947 Mbits/sec
[ 3] 1017.0-1018.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1018.0-1019.0 sec 111 MBytes 932 Mbits/sec
[ 3] 1019.0-1020.0 sec 112 MBytes 943 Mbits/sec
[ 3] 1020.0-1021.0 sec 111 MBytes 930 Mbits/sec
[ 3] 1021.0-1022.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1022.0-1023.0 sec 113 MBytes 945 Mbits/sec
[ 3] 1023.0-1024.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1024.0-1025.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1025.0-1026.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1026.0-1027.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1027.0-1028.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1028.0-1029.0 sec 111 MBytes 929 Mbits/sec
[ 3] 1029.0-1030.0 sec 111 MBytes 932 Mbits/sec
[ 3] 1030.0-1031.0 sec 112 MBytes 943 Mbits/sec
[ 3] 1031.0-1032.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1032.0-1033.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1033.0-1034.0 sec 111 MBytes 930 Mbits/sec
[ 3] 1034.0-1035.0 sec 112 MBytes 936 Mbits/sec
[ 3] 1035.0-1036.0 sec 113 MBytes 946 Mbits/sec
[ 3] 1036.0-1037.0 sec 110 MBytes 927 Mbits/sec
[ 3] 1037.0-1038.0 sec 113 MBytes 947 Mbits/sec
[ 3] 1038.0-1039.0 sec 111 MBytes 934 Mbits/sec
[ 3] 1039.0-1040.0 sec 111 MBytes 929 Mbits/sec
[ 3] 1040.0-1041.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1041.0-1042.0 sec 112 MBytes 944 Mbits/sec
[ 3] 1042.0-1043.0 sec 111 MBytes 928 Mbits/sec
[ 3] 1043.0-1044.0 sec 112 MBytes 942 Mbits/sec
[ 3] 1044.0-1045.0 sec 112 MBytes 942 Mbits/sec
[ 3] 1045.0-1046.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1046.0-1047.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1047.0-1048.0 sec 112 MBytes 938 Mbits/sec
[ 3] 1048.0-1049.0 sec 112 MBytes 938 Mbits/sec
[ 3] 1049.0-1050.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1050.0-1051.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1051.0-1052.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1052.0-1053.0 sec 112 MBytes 944 Mbits/sec
[ 3] 1053.0-1054.0 sec 111 MBytes 929 Mbits/sec
[ 3] 1054.0-1055.0 sec 112 MBytes 944 Mbits/sec
[ 3] 1055.0-1056.0 sec 111 MBytes 929 Mbits/sec
[ 3] 1056.0-1057.0 sec 112 MBytes 938 Mbits/sec
[ 3] 1057.0-1058.0 sec 112 MBytes 938 Mbits/sec
[ 3] 1058.0-1059.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1059.0-1060.0 sec 111 MBytes 929 Mbits/sec
[ 3] 1060.0-1061.0 sec 112 MBytes 940 Mbits/sec
[ 3] 1061.0-1062.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1062.0-1063.0 sec 112 MBytes 943 Mbits/sec
[ 3] 1063.0-1064.0 sec 110 MBytes 927 Mbits/sec
[ 3] 1064.0-1065.0 sec 112 MBytes 944 Mbits/sec
[ 3] 1065.0-1066.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1066.0-1067.0 sec 112 MBytes 938 Mbits/sec
[ 3] 1067.0-1068.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1068.0-1069.0 sec 112 MBytes 938 Mbits/sec
[ 3] 1069.0-1070.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1070.0-1071.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1071.0-1072.0 sec 112 MBytes 942 Mbits/sec
[ 3] 1072.0-1073.0 sec 112 MBytes 942 Mbits/sec
[ 3] 1073.0-1074.0 sec 112 MBytes 935 Mbits/sec
[ 3] 1074.0-1075.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1075.0-1076.0 sec 111 MBytes 931 Mbits/sec
[ 3] 1076.0-1077.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1077.0-1078.0 sec 112 MBytes 944 Mbits/sec
[ 3] 1078.0-1079.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1079.0-1080.0 sec 112 MBytes 941 Mbits/sec
[ 3] 1080.0-1081.0 sec 111 MBytes 933 Mbits/sec
[ 3] 1081.0-1082.0 sec 111 MBytes 932 Mbits/sec
[ 3] 1082.0-1083.0 sec 112 MBytes 942 Mbits/sec
[ 3] 1083.0-1084.0 sec 111 MBytes 930 Mbits/sec
[ 3] 1084.0-1085.0 sec 113 MBytes 945 Mbits/sec
[ 3] 1085.0-1086.0 sec 111 MBytes 930 Mbits/sec
[ 3] 1086.0-1087.0 sec 113 MBytes 945 Mbits/sec
[ 3] 1087.0-1088.0 sec 111 MBytes 932 Mbits/sec
[ 3] 1088.0-1089.0 sec 112 MBytes 941 Mbits/sec
[ 3] 1089.0-1090.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1090.0-1091.0 sec 111 MBytes 934 Mbits/sec
[ 3] 1091.0-1092.0 sec 111 MBytes 930 Mbits/sec
[ 3] 1092.0-1093.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1093.0-1094.0 sec 112 MBytes 943 Mbits/sec
[ 3] 1094.0-1095.0 sec 112 MBytes 936 Mbits/sec
[ 3] 1095.0-1096.0 sec 111 MBytes 934 Mbits/sec
[ 3] 1096.0-1097.0 sec 111 MBytes 932 Mbits/sec
[ 3] 1097.0-1098.0 sec 113 MBytes 945 Mbits/sec
[ 3] 1098.0-1099.0 sec 111 MBytes 932 Mbits/sec
[ 3] 1099.0-1100.0 sec 112 MBytes 937 Mbits/sec
[ 3] 1100.0-1101.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5100.0-5101.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5101.0-5102.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5102.0-5103.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5103.0-5104.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5104.0-5105.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5105.0-5106.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5106.0-5107.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5107.0-5108.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5108.0-5109.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5109.0-5110.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5110.0-5111.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5111.0-5112.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5112.0-5113.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5113.0-5114.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5114.0-5115.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5115.0-5116.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5116.0-5117.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5117.0-5118.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5118.0-5119.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5119.0-5120.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5120.0-5121.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5121.0-5122.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5122.0-5123.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5123.0-5124.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5124.0-5125.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5125.0-5126.0 sec 110 MBytes 927 Mbits/sec
[ 3] 5126.0-5127.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5127.0-5128.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5128.0-5129.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5129.0-5130.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5130.0-5131.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5131.0-5132.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5132.0-5133.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5133.0-5134.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5134.0-5135.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5135.0-5136.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5136.0-5137.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5137.0-5138.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5138.0-5139.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5139.0-5140.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5140.0-5141.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5141.0-5142.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5142.0-5143.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5143.0-5144.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5144.0-5145.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5145.0-5146.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5146.0-5147.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5147.0-5148.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5148.0-5149.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5149.0-5150.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5150.0-5151.0 sec 110 MBytes 926 Mbits/sec
[ 3] 5151.0-5152.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5152.0-5153.0 sec 113 MBytes 946 Mbits/sec
[ 3] 5153.0-5154.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5154.0-5155.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5155.0-5156.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5156.0-5157.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5157.0-5158.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5158.0-5159.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5159.0-5160.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5160.0-5161.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5161.0-5162.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5162.0-5163.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5163.0-5164.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5164.0-5165.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5165.0-5166.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5166.0-5167.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5167.0-5168.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5168.0-5169.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5169.0-5170.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5170.0-5171.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5171.0-5172.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5172.0-5173.0 sec 110 MBytes 927 Mbits/sec
[ 3] 5173.0-5174.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5174.0-5175.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5175.0-5176.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5176.0-5177.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5177.0-5178.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5178.0-5179.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5179.0-5180.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5180.0-5181.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5181.0-5182.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5182.0-5183.0 sec 113 MBytes 946 Mbits/sec
[ 3] 5183.0-5184.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5184.0-5185.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5185.0-5186.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5186.0-5187.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5187.0-5188.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5188.0-5189.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5189.0-5190.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5190.0-5191.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5191.0-5192.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5192.0-5193.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5193.0-5194.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5194.0-5195.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5195.0-5196.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5196.0-5197.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5197.0-5198.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5198.0-5199.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5199.0-5200.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5200.0-5201.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5201.0-5202.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5202.0-5203.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5203.0-5204.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5204.0-5205.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5205.0-5206.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5206.0-5207.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5207.0-5208.0 sec 110 MBytes 926 Mbits/sec
[ 3] 5208.0-5209.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5209.0-5210.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5210.0-5211.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5211.0-5212.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5212.0-5213.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5213.0-5214.0 sec 110 MBytes 926 Mbits/sec
[ 3] 5214.0-5215.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5215.0-5216.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5216.0-5217.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5217.0-5218.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5218.0-5219.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5219.0-5220.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5220.0-5221.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5221.0-5222.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5222.0-5223.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5223.0-5224.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5224.0-5225.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5225.0-5226.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5226.0-5227.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5227.0-5228.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5228.0-5229.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5229.0-5230.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5230.0-5231.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5231.0-5232.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5232.0-5233.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5233.0-5234.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5234.0-5235.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5235.0-5236.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5236.0-5237.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5237.0-5238.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5238.0-5239.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5239.0-5240.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5240.0-5241.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5241.0-5242.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5242.0-5243.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5243.0-5244.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5244.0-5245.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5245.0-5246.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5246.0-5247.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5247.0-5248.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5248.0-5249.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5249.0-5250.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5250.0-5251.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5251.0-5252.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5252.0-5253.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5253.0-5254.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5254.0-5255.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5255.0-5256.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5256.0-5257.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5257.0-5258.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5258.0-5259.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5259.0-5260.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5260.0-5261.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5261.0-5262.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5262.0-5263.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5263.0-5264.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5264.0-5265.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5265.0-5266.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5266.0-5267.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5267.0-5268.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5268.0-5269.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5269.0-5270.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5270.0-5271.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5271.0-5272.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5272.0-5273.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5273.0-5274.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5274.0-5275.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5275.0-5276.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5276.0-5277.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5277.0-5278.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5278.0-5279.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5279.0-5280.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5280.0-5281.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5281.0-5282.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5282.0-5283.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5283.0-5284.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5284.0-5285.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5285.0-5286.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5286.0-5287.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5287.0-5288.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5288.0-5289.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5289.0-5290.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5290.0-5291.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5291.0-5292.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5292.0-5293.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5293.0-5294.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5294.0-5295.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5295.0-5296.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5296.0-5297.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5297.0-5298.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5298.0-5299.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5299.0-5300.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5300.0-5301.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5301.0-5302.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5302.0-5303.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5303.0-5304.0 sec 110 MBytes 927 Mbits/sec
[ 3] 5304.0-5305.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5305.0-5306.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5306.0-5307.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5307.0-5308.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5308.0-5309.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5309.0-5310.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5310.0-5311.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5311.0-5312.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5312.0-5313.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5313.0-5314.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5314.0-5315.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5315.0-5316.0 sec 110 MBytes 927 Mbits/sec
[ 3] 5316.0-5317.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5317.0-5318.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5318.0-5319.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5319.0-5320.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5320.0-5321.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5321.0-5322.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5322.0-5323.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5323.0-5324.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5324.0-5325.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5325.0-5326.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5326.0-5327.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5327.0-5328.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5328.0-5329.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5329.0-5330.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5330.0-5331.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5331.0-5332.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5332.0-5333.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5333.0-5334.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5334.0-5335.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5335.0-5336.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5336.0-5337.0 sec 110 MBytes 926 Mbits/sec
[ 3] 5337.0-5338.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5338.0-5339.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5339.0-5340.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5340.0-5341.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5341.0-5342.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5342.0-5343.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5343.0-5344.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5344.0-5345.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5345.0-5346.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5346.0-5347.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5347.0-5348.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5348.0-5349.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5349.0-5350.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5350.0-5351.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5351.0-5352.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5352.0-5353.0 sec 111 MBytes 930 Mbits/sec
[ 3] 5353.0-5354.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5354.0-5355.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5355.0-5356.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5356.0-5357.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5357.0-5358.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5358.0-5359.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5359.0-5360.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5360.0-5361.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5361.0-5362.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5362.0-5363.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5363.0-5364.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5364.0-5365.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5365.0-5366.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5366.0-5367.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5367.0-5368.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5368.0-5369.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5369.0-5370.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5370.0-5371.0 sec 111 MBytes 932 Mbits/sec
[ 3] 5371.0-5372.0 sec 113 MBytes 945 Mbits/sec
[ 3] 5372.0-5373.0 sec 111 MBytes 933 Mbits/sec
[ 3] 5373.0-5374.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5374.0-5375.0 sec 110 MBytes 927 Mbits/sec
[ 3] 5375.0-5376.0 sec 113 MBytes 946 Mbits/sec
[ 3] 5376.0-5377.0 sec 110 MBytes 927 Mbits/sec
[ 3] 5377.0-5378.0 sec 113 MBytes 946 Mbits/sec
[ 3] 5378.0-5379.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5379.0-5380.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5380.0-5381.0 sec 112 MBytes 935 Mbits/sec
[ 3] 5381.0-5382.0 sec 112 MBytes 936 Mbits/sec
[ 3] 5382.0-5383.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5383.0-5384.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5384.0-5385.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5385.0-5386.0 sec 112 MBytes 941 Mbits/sec
[ 3] 5386.0-5387.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5387.0-5388.0 sec 111 MBytes 929 Mbits/sec
[ 3] 5388.0-5389.0 sec 112 MBytes 937 Mbits/sec
[ 3] 5389.0-5390.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5390.0-5391.0 sec 112 MBytes 938 Mbits/sec
[ 3] 5391.0-5392.0 sec 111 MBytes 934 Mbits/sec
[ 3] 5392.0-5393.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5393.0-5394.0 sec 112 MBytes 942 Mbits/sec
[ 3] 5394.0-5395.0 sec 112 MBytes 943 Mbits/sec
[ 3] 5395.0-5396.0 sec 111 MBytes 928 Mbits/sec
[ 3] 5396.0-5397.0 sec 112 MBytes 944 Mbits/sec
[ 3] 5397.0-5398.0 sec 111 MBytes 931 Mbits/sec
[ 3] 5398.0-5399.0 sec 112 MBytes 940 Mbits/sec
[ 3] 5399.0-5400.0 sec 111 MBytes 932 Mbits/sec
[ 3] 0.0-5400.0 sec 589 GBytes 937 Mbits/sec
rootroot@rootroot-X99-Turbo:~$
[END] 2025/8/14 13:54:43