U-Boot SPL 2021.10 (Nov 28 2021 - 05:43:56 +0000) DRAM: 2048 MiB Trying to boot from MMC1 NOTICE: BL31: v2.5(release):a6f4230d-dirty NOTICE: BL31: Built : 11:36:14, Nov 27 2021 NOTICE: BL31: Detected Allwinner A64/H64/R18 SoC (1689) NOTICE: BL31: Found U-Boot DTB at 0x2089058, model: Pine64 PinePhone Braveheart (1.1) U-Boot 2021.10 (Nov 28 2021 - 05:43:56 +0000) Allwinner Technology CPU: Allwinner A64 (SUN50I) Model: Pine64 PinePhone Braveheart (1.1) DRAM: 2 GiB DRAM Clock: 528 MHz MMC: mmc@1c0f000: 0, mmc@1c10000: 2, mmc@1c11000: 1 Loading Environment from FAT... Unable to use mmc 0:1... In: serial Out: serial Err: serial Net: No ethernet found. Set ram_freq : 528 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr 1235 bytes read in 1 ms (1.2 MiB/s) ## Executing script at 4fc00000 gpio: pin 98 (gpio 98) value is 1 gpio: pin 114 (gpio 114) value is 1 Booting from SD arch=arm baudrate=115200 board=sunxi board_name=sunxi boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi boot_efi_bootmgr=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf} boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_syslinux_conf=extlinux/extlinux.conf boot_targets=fel mmc_auto pxe dhcp bootargs=init=/init.sh rw console=tty0 console=ttyS0,115200 earlycon=uart,mmio32,0x01c28000 panic=10 consoleblank=0 loglevel=1 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE pmos_boot=/dev/mmcblk0p1 pmos_root=/dev/mmcblk0p2 bootcmd=run distro_bootcmd bootcmd_dhcp=devtype=dhcp; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:U; bootcmd_fel=if test -n ${fel_booted} && test -n ${fel_scriptaddr}; then echo '(FEL boot)'; source ${fel_scriptaddr}; fi bootcmd_mmc0=devnum=0; run mmc_boot bootcmd_mmc1=devnum=1; run mmc_boot bootcmd_mmc_auto=if test ${mmc_bootdev} -eq 1; then run bootcmd_mmc1; run bootcmd_mmc0; elif test ${mmc_bootdev} -eq 0; then run bootcmd_mmc0; run bootcmd_mmc1; fi bootcmd_pxe=dhcp; if pxe get; then pxe boot; fi bootdelay=0 bootdev=0 bootfstype=ext4 bootm_size=0xa000000 console=ttyS0,115200 cpu=armv8 devplist=1 dfu_alt_info_ram=kernel ram 0x40080000 0x1000000;fdt ram 0x4FA00000 0x100000;ramdisk ram 0x4FF00000 0x4000000 distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done efi_dtb_prefixes=/ /dtb/ /dtb/current/ ethaddr=02:ba:00:22:37:f5 fdt_addr_r=0x4FA00000 fdtcontroladdr=b9f416d0 fdtfile=allwinner/sun50i-a64-pinephone-1.1.dtb fdtoverlay_addr_r=0x4FE00000 fileaddr=4fc00000 filesize=4d3 kernel_addr_r=0x40080000 kernel_comp_addr_r=0x44000000 kernel_comp_size=0xb000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi mmc_bootdev=0 partitions=name=loader1,start=8k,size=32k,uuid=${uuid_gpt_loader1};name=loader2,size=984k,uuid=${uuid_gpt_loader2};name=esp,size=128M,bootable,uuid=${uuid_gpt_esp};name=system,size=-,uuid=${uuid_gpt_system}; pxefile_addr_r=0x4FD00000 ram_freq=528 ramdisk_addr_r=0x4FF00000 scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_ft scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} e scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo SCRIPT FAILED: continuing...; fi scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; doe scriptaddr=0x4FC00000 serial#=92c075ba002237f5 soc=sunxi stderr=serial,vidconsole stdin=serial stdout=serial,vidconsole uuid_gpt_esp=c12a7328-f81f-11d2-ba4b-00a0c93ec93b uuid_gpt_system=b921b045-1df0-41c3-af44-4c6f280d3fae Environment size: 4647/131068 bytes Loading DTB 52699 bytes read in 5 ms (10.1 MiB/s) Loading Initramfs 1903299 bytes read in 87 ms (20.9 MiB/s) Loading Kernel 18630664 bytes read in 828 ms (21.5 MiB/s) gpio: pin 115 (gpio 115) value is 1 Resizing FDT Adding FTD RAM clock memory { ram_freq = "528"; }; Loading user script Failed to load 'user.scr' No user script found Booting kernel gpio: pin 116 (gpio 116) value is 1 gpio: pin 98 (gpio 98) value is 0 Moving Image from 0x40080000 to 0x40200000, end=41430000 ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 Loading Ramdisk to 49e2f000, end 49fffac3 ... OK Loading Device Tree to 0000000049e1f000, end 0000000049e2efff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.15.13 (pmos@build) (aarch64-alpine-linux-musl-gcc (Alpine 10.3.1_git20211027) 10.3.1 20211027, GNU ld (GNU Binutils) 2.37) #2-postmarketos-allwinner SMP PREEMPT Sun Jan 16 22:48:42 UTC 20 [ 0.000000] Machine model: Pine64 PinePhone Braveheart (1.1) [ 0.000000] earlycon: uart0 at MMIO32 0x0000000001c28000 (options '') [ 0.000000] printk: bootconsole [uart0] enabled ### postmarketOS initramfs ### Configuring kernel firmware image search path NOTE: Waiting 10 seconds for the framebuffer /dev/fb0. If your device does not have a framebuffer, disable this with: no_framebuffer=true in Setting framebuffer mode to: U:720x1440p-0 Setup usb network /sys/class/android_usb does not exist, skipping android_usb Setting up an USB gadget through configfs Starting udhcpd Using interface usb0 Start the dhcpcd daemon (forks into background) Mount boot partition (/dev/mmcblk0p1) to /boot (read-only) Extract /boot/initramfs-extra cpio: lib/libdevmapper.so.1.02 not created: newer or same age file exists cpio: lib/libc.musl-aarch64.so.1 not created: newer or same age file exists cpio: lib/ld-musl-aarch64.so.1 not created: newer or same age file exists 266011 blocks Mount root partition (/dev/mmcblk0p2) to /sysroot (read-only) Detected ext4 filesystem Mount boot partition (/dev/mmcblk0p1) to /sysroot/boot (read-write) umount: can't unmount /dev: Invalid argument OpenRC 0.44.7.86e4642bdd is starting up Linux 5.15.13 (aarch64) /lib/rc/sh/init.sh: line 15: can't create /dev/null: Read-only file system * md5sum is missing, which suggests /usr is not mounted * If you have separate /usr, it must be mounted by initramfs * If not, you should check coreutils is installed correctly * Mounting /proc ... [ ok ] * Mounting /run ... * /run/openrc: creating directory * /run/lock: creating directory * /run/lock: correcting owner /lib/rc/sh/init.sh: line 98: can't create /dev/null: Read-only file system /lib/rc/sh/gendepends.sh: line 53: can't create /dev/null: Read-only file system * Caching service dependencies ... [ ok ] * Clock skew detected with `(null)' * Adjusting mtime of `/run/openrc/deptree' to Wed Jan 19 05:05:05 2022 * WARNING: clock skew detected! * Mounting devtmpfs on /dev ... [ ok ] * Mounting /dev/mqueue ... [ ok ] * Mounting /dev/pts ... [ ok ] * Mounting /dev/shm ... [ ok ] * Mounting /sys ... [ ok ] * Mounting security filesystem ... [ ok ] * Mounting debug filesystem ... [ ok ] * Mounting config filesystem ... [ ok ] * Mounting fuse control filesystem ... [ ok ] * Starting udev ... [ ok ] * Generating a rule to create a /dev/root symlink ... [ ok ] * Populating /dev with existing devices through uevents ... [ ok ] * WARNING: clock skew detected! * Loading modules ... [ ok ] * Setting system clock using the hardware clock [UTC] ... [ ok ] * Checking local filesystems ... [ ok ] * Remounting root filesystem read/write ... [ ok ] * Remounting filesystems ... * fstabinfo: empty fstab [ ok ] * Mounting local filesystems ... [ ok ] * Configuring kernel parameters ...sysctl: error: 'kernel.unprivileged_bpf_disabled' is an unknown key [ ok ] * Creating user login records ... [ ok ] * Cleaning /tmp directory ... [ ok ] * Setting hostname ... [ ok ] * Starting busybox syslog ... [ ok ] * WARNING: clock skew detected! * /run/dbus: creating directory * /run/dbus: correcting owner * Starting System Message Bus ... [ ok ] * Starting Bluetooth ... [ ok ] * Loading nftables state and starting firewall ... [ ok ] * Starting haveged ... [ ok ] * Could not find a wireless interface * /var/run/wpa_supplicant: creating directory * Starting WPA Supplicant ... [ ok ] * Starting networkmanager ... [ ok ] * Starting chronyd ... [ ok ] * Starting modemmanager ... [ ok ] * Starting eg25-manager ... [ ok ] * Bringing up network interface lo ... [ ok ] * Starting gpsd ... [ ok ] * Starting HKDM ... [ ok ] * Starting iio-sensor-proxy ... [ ok ] * Starting postmarketos-tweakd ...Scanning /usr/share/postmarketos-tweaks Loading /usr/share/postmarketos-tweaks/pinephone.yml Loading /usr/share/postmarketos-tweaks/power.yml Loading /usr/share/postmarketos-tweaks/phosh.yml Loading /usr/share/postmarketos-tweaks/sound.yml Loading /usr/share/postmarketos-tweaks/unlocker.yml Loading /usr/share/postmarketos-tweaks/fonts.yml Loading /usr/share/postmarketos-tweaks/about.yml Loading /usr/share/postmarketos-tweaks/appearance.yml Scanning /etc/postmarketos-tweaks [ ok ] * Restoring rfkill configuration ...cat: can't open '/var/lib/rfkill/*': No such file or directory Try 'rfkill --help' for more information. [ ok ] * Starting sleep-inhibitor ... [ ok ] * Activating swap file ...Configured swap file size is 0, skipping creation. [ ok ] * Starting System login manager ... [ ok ] * Starting tinydm ... [ ok ] * Starting local ... [ ok ] Welcome to postmarketOS Kernel 5.15.13 on an aarch64 (/dev/ttyS0) pine64-pinephone login: user Password: Welcome to postmarketOS! o/ This distribution is based on Alpine Linux. First time using postmarketOS? Make sure to read the cheatsheet in the wiki: -> https://postmarketos.org/cheatsheet You may change this message by editing /etc/motd. pine64-pinephone:~$ dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.15.13 (pmos@build) (aarch64-alpine-linux-musl-gcc (Alpine 10.3.1_git20211027) 10.3.1 20211027, GNU ld (GNU Binutils) 2.37) #2-postmarketos-allwinner SMP PREEMPT Sun Jan 16 22:48:42 UTC 20 [ 0.000000] Machine model: Pine64 PinePhone Braveheart (1.1) [ 0.000000] earlycon: uart0 at MMIO32 0x0000000001c28000 (options '') [ 0.000000] printk: bootconsole [uart0] enabled [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff] [ 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-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] cma: Reserved 256 MiB at 0x00000000ad800000 [ 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 s34904 r8192 d30632 u73728 [ 0.000000] pcpu-alloc: s34904 r8192 d30632 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 843419 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096 [ 0.000000] Kernel command line: init=/init.sh rw console=tty0 console=ttyS0,115200 earlycon=uart,mmio32,0x01c28000 panic=10 consoleblank=0 loglevel=1 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE pmos_boot=/dev/mmcblk0p1 pmos_2 [ 0.000000] Unknown kernel command line parameters "PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE pmos_boot=/dev/mmcblk0p1 pmos_root=/dev/mmcblk0p2", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 1773960K/2097152K available (11648K kernel code, 1234K rwdata, 3272K rodata, 1920K init, 377K bss, 61048K 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 restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] random: get_random_bytes called from start_kernel+0x478/0x65c 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.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000243] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000706] Console: colour dummy device 80x25 [ 0.000744] printk: console [tty0] enabled [ 0.000794] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.000810] pid_max: default: 32768 minimum: 301 [ 0.000887] LSM: Security Framework initializing [ 0.000984] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.001009] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.002916] rcu: Hierarchical SRCU implementation. [ 0.003651] smp: Bringing up secondary CPUs ... [ 0.005241] Detected VIPT I-cache on CPU1 [ 0.005304] arch_timer: CPU1: Trapping CNTVCT access [ 0.005324] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.006263] Detected VIPT I-cache on CPU2 [ 0.006297] arch_timer: CPU2: Trapping CNTVCT access [ 0.006309] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.007156] Detected VIPT I-cache on CPU3 [ 0.007185] arch_timer: CPU3: Trapping CNTVCT access [ 0.007196] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.007278] smp: Brought up 1 node, 4 CPUs [ 0.007291] SMP: Total of 4 processors activated. [ 0.007298] CPU features: detected: 32-bit EL0 Support [ 0.007304] CPU features: detected: CRC32 instructions [ 0.016548] CPU: All CPU(s) started at EL2 [ 0.016582] alternatives: patching kernel code [ 0.018213] devtmpfs: initialized [ 0.027737] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.027776] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.041844] pinctrl core: initialized pinctrl subsystem [ 0.042929] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.044807] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.044994] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.045187] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.045849] thermal_sys: Registered thermal governor 'fair_share' [ 0.045857] thermal_sys: Registered thermal governor 'bang_bang' [ 0.045863] thermal_sys: Registered thermal governor 'step_wise' [ 0.045869] thermal_sys: Registered thermal governor 'power_allocator' [ 0.046317] cpuidle: using governor menu [ 0.046511] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.046638] ASID allocator initialised with 65536 entries [ 0.046773] Serial: AMBA PL011 UART driver [ 0.065054] platform 1ca0000.dsi: Fixing up cyclic dependency with 1c0c000.lcd-controller [ 0.066099] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0d000.lcd-controller [ 0.069794] platform hdmi-connector: Fixing up cyclic dependency with 1ee0000.hdmi [ 0.081626] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.081651] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.081659] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.081667] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.083337] cryptd: max_cpu_qlen set to 1000 [ 0.087539] iommu: Default domain type: Translated [ 0.087557] iommu: DMA domain TLB invalidation policy: strict mode [ 0.087933] SCSI subsystem initialized [ 0.088165] usbcore: registered new interface driver usbfs [ 0.088212] usbcore: registered new interface driver hub [ 0.088255] usbcore: registered new device driver usb [ 0.088713] mc: Linux media interface: v0.10 [ 0.088747] videodev: Linux video capture interface: v2.00 [ 0.088957] EDAC MC: Ver: 3.0.0 [ 0.090813] clocksource: Switched to clocksource arch_sys_counter [ 0.091011] VFS: Disk quotas dquot_6.6.0 [ 0.091072] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.098941] NET: Registered PF_INET protocol family [ 0.099160] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.100654] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.100704] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.100904] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) [ 0.101290] TCP: Hash tables configured (established 16384 bind 16384) [ 0.101437] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.101501] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) [ 0.101685] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.102197] RPC: Registered named UNIX socket transport module. [ 0.102205] RPC: Registered udp transport module. [ 0.102211] RPC: Registered tcp transport module. [ 0.102216] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.103477] Unpacking initramfs... [ 0.111711] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 0.116949] Initialise system trusted keyrings [ 0.117173] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 0.125661] NFS: Registering the id_resolver key type [ 0.125708] Key type id_resolver registered [ 0.125714] Key type id_legacy registered [ 0.125811] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.125828] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.126047] fuse: init (API version 7.34) [ 0.180396] Key type asymmetric registered [ 0.180427] Asymmetric key parser 'x509' registered [ 0.180618] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.181907] Freeing initrd memory: 1856K [ 0.186044] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 0.188013] sun50i-a64-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator [ 0.203897] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.216784] lima 1c40000.gpu: gp - mali400 version major 1 minor 1 [ 0.216850] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1 [ 0.216901] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1 [ 0.216940] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus [ 0.217346] lima 1c40000.gpu: bus rate = 200000000 [ 0.217359] lima 1c40000.gpu: mod rate = 432000000 [ 0.217804] [drm] Initialized lima 1.2.0 20200215 for 1c40000.gpu on minor 0 [ 0.228259] loop: module loaded [ 0.229815] libphy: Fixed MDIO Bus: probed [ 0.230324] tun: Universal TUN/TAP device driver, 1.6 [ 0.231773] VFIO - User Level meta-driver version: 0.3 [ 0.233130] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.233150] ehci-platform: EHCI generic platform driver [ 0.233375] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.233409] ohci-platform: OHCI generic platform driver [ 0.234053] usbcore: registered new interface driver usb-storage [ 0.237827] sun6i-rtc 1f00000.rtc: registered as rtc0 [ 0.237888] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01T00:03:28 UTC (208) [ 0.238035] sun6i-rtc 1f00000.rtc: RTC enabled [ 0.238257] i2c_dev: i2c /dev entries driver [ 0.241565] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 0.242582] sdhci: Secure Digital Host Controller Interface driver [ 0.242602] sdhci: Copyright(c) Pierre Ossman [ 0.242771] Synopsys Designware Multimedia Card Interface Driver [ 0.244011] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.245421] ledtrig-cpu: registered to indicate activity on CPUs [ 0.245878] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.245971] hid: raw HID events driver (C) Jiri Kosina [ 0.247296] usbcore: registered new interface driver usbhid [ 0.247325] usbhid: USB HID core driver [ 0.249069] cedrus 1c0e000.video-codec: Device registered as /dev/video0 [ 0.250170] ashmem: initialized [ 0.256364] xt_time: kernel timezone is -0000 [ 0.256586] Initializing XFRM netlink socket [ 0.257071] NET: Registered PF_INET6 protocol family [ 0.258085] Segment Routing with IPv6 [ 0.258115] In-situ OAM (IOAM) with IPv6 [ 0.258207] mip6: Mobile IPv6 [ 0.258275] NET: Registered PF_PACKET protocol family [ 0.258296] NET: Registered PF_KEY protocol family [ 0.258370] Key type dns_resolver registered [ 0.258959] registered taskstats version 1 [ 0.258973] Loading compiled-in X.509 certificates [ 0.273522] sun8i-rotate 1020000.rotate: Device registered as /dev/video1 [ 0.273979] platform 1100000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller [ 0.274067] platform 1100000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller [ 0.276063] platform 1200000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller [ 0.276167] platform 1200000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller [ 0.277756] sunxi-rsb 1f03400.rsb: RSB running at 4000000 Hz [ 0.278205] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found [ 0.280478] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0 [ 0.283309] axp20x-adc axp813-adc: DMA mask not set [ 0.284402] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set [ 0.291415] axp20x-battery-power-supply axp20x-battery-power-supply: Configuring battery thermal regulation for Pinephone [ 0.292511] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set [ 0.292618] axp20x-usb-power-supply axp20x-usb-power-supply: Increasing Vbus hold voltage to 4.5V [ 0.293178] random: fast init done [ 0.295225] vcc-3v3: supplied by regulator-dummy [ 0.295749] vdd-cpux: supplied by regulator-dummy [ 0.296347] dcdc4: supplied by regulator-dummy [ 0.296584] vcc-dram: supplied by regulator-dummy [ 0.297017] vdd-sys: supplied by regulator-dummy [ 0.297561] dc1sw: supplied by regulator-dummy [ 0.297722] dovdd-csi: Bringing 3300000uV into 1800000-1800000uV [ 0.298088] dovdd-csi: supplied by regulator-dummy [ 0.298288] vcc-pl: supplied by regulator-dummy [ 0.298725] vcc-pll-avcc: supplied by regulator-dummy [ 0.299671] vcc-dsi-sensor: supplied by regulator-dummy [ 0.300158] vcc-mipi-io: supplied by regulator-dummy [ 0.300583] avdd-csi: supplied by regulator-dummy [ 0.300959] vcc-wifi-io: supplied by regulator-dummy [ 0.301168] vcc-lpddr: supplied by regulator-dummy [ 0.301774] eldo2: supplied by regulator-dummy [ 0.301948] dvdd-1v8-csi: Bringing 700000uV into 1800000-1800000uV [ 0.302322] dvdd-1v8-csi: supplied by regulator-dummy [ 0.302711] vcc-1v2-hsic: supplied by regulator-dummy [ 0.303021] vdd-cpus: supplied by regulator-dummy [ 0.303457] vcc-rtc: supplied by regulator-dummy [ 0.303950] vcc-lcd-ctp-stk: supplied by regulator-dummy [ 0.304176] vcc-1v8-typec: Bringing 3300000uV into 1800000-1800000uV [ 0.304554] vcc-1v8-typec: supplied by regulator-dummy [ 0.304625] axp20x-regulator axp20x-regulator: drivevbus has vin [ 0.304964] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded [ 0.310051] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.312357] printk: console [ttyS0] disabled [ 0.312468] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 43, base_baud = 1500000) is a 16550A [ 0.312553] printk: console [ttyS0] enabled [ 0.312561] printk: bootconsole [uart0] disabled [ 0.314277] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 44, base_baud = 1500000) is a 16550A [ 0.314479] serial serial0: tty port ttyS1 registered [ 0.315961] 1c28c00.serial: ttyS2 at MMIO 0x1c28c00 (irq = 45, base_baud = 1500000) is a 16550A [ 0.423275] Goodix-TS 0-005d: ID 917S, version: 0200 [ 0.423409] Goodix-TS 0-005d: Direct firmware load for goodix_917S_cfg.bin failed with error -2 [ 0.423998] i2c 0-0028: Fixing up cyclic dependency with 1c19400.phy [ 0.430046] input: Goodix Capacitive TouchScreen as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-005d/input/input1 [ 0.448546] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 0.449484] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version [ 0.450284] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode [ 0.450657] drivevbus: supplied by usb-5v [ 0.451276] usb0-vbus: supplied by drivevbus [ 0.451619] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode [ 0.452211] sunxi-mmc 1c11000.mmc: initialized, max. request size: 2048 KB, uses new timings mode [ 0.454425] phy phy-1c19400.phy.1: Changing dr_mode to 1 [ 0.454454] ehci-platform 1c1a000.usb: EHCI Host Controller [ 0.454482] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 [ 0.454634] ehci-platform 1c1a000.usb: irq 29, io mem 0x01c1a000 [ 0.466848] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 [ 0.467731] hub 1-0:1.0: USB hub found [ 0.467795] hub 1-0:1.0: 1 port detected [ 0.469044] ehci-platform 1c1b000.usb: EHCI Host Controller [ 0.469085] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 [ 0.469217] ehci-platform 1c1b000.usb: irq 31, io mem 0x01c1b000 [ 0.482819] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 0.483608] hub 2-0:1.0: USB hub found [ 0.483648] hub 2-0:1.0: 1 port detected [ 0.487753] mmc0: new high speed SDHC card at address 5048 [ 0.488664] mmcblk0: mmc0:5048 SD16G 14.4 GiB [ 0.490586] mmcblk0: p1 p2 [ 0.570898] mmc2: Enabling HPI failed [ 0.598862] mmc2: new high speed MMC card at address 0001 [ 0.599989] mmcblk2: mmc2:0001 M MOR\x12 128 MiB [ 0.602158] mmcblk2boot0: mmc2:0001 M MOR\x12 2.00 MiB [ 0.603842] mmcblk2boot1: mmc2:0001 M MOR\x12 2.00 MiB [ 0.662894] ohci-platform 1c1a400.usb: Generic Platform OHCI controller [ 0.662952] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 [ 0.663188] ohci-platform 1c1a400.usb: irq 30, io mem 0x01c1a400 [ 0.727791] hub 3-0:1.0: USB hub found [ 0.727844] hub 3-0:1.0: 1 port detected [ 0.729253] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 0.729292] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 [ 0.729460] ohci-platform 1c1b400.usb: irq 32, io mem 0x01c1b400 [ 0.791748] hub 4-0:1.0: USB hub found [ 0.791802] hub 4-0:1.0: 1 port detected [ 0.793311] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator [ 0.871202] musb-hdrc musb-hdrc.2.auto: MUSB HDRC host driver [ 0.871255] musb-hdrc musb-hdrc.2.auto: new USB bus registered, assigned bus number 5 [ 0.872155] hub 5-0:1.0: USB hub found [ 0.872207] hub 5-0:1.0: 1 port detected [ 0.881191] input: gpio-keys as /devices/platform/gpio-keys/input/input2 [ 0.882329] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 0.885349] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 0.885822] dw-apb-uart 1c28000.serial: forbid DMA for kernel console [ 0.887182] Freeing unused kernel memory: 1920K [ 0.887381] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 0.887400] cfg80211: failed to load regulatory.db [ 0.915006] Run /init as init process [ 0.915021] with arguments: [ 0.915026] /init [ 0.915032] PMOS_NO_OUTPUT_REDIRECT [ 0.915038] PMOS_FORCE_PARTITION_RESIZE [ 0.915044] with environment: [ 0.915048] HOME=/ [ 0.915054] TERM=linux [ 0.915059] pmos_boot=/dev/mmcblk0p1 [ 0.915064] pmos_root=/dev/mmcblk0p2 [ 0.979093] Module has invalid ELF structures [ 1.034835] anx7688 0-0028: power enabled [ 1.035733] anx7688 0-0028: Vendor id 0x1f29 [ 1.050832] anx7688 0-0028: power disabled [ 1.051045] anx7688 0-0028: enabling USB BC 1.2 detection [ 1.051223] anx7688 0-0028: plug irq (cd=1) [ 1.052446] Module has invalid ELF structures [ 1.056062] input: gpio-vibrator as /devices/platform/vibrator/input/input3 [ 1.066906] anx7688 0-0028: cable inserted [ 1.092879] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800010bf7728) [ 1.097035] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff800010bf7728) [ 1.098719] sun4i-drm display-engine: No panel or bridge found... RGB output disabled [ 1.098741] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff800010bf2e40) [ 1.099082] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff800010bf2e40) [ 1.099124] sun4i-drm display-engine: bound 1ca0000.dsi (ops 0xffff800010bf66c0) [ 1.100693] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) [ 1.101912] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver [ 1.103260] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff800010bf6a60) [ 1.106600] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1 [ 1.106733] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 1.106920] anx7688 0-0028: power enabled [ 1.109394] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 1.170967] anx7688 0-0028: eeprom0 = 0x03 [ 1.170990] anx7688 0-0028: fw loaded after 40 ms [ 1.171146] anx7688 0-0028: OCM firmware loaded (version 0x2410) [ 1.172035] anx7688 0-0028: send pd packet cmd=0x00 05 00 32 90 01 26 12 [ 1.220035] anx7688 0-0028: send pd packet cmd=0x01 05 01 2c 91 01 26 16 [ 1.220538] anx7688 0-0028: send pd packet cmd=0x02 11 02 00 00 00 ec 00 00 00 00 00 00 00 00 39 00 00 51 77 [ 1.221316] anx7688 0-0028: send pd packet cmd=0x03 05 03 00 00 01 ff f8 [ 1.221801] anx7688 0-0028: OCM configuration completed [ 1.222528] anx7688 0-0028: status changed to 0x00 [ 1.222536] anx7688 0-0028: cc_status changed to CC1 = SRC.Open CC2 = SRC.Open [ 1.222542] anx7688 0-0028: DP state changed to 0x0000 [ 1.222547] anx7688 0-0028: VCONN role change to SINK [ 1.222564] anx7688 0-0028: DATA role change requested to UFP [ 1.319796] anx7688 0-0028: cc_status changed to CC1 = SRC.Ra CC2 = SRC.Ra [ 1.329145] Console: switching to colour frame buffer device 90x90 [ 1.362648] sun4i-drm display-engine: [drm] fb0: sun4i-drmdrmfb frame buffer device [ 1.362750] sun6i-mipi-dsi 1ca0000.dsi: Attached device xbd599 [ 1.362760] panel-sitronix-st7703 1ca0000.dsi.0: 720x1440@60 24bpp dsi 4dl - ready [ 1.473650] using random self ethernet address [ 1.473674] using random host ethernet address [ 1.491635] usb0: HOST MAC c2:4a:69:30:42:b2 [ 1.491663] usb0: MAC 3e:a7:9b:3f:ed:c4 [ 1.543651] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null). Quota mode: none. [ 5.151381] anx7688 0-0028: updating power mode to USB, current limit 0mA (0 => BC1.2) [ 5.151505] anx7688 0-0028: enabling vbus_in power path [ 6.875827] random: crng init done [ 8.982196] blk_update_request: I/O error, dev mmcblk2boot0, sector 3968 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [ 8.982286] blk_update_request: I/O error, dev mmcblk2boot0, sector 3968 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 8.982300] Buffer I/O error on dev mmcblk2boot0, logical block 496, async page read [ 8.982386] blk_update_request: I/O error, dev mmcblk2boot0, sector 0 op 0x0:(READ) flags 0x80700 phys_seg 2 prio class 0 [ 8.982439] blk_update_request: I/O error, dev mmcblk2boot0, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 8.982451] Buffer I/O error on dev mmcblk2boot0, logical block 0, async page read [ 8.982738] blk_update_request: I/O error, dev mmcblk2boot1, sector 3968 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [ 8.982793] blk_update_request: I/O error, dev mmcblk2boot1, sector 3968 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 8.982823] Buffer I/O error on dev mmcblk2boot1, logical block 496, async page read [ 8.982903] blk_update_request: I/O error, dev mmcblk2boot1, sector 0 op 0x0:(READ) flags 0x80700 phys_seg 2 prio class 0 [ 8.982956] blk_update_request: I/O error, dev mmcblk2boot1, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 8.982968] Buffer I/O error on dev mmcblk2boot1, logical block 0, async page read [ 9.023850] blk_update_request: I/O error, dev mmcblk2boot0, sector 3968 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [ 9.023948] blk_update_request: I/O error, dev mmcblk2boot0, sector 3968 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 9.023962] Buffer I/O error on dev mmcblk2boot0, logical block 496, async page read [ 9.024096] Buffer I/O error on dev mmcblk2boot0, logical block 0, async page read [ 9.024440] Buffer I/O error on dev mmcblk2boot1, logical block 496, async page read [ 9.024566] Buffer I/O error on dev mmcblk2boot1, logical block 0, async page read [ 9.067429] Buffer I/O error on dev mmcblk2boot0, logical block 496, async page read [ 9.067598] Buffer I/O error on dev mmcblk2boot0, logical block 0, async page read [ 9.271976] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 9.353962] EXT4-fs (mmcblk0p1): mounted filesystem without journal. Opts: (null). Quota mode: none. [ 11.231335] udevd[1390]: starting version 3.2.11-pre1 [ 11.346737] udevd[1390]: starting eudev-3.2.11-pre1 [ 11.473666] i2c 4-003c: Fixing up cyclic dependency with 1cb0000.csi [ 11.476894] i2c 4-004c: Fixing up cyclic dependency with 1cb0000.csi [ 11.477188] i2c-gpio i2c-csi: using lines 141 (SDA) and 140 (SCL) [ 11.658505] input: 1c21800.lradc as /devices/platform/soc/1c21800.lradc/input/input4 [ 11.726118] st-magn-i2c 1-001e: mounting matrix not found: using identity... [ 11.726169] iio iio:device1: DRDY on pin INT2 specified, but sensor does not support interrupts [ 11.733457] iio iio:device1: registered magnetometer lis3mdl [ 11.901141] Bluetooth: Core ver 2.22 [ 11.901237] simple-amplifier audio-amplifier: supply VCC not found, using dummy regulator [ 11.901257] NET: Registered PF_BLUETOOTH protocol family [ 11.901263] Bluetooth: HCI device and connection manager initialized [ 11.901283] Bluetooth: HCI socket layer initialized [ 11.901294] Bluetooth: L2CAP socket layer initialized [ 11.901311] Bluetooth: SCO socket layer initialized [ 11.907883] input: PinePhone Headset Jack as /devices/platform/sound/sound/card0/input5 [ 11.940257] Bluetooth: HCI UART driver ver 2.3 [ 11.940289] Bluetooth: HCI UART protocol H4 registered [ 11.940377] Bluetooth: HCI UART protocol LL registered [ 11.940431] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 11.940789] Bluetooth: HCI UART protocol Broadcom registered [ 11.940889] dw-apb-uart 1c28400.serial: failed to request DMA [ 12.050447] sun6i-csi 1cb0000.csi: creating ov5640 4-004c:0 -> sun6i-csi:0 link [ 12.050486] sun6i-csi 1cb0000.csi: creating gc2145 4-003c:0 -> sun6i-csi:0 link [ 12.187717] i2c i2c-1: Added multiplexed i2c bus 5 [ 13.804979] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none. [ 14.706756] Module has invalid ELF structures [ 14.732023] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 14.732054] Bluetooth: BNEP filters: protocol multicast [ 14.732077] Bluetooth: BNEP socket layer initialized [ 14.876074] Module has invalid ELF structures [ 15.060782] Module has invalid ELF structures [ 15.141384] Module has invalid ELF structures [ 15.143645] Module has invalid ELF structures [ 15.324947] Module has invalid ELF structures [ 16.260379] dw-apb-uart 1c28c00.serial: failed to request DMA [ 29.118819] usb 2-1: new high-speed USB device number 2 using ehci-platform [ 29.379087] usbcore: registered new interface driver option [ 29.379210] usbserial: USB Serial support registered for GSM modem (1-port) [ 29.379594] option 2-1:1.0: GSM modem (1-port) converter detected [ 29.387579] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB0 [ 29.388343] option 2-1:1.1: GSM modem (1-port) converter detected [ 29.389831] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB1 [ 29.390676] option 2-1:1.2: GSM modem (1-port) converter detected [ 29.391997] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB2 [ 29.392760] option 2-1:1.3: GSM modem (1-port) converter detected [ 29.394202] usb 2-1: GSM modem (1-port) converter now attached to ttyUSB3 [ 29.405471] usbcore: registered new interface driver cdc_wdm [ 29.428078] qmi_wwan 2-1:1.4: cdc-wdm0: USB WDM device [ 29.429363] qmi_wwan 2-1:1.4 wwan0: register 'qmi_wwan' at usb-1c1b000.usb-1, WWAN/QMI device, 82:df:c6:28:c8:26 [ 29.430164] usbcore: registered new interface driver qmi_wwan [ 30.731180] ov5640 4-004c: firmware upload success [ 31.030870] ov5640 4-004c: uploaded firmware didn't start, got to 0x7f, retrying... [ 31.334835] ov5640 4-004c: uploaded firmware didn't start, got to 0x7f [ 31.334885] ov5640 4-004c: ov5640_set_ctrl_focus: no autofocus firmware loaded [ 31.710948] ps: disabling [ 31.710977] vbat-wifi: disabling [ 31.711065] dc1sw: disabling [ 31.711262] vcc-1v2-hsic: disabling [ 31.711363] usb-5v: disabling [ 31.711371] usb0-vbus: disabling [ 34.906936] rfkill: input handler disabled pine64-pinephone:~$ nmcli r WIFI-HW WIFI WWAN-HW WWAN enabled enabled enabled enabled pine64-pinephone:~$ ip a 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: usb0: mtu 1500 qdisc pfifo_fast state DOWN qlen 1000 link/ether 3e:a7:9b:3f:ed:c4 brd ff:ff:ff:ff:ff:ff inet 172.16.42.1/16 brd 172.16.255.255 scope global usb0 valid_lft forever preferred_lft forever 3: wwan0: mtu 1500 qdisc noop state DOWN qlen 1000 link/[65534]