Created
January 22, 2024 06:22
-
-
Save avlad02/e215cb4a49949dfc39e4aa0c0c0069be to your computer and use it in GitHub Desktop.
dmesg log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff ] | |
[ 0.000000] NUMA: NODE_DATA [mem 0x7ffbd040-0x7ffbefff] | |
[ 0.000000] Zone ranges: | |
[ 0.000000] DMA [mem 0x0000000040000000-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 0x0000000040000000-0x000000004007ffff] | |
[ 0.000000] node 0: [mem 0x0000000040080000-0x000000007fffffff] | |
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] | |
[ 0.000000] cma: Reserved 128 MiB at 0x0000000076c00000 | |
[ 0.000000] psci: probing for conduit method from DT. | |
[ 0.000000] psci: PSCIv1.1 detected in firmware. | |
[ 0.000000] psci: Using standard PSCI v0.2 function IDs | |
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported. | |
[ 0.000000] psci: SMC Calling Convention v1.2 | |
[ 0.000000] percpu: Embedded 18 pages/cpu s36440 r8192 d29096 u73728 | |
[ 0.000000] pcpu-alloc: s36440 r8192 d29096 u73728 alloc=18*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: detected: ARM erratum 845719 | |
[ 0.000000] Fallback order for Node 0: 0 | |
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048 | |
[ 0.000000] Policy zone: DMA | |
[ 0.000000] Kernel command line: root=UUID=680f8206-1a5c-4dd7-b39f-1229d50173 02 rootwait rootfstype=ext4 bootsplash.bootfile=bootsplash.armbian console=ttyS0 ,115200 console=tty1 consoleblank=0 loglevel=7 ubootpart=98e4b386-01 usb-storage .quirks= cgroup_enable=memory swapaccount=1 | |
[ 0.000000] Unknown kernel command line parameters "ubootpart=98e4b386-01 cgr oup_enable=memory", will be passed to user space. | |
[ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes | |
[ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes | |
[ 0.000000] printk: log_buf_len min size: 16384 bytes | |
[ 0.000000] printk: log_buf_len: 32768 bytes | |
[ 0.000000] printk: early log buf free: 14064(85%) | |
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) | |
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, li near) | |
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.000000] Memory: 868352K/1048576K available (13376K kernel code, 862K rwda ta, 4032K rodata, 2176K init, 279K bss, 49152K reserved, 131072K cma-reserved) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] rcu: Hierarchical RCU implementation. | |
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. | |
[ 0.000000] Tracing variant of Tasks RCU enabled. | |
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jif fies. | |
[ 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] random: get_random_bytes called from start_kernel+0x4c4/0x6a4 wit h crng_init=0 | |
[ 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 43980 46511097ns | |
[ 0.000590] Console: colour dummy device 120x45 | |
[ 0.000939] printk: console [tty1] enabled | |
[ 0.001030] Calibrating delay loop (skipped), value calculated using timer fr equency.. 48.00 BogoMIPS (lpj=96000) | |
[ 0.001057] pid_max: default: 32768 minimum: 301 | |
[ 0.001138] LSM: Security Framework initializing | |
[ 0.001180] Yama: becoming mindful. | |
[ 0.001272] AppArmor: AppArmor initialized | |
[ 0.001327] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, line ar) | |
[ 0.001349] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) | |
[ 0.002924] rcu: Hierarchical SRCU implementation. | |
[ 0.004108] smp: Bringing up secondary CPUs ... | |
[ 0.004586] Detected VIPT I-cache on CPU1 | |
[ 0.004663] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] | |
[ 0.005235] Detected VIPT I-cache on CPU2 | |
[ 0.005296] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] | |
[ 0.005819] Detected VIPT I-cache on CPU3 | |
[ 0.005877] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] | |
[ 0.005964] smp: Brought up 1 node, 4 CPUs | |
[ 0.006048] SMP: Total of 4 processors activated. | |
[ 0.006061] CPU features: detected: 32-bit EL0 Support | |
[ 0.006075] CPU features: detected: CRC32 instructions | |
[ 0.019019] CPU: All CPU(s) started at EL2 | |
[ 0.019086] alternatives: patching kernel code | |
[ 0.020583] devtmpfs: initialized | |
[ 0.027209] Registered cp15_barrier emulation handler | |
[ 0.027260] Registered setend emulation handler | |
[ 0.027447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 7645041785100000 ns | |
[ 0.027480] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.032018] pinctrl core: initialized pinctrl subsystem | |
[ 0.033084] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 0.034609] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.034788] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allo cations | |
[ 0.034928] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic al locations | |
[ 0.035048] audit: initializing netlink subsys (disabled) | |
[ 0.035313] audit: type=2000 audit(0.032:1): state=initialized audit_enabled= 0 res=1 | |
[ 0.035810] thermal_sys: Registered thermal governor 'fair_share' | |
[ 0.035817] thermal_sys: Registered thermal governor 'bang_bang' | |
[ 0.035833] thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.035846] thermal_sys: Registered thermal governor 'user_space' | |
[ 0.036420] cpuidle: using governor menu | |
[ 0.036668] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.036781] ASID allocator initialised with 65536 entries | |
[ 0.037035] Serial: AMBA PL011 UART driver | |
[ 0.048238] platform 6510000.tcon-top: Fixing up cyclic dependency with 60000 00.hdmi | |
[ 0.048921] platform 6515000.lcd-controller: Fixing up cyclic dependency with 6510000.tcon-top | |
[ 0.050074] platform connector: Fixing up cyclic dependency with 6000000.hdmi | |
[ 0.058076] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.058121] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.058138] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.058153] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.058754] cryptd: max_cpu_qlen set to 1000 | |
[ 0.124148] raid6: neonx8 gen() 1799 MB/s | |
[ 0.192203] raid6: neonx8 xor() 1347 MB/s | |
[ 0.260251] raid6: neonx4 gen() 1844 MB/s | |
[ 0.328307] raid6: neonx4 xor() 1335 MB/s | |
[ 0.396356] raid6: neonx2 gen() 1753 MB/s | |
[ 0.464411] raid6: neonx2 xor() 1239 MB/s | |
[ 0.532469] raid6: neonx1 gen() 1527 MB/s | |
[ 0.600512] raid6: neonx1 xor() 1047 MB/s | |
[ 0.668574] raid6: int64x8 gen() 1252 MB/s | |
[ 0.736618] raid6: int64x8 xor() 659 MB/s | |
[ 0.804674] raid6: int64x4 gen() 1394 MB/s | |
[ 0.872735] raid6: int64x4 xor() 706 MB/s | |
[ 0.940792] raid6: int64x2 gen() 1190 MB/s | |
[ 1.008844] raid6: int64x2 xor() 613 MB/s | |
[ 1.076890] raid6: int64x1 gen() 885 MB/s | |
[ 1.144964] raid6: int64x1 xor() 470 MB/s | |
[ 1.144979] raid6: using algorithm neonx4 gen() 1844 MB/s | |
[ 1.144993] raid6: .... xor() 1335 MB/s, rmw enabled | |
[ 1.145005] raid6: using neon recovery algorithm | |
[ 1.147200] iommu: Default domain type: Translated | |
[ 1.147244] iommu: DMA domain TLB invalidation policy: strict mode | |
[ 1.147576] SCSI subsystem initialized | |
[ 1.147770] usbcore: registered new interface driver usbfs | |
[ 1.147816] usbcore: registered new interface driver hub | |
[ 1.147864] usbcore: registered new device driver usb | |
[ 1.148352] pps_core: LinuxPPS API ver. 1 registered | |
[ 1.148368] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome tti <[email protected]> | |
[ 1.148393] PTP clock support registered | |
[ 1.148748] ARM FF-A: FFA_VERSION returned not supported | |
[ 1.149237] Advanced Linux Sound Architecture Driver Initialized. | |
[ 1.149905] NetLabel: Initializing | |
[ 1.149931] NetLabel: domain hash size = 128 | |
[ 1.149943] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO | |
[ 1.150015] NetLabel: unlabeled traffic allowed by default | |
[ 1.150235] mctp: management component transport protocol core | |
[ 1.150251] NET: Registered PF_MCTP protocol family | |
[ 1.150805] clocksource: Switched to clocksource arch_sys_counter | |
[ 1.151117] VFS: Disk quotas dquot_6.6.0 | |
[ 1.151198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 1.151779] AppArmor: AppArmor Filesystem Enabled | |
[ 1.157533] NET: Registered PF_INET protocol family | |
[ 1.157713] IP idents hash table entries: 16384 (order: 5, 131072 bytes, line ar) | |
[ 1.158540] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) | |
[ 1.158593] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 1.158673] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear ) | |
[ 1.158854] TCP: Hash tables configured (established 8192 bind 8192) | |
[ 1.159006] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) | |
[ 1.159052] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) | |
[ 1.159246] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 1.159799] Trying to unpack rootfs image as initramfs... | |
[ 1.168466] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counte rs available | |
[ 1.170136] Initialise system trusted keyrings | |
[ 1.170224] Key type blacklist registered | |
[ 1.170518] workingset: timestamp_bits=44 max_order=18 bucket_order=0 | |
[ 1.175678] zbud: loaded | |
[ 1.177128] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
[ 1.179397] integrity: Platform Keyring initialized | |
[ 1.223051] xor: automatically using best checksumming function 32regs | |
[ 1.223093] async_tx: api initialized (async) | |
[ 1.223112] Key type asymmetric registered | |
[ 1.223125] Asymmetric key parser 'x509' registered | |
[ 1.223318] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 47) | |
[ 1.223602] io scheduler mq-deadline registered | |
[ 1.223629] io scheduler kyber registered | |
[ 1.223846] io scheduler bfq registered | |
[ 1.235349] sun50i-h616-pinctrl 300b000.pinctrl: initialized sunXi PIO driver | |
[ 1.236341] sun50i-h616-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driv er | |
[ 1.244506] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled | |
[ 1.246295] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-ph not found, usi ng dummy regulator | |
[ 1.246984] printk: console [ttyS0] disabled | |
[ 1.247106] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 31, base_baud = 15 00000) is a 16550A | |
[ 1.606369] Freeing initrd memory: 9036K | |
[ 1.608856] printk: console [ttyS0] enabled | |
[ 1.610856] misc dump reg init | |
[ 2.273016] cacheinfo: Unable to detect cache hierarchy for CPU 0 | |
[ 2.283429] loop: module loaded | |
[ 2.287930] mcp2515@0 enforce active low on chipselect handle | |
[ 2.293804] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, usi ng dummy regulator | |
[ 2.302640] spidev@0 enforce active low on chipselect handle | |
[ 2.309564] CAN device driver interface | |
[ 2.314313] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
[ 2.320866] ehci-platform: EHCI generic platform driver | |
[ 2.326458] phy phy-5100400.phy.0: Changing dr_mode to 1 | |
[ 2.331821] ehci-platform 5101000.usb: EHCI Host Controller | |
[ 2.337423] ehci-platform 5101000.usb: new USB bus registered, assigned bus n umber 1 | |
[ 2.345293] ehci-platform 5101000.usb: irq 36, io mem 0x05101000 | |
[ 2.366816] ehci-platform 5101000.usb: USB 2.0 started, EHCI 1.00 | |
[ 2.373219] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc dDevice= 5.16 | |
[ 2.381516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 2.388749] usb usb1: Product: EHCI Host Controller | |
[ 2.393637] usb usb1: Manufacturer: Linux 5.16.17-sun50iw9 ehci_hcd | |
[ 2.399912] usb usb1: SerialNumber: 5101000.usb | |
[ 2.404975] hub 1-0:1.0: USB hub found | |
[ 2.408798] hub 1-0:1.0: 1 port detected | |
[ 2.413387] ehci-platform 5200000.usb: EHCI Host Controller | |
[ 2.419030] ehci-platform 5200000.usb: new USB bus registered, assigned bus n umber 2 | |
[ 2.426912] ehci-platform 5200000.usb: irq 38, io mem 0x05200000 | |
[ 2.446811] ehci-platform 5200000.usb: USB 2.0 started, EHCI 1.00 | |
[ 2.453233] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bc dDevice= 5.16 | |
[ 2.461527] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 2.468759] usb usb2: Product: EHCI Host Controller | |
[ 2.473646] usb usb2: Manufacturer: Linux 5.16.17-sun50iw9 ehci_hcd | |
[ 2.479924] usb usb2: SerialNumber: 5200000.usb | |
[ 2.484999] hub 2-0:1.0: USB hub found | |
[ 2.488821] hub 2-0:1.0: 1 port detected | |
[ 2.493386] ehci-platform 5310000.usb: EHCI Host Controller | |
[ 2.499025] ehci-platform 5310000.usb: new USB bus registered, assigned bus n umber 3 | |
[ 2.506900] ehci-platform 5310000.usb: irq 40, io mem 0x05310000 | |
[ 2.526805] ehci-platform 5310000.usb: USB 2.0 started, EHCI 1.00 | |
[ 2.533177] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bc dDevice= 5.16 | |
[ 2.541465] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 2.548697] usb usb3: Product: EHCI Host Controller | |
[ 2.553585] usb usb3: Manufacturer: Linux 5.16.17-sun50iw9 ehci_hcd | |
[ 2.559858] usb usb3: SerialNumber: 5310000.usb | |
[ 2.564913] hub 3-0:1.0: USB hub found | |
[ 2.568741] hub 3-0:1.0: 1 port detected | |
[ 2.573345] ehci-platform 5311000.usb: EHCI Host Controller | |
[ 2.578987] ehci-platform 5311000.usb: new USB bus registered, assigned bus n umber 4 | |
[ 2.586873] ehci-platform 5311000.usb: irq 42, io mem 0x05311000 | |
[ 2.606805] ehci-platform 5311000.usb: USB 2.0 started, EHCI 1.00 | |
[ 2.613173] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bc dDevice= 5.16 | |
[ 2.621468] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 2.628703] usb usb4: Product: EHCI Host Controller | |
[ 2.633590] usb usb4: Manufacturer: Linux 5.16.17-sun50iw9 ehci_hcd | |
[ 2.639864] usb usb4: SerialNumber: 5311000.usb | |
[ 2.644934] hub 4-0:1.0: USB hub found | |
[ 2.648759] hub 4-0:1.0: 1 port detected | |
[ 2.653181] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
[ 2.659424] ohci-platform: OHCI generic platform driver | |
[ 2.665070] ohci-platform 5101400.usb: Generic Platform OHCI controller | |
[ 2.671729] ohci-platform 5101400.usb: new USB bus registered, assigned bus n umber 5 | |
[ 2.679605] ohci-platform 5101400.usb: irq 37, io mem 0x05101400 | |
[ 2.746844] usb 2-1: new high-speed USB device number 2 using ehci-platform | |
[ 2.754023] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bc dDevice= 5.16 | |
[ 2.762319] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 2.769551] usb usb5: Product: Generic Platform OHCI controller | |
[ 2.775479] usb usb5: Manufacturer: Linux 5.16.17-sun50iw9 ohci_hcd | |
[ 2.781753] usb usb5: SerialNumber: 5101400.usb | |
[ 2.786874] hub 5-0:1.0: USB hub found | |
[ 2.790687] hub 5-0:1.0: 1 port detected | |
[ 2.795269] ohci-platform 5200400.usb: Generic Platform OHCI controller | |
[ 2.801940] ohci-platform 5200400.usb: new USB bus registered, assigned bus n umber 6 | |
[ 2.809834] ohci-platform 5200400.usb: irq 39, io mem 0x05200400 | |
[ 2.879017] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bc dDevice= 5.16 | |
[ 2.887327] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 2.894559] usb usb6: Product: Generic Platform OHCI controller | |
[ 2.900487] usb usb6: Manufacturer: Linux 5.16.17-sun50iw9 ohci_hcd | |
[ 2.906762] usb usb6: SerialNumber: 5200400.usb | |
[ 2.907458] usb 2-1: New USB device found, idVendor=1a40, idProduct=0101, bcd Device= 1.11 | |
[ 2.911852] hub 6-0:1.0: USB hub found | |
[ 2.919490] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | |
[ 2.923283] hub 6-0:1.0: 1 port detected | |
[ 2.930396] usb 2-1: Product: USB 2.0 Hub | |
[ 2.934971] ohci-platform 5310400.usb: Generic Platform OHCI controller | |
[ 2.938968] hub 2-1:1.0: USB hub found | |
[ 2.944992] ohci-platform 5310400.usb: new USB bus registered, assigned bus n umber 7 | |
[ 2.948961] hub 2-1:1.0: 4 ports detected | |
[ 2.956605] ohci-platform 5310400.usb: irq 41, io mem 0x05310400 | |
[ 3.027032] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bc dDevice= 5.16 | |
[ 3.035346] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 3.042578] usb usb7: Product: Generic Platform OHCI controller | |
[ 3.048506] usb usb7: Manufacturer: Linux 5.16.17-sun50iw9 ohci_hcd | |
[ 3.054786] usb usb7: SerialNumber: 5310400.usb | |
[ 3.059847] hub 7-0:1.0: USB hub found | |
[ 3.063667] hub 7-0:1.0: 1 port detected | |
[ 3.068248] ohci-platform 5311400.usb: Generic Platform OHCI controller | |
[ 3.074944] ohci-platform 5311400.usb: new USB bus registered, assigned bus n umber 8 | |
[ 3.082849] ohci-platform 5311400.usb: irq 43, io mem 0x05311400 | |
[ 3.151011] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bc dDevice= 5.16 | |
[ 3.159307] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber= 1 | |
[ 3.166538] usb usb8: Product: Generic Platform OHCI controller | |
[ 3.172468] usb usb8: Manufacturer: Linux 5.16.17-sun50iw9 ohci_hcd | |
[ 3.178743] usb usb8: SerialNumber: 5311400.usb | |
[ 3.183822] hub 8-0:1.0: USB hub found | |
[ 3.187645] hub 8-0:1.0: 1 port detected | |
[ 3.192678] usbcore: registered new interface driver usb-storage | |
[ 3.199240] usb_phy_generic usb_phy_generic.0.auto: supply vcc not found, usi ng dummy regulator | |
[ 3.209473] mousedev: PS/2 mouse device common for all mice | |
[ 3.215301] usbcore: registered new interface driver usbtouchscreen | |
[ 3.222616] sun6i-rtc 7000000.rtc: registered as rtc0 | |
[ 3.227825] sun6i-rtc 7000000.rtc: RTC enabled | |
[ 3.232425] i2c_dev: i2c /dev entries driver | |
[ 3.236726] Driver for 1-wire Dallas network protocol. | |
[ 3.242887] sunxi-wdt 30090a0.watchdog: Watchdog enabled (timeout=16 sec, now ayout=0) | |
[ 3.252043] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pg not found, usi ng dummy regulator | |
[ 3.261255] sdhci: Secure Digital Host Controller Interface driver | |
[ 3.267484] sdhci: Copyright(c) Pierre Ossman | |
[ 3.271879] Synopsys Designware Multimedia Card Interface Driver | |
[ 3.278668] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 3.279494] sunxi-mmc 4021000.mmc: allocated mmc-pwrseq | |
[ 3.284660] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pf not found, usi ng dummy regulator | |
[ 3.299262] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 3.305778] SMCCC: SOC_ID: ID = jep106:091e:1823 Revision = 0x00000000 | |
[ 3.312390] hid: raw HID events driver (C) Jiri Kosina | |
[ 3.317664] usbcore: registered new interface driver usbhid | |
[ 3.323247] usbhid: USB HID core driver | |
[ 3.327092] SPI driver fb_st7796 has no spi_device_id for sitronix,st7796 | |
[ 3.346840] usb 2-1.1: new high-speed USB device number 3 using ehci-platform | |
[ 3.356532] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 3.363790] NET: Registered PF_INET6 protocol family | |
[ 3.404942] Segment Routing with IPv6 | |
[ 3.408752] In-situ OAM (IOAM) with IPv6 | |
[ 3.412777] NET: Registered PF_PACKET protocol family | |
[ 3.417856] can: controller area network core | |
[ 3.422297] NET: Registered PF_CAN protocol family | |
[ 3.427253] 8021q: 802.1Q VLAN Support v1.8 | |
[ 3.431598] 9pnet: Installing 9P2000 support | |
[ 3.435951] Key type dns_resolver registered | |
[ 3.440676] registered taskstats version 1 | |
[ 3.444812] Loading compiled-in X.509 certificates | |
[ 3.453247] Loaded X.509 cert 'Build time autogenerated kernel key: 24bf374d5 1903f52e451c175eacd1b1b1f83e827' | |
[ 3.465444] zswap: loaded using pool zstd/z3fold | |
[ 3.470886] Key type ._fscrypt registered | |
[ 3.474935] Key type .fscrypt registered | |
[ 3.478867] Key type fscrypt-provisioning registered | |
[ 3.484830] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no | |
[ 3.491828] Key type encrypted registered | |
[ 3.495896] AppArmor: AppArmor sha1 policy hashing enabled | |
[ 3.501456] evm: Initialising EVM extended attributes: | |
[ 3.506604] evm: security.selinux (disabled) | |
[ 3.510881] evm: security.SMACK64 | |
[ 3.514198] evm: security.SMACK64EXEC | |
[ 3.517866] evm: security.SMACK64TRANSMUTE | |
[ 3.518813] sunxi-mmc 4021000.mmc: initialized, max. request size: 16384 KB, uses new timings mode | |
[ 3.521967] evm: security.SMACK64MMAP | |
[ 3.534583] evm: security.apparmor | |
[ 3.537086] sunxi-mmc 4021000.mmc: card claims to support voltages below defi ned range | |
[ 3.537999] evm: security.ima (disabled) | |
[ 3.549832] evm: security.capability | |
[ 3.553413] evm: HMAC attrs: 0x1 | |
[ 3.556327] mmc0: new high speed SDIO card at address 0001 | |
[ 3.564595] usb 2-1.1: New USB device found, idVendor=04e8, idProduct=6860, b cdDevice= c.00 | |
[ 3.572411] platform 1100000.mixer: Fixing up cyclic dependency with 6510000. tcon-top | |
[ 3.573046] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber =3 | |
[ 3.584216] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 3.588192] usb 2-1.1: Product: SAMSUNG_Android | |
[ 3.595508] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 3.599185] usb 2-1.1: Manufacturer: SAMSUNG | |
[ 3.599192] usb 2-1.1: SerialNumber: 2a9b5a1112037ece | |
[ 3.606299] of_cfs_init | |
[ 3.613251] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 3.615147] of_cfs_init: OK | |
[ 3.627493] ALSA device list: | |
[ 3.630477] #0: sndahub | |
[ 3.634149] Freeing unused kernel memory: 2176K | |
[ 3.662869] Run /init as init process | |
[ 3.666554] with arguments: | |
[ 3.666561] /init | |
[ 3.666566] with environment: | |
[ 3.666570] HOME=/ | |
[ 3.666575] TERM=linux | |
[ 3.666579] ubootpart=98e4b386-01 | |
[ 3.666584] cgroup_enable=memory | |
[ 3.810866] usb 2-1.2: new full-speed USB device number 4 using ehci-platform | |
[ 4.044862] usb 2-1.2: New USB device found, idVendor=1a86, idProduct=7523, b cdDevice= 2.64 | |
[ 4.053390] usb 2-1.2: New USB device strings: Mfr=0, Product=2, SerialNumber =0 | |
[ 4.060783] usb 2-1.2: Product: USB Serial | |
[ 4.067679] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 4.075095] usb 2-1.1: USB disconnect, device number 3 | |
[ 4.082434] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pa not found, usi ng dummy regulator | |
[ 4.098009] it's ac200, ac200 init start! | |
[ 4.118689] ac200-ephy ac200-ephy: DMA mask not set | |
[ 4.125593] random: fast init done | |
[ 4.137566] ac200 0-0010: add MFD devices success! | |
[ 4.138280] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 4.143599] mv64xxx_i2c 7081400.i2c: can't get pinctrl, bus recovery not supp orted | |
[ 4.150077] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 4.158897] axp20x-i2c 1-0036: AXP20x variant AXP1530 found | |
[ 4.193268] axp20x-i2c 1-0036: AXP20X driver loaded | |
[ 4.194307] sunxi-hdmi soc:hdmi-audio@1: snd_soc_register_card failed | |
[ 4.205521] debugfs: Directory '1100000.mixer' with parent 'regmap' already p resent! | |
[ 4.213445] debugfs: Directory '1100000.mixer' with parent 'regmap' already p resent! | |
[ 4.237821] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800008dd 4d20) | |
[ 4.245842] sun4i-drm display-engine: bound 6510000.tcon-top (ops 0xffff80000 8dd8958) | |
[ 4.248554] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode | |
[ 4.254109] sun4i-drm display-engine: bound 6515000.lcd-controller (ops 0xfff f800008dd3e48) | |
[ 4.272410] sun8i-dw-hdmi 6000000.hdmi: Detected HDMI TX controller v2.12a wi th HDCP (DWC HDMI 2.0 TX PHY) | |
[ 4.282868] sun8i-dw-hdmi 6000000.hdmi: registered DesignWare HDMI I2C bus dr iver | |
[ 4.291372] sun4i-drm display-engine: bound 6000000.hdmi (ops 0xffff800008dd4 5f0) | |
[ 4.299658] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 | |
[ 4.307563] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes | |
[ 4.310092] mmc1: host does not support reading read-only switch, assuming wr ite-enable | |
[ 4.315340] gmac-power0: NULL | |
[ 4.324443] mmc1: new high speed SDXC card at address 0007 | |
[ 4.325438] gmac-power1: NULL | |
[ 4.331821] mmcblk1: mmc1:0007 SD64G 58.2 GiB | |
[ 4.333898] gmac-power2: NULL | |
[ 4.340588] mmcblk1: p1 p2 | |
[ 4.341539] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes | |
[ 4.498853] usb 2-1.1: new high-speed USB device number 5 using ehci-platform | |
[ 4.713467] usb 2-1.1: New USB device found, idVendor=04e8, idProduct=6860, b cdDevice= c.00 | |
[ 4.721880] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber =3 | |
[ 4.729200] usb 2-1.1: Product: SAMSUNG_Android | |
[ 4.733743] usb 2-1.1: Manufacturer: SAMSUNG | |
[ 4.738024] usb 2-1.1: SerialNumber: 2a9b5a1112037ece | |
[ 68.098266] EXT4-fs (mmcblk1p2): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none. | |
[ 68.916021] systemd[1]: System time before build time, advancing clock. | |
[ 68.952716] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +G NUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 defa ult-hierarchy=unified) | |
[ 68.976410] systemd[1]: Detected architecture arm64. | |
[ 68.999651] systemd[1]: Set hostname to <BTT-CB1>. | |
[ 69.943664] systemd[1]: Queued start job for default target Graphical Interfa ce. | |
[ 69.952707] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 69.962646] systemd[1]: Created slice system-getty.slice. | |
[ 69.968815] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 69.977108] systemd[1]: Created slice system-modprobe.slice. | |
[ 69.983295] random: systemd: uninitialized urandom read (16 bytes read) | |
[ 69.991794] systemd[1]: Created slice system-serial\x2dgetty.slice. | |
[ 70.000102] systemd[1]: Created slice system-systemd\x2dfsck.slice. | |
[ 70.008247] systemd[1]: Created slice User and Session Slice. | |
[ 70.015033] systemd[1]: Started Dispatch Password Requests to Console Directo ry Watch. | |
[ 70.023785] systemd[1]: Started Forward Password Requests to Wall Directory W atch. | |
[ 70.032673] systemd[1]: Set up automount Arbitrary Executable File Formats Fi le System Automount Point. | |
[ 70.042885] systemd[1]: Reached target Local Encrypted Volumes. | |
[ 70.049523] systemd[1]: Reached target Paths. | |
[ 70.054367] systemd[1]: Reached target Remote File Systems. | |
[ 70.060425] systemd[1]: Reached target Slices. | |
[ 70.065369] systemd[1]: Reached target Swap. | |
[ 70.070769] systemd[1]: Listening on fsck to fsckd communication Socket. | |
[ 70.078373] systemd[1]: Listening on initctl Compatibility Named Pipe. | |
[ 70.086345] systemd[1]: Listening on Journal Audit Socket. | |
[ 70.093012] systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 70.100235] systemd[1]: Listening on Journal Socket. | |
[ 70.107667] systemd[1]: Listening on udev Control Socket. | |
[ 70.114275] systemd[1]: Listening on udev Kernel Socket. | |
[ 70.124274] systemd[1]: Mounting Huge Pages File System... | |
[ 70.134683] systemd[1]: Mounting POSIX Message Queue File System... | |
[ 70.145849] systemd[1]: Mounting Kernel Debug File System... | |
[ 70.152619] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. | |
[ 70.173164] systemd[1]: Starting Restore / save the current clock... | |
[ 70.185487] systemd[1]: Starting Create list of static device nodes for the c urrent kernel... | |
[ 70.199556] systemd[1]: Starting Load Kernel Module configfs... | |
[ 70.211302] systemd[1]: Starting Load Kernel Module drm... | |
[ 70.222261] systemd[1]: Starting Load Kernel Module fuse... | |
[ 70.233061] systemd[1]: Started Nameserver information manager. | |
[ 70.240578] systemd[1]: Reached target Network (Pre). | |
[ 70.254555] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. | |
[ 70.264015] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. | |
[ 70.273935] fuse: init (API version 7.35) | |
[ 70.281830] systemd[1]: Starting Journal Service... | |
[ 70.295440] systemd[1]: Starting Load Kernel Modules... | |
[ 70.306697] systemd[1]: Starting Remount Root and Kernel File Systems... | |
[ 70.319938] systemd[1]: Starting Coldplug All udev Devices... | |
[ 70.337296] systemd[1]: Mounted Huge Pages File System. | |
[ 70.343872] systemd[1]: Mounted POSIX Message Queue File System. | |
[ 70.351833] systemd[1]: Mounted Kernel Debug File System. | |
[ 70.354209] w1_gpio_cl: loading out-of-tree module taints kernel. | |
[ 70.366394] systemd[1]: Finished Restore / save the current clock. | |
[ 70.370960] w1_gpio_cl: module verification failed: signature and/or required key missing - tainting kernel | |
[ 70.384942] systemd[1]: Finished Create list of static device nodes for the c urrent kernel. | |
[ 70.395522] systemd[1]: [email protected]: Succeeded. | |
[ 70.402532] systemd[1]: Finished Load Kernel Module configfs. | |
[ 70.410184] systemd[1]: [email protected]: Succeeded. | |
[ 70.416755] systemd[1]: Finished Load Kernel Module drm. | |
[ 70.424461] systemd[1]: [email protected]: Succeeded. | |
[ 70.431859] systemd[1]: Finished Load Kernel Module fuse. | |
[ 70.441082] systemd[1]: Finished Load Kernel Modules. | |
[ 70.451910] systemd[1]: Mounting FUSE Control File System... | |
[ 70.462607] systemd[1]: Mounting Kernel Configuration File System... | |
[ 70.474428] systemd[1]: Starting Apply Kernel Variables... | |
[ 70.486102] systemd[1]: Mounted FUSE Control File System. | |
[ 70.492630] systemd[1]: Mounted Kernel Configuration File System. | |
[ 70.579958] EXT4-fs (mmcblk1p2): re-mounted. Opts: commit=600,errors=remount- ro. Quota mode: none. | |
[ 70.594455] systemd[1]: Finished Remount Root and Kernel File Systems. | |
[ 70.639751] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. | |
[ 70.648561] systemd[1]: Condition check resulted in Platform Persistent Stora ge Archival being skipped. | |
[ 70.662497] systemd[1]: Starting Load/Save Random Seed... | |
[ 70.673077] systemd[1]: Starting Create System Users... | |
[ 70.706508] systemd[1]: Finished Apply Kernel Variables. | |
[ 70.806398] systemd[1]: Finished Create System Users. | |
[ 70.811864] systemd[1]: Starting Create Static Device Nodes in /dev... | |
[ 70.884319] systemd[1]: Finished Create Static Device Nodes in /dev. | |
[ 70.885328] systemd[1]: Reached target Local File Systems (Pre). | |
[ 70.891225] systemd[1]: Mounting /tmp... | |
[ 70.891957] systemd[1]: Condition check resulted in Virtual Machine and Conta iner Storage (Compatibility) being skipped. | |
[ 70.892230] systemd[1]: Reached target Containers. | |
[ 70.901515] systemd[1]: Starting Rule-based Manager for Device Events and Fil es... | |
[ 70.907134] systemd[1]: Started Journal Service. | |
[ 70.969532] systemd-journald[280]: Received client request to flush runtime j ournal. | |
[ 72.806836] random: crng init done | |
[ 72.806858] random: 7 urandom warning(s) missed due to ratelimiting | |
[ 72.829932] systemd-journald[280]: File /var/log/journal/7ea3afc15a3149708049 4fbe0eae926e/system.journal corrupted or uncleanly shut down, renaming and repla cing. | |
[ 77.103085] debugfs: Directory '5096000.codec' with parent 'H616 Audio Codec' already present! | |
[ 77.197216] cfg80211: Loading compiled-in X.509 certificates for regulatory d atabase | |
[ 77.207732] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' | |
[ 77.235545] usbcore: registered new interface driver usbserial_generic | |
[ 77.235608] usbserial: USB Serial support registered for generic | |
[ 77.258927] usbcore: registered new interface driver ch341 | |
[ 77.259004] usbserial: USB Serial support registered for ch341-uart | |
[ 77.259117] ch341 2-1.2:1.0: ch341-uart converter detected | |
[ 77.261986] usb 2-1.2: ch341-uart converter now attached to ttyUSB0 | |
[ 77.291776] cfg80211: loaded regulatory.db is malformed or signature is missi ng/invalid | |
[ 77.315550] cdc_acm 2-1.1:1.1: ttyACM0: USB ACM device | |
[ 77.315787] usbcore: registered new interface driver cdc_acm | |
[ 77.315808] cdc_acm: USB Abstract Control Model driver for USB modems and ISD N adapters | |
[ 78.445440] zram: Added device: zram0 | |
[ 78.454151] zram: Added device: zram1 | |
[ 78.455099] zram: Added device: zram2 | |
[ 78.748747] zram0: detected capacity change from 0 to 1010640 | |
[ 78.835329] Adding 505316k swap on /dev/zram0. Priority:5 extents:1 across:5 05316k SSFS | |
[ 79.108211] zram1: detected capacity change from 0 to 102400 | |
[ 80.503339] systemd-journald[280]: File /var/log/journal/7ea3afc15a3149708049 4fbe0eae926e/user-1000.journal corrupted or uncleanly shut down, renaming and re placing. | |
[ 81.504898] mii_bus 5030000.ethernet-0 register success! | |
[ 81.814960] sunxi-gmac 5030000.ethernet eth0: eth0: Type(7) PHY ID 00441400 a t 0 IRQ poll (5030000.ethernet-0:00) | |
[ 85.883409] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment