-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Device Information | 设备信息
- SOC: S912
- Model: TX3 Mini
Armbian Version | 系统版本
- Kernel Version: 5.15.138
- Release: 2023.11.12
Describe the bug | 问题描述
I have a Tanix TX3 Mini (S912)
Using FDT meson-gxm-q201.dtb
Wifi working very well but Ethernet not working.
What do I need to do?
Thank you!
dmesg result:
root@armbian:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.15.138-ophub (root@fv-az842-289) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) 13.2.1 20231009, GNU ld (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) 2.41.0.20231009) #1 SMP PREEMPT Sat Nov 11 23:30:04 EST 2023
[ 0.000000] Machine model: Amlogic Meson GXM (S912) Q201 Development Board
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000062c00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000000ffffff]
[ 0.000000] node 0: [mem 0x0000000001000000-0x0000000004ffffff]
[ 0.000000] node 0: [mem 0x0000000005000000-0x00000000072fffff]
[ 0.000000] node 0: [mem 0x0000000007300000-0x000000000fffffff]
[ 0.000000] node 0: [mem 0x0000000010000000-0x00000000101fffff]
[ 0.000000] node 0: [mem 0x0000000010200000-0x000000007fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] percpu: Embedded 19 pages/cpu s37784 r8192 d31848 u77824
[ 0.000000] pcpu-alloc: s37784 r8192 d31848 u77824 alloc=19*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: root=UUID=edcd2ec2-74c9-48e7-b341-5acca4bf14dc rootflags=data=writeback rw rootfstype=ext4 console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 max_loop=128 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 mac=06:42:00:82:51:79
[ 0.000000] Unknown kernel command line parameters "cgroup_enable=memory cgroup_memory=1 mac=06:42:00:82:51:79", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1699568K/2097152K available (15488K kernel code, 2746K rwdata, 4884K rodata, 3776K init, 891K bss, 135440K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_meson_gpio: 110 to 8 gpio interrupt mux initialized
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000579] Console: colour dummy device 80x25
[ 0.000942] printk: console [tty0] enabled
[ 0.000988] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[ 0.001011] pid_max: default: 32768 minimum: 301
[ 0.001256] LSM: Security Framework initializing
[ 0.001347] SELinux: Initializing.
[ 0.001623] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001649] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.004445] rcu: Hierarchical SRCU implementation.
[ 0.005990] EFI services will not be available.
[ 0.006738] smp: Bringing up secondary CPUs ...
[ 0.007435] Detected VIPT I-cache on CPU1
[ 0.007509] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.008316] Detected VIPT I-cache on CPU2
[ 0.008376] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.009085] Detected VIPT I-cache on CPU3
[ 0.009139] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.009916] Detected VIPT I-cache on CPU4
[ 0.009988] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 0.010698] Detected VIPT I-cache on CPU5
[ 0.010730] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 0.011439] Detected VIPT I-cache on CPU6
[ 0.011471] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 0.012142] Detected VIPT I-cache on CPU7
[ 0.012173] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 0.012279] smp: Brought up 1 node, 8 CPUs
[ 0.012404] SMP: Total of 8 processors activated.
[ 0.012416] CPU features: detected: 32-bit EL0 Support
[ 0.012426] CPU features: detected: 32-bit EL1 Support
[ 0.012438] CPU features: detected: CRC32 instructions
[ 0.013462] CPU: All CPU(s) started at EL2
[ 0.013514] alternatives: patching kernel code
[ 0.015306] devtmpfs: initialized
[ 0.024381] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.024434] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.031585] prandom: seed boundary self test passed
[ 0.033102] prandom: 100 self tests passed
[ 0.055164] prandom32: self test passed (less than 6 bits correlated)
[ 0.055223] pinctrl core: initialized pinctrl subsystem
[ 0.055870] DMI not present or invalid.
[ 0.056410] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.058968] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.059421] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.059672] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.059775] audit: initializing netlink subsys (disabled)
[ 0.060068] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[ 0.061327] thermal_sys: Registered thermal governor 'step_wise'
[ 0.061718] cpuidle: using governor ladder
[ 0.061935] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.062159] ASID allocator initialised with 65536 entries
[ 0.062364] Serial: AMBA PL011 UART driver
[ 0.080979] platform c883a000.hdmi-tx: Fixing up cyclic dependency with d0100000.vpu
[ 0.085479] platform cvbs-connector: Fixing up cyclic dependency with d0100000.vpu
[ 0.085755] platform hdmi-connector: Fixing up cyclic dependency with c883a000.hdmi-tx
[ 0.095838] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.095867] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.095881] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.095893] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 1.891626] cryptd: max_cpu_qlen set to 1000
[ 1.895918] "cryptomgr_test" (115) uses obsolete ecb(arc4) skcipher
[ 1.910941] alg: No test for 842 (842-generic)
[ 1.911140] alg: No test for 842 (842-scomp)
[ 2.026507] DRBG: Continuing without Jitter RNG
[ 2.126339] raid6: neonx8 gen() 2205 MB/s
[ 2.183086] raid6: neonx8 xor() 1598 MB/s
[ 2.239850] raid6: neonx4 gen() 2159 MB/s
[ 2.296594] raid6: neonx4 xor() 1523 MB/s
[ 2.353361] raid6: neonx2 gen() 2062 MB/s
[ 2.410133] raid6: neonx2 xor() 1412 MB/s
[ 2.466850] raid6: neonx1 gen() 1775 MB/s
[ 2.523575] raid6: neonx1 xor() 1211 MB/s
[ 2.580314] raid6: int64x8 gen() 1413 MB/s
[ 2.637041] raid6: int64x8 xor() 739 MB/s
[ 2.693764] raid6: int64x4 gen() 1571 MB/s
[ 2.750506] raid6: int64x4 xor() 816 MB/s
[ 2.807226] raid6: int64x2 gen() 1400 MB/s
[ 2.863970] raid6: int64x2 xor() 747 MB/s
[ 2.920693] raid6: int64x1 gen() 1038 MB/s
[ 2.977419] raid6: int64x1 xor() 517 MB/s
[ 2.977430] raid6: using algorithm neonx8 gen() 2205 MB/s
[ 2.977441] raid6: .... xor() 1598 MB/s, rmw enabled
[ 2.977451] raid6: using neon recovery algorithm
[ 2.978242] fbcon: Taking over console
[ 2.978297] ACPI: Interpreter disabled.
[ 2.980386] iommu: Default domain type: Translated
[ 2.980416] iommu: DMA domain TLB invalidation policy: strict mode
[ 2.980847] vgaarb: loaded
[ 2.981577] SCSI subsystem initialized
[ 2.981823] usbcore: registered new interface driver usbfs
[ 2.981870] usbcore: registered new interface driver hub
[ 2.981933] usbcore: registered new device driver usb
[ 2.982478] mc: Linux media interface: v0.10
[ 2.982523] videodev: Linux video capture interface: v2.00
[ 2.982811] EDAC MC: Ver: 3.0.0
[ 2.984044] Advanced Linux Sound Architecture Driver Initialized.
[ 2.985347] clocksource: Switched to clocksource arch_sys_counter
[ 2.985724] VFS: Disk quotas dquot_6.6.0
[ 2.985824] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.986018] FS-Cache: Loaded
[ 2.986586] pnp: PnP ACPI: disabled
[ 2.994136] NET: Registered PF_INET protocol family
[ 2.994358] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 2.995707] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 2.995829] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 2.995856] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 2.995974] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 2.996182] TCP: Hash tables configured (established 16384 bind 16384)
[ 2.996506] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[ 2.996618] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 2.996674] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 2.996946] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 2.996986] NET: Registered PF_XDP protocol family
[ 2.997006] PCI: CLS 0 bytes, default 64
[ 2.997349] Trying to unpack rootfs image as initramfs...
[ 3.006547] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 3.007139] kvm [1]: IPA Size Limit: 40 bits
[ 3.008171] kvm [1]: vgic interrupt IRQ9
[ 3.008457] kvm [1]: Hyp mode initialized successfully
[ 3.740992] Freeing initrd memory: 16496K
[ 4.035490] Initialise system trusted keyrings
[ 4.035824] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 4.042866] zbud: loaded
[ 4.044611] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 4.045219] fuse: init (API version 7.34)
[ 4.045802] SGI XFS with ACLs, security attributes, quota, no debug enabled
[ 4.086245] NET: Registered PF_ALG protocol family
[ 4.147755] xor: measuring software checksum speed
[ 4.151944] 8regs : 2366 MB/sec
[ 4.155483] 32regs : 2802 MB/sec
[ 4.160294] arm64_neon : 2060 MB/sec
[ 4.160305] xor: using function: 32regs (2802 MB/sec)
[ 4.160322] Key type asymmetric registered
[ 4.160333] Asymmetric key parser 'x509' registered
[ 4.160453] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 4.160644] io scheduler mq-deadline registered
[ 4.160660] io scheduler kyber registered
[ 4.160879] io scheduler bfq registered
[ 4.188161] soc soc0: Amlogic Meson GXM (S912) Revision 22:b (82:2) Detected
[ 4.190685] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[ 4.192885] Serial: AMBA driver
[ 4.193326] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 22, base_baud = 1500000) is a meson_uart
[ 5.246864] printk: console [ttyAML0] enabled
[ 5.262046] brd: module loaded
[ 5.335038] loop: module loaded
[ 5.342626] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.343547] ehci-pci: EHCI PCI platform driver
[ 5.348028] ehci-platform: EHCI generic platform driver
[ 5.353751] usbcore: registered new interface driver cdc_wdm
[ 5.358767] usbcore: registered new interface driver usb-storage
[ 5.365244] mousedev: PS/2 mouse device common for all mice
[ 5.371324] SPI driver rmi4_spi has no spi_device_id for syna,rmi4-spi
[ 5.377546] meson-vrtc c81000a8.rtc: registered as rtc0
[ 5.381868] meson-vrtc c81000a8.rtc: setting system clock to 1970-01-01T00:00:05 UTC (5)
[ 5.390450] i2c_dev: i2c /dev entries driver
[ 5.396567] Registered IR keymap rc-cec
[ 5.397992] rc rc0: meson_ao_cec as /devices/platform/soc/c8100000.bus/c8100100.cec/rc/rc0
[ 5.406247] input: meson_ao_cec as /devices/platform/soc/c8100000.bus/c8100100.cec/rc/rc0/input0
[ 5.418604] sdhci: Secure Digital Host Controller Interface driver
[ 5.420920] sdhci: Copyright(c) Pierre Ossman
[ 5.425217] Synopsys Designware Multimedia Card Interface Driver
[ 5.432149] sdhci-pltfm: SDHCI platform and OF driver helper
[ 5.432924] meson-gx-mmc d0072000.mmc: Got CD GPIO
[ 5.433229] meson-gx-mmc d0074000.mmc: allocated mmc-pwrseq
[ 5.439218] meson-sm: secure-monitor enabled
[ 5.453733] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 5.459185] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 5.471197] hid: raw HID events driver (C) Jiri Kosina
[ 5.472042] usbcore: registered new interface driver usbhid
[ 5.475353] gpio irq setup: hwirq: 0x3A irqfirst: 0x34 irqlast: 0x3A pin[48]
[ 5.477401] usbhid: USB HID core driver
[ 5.484685] genirq: Setting trigger mode 3 for irq 41 failed (meson_gpio_irq_set_type+0x0/0xf4)
[ 5.488695] platform-mhu c883c404.mailbox: Platform MHU Mailbox registered
[ 5.512871] Initializing XFRM netlink socket
[ 5.513595] NET: Registered PF_INET6 protocol family
[ 5.536232] mmc1: new high speed SDHC card at address 0001
[ 5.537298] mmcblk1: mmc1:0001 SD16G 29.1 GiB
[ 5.543151] mmcblk1: p1 p2
[ 5.571688] Segment Routing with IPv6
[ 5.571740] RPL Segment Routing with IPv6
[ 5.573787] In-situ OAM (IOAM) with IPv6
[ 5.577794] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 5.584549] NET: Registered PF_PACKET protocol family
[ 5.588521] NET: Registered PF_KEY protocol family
[ 5.592807] mmc2: new HS200 MMC card at address 0001
[ 5.593409] 8021q: 802.1Q VLAN Support v1.8
[ 5.599196] mmcblk2: mmc2:0001 HAG2e\x05 14.7 GiB
[ 5.602974] registered taskstats version 1
[ 5.609791] mmcblk2boot0: mmc2:0001 HAG2e\x05 4.00 MiB
[ 5.610848] Loading compiled-in X.509 certificates
[ 5.617590] mmcblk2boot1: mmc2:0001 HAG2e\x05 4.00 MiB
[ 5.625624] zswap: loaded using pool zstd/zbud
[ 5.626956] mmcblk2rpmb: mmc2:0001 HAG2e\x05 4.00 MiB, chardev (240:0)
[ 5.630475] Key type .fscrypt registered
[ 5.639913] Key type fscrypt-provisioning registered
[ 5.645940] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[ 5.682623] meson-drm d0100000.vpu: Queued 3 outputs on vpu
[ 5.712086] meson-dw-hdmi c883a000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
[ 5.716893] meson-dw-hdmi c883a000.hdmi-tx: registered DesignWare HDMI I2C bus driver
[ 5.724905] meson-drm d0100000.vpu: bound c883a000.hdmi-tx (ops 0xffffffc00a1122c8)
[ 5.732482] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu on minor 0
[ 6.064158] [drm] kms: can't enable cloning when we probably wanted to.
[ 6.337395] Console: switching to colour frame buffer device 240x67
[ 6.372925] meson-drm d0100000.vpu: [drm] fb0: mesondrmfb frame buffer device
[ 6.382538] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[ 6.386559] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[ 6.392830] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[ 6.399797] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[ 6.405715] meson8b-dwmac c9410000.ethernet: DWMAC1000
[ 6.410876] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[ 6.418291] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[ 6.425711] meson8b-dwmac c9410000.ethernet: COE Type 2
[ 6.430883] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[ 6.437869] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[ 6.444252] meson8b-dwmac c9410000.ethernet: Normal descriptors
[ 6.450117] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[ 6.455896] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.467300] dwc3-meson-g12a d0078080.usb: USB2 ports: 3
[ 6.469021] dwc3-meson-g12a d0078080.usb: USB3 ports: 0
[ 6.479845] dwc2 c9100000.usb: supply vusb_d not found, using dummy regulator
[ 6.481591] dwc2 c9100000.usb: supply vusb_a not found, using dummy regulator
[ 6.500222] dwc2 c9100000.usb: dwc2_core_reset: HANG! Soft Reset timeout GRSTCTL_CSFTRST
[ 6.502769] dwc2: probe of c9100000.usb failed with error -16
[ 6.572827] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 6.573196] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
[ 6.580564] xhci-hcd xhci-hcd.3.auto: hcc params 0x0228f664 hci version 0x100 quirks 0x0000000002010010
[ 6.589758] xhci-hcd xhci-hcd.3.auto: irq 43, io mem 0xc9000000
[ 6.595802] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 6.601194] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
[ 6.608592] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[ 6.615224] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 6.623240] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.630398] usb usb1: Product: xHCI Host Controller
[ 6.635227] usb usb1: Manufacturer: Linux 5.15.138-ophub xhci-hcd
[ 6.641264] usb usb1: SerialNumber: xhci-hcd.3.auto
[ 6.646636] hub 1-0:1.0: USB hub found
[ 6.649841] hub 1-0:1.0: 3 ports detected
[ 6.654327] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 6.661910] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 6.669988] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.677245] usb usb2: Product: xHCI Host Controller
[ 6.681975] usb usb2: Manufacturer: Linux 5.15.138-ophub xhci-hcd
[ 6.688031] usb usb2: SerialNumber: xhci-hcd.3.auto
[ 6.693381] hub 2-0:1.0: USB hub found
[ 6.696584] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ 6.708311] scpi_protocol scpi: SCP Protocol legacy pre-1.0 firmware
[ 6.708760] meson-gx-mmc d0070000.mmc: allocated mmc-pwrseq
[ 6.756470] ALSA device list:
[ 6.760280] No soundcards found.
[ 6.767229] Freeing unused kernel memory: 3776K
[ 6.788775] Run /init as init process
[ 6.794964] with arguments:
[ 6.794971] /init
[ 6.794975] with environment:
[ 6.794979] HOME=/
[ 6.794983] TERM=linux
[ 6.794986] cgroup_enable=memory
[ 6.794990] cgroup_memory=1
[ 6.794994] mac=06:42:00:82:51:79
[ 6.843293] mmc0: new high speed SDIO card at address 0001
[ 6.912047] usb 1-1: new full-speed USB device number 2 using xhci-hcd
[ 7.061351] usb 1-1: New USB device found, idVendor=25a7, idProduct=fa70, bcdDevice= 2.01
[ 7.067370] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.074396] usb 1-1: Product: 2.4G Wireless Receiver
[ 7.079327] usb 1-1: Manufacturer: Compx
[ 7.099134] input: Compx 2.4G Wireless Receiver as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.3.auto/usb1/1-1/1-1:1.0/0003:25A7:FA70.0001/input/input1
[ 7.170121] hid-generic 0003:25A7:FA70.0001: input,hidraw0: USB HID v1.10 Keyboard [Compx 2.4G Wireless Receiver] on usb-xhci-hcd.3.auto-1/input0
[ 7.189555] input: Compx 2.4G Wireless Receiver Mouse as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.3.auto/usb1/1-1/1-1:1.1/0003:25A7:FA70.0002/input/input2
[ 7.204069] input: Compx 2.4G Wireless Receiver as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.3.auto/usb1/1-1/1-1:1.1/0003:25A7:FA70.0002/input/input3
[ 7.217738] input: Compx 2.4G Wireless Receiver Keyboard as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.3.auto/usb1/1-1/1-1:1.1/0003:25A7:FA70.0002/input/input4
[ 7.290081] hid-generic 0003:25A7:FA70.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [Compx 2.4G Wireless Receiver] on usb-xhci-hcd.3.auto-1/input1
[ 8.264368] EXT4-fs (mmcblk1p2): mounted filesystem with writeback data mode. Opts: data=writeback. Quota mode: none.
[ 9.318749] systemd[1]: System time before build time, advancing clock.
[ 9.649546] systemd[1]: systemd 252.5-2ubuntu3.2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 9.679236] systemd[1]: Detected architecture arm64.
[ 9.684085] systemd[1]: Detected first boot.
[ 9.700866] systemd[1]: Hostname set to .
[ 9.711410] systemd[1]: Initializing machine ID from random generator.
[ 12.394431] systemd[1]: Populated /etc with preset unit settings.
[ 12.882427] systemd[1]: Queued start job for default target graphical.target.
[ 12.895223] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 12.901708] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 12.914287] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 12.924954] systemd[1]: Created slice user.slice - User and Session Slice.
[ 12.931156] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 12.943108] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 12.957993] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 12.970334] systemd[1]: Reached target slices.target - Slice Units.
[ 12.976987] systemd[1]: Reached target swap.target - Swaps.
[ 12.983190] systemd[1]: Reached target time-set.target - System Time Set.
[ 12.990461] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 13.033041] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 13.042754] systemd[1]: Listening on syslog.socket - Syslog Socket.
[ 13.049824] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 13.058999] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 13.072936] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 13.080657] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 13.090829] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 13.097727] systemd[1]: systemd-networkd.socket: Socket service systemd-networkd.service not loaded, refusing.
[ 13.097784] systemd[1]: Failed to listen on systemd-networkd.socket - Network Service Netlink Socket.
[ 13.124012] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 13.133087] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 13.148062] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 13.165611] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 13.190776] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 13.220371] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 13.221699] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 13.230359] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 13.289056] systemd[1]: Starting ifupdown-wait-online.service - Wait for network to be configured by ifupdown...
[ 13.316696] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 13.344643] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 13.370121] systemd[1]: Starting [email protected] - Load Kernel Module configfs...
[ 13.393133] systemd[1]: Starting [email protected] - Load Kernel Module drm...
[ 13.407693] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 13.422238] systemd[1]: Starting [email protected] - Load Kernel Module fuse...
[ 13.430688] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 13.439351] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 13.466751] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[ 13.492508] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 13.502335] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 13.508433] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 13.538148] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 13.546973] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 13.560831] EXT4-fs (mmcblk1p2): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
[ 13.577928] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 13.594441] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 13.611262] systemd[1]: Finished ifupdown-wait-online.service - Wait for network to be configured by ifupdown.
[ 13.629983] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 13.649774] systemd[1]: [email protected]: Deactivated successfully.
[ 13.650709] systemd[1]: Finished [email protected] - Load Kernel Module configfs.
[ 13.678548] systemd[1]: [email protected]: Deactivated successfully.
[ 13.679708] systemd[1]: Finished [email protected] - Load Kernel Module drm.
[ 13.703923] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 13.704972] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 13.730828] systemd[1]: [email protected]: Deactivated successfully.
[ 13.732223] systemd[1]: Finished [email protected] - Load Kernel Module fuse.
[ 13.763041] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 13.781262] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.
[ 13.800784] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 13.819443] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 13.837398] systemd[1]: Reached target network-pre.target - Preparation for Network.
[ 13.857755] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 13.872898] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 13.884808] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 13.892770] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 13.921608] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 13.937505] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 13.956288] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 13.966054] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 13.996980] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[ 14.010788] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[ 14.030317] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 14.098252] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[ 14.110122] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[ 14.135687] systemd[1]: Mounting tmp.mount - /tmp...
[ 14.147692] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[ 14.161913] systemd[1]: Mounted tmp.mount - /tmp.
[ 14.338300] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ 14.356357] systemd[1]: Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown...
[ 14.371204] systemd[1]: Finished ifupdown-pre.service - Helper to synchronize boot up for ifupdown.
[ 14.538551] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
[ 14.549733] systemd[1]: plymouth-start.service - Show Plymouth Boot Screen was skipped because of an unmet condition check (ConditionKernelCommandLine=splash).
[ 14.550000] systemd[1]: bootsplash-ask-password-console.path - Dispatch Password Requests to Console Directory Watch when bootsplash is active was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/platform/bootsplash.0/enabled).
[ 14.550366] systemd[1]: systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch was skipped because of an unmet condition check (ConditionKernelCommandLine=splash).
[ 14.550557] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 14.637779] systemd[1]: Reached target paths.target - Path Units.
[ 14.877607] systemd[1]: Found device dev-ttyAML0.device - /dev/ttyAML0.
[ 14.925680] systemd[1]: Found device dev-disk-by\x2dlabel-BOOT.device - /dev/disk/by-label/BOOT.
[ 14.964994] systemd[1]: Starting systemd-fsck@dev-disk-by\x2dlabel-BOOT.service - File System Check on /dev/disk/by-label/BOOT...
[ 15.022980] systemd[1]: Started systemd-fsckd.service - File System Check Daemon to report status.
[ 15.065388] random: crng init done
[ 15.186902] debugfs: Directory 'c1105400.audio-controller' with parent 'P230-Q200' already present!
[ 15.191559] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed.
[ 15.196415] debugfs: Directory 'c1105400.audio-controller' with parent 'P230-Q200' already present!
[ 15.197149] Registered IR keymap rc-empty
[ 15.197321] rc rc1: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc1
[ 15.197702] rc rc1: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[ 15.197955] input: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc1/input5
[ 15.198850] meson-ir c8100580.ir: receiver initialized
[ 15.254149] systemd[1]: Reached target first-boot-complete.target - First Boot Complete.
[ 15.323909] panfrost d00c0000.gpu: clock rate = 24000000
[ 15.332205] panfrost d00c0000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
[ 15.345756] panfrost d00c0000.gpu: mali-t820 id 0x820 major 0x1 minor 0x0 status 0x0
[ 15.355864] panfrost d00c0000.gpu: features: 00000000,101e76ff, issues: 00000000,24040400
[ 15.366295] panfrost d00c0000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[ 15.380296] panfrost d00c0000.gpu: shader_present=0x7 l2_present=0x1
[ 15.400242] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[ 15.416728] [drm] Initialized panfrost 1.2.0 20180908 for d00c0000.gpu on minor 1
[ 15.482281] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 15.656677] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 15.719931] brcmfmac: F1 signature read @0x18000000=0x16044330
[ 15.734962] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4330-sdio for chip BCM4330/4
[ 15.737209] systemd[1]: Finished systemd-fsck@dev-disk-by\x2dlabel-BOOT.service - File System Check on /dev/disk/by-label/BOOT.
[ 15.748582] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4330-sdio.amlogic,q201.bin failed with error -2
[ 15.782969] systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
[ 15.783839] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4330-sdio.amlogic,q201.txt failed with error -2
[ 15.802476] systemd[1]: Mounting boot.mount - /boot...
[ 15.940016] systemd[1]: Mounted boot.mount - /boot.
[ 15.947712] systemd[1]: Reached target local-fs.target - Local File Systems.
[ 15.974847] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config...
[ 15.994011] systemd[1]: Starting console-setup.service - Set console font and keymap...
[ 16.017503] systemd[1]: Starting networking.service - Raise network interfaces...
[ 16.040121] systemd[1]: Starting plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data...
[ 16.074407] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
[ 16.097071] systemd[1]: Starting systemd-machine-id-commit.service - Commit a transient machine-id on disk...
[ 16.116308] systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.
[ 16.127275] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 682 (systemd-binfmt)
[ 16.166756] systemd[1]: Received SIGRTMIN+20 from PID 403 (plymouthd).
[ 16.181535] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
[ 16.242601] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4330-sdio for chip BCM4330/4
[ 16.254215] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[ 16.258535] systemd[1]: Finished plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data.
[ 16.295934] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4330/4 wl0: Jan 6 2014 15:11:29 version 5.90.195.89.13 FWID 01-72f124c5
[ 16.300387] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
[ 16.347403] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
[ 16.381082] systemd[1]: etc-machine\x2did.mount: Deactivated successfully.
[ 16.392920] systemd[1]: Finished systemd-machine-id-commit.service - Commit a transient machine-id on disk.
[ 16.535879] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 184
[ 16.546686] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 188
[ 16.562165] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 192
[ 16.572778] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 196
[ 16.584756] zram: Added device: zram0
[ 16.588766] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 200
[ 16.591179] zram: Added device: zram1
[ 16.600259] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 204
[ 16.606986] zram: Added device: zram2
[ 16.615775] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 208
[ 16.615791] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 212
[ 16.615798] ieee80211 phy0: brcmf_construct_chaninfo: Ignoring unexpected firmware channel 216
[ 16.670746] usbcore: registered new interface driver brcmfmac
[ 16.875958] zram0: detected capacity change from 0 to 1981984
[ 16.931756] Adding 990988k swap on /dev/zram0. Priority:5 extents:1 across:990988k SSFS
[ 17.230438] zram1: detected capacity change from 0 to 102400
[ 17.234385] systemd[1]: Finished networking.service - Raise network interfaces.
[ 17.456072] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
[ 17.503942] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config.
[ 17.576912] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging...
[ 17.620528] systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status...
[ 17.681062] systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status.
[ 17.718597] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none.
[ 17.720074] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 17.756129] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 17.766431] systemd[1]: plymouth-start.service - Show Plymouth Boot Screen was skipped because of an unmet condition check (ConditionKernelCommandLine=splash).
[ 17.766900] systemd[1]: bootsplash-ask-password-console.path - Dispatch Password Requests to Console Directory Watch when bootsplash is active was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/platform/bootsplash.0/enabled).
[ 17.767492] systemd[1]: systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch was skipped because of an unmet condition check (ConditionKernelCommandLine=splash).
[ 17.768220] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 17.769157] systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.
[ 17.788463] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 17.875936] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 17.899752] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 20.770138] systemd[1]: Finished console-setup.service - Set console font and keymap.
[ 21.025430] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging.
[ 21.047258] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 21.237683] systemd[1]: Started systemd-journald.service - Journal Service.
[ 21.290928] systemd-journald[1190]: Received client request to flush runtime journal.
[ 21.463755] RPC: Registered named UNIX socket transport module.
[ 21.471456] RPC: Registered udp transport module.
[ 21.478728] RPC: Registered tcp transport module.
[ 21.486021] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 27.739571] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 27.811797] meson8b-dwmac c9410000.ethernet eth0: PHY [0.e40908ff:08] driver [Meson GXL Internal PHY] (irq=44)
[ 29.345412] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[ 29.357657] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[ 29.367291] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rmii link mode
[ 31.762065] ieee80211 phy0: brcmf_p2p_create_p2pdev: timeout occurred
[ 31.773927] ieee80211 phy0: brcmf_cfg80211_add_iface: add iface p2p-dev-wlan0 type 10 failed: err=-5
[ 69.288314] EXT4-fs (mmcblk1p2): resizing filesystem from 655360 to 7566848 blocks
[ 70.086039] EXT4-fs (mmcblk1p2): resized filesystem to 7566848
[ 146.351771] systemd-journald[1190]: Data hash table of /run/log/journal/4505b224a4224458a1f7b8b406d3897d/system.journal has a fill level at 75.1 (3309 of 4408 items, 2539520 file size, 767 bytes per hash table item), suggesting rotation.
[ 146.367645] systemd-journald[1190]: /run/log/journal/4505b224a4224458a1f7b8b406d3897d/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 148.806726] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready