I boot up OK and initially have video (I assume using the EFI framebuffer)
About midway through booting I lose video. The system isnt hanging, I can ssh into it, no problem and if I have something connected to the serial console, it doesn't throw any errors that I can tell.
Console info:
Code: Select all
Booting /EFI\gentoo\grubaa64.efi
Welcome to GRUB!
EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.19.0-g3d7cb6b04c3f (root@potatopitoo) (gcc (Gentoo 11.3.1_p20221209 p3) 11.3.1 20221209, GNU ld (Gentoo 2.39 p5) 2.39.0) #4 SMP PREEMPT Sat Feb 11 23:56:40 CST 2023
[ 0.000000] Machine model: Libre Computer AML-S905X-CC
[ 0.000000] efi: EFI v2.90 by Das U-Boot
[ 0.000000] efi: ESRT=0x7ae46040 RTPROP=0x7ae48040 SMBIOS=0x7ae4a000 RNG=0x5a368040 MEMRESERVE=0x5a367040
[ 0.000000] efi: seeding entropy pool
[ 0.000000] random: crng init done
[ 0.000000] esrt: Reserving ESRT space from 0x000000007ae46040 to 0x000000007ae46078.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000006ac00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x7f3f4b40-0x7f3f6fff]
[ 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-0x000000005a367fff]
[ 0.000000] node 0: [mem 0x000000005a368000-0x000000005a368fff]
[ 0.000000] node 0: [mem 0x000000005a369000-0x000000007ae47fff]
[ 0.000000] node 0: [mem 0x000000007ae48000-0x000000007ae48fff]
[ 0.000000] node 0: [mem 0x000000007ae49000-0x000000007ae49fff]
[ 0.000000] node 0: [mem 0x000000007ae4a000-0x000000007ae50fff]
[ 0.000000] node 0: [mem 0x000000007ae51000-0x000000007de7ffff]
[ 0.000000] node 0: [mem 0x000000007de80000-0x000000007de8ffff]
[ 0.000000] node 0: [mem 0x000000007de90000-0x000000007f806fff]
[ 0.000000] node 0: [mem 0x000000007f807000-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 20 pages/cpu s44520 r8192 d29208 u81920
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-5.19.0-g3d7cb6b04c3f root=UUID=56a6f99d-85ec-4baa-83d8-4ffee9c8ad08 ro video=mesondrmfb:1920x1080
[ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-5.19.0-g3d7cb6b04c3f", 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: 1685904K/2097152K available (17024K kernel code, 3414K rwdata, 9216K rodata, 6976K init, 596K bss, 149104K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 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 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 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] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.001057] Console: colour dummy device 80x25
[ 0.001568] printk: console [tty0] enabled
[ 0.001655] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.001681] pid_max: default: 32768 minimum: 301
[ 0.001747] LSM: Security Framework initializing
[ 0.001855] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001880] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.003116] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.003155] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.003225] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.003354] rcu: Hierarchical SRCU implementation.
[ 0.003366] rcu: Max phase no-delay instances is 1000.
[ 0.005497] Remapping and enabling EFI services.
[ 0.005860] smp: Bringing up secondary CPUs ...
[ 0.006354] Detected VIPT I-cache on CPU1
[ 0.006422] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.006996] Detected VIPT I-cache on CPU2
[ 0.007053] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.007592] Detected VIPT I-cache on CPU3
[ 0.007648] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.007722] smp: Brought up 1 node, 4 CPUs
[ 0.007788] SMP: Total of 4 processors activated.
[ 0.007799] CPU features: detected: 32-bit EL0 Support
[ 0.007809] CPU features: detected: 32-bit EL1 Support
[ 0.007821] CPU features: detected: CRC32 instructions
[ 0.008369] CPU: All CPU(s) started at EL2
[ 0.008407] alternatives: patching kernel code
[ 0.009950] devtmpfs: initialized
[ 0.014502] KASLR enabled
[ 0.014694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.014726] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.021242] pinctrl core: initialized pinctrl subsystem
[ 0.022205] SMBIOS 3.0 present.
[ 0.022244] DMI: libre-computer aml-s905x-cc/aml-s905x-cc, BIOS 2022.07+ 07/01/2022
[ 0.022723] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.023912] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.024121] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.024269] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.024395] audit: initializing netlink subsys (disabled)
[ 0.024591] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1
[ 0.025739] thermal_sys: Registered thermal governor 'step_wise'
[ 0.025752] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.026003] cpuidle: using governor menu
[ 0.026213] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.026335] ASID allocator initialised with 32768 entries
[ 0.026352] HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
[ 0.026365] HugeTLB: can optimize 127 vmemmap pages for hugepages-32768kB
[ 0.026377] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
[ 0.026390] HugeTLB: can optimize 0 vmemmap pages for hugepages-64kB
[ 0.027982] Serial: AMBA PL011 UART driver
[ 0.045288] platform c883a000.hdmi-tx: Fixing up cyclic dependency with d0100000.vpu
[ 0.047454] platform cvbs-connector: Fixing up cyclic dependency with d0100000.vpu
[ 0.048238] platform hdmi-connector: Fixing up cyclic dependency with c883a000.hdmi-tx
[ 0.059460] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.059495] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.059509] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.059522] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.124969] raid6: neonx8 gen() 2142 MB/s
[ 0.193047] raid6: neonx4 gen() 2193 MB/s
[ 0.261119] raid6: neonx2 gen() 2083 MB/s
[ 0.329182] raid6: neonx1 gen() 1780 MB/s
[ 0.397246] raid6: int64x8 gen() 1366 MB/s
[ 0.465328] raid6: int64x4 gen() 1603 MB/s
[ 0.533395] raid6: int64x2 gen() 1400 MB/s
[ 0.601458] raid6: int64x1 gen() 1034 MB/s
[ 0.601470] raid6: using algorithm neonx4 gen() 2193 MB/s
[ 0.669519] raid6: .... xor() 1557 MB/s, rmw enabled
[ 0.669532] raid6: using neon recovery algorithm
[ 0.670145] ACPI: Interpreter disabled.
[ 0.672902] iommu: Default domain type: Translated
[ 0.672933] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.673234] SCSI subsystem initialized
[ 0.673644] usbcore: registered new interface driver usbfs
[ 0.673690] usbcore: registered new interface driver hub
[ 0.673729] usbcore: registered new device driver usb
[ 0.674772] pps_core: LinuxPPS API ver. 1 registered
[ 0.674790] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.674819] PTP clock support registered
[ 0.674948] EDAC MC: Ver: 3.0.0
[ 0.675936] Registered efivars operations
[ 0.676994] FPGA manager framework
[ 0.677105] Advanced Linux Sound Architecture Driver Initialized.
[ 0.677872] vgaarb: loaded
[ 0.678257] clocksource: Switched to clocksource arch_sys_counter
[ 0.678482] VFS: Disk quotas dquot_6.6.0
[ 0.678536] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.678711] pnp: PnP ACPI: disabled
[ 0.683717] NET: Registered PF_INET protocol family
[ 0.683898] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.685475] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.685566] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.685593] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.685714] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.685920] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.686047] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.686106] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.686320] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.686695] RPC: Registered named UNIX socket transport module.
[ 0.686719] RPC: Registered udp transport module.
[ 0.686729] RPC: Registered tcp transport module.
[ 0.686738] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.686755] PCI: CLS 0 bytes, default 64
[ 0.686967] Unpacking initramfs...
[ 0.698945] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.699487] kvm [1]: IPA Size Limit: 40 bits
[ 0.701215] kvm [1]: vgic interrupt IRQ9
[ 0.701332] kvm [1]: Hyp mode initialized successfully
[ 0.702720] Initialise system trusted keyrings
[ 0.702975] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[ 0.708770] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.709451] NFS: Registering the id_resolver key type
[ 0.709503] Key type id_resolver registered
[ 0.709513] Key type id_legacy registered
[ 0.709585] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.709599] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.709789] 9p: Installing v9fs 9p2000 file system support
[ 0.746638] xor: measuring software checksum speed
[ 0.750612] 8regs : 2518 MB/sec
[ 0.754568] 32regs : 2520 MB/sec
[ 0.758889] arm64_neon : 2315 MB/sec
[ 0.758916] xor: using function: 32regs (2520 MB/sec)
[ 0.758935] Key type asymmetric registered
[ 0.758947] Asymmetric key parser 'x509' registered
[ 0.759043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.759066] io scheduler mq-deadline registered
[ 0.759077] io scheduler kyber registered
[ 0.761464] irq_meson_gpio: 110 to 8 gpio interrupt mux initialized
[ 0.776799] EINJ: ACPI disabled.
[ 0.798741] soc soc0: Amlogic Meson GXL (S905X) Revision 21:d (84:2) Detected
[ 0.808708] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.812650] SuperH (H)SCI(F) driver initialized
[ 0.813544] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 18, base_baud = 1500000) is a meson_uart
[ 1.152781] Freeing initrd memory: 8672K
[ 1.153323] printk: console [ttyAML0] enabled
[ 1.968302] msm_serial: driver initialized
[ 1.979183] loop: module loaded
[ 1.980591] megasas: 07.719.03.00-rc1
[ 1.988239] tun: Universal TUN/TAP device driver, 1.6
[ 1.989555] thunder_xcv, ver 1.0
[ 1.990943] thunder_bgx, ver 1.0
[ 1.994088] nicpf, ver 1.0
[ 1.998619] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 2.003914] hns3: Copyright (c) 2017 Huawei Corporation.
[ 2.009250] hclge is initializing
[ 2.012456] e1000: Intel(R) PRO/1000 Network Driver
[ 2.017264] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.022990] e1000e: Intel(R) PRO/1000 Network Driver
[ 2.027887] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.033769] igb: Intel(R) Gigabit Ethernet Network Driver
[ 2.039088] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.044632] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 2.050815] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.057250] sky2: driver version 1.30
[ 2.061842] VFIO - User Level meta-driver version: 0.3
[ 2.068603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.071888] ehci-pci: EHCI PCI platform driver
[ 2.076312] ehci-platform: EHCI generic platform driver
[ 2.081654] ehci-orion: EHCI orion driver
[ 2.085587] ehci-exynos: EHCI Exynos driver
[ 2.089706] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.095699] ohci-pci: OHCI PCI platform driver
[ 2.100122] ohci-platform: OHCI generic platform driver
[ 2.105432] ohci-exynos: OHCI Exynos driver
[ 2.110202] usbcore: registered new interface driver usb-storage
[ 2.119434] i2c_dev: i2c /dev entries driver
[ 2.129582] sdhci: Secure Digital Host Controller Interface driver
[ 2.130141] sdhci: Copyright(c) Pierre Ossman
[ 2.135601] Synopsys Designware Multimedia Card Interface Driver
[ 2.142087] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.142213] meson-gx-mmc d0074000.mmc: allocated mmc-pwrseq
[ 2.151606] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.159156] efifb: probing for efifb
[ 2.161153] efifb: framebuffer at 0x7f807000, using 8100k, total 8100k
[ 2.167520] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 2.173523] efifb: scrolling: redraw
[ 2.177057] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.189341] meson-gx-mmc d0074000.mmc: no support for card's volts
[ 2.189356] mmc1: error -22 whilst initialising SDIO card
[ 2.192774] Console: switching to colour frame buffer device 240x67
[ 2.213548] fb0: EFI VGA frame buffer device
[ 2.218437] meson-sm: secure-monitor enabled
[ 2.223808] usbcore: registered new interface driver usbhid
[ 2.227560] usbhid: USB HID core driver
[ 2.232877] platform-mhu c883c404.mailbox: Platform MHU Mailbox registered
[ 2.247937] NET: Registered PF_PACKET protocol family
[ 2.248172] 9pnet: Installing 9P2000 support
[ 2.251729] Key type dns_resolver registered
[ 2.256253] registered taskstats version 1
[ 2.259960] Loading compiled-in X.509 certificates
[ 2.265634] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[ 2.294698] dwc3-meson-g12a d0078080.usb: USB2 ports: 2
[ 2.294799] dwc3-meson-g12a d0078080.usb: USB3 ports: 0
[ 2.816470] dwc2 c9100000.usb: supply vusb_d not found, using dummy regulator
[ 2.818192] dwc2 c9100000.usb: supply vusb_a not found, using dummy regulator
[ 2.825488] dwc2 c9100000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
[ 2.835409] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.837545] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.845303] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[ 2.851067] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f664 hci version 0x100 quirks 0x0000000002010010
[ 2.860444] xhci-hcd xhci-hcd.0.auto: irq 25, io mem 0xc9000000
[ 2.866982] hub 1-0:1.0: USB hub found
[ 2.869965] hub 1-0:1.0: 2 ports detected
[ 2.879202] scpi_protocol scpi: SCP Protocol legacy pre-1.0 firmware
[ 2.879727] deson-gx-mmc d0072000.mmc: Got CD GPIO
omain-0 init dvfs: 4
[ 2.906173] ALSA device list:
[ 2.906242] No soundcards found.
[ 2.916488] Freeing unused kernel memory: 6976K
[ 2.918377] Run /init as init process
[ 2.955043] mmc0: new high speed SDXC card at address aaaa
[ 2.956274] mmcblk0: mmc0:aaaa SD256 238 GiB
[ 2.963021] mmcblk0: p1 p2 p3
[ 3.126335] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 3.172428] dracut: Gentoo-2.9
[ 3.290722] mmc1: Card stuck being busy! __mmc_poll_for_busy
[ 3.314891] hub 1-1:1.0: USB hub found
[ 3.318115] hub 1-1:1.0: 4 ports detected
[ 3.510509] usb 1-2: new high-speed USB device number 3 using xhci-hcd
Starting version 251
[ 3.675654] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 3.679118] scsi host0: usb-storage 1-2:1.0
[ 3.750307] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
[ 3.964225] input: HID 04d9:1203 as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:04D9:1203.0001/input/input0
[ 4.035059] hid-generic 0003:04D9:1203.0001: input: USB HID v1.11 Keyboard [HID 04d9:1203] on usb-xhci-hcd.0.auto-1.2/input0
[ 4.080960] input: HID 04d9:1203 System Control as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:04D9:1203.0002/input/input1
[ 4.154681] input: HID 04d9:1203 Consumer Control as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:04D9:1203.0002/input/input2
[ 4.167162] hid-generic 0003:04D9:1203.0002: input: USB HID v1.11 Device [HID 04d9:1203] on usb-xhci-hcd.0.auto-1.2/input1
[ 4.230202] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 4.237691] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 4.694565] EXT4-fs (mmcblk0p3): INFO: recovery required on readonly filesystem
[ 4.698613] EXT4-fs (mmcblk0p3): write access will be enabled during recovery
[ 4.706947] scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6
[ 4.714671] sd 0:0:0:0: [sda] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
[ 4.722109] sd 0:0:0:0: [sda] Write Protect is off
[ 4.726498] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4.739119] sda: sda1 sda2
[ 4.742720] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.838077] EXT4-fs (mmcblk0p3): recovery complete
[ 4.846240] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 4.963160] BTRFS: device label writable devid 1 transid 1780 /dev/sda2 scanned by systemd-udevd (297)
[ 4.986763] EXT4-fs (mmcblk0p3): unmounting filesystem.
[ 5.015916] dracut: Checking ext4: /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08
[ 5.023100] dracut: issuing e2fsck -a /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08
[ 5.083043] dracut: /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08: clean, 463970/15081472 files, 3611311/60305408 blocks
[ 5.100996] dracut: Mounting /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08 with -o noatime,ro
[ 5.765431] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 5.877487] dracut: Mounted root filesystem /dev/mmcblk0p3
[ 6.102004] dracut: Switching root
INIT: version 3.05 booting
OpenRC 0.45.2 is starting up Gentoo Linux (aarch64)
* /proc is already mounted
* /run/openrc: creating directory
* /run/lock: correcting mode
* /run/lock: correcting owner
* Caching service dependencies ...
[ ok ]
* Caching service dependencies ...
[ ok ]
* Clock skew detected with `/etc/init.d'
* Adjusting mtime of `/run/openrc/deptree' to Sat Feb 11 20:16:53 2023
* WARNING: clock skew detected!
* Mounting security filesystem ...
[ ok ]
* Mounting debug filesystem ...
[ ok ]
* Mounting config filesystem ...
[ ok ]
* Mounting persistent storage (pstore) filesystem ...
[ ok ]
* Mounting efivarfs filesystem ...
[ ok ]
* Mounting cgroup filesystem ...
[ ok ]
* Remounting devtmpfs on /dev ...
[ ok ]
* Mounting /dev/mqueue ...
[ ok ]
* Creating list of required static device nodes for the current kernel ...
[ ok ]
* Create Static Devices Nodes in /dev ...
[ ok ]
* Starting udev ...
[ ok ]
* Generating a rule to create a /dev/root symlink ...
[ ok ]
* Populating /dev with existing devices through uevents ...
[ ok ]
* WARNING: clock skew detected!
[BL31]: tee size: 0
* Setting the local clock based on last shutdown time ...
[ ok ]
* Loading custom binary format handlers ...
[ ok ]
* Checking local filesystems ...
/dev/mmcblk0p3: clean, 463970/15081472 files, 3611311/60305408 blocks
fsck.fat 4.2 (2021-01-31)
/dev/mmcblk0p1: 1029 files, 34838/65206 clusters
[ ok ]
* Remounting root filesystem read/write ...
[ ok ]
* Remounting filesystems ...
[ ok ]
* Updating /etc/mtab ...
* Creating mtab symbolic link
[ ok ]
* Activating swap devices ...
[ ok ]
* Mounting local filesystems ...
[ ok ]
* Configuring kernel parameters ...
[ ok ]
* Creating user login records ...
[ ok ]
* Wiping /tmp directory ...
[ ok ]
* Setting hostname to potatopitoo from /etc/hostname ...
[ ok ]
* Setting terminal encoding [UTF-8] ...
[ ok ]
* Setting keyboard mode [UTF-8] ...
[ ok ]
* Loading key mappings [us] ...
[ ok ]
* Bringing up network interface lo ...
[ ok ]
* Saving key mapping ...
[ ok ]
* Saving terminal encoding ...
[ ok ]
* Seeding random number generator ...
* Seeding 256 bits and crediting
* Saving 256 bits of creditable seed for next boot
[ ok ]
* Create Volatile Files and Directories ...
[ ok ]
INIT: Entering runlevel: 3
* WARNING: clock skew detected!
* Starting sysklogd ...
[ ok ]
* Starting cronie ...
[ ok ]
* Bringing up interface eth0
* Caching network module dependencies
* 192.168.86.7 ...
[ ok ]
* Adding routes
* default via 192.168.86.1 ...
[ ok ]
[ ok ]
* Mounting network filesystems ...
[ ok ]
* Starting ntpd ...
[ ok ]
* Starting sshd ...
[ ok ]
* Starting local ...
[ ok ]
Code: Select all
$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.19.0-g3d7cb6b04c3f (root@potatopitoo) (gcc (Gentoo 11.3.1_p20221209 p3) 11.3.1 20221209, GNU ld (Gentoo 2.39 p5) 2.39.0) #4 SMP PREEMPT Sat Feb 11 23:56:40 CST 2023
[ 0.000000] Machine model: Libre Computer AML-S905X-CC
[ 0.000000] efi: EFI v2.90 by Das U-Boot
[ 0.000000] efi: ESRT=0x7ae46040 RTPROP=0x7ae48040 SMBIOS=0x7ae4a000 RNG=0x5a368040 MEMRESERVE=0x5a367040
[ 0.000000] efi: seeding entropy pool
[ 0.000000] random: crng init done
[ 0.000000] esrt: Reserving ESRT space from 0x000000007ae46040 to 0x000000007ae46078.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000006ac00000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x7f3f4b40-0x7f3f6fff]
[ 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-0x000000005a367fff]
[ 0.000000] node 0: [mem 0x000000005a368000-0x000000005a368fff]
[ 0.000000] node 0: [mem 0x000000005a369000-0x000000007ae47fff]
[ 0.000000] node 0: [mem 0x000000007ae48000-0x000000007ae48fff]
[ 0.000000] node 0: [mem 0x000000007ae49000-0x000000007ae49fff]
[ 0.000000] node 0: [mem 0x000000007ae4a000-0x000000007ae50fff]
[ 0.000000] node 0: [mem 0x000000007ae51000-0x000000007de7ffff]
[ 0.000000] node 0: [mem 0x000000007de80000-0x000000007de8ffff]
[ 0.000000] node 0: [mem 0x000000007de90000-0x000000007f806fff]
[ 0.000000] node 0: [mem 0x000000007f807000-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 20 pages/cpu s44520 r8192 d29208 u81920
[ 0.000000] pcpu-alloc: s44520 r8192 d29208 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-5.19.0-g3d7cb6b04c3f root=UUID=56a6f99d-85ec-4baa-83d8-4ffee9c8ad08 ro video=mesondrmfb:1920x1080
[ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-5.19.0-g3d7cb6b04c3f", 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: 1685904K/2097152K available (17024K kernel code, 3414K rwdata, 9216K rodata, 6976K init, 596K bss, 149104K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 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 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 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] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 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.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.001057] Console: colour dummy device 80x25
[ 0.001568] printk: console [tty0] enabled
[ 0.001655] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.001681] pid_max: default: 32768 minimum: 301
[ 0.001747] LSM: Security Framework initializing
[ 0.001855] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.001880] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.003116] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.003155] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.003225] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.003354] rcu: Hierarchical SRCU implementation.
[ 0.003366] rcu: Max phase no-delay instances is 1000.
[ 0.005497] Remapping and enabling EFI services.
[ 0.005860] smp: Bringing up secondary CPUs ...
[ 0.006354] Detected VIPT I-cache on CPU1
[ 0.006422] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.006996] Detected VIPT I-cache on CPU2
[ 0.007053] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.007592] Detected VIPT I-cache on CPU3
[ 0.007648] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.007722] smp: Brought up 1 node, 4 CPUs
[ 0.007788] SMP: Total of 4 processors activated.
[ 0.007799] CPU features: detected: 32-bit EL0 Support
[ 0.007809] CPU features: detected: 32-bit EL1 Support
[ 0.007821] CPU features: detected: CRC32 instructions
[ 0.008369] CPU: All CPU(s) started at EL2
[ 0.008407] alternatives: patching kernel code
[ 0.009950] devtmpfs: initialized
[ 0.014502] KASLR enabled
[ 0.014694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.014726] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.021242] pinctrl core: initialized pinctrl subsystem
[ 0.022205] SMBIOS 3.0 present.
[ 0.022244] DMI: libre-computer aml-s905x-cc/aml-s905x-cc, BIOS 2022.07+ 07/01/2022
[ 0.022723] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.023912] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.024121] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.024269] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.024395] audit: initializing netlink subsys (disabled)
[ 0.024591] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1
[ 0.025739] thermal_sys: Registered thermal governor 'step_wise'
[ 0.025752] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.026003] cpuidle: using governor menu
[ 0.026213] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.026335] ASID allocator initialised with 32768 entries
[ 0.026352] HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
[ 0.026365] HugeTLB: can optimize 127 vmemmap pages for hugepages-32768kB
[ 0.026377] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
[ 0.026390] HugeTLB: can optimize 0 vmemmap pages for hugepages-64kB
[ 0.027982] Serial: AMBA PL011 UART driver
[ 0.045288] platform c883a000.hdmi-tx: Fixing up cyclic dependency with d0100000.vpu
[ 0.047454] platform cvbs-connector: Fixing up cyclic dependency with d0100000.vpu
[ 0.048238] platform hdmi-connector: Fixing up cyclic dependency with c883a000.hdmi-tx
[ 0.059460] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.059495] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.059509] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.059522] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.124969] raid6: neonx8 gen() 2142 MB/s
[ 0.193047] raid6: neonx4 gen() 2193 MB/s
[ 0.261119] raid6: neonx2 gen() 2083 MB/s
[ 0.329182] raid6: neonx1 gen() 1780 MB/s
[ 0.397246] raid6: int64x8 gen() 1366 MB/s
[ 0.465328] raid6: int64x4 gen() 1603 MB/s
[ 0.533395] raid6: int64x2 gen() 1400 MB/s
[ 0.601458] raid6: int64x1 gen() 1034 MB/s
[ 0.601470] raid6: using algorithm neonx4 gen() 2193 MB/s
[ 0.669519] raid6: .... xor() 1557 MB/s, rmw enabled
[ 0.669532] raid6: using neon recovery algorithm
[ 0.670145] ACPI: Interpreter disabled.
[ 0.672902] iommu: Default domain type: Translated
[ 0.672933] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.673234] SCSI subsystem initialized
[ 0.673393] libata version 3.00 loaded.
[ 0.673644] usbcore: registered new interface driver usbfs
[ 0.673690] usbcore: registered new interface driver hub
[ 0.673729] usbcore: registered new device driver usb
[ 0.674772] pps_core: LinuxPPS API ver. 1 registered
[ 0.674790] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.674819] PTP clock support registered
[ 0.674948] EDAC MC: Ver: 3.0.0
[ 0.675936] Registered efivars operations
[ 0.676994] FPGA manager framework
[ 0.677105] Advanced Linux Sound Architecture Driver Initialized.
[ 0.677872] vgaarb: loaded
[ 0.678257] clocksource: Switched to clocksource arch_sys_counter
[ 0.678482] VFS: Disk quotas dquot_6.6.0
[ 0.678536] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.678711] pnp: PnP ACPI: disabled
[ 0.683717] NET: Registered PF_INET protocol family
[ 0.683898] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.685475] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.685566] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.685593] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.685714] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.685920] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.686047] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.686106] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.686320] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.686695] RPC: Registered named UNIX socket transport module.
[ 0.686719] RPC: Registered udp transport module.
[ 0.686729] RPC: Registered tcp transport module.
[ 0.686738] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.686755] PCI: CLS 0 bytes, default 64
[ 0.686967] Unpacking initramfs...
[ 0.698945] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.699487] kvm [1]: IPA Size Limit: 40 bits
[ 0.701215] kvm [1]: vgic interrupt IRQ9
[ 0.701332] kvm [1]: Hyp mode initialized successfully
[ 0.702720] Initialise system trusted keyrings
[ 0.702975] workingset: timestamp_bits=42 max_order=19 bucket_order=0
[ 0.708770] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.709451] NFS: Registering the id_resolver key type
[ 0.709503] Key type id_resolver registered
[ 0.709513] Key type id_legacy registered
[ 0.709585] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.709599] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.709789] 9p: Installing v9fs 9p2000 file system support
[ 0.746638] xor: measuring software checksum speed
[ 0.750612] 8regs : 2518 MB/sec
[ 0.754568] 32regs : 2520 MB/sec
[ 0.758889] arm64_neon : 2315 MB/sec
[ 0.758916] xor: using function: 32regs (2520 MB/sec)
[ 0.758935] Key type asymmetric registered
[ 0.758947] Asymmetric key parser 'x509' registered
[ 0.759043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.759066] io scheduler mq-deadline registered
[ 0.759077] io scheduler kyber registered
[ 0.761464] irq_meson_gpio: 110 to 8 gpio interrupt mux initialized
[ 0.776799] EINJ: ACPI disabled.
[ 0.798741] soc soc0: Amlogic Meson GXL (S905X) Revision 21:d (84:2) Detected
[ 0.808708] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.812650] SuperH (H)SCI(F) driver initialized
[ 0.813544] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 18, base_baud = 1500000) is a meson_uart
[ 1.152781] Freeing initrd memory: 8672K
[ 1.153323] printk: console [ttyAML0] enabled
[ 1.968302] msm_serial: driver initialized
[ 1.979183] loop: module loaded
[ 1.980591] megasas: 07.719.03.00-rc1
[ 1.988239] tun: Universal TUN/TAP device driver, 1.6
[ 1.989555] thunder_xcv, ver 1.0
[ 1.990943] thunder_bgx, ver 1.0
[ 1.994088] nicpf, ver 1.0
[ 1.998619] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 2.003914] hns3: Copyright (c) 2017 Huawei Corporation.
[ 2.009250] hclge is initializing
[ 2.012456] e1000: Intel(R) PRO/1000 Network Driver
[ 2.017264] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.022990] e1000e: Intel(R) PRO/1000 Network Driver
[ 2.027887] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.033769] igb: Intel(R) Gigabit Ethernet Network Driver
[ 2.039088] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.044632] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 2.050815] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.057250] sky2: driver version 1.30
[ 2.061842] VFIO - User Level meta-driver version: 0.3
[ 2.068603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.071888] ehci-pci: EHCI PCI platform driver
[ 2.076312] ehci-platform: EHCI generic platform driver
[ 2.081654] ehci-orion: EHCI orion driver
[ 2.085587] ehci-exynos: EHCI Exynos driver
[ 2.089706] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.095699] ohci-pci: OHCI PCI platform driver
[ 2.100122] ohci-platform: OHCI generic platform driver
[ 2.105432] ohci-exynos: OHCI Exynos driver
[ 2.110202] usbcore: registered new interface driver usb-storage
[ 2.119434] i2c_dev: i2c /dev entries driver
[ 2.129582] sdhci: Secure Digital Host Controller Interface driver
[ 2.130141] sdhci: Copyright(c) Pierre Ossman
[ 2.135601] Synopsys Designware Multimedia Card Interface Driver
[ 2.142087] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.142213] meson-gx-mmc d0074000.mmc: allocated mmc-pwrseq
[ 2.151606] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.159156] efifb: probing for efifb
[ 2.161153] efifb: framebuffer at 0x7f807000, using 8100k, total 8100k
[ 2.167520] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 2.173523] efifb: scrolling: redraw
[ 2.177057] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.189341] meson-gx-mmc d0074000.mmc: no support for card's volts
[ 2.189356] mmc1: error -22 whilst initialising SDIO card
[ 2.192774] Console: switching to colour frame buffer device 240x67
[ 2.213548] fb0: EFI VGA frame buffer device
[ 2.218437] meson-sm: secure-monitor enabled
[ 2.223808] usbcore: registered new interface driver usbhid
[ 2.227560] usbhid: USB HID core driver
[ 2.232877] platform-mhu c883c404.mailbox: Platform MHU Mailbox registered
[ 2.247937] NET: Registered PF_PACKET protocol family
[ 2.248172] 9pnet: Installing 9P2000 support
[ 2.251729] Key type dns_resolver registered
[ 2.256253] registered taskstats version 1
[ 2.259960] Loading compiled-in X.509 certificates
[ 2.265634] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[ 2.294698] dwc3-meson-g12a d0078080.usb: USB2 ports: 2
[ 2.294799] dwc3-meson-g12a d0078080.usb: USB3 ports: 0
[ 2.816470] dwc2 c9100000.usb: supply vusb_d not found, using dummy regulator
[ 2.818192] dwc2 c9100000.usb: supply vusb_a not found, using dummy regulator
[ 2.825488] dwc2 c9100000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
[ 2.835409] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 2.837545] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 2.845303] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[ 2.851067] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228f664 hci version 0x100 quirks 0x0000000002010010
[ 2.860444] xhci-hcd xhci-hcd.0.auto: irq 25, io mem 0xc9000000
[ 2.866982] hub 1-0:1.0: USB hub found
[ 2.869965] hub 1-0:1.0: 2 ports detected
[ 2.879202] scpi_protocol scpi: SCP Protocol legacy pre-1.0 firmware
[ 2.879727] meson-gx-mmc d0072000.mmc: Got CD GPIO
[ 2.906173] ALSA device list:
[ 2.906242] No soundcards found.
[ 2.916488] Freeing unused kernel memory: 6976K
[ 2.918377] Run /init as init process
[ 2.919056] with arguments:
[ 2.919060] /init
[ 2.919063] with environment:
[ 2.919066] HOME=/
[ 2.919069] TERM=linux
[ 2.919073] BOOT_IMAGE=/vmlinuz-5.19.0-g3d7cb6b04c3f
[ 2.955043] mmc0: new high speed SDXC card at address aaaa
[ 2.956274] mmcblk0: mmc0:aaaa SD256 238 GiB
[ 2.963021] mmcblk0: p1 p2 p3
[ 3.126335] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 3.172428] dracut: Gentoo-2.9
[ 3.290722] mmc1: Card stuck being busy! __mmc_poll_for_busy
[ 3.314891] hub 1-1:1.0: USB hub found
[ 3.318115] hub 1-1:1.0: 4 ports detected
[ 3.510509] usb 1-2: new high-speed USB device number 3 using xhci-hcd
[ 3.675654] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 3.679118] scsi host0: usb-storage 1-2:1.0
[ 3.750307] usb 1-1.2: new low-speed USB device number 4 using xhci-hcd
[ 3.964225] input: HID 04d9:1203 as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.0/0003:04D9:1203.0001/input/input0
[ 4.035059] hid-generic 0003:04D9:1203.0001: input: USB HID v1.11 Keyboard [HID 04d9:1203] on usb-xhci-hcd.0.auto-1.2/input0
[ 4.080960] input: HID 04d9:1203 System Control as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:04D9:1203.0002/input/input1
[ 4.154681] input: HID 04d9:1203 Consumer Control as /devices/platform/soc/d0078080.usb/c9000000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.2/1-1.2:1.1/0003:04D9:1203.0002/input/input2
[ 4.167162] hid-generic 0003:04D9:1203.0002: input: USB HID v1.11 Device [HID 04d9:1203] on usb-xhci-hcd.0.auto-1.2/input1
[ 4.230202] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 4.237691] gxl-crypto c883e000.crypto: will run requests pump with realtime priority
[ 4.694565] EXT4-fs (mmcblk0p3): INFO: recovery required on readonly filesystem
[ 4.698613] EXT4-fs (mmcblk0p3): write access will be enabled during recovery
[ 4.706947] scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6
[ 4.714671] sd 0:0:0:0: [sda] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
[ 4.722109] sd 0:0:0:0: [sda] Write Protect is off
[ 4.726026] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 4.726498] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4.739119] sda: sda1 sda2
[ 4.742720] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.838077] EXT4-fs (mmcblk0p3): recovery complete
[ 4.846240] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 4.963160] BTRFS: device label writable devid 1 transid 1780 /dev/sda2 scanned by systemd-udevd (297)
[ 4.986763] EXT4-fs (mmcblk0p3): unmounting filesystem.
[ 5.015916] dracut: Checking ext4: /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08
[ 5.023100] dracut: issuing e2fsck -a /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08
[ 5.083043] dracut: /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08: clean, 463970/15081472 files, 3611311/60305408 blocks
[ 5.100996] dracut: Mounting /dev/disk/by-uuid/56a6f99d-85ec-4baa-83d8-4ffee9c8ad08 with -o noatime,ro
[ 5.765431] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Quota mode: none.
[ 5.877487] dracut: Mounted root filesystem /dev/mmcblk0p3
[ 6.102004] dracut: Switching root
[ 12.300011] Registered IR keymap rc-empty
[ 12.300125] rc rc0: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0
[ 12.300249] input: meson-ir as /devices/platform/soc/c8100000.bus/c8100580.ir/rc/rc0/input3
[ 12.300595] meson-ir c8100580.ir: receiver initialized
[ 12.305874] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[ 12.305893] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[ 12.306037] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[ 12.307984] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[ 12.308012] meson8b-dwmac c9410000.ethernet: DWMAC1000
[ 12.308020] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[ 12.308025] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[ 12.308030] meson8b-dwmac c9410000.ethernet: COE Type 2
[ 12.308036] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[ 12.308041] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[ 12.308159] meson8b-dwmac c9410000.ethernet: Normal descriptors
[ 12.308171] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[ 12.308176] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 12.380666] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
[ 12.380778] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
[ 12.380886] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
[ 12.380993] lima d00c0000.gpu: pp2 - mali450 version major 0 minor 0
[ 12.381048] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
[ 12.381063] lima d00c0000.gpu: l2 cache 64K, 4-way, 64byte cache line, 128bit external bus
[ 12.389031] meson-drm d0100000.vpu: Queued 2 outputs on vpu
[ 12.389754] lima d00c0000.gpu: bus rate = 166666667
[ 12.389778] lima d00c0000.gpu: mod rate = 24000000
[ 12.389874] lima d00c0000.gpu: error -ENODEV: dev_pm_opp_set_regulators: no regulator (mali) found
[ 12.390876] lima d00c0000.gpu: Failed to register cooling device
[ 12.392588] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 0
[ 12.413136] Console: switching to colour dummy device 80x25
[ 12.446644] meson-dw-hdmi c883a000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
[ 12.473900] meson-dw-hdmi c883a000.hdmi-tx: registered DesignWare HDMI I2C bus driver
[ 12.486433] meson-drm d0100000.vpu: bound c883a000.hdmi-tx (ops meson_dw_hdmi_ops [meson_dw_hdmi])
[ 12.529800] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu on minor 1
[ 12.758302] rc rc0: two consecutive events of type space
[ 13.147058] Console: switching to colour frame buffer device 240x67
[ 13.179055] meson-drm d0100000.vpu: [drm] fb0: mesondrmfb frame buffer device
[ 13.371573] EXT4-fs (mmcblk0p3): re-mounted. Quota mode: none.
[ 13.754956] Adding 8388604k swap on /dev/mmcblk0p2. Priority:-2 extents:1 across:8388604k SS
[ 17.529043] meson8b-dwmac c9410000.ethernet eth0: PHY [mdio_mux-0.e40908ff:08] driver [Meson GXL Internal PHY] (irq=33)
[ 17.533986] meson8b-dwmac c9410000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 17.545238] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[ 17.545284] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[ 17.546143] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rmii link mode
[ 18.564538] NET: Registered PF_INET6 protocol family
[ 18.565750] Segment Routing with IPv6
[ 18.565799] In-situ OAM (IOAM) with IPv6
[ 19.263021] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 19.263343] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

