Pine64 Pinebook Pro (rk3399): debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!

Paul Menzel pmenzel at molgen.mpg.de
Thu Dec 15 07:06:10 PST 2022


[now really]

Am 15.12.22 um 16:04 schrieb Paul Menzel:
> [Attach output of `dmesg`]
> 
> Am 15.12.22 um 16:03 schrieb Paul Menzel:
>> Dear Linux folks,
>>
>>
>> Starting Manjaro ARM on a Pine64 Pinebook Pro, Linux 6.0.7 logs:
>>
>> ```
>> [    0.000000] Linux version 6.0.7-2-MANJARO-ARM (builduser at fh-mjr-build-lon-xlarge) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Sun Nov 6 23:15:01 UTC 2022
>> […]
>> [    0.406267] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.406973] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.406992] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.406999] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407007] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407014] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407024] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407032] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407039] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407047] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407054] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407061] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407068] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407075] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> [    0.407082] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
>> ```
>>
>> I found a corresponding definition in the devicetree 
>> `arch/arm64/boot/dts/rockchip/rk3399.dtsi`:
>>
>> ```
>>          gic: interrupt-controller at fee00000 {
>>                  compatible = "arm,gic-v3";
>>                  #interrupt-cells = <4>;
>>                  #address-cells = <2>;
>>                  #size-cells = <2>;
>>                  ranges;
>>                  interrupt-controller;
>>
>>                  reg = <0x0 0xfee00000 0 0x10000>, /* GICD */
>>                        <0x0 0xfef00000 0 0xc0000>, /* GICR */
>>                        <0x0 0xfff00000 0 0x10000>, /* GICC */
>>                        <0x0 0xfff10000 0 0x10000>, /* GICH */
>>                        <0x0 0xfff20000 0 0x10000>; /* GICV */
>>                  interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>;
>>                  its: interrupt-controller at fee20000 {
>>                          compatible = "arm,gic-v3-its";
>>                          msi-controller;
>>                          #msi-cells = <1>;
>>                          reg = <0x0 0xfee20000 0x0 0x20000>;
>>                  };
>>
>>                  ppi-partitions {
>>                          ppi_cluster0: interrupt-partition-0 {
>>                                  affinity = <&cpu_l0 &cpu_l1 &cpu_l2 &cpu_l3>;
>>                          };
>>
>>                          ppi_cluster1: interrupt-partition-1 {
>>                                  affinity = <&cpu_b0 &cpu_b1>;
>>                          };
>>                  };
>>          };
>> ```
>>
>>
>> Kind regards,
>>
>> Paul
-------------- next part --------------
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 6.0.7-2-MANJARO-ARM (builduser at fh-mjr-build-lon-xlarge) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Sun Nov 6 23:15:01 UTC 2022
[    0.000000] Machine model: Pine64 Pinebook Pro
[    0.000000] efi: UEFI not found.
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000200000-0x00000000f7ffffff]
[    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 0x0000000000200000-0x00000000083fffff]
[    0.000000]   node   0: [mem 0x000000000a200000-0x00000000f7ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[    0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 7680 pages in unavailable ranges
[    0.000000] cma: Reserved 256 MiB at 0x00000000df600000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 20 pages/cpu s42472 r8192 d31256 u81920
[    0.000000] pcpu-alloc: s42472 r8192 d31256 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 991752
[    0.000000] Kernel command line: initrd=/initramfs-linux.img console=ttyS2,1500000 root=PARTUUID=1eeb7b54-686c-447f-80a7-b57c8d7b3345 rw rootwait audit=0 splash plymouth.ignore-serial-consoles
[    0.000000] audit: disabled (until reboot)
[    0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 3656220K/4030464K available (12672K kernel code, 2400K rwdata, 5632K rodata, 3584K init, 669K bss, 112100K reserved, 262144K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    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 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 256 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GICv3: GICv3 features: 16 PPIs
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS at 0x00000000fee20000: allocated 65536 Devices @2080000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x0000000002040000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000002050000
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu at 0[0] /cpus/cpu at 1[1] /cpus/cpu at 2[2] /cpus/cpu at 3[3] }
[    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu at 100[4] /cpus/cpu at 101[5] }
[    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.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.002293] Console: colour dummy device 80x25
[    0.002351] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.002366] pid_max: default: 32768 minimum: 301
[    0.002710] LSM: Security Framework initializing
[    0.002767] Yama: becoming mindful.
[    0.002883] AppArmor: AppArmor initialized
[    0.003120] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.003146] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.004916] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.005779] cblist_init_generic: Setting adjustable number of callback queues.
[    0.005791] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.005915] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.006178] rcu: Hierarchical SRCU implementation.
[    0.006182] rcu: 	Max phase no-delay instances is 1000.
[    0.007730] Platform MSI: interrupt-controller at fee20000 domain created
[    0.008196] PCI/MSI: /interrupt-controller at fee00000/interrupt-controller at fee20000 domain created
[    0.012653] EFI services will not be available.
[    0.013465] smp: Bringing up secondary CPUs ...
[    0.014248] Detected VIPT I-cache on CPU1
[    0.014408] cacheinfo: Unable to detect cache hierarchy for CPU 1
[    0.014426] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.014446] GICv3: CPU1: using allocated LPI pending table @0x0000000002060000
[    0.014502] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.015524] Detected VIPT I-cache on CPU2
[    0.015692] cacheinfo: Unable to detect cache hierarchy for CPU 2
[    0.015711] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.015730] GICv3: CPU2: using allocated LPI pending table @0x0000000002070000
[    0.015783] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.016806] Detected VIPT I-cache on CPU3
[    0.016970] cacheinfo: Unable to detect cache hierarchy for CPU 3
[    0.016990] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.017009] GICv3: CPU3: using allocated LPI pending table @0x0000000002100000
[    0.017061] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.027539] CPU features: detected: Spectre-v2
[    0.028094] CPU features: detected: Spectre-v4
[    0.028348] CPU features: detected: Spectre-BHB
[    0.028702] CPU features: detected: ARM erratum 1742098
[    0.029006] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.029255] Detected PIPT I-cache on CPU4
[    0.034423] cacheinfo: Unable to detect cache hierarchy for CPU 4
[    0.035001] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.035689] GICv3: CPU4: using allocated LPI pending table @0x0000000002110000
[    0.037160] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.055243] Detected PIPT I-cache on CPU5
[    0.060859] cacheinfo: Unable to detect cache hierarchy for CPU 5
[    0.061467] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.062185] GICv3: CPU5: using allocated LPI pending table @0x0000000002120000
[    0.063598] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.068680] smp: Brought up 1 node, 6 CPUs
[    0.068747] SMP: Total of 6 processors activated.
[    0.068769] CPU features: detected: 32-bit EL0 Support
[    0.068777] CPU features: detected: 32-bit EL1 Support
[    0.068804] CPU features: detected: CRC32 instructions
[    0.082911] CPU: All CPU(s) started at EL2
[    0.084007] alternatives: patching kernel code
[    0.088617] devtmpfs: initialized
[    0.111422] Registered cp15_barrier emulation handler
[    0.111791] Registered setend emulation handler
[    0.112123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.112192] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.122075] pinctrl core: initialized pinctrl subsystem
[    0.123646] DMI not present or invalid.
[    0.125074] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.131099] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.131482] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.131987] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.133951] thermal_sys: Registered thermal governor 'fair_share'
[    0.133972] thermal_sys: Registered thermal governor 'bang_bang'
[    0.133980] thermal_sys: Registered thermal governor 'step_wise'
[    0.133988] thermal_sys: Registered thermal governor 'user_space'
[    0.135939] cpuidle: using governor ladder
[    0.136015] cpuidle: using governor menu
[    0.136316] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.138563] ASID allocator initialised with 65536 entries
[    0.140504] Serial: AMBA PL011 UART driver
[    0.165188] platform ff770000.syscon:phy at f780: Fixing up cyclic dependency with fe330000.mmc
[    0.170189] platform ff970000.edp: Fixing up cyclic dependency with ff8f0000.vop
[    0.170366] platform ff970000.edp: Fixing up cyclic dependency with ff900000.vop
[    0.180208] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio at ff720000
[    0.181507] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio at ff730000
[    0.182284] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio at ff780000
[    0.182959] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio at ff788000
[    0.183553] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio at ff790000
[    0.184900] platform edp-panel: Fixing up cyclic dependency with ff970000.edp
[    0.208332] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.208528] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.208536] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[    0.208541] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
[    0.208548] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.208555] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.208562] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[    0.208566] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[    0.209196] cryptd: max_cpu_qlen set to 1000
[    0.211046] ACPI: Interpreter disabled.
[    0.338865] iommu: Default domain type: Translated 
[    0.339044] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.340731] SCSI subsystem initialized
[    0.341050] libata version 3.00 loaded.
[    0.341413] usbcore: registered new interface driver usbfs
[    0.341476] usbcore: registered new interface driver hub
[    0.341513] usbcore: registered new device driver usb
[    0.342252] pps_core: LinuxPPS API ver. 1 registered
[    0.342271] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    0.343845] Advanced Linux Sound Architecture Driver Initialized.
[    0.344892] NetLabel: Initializing
[    0.344902] NetLabel:  domain hash size = 128
[    0.344911] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.345006] NetLabel:  unlabeled traffic allowed by default
[    0.345303] vgaarb: loaded
[    0.346613] clocksource: Switched to clocksource arch_sys_counter
[    0.347063] VFS: Disk quotas dquot_6.6.0
[    0.347134] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.348037] AppArmor: AppArmor Filesystem Enabled
[    0.348125] pnp: PnP ACPI: disabled
[    0.359008] NET: Registered PF_INET protocol family
[    0.359586] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.364713] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.364803] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.364826] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.365367] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.365933] TCP: Hash tables configured (established 32768 bind 32768)
[    0.366962] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.367176] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.367638] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.367686] PCI: CLS 0 bytes, default 64
[    0.369299] Trying to unpack rootfs image as initramfs...
[    0.384116] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.389418] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.391155] kvm [1]: IPA Size Limit: 40 bits
[    0.393780] kvm [1]: vgic-v2 at fff20000
[    0.394041] kvm [1]: GIC system register CPU interface enabled
[    0.399301] kvm [1]: vgic interrupt IRQ18
[    0.402453] kvm [1]: Hyp mode initialized successfully
[    0.406267] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.406973] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.406992] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.406999] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407007] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407014] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407024] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407032] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407039] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407047] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407054] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407061] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407068] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407075] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.407082] debugfs: File ':interrupt-controller at fee00000' in directory 'domains' already present!
[    0.409362] Initialise system trusted keyrings
[    0.411175] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.419889] zbud: loaded
[    0.481143] NET: Registered PF_ALG protocol family
[    0.481452] Key type asymmetric registered
[    0.481464] Asymmetric key parser 'x509' registered
[    0.482096] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.483612] io scheduler mq-deadline registered
[    0.483642] io scheduler kyber registered
[    0.484139] io scheduler bfq registered
[    0.582448] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.582691] dma-pl330 ff6d0000.dma-controller: 	DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    0.585111] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.585330] dma-pl330 ff6e0000.dma-controller: 	DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.598965] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.605714] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 38, base_baud = 1500000) is a 16550A
[    0.607580] serial serial0: tty port ttyS0 registered
[    0.611811] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 39, base_baud = 1500000) is a 16550A
[    0.612533] printk: console [ttyS2] enabled
[    0.627704] Serial: AMBA driver
[    0.645496] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.661313] spi-nor spi0.0: gd25q128 (16384 Kbytes)
[    0.928297] Freeing initrd memory: 8376K
[    0.988003] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.988271] ehci-pci: EHCI PCI platform driver
[    0.988323] ehci-platform: EHCI generic platform driver
[    0.988697] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.988713] ohci-pci: OHCI PCI platform driver
[    0.988769] ohci-platform: OHCI generic platform driver
[    0.990230] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.990941] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    0.991155] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000002002010010
[    0.991334] xhci-hcd xhci-hcd.0.auto: irq 47, io mem 0xfe900000
[    0.991542] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.991789] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    0.991807] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    0.992126] ehci-platform fe3c0000.usb: EHCI Host Controller
[    0.992201] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    0.992227] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    0.992241] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.992253] usb usb1: Product: xHCI Host Controller
[    0.992262] usb usb1: Manufacturer: Linux 6.0.7-2-MANJARO-ARM xhci-hcd
[    0.992271] usb usb1: SerialNumber: xhci-hcd.0.auto
[    0.993134] hub 1-0:1.0: USB hub found
[    0.993214] hub 1-0:1.0: 1 port detected
[    0.993952] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.994130] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    0.994144] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.994158] usb usb2: Product: xHCI Host Controller
[    0.994167] usb usb2: Manufacturer: Linux 6.0.7-2-MANJARO-ARM xhci-hcd
[    0.994175] usb usb2: SerialNumber: xhci-hcd.0.auto
[    0.994710] hub 2-0:1.0: USB hub found
[    0.994748] hub 2-0:1.0: 1 port detected
[    0.995612] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[    0.995875] ohci-platform fe3e0000.usb: irq 49, io mem 0xfe3e0000
[    0.996120] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 3
[    0.996281] ehci-platform fe3c0000.usb: irq 48, io mem 0xfe3c0000
[    0.997151] usbcore: registered new interface driver uas
[    0.997323] usbcore: registered new interface driver usb-storage
[    0.997459] usbcore: registered new interface driver usbserial_generic
[    0.997498] usbserial: USB Serial support registered for generic
[    1.000622] mousedev: PS/2 mouse device common for all mice
[    1.001081] i2c_dev: i2c /dev entries driver
[    1.010921] rk808 0-001b: chip id: 0x0
[    1.017063] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    1.018527] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    1.018638] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    1.018661] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.018674] usb usb3: Product: EHCI Host Controller
[    1.018679] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    1.018683] usb usb3: Manufacturer: Linux 6.0.7-2-MANJARO-ARM ehci_hcd
[    1.018692] usb usb3: SerialNumber: fe3c0000.usb
[    1.019920] hub 3-0:1.0: USB hub found
[    1.020024] hub 3-0:1.0: 1 port detected
[    1.024076] vcc_sdio: Bringing 3300000uV into 3000000-3000000uV
[    1.025432] vcca3v0_codec: Bringing 1800000uV into 3000000-3000000uV
[    1.033518] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    1.037528] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    1.045622] OF: graph: no port node found in /i2c at ff3d0000/fusb30x at 22
[    1.060890] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.00
[    1.061113] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.061126] usb usb4: Product: Generic Platform OHCI controller
[    1.061135] usb usb4: Manufacturer: Linux 6.0.7-2-MANJARO-ARM ohci_hcd
[    1.061144] usb usb4: SerialNumber: fe3e0000.usb
[    1.062303] usbcore: registered new interface driver pcwd_usb
[    1.062683] hub 4-0:1.0: USB hub found
[    1.062773] hub 4-0:1.0: 1 port detected
[    1.062862] device-mapper: uevent: version 1.0.3
[    1.063619] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel at redhat.com
[    1.069904] cpu cpu0: EM: created perf domain
[    1.074245] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 12000 KHz, changing to: 408000 KHz
[    1.074310] cpu cpu4: EM: OPP:408000 is inefficient
[    1.074548] cpu cpu4: EM: created perf domain
[    1.077639] sdhci: Secure Digital Host Controller Interface driver
[    1.077646] sdhci: Copyright(c) Pierre Ossman
[    1.077755] Synopsys Designware Multimedia Card Interface Driver
[    1.078491] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.078539] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[    1.078560] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[    1.078573] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[    1.078618] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 65,32 bit host data width,256 deep fifo
[    1.078758] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    1.078783] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    1.078791] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    1.078839] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 66,32 bit host data width,256 deep fifo
[    1.078882] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[    1.078890] mmc_host mmc0: card is non-removable.
[    1.079733] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[    1.080641] mmc2: CQHCI version 5.10
[    1.080859] ledtrig-cpu: registered to indicate activity on CPUs
[    1.081081] No iBFT detected.
[    1.081680] hid: raw HID events driver (C) Jiri Kosina
[    1.081802] usbcore: registered new interface driver usbhid
[    1.081806] usbhid: USB HID core driver
[    1.084225] Initializing XFRM netlink socket
[    1.084642] NET: Registered PF_INET6 protocol family
[    1.092489] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.106445] mmc2: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[    1.115261] Segment Routing with IPv6
[    1.115316] In-situ OAM (IOAM) with IPv6
[    1.115395] mip6: Mobile IPv6
[    1.115401] NET: Registered PF_PACKET protocol family
[    1.116530] registered taskstats version 1
[    1.116568] Loading compiled-in X.509 certificates
[    1.118000] zswap: loaded using pool lzo/zbud
[    1.118538] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    1.118769] Key type ._fscrypt registered
[    1.118775] Key type .fscrypt registered
[    1.118779] Key type fscrypt-provisioning registered
[    1.119598] Key type encrypted registered
[    1.171874] mmc2: Command Queue Engine enabled
[    1.171907] mmc2: new HS200 MMC card at address 0001
[    1.172698] mmcblk2: mmc2:0001 DA4064 58.2 GiB 
[    1.176324]  mmcblk2: p1 p2
[    1.177658] mmcblk2boot0: mmc2:0001 DA4064 4.00 MiB 
[    1.178962] mmcblk2boot1: mmc2:0001 DA4064 4.00 MiB 
[    1.180173] mmcblk2rpmb: mmc2:0001 DA4064 16.0 MiB, chardev (245:0)
[    1.206852] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    1.210643] rockchip-pcie f8000000.pcie: host bridge /pcie at f8000000 ranges:
[    1.210681] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[    1.210694] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[    1.211104] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[    1.323011] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    1.326683] usb 3-1: new high-speed USB device number 2 using ehci-platform
[    1.529409] usb 3-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[    1.529447] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.529469] usb 3-1: Product: USB2.0 Hub
[    1.531304] hub 3-1:1.0: USB hub found
[    1.531811] hub 3-1:1.0: 4 ports detected
[    1.806662] rockchip-pcie f8000000.pcie: PCIe link training gen1 timeout!
[    1.806746] rockchip-pcie: probe of f8000000.pcie failed with error -110
[    1.816590] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    1.816850] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 5
[    1.816974] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000002002010010
[    1.817024] xhci-hcd xhci-hcd.1.auto: irq 70, io mem 0xfe800000
[    1.817165] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    1.817366] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 6
[    1.817378] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    1.817520] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    1.817528] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.817535] usb usb5: Product: xHCI Host Controller
[    1.817540] usb usb5: Manufacturer: Linux 6.0.7-2-MANJARO-ARM xhci-hcd
[    1.817546] usb usb5: SerialNumber: xhci-hcd.1.auto
[    1.817940] hub 5-0:1.0: USB hub found
[    1.817966] hub 5-0:1.0: 1 port detected
[    1.818260] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.818363] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    1.818371] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.818377] usb usb6: Product: xHCI Host Controller
[    1.818382] usb usb6: Manufacturer: Linux 6.0.7-2-MANJARO-ARM xhci-hcd
[    1.818388] usb usb6: SerialNumber: xhci-hcd.1.auto
[    1.818743] hub 6-0:1.0: USB hub found
[    1.818766] hub 6-0:1.0: 1 port detected
[    1.822870] ALSA device list:
[    1.822897]   No soundcards found.
[    1.822905] ehci-platform fe380000.usb: EHCI Host Controller
[    1.823030] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    1.823221] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[    1.823328] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 7
[    1.823422] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 8
[    1.823548] ehci-platform fe380000.usb: irq 71, io mem 0xfe380000
[    1.823611] ohci-platform fe3a0000.usb: irq 72, io mem 0xfe3a0000
[    1.847016] usb 3-1.1: new high-speed USB device number 3 using ehci-platform
[    1.886708] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    1.887204] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    1.887233] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.887255] usb usb7: Product: EHCI Host Controller
[    1.887272] usb usb7: Manufacturer: Linux 6.0.7-2-MANJARO-ARM ehci_hcd
[    1.887289] usb usb7: SerialNumber: fe380000.usb
[    1.888355] hub 7-0:1.0: USB hub found
[    1.888432] hub 7-0:1.0: 1 port detected
[    1.891188] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.00
[    1.891219] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.891241] usb usb8: Product: Generic Platform OHCI controller
[    1.891258] usb usb8: Manufacturer: Linux 6.0.7-2-MANJARO-ARM ohci_hcd
[    1.891276] usb usb8: SerialNumber: fe3a0000.usb
[    1.892373] hub 8-0:1.0: USB hub found
[    1.892453] hub 8-0:1.0: 1 port detected
[    1.896721] Freeing unused kernel memory: 3584K
[    1.936604] Run /init as init process
[    1.936621]   with arguments:
[    1.936626]     /init
[    1.936630]     splash
[    1.936634]   with environment:
[    1.936637]     HOME=/
[    1.936641]     TERM=linux
[    2.037280] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 57
[    2.042401] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    2.096328] usb 3-1.1: New USB device found, idVendor=0c45, idProduct=6321, bcdDevice= 0.00
[    2.096353] usb 3-1.1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.096361] usb 3-1.1: Product: USB Camera
[    2.096367] usb 3-1.1: Manufacturer: Sonix Technology Co., Ltd.
[    2.381256] rk808-rtc rk808-rtc: registered as rtc0
[    2.381793] rk808-rtc rk808-rtc: setting system clock to 2022-12-15T11:25:53 UTC (1671103553)
[    2.409988] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[    2.410929] rockchip-vop ff900000.vop: Adding to iommu group 3
[    2.422832] rockchip-dp ff970000.edp: no DP phy configured
[    2.425004] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[    2.425170] [drm] unsupported AFBC format[3231564e]
[    2.426329] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[    2.427290] rockchip-drm display-subsystem: bound ff970000.edp (ops rockchip_dp_component_ops [rockchipdrm])
[    2.428543] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[    2.456464] usb 5-1: new high-speed USB device number 2 using xhci-hcd
[    2.536493] usb 8-1: new low-speed USB device number 2 using ohci-platform
[    2.656947] usb 5-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
[    2.656969] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.656977] usb 5-1: Product: USB2.0 HUB
[    2.714084] hub 5-1:1.0: USB hub found
[    2.714265] hub 5-1:1.0: 4 ports detected
[    2.817561] Console: switching to colour frame buffer device 240x67
[    2.873541] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[    2.921595] usb 8-1: New USB device found, idVendor=258a, idProduct=001e, bcdDevice= 1.00
[    2.921620] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.921626] usb 8-1: Product: USB KEYBOARD
[    2.921632] usb 8-1: Manufacturer: HAILUCK CO.,LTD
[    2.931416] input: HAILUCK CO.,LTD USB KEYBOARD as /devices/platform/fe3a0000.usb/usb8/8-1/8-1:1.0/0003:258A:001E.0001/input/input0
[    2.997201] hid-generic 0003:258A:001E.0001: input,hidraw0: USB HID v1.10 Keyboard [HAILUCK CO.,LTD USB KEYBOARD] on usb-fe3a0000.usb-1/input0
[    3.014346] input: gpio-key-lid as /devices/platform/gpio-key-lid/input/input1
[    3.019447] input: gpio-key-power as /devices/platform/gpio-key-power/input/input2
[    3.035107] input: HAILUCK CO.,LTD USB KEYBOARD Mouse as /devices/platform/fe3a0000.usb/usb8/8-1/8-1:1.1/0003:258A:001E.0002/input/input3
[    3.043910] input: HAILUCK CO.,LTD USB KEYBOARD Touchpad as /devices/platform/fe3a0000.usb/usb8/8-1/8-1:1.1/0003:258A:001E.0002/input/input4
[    3.044411] input: HAILUCK CO.,LTD USB KEYBOARD System Control as /devices/platform/fe3a0000.usb/usb8/8-1/8-1:1.1/0003:258A:001E.0002/input/input5
[    3.117143] input: HAILUCK CO.,LTD USB KEYBOARD Consumer Control as /devices/platform/fe3a0000.usb/usb8/8-1/8-1:1.1/0003:258A:001E.0002/input/input6
[    3.117480] input: HAILUCK CO.,LTD USB KEYBOARD Wireless Radio Control as /devices/platform/fe3a0000.usb/usb8/8-1/8-1:1.1/0003:258A:001E.0002/input/input7
[    3.118151] hid-multitouch 0003:258A:001E.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [HAILUCK CO.,LTD USB KEYBOARD] on usb-fe3a0000.usb-1/input1
[    3.326541] usb 5-1.1: new full-speed USB device number 3 using xhci-hcd
[    3.464278] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Quota mode: none.
[    3.568499] usb 5-1.1: New USB device found, idVendor=0639, idProduct=7210, bcdDevice=86.08
[    3.568528] usb 5-1.1: New USB device strings: Mfr=1, Product=4, SerialNumber=2
[    3.568537] usb 5-1.1: Product: Billboard
[    3.568544] usb 5-1.1: Manufacturer: Chrontel
[    3.568551] usb 5-1.1: SerialNumber: CH7210
[    3.766488] usb 5-1.4: new high-speed USB device number 4 using xhci-hcd
[    3.886823] systemd[1]: systemd 251.7-1-arch 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)
[    3.894906] systemd[1]: Detected architecture arm64.
[    3.917523] systemd[1]: Hostname set to <pinebookpro>.
[    3.998438] usb 5-1.4: New USB device found, idVendor=1209, idProduct=4201, bcdDevice= 5.09
[    3.998485] usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.998507] usb 5-1.4: Product: PinePhone
[    3.998524] usb 5-1.4: Manufacturer: Pine64
[    3.998541] usb 5-1.4: SerialNumber: Jumpdrive
[    4.059923] usb-storage 5-1.4:1.2: USB Mass Storage device detected
[    4.061313] scsi host0: usb-storage 5-1.4:1.2
[    4.476544] usb 5-1.2: new high-speed USB device number 5 using xhci-hcd
[    4.729755] usb 5-1.2: New USB device found, idVendor=0fe6, idProduct=9900, bcdDevice=20.00
[    4.729800] usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.729822] usb 5-1.2: Product: 10/100M LAN
[    4.729839] usb 5-1.2: Manufacturer: CoreChips
[    4.729855] usb 5-1.2: SerialNumber: 00F001E01AA6
[    4.804057] systemd[1]: Queued start job for default target Graphical Interface.
[    4.930840] systemd[1]: Created slice Slice /system/getty.
[    4.933661] systemd[1]: Created slice Slice /system/modprobe.
[    4.935820] systemd[1]: Created slice Slice /system/serial-getty.
[    4.937569] systemd[1]: Created slice User and Session Slice.
[    4.938328] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.939598] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.940093] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.940470] systemd[1]: Reached target Remote Encrypted Volumes.
[    4.940718] systemd[1]: Reached target Remote File Systems.
[    4.940980] systemd[1]: Reached target Slice Units.
[    4.941291] systemd[1]: Reached target Swaps.
[    4.941704] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.942504] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.946363] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.952911] systemd[1]: Listening on Process Core Dump Socket.
[    4.964344] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[    4.965718] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.967365] systemd[1]: Listening on Journal Socket.
[    4.969060] systemd[1]: Listening on Network Service Netlink Socket.
[    4.970285] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
[    4.973272] systemd[1]: Listening on udev Control Socket.
[    4.974539] systemd[1]: Listening on udev Kernel Socket.
[    4.975725] systemd[1]: Listening on User Database Manager Socket.
[    4.982147] systemd[1]: Mounting Huge Pages File System...
[    4.988905] systemd[1]: Mounting POSIX Message Queue File System...
[    4.995094] systemd[1]: Mounting Kernel Debug File System...
[    4.996605] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
[    5.003662] systemd[1]: Mounting Temporary Directory /tmp...
[    5.011463] systemd[1]: Starting Create List of Static Device Nodes...
[    5.017849] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.024050] systemd[1]: Starting Load Kernel Module configfs...
[    5.029991] systemd[1]: Starting Load Kernel Module drm...
[    5.036181] systemd[1]: Starting Load Kernel Module fuse...
[    5.037265] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    5.045069] systemd[1]: Starting Journal Service...
[    5.052742] systemd[1]: Starting Load Kernel Modules...
[    5.056149] fuse: init (API version 7.36)
[    5.057729] systemd[1]: Starting Generate network units from Kernel command line...
[    5.063247] systemd[1]: Starting Remount Root and Kernel File Systems...
[    5.064171] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[    5.069445] systemd[1]: Starting Coldplug All udev Devices...
[    5.077592] systemd[1]: Mounted Huge Pages File System.
[    5.078765] systemd[1]: Mounted POSIX Message Queue File System.
[    5.079896] systemd[1]: Mounted Kernel Debug File System.
[    5.080940] systemd[1]: Mounted Temporary Directory /tmp.
[    5.082636] systemd[1]: Finished Create List of Static Device Nodes.
[    5.095789] systemd[1]: modprobe at configfs.service: Deactivated successfully.
[    5.096242] systemd[1]: Finished Load Kernel Module configfs.
[    5.097420] systemd[1]: modprobe at drm.service: Deactivated successfully.
[    5.097882] systemd[1]: Finished Load Kernel Module drm.
[    5.099114] systemd[1]: modprobe at fuse.service: Deactivated successfully.
[    5.099581] systemd[1]: Finished Load Kernel Module fuse.
[    5.100679] systemd[1]: Finished Load Kernel Modules.
[    5.101207] EXT4-fs (mmcblk2p2): re-mounted. Quota mode: none.
[    5.103233] systemd[1]: Finished Generate network units from Kernel command line.
[    5.105619] systemd[1]: Finished Remount Root and Kernel File Systems.
[    5.111656] systemd[1]: Mounting FUSE Control File System...
[    5.117340] systemd[1]: Mounting Kernel Configuration File System...
[    5.117820] scsi 0:0:0:0: Direct-Access     JumpDriv e eMMC                PQ: 0 ANSI: 2
[    5.118026] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[    5.118572] scsi 0:0:0:1: Direct-Access     JumpDriv e microSD             PQ: 0 ANSI: 2
[    5.120889] sd 0:0:0:1: Power-on or device reset occurred
[    5.121330] sd 0:0:0:1: [sdb] 124735488 512-byte logical blocks: (63.9 GB/59.5 GiB)
[    5.121350] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    5.121621] sd 0:0:0:1: [sdb] Write Protect is off
[    5.121634] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[    5.121659] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    5.121823] sd 0:0:0:0: Power-on or device reset occurred
[    5.122150] sd 0:0:0:0: [sda] 60620800 512-byte logical blocks: (31.0 GB/28.9 GiB)
[    5.122297] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.122446] sd 0:0:0:0: [sda] Write Protect is off
[    5.122457] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[    5.122603] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.126320] systemd[1]: Starting Load/Save Random Seed...
[    5.130355]  sdb: sdb1
[    5.130378] random: lvm: uninitialized urandom read (4 bytes read)
[    5.131289] systemd[1]: Starting Apply Kernel Variables...
[    5.131853] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    5.132915]  sda: sda1 sda2
[    5.133228] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[    5.135312] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    5.148739] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.152156] systemd[1]: Starting Setup Virtual Console...
[    5.155611] systemd[1]: Mounted FUSE Control File System.
[    5.157314] systemd[1]: Mounted Kernel Configuration File System.
[    5.170718] systemd[1]: Finished Apply Kernel Variables.
[    5.208663] systemd[1]: Started Journal Service.
[    5.245447] systemd-journald[311]: Received client request to flush runtime journal.
[    5.858275] mc: Linux media interface: v0.10
[    5.867020] es8316 1-0011: Failed to get IRQ 0: -22
[    5.906904] videodev: Linux video capture interface: v2.00
[    5.908775] FAT-fs (mmcblk2p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    5.966066] rockchip-rga ff680000.rga: HW Version: 0x03.02
[    5.984416] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[    5.985684] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
[    5.986844] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[    5.990174] rkvdec ff660000.video-codec: Adding to iommu group 1
[    5.990398] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[    6.005999] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video2
[    6.006133] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video3
[    6.025002] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    6.029456] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.pine64,pinebook-pro.bin failed with error -2
[    6.042624] usbcore: registered new interface driver brcmfmac
[    6.094489] Bluetooth: Core ver 2.22
[    6.095942] NET: Registered PF_BLUETOOTH protocol family
[    6.095960] Bluetooth: HCI device and connection manager initialized
[    6.095981] Bluetooth: HCI socket layer initialized
[    6.095990] Bluetooth: L2CAP socket layer initialized
[    6.096024] Bluetooth: SCO socket layer initialized
[    6.116456] random: crng init done
[    6.137715] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    6.144825] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[    6.153403] usb 3-1.1: Found UVC 1.00 device USB Camera (0c45:6321)
[    6.198788] input: USB Camera: USB Camera as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.1/3-1.1:1.0/input/input8
[    6.200147] usbcore: registered new interface driver uvcvideo
[    6.202632] dw_wdt ff848000.watchdog: No valid TOPs array specified
[    6.207554] Bluetooth: HCI UART driver ver 2.3
[    6.207576] Bluetooth: HCI UART protocol H4 registered
[    6.207580] Bluetooth: HCI UART protocol BCSP registered
[    6.210176] Bluetooth: HCI UART protocol LL registered
[    6.210189] Bluetooth: HCI UART protocol ATH3K registered
[    6.210230] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    6.210452] Bluetooth: HCI UART protocol Intel registered
[    6.214228] Bluetooth: HCI UART protocol Broadcom registered
[    6.214267] Bluetooth: HCI UART protocol QCA registered
[    6.214540] Bluetooth: HCI UART protocol Marvell registered
[    6.326599] dw-apb-uart ff180000.serial: failed to request DMA
[    6.353772] panfrost ff9a0000.gpu: clock rate = 500000000
[    6.428585] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[    6.428612] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[    6.428621] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[    6.428629] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[    6.567116] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1
[    6.617322] Bluetooth: hci0: BCM: chip id 107
[    6.617704] Bluetooth: hci0: BCM: features 0x2f
[    6.619923] Bluetooth: hci0: BCM4345C0
[    6.619940] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[    6.620211] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[    6.620215] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.pine64,pinebook-pro.hcd'
[    6.620218] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
[    6.620221] Bluetooth: hci0: BCM: 'brcm/BCM.pine64,pinebook-pro.hcd'
[    6.620223] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[    6.691749] input: rockchip,es8316-codec Headphones as /devices/platform/es8316-sound/sound/card0/input9
[    6.764821] cdc_ether 5-1.2:2.0 eth0: register 'cdc_ether' at usb-xhci-hcd.1.auto-1.2, CDC Ethernet Device, 00:f0:01:e0:1a:a6
[    6.764930] usbcore: registered new interface driver cdc_ether
[    6.840228] rndis_host 5-1.4:1.0 usb0: register 'rndis_host' at usb-xhci-hcd.1.auto-1.4, RNDIS device, 96:43:de:22:0d:a0
[    6.850368] usbcore: registered new interface driver rndis_host
[    6.860524] usbcore: registered new interface driver rndis_wlan
[    7.005758] zram: Added device: zram0
[    7.018882] zram0: detected capacity change from 0 to 11790976
[    7.058870] Adding 5895484k swap on /dev/zram0.  Priority:100 extents:1 across:5895484k SSFS
[    7.117566] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.117599] Bluetooth: BNEP filters: protocol multicast
[    7.117623] Bluetooth: BNEP socket layer initialized
[    7.126522] Bluetooth: MGMT ver 1.22
[    8.644876] bpfilter: Loaded bpfilter_umh pid 487
[    8.645972] Started bpfilter
[   17.117860] platform hdmi-sound: deferred probe pending
[   20.719172] Bluetooth: RFCOMM TTY layer initialized
[   20.719239] Bluetooth: RFCOMM socket layer initialized
[   20.719270] Bluetooth: RFCOMM ver 1.11
[   28.321124] usb 5-1: USB disconnect, device number 2
[   28.321253] usb 5-1.1: USB disconnect, device number 3
[   28.323615] usb 5-1.2: USB disconnect, device number 5
[   28.324384] cdc_ether 5-1.2:2.0 eth0: unregister 'cdc_ether' usb-xhci-hcd.1.auto-1.2, CDC Ethernet Device
[   28.442491] usb 5-1.4: USB disconnect, device number 4
[   28.442871] rndis_host 5-1.4:1.0 usb0: unregister 'rndis_host' usb-xhci-hcd.1.auto-1.4, RNDIS device
[   28.636853] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   28.637058] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[   28.846889] sd 0:0:0:1: [sdb] Synchronizing SCSI cache
[   28.847245] sd 0:0:0:1: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[   29.316595] usb 5-1: new high-speed USB device number 6 using xhci-hcd
[   29.517274] usb 5-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
[   29.517326] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   29.517379] usb 5-1: Product: USB2.0 HUB
[   29.562270] hub 5-1:1.0: USB hub found
[   29.562461] hub 5-1:1.0: 4 ports detected
[   29.986458] usb 5-1.1: new full-speed USB device number 7 using xhci-hcd
[   30.219306] usb 5-1.1: New USB device found, idVendor=0639, idProduct=7210, bcdDevice=86.08
[   30.219357] usb 5-1.1: New USB device strings: Mfr=1, Product=4, SerialNumber=2
[   30.219380] usb 5-1.1: Product: Billboard
[   30.219397] usb 5-1.1: Manufacturer: Chrontel
[   30.219414] usb 5-1.1: SerialNumber: CH7210
[   30.416697] usb 5-1.2: new high-speed USB device number 8 using xhci-hcd
[   30.647307] usb 5-1.2: New USB device found, idVendor=0fe6, idProduct=9900, bcdDevice=20.00
[   30.647341] usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   30.647348] usb 5-1.2: Product: 10/100M LAN
[   30.647354] usb 5-1.2: Manufacturer: CoreChips
[   30.647360] usb 5-1.2: SerialNumber: 00F001E01AA6
[   30.683840] cdc_ether 5-1.2:2.0 eth0: register 'cdc_ether' at usb-xhci-hcd.1.auto-1.2, CDC Ethernet Device, 00:f0:01:e0:1a:a6
[   30.876636] usb 5-1.4: new high-speed USB device number 9 using xhci-hcd
[   31.117273] usb 5-1.4: New USB device found, idVendor=1209, idProduct=4201, bcdDevice= 5.09
[   31.117421] usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   31.117432] usb 5-1.4: Product: PinePhone
[   31.117439] usb 5-1.4: Manufacturer: Pine64
[   31.117446] usb 5-1.4: SerialNumber: Jumpdrive
[   31.163972] rndis_host 5-1.4:1.0 usb0: register 'rndis_host' at usb-xhci-hcd.1.auto-1.4, RNDIS device, 96:43:de:22:0d:a0
[   31.166039] usb-storage 5-1.4:1.2: USB Mass Storage device detected
[   31.166936] scsi host0: usb-storage 5-1.4:1.2
[   31.836816] LDO_REG1: disabling
[   32.169541] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   32.237936] scsi 0:0:0:0: Direct-Access     JumpDriv e eMMC                PQ: 0 ANSI: 2
[   32.238669] scsi 0:0:0:1: Direct-Access     JumpDriv e microSD             PQ: 0 ANSI: 2
[   32.240931] sd 0:0:0:0: Power-on or device reset occurred
[   32.241851] sd 0:0:0:0: [sda] 60620800 512-byte logical blocks: (31.0 GB/28.9 GiB)
[   32.242690] sd 0:0:0:1: Power-on or device reset occurred
[   32.243634] sd 0:0:0:1: [sdb] 124735488 512-byte logical blocks: (63.9 GB/59.5 GiB)
[   32.244124] sd 0:0:0:0: [sda] Write Protect is off
[   32.244147] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[   32.244652] sd 0:0:0:1: [sdb] Write Protect is off
[   32.244674] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[   32.245117] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   32.247245] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   32.253315]  sda: sda1 sda2
[   32.259399] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   32.262501]  sdb: sdb1
[   32.263823] sd 0:0:0:1: [sdb] Attached SCSI removable disk
[ 1049.312593] PM: suspend entry (deep)
[ 1049.521191] Filesystems sync: 0.208 seconds
[ 1049.523179] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 1049.527514] OOM killer disabled.
[ 1049.527521] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1049.529285] printk: Suspending console(s) (use no_console_suspend to debug)
[ 1049.601034] sd 0:0:0:1: [sdb] Synchronizing SCSI cache
[ 1049.601156] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 1049.601830] rndis_host 5-1.4:1.0 usb0: unregister 'rndis_host' usb-xhci-hcd.1.auto-1.4, RNDIS device
[ 1049.671331] usb 5-1-port4: cannot reset (err = -71)
[ 1049.671534] usb 5-1-port4: cannot reset (err = -71)
[ 1049.671544] usb 5-1-port4: Cannot enable. Maybe the USB cable is bad?
[ 1049.671734] usb 5-1-port4: cannot disable (err = -71)
[ 1049.671927] usb 5-1-port4: cannot reset (err = -71)
[ 1049.672118] usb 5-1-port4: cannot reset (err = -71)
[ 1049.672128] usb 5-1-port4: Cannot enable. Maybe the USB cable is bad?
[ 1049.672298] usb 5-1-port4: cannot disable (err = -71)
[ 1049.672400] usb 5-1-port4: cannot reset (err = -71)
[ 1049.672500] usb 5-1-port4: cannot reset (err = -71)
[ 1049.672509] usb 5-1-port4: Cannot enable. Maybe the USB cable is bad?
[ 1049.672604] usb 5-1-port4: cannot disable (err = -71)
[ 1049.672714] usb 5-1-port4: cannot reset (err = -71)
[ 1049.672812] usb 5-1-port4: cannot reset (err = -71)
[ 1049.672821] usb 5-1-port4: Cannot enable. Maybe the USB cable is bad?
[ 1049.672917] usb 5-1-port4: cannot disable (err = -71)
[ 1049.673016] usb 5-1-port4: cannot disable (err = -71)
[ 1050.281145] sd 0:0:0:1: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[ 1050.281172] sd 0:0:0:1: PM: dpm_run_callback(): scsi_bus_suspend+0x0/0xdc returns -5
[ 1050.281207] sd 0:0:0:1: PM: failed to suspend async: error -5
[ 1050.281303] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[ 1050.281316] sd 0:0:0:0: PM: dpm_run_callback(): scsi_bus_suspend+0x0/0xdc returns -5
[ 1050.281348] sd 0:0:0:0: PM: failed to suspend async: error -5
[ 1050.537057] PM: Some devices failed to suspend, or early wake event detected
[ 1050.538218] hub 3-1:1.0: hub_ext_port_status failed (err = -113)
[ 1050.538251] usb 3-1-port1: cannot disable (err = -113)
[ 1050.539742] hub 5-1:1.0: hub_ext_port_status failed (err = -71)
[ 1050.540066] hub 5-1:1.0: hub_ext_port_status failed (err = -71)
[ 1050.540124] usb 5-1-port1: cannot disable (err = -71)
[ 1050.540269] usb 5-1-port2: cannot disable (err = -71)
[ 1050.660943] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1050.794730] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 1051.643371] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 59
[ 1051.650929] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 1051.651133] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.pine64,pinebook-pro.bin failed with error -2
[ 1051.652782] PM: resume devices took 1.120 seconds
[ 1051.652841] OOM killer enabled.
[ 1051.652845] Restarting tasks ... 
[ 1051.659750] hub 5-1:1.0: hub_ext_port_status failed (err = -71)
[ 1051.659948] hub 5-1:1.0: hub_ext_port_status failed (err = -71)
[ 1051.660008] usb 5-1: USB disconnect, device number 6
[ 1051.660196] done.
[ 1051.660230] random: crng reseeded on system resumption
[ 1051.660334] PM: suspend exit
[ 1051.660525] hub 5-1:1.0: hub_ext_port_status failed (err = -71)
[ 1051.660771] usb 5-1.1: USB disconnect, device number 7
[ 1051.676604] PM: suspend entry (s2idle)
[ 1051.716254] usb 5-1.2: USB disconnect, device number 8
[ 1051.716597] cdc_ether 5-1.2:2.0 eth0: unregister 'cdc_ether' usb-xhci-hcd.1.auto-1.2, CDC Ethernet Device
[ 1051.763917] usb 3-1.1: USB disconnect, device number 3
[ 1051.767598] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 1051.772526] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[ 1051.835428] usb 5-1.4: USB disconnect, device number 9
[ 1051.871022] sda: detected capacity change from 60620800 to 0
[ 1051.871194] sd 0:0:0:1: [sdb] Test Unit Ready failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[ 1051.871213] sdb: detected capacity change from 124735488 to 0
[ 1051.879149] Filesystems sync: 0.202 seconds
[ 1051.880108] Freezing user space processes ... (elapsed 0.019 seconds) done.
[ 1051.899657] OOM killer disabled.
[ 1051.899663] Freezing remaining freezable tasks ... 
[ 1051.990906] usb 3-1.1: new high-speed USB device number 4 using ehci-platform
[ 1052.201916] usb 3-1.1: New USB device found, idVendor=0c45, idProduct=6321, bcdDevice= 0.00
[ 1052.201964] usb 3-1.1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 1052.201986] usb 3-1.1: Product: USB Camera
[ 1052.202004] usb 3-1.1: Manufacturer: Sonix Technology Co., Ltd.
[ 1052.207622] usb 3-1.1: Found UVC 1.00 device USB Camera (0c45:6321)
[ 1052.243248] input: USB Camera: USB Camera as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.1/3-1.1:1.0/input/input10
[ 1052.421014] usb 5-1: new high-speed USB device number 10 using xhci-hcd
[ 1052.601437] usb 5-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
[ 1052.601486] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1052.601509] usb 5-1: Product: USB2.0 HUB
[ 1052.666338] hub 5-1:1.0: USB hub found
[ 1052.666477] hub 5-1:1.0: 4 ports detected
[ 1052.669065] (elapsed 0.769 seconds) done.
[ 1052.669110] printk: Suspending console(s) (use no_console_suspend to debug)
[ 1052.770972] hub 5-1:1.0: hub_ext_port_status failed (err = -113)
[ 1053.533581] PM: suspend devices took 0.870 seconds
[ 1053.544559] ------------[ cut here ]------------
[ 1053.544576] clk_spi1 already disabled
[ 1053.544685] WARNING: CPU: 1 PID: 1522 at drivers/clk/clk.c:963 clk_core_disable+0xb0/0xc0
[ 1053.544734] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_tables ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_raw iptable_security nfnetlink ip6table_filter ip6_tables iptable_filter bpfilter bnep zram rndis_wlan rndis_host cdc_ether usbnet mii snd_soc_simple_amplifier panfrost hci_uart dw_wdt btqca watchdog gpu_sched snd_soc_rockchip_i2s btrtl drm_shmem_helper uvcvideo typec_displayport btbcm btsdio btintel videobuf2_vmalloc bluetooth joydev hantro_vpu(C) rockchip_vdec(C) brcmfmac v4l2_vp9 v4l2_h264 rockchip_rga brcmutil videobuf2_dma_contig ecdh_generic v4l2_mem2mem videobuf2_dma_sg videobuf2_memops ecc cfg80211 videobuf2_v4l2 videobuf2_common rfkill cw2015_battery videodev snd_soc_simple_card snd_soc_es8316 snd_soc_simple_card_utils mc
[ 1053.545334]  rockchip_saradc snd_soc_core rockchip_thermal ac97_bus snd_pcm_dmaengine snd_pcm snd_timer gpio_charger crypto_user fuse gpio_keys pwm_bl panel_edp drm_dp_aux_bus rockchipdrm drm_cma_helper analogix_dp dw_hdmi cec rc_core dw_mipi_dsi drm_display_helper drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm backlight rtc_rk808
[ 1053.545562] CPU: 1 PID: 1522 Comm: systemd-sleep Tainted: G         C         6.0.7-2-MANJARO-ARM #1
[ 1053.545584] Hardware name: Pine64 Pinebook Pro (DT)
[ 1053.545595] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 1053.545616] pc : clk_core_disable+0xb0/0xc0
[ 1053.545637] lr : clk_core_disable+0xb0/0xc0
[ 1053.545656] sp : ffff80000a9039d0
[ 1053.545665] x29: ffff80000a9039d0 x28: ffff0000022924f8 x27: 0000000000000002
[ 1053.545697] x26: ffff80000874e560 x25: ffff8000095a3564 x24: ffff80000975efd0
[ 1053.545729] x23: 0000000000000000 x22: ffff8000097e4000 x21: ffff0000033e7e00
[ 1053.545761] x20: ffff000002191c00 x19: ffff000002191c00 x18: ffffffffffffffff
[ 1053.545792] x17: 000000040044ffff x16: 00100072b5503510 x15: fffffffffff8d377
[ 1053.545824] x14: 0000000000000022 x13: 0a64656c62617369 x12: 642079646165726c
[ 1053.545855] x11: 656820747563205b x10: 2d2d2d2d2d2d2d2d x9 : ffff80000a9039d0
[ 1053.545887] x8 : ffff8000095a3be8 x7 : ffff80000a9037c0 x6 : 000000000000000d
[ 1053.545918] x5 : ffff0000f775ea50 x4 : 0000000000000000 x3 : 0000000000000027
[ 1053.545948] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00002a7eec80
[ 1053.545979] Call trace:
[ 1053.545986]  clk_core_disable+0xb0/0xc0
[ 1053.546008]  clk_disable+0x30/0x4c
[ 1053.546031]  rockchip_spi_suspend+0x34/0x70
[ 1053.546052]  dpm_run_callback+0x50/0xf0
[ 1053.546073]  __device_suspend_noirq+0x6c/0x1f0
[ 1053.546092]  dpm_noirq_suspend_devices+0x13c/0x23c
[ 1053.546111]  dpm_suspend_noirq+0x24/0x9c
[ 1053.546130]  suspend_enter+0x1b0/0x320
[ 1053.546154]  suspend_devices_and_enter+0x158/0x1f0
[ 1053.546176]  enter_state+0x204/0x288
[ 1053.546197]  pm_suspend+0x58/0xd0
[ 1053.546217]  state_store+0x80/0xec
[ 1053.546237]  kobj_attr_store+0x18/0x30
[ 1053.546258]  sysfs_kf_write+0x44/0x54
[ 1053.546284]  kernfs_fop_write_iter+0x118/0x1e0
[ 1053.546307]  vfs_write+0x1a0/0x2d0
[ 1053.546333]  ksys_write+0x6c/0x100
[ 1053.546355]  __arm64_sys_write+0x1c/0x30
[ 1053.546378]  invoke_syscall+0x70/0xf4
[ 1053.546403]  el0_svc_common.constprop.0+0x44/0xec
[ 1053.546427]  do_el0_svc+0x28/0x34
[ 1053.546449]  el0_svc+0x2c/0x84
[ 1053.546469]  el0t_64_sync_handler+0xf4/0x120
[ 1053.546490]  el0t_64_sync+0x18c/0x190
[ 1053.546508] ---[ end trace 0000000000000000 ]---
[ 1053.546521] ------------[ cut here ]------------
[ 1053.546527] clk_spi1 already unprepared
[ 1053.546627] WARNING: CPU: 1 PID: 1522 at drivers/clk/clk.c:822 clk_core_unprepare+0xf0/0x110
[ 1053.546659] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_tables ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_raw iptable_security nfnetlink ip6table_filter ip6_tables iptable_filter bpfilter bnep zram rndis_wlan rndis_host cdc_ether usbnet mii snd_soc_simple_amplifier panfrost hci_uart dw_wdt btqca watchdog gpu_sched snd_soc_rockchip_i2s btrtl drm_shmem_helper uvcvideo typec_displayport btbcm btsdio btintel videobuf2_vmalloc bluetooth joydev hantro_vpu(C) rockchip_vdec(C) brcmfmac v4l2_vp9 v4l2_h264 rockchip_rga brcmutil videobuf2_dma_contig ecdh_generic v4l2_mem2mem videobuf2_dma_sg videobuf2_memops ecc cfg80211 videobuf2_v4l2 videobuf2_common rfkill cw2015_battery videodev snd_soc_simple_card snd_soc_es8316 snd_soc_simple_card_utils mc
[ 1053.547217]  rockchip_saradc snd_soc_core rockchip_thermal ac97_bus snd_pcm_dmaengine snd_pcm snd_timer gpio_charger crypto_user fuse gpio_keys pwm_bl panel_edp drm_dp_aux_bus rockchipdrm drm_cma_helper analogix_dp dw_hdmi cec rc_core dw_mipi_dsi drm_display_helper drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm backlight rtc_rk808
[ 1053.547428] CPU: 1 PID: 1522 Comm: systemd-sleep Tainted: G        WC         6.0.7-2-MANJARO-ARM #1
[ 1053.547448] Hardware name: Pine64 Pinebook Pro (DT)
[ 1053.547456] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 1053.547476] pc : clk_core_unprepare+0xf0/0x110
[ 1053.547499] lr : clk_core_unprepare+0xf0/0x110
[ 1053.547520] sp : ffff80000a9039d0
[ 1053.547528] x29: ffff80000a9039d0 x28: ffff0000022924f8 x27: 0000000000000002
[ 1053.547561] x26: ffff80000874e560 x25: ffff8000095a3564 x24: ffff80000975efd0
[ 1053.547592] x23: 0000000000000000 x22: ffff8000097e4000 x21: ffff0000033e7e00
[ 1053.547623] x20: ffff000002d18580 x19: ffff000002191c00 x18: ffffffffffffffff
[ 1053.547655] x17: 000000040044ffff x16: 00100072b5503510 x15: fffffffffff8e207
[ 1053.547686] x14: 0000000000000022 x13: 0a64657261706572 x12: 706e752079646165
[ 1053.547718] x11: 656820747563205b x10: 2d2d2d2d2d2d2d2d x9 : ffff80000a9039d0
[ 1053.547749] x8 : ffff8000095a3be8 x7 : ffff80000a9037c0 x6 : 000000000000000d
[ 1053.547780] x5 : ffff0000f775ea50 x4 : 0000000000000000 x3 : 0000000000000027
[ 1053.547810] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00002a7eec80
[ 1053.547840] Call trace:
[ 1053.547847]  clk_core_unprepare+0xf0/0x110
[ 1053.547870]  clk_unprepare+0x2c/0x44
[ 1053.547892]  rockchip_spi_suspend+0x3c/0x70
[ 1053.547911]  dpm_run_callback+0x50/0xf0
[ 1053.547929]  __device_suspend_noirq+0x6c/0x1f0
[ 1053.547947]  dpm_noirq_suspend_devices+0x13c/0x23c
[ 1053.547966]  dpm_suspend_noirq+0x24/0x9c
[ 1053.547985]  suspend_enter+0x1b0/0x320
[ 1053.548006]  suspend_devices_and_enter+0x158/0x1f0
[ 1053.548029]  enter_state+0x204/0x288
[ 1053.548048]  pm_suspend+0x58/0xd0
[ 1053.548068]  state_store+0x80/0xec
[ 1053.548087]  kobj_attr_store+0x18/0x30
[ 1053.548105]  sysfs_kf_write+0x44/0x54
[ 1053.548129]  kernfs_fop_write_iter+0x118/0x1e0
[ 1053.548152]  vfs_write+0x1a0/0x2d0
[ 1053.548175]  ksys_write+0x6c/0x100
[ 1053.548197]  __arm64_sys_write+0x1c/0x30
[ 1053.548220]  invoke_syscall+0x70/0xf4
[ 1053.548243]  el0_svc_common.constprop.0+0x44/0xec
[ 1053.548267]  do_el0_svc+0x28/0x34
[ 1053.548289]  el0_svc+0x2c/0x84
[ 1053.548308]  el0t_64_sync_handler+0xf4/0x120
[ 1053.548328]  el0t_64_sync+0x18c/0x190
[ 1053.548345] ---[ end trace 0000000000000000 ]---
[ 1053.548357] ------------[ cut here ]------------
[ 1053.548362] pclk_spi1 already disabled
[ 1053.548460] WARNING: CPU: 1 PID: 1522 at drivers/clk/clk.c:963 clk_core_disable+0xb0/0xc0
[ 1053.548490] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_tables ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_raw iptable_security nfnetlink ip6table_filter ip6_tables iptable_filter bpfilter bnep zram rndis_wlan rndis_host cdc_ether usbnet mii snd_soc_simple_amplifier panfrost hci_uart dw_wdt btqca watchdog gpu_sched snd_soc_rockchip_i2s btrtl drm_shmem_helper uvcvideo typec_displayport btbcm btsdio btintel videobuf2_vmalloc bluetooth joydev hantro_vpu(C) rockchip_vdec(C) brcmfmac v4l2_vp9 v4l2_h264 rockchip_rga brcmutil videobuf2_dma_contig ecdh_generic v4l2_mem2mem videobuf2_dma_sg videobuf2_memops ecc cfg80211 videobuf2_v4l2 videobuf2_common rfkill cw2015_battery videodev snd_soc_simple_card snd_soc_es8316 snd_soc_simple_card_utils mc
[ 1053.549044]  rockchip_saradc snd_soc_core rockchip_thermal ac97_bus snd_pcm_dmaengine snd_pcm snd_timer gpio_charger crypto_user fuse gpio_keys pwm_bl panel_edp drm_dp_aux_bus rockchipdrm drm_cma_helper analogix_dp dw_hdmi cec rc_core dw_mipi_dsi drm_display_helper drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm backlight rtc_rk808
[ 1053.549255] CPU: 1 PID: 1522 Comm: systemd-sleep Tainted: G        WC         6.0.7-2-MANJARO-ARM #1
[ 1053.549275] Hardware name: Pine64 Pinebook Pro (DT)
[ 1053.549284] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 1053.549303] pc : clk_core_disable+0xb0/0xc0
[ 1053.549323] lr : clk_core_disable+0xb0/0xc0
[ 1053.549342] sp : ffff80000a9039d0
[ 1053.549349] x29: ffff80000a9039d0 x28: ffff0000022924f8 x27: 0000000000000002
[ 1053.549382] x26: ffff80000874e560 x25: ffff8000095a3564 x24: ffff80000975efd0
[ 1053.549414] x23: 0000000000000000 x22: ffff8000097e4000 x21: ffff0000033e7e00
[ 1053.549445] x20: ffff00000217a900 x19: ffff00000217a900 x18: ffffffffffffffff
[ 1053.549476] x17: 000000040044ffff x16: 00100072b5503510 x15: fffffffffff8f09f
[ 1053.549508] x14: 0000000000000022 x13: 0a64656c62617369 x12: 642079646165726c
[ 1053.549540] x11: 656820747563205b x10: 2d2d2d2d2d2d2d2d x9 : ffff80000a9039d0
[ 1053.549571] x8 : ffff8000095a3be8 x7 : ffff80000a9037c0 x6 : 000000000000000d
[ 1053.549602] x5 : ffff0000f775ea50 x4 : 0000000000000000 x3 : 0000000000000027
[ 1053.549632] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00002a7eec80
[ 1053.549663] Call trace:
[ 1053.549669]  clk_core_disable+0xb0/0xc0
[ 1053.549690]  clk_disable+0x30/0x4c
[ 1053.549711]  rockchip_spi_suspend+0x48/0x70
[ 1053.549730]  dpm_run_callback+0x50/0xf0
[ 1053.549748]  __device_suspend_noirq+0x6c/0x1f0
[ 1053.549767]  dpm_noirq_suspend_devices+0x13c/0x23c
[ 1053.549786]  dpm_suspend_noirq+0x24/0x9c
[ 1053.549805]  suspend_enter+0x1b0/0x320
[ 1053.549825]  suspend_devices_and_enter+0x158/0x1f0
[ 1053.549847]  enter_state+0x204/0x288
[ 1053.549866]  pm_suspend+0x58/0xd0
[ 1053.549886]  state_store+0x80/0xec
[ 1053.549906]  kobj_attr_store+0x18/0x30
[ 1053.549923]  sysfs_kf_write+0x44/0x54
[ 1053.549948]  kernfs_fop_write_iter+0x118/0x1e0
[ 1053.549972]  vfs_write+0x1a0/0x2d0
[ 1053.549995]  ksys_write+0x6c/0x100
[ 1053.550017]  __arm64_sys_write+0x1c/0x30
[ 1053.550040]  invoke_syscall+0x70/0xf4
[ 1053.550063]  el0_svc_common.constprop.0+0x44/0xec
[ 1053.550087]  do_el0_svc+0x28/0x34
[ 1053.550108]  el0_svc+0x2c/0x84
[ 1053.550127]  el0t_64_sync_handler+0xf4/0x120
[ 1053.550148]  el0t_64_sync+0x18c/0x190
[ 1053.550165] ---[ end trace 0000000000000000 ]---
[ 1053.550175] ------------[ cut here ]------------
[ 1053.550181] pclk_spi1 already unprepared
[ 1053.550278] WARNING: CPU: 1 PID: 1522 at drivers/clk/clk.c:822 clk_core_unprepare+0xf0/0x110
[ 1053.550310] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device rfcomm nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_tables ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_raw iptable_security nfnetlink ip6table_filter ip6_tables iptable_filter bpfilter bnep zram rndis_wlan rndis_host cdc_ether usbnet mii snd_soc_simple_amplifier panfrost hci_uart dw_wdt btqca watchdog gpu_sched snd_soc_rockchip_i2s btrtl drm_shmem_helper uvcvideo typec_displayport btbcm btsdio btintel videobuf2_vmalloc bluetooth joydev hantro_vpu(C) rockchip_vdec(C) brcmfmac v4l2_vp9 v4l2_h264 rockchip_rga brcmutil videobuf2_dma_contig ecdh_generic v4l2_mem2mem videobuf2_dma_sg videobuf2_memops ecc cfg80211 videobuf2_v4l2 videobuf2_common rfkill cw2015_battery videodev snd_soc_simple_card snd_soc_es8316 snd_soc_simple_card_utils mc
[ 1053.550865]  rockchip_saradc snd_soc_core rockchip_thermal ac97_bus snd_pcm_dmaengine snd_pcm snd_timer gpio_charger crypto_user fuse gpio_keys pwm_bl panel_edp drm_dp_aux_bus rockchipdrm drm_cma_helper analogix_dp dw_hdmi cec rc_core dw_mipi_dsi drm_display_helper drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm backlight rtc_rk808
[ 1053.551076] CPU: 1 PID: 1522 Comm: systemd-sleep Tainted: G        WC         6.0.7-2-MANJARO-ARM #1
[ 1053.551095] Hardware name: Pine64 Pinebook Pro (DT)
[ 1053.551104] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 1053.551123] pc : clk_core_unprepare+0xf0/0x110
[ 1053.551146] lr : clk_core_unprepare+0xf0/0x110
[ 1053.551168] sp : ffff80000a9039d0
[ 1053.551176] x29: ffff80000a9039d0 x28: ffff0000022924f8 x27: 0000000000000002
[ 1053.551208] x26: ffff80000874e560 x25: ffff8000095a3564 x24: ffff80000975efd0
[ 1053.551240] x23: 0000000000000000 x22: ffff8000097e4000 x21: ffff0000033e7e00
[ 1053.551272] x20: ffff0000033e7800 x19: ffff00000217a900 x18: ffffffffffffffff
[ 1053.551303] x17: 000000040044ffff x16: 00100072b5503510 x15: fffffffffff8ff2f
[ 1053.551335] x14: 0000000000000022 x13: 0a64657261706572 x12: 706e752079646165
[ 1053.551366] x11: 656820747563205b x10: 2d2d2d2d2d2d2d2d x9 : ffff80000a9039d0
[ 1053.551398] x8 : ffff8000095a3be8 x7 : ffff80000a9037c0 x6 : 000000000000000d
[ 1053.551429] x5 : ffff0000f775ea50 x4 : 0000000000000000 x3 : 0000000000000027
[ 1053.551459] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff00002a7eec80
[ 1053.551489] Call trace:
[ 1053.551496]  clk_core_unprepare+0xf0/0x110
[ 1053.551519]  clk_unprepare+0x2c/0x44
[ 1053.551541]  rockchip_spi_suspend+0x50/0x70
[ 1053.551560]  dpm_run_callback+0x50/0xf0
[ 1053.551578]  __device_suspend_noirq+0x6c/0x1f0
[ 1053.551596]  dpm_noirq_suspend_devices+0x13c/0x23c
[ 1053.551615]  dpm_suspend_noirq+0x24/0x9c
[ 1053.551634]  suspend_enter+0x1b0/0x320
[ 1053.551655]  suspend_devices_and_enter+0x158/0x1f0
[ 1053.551677]  enter_state+0x204/0x288
[ 1053.551696]  pm_suspend+0x58/0xd0
[ 1053.551717]  state_store+0x80/0xec
[ 1053.551736]  kobj_attr_store+0x18/0x30
[ 1053.551754]  sysfs_kf_write+0x44/0x54
[ 1053.551777]  kernfs_fop_write_iter+0x118/0x1e0
[ 1053.551801]  vfs_write+0x1a0/0x2d0
[ 1053.551824]  ksys_write+0x6c/0x100
[ 1053.551846]  __arm64_sys_write+0x1c/0x30
[ 1053.551869]  invoke_syscall+0x70/0xf4
[ 1053.551892]  el0_svc_common.constprop.0+0x44/0xec
[ 1053.551916]  do_el0_svc+0x28/0x34
[ 1053.551938]  el0_svc+0x2c/0x84
[ 1053.551957]  el0t_64_sync_handler+0xf4/0x120
[ 1053.551977]  el0t_64_sync+0x18c/0x190
[ 1053.551994] ---[ end trace 0000000000000000 ]---
[ 1053.687076] xhci-hcd xhci-hcd.0.auto: xHC error in resume, USBSTS 0x401, Reinit
[ 1053.687098] usb usb1: root hub lost power or was reset
[ 1053.687106] usb usb2: root hub lost power or was reset
[ 1053.731813] xhci-hcd xhci-hcd.1.auto: xHC error in resume, USBSTS 0x411, Reinit
[ 1053.731849] usb usb5: root hub lost power or was reset
[ 1053.731864] usb usb6: root hub lost power or was reset
[ 1053.813344] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1053.935118] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 1054.084245] usb 5-1: reset high-speed USB device number 10 using xhci-hcd
[ 1054.773842] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 60
[ 1054.788542] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 1054.788906] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.pine64,pinebook-pro.bin failed with error -2
[ 1054.791012] PM: resume devices took 1.110 seconds
[ 1054.791170] OOM killer enabled.
[ 1054.791174] Restarting tasks ... done.
[ 1054.801863] random: crng reseeded on system resumption
[ 1054.802029] PM: suspend exit
[ 1054.905547] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 1054.910876] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[ 1055.003087] usb 5-1.1: new full-speed USB device number 11 using xhci-hcd
[ 1055.248351] usb 5-1.1: New USB device found, idVendor=0639, idProduct=7210, bcdDevice=86.08
[ 1055.248400] usb 5-1.1: New USB device strings: Mfr=1, Product=4, SerialNumber=2
[ 1055.248423] usb 5-1.1: Product: Billboard
[ 1055.248441] usb 5-1.1: Manufacturer: Chrontel
[ 1055.248458] usb 5-1.1: SerialNumber: CH7210
[ 1055.443314] usb 5-1.2: new high-speed USB device number 12 using xhci-hcd
[ 1055.676122] usb 5-1.2: New USB device found, idVendor=0fe6, idProduct=9900, bcdDevice=20.00
[ 1055.676172] usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1055.676194] usb 5-1.2: Product: 10/100M LAN
[ 1055.676212] usb 5-1.2: Manufacturer: CoreChips
[ 1055.676229] usb 5-1.2: SerialNumber: 00F001E01AA6
[ 1055.721647] cdc_ether 5-1.2:2.0 eth0: register 'cdc_ether' at usb-xhci-hcd.1.auto-1.2, CDC Ethernet Device, 00:f0:01:e0:1a:a6
[ 1055.923333] usb 5-1.4: new high-speed USB device number 13 using xhci-hcd
[ 1056.156105] usb 5-1.4: New USB device found, idVendor=1209, idProduct=4201, bcdDevice= 5.09
[ 1056.156153] usb 5-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1056.156175] usb 5-1.4: Product: PinePhone
[ 1056.156193] usb 5-1.4: Manufacturer: Pine64
[ 1056.156210] usb 5-1.4: SerialNumber: Jumpdrive
[ 1056.202430] rndis_host 5-1.4:1.0 usb0: register 'rndis_host' at usb-xhci-hcd.1.auto-1.4, RNDIS device, 96:43:de:22:0d:a0
[ 1056.204201] usb-storage 5-1.4:1.2: USB Mass Storage device detected
[ 1056.205831] scsi host1: usb-storage 5-1.4:1.2
[ 1057.284327] scsi 1:0:0:0: Direct-Access     JumpDriv e eMMC                PQ: 0 ANSI: 2
[ 1057.284763] scsi 1:0:0:1: Direct-Access     JumpDriv e microSD             PQ: 0 ANSI: 2
[ 1057.286253] sd 1:0:0:0: Power-on or device reset occurred
[ 1057.287083] sd 1:0:0:0: [sda] 60620800 512-byte logical blocks: (31.0 GB/28.9 GiB)
[ 1057.287659] sd 1:0:0:1: Power-on or device reset occurred
[ 1057.288191] sd 1:0:0:1: [sdb] 124735488 512-byte logical blocks: (63.9 GB/59.5 GiB)
[ 1057.288532] sd 1:0:0:0: [sda] Write Protect is off
[ 1057.288543] sd 1:0:0:0: [sda] Mode Sense: 0f 00 00 00
[ 1057.288821] sd 1:0:0:1: [sdb] Write Protect is off
[ 1057.288833] sd 1:0:0:1: [sdb] Mode Sense: 0f 00 00 00
[ 1057.289052] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1057.289292] sd 1:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1057.296052]  sda: sda1 sda2
[ 1057.296716]  sdb: sdb1
[ 1057.303474] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 1057.305039] sd 1:0:0:1: [sdb] Attached SCSI removable disk
[ 1373.005195] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1811.610969] systemd[1]: systemd 252.2-4-arch 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)
[ 1811.612105] systemd[1]: Detected architecture arm64.
[ 1811.794963] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 1881.466573] EXT4-fs (sda2): 1 orphan inode deleted
[ 1881.466589] EXT4-fs (sda2): recovery complete
[ 1881.483832] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
[ 2015.485530] EXT4-fs (sda2): unmounting filesystem.


More information about the Linux-rockchip mailing list