This is my dmesg:
This here looks suspicious:
Code:
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.7-pinephone (mobian@mobian) (gcc version 9.3.0 (Debian 9.3.0-15), GNU ld (GNU Binutils for Debian) 2.34.90.20200706) #5.7.0+pinephone9 SMP PREEMPT Tue Jul 21 17:26:00 CEST 2020
[ 0.000000] Machine model: Pine64 PinePhone Braveheart (1.1)
[ 0.000000] cma: Reserved 256 MiB at 0x00000000b0000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xafbca100-0xafbcbfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
[ 0.000000] DMA32 [mem 0x0000000080000000-0x00000000bfffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] DMA zone: 4096 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 262144 pages, LIFO batch:63
[ 0.000000] DMA32 zone: 4096 pages used for memmap
[ 0.000000] DMA32 zone: 262144 pages, LIFO batch:63
[ 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.0
[ 0.000000] percpu: Embedded 22 pages/cpu s51480 r8192 d30440 u90112
[ 0.000000] pcpu-alloc: s51480 r8192 d30440 u90112 alloc=22*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] CPU features: detected: ARM erratum 843419
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: console=ttyS0,115200 no_console_suspend panic=10 consoleblank=0 loglevel=7 root=/dev/mmcblk2p1 rw splash plymouth.ignore-serial-consoles vt.global_cursor_default=0
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x7bfff000-0x7ffff000] (64MB)
[ 0.000000] Memory: 1698272K/2097152K available (10110K kernel code, 626K rwdata, 3936K rodata, 1664K init, 378K bss, 136736K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x308/0x4cc with crng_init=0
[ 0.000000] arch_timer: Enabling global workaround for Allwinner erratum UNKNOWN1
[ 0.000000] arch_timer: CPU0: Trapping CNTVCT access
[ 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.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000476] Console: colour dummy device 80x25
[ 0.000582] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000596] pid_max: default: 32768 minimum: 301
[ 0.000710] LSM: Security Framework initializing
[ 0.000821] AppArmor: AppArmor initialized
[ 0.000891] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.000914] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.002933] rcu: Hierarchical SRCU implementation.
[ 0.003729] smp: Bringing up secondary CPUs ...
[ 0.005782] Detected VIPT I-cache on CPU1
[ 0.005837] arch_timer: CPU1: Trapping CNTVCT access
[ 0.005850] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.007015] Detected VIPT I-cache on CPU2
[ 0.007044] arch_timer: CPU2: Trapping CNTVCT access
[ 0.007053] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.008163] Detected VIPT I-cache on CPU3
[ 0.008189] arch_timer: CPU3: Trapping CNTVCT access
[ 0.008199] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.008305] smp: Brought up 1 node, 4 CPUs
[ 0.008335] SMP: Total of 4 processors activated.
[ 0.008345] CPU features: detected: 32-bit EL0 Support
[ 0.008354] CPU features: detected: CRC32 instructions
[ 0.022990] CPU: All CPU(s) started at EL2
[ 0.023026] alternatives: patching kernel code
[ 0.024903] devtmpfs: initialized
[ 0.035284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.035311] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.044986] pinctrl core: initialized pinctrl subsystem
[ 0.046349] thermal_sys: Registered thermal governor 'fair_share'
[ 0.046355] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.046370] thermal_sys: Registered thermal governor 'step_wise'
[ 0.046377] thermal_sys: Registered thermal governor 'user_space'
[ 0.047890] NET: Registered protocol family 16
[ 0.050127] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.050157] audit: initializing netlink subsys (disabled)
[ 0.050423] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[ 0.051729] cpuidle: using governor menu
[ 0.052016] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.052146] ASID allocator initialised with 65536 entries
[ 0.052391] Serial: AMBA PL011 UART driver
[ 0.083508] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.083526] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.083536] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.083545] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.086868] cryptd: max_cpu_qlen set to 1000
[ 0.096415] iommu: Default domain type: Translated
[ 0.096918] SCSI subsystem initialized
[ 0.097178] libata version 3.00 loaded.
[ 0.097596] usbcore: registered new interface driver usbfs
[ 0.097667] usbcore: registered new interface driver hub
[ 0.097768] usbcore: registered new device driver usb
[ 0.098405] mc: Linux media interface: v0.10
[ 0.098457] videodev: Linux video capture interface: v2.00
[ 0.098516] pps_core: LinuxPPS API ver. 1 registered
[ 0.098525] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.098558] PTP clock support registered
[ 0.098916] EDAC MC: Ver: 3.0.0
[ 0.101555] clocksource: Switched to clocksource arch_sys_counter
[ 0.101879] VFS: Disk quotas dquot_6.6.0
[ 0.101960] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.102889] AppArmor: AppArmor Filesystem Enabled
[ 0.112963] NET: Registered protocol family 2
[ 0.113715] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.113764] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.113927] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.114283] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.114451] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.114515] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.114752] NET: Registered protocol family 1
[ 0.115370] RPC: Registered named UNIX socket transport module.
[ 0.115379] RPC: Registered udp transport module.
[ 0.115386] RPC: Registered tcp transport module.
[ 0.115393] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.115663] Unpacking initramfs...
[ 0.933933] Freeing initrd memory: 13492K
[ 0.935106] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.935850] kvm [1]: IPA Size Limit: 40bits
[ 0.936531] kvm [1]: vgic interrupt IRQ1
[ 0.936706] kvm [1]: Hyp mode initialized successfully
[ 1.228777] Initialise system trusted keyrings
[ 1.228995] workingset: timestamp_bits=44 max_order=19 bucket_order=0
[ 1.239924] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.241179] NFS: Registering the id_resolver key type
[ 1.241219] Key type id_resolver registered
[ 1.241227] Key type id_legacy registered
[ 1.241246] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.241494] 9p: Installing v9fs 9p2000 file system support
[ 1.272659] Key type asymmetric registered
[ 1.272678] Asymmetric key parser 'x509' registered
[ 1.272777] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.272788] io scheduler mq-deadline registered
[ 1.272798] io scheduler kyber registered
[ 1.273948] sun50i-de2-bus 1000000.bus: Error couldn't map SRAM to device
[ 1.275418] sun4i-usb-phy 1c19400.phy: failed to get clock usb0_phy
[ 1.276128] sun6i-mipi-dphy 1ca1000.d-phy: Couldn't create the DPHY encoder regmap
[ 1.280956] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 1.283148] sun50i-a64-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator
[ 1.300394] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.308236] sun6i-mipi-dsi 1ca0000.dsi: Couldn't get VCC-DSI supply
[ 1.314200] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ 1.314285] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
[ 1.314361] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ 1.314424] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 1.314914] lima 1c40000.gpu: bus rate = 200000000
[ 1.314926] lima 1c40000.gpu: mod rate = 500000000
[ 1.315389] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 0
[ 1.328197] loop: module loaded
[ 1.332083] libphy: Fixed MDIO Bus: probed
[ 1.332100] tun: Universal TUN/TAP device driver, 1.6
[ 1.334911] VFIO - User Level meta-driver version: 0.3
[ 1.336648] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.336662] ehci-platform: EHCI generic platform driver
[ 1.337001] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 1.337031] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 1.337183] ehci-platform 1c1a000.usb: irq 20, io mem 0x01c1a000
[ 1.349585] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 1.350534] hub 1-0:1.0: USB hub found
[ 1.350579] hub 1-0:1.0: 1 port detected
[ 1.351617] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.351667] ohci-platform: OHCI generic platform driver
[ 1.351976] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 1.352003] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 1.352166] ohci-platform 1c1a400.usb: irq 21, io mem 0x01c1a400
[ 1.414458] hub 2-0:1.0: USB hub found
[ 1.414505] hub 2-0:1.0: 1 port detected
[ 1.416197] usbcore: registered new interface driver usb-storage
[ 1.418613] sun6i-rtc 1f00000.rtc: registered as rtc0
[ 1.418670] sun6i-rtc 1f00000.rtc: setting system clock to 2020-07-23T06:25:13 UTC (1595485513)
[ 1.418681] sun6i-rtc 1f00000.rtc: RTC enabled
[ 1.418920] i2c /dev entries driver
[ 1.423103] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[ 1.424061] sdhci: Secure Digital Host Controller Interface driver
[ 1.424073] sdhci: Copyright(c) Pierre Ossman
[ 1.424279] Synopsys Designware Multimedia Card Interface Driver
[ 1.425812] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.427423] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.428125] hid: raw HID events driver (C) Jiri Kosina
[ 1.429168] usbcore: registered new interface driver usbhid
[ 1.429181] usbhid: USB HID core driver
[ 1.429674] ashmem: initialized
[ 1.434829] NET: Registered protocol family 17
[ 1.435091] 9pnet: Installing 9P2000 support
[ 1.435133] Key type dns_resolver registered
[ 1.435639] registered taskstats version 1
[ 1.435651] Loading compiled-in X.509 certificates
[ 1.435792] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.459621] sunxi-rsb 1f03400.rsb: RSB running at 4000000 Hz
[ 1.460130] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found
[ 1.462705] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input1
[ 1.465640] axp20x-adc axp813-adc: DMA mask not set
[ 1.466926] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set
[ 1.474187] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[ 1.476245] dcdc1: supplied by regulator-dummy
[ 1.476807] dcdc2: supplied by regulator-dummy
[ 1.477252] dcdc4: supplied by regulator-dummy
[ 1.477342] random: fast init done
[ 1.477733] dcdc5: supplied by regulator-dummy
[ 1.478205] dcdc6: supplied by regulator-dummy
[ 1.478642] dc1sw: supplied by regulator-dummy
[ 1.479017] aldo1: supplied by regulator-dummy
[ 1.479139] dovdd-csi: Bringing 3300000uV into 1800000-1800000uV
[ 1.479546] aldo2: supplied by regulator-dummy
[ 1.479965] aldo3: supplied by regulator-dummy
[ 1.480417] dldo1: supplied by regulator-dummy
[ 1.480892] dldo2: supplied by regulator-dummy
[ 1.480987] vcc-dsi-io: Bringing 2900000uV into 1800000-1800000uV
[ 1.481409] dldo3: supplied by regulator-dummy
[ 1.481509] avdd-csi: Bringing 2900000uV into 2800000-2800000uV
[ 1.482130] dldo4: supplied by regulator-dummy
[ 1.482713] eldo1: supplied by regulator-dummy
[ 1.483179] eldo2: supplied by regulator-dummy
[ 1.483630] eldo3: supplied by regulator-dummy
[ 1.483755] dvdd-csi: Bringing 700000uV into 1800000-1800000uV
[ 1.484179] fldo1: supplied by regulator-dummy
[ 1.484647] fldo2: supplied by regulator-dummy
[ 1.485130] rtc-ldo: supplied by regulator-dummy
[ 1.485635] ldo-io0: supplied by regulator-dummy
[ 1.486130] ldo-io1: supplied by regulator-dummy
[ 1.486232] vcc-1v8-typec: Bringing 3300000uV into 1800000-1800000uV
[ 1.486551] axp20x-regulator axp20x-regulator: drivevbus has vin
[ 1.487163] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded
[ 1.494105] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 1.510857] printk: console [ttyS0] disabled
[ 1.510938] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 32, base_baud = 1500000) is a 16550A
[ 2.815509] printk: console [ttyS0] enabled
[ 2.821381] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 33, base_baud = 1500000) is a 16550A
[ 2.830326] serial serial0: tty port ttyS1 registered
[ 2.836483] 1c28c00.serial: ttyS2 at MMIO 0x1c28c00 (irq = 34, base_baud = 1500000) is a 16550A
[ 2.846823] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] *ERROR* mipi_dsi_attach failed (-517). Is host ready?
[ 2.889909] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[ 2.901644] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops)
[ 2.909581] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 2.917430] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[ 2.925802] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops)
[ 2.933852] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops)
[ 2.942174] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[ 2.952384] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 2.960483] sun4i-drm display-engine: bound 1ee0000.hdmi (ops sun8i_dw_hdmi_ops)
[ 2.967892] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.975150] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
[ 3.769987] Console: switching to colour frame buffer device 128x48
[ 3.792886] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device
[ 3.801032] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 3.806654] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[ 3.814555] ehci-platform 1c1b000.usb: irq 22, io mem 0x01c1b000
[ 3.833570] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 3.840537] hub 3-0:1.0: USB hub found
[ 3.844351] hub 3-0:1.0: 1 port detected
[ 3.849525] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[ 3.856196] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4
[ 3.864113] ohci-platform 1c1b400.usb: irq 23, io mem 0x01c1b400
[ 3.934365] hub 4-0:1.0: USB hub found
[ 3.938167] hub 4-0:1.0: 1 port detected
[ 3.943682] input: 1c21800.lradc as /devices/platform/soc/1c21800.lradc/input/input2
[ 3.952857] input: gpio-vibrator as /devices/platform/vibrator/input/input3
[ 4.063072] Goodix-TS 1-005d: ID 917S, version: 0200
[ 4.069505] Goodix-TS 1-005d: Direct firmware load for goodix_917S_cfg.bin failed with error -2
[ 4.087044] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 4.101158] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-1/1-005d/input/input4
[ 4.124022] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 4.160113] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode
[ 4.191995] mmc1: new high speed SDIO card at address 0001
[ 4.198002] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode
[ 4.214391] scpi_protocol scpi: SCP Protocol 1.2 Firmware 0.1.9000 version
[ 4.224013] drivevbus: supplied by vcc5v0
[ 4.228188] usb0-vbus: supplied by drivevbus
[ 4.322197] mmc2: new DDR MMC card at address 0001
[ 4.328182] mmcblk2: mmc2:0001 14.7 GiB
[ 4.332775] mmcblk2boot0: mmc2:0001 partition 1 4.00 MiB
[ 4.341439] mmcblk2boot1: mmc2:0001 partition 2 4.00 MiB
[ 4.352952] mmcblk2: p1
[ 4.757020] sun6i-mipi-dsi 1ca0000.dsi: Attached device xbd599
[ 4.762934] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] 720x1440@55 24bpp dsi 4dl - ready
[ 4.773716] input: gpio-keys as /devices/platform/gpio-keys/input/input5
[ 4.784528] Freeing unused kernel memory: 1664K
[ 4.825672] Run /init as init process
[ 4.829338] with arguments:
[ 4.829344] /init
[ 4.829351] splash
[ 4.829357] with environment:
[ 4.829364] HOME=/
[ 4.829370] TERM=linux
[ 5.274352] i2c-gpio i2c-csi: using lines 141 (SDA) and 140 (SCL)
[ 5.322419] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator
[ 5.332507] phy id_det change to device
[ 5.334006] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
[ 5.342254] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5
[ 5.350896] hub 5-0:1.0: USB hub found
[ 5.354788] hub 5-0:1.0: 1 port detected
[ 6.567338] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.252995] NET: Registered protocol family 10
[ 7.258557] Segment Routing with IPv6
[ 7.289686] systemd[1]: systemd 245.6-2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 7.318803] systemd[1]: Detected architecture arm64.
[ 7.356410] systemd[1]: Set hostname to <pinephone>.
[ 8.042347] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.049252] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[ 8.061871] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[ 8.073410] systemd[1]: Created slice system-modprobe.slice.
[ 8.079885] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.087861] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 8.094617] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.102678] systemd[1]: Created slice User and Session Slice.
[ 8.109222] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.118086] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 8.128198] systemd[1]: Reached target User and Group Name Lookups.
[ 8.134865] systemd[1]: Reached target Remote File Systems.
[ 8.140813] systemd[1]: Reached target Slices.
[ 8.145638] systemd[1]: Reached target Swap.
[ 8.150225] systemd[1]: Reached target System Time Set.
[ 8.156419] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 8.163928] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 8.171676] systemd[1]: Listening on Journal Audit Socket.
[ 8.178151] systemd[1]: Listening on Journal Socket (/dev/log).
[ 8.185210] systemd[1]: Listening on Journal Socket.
[ 8.191338] systemd[1]: Listening on udev Control Socket.
[ 8.197683] systemd[1]: Listening on udev Kernel Socket.
[ 8.208551] systemd[1]: Mounting Huge Pages File System...
[ 8.219675] systemd[1]: Mounting POSIX Message Queue File System...
[ 8.231815] systemd[1]: Mounting Kernel Debug File System...
[ 8.238925] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 8.252868] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 8.262266] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 8.278738] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 8.288104] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 8.303625] systemd[1]: Starting Journal Service...
[ 8.315877] systemd[1]: Starting Load Kernel Modules...
[ 8.328231] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 8.342095] systemd[1]: Starting udev Coldplug all Devices...
[ 8.356578] systemd[1]: Mounted Huge Pages File System.
[ 8.364465] systemd[1]: Mounted POSIX Message Queue File System.
[ 8.373303] systemd[1]: Mounted Kernel Debug File System.
[ 8.380633] EXT4-fs (mmcblk2p1): re-mounted. Opts: (null)
[ 8.389717] random: crng init done
[ 8.393142] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.393145] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 8.412364] systemd[1]: Finished Load Kernel Modules.
[ 8.422365] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 8.432034] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 8.445619] systemd[1]: Mounting Kernel Configuration File System...
[ 8.462051] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 8.471405] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[ 8.486072] systemd[1]: Starting Load/Save Random Seed...
[ 8.498550] systemd[1]: Starting Apply Kernel Variables...
[ 8.511396] systemd[1]: Starting Create System Users...
[ 8.525890] systemd[1]: Mounted Kernel Configuration File System.
[ 8.684515] systemd[1]: Finished Apply Kernel Variables.
[ 8.751654] systemd[1]: Finished Load/Save Random Seed.
[ 8.765298] systemd[1]: Finished udev Coldplug all Devices.
[ 8.781514] systemd[1]: Finished Create System Users.
[ 8.794109] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 8.857121] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 8.865690] systemd[1]: Reached target Local File Systems (Pre).
[ 8.872357] systemd[1]: Reached target Local File Systems.
[ 8.884145] systemd[1]: Starting Load AppArmor profiles...
[ 8.895511] systemd[1]: Started Jitterentropy Gatherer Daemon.
[ 8.910858] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
[ 8.918999] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[ 8.934193] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[ 8.950404] systemd[1]: Starting udev Kernel Device Manager...
[ 8.960321] systemd[1]: Received SIGRTMIN+20 from PID 1405 (plymouthd).
[ 8.974634] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
[ 9.115681] audit: type=1400 audit(1595485521.192:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=1489 comm="apparmor_parser"
[ 9.138701] audit: type=1400 audit(1595485521.192:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=1490 comm="apparmor_parser"
[ 9.154567] audit: type=1400 audit(1595485521.192:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1491 comm="apparmor_parser"
[ 9.169805] audit: type=1400 audit(1595485521.192:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1491 comm="apparmor_parser"
[ 9.186182] audit: type=1400 audit(1595485521.192:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1491 comm="apparmor_parser"
[ 9.201789] audit: type=1400 audit(1595485521.216:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="postgresql_akonadi" pid=1495 comm="apparmor_parser"
[ 9.220184] audit: type=1400 audit(1595485521.232:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1496 comm="apparmor_parser"
[ 9.236270] audit: type=1400 audit(1595485521.264:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1494 comm="apparmor_parser"
[ 9.254754] audit: type=1400 audit(1595485521.280:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="mysqld_akonadi" pid=1493 comm="apparmor_parser"
[ 9.275174] systemd[1]: Started Journal Service.
[ 9.275497] audit: type=1400 audit(1595485521.280:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=1498 comm="apparmor_parser"
[ 9.353285] systemd-journald[1469]: Received client request to flush runtime journal.
[ 10.313277] sgm3140 led-controller: supply vin not found, using dummy regulator
[ 10.320925] sgm3140 led-controller: flash-max-timeout-us property missing
[ 10.697205] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
[ 10.719636] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 10.755418] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 10.810907] sun6i-csi 1cb0000.csi: creating gc2145 4-003c:0 -> sun6i-csi:0 link
[ 10.824380] sun6i-csi 1cb0000.csi: creating ov5640 4-004c:0 -> sun6i-csi:0 link
[ 10.832994] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 10.895748] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 10.912546] bt-sco bt-sco-codec: ASoC: sink widget Capture overwritten
[ 10.915269] Bluetooth: Core ver 2.22
[ 10.918254] 8723cs: module is from the staging directory, the quality is unknown, you have been warned.
[ 10.921860] bt-sco bt-sco-codec: ASoC: source widget Playback overwritten
[ 10.922929] NET: Registered protocol family 31
[ 10.932415] simple-amplifier audio-amplifier: supply VCC not found, using dummy regulator
[ 10.939020] Bluetooth: HCI device and connection manager initialized
[ 10.958532] Bluetooth: HCI socket layer initialized
[ 10.963621] Bluetooth: L2CAP socket layer initialized
[ 10.969657] asoc-simple-card sound: sun8i-codec-aif1 <-> 1c22c00.dai mapping ok
[ 10.973726] Bluetooth: SCO socket layer initialized
[ 10.975554] iio iio:device3: registered magnetometer lis3mdl
[ 10.977119] asoc-simple-card sound: sun8i-codec-aif2 <-> ec25 mapping ok
[ 10.999259] asoc-simple-card sound: sun8i-codec-aif3 <-> bt-sco-pcm mapping ok
[ 11.007606] debugfs: File 'Playback' in directory 'dapm' already present!
[ 11.014465] debugfs: File 'Capture' in directory 'dapm' already present!
[ 11.029919] input: PinePhone Headphone Jack as /devices/platform/sound/sound/card0/input6
[ 11.040640] Bluetooth: HCI UART driver ver 2.3
[ 11.073865] Bluetooth: HCI UART protocol H4 registered
[ 11.086104] Bluetooth: HCI UART protocol LL registered
[ 11.097150] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 11.127732] Bluetooth: HCI UART protocol Broadcom registered
[ 11.342817] i2c i2c-2: Added multiplexed i2c bus 5
[ 11.661753] gc2145 4-003c: [wr fe] <= 00
[ 11.662279] gc2145 4-003c: bank switch: 0x00
[ 11.668496] gc2145 4-003c: [rd f0] => 21 45
[ 11.668511] gc2145 4-003c: device id: 0x2145
[ 11.677608] gc2145 4-003c: [wr fe] <= f0
[ 11.680409] gc2145 4-003c: [wr fc] <= 06
[ 11.680857] gc2145 4-003c: [wr f7] <= 1d
[ 11.681482] gc2145 4-003c: [wr f8] <= 84
[ 11.682019] gc2145 4-003c: [wr fa] <= 00
[ 11.682456] gc2145 4-003c: [wr f9] <= fe
[ 11.682881] gc2145 4-003c: [wr f2] <= 00
[ 11.683565] gc2145 4-003c: [wr 19] <= 0c
[ 11.685319] gc2145 4-003c: [wr 20] <= 01
[ 11.686015] gc2145 4-003c: [wr 80] <= 0b
[ 11.686587] gc2145 4-003c: [wr 86] <= 00
[ 11.687597] sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
[ 11.698199] gc2145 4-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
[ 11.706539] gc2145 4-003c: [wr fd] <= 00
[ 11.707011] gc2145 4-003c: [wr 18] <= 0a
[ 11.707442] gc2145 4-003c: [wr 09] <= 00 00
[ 11.708964] gc2145 4-003c: [wr 0b] <= 00 00
[ 11.711228] gc2145 4-003c: [wr 0d] <= 04 d0
[ 11.712153] gc2145 4-003c: [wr 0f] <= 06 50
[ 11.712757] gc2145 4-003c: [wr 05] <= 01 f1
[ 11.713330] gc2145 4-003c: [wr 07] <= 00 08
[ 11.714743] gc2145 4-003c: [wr 11] <= 00 1e
[ 11.715352] gc2145 4-003c: [wr 13] <= 02
[ 11.715779] gc2145 4-003c: [wr 14] <= 02
[ 11.716222] gc2145 4-003c: [wr f7] <= 11
[ 11.731560] gc2145 4-003c: [wr f8] <= 84
[ 11.732369] gc2145 4-003c: [wr fa] <= 10
[ 11.734252] gc2145 4-003c: [rd 82] => 00
[ 11.734269] gc2145 4-003c: [wr 82] <= 00
[ 11.734926] gc2145 4-003c: [wr b3] <= 40
[ 11.735393] gc2145 4-003c: [wr b4] <= 40
[ 11.735831] gc2145 4-003c: [wr b5] <= 40
[ 11.736511] gc2145 4-003c: [wr fe] <= 01
[ 11.737110] gc2145 4-003c: bank switch: 0x01
[ 11.742149] gc2145 4-003c: [wr ec] <= 04
[ 11.742644] gc2145 4-003c: [wr ed] <= 04
[ 11.743071] gc2145 4-003c: [wr ee] <= c0
[ 11.743713] gc2145 4-003c: [wr ef] <= 8e
[ 11.744340] gc2145 4-003c: [wr fe] <= 00
[ 11.744770] gc2145 4-003c: bank switch: 0x00
[ 11.749959] gc2145 4-003c: [rd 82] => 00
[ 11.749973] gc2145 4-003c: [wr 82] <= 02
[ 11.750404] gc2145 4-003c: [wr b6] <= 00
[ 11.750830] gc2145 4-003c: [wr 03] <= 04 b0
[ 11.751584] gc2145 4-003c: [wr b1] <= 20
[ 11.752041] gc2145 4-003c: [wr b2] <= e0
[ 11.752599] gc2145 4-003c: [wr fe] <= 01
[ 11.753083] gc2145 4-003c: bank switch: 0x01
[ 11.757706] gc2145 4-003c: [wr 01] <= 04
[ 11.758166] gc2145 4-003c: [wr 02] <= c0
[ 11.758595] gc2145 4-003c: [wr 03] <= 04
[ 11.759223] gc2145 4-003c: [wr 04] <= 8e
[ 11.759899] gc2145 4-003c: [wr 05] <= 08
[ 11.760631] gc2145 4-003c: [wr 06] <= b8
[ 11.761515] gc2145 4-003c: [wr 07] <= 08
[ 11.765784] gc2145 4-003c: [wr 08] <= 86
[ 11.766252] gc2145 4-003c: [wr fe] <= 00
[ 11.766722] gc2145 4-003c: bank switch: 0x00
[ 11.771319] gc2145 4-003c: [wr b6] <= 01
[ 11.771788] gc2145 4-003c: [wr fe] <= 01
[ 11.772906] gc2145 4-003c: bank switch: 0x01
[ 11.777540] gc2145 4-003c: [wr 27] <= 01 36
[ 11.778186] gc2145 4-003c: [wr 35] <= 50
[ 11.778866] gc2145 4-003c: [wr 29] <= 02 6c
[ 11.779590] gc2145 4-003c: [wr 36] <= 50
[ 11.780047] gc2145 4-003c: [wr 2b] <= 03 a2
[ 11.780627] gc2145 4-003c: [wr 37] <= 50
[ 11.781050] gc2145 4-003c: [wr 2d] <= 04 d8
[ 11.781952] gc2145 4-003c: [wr 38] <= 50
[ 11.782414] gc2145 4-003c: [wr 2f] <= 06 0e
[ 11.783838] gc2145 4-003c: [wr 39] <= 50
[ 11.784273] gc2145 4-003c: [wr 31] <= 07 44
[ 11.799438] gc2145 4-003c: [wr 3a] <= 50
[ 11.799875] gc2145 4-003c: [wr 33] <= 08 7a
[ 11.800475] gc2145 4-003c: [wr 3b] <= 50
[ 11.800905] gc2145 4-003c: [wr 1f] <= 50
[ 11.801357] gc2145 4-003c: [wr 20] <= e0
[ 11.802237] gc2145 4-003c: [wr fe] <= 00
[ 11.802674] gc2145 4-003c: bank switch: 0x00
[ 11.809313] gc2145 4-003c: [wr 84] <= 00
[ 11.810489] gc2145 4-003c: [rd 80] => 0b
[ 11.810601] gc2145 4-003c: [wr 80] <= 4b
[ 11.811658] gc2145 4-003c: [rd 80] => 0b
[ 11.811674] gc2145 4-003c: [wr 80] <= 0b
[ 11.812965] gc2145 4-003c: [wr 24] <= ff
[ 11.814644] gc2145 4-003c: [wr b6] <= 01
[ 11.815091] gc2145 4-003c: [wr fe] <= 01
[ 11.815616] gc2145 4-003c: bank switch: 0x01
[ 11.820115] gc2145 4-003c: [wr 13] <= 7b
[ 11.825500] gc2145 4-003c: [wr fe] <= 00
[ 11.826049] gc2145 4-003c: bank switch: 0x00
[ 11.831246] gc2145 4-003c: [rd 17] => 00
[ 11.831278] gc2145 4-003c: [wr 17] <= 00
[ 11.832284] gc2145 4-003c: [rd 17] => 00
[ 11.832296] gc2145 4-003c: [wr 17] <= 00
[ 11.832723] gc2145 4-003c: [wr 8c] <= 00
[ 11.833185] gc2145 4-003c: [wr 8d] <= 01
[ 11.846696] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8703
[ 11.859637] Bluetooth: hci0: RTL: chip_type status=0 type=5
[ 11.869307] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 11.875474] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723cs_xx_fw.bin
[ 11.912300] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723cs_xx_config-pinebook.bin
[ 11.953865] Bluetooth: hci0: RTL: cfg_sz 63, total sz 19427
[ 12.040380] using random self ethernet address
[ 12.045090] using random host ethernet address
[ 12.050473] using host ethernet address: fe:ed:de:ad:be:ef
[ 12.050523] using random self ethernet address
[ 12.061447] gc2145 4-003c: [rd f0] => 21 45
[ 12.061462] gc2145 4-003c: device id: 0x2145
[ 12.066915] gc2145 4-003c: [wr fe] <= f0
[ 12.067370] gc2145 4-003c: [wr fc] <= 06
[ 12.067787] gc2145 4-003c: [wr f7] <= 1d
[ 12.068199] gc2145 4-003c: [wr f8] <= 84
[ 12.068613] gc2145 4-003c: [wr fa] <= 00
[ 12.069047] gc2145 4-003c: [wr f9] <= fe
[ 12.069464] gc2145 4-003c: [wr f2] <= 00
[ 12.070006] gc2145 4-003c: [wr 19] <= 0c
[ 12.070433] gc2145 4-003c: [wr 20] <= 01
[ 12.070855] gc2145 4-003c: [wr 80] <= 0b
[ 12.071274] gc2145 4-003c: [wr 86] <= 00
[ 12.071759] sun6i-csi 1cb0000.csi: Direct firmware load for gc2145-init.bin failed with error -2
[ 12.079754] using random host ethernet address
[ 12.084475] gc2145 4-003c: Failed to read firmware gc2145-init.bin, continuing anyway...
[ 12.086647] using host ethernet address: fe:ed:de:ad:be:ef
[ 12.087446] usb0: HOST MAC fe:ed:de:ad:be:ef
[ 12.105666] gc2145 4-003c: [wr fd] <= 00
[ 12.106408] gc2145 4-003c: [wr 18] <= 0a
[ 12.106875] gc2145 4-003c: [wr 09] <= 00 00
[ 12.107465] gc2145 4-003c: [wr 0b] <= 00 00
[ 12.108093] gc2145 4-003c: [wr 0d] <= 04 d0
[ 12.108710] gc2145 4-003c: [wr 0f] <= 06 50
[ 12.109298] gc2145 4-003c: [wr 05] <= 01 f1
[ 12.113065] gc2145 4-003c: [wr 07] <= 00 08
[ 12.113767] gc2145 4-003c: [wr 11] <= 00 1e
[ 12.114695] gc2145 4-003c: [wr 13] <= 02
[ 12.115655] gc2145 4-003c: [wr 14] <= 02
[ 12.116515] gc2145 4-003c: [wr f7] <= 11
[ 12.118616] gc2145 4-003c: [wr f8] <= 84
[ 12.119064] gc2145 4-003c: [wr fa] <= 10
[ 12.120372] gc2145 4-003c: [rd 82] => 00
[ 12.120392] gc2145 4-003c: [wr 82] <= 00
[ 12.120847] gc2145 4-003c: [wr b3] <= 40
[ 12.123853] gc2145 4-003c: [wr b4] <= 40
[ 12.124314] gc2145 4-003c: [wr b5] <= 40
[ 12.124771] gc2145 4-003c: [wr fe] <= 01
[ 12.125231] gc2145 4-003c: bank switch: 0x01
[ 12.132173] gc2145 4-003c: [wr ec] <= 04
[ 12.132878] gc2145 4-003c: [wr ed] <= 04
[ 12.135145] gc2145 4-003c: [wr ee] <= c0
[ 12.135642] gc2145 4-003c: [wr ef] <= 8e
[ 12.139575] gc2145 4-003c: [wr fe] <= 00
[ 12.140443] gc2145 4-003c: bank switch: 0x00
[ 12.148993] gc2145 4-003c: [rd 82] => 00
[ 12.149008] gc2145 4-003c: [wr 82] <= 02
[ 12.149448] gc2145 4-003c: [wr b6] <= 00
[ 12.149956] gc2145 4-003c: [wr 03] <= 04 b0
[ 12.155017] usb0: MAC ae:b2:4a:45:83:db
[ 12.161050] gc2145 4-003c: [wr b1] <= 20
[ 12.161802] gc2145 4-003c: [wr b2] <= e0
[ 12.162258] gc2145 4-003c: [wr fe] <= 01
[ 12.164007] gc2145 4-003c: bank switch: 0x01
[ 12.169370] gc2145 4-003c: [wr 01] <= 04
[ 12.170159] gc2145 4-003c: [wr 02] <= c0
[ 12.170628] gc2145 4-003c: [wr 03] <= 04
[ 12.179475] gc2145 4-003c: [wr 04] <= 8e
[ 12.179957] gc2145 4-003c: [wr 05] <= 08
[ 12.180426] gc2145 4-003c: [wr 06] <= b8
[ 12.181022] gc2145 4-003c: [wr 07] <= 08
[ 12.181461] gc2145 4-003c: [wr 08] <= 86
[ 12.182010] gc2145 4-003c: [wr fe] <= 00
[ 12.182463] gc2145 4-003c: bank switch: 0x00
[ 12.186879] gc2145 4-003c: [wr b6] <= 01
[ 12.187489] gc2145 4-003c: [wr fe] <= 01
[ 12.187955] gc2145 4-003c: bank switch: 0x01
[ 12.192398] gc2145 4-003c: [wr 27] <= 01 36
[ 12.193026] gc2145 4-003c: [wr 35] <= 50
[ 12.193499] gc2145 4-003c: [wr 29] <= 02 6c
[ 12.194518] gc2145 4-003c: [wr 36] <= 50
[ 12.195100] gc2145 4-003c: [wr 2b] <= 03 a2
[ 12.195697] gc2145 4-003c: [wr 37] <= 50
[ 12.196275] gc2145 4-003c: [wr 2d] <= 04 d8
[ 12.197045] gc2145 4-003c: [wr 38] <= 50
[ 12.197499] gc2145 4-003c: [wr 2f] <= 06 0e
[ 12.198206] gc2145 4-003c: [wr 39] <= 50
[ 12.198721] gc2145 4-003c: [wr 31] <= 07 44
[ 12.199615] gc2145 4-003c: [wr 3a] <= 50
[ 12.200068] gc2145 4-003c: [wr 33] <= 08 7a
[ 12.200643] gc2145 4-003c: [wr 3b] <= 50
[ 12.201082] gc2145 4-003c: [wr 1f] <= 50
[ 12.201883] gc2145 4-003c: [wr 20] <= e0
[ 12.202588] gc2145 4-003c: [wr fe] <= 00
[ 12.203223] gc2145 4-003c: bank switch: 0x00
[ 12.210632] gc2145 4-003c: [wr 84] <= 00
[ 12.211727] gc2145 4-003c: [rd 80] => 0b
[ 12.211754] gc2145 4-003c: [wr 80] <= 4b
[ 12.213258] gc2145 4-003c: [rd 80] => 0b
[ 12.213280] gc2145 4-003c: [wr 80] <= 0b
[ 12.213797] gc2145 4-003c: [wr 24] <= ff
[ 12.214449] gc2145 4-003c: [wr b6] <= 01
[ 12.215195] gc2145 4-003c: [wr fe] <= 01
[ 12.215680] gc2145 4-003c: bank switch: 0x01
[ 12.220134] gc2145 4-003c: [wr 13] <= 7b
[ 12.220618] gc2145 4-003c: [wr fe] <= 00
[ 12.221075] gc2145 4-003c: bank switch: 0x00
[ 12.226478] gc2145 4-003c: [rd 17] => 00
[ 12.226505] gc2145 4-003c: [wr 17] <= 00
[ 12.227521] gc2145 4-003c: [rd 17] => 00
[ 12.227532] gc2145 4-003c: [wr 17] <= 00
[ 12.228065] gc2145 4-003c: [wr 8c] <= 00
[ 12.228616] gc2145 4-003c: [wr 8d] <= 01
[ 12.239757] Mass Storage Function, version: 2009/09/11
[ 12.244995] LUN: removable file: (no medium)
[ 12.257945] LUN: removable read only file: /dev/mmcblk2
[ 12.281642] Number of LUNs=1
[ 12.297816] g_multi gadget: Multifunction Composite Gadget
[ 12.325619] g_multi gadget: userspace failed to provide iSerialNumber
[ 12.349693] g_multi gadget: g_multi ready
[ 12.383715] Bluetooth: hci0: RTL: fw version 0xaa5ca4dc
[ 12.481633] Adding 290664k swap on 1. Priority:-2 extents:5 across:1806184k SS
[ 12.706999] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.723834] Bluetooth: BNEP filters: protocol multicast
[ 12.744450] Bluetooth: BNEP socket layer initialized
[ 13.165639] Adding 460144k swap on 4. Priority:-3 extents:972 across:14983604k SS
[ 13.533565] Adding 338540k swap on 2. Priority:-4 extents:122 across:15269576k SS
[ 16.460758] Bluetooth: RFCOMM TTY layer initialized
[ 16.465964] Bluetooth: RFCOMM socket layer initialized
[ 16.471475] Bluetooth: RFCOMM ver 1.11
[ 18.637776] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 19.608653] fuse: init (API version 7.31)
[ 25.478455] rfkill: input handler disabled
[ 27.088136] usb 3-1: new high-speed USB device number 2 using ehci-platform
[ 27.471594] usbcore: registered new interface driver option
[ 27.482688] usbcore: registered new interface driver cdc_wdm
[ 27.519485] qmi_wwan 3-1:1.4: cdc-wdm0: USB WDM device
[ 27.551536] usbserial: USB Serial support registered for GSM modem (1-port)
[ 27.577892] qmi_wwan 3-1:1.4 wwan0: register 'qmi_wwan' at usb-1c1b000.usb-1, WWAN/QMI device, d6:45:73:7c:dc:ad
[ 27.593577] usbcore: registered new interface driver qmi_wwan
[ 27.599685] option 3-1:1.0: GSM modem (1-port) converter detected
[ 27.625893] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB0
[ 27.647504] option 3-1:1.1: GSM modem (1-port) converter detected
[ 27.665810] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 27.677998] option 3-1:1.2: GSM modem (1-port) converter detected
[ 27.685693] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB2
[ 27.697029] option 3-1:1.3: GSM modem (1-port) converter detected
[ 27.704984] usb 3-1: GSM modem (1-port) converter now attached to ttyUSB3
[ 36.778696] anx-vdd1v0: disabling
[ 36.782189] usb0-vbus: disabling
[ 36.785530] vcc5v0: disabling
[ 36.788603] vconn5v0: disabling
This here looks suspicious:
Code:
[ 2.846823] panel-sitronix-st7703 1ca0000.dsi.0: [drm:st7703_probe] *ERROR* mipi_dsi_attach failed (-517). Is host ready?
[ 2.889909] sun4i-drm display-engine: bound 1100000.mixer (ops sun8i_mixer_ops)
[ 2.901644] sun4i-drm display-engine: bound 1200000.mixer (ops sun8i_mixer_ops)
[ 2.909581] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 2.917430] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops)
[ 2.925802] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops)
[ 2.933852] sun4i-drm display-engine: bound 1ca0000.dsi (ops sun6i_dsi_ops)