Jump to content

Search the Community

Showing results for 'Hash Sum mismatch'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. Description In some file systems, calling du shows an invalid amount of occupied filespace. The solution is to call du with the option --apparent-size Cons: With this option du shows a slightly smaller size than the files can actually take up, because only the net sum of the file sizes is counted without taking into account the hit to the cluster size. Fixes: https://github.com/armbian/build/pull/4857 Jira reference number AR-1556 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Tested build with/without tmpfs on zfs. [ ] Test B Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  2. odroidxu4: fix the custom_kernel_config__hack_odroidxu4_firmware() for version hash @belegdol since you're the expert on xu4, is this even needed anymore? It probably works now, but would be nice to get rid of it. Context: that "firmware copy for xu4" was mixed in the middle of kernel compile logic, and was extracted into a kernel config hook; kernel configs are hashed (for caching) and thus need to work even when kernel_work_dir is not set. The hash component has been added. JIRA: AR-1548 View the full article
  3. This week's shortlog. Really short, this time, since most of the artifacts stuff isn't included yet. Ricardo Pardini <ricardo@pardini.net> (19): armbian-next: tmpfs: use `size=99%` for all tmpfs's; (rootfs/WORKDIR/chroot); thanks Igor for suggestion armbian-next: armbian-kernel: default .config options set for all kernels armbian-next: git: backport `safe.directory` method from master (just add `*`, once) -- thanks Igor armbian-next: logging: introduce `SHARE_LOG=yes` to auto-curl the logs to paste armbian-next: logging: introduce `RAW_LOG=yes` to export .tar with raw unprocessed logs (for development) armbian-next: tooling: include ORAS tools in Dockerfile; use them if available instead of downloading armbian-next: tooling: introduce helper/downloader for shellcheck; include in Dockerfile armbian-next: rootfs: include hash of rootfs bash code in the `packages_hash`/`rootfs_cache_id` armbian-next: debs: introduce `shellcheck` for `DEBIAN/postinst` and others, before dpkg build armbian-next: python/pip: include pip pkgs in Dockerfile; use them if available instead of downloading armbian-next: rootfs: fix: too many bash files included in rootfs `B` hash, reduce to only what is used to produce rootfs tarball armbian-next: qemu-uboot-xxx: bump to 23.01; use GitHub source for u-boot armbian-next: binfmts: suppress error message when trying to emulate armhf on arm64 armbian-next: git/ref2info: fixes for using `commit:<sha1>` armbian-next: kernel: pkg: dtb: show 2 levels of dtbs in tree armbian-next: bsp-cli: fix shellcheck warning armbian-next: armbian-kernel: force `CONFIG_LOCALVERSION_AUTO=n` and `DEBUG_INFO=n` Docs: slides (consolidated, 08/Feb/2023) ------------------------ armbian-next END marker ----------------------------- Kreyren <kreyren@fsfe.org> (3): boards/README: Document SKIP_ARMBIAN_REPO `bookworm`: has new/separate repos for non-free-firmware (#4801) [cherry-pick] distro-agnostic: `dropbear-initramfs`: make sure directory exists SteeManMI <barrylind@yahoo.com> (1): `meson64`: `current`: Enable MGLRU on meson64-current [cherry-pick] amazingfate <liujianfeng1994@gmail.com> (1): `rockchip64`: update bl31 and ddr blobs of rk3568 [cherry-pick]
  4. I just saw this. Earlier I had read this, but I don't think those are the same. Therefore, I can try and work on this. Did anyone start anything yet? @rpardini, as you obviously know the work best, could you be so kind as to indulge me a summary of the main features? Not to discount your work, but for the average reader I think a 20 (50? more?) item long commit log does not make for the most interesting article. Maybe we can hash something out in lanefu's HedgeDoc instance again, like that one time? I think that worked pretty well.
  5. https://dl.armbian.com/orangepipc/archive/ Armbian_20.02.1_Orangepipc_buster_current_5.4.20_desktop.7z Just checked a fresh buster desktop image. And found a tiny issue. If you will try to install linux-headers-current-sunxi using the latest v20.02.1 image (buster, K5.4.20), you will get the v5.3.9 headers It would be nice to get the v5.4.20 headers instead Quick tip for other users - headers package can be found here - https://apt.armbian.com/pool/main/l/linux-5.4.20-sunxi/
  6. git shortlog since last week... Ricardo Pardini <ricardo@pardini.net> (74): armbian-next: nextify "Re-enabling support for Rpi3" armbian-next: still fighting `tee` leaking under duress, turns out I _hadn't_ really won armbian-next: still fighting `tee` leaking: now I think I won, again armbian-next: somewhat-better handling/logging when using Docker (don't show two logfiles to inspect) armbian-next: rename too-long main function to `prep_conf_main_build_single()` armbian-next: hopefully improved error logging; avoid logging errors up to 3x; subdued red stacktraces armbian-next: `patching`: less horrible patching log, pt 37 armbian-next: fix missing `BOARD_TYPE` armbian-next: `git`: show "fetch completed" info, lest user thinks fetch is hanging while checking out armbian-next: `patching`: less horrible patching log, pt 38: downgrade utf-8 mbox to log warning, mark as problem armbian-next: fix ATF build under binutils 2.39+ via `TF_LDFLAGS=--no-warn-rwx-segment` `media`: fixes for bad mbox/unneeded patches `media-edge` and `media-current` - thanks to @schwar3kat `rk322x-box`: fix relative path reference to .bin in patch (a-n changed u-boot path on disk) - for @paolosabatino armbian-next: `countdown`: split off file for countdown functions (countdown-to-abort and countdown-to-continue) armbian-next: `kernel`: `git`: split via-ORAS and via-Bundle tangle armbian-next: `kernel`: `git`: remove dead code, `GIT_PRE_FETCH_HOOK` / `checked_out_revision_mtime` armbian-next: replace bare `sync` invocations by introducing `wait_for_disk_sync()`; sync early at start of build WiP: adaptive shallow/full Kernel git bare git (3gb -> 300mb download) armbian-next: fix, don't try to get pid descendants on non-Linux (fixes Darwin cleanups) armbian-next: darwin: try to get rid of `.DS_Store` sneaky bastards before launching Docker armbian-next: back to cleaning downloaded bundles/gitballs after they've converted to bare tree & proven working armbian-next: git: detect, and stop, when git bare trees vs worktrees have been shuffled around and can't be recovered armbian-next: git: disallow forcing impossible shallow/full; warn if it's the case armbian-next: docker: archive logfiles again; warn & greet testers when archiving many old logfiles armbian-next: logging: new log file / summary nomenclature armbian-next: bsp: use `prepare_temp_dir_in_workdir_and_schedule_cleanup()`; bring back `PACKAGES_SEARCH_ROOT_ABSOLUTE_DIRS` armbian-next: firmware-deb.sh: prefix temp dir so it's "deb-firmware" armbian-next: extensions: move 'extensions.sh' into library; replace manual source with init function armbian-next: fix ANSI logs, use reset at strategic places armbian-next: `docker`: don't bomb if stdin is not a terminal (eg, in CI) armbian-next: `docker`: pass `CI` env down to Docker (for GHA etc) armbian-next: python/pip: solve crazy with `/usr/bin/pip3` by not using it (instead, `python3 -m pip`); don't mask errors armbian-next: `docker`: warn & countdown if we can't write to `cache/docker`; continue by using `.tmp/docker` if not aborted. armbian-next: countdown: if to test `-t 0` (0: stdin, 1:stdout) for interactive-ness; also test in if-not-aborted version armbian-next: interactive: info msg before (slow) gathering of all boards armbian-next: logging: (very, very early beta) for uploading/sharing of ANSI log file online armbian-next: kernel/logging: stop lying about LD/AR/INSTALL/SIGN/XZ make output armbian-next: patching: accept b4's magic marker `git@z Thu Jan 1 00:00:00 1970` for mbox validations armbian-next: mark `remove_all_trap_handlers()` deprecated, it never did anything armbian-next: downloads.sh: some cleanup and add debugging to `get_urls()` armbian-next: `logging`: validate where not already in a logging section when trying to start a new one armbian-next: `apt`: expand local caching to include package lists, as well as .deb's armbian-next: `main`: split `default-build` into `build-packages`, `start-end` armbian-next: `rootfs`: split `create-cache` into `rootfs-create` armbian-next: `rootfs`: new CLI command for rootfs cache building; further refactorings armbian-next: `rootfs`: adapt to new reality after huge refactor armbian-next: `aggregation`: dont' require or consider `BOARD` or `LINUXFAMILY` for aggregation anymore armbian-next: `rootfs`: build rootfs from CLI, sans-BOARD, sans-FAMILY, etc -- rootfs are meant to be shared armbian-next: `rootfs`: reset UID of produced rootfs tarball; announce what is doing and what has done armbian-next: `rootfs`: converge `rootfs-cache` and `rootfs` together; exchange BOARD for ARCH armbian-next: use unified methods for tmp dir handling all around (except ATF, which is special) armbian-next: extensions: `nomod`: for when you really don't care about modules armbian-next: we don't really need target `RELEASE` defined to install host deps (for now), don't freak out about it armbian-next: kernel-debs: re-enable postinst debugging; fix bad builddeb port for zImage armhf (image_name == NAME_KERNEL) armbian-next: cleanup, kill and add to-do's, remove dead code, turn down logging, squash future shortcircuit bugs armbian-next: extrawifi: include `driver_uwe5622_allwinner()` in harness armbian-next: extrawifi: include all `patch/misc/wireless*.patch` and `patch/misc/*wifi*.patch` in drivers hash calculation armbian-next: kernel-debs: force `arch/arm/boot/zImage` as vmlinuz for armhf armbian-next: kernel-debs: squash some warnings; add `KERNEL_SRC_ARCH` to arch configs; don't warn about `NAME_KERNEL` armbian-next: wait_for_disk_sync(): warn only if more than 30s fsync armbian-next: binfmt: make sure we have all `binfmt`'s setup & enabled for `rootfs` build (v2) armbian-next: `docker`: don't spew errors about sharing cache if cache doesn't even exist armbian-next: GHA & rootfs adventures, pt 1 armbian-next: aggregation: quick & dirty "potential paths" in Markdown armbian-next: riscv64: move `debian-ports-archive-keyring` from main to debootstrap; also only for `sid` meson64: edge/6.2: spi-nor: add support for XT25Q64 in addition to XT25F128B meson64: edge/6.2: bump to `6.2-rc5` meson64: edge/6.2: rebase onto `v6.2-rc5` armbian-next: cli: `kernel` cli forces `KERNEL_CONFIGURE=no`; @TODO this should only "default to", not force. for proper kernel cli, later armbian-next: logging: pure ASCII .log; included in Markdown for GHA armbian-next: docker/gha: pass down a bunch of GHA specific vars (list unconfirmed) armbian-next: rootfs: curb logging; GHA outputs `rootfs_cache_id_version`, `rootfs_cache_id` and `rootfs_out_filename_relative` Docs: slides (1-slide update 25/Jan/2022) ------------------------ armbian-next END marker ----------------------------- Igor <igor@armbian.com> (3): Add CLI alias command `rootfs-cache` for creating rootfs cache armbian-next: rootfs: introduce `ROOTFS_COMPRESSION_RATIO`, default 5 for general use, default 15 for `rootfs` CLI; fix pv | tar bug; remove GPG signing Clean and unify XFCE and Cinnamon (squashed)
  7. @Igor Yesyerday I have updated armbian to 5.15.89, even I still have create zfs pool, with the only installation of zfs plugin I have the following error from open media vault 6 web gui: "500 - Internal Server Error Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; zfs list -p -H -o name,mountpoint -t filesystem' with exit code '1':" in ssh console: sudo apt -t bullseye-backports install zfs-dkms zfsutils-linux Reading package lists... Done Building dependency tree... Done Reading state information... Done zfs-dkms is already the newest version (2.1.7-1~bpo11+1). zfsutils-linux is already the newest version (2.1.7-1~bpo11+1). 0 upgraded, 0 newly installed, 0 to remove and 70 not upgraded. apt install dkms zfs-dkms Reading package lists... Done Building dependency tree... Done Reading state information... Done dkms is already the newest version (2.8.4-3). zfs-dkms is already the newest version (2.1.7-1~bpo11+1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. between dkms and zfs-dkms there is a mismatch version... is that the cause of problem?
  8. I got my H96 pro+ to boot into Armbian using the S912 .dtb file (meson-gxm-s912-libretech-pc.dtb) and u-boot-s905x-s912 I get the loading screen, then a black screen with a cursor, and then repeated [FAILED] messages: about a dozen "Failed to start access point and authentication server for WiFi and Ethernet", then "Failed to listen on OpenBSD Secure Shell server socket" Then [ 177.5586911] systemd-journald[1045]: Data hash table of /var/log/journal/e8131ef5db8049a6a008b6f40cd0e8eb/system.journal has fill level at 75.0 (3415 of 4551 items, 2621440 file size, 767 bytes per hash table item), suggest rotation. [ 177.5586911] systemd-journald[1045]: Data hash table of /var/log/journal/e8131ef5db8049a6a008b6f40cd0e8eb/system.journal Journal header limits reached or header out of date, rotating. Any thoughts?
  9. https://forum.armbian.com/search/?q=Hash Sum mismatch&quick=1 We need to extend repository index synchronisation timeout from 1 day to several days since mirrors doesn't get in sync in this time frame. The problem is that current main rsync server is slow (only 50Mbps upload in total), but is cheap and has no traffic limits. We know how to solve this, but we lack time: https://armbian.atlassian.net/browse/AR-789
  10. OK, trying from scratch: 1. Installed current image: Armbian_21.05.4_Odroidhc4_buster_current_5.10.43.img.xz 2. apt update got some of those recently quite famous "Hash Sum mismatch" *) errors: Err:19 http://mirrors.netix.net/armbian/apt buster/main arm64 linux-image-current-meson64 arm64 21.05.8 Hash Sum mismatch Hashes of expected file: - SHA512:992fe660df2fafcd5487bd613c87bc8d0e5d01d95c9ca26e3385c964934b3e8517ef71b83e7a0830636172ebbac1831a8c1ed872b513730b4ed9068589aa0a9c - SHA256:bf1396f7dba17c053a7ba42958bd65751e06a3921958669fe63f057e522f3a99 - SHA1:f2a4bad1df0353b8fcc1d111d5bdcc520be98ae7 [weak] - MD5Sum:a2a292c3a27617e6aa0e4877637c5a14 [weak] - Filesize:43238688 [weak] Hashes of received file: - SHA512:595cb6dc4c711e3c86c220dc9342a843232903b2529317a5333ac359f9f92205b1fc36023eaeaa322140a7eabce3670425a096718cc71a8881893bc80be4c79f - SHA256:57519afde133640572833f5e4845a75a0ba840e4f529ab6e73815b2004942e62 - SHA1:050d4f43d1f58755af9e702d5a769cef5ea70639 [weak] - MD5Sum:5830178161646bc59ffafa454931425f [weak] - Filesize:43238688 [weak] Last modification reported: Mon, 09 Aug 2021 13:25:41 +0000 Fetched 73.2 MB in 1min 20s (911 kB/s) E: Failed to fetch http://mirrors.netix.net/armbian/apt/pool/main/l/linux-5.10.57-meson64/linux-image-current-meson64_21.05.8_arm64.deb Hash Sum mismatch Hashes of expected file: - SHA512:992fe660df2fafcd5487bd613c87bc8d0e5d01d95c9ca26e3385c964934b3e8517ef71b83e7a0830636172ebbac1831a8c1ed872b513730b4ed9068589aa0a9c - SHA256:bf1396f7dba17c053a7ba42958bd65751e06a3921958669fe63f057e522f3a99 - SHA1:f2a4bad1df0353b8fcc1d111d5bdcc520be98ae7 [weak] - MD5Sum:a2a292c3a27617e6aa0e4877637c5a14 [weak] - Filesize:43238688 [weak] Hashes of received file: - SHA512:595cb6dc4c711e3c86c220dc9342a843232903b2529317a5333ac359f9f92205b1fc36023eaeaa322140a7eabce3670425a096718cc71a8881893bc80be4c79f - SHA256:57519afde133640572833f5e4845a75a0ba840e4f529ab6e73815b2004942e62 - SHA1:050d4f43d1f58755af9e702d5a769cef5ea70639 [weak] - MD5Sum:5830178161646bc59ffafa454931425f [weak] - Filesize:43238688 [weak] Last modification reported: Mon, 09 Aug 2021 13:25:41 +0000 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Tried again and it worked, go figure why. 3. apt upgrade This upgraded the kernel to 5.10.57-meson64 4. apt install linux-headers-current-meson64 5. apt install zfsutils-linux zfs-dkms ZFS is there. *) Recently, few weeks ago, most of my Debian based systems started to fail on "apt update" with this "Hash Sum mismatch" error. Cannot figure out what the problem is. The "solution nr. 1" fro google, rm -rf /var/cache/apt/* /var/lib/apt/lists/* doesn't help.
  11. Has anyone tried the latest version Jammy with legacy 4.19 kernel and edge with 5.16 kernel? I've tried the firmware on my 3566 BOX with dtb replaced with the dtb from the box. It is strange that the 5.16 kernel can't boot but the legacy kernel works very well. Here is the log of the boot. It blocks after "Failed to get pclk for 'rk_timer'" Is the same issue occurs on Station M2? Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 5.16.11-media (root@1e9690486ec5) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #22.02.1 SMP PREEMPT Sun Feb 27 09:04:03 UTC 2022 [ 0.000000] Machine model: Rockchip RK3566 EVB3 DDR3 V10 Board [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-logo@00000000': base 0x0000000000000000, size 0 MiB [ 0.000000] Reserved memory: created CMA memory pool at 0x00000001f8000000, size 128 MiB [ 0.000000] OF: reserved mem: initialized node rknpu, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000008000000, size 8 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000001ffffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x1f6fe9a40-0x1f6febfff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000083fffff] [ 0.000000] node 0: [mem 0x0000000009400000-0x00000000efffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] On node 0, zone DMA: 4096 pages in unavailable ranges [ 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: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 30 pages/cpu s82200 r8192 d32488 u122880 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: patching kernel code [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1995336 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: root=UUID=2f79ba47-2200-477e-bf95-e6aaa8a500bc console=ttyFIQ0 console=tty0 rootflags=data=writeback rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 bootsplash.bootfile=bootsplash.armbian earlycon=uart8250,mmio32,0xfe660000 [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] software IO TLB: mapped [mem 0x00000000ec000000-0x00000000f0000000] (64MB) [ 0.000000] Memory: 7697224K/8108032K available (17984K kernel code, 3310K rwdata, 7844K rodata, 4864K init, 771K bss, 271544K reserved, 139264K cma-reserved) [ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x84/0x180 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 320 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000 [ 0.000000] ITS [mem 0xfd440000-0xfd45ffff] [ 0.000000] ITS@0x00000000fd440000: Devices doesn't stick: f9070001000d0600 f9070000000d0600 [ 0.000000] ITS@0x00000000fd440000: failed probing (-6) [ 0.000000] ITS: No ITS available, not enabling LPIs [ 0.000000] clk: couldn't get assigned clock 0 for /clock-controller@fdd00000 [ 0.000000] rockchip_clk_of_add_provider: could not register clk provider [ 0.000000] rockchip_clk_of_add_provider: could not register clk provider [ 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.001744] Failed to get pclk for 'rk_timer' [ 0.003301] Console: colour dummy device 80x25 [ 0.003755] printk: console [tty0] enabled [ 0.004173] printk: bootconsole [uart8250] disabled
  12. root@orangepi5:~# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 1.6G 10M 1.6G 1% /run /dev/sda2 15G 3.0G 12G 21% / tmpfs 7.7G 0 7.7G 0% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 7.7G 4.0K 7.7G 1% /tmp /dev/sda1 256M 153M 104M 60% /boot /dev/zram1 47M 6.5M 37M 15% /var/log tmpfs 1.6G 68K 1.6G 1% /run/user/1000 tmpfs 1.6G 36K 1.6G 1% /run/user/0 root@orangepi5:~# fdisk -l | grep "sda" GPT PMBR size mismatch (31116287 != 60555263) will be corrected by write. The backup GPT table is not on the end of the device. Disk /dev/sda: 28.88 GiB, 31004295168 bytes, 60555264 sectors /dev/sda1 32768 557055 524288 256M Linux extended boot /dev/sda2 557056 30801920 30244865 14.4G Linux filesystem root@orangepi5:~# dmesg | grep "sda" [ 18.017284] sd 0:0:0:0: [sda] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB) [ 18.017693] sd 0:0:0:0: [sda] Write Protect is off [ 18.017704] sd 0:0:0:0: [sda] Mode Sense: 45 00 00 00 [ 18.017970] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 18.171956] sda: sda1 sda2 [ 18.173880] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 18.494457] EXT4-fs (sda2): mounted filesystem with writeback data mode. Opts: (null) [ 19.977272] EXT4-fs (sda2): re-mounted. Opts: commit=600,errors=remount-ro [ 20.685924] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! root@orangepi5:~# cat /etc/armbian-release # PLEASE DO NOT EDIT THIS FILE BOARD=orangepi5 BOARD_NAME="Orange Pi 5" BOARDFAMILY=rockchip-rk3588 BUILD_REPOSITORY_URL=https://github.com/armbian/build.git BUILD_REPOSITORY_COMMIT=8ce93a2eb-dirty VERSION=23.02.0-trunk LINUXFAMILY=rockchip-rk3588 ARCH=arm64 IMAGE_TYPE=user-built BOARD_TYPE=wip INITRD_ARCH=arm64 KERNEL_IMAGE_TYPE=Image BRANCH=legacy root@orangepi5:~# The newly compiled armbian already supports SPI Flash + USB3.0 boot Linux system.
  13. Hmm, I don't think I changed anything regarding this -- yet. Currently the patches-hash and the real (6.1.3 etc) version of the kernel is not included in the deb filename/version. (it's static, "trunk123" or "23.02" etc). And if the deb already exists, the build is skipped. Hopefully soon we will include the patches-hash and the kernel version in the deb/filename, so the build detects the .deb is out of date and builds again.
  14. No wifi detected on the orange pi zero 2 Same issue as : Hardware is supported. (https://www.armbian.com/orange-pi-zero-2/) Any help is appreciated, if i resolve the issue i will post the solution here. ubuntu@orangepizero2:~$ sudo nmcli device wifi rescan Error: No Wi-Fi device found. ubuntu@orangepizero2:~$ armbianmonitor -U 1 2 ### Activated 1 lzo-rle zram swap devices with 492MB each. 3 ### Activated Armbian ramlog partition with zstd compression 4 5 ### Activated lzo-rle compressed /tmp 6 7 ### Activated 1 lzo-rle zram swap devices with 492MB each. 8 ### Activated Armbian ramlog partition with zstd compression 9 10 ### Activated 1 lzo-rle zram swap devices with 492MB each. 11 ### Activated Armbian ramlog partition with zstd compression 12 13 Sat 22 Oct 2022 07:17:07 PM UTC | Orange Pi Zero2 | 22.08.6 | arm64 | aarch64 | 5.19.16-sunxi64 14 15 ### dmesg: 16 17 [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] 18 [ 0.000000] Linux version 5.19.16-sunxi64 (root@6d820ce0d5d6) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) XXX.XXX.0.20190321) #22.08.6 SMP Tue Oct 18 06:56:22 UTC 2022 19 [ 0.000000] Machine model: OrangePi Zero2 20 [ 0.000000] NUMA: No NUMA configuration found 21 [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff] 22 [ 0.000000] NUMA: NODE_DATA [mem 0x7fdde040-0x7fddffff] 23 [ 0.000000] Zone ranges: 24 [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff] 25 [ 0.000000] DMA32 empty 26 [ 0.000000] Normal empty 27 [ 0.000000] Movable zone start for each node 28 [ 0.000000] Early memory node ranges 29 [ 0.000000] node 0: [mem 0x0000000040000000-0x000000004007ffff] 30 [ 0.000000] node 0: [mem 0x0000000040080000-0x000000007fffffff] 31 [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] 32 [ 0.000000] cma: Reserved 128 MiB at 0x0000000076c00000 33 [ 0.000000] psci: probing for conduit method from DT. 34 [ 0.000000] psci: PSCIv1.1 detected in firmware. 35 [ 0.000000] psci: Using standard PSCI v0.2 function IDs 36 [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. 37 [ 0.000000] psci: SMC Calling Convention v1.2 38 [ 0.000000] percpu: Embedded 19 pages/cpu s37608 r8192 d32024 u77824 39 [ 0.000000] pcpu-alloc: s37608 r8192 d32024 u77824 alloc=19*4096 40 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 41 [ 0.000000] Detected VIPT I-cache on CPU0 42 [ 0.000000] CPU features: detected: ARM erratum 845719 43 [ 0.000000] Fallback order for Node 0: 0 44 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048 45 [ 0.000000] Policy zone: DMA 46 [ 0.000000] Kernel command line: root=UUID=0ae80c94-60cd-4b15-b7f3-065f13ca80b6 rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 consoleblank=0 loglevel=1 ubootpart=da74ae41-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory swapaccount=1 47 [ 0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=da74ae41-01 cgroup_enable=memory", will be passed to user space. 48 [ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes 49 [ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes 50 [ 0.000000] printk: log_buf_len min size: 16384 bytes 51 [ 0.000000] printk: log_buf_len: 32768 bytes 52 [ 0.000000] printk: early log buf free: 14048(85%) 53 [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) 54 [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) 55 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off 56 [ 0.000000] Memory: 862824K/1048576K available (13888K kernel code, 1038K rwdata, 4112K rodata, 2496K init, 387K bss, 54680K reserved, 131072K cma-reserved) 57 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 58 [ 0.000000] rcu: Hierarchical RCU implementation. 59 [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. 60 [ 0.000000] Tracing variant of Tasks RCU enabled. 61 [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. 62 [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 63 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 64 [ 0.000000] Root IRQ handler: gic_handle_irq 65 [ 0.000000] GIC: Using split EOI/Deactivate mode 66 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. 67 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). 68 [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns 69 [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns 70 [ 0.000389] Console: colour dummy device 80x25 71 [ 0.000474] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) 72 [ 0.000487] pid_max: default: 32768 minimum: 301 73 [ 0.000559] LSM: Security Framework initializing 74 [ 0.000589] Yama: becoming mindful. 75 [ 0.000682] AppArmor: AppArmor initialized 76 [ 0.000781] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) 77 [ 0.000794] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) 78 [ 0.002411] cblist_init_generic: Setting adjustable number of callback queues. 79 [ 0.002430] cblist_init_generic: Setting shift to 2 and lim to 1. 80 [ 0.002596] rcu: Hierarchical SRCU implementation. 81 [ 0.002601] rcu: Max phase no-delay instances is 1000. 82 [ 0.003865] smp: Bringing up secondary CPUs ... 83 [ 0.004465] Detected VIPT I-cache on CPU1 84 [ 0.004544] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] 85 [ 0.005165] Detected VIPT I-cache on CPU2 86 [ 0.005232] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] 87 [ 0.005819] Detected VIPT I-cache on CPU3 88 [ 0.005884] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] 89 [ 0.005980] smp: Brought up 1 node, 4 CPUs 90 [ 0.005989] SMP: Total of 4 processors activated. 91 [ 0.005994] CPU features: detected: 32-bit EL0 Support 92 [ 0.005999] CPU features: detected: CRC32 instructions 93 [ 0.006331] CPU: All CPU(s) started at EL2 94 [ 0.006349] alternatives: patching kernel code 95 [ 0.007762] devtmpfs: initialized 96 [ 0.012256] Registered cp15_barrier emulation handler 97 [ 0.012276] Registered setend emulation handler 98 [ 0.012464] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 99 [ 0.012483] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) 100 [ 0.016804] pinctrl core: initialized pinctrl subsystem 101 [ 0.018088] NET: Registered PF_NETLINK/PF_ROUTE protocol family 102 [ 0.019476] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations 103 [ 0.019774] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 104 [ 0.019901] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 105 [ 0.019970] audit: initializing netlink subsys (disabled) 106 [ 0.020216] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1 107 [ 0.020729] thermal_sys: Registered thermal governor 'fair_share' 108 [ 0.020738] thermal_sys: Registered thermal governor 'bang_bang' 109 [ 0.020742] thermal_sys: Registered thermal governor 'step_wise' 110 [ 0.020745] thermal_sys: Registered thermal governor 'user_space' 111 [ 0.021227] cpuidle: using governor menu 112 [ 0.021451] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. 113 [ 0.021564] ASID allocator initialised with 65536 entries 114 [ 0.021572] HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB 115 [ 0.021578] HugeTLB: can optimize 127 vmemmap pages for hugepages-32768kB 116 [ 0.021583] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB 117 [ 0.021588] HugeTLB: can optimize 0 vmemmap pages for hugepages-64kB 118 [ 0.021781] Serial: AMBA PL011 UART driver 119 [ 0.035060] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 120 [ 0.035076] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages 121 [ 0.035082] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 122 [ 0.035088] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages 123 [ 0.035752] cryptd: max_cpu_qlen set to 1000 124 [ 0.104293] raid6: neonx8 gen() 1808 MB/s 125 [ 0.172368] raid6: neonx4 gen() 1851 MB/s 126 [ 0.240454] raid6: neonx2 gen() 1754 MB/s 127 [ 0.308518] raid6: neonx1 gen() 1519 MB/s 128 [ 0.376593] raid6: int64x8 gen() 1252 MB/s 129 [ 0.444673] raid6: int64x4 gen() 1398 MB/s 130 [ 0.512738] raid6: int64x2 gen() 1185 MB/s 131 [ 0.580818] raid6: int64x1 gen() 883 MB/s 132 [ 0.580823] raid6: using algorithm neonx4 gen() 1851 MB/s 133 [ 0.648882] raid6: .... xor() 1334 MB/s, rmw enabled 134 [ 0.648887] raid6: using neon recovery algorithm 135 [ 0.649809] iommu: Default domain type: Translated 136 [ 0.649822] iommu: DMA domain TLB invalidation policy: strict mode 137 [ 0.650106] SCSI subsystem initialized 138 [ 0.650318] usbcore: registered new interface driver usbfs 139 [ 0.650356] usbcore: registered new interface driver hub 140 [ 0.650391] usbcore: registered new device driver usb 141 [ 0.650677] pps_core: LinuxPPS API ver. 1 registered 142 [ 0.650682] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 143 [ 0.650695] PTP clock support registered 144 [ 0.651110] ARM FF-A: FFA_VERSION returned not supported 145 [ 0.651494] Advanced Linux Sound Architecture Driver Initialized. 146 [ 0.652150] NetLabel: Initializing 147 [ 0.652155] NetLabel: domain hash size = 128 148 [ 0.652160] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 149 [ 0.652222] NetLabel: unlabeled traffic allowed by default 150 [ 0.652226] mctp: management component transport protocol core 151 [ 0.652230] NET: Registered PF_MCTP protocol family 152 [ 0.652790] clocksource: Switched to clocksource arch_sys_counter 153 [ 0.653129] VFS: Disk quotas dquot_6.6.0 154 [ 0.653177] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 155 [ 0.653724] AppArmor: AppArmor Filesystem Enabled 156 [ 0.660572] NET: Registered PF_INET protocol family 157 [ 0.660799] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) 158 [ 0.662031] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) 159 [ 0.662060] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 160 [ 0.662072] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) 161 [ 0.662141] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) 162 [ 0.662263] TCP: Hash tables configured (established 8192 bind 8192) 163 [ 0.662379] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) 164 [ 0.662413] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) 165 [ 0.662609] NET: Registered PF_UNIX/PF_LOCAL protocol family 166 [ 0.663166] Trying to unpack rootfs image as initramfs... 167 [ 0.669907] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available 168 [ 0.671431] Initialise system trusted keyrings 169 [ 0.671526] Key type blacklist registered 170 [ 0.671814] workingset: timestamp_bits=44 max_order=18 bucket_order=0 171 [ 0.677497] zbud: loaded 172 [ 0.679166] squashfs: version 4.0 (2009/01/31) Phillip Lougher 173 [ 0.681807] integrity: Platform Keyring initialized 174 [ 0.725142] xor: automatically using best checksumming function 32regs 175 [ 0.725161] async_tx: api initialized (async) 176 [ 0.725170] Key type asymmetric registered 177 [ 0.725175] Asymmetric key parser 'x509' registered 178 [ 1.259655] Freeing initrd memory: 11500K 179 [ 1.278369] alg: self-tests for CTR-KDF (hmac(sha256)) passed 180 [ 1.278486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 181 [ 1.278625] io scheduler mq-deadline registered 182 [ 1.278632] io scheduler kyber registered 183 [ 1.278776] io scheduler bfq registered 184 [ 1.284943] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled 185 [ 1.288589] cacheinfo: Unable to detect cache hierarchy for CPU 0 186 [ 1.293332] loop: module loaded 187 [ 1.295068] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 188 [ 1.295092] ehci-platform: EHCI generic platform driver 189 [ 1.295189] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 190 [ 1.295201] ohci-platform: OHCI generic platform driver 191 [ 1.295472] usbcore: registered new interface driver usb-storage 192 [ 1.295915] mousedev: PS/2 mouse device common for all mice 193 [ 1.297025] sun6i-rtc 7000000.rtc: registered as rtc0 194 [ 1.297070] sun6i-rtc 7000000.rtc: setting system clock to 1970-01-02T00:00:04 UTC (86404) 195 [ 1.297188] sun6i-rtc 7000000.rtc: RTC enabled 196 [ 1.297299] i2c_dev: i2c /dev entries driver 197 [ 1.298050] sunxi-wdt 30090a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) 198 [ 1.299463] sdhci: Secure Digital Host Controller Interface driver 199 [ 1.299477] sdhci: Copyright(c) Pierre Ossman 200 [ 1.299500] Synopsys Designware Multimedia Card Interface Driver 201 [ 1.299908] sdhci-pltfm: SDHCI platform and OF driver helper 202 [ 1.300380] ledtrig-cpu: registered to indicate activity on CPUs 203 [ 1.300648] SMCCC: SOC_ID: ID = jep106:091e:1823 Revision = 0x00000000 204 [ 1.300974] hid: raw HID events driver (C) Jiri Kosina 205 [ 1.301092] usbcore: registered new interface driver usbhid 206 [ 1.301097] usbhid: USB HID core driver 207 [ 1.310566] NET: Registered PF_INET6 protocol family 208 [ 1.329283] Segment Routing with IPv6 209 [ 1.329362] In-situ OAM (IOAM) with IPv6 210 [ 1.329449] NET: Registered PF_PACKET protocol family 211 [ 1.329632] 8021q: 802.1Q VLAN Support v1.8 212 [ 1.329786] 9pnet: Installing 9P2000 support 213 [ 1.329869] Key type dns_resolver registered 214 [ 1.330413] registered taskstats version 1 215 [ 1.330438] Loading compiled-in X.509 certificates 216 [ 1.334214] Loaded X.509 cert 'Build time autogenerated kernel key: 05920f111eead6a51cb60d55d842ed91645758e7' 217 [ 1.336646] zswap: loaded using pool zstd/z3fold 218 [ 1.337295] Key type ._fscrypt registered 219 [ 1.337308] Key type .fscrypt registered 220 [ 1.337311] Key type fscrypt-provisioning registered 221 [ 1.338437] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 222 [ 1.338796] Key type encrypted registered 223 [ 1.338815] AppArmor: AppArmor sha1 policy hashing enabled 224 [ 1.338852] ima: No TPM chip found, activating TPM-bypass! 225 [ 1.338877] ima: Allocated hash algorithm: sha1 226 [ 1.338910] ima: No architecture policies found 227 [ 1.338958] evm: Initialising EVM extended attributes: 228 [ 1.338961] evm: security.selinux 229 [ 1.338965] evm: security.SMACK64 230 [ 1.338968] evm: security.SMACK64EXEC 231 [ 1.338972] evm: security.SMACK64TRANSMUTE 232 [ 1.338975] evm: security.SMACK64MMAP 233 [ 1.338978] evm: security.apparmor 234 [ 1.338981] evm: security.ima 235 [ 1.338984] evm: security.capability 236 [ 1.338987] evm: HMAC attrs: 0x1 237 [ 1.361280] sun50i-h616-pinctrl 300b000.pinctrl: initialized sunXi PIO driver 238 [ 1.362805] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator 239 [ 1.363482] printk: console [ttyS0] disabled 240 [ 1.363581] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 283, base_baud = 1500000) is a 16550A 241 [ 1.363788] printk: console [ttyS0] enabled 242 [ 1.364741] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, using dummy regulator 243 [ 1.365178] sun6i-spi 5010000.spi: Failed to request TX DMA channel 244 [ 1.365194] sun6i-spi 5010000.spi: Failed to request RX DMA channel 245 [ 1.365793] spi-nor spi0.0: supply vdd not found, using dummy regulator 246 [ 1.380999] spi-nor spi0.0: mx25l1606e (2048 Kbytes) 247 [ 1.396823] sun50i-h616-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver 248 [ 1.398055] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator 249 [ 1.398098] ehci-platform 5200000.usb: EHCI Host Controller 250 [ 1.398124] ehci-platform 5200000.usb: new USB bus registered, assigned bus number 1 251 [ 1.398236] usb_phy_generic usb_phy_generic.1.auto: dummy supplies not allowed for exclusive requests 252 [ 1.398261] ehci-platform 5200000.usb: irq 286, io mem 0x05200000 253 [ 1.400181] sun50i-h616-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator 254 [ 1.400483] ohci-platform 5200400.usb: Generic Platform OHCI controller 255 [ 1.400519] ohci-platform 5200400.usb: new USB bus registered, assigned bus number 2 256 [ 1.400667] sunxi-rsb 7083000.rsb: RSB running at 3000000 Hz 257 [ 1.400673] ohci-platform 5200400.usb: irq 288, io mem 0x05200400 258 [ 1.401040] axp20x-rsb sunxi-rsb-745: AXP20x variant AXP806 found 259 [ 1.405045] axp20x-rsb sunxi-rsb-745: AXP20X driver loaded 260 [ 1.406317] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator 261 [ 1.406342] ALSA device list: 262 [ 1.406350] No soundcards found. 263 [ 1.407353] sunxi-mmc 4020000.mmc: Got CD GPIO 264 [ 1.412817] ehci-platform 5200000.usb: USB 2.0 started, EHCI 1.00 265 [ 1.413138] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19 266 [ 1.413153] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 267 [ 1.413162] usb usb1: Product: EHCI Host Controller 268 [ 1.413170] usb usb1: Manufacturer: Linux 5.19.16-sunxi64 ehci_hcd 269 [ 1.413178] usb usb1: SerialNumber: 5200000.usb 270 [ 1.413755] hub 1-0:1.0: USB hub found 271 [ 1.413800] hub 1-0:1.0: 1 port detected 272 [ 1.432969] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 273 [ 1.461048] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.19 274 [ 1.461072] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 275 [ 1.461082] usb usb2: Product: Generic Platform OHCI controller 276 [ 1.461089] usb usb2: Manufacturer: Linux 5.19.16-sunxi64 ohci_hcd 277 [ 1.461097] usb usb2: SerialNumber: 5200400.usb 278 [ 1.461685] hub 2-0:1.0: USB hub found 279 [ 1.461734] hub 2-0:1.0: 1 port detected 280 [ 1.463056] Freeing unused kernel memory: 2496K 281 [ 1.467747] mmc0: host does not support reading read-only switch, assuming write-enable 282 [ 1.469515] mmc0: Problem switching card into high-speed mode! 283 [ 1.469618] mmc0: new SDHC card at address 0001 284 [ 1.470529] mmcblk0: mmc0:0001 SD32G 28.9 GiB 285 [ 1.472739] mmcblk0: p1 286 [ 1.476876] Run /init as init process 287 [ 1.476893] with arguments: 288 [ 1.476900] /init 289 [ 1.476905] with environment: 290 [ 1.476910] HOME=/ 291 [ 1.476915] TERM=linux 292 [ 1.476920] splash=verbose 293 [ 1.476925] ubootpart=da74ae41-01 294 [ 1.476930] cgroup_enable=memory 295 [ 1.807499] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pi not found, using dummy regulator 296 [ 1.807968] dwmac-sun8i 5020000.ethernet: IRQ eth_wake_irq not found 297 [ 1.807993] dwmac-sun8i 5020000.ethernet: IRQ eth_lpi not found 298 [ 1.808301] dwmac-sun8i 5020000.ethernet: supply phy-io not found, using dummy regulator 299 [ 1.808535] dwmac-sun8i 5020000.ethernet: PTP uses main clock 300 [ 1.808574] dwmac-sun8i 5020000.ethernet: Current syscon value is not the default 51fe6 (expect 50000) 301 [ 1.809220] dwmac-sun8i 5020000.ethernet: No HW DMA feature register supported 302 [ 1.809246] dwmac-sun8i 5020000.ethernet: RX Checksum Offload Engine supported 303 [ 1.809253] dwmac-sun8i 5020000.ethernet: COE Type 2 304 [ 1.809260] dwmac-sun8i 5020000.ethernet: TX Checksum insertion supported 305 [ 1.809268] dwmac-sun8i 5020000.ethernet: Normal descriptors 306 [ 1.809275] dwmac-sun8i 5020000.ethernet: Chain mode enabled 307 [ 1.812478] panfrost 1800000.gpu: clock rate = 432000000 308 [ 1.812527] panfrost 1800000.gpu: bus_clock rate = 200000000 309 [ 1.813390] panfrost 1800000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0 310 [ 1.813426] panfrost 1800000.gpu: features: 00000000,000017f7, issues: 00000000,00000400 311 [ 1.813437] panfrost 1800000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7 312 [ 1.813450] panfrost 1800000.gpu: shader_present=0x1 l2_present=0x1 313 [ 1.830174] [drm] Initialized panfrost 1.2.0 20180908 for 1800000.gpu on minor 0 314 [ 2.659071] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Quota mode: none. 315 [ 3.966156] systemd[1]: System time before build time, advancing clock. 316 [ 4.015834] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) 317 [ 4.016480] systemd[1]: Detected architecture arm64. 318 [ 4.031496] systemd[1]: Set hostname to <orangepizero2>. 319 [ 4.829581] systemd[255]: /usr/lib/systemd/system-generators/netplan failed with exit status 1. 320 [ 5.132473] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 321 [ 5.348678] systemd[1]: Queued start job for default target Graphical Interface. 322 [ 6.708793] random: crng init done 323 [ 6.712242] systemd[1]: Created slice system-getty.slice. 324 [ 6.714578] systemd[1]: Created slice system-modprobe.slice. 325 [ 6.716434] systemd[1]: Created slice system-serial\x2dgetty.slice. 326 [ 6.718014] systemd[1]: Created slice User and Session Slice. 327 [ 6.718672] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 328 [ 6.719929] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 329 [ 6.720683] systemd[1]: Reached target Slices. 330 [ 6.721061] systemd[1]: Reached target Swap. 331 [ 6.721320] systemd[1]: Reached target System Time Set. 332 [ 6.739291] systemd[1]: Listening on RPCbind Server Activation Socket. 333 [ 6.740382] systemd[1]: Listening on Syslog Socket. 334 [ 6.741454] systemd[1]: Listening on fsck to fsckd communication Socket. 335 [ 6.742157] systemd[1]: Listening on initctl Compatibility Named Pipe. 336 [ 6.743421] systemd[1]: Listening on Journal Audit Socket. 337 [ 6.744374] systemd[1]: Listening on Journal Socket (/dev/log). 338 [ 6.745608] systemd[1]: Listening on Journal Socket. 339 [ 6.748150] systemd[1]: Listening on udev Control Socket. 340 [ 6.749121] systemd[1]: Listening on udev Kernel Socket. 341 [ 6.754056] systemd[1]: Mounting Huge Pages File System... 342 [ 6.759276] systemd[1]: Mounting POSIX Message Queue File System... 343 [ 6.764546] systemd[1]: Mounting RPC Pipe File System... 344 [ 6.771087] systemd[1]: Mounting Kernel Debug File System... 345 [ 6.772220] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 346 [ 6.773263] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 347 [ 6.780753] systemd[1]: Starting Restore / save the current clock... 348 [ 6.786975] systemd[1]: Starting Set the console keyboard layout... 349 [ 6.792818] systemd[1]: Starting Create list of static device nodes for the current kernel... 350 [ 6.798764] systemd[1]: Starting Load Kernel Module configfs... 351 [ 6.805381] systemd[1]: Starting Load Kernel Module drm... 352 [ 6.812160] systemd[1]: Starting Load Kernel Module fuse... 353 [ 6.818731] systemd[1]: Started Nameserver information manager. 354 [ 6.821019] systemd[1]: Reached target Network (Pre). 355 [ 6.861101] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 356 [ 6.861401] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 357 [ 6.870018] RPC: Registered named UNIX socket transport module. 358 [ 6.870043] RPC: Registered udp transport module. 359 [ 6.870048] RPC: Registered tcp transport module. 360 [ 6.870052] RPC: Registered tcp NFSv4.1 backchannel transport module. 361 [ 6.893527] systemd[1]: Starting Load Kernel Modules... 362 [ 6.899288] systemd[1]: Starting Remount Root and Kernel File Systems... 363 [ 6.904641] systemd[1]: Starting Coldplug All udev Devices... 364 [ 6.915146] fuse: init (API version 7.36) 365 [ 6.918019] systemd[1]: Mounted Huge Pages File System. 366 [ 6.920098] systemd[1]: Mounted POSIX Message Queue File System. 367 [ 6.921636] systemd[1]: Mounted RPC Pipe File System. 368 [ 6.923139] systemd[1]: Mounted Kernel Debug File System. 369 [ 6.925729] systemd[1]: Finished Restore / save the current clock. 370 [ 6.929018] systemd[1]: Finished Create list of static device nodes for the current kernel. 371 [ 6.931957] systemd[1]: modprobe@configfs.service: Succeeded. 372 [ 6.934013] systemd[1]: Finished Load Kernel Module configfs. 373 [ 6.936879] systemd[1]: modprobe@drm.service: Succeeded. 374 [ 6.938858] systemd[1]: Finished Load Kernel Module drm. 375 [ 6.942215] systemd[1]: modprobe@fuse.service: Succeeded. 376 [ 6.943882] systemd[1]: Finished Load Kernel Module fuse. 377 [ 6.954571] systemd[1]: Mounting FUSE Control File System... 378 [ 6.960654] systemd[1]: Mounting Kernel Configuration File System... 379 [ 6.966095] systemd[1]: Finished Load Kernel Modules. 380 [ 6.974572] systemd[1]: Mounted FUSE Control File System. 381 [ 6.975841] systemd[1]: Mounted Kernel Configuration File System. 382 [ 6.982055] systemd[1]: Starting Apply Kernel Variables... 383 [ 6.985073] EXT4-fs (mmcblk0p1): re-mounted. Quota mode: none. 384 [ 6.992219] systemd[1]: Finished Remount Root and Kernel File Systems. 385 [ 7.024350] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. 386 [ 7.024729] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 387 [ 7.029927] systemd[1]: Starting Load/Save Random Seed... 388 [ 7.036305] systemd[1]: Starting Create System Users... 389 [ 7.072405] systemd[1]: Finished Apply Kernel Variables. 390 [ 7.102901] systemd[1]: Finished Load/Save Random Seed. 391 [ 7.104739] systemd[1]: Condition check resulted in First Boot Complete being skipped. 392 [ 7.120859] systemd[1]: Finished Create System Users. 393 [ 7.127195] systemd[1]: Starting Create Static Device Nodes in /dev... 394 [ 7.201420] systemd[1]: Finished Create Static Device Nodes in /dev. 395 [ 7.210641] systemd[1]: Starting Rule-based Manager for Device Events and Files... 396 [ 7.325546] systemd[1]: Finished Set the console keyboard layout. 397 [ 7.326680] systemd[1]: Reached target Local File Systems (Pre). 398 [ 7.333121] systemd[1]: Mounting /tmp... 399 [ 7.346543] systemd[1]: Mounted /tmp. 400 [ 7.347567] systemd[1]: Reached target Local File Systems. 401 [ 7.353092] systemd[1]: Starting Armbian leds state... 402 [ 7.358758] systemd[1]: Starting Armbian ZRAM config... 403 [ 7.364567] systemd[1]: Starting Set console font and keymap... 404 [ 7.371542] systemd[1]: Starting Preprocess NFS configuration... 405 [ 7.380738] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... 406 [ 7.381532] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 407 [ 7.381937] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 408 [ 7.383796] systemd[1]: Started Rule-based Manager for Device Events and Files. 409 [ 7.391704] systemd[1]: Finished Coldplug All udev Devices. 410 [ 7.410488] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 411 [ 7.416974] systemd[1]: Starting Show Plymouth Boot Screen... 412 [ 7.424206] systemd[1]: nfs-config.service: Succeeded. 413 [ 7.426541] systemd[1]: Finished Preprocess NFS configuration. 414 [ 7.428139] systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped. 415 [ 7.428288] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 416 [ 7.428410] systemd[1]: Reached target NFS client services. 417 [ 7.441295] systemd[1]: Finished Set console font and keymap. 418 [ 7.466334] systemd[1]: Received SIGRTMIN+20 from PID 215 (plymouthd). 419 [ 7.513797] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 420 [ 7.522256] systemd[1]: Starting Raise network interfaces... 421 [ 7.527756] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data. 422 [ 7.572859] systemd[1]: Started Show Plymouth Boot Screen. 423 [ 7.574842] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 424 [ 7.575854] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. 425 [ 7.576318] systemd[1]: Reached target Local Encrypted Volumes. 426 [ 7.576749] systemd[1]: Reached target Paths. 427 [ 7.611280] systemd[1]: Finished Armbian leds state. 428 [ 7.760275] systemd[1]: Found device /dev/ttyS0. 429 [ 7.901050] systemd[1]: Reached target Hardware activated USB gadget. 430 [ 7.969034] mc: Linux media interface: v0.10 431 [ 8.044065] videodev: Linux video capture interface: v2.00 432 [ 8.350568] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. 433 [ 8.352685] cedrus 1c0e000.video-codec: Device registered as /dev/video0 434 [ 8.378582] zram: Added device: zram0 435 [ 8.380544] zram: Added device: zram1 436 [ 8.381898] zram: Added device: zram2 437 [ 8.542259] zram0: detected capacity change from 0 to 1007896 438 [ 8.566239] systemd[1]: Finished Raise network interfaces. 439 [ 8.582567] Adding 503944k swap on /dev/zram0. Priority:5 extents:1 across:503944k SSFS 440 [ 8.804624] zram1: detected capacity change from 0 to 102400 441 [ 8.896180] systemd[1]: Finished Armbian ZRAM config. 442 [ 8.901609] systemd[1]: Starting Armbian memory supported logging... 443 [ 8.985388] EXT4-fs (zram1): mounted filesystem without journal. Quota mode: none. 444 [ 8.985439] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff) 445 [ 11.776447] systemd[1]: Finished Armbian memory supported logging. 446 [ 11.785039] systemd[1]: Starting Journal Service... 447 [ 11.996335] systemd[1]: Started Journal Service. 448 [ 12.041159] systemd-journald[528]: Received client request to flush runtime journal. 449 [ 12.055902] systemd-journald[528]: File /var/log/journal/0591d2673a8840eb8c934f5eaf48cb73/system.journal corrupted or uncleanly shut down, renaming and replacing. 450 451 ### armbian-release: 452 453 # PLEASE DO NOT EDIT THIS FILE 454 BOARD=orangepizero2 455 BOARD_NAME="Orange Pi Zero2" 456 BOARDFAMILY=sun50iw9 457 BUILD_REPOSITORY_URL=https://github.com/armbian/build 458 BUILD_REPOSITORY_COMMIT=aa881a6ecd6 459 VERSION=22.08.6 460 LINUXFAMILY=sunxi64 461 ARCH=arm64 462 IMAGE_TYPE=stable 463 BOARD_TYPE=conf 464 INITRD_ARCH=arm64 465 KERNEL_IMAGE_TYPE=stable 466 BRANCH=edge 467 468 ### boot environment: 469 470 verbosity=1 471 bootlogo=false 472 console=serial 473 disp_mode=1920x1080p60 474 rootdev=UUID=0ae80c94-60cd-4b15-b7f3-065f13ca80b6 475 rootfstype=ext4 476 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 477 478 479 ### lsusb: 480 481 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 482 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 483 484 ### lscpu: 485 486 Architecture: aarch64 487 CPU op-mode(s): 32-bit, 64-bit 488 Byte Order: Little Endian 489 CPU(s): 4 490 On-line CPU(s) list: 0-3 491 Thread(s) per core: 1 492 Core(s) per socket: 4 493 Socket(s): 1 494 NUMA node(s): 1 495 Vendor ID: ARM 496 Model: 4 497 Model name: Cortex-A53 498 Stepping: r0p4 499 BogoMIPS: 48.00 500 NUMA node0 CPU(s): 0-3 501 Vulnerability Itlb multihit: Not affected 502 Vulnerability L1tf: Not affected 503 Vulnerability Mds: Not affected 504 Vulnerability Meltdown: Not affected 505 Vulnerability Mmio stale data: Not affected 506 Vulnerability Retbleed: Not affected 507 Vulnerability Spec store bypass: Not affected 508 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 509 Vulnerability Spectre v2: Not affected 510 Vulnerability Srbds: Not affected 511 Vulnerability Tsx async abort: Not affected 512 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 513 514 ### cpuinfo: 515 516 processor : 0 517 BogoMIPS : 48.00 518 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 519 CPU implementer : 0x41 520 CPU architecture: 8 521 CPU variant : 0x0 522 CPU part : 0xd03 523 CPU revision : 4 524 525 processor : 1 526 BogoMIPS : 48.00 527 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 528 CPU implementer : 0x41 529 CPU architecture: 8 530 CPU variant : 0x0 531 CPU part : 0xd03 532 CPU revision : 4 533 534 processor : 2 535 BogoMIPS : 48.00 536 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 537 CPU implementer : 0x41 538 CPU architecture: 8 539 CPU variant : 0x0 540 CPU part : 0xd03 541 CPU revision : 4 542 543 processor : 3 544 BogoMIPS : 48.00 545 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 546 CPU implementer : 0x41 547 CPU architecture: 8 548 CPU variant : 0x0 549 CPU part : 0xd03 550 CPU revision : 4 551 552 553 ### meminfo: 554 555 MemTotal: 1007892 kB 556 MemFree: 871400 kB 557 MemAvailable: 867688 kB 558 Buffers: 10336 kB 559 Cached: 45300 kB 560 SwapCached: 0 kB 561 Active: 26520 kB 562 Inactive: 38512 kB 563 Active(anon): 252 kB 564 Inactive(anon): 12548 kB 565 Active(file): 26268 kB 566 Inactive(file): 25964 kB 567 Unevictable: 2876 kB 568 Mlocked: 0 kB 569 SwapTotal: 503944 kB 570 SwapFree: 503944 kB 571 Zswap: 0 kB 572 Zswapped: 0 kB 573 Dirty: 1072 kB 574 Writeback: 4 kB 575 AnonPages: 12368 kB 576 Mapped: 15732 kB 577 Shmem: 428 kB 578 KReclaimable: 7924 kB 579 Slab: 26968 kB 580 SReclaimable: 7924 kB 581 SUnreclaim: 19044 kB 582 KernelStack: 1992 kB 583 PageTables: 1204 kB 584 NFS_Unstable: 0 kB 585 Bounce: 0 kB 586 WritebackTmp: 0 kB 587 CommitLimit: 1007888 kB 588 Committed_AS: 37120 kB 589 VmallocTotal: 133143592960 kB 590 VmallocUsed: 19192 kB 591 VmallocChunk: 0 kB 592 Percpu: 1168 kB 593 AnonHugePages: 0 kB 594 ShmemHugePages: 0 kB 595 ShmemPmdMapped: 0 kB 596 FileHugePages: 0 kB 597 FilePmdMapped: 0 kB 598 CmaTotal: 131072 kB 599 CmaFree: 130688 kB 600 HugePages_Total: 0 601 HugePages_Free: 0 602 HugePages_Rsvd: 0 603 HugePages_Surp: 0 604 Hugepagesize: 2048 kB 605 Hugetlb: 0 kB 606 607 ### virtual memory: 608 609 vm.admin_reserve_kbytes = 8192 610 vm.compaction_proactiveness = 20 611 vm.compact_unevictable_allowed = 1 612 vm.dirty_background_bytes = 0 613 vm.dirty_background_ratio = 10 614 vm.dirty_bytes = 0 615 vm.dirty_expire_centisecs = 3000 616 vm.dirty_ratio = 20 617 vm.dirtytime_expire_seconds = 43200 618 vm.dirty_writeback_centisecs = 500 619 vm.extfrag_threshold = 500 620 vm.hugetlb_optimize_vmemmap = 0 621 vm.hugetlb_shm_group = 0 622 vm.laptop_mode = 0 623 vm.legacy_va_layout = 0 624 vm.lowmem_reserve_ratio = 256 256 32 0 625 vm.max_map_count = 65530 626 vm.min_free_kbytes = 22528 627 vm.min_slab_ratio = 5 628 vm.min_unmapped_ratio = 1 629 vm.mmap_min_addr = 4096 630 vm.mmap_rnd_bits = 18 631 vm.mmap_rnd_compat_bits = 11 632 vm.nr_hugepages = 0 633 vm.nr_hugepages_mempolicy = 0 634 vm.nr_overcommit_hugepages = 0 635 vm.numa_stat = 1 636 vm.numa_zonelist_order = Node 637 vm.oom_dump_tasks = 1 638 vm.oom_kill_allocating_task = 0 639 vm.overcommit_kbytes = 0 640 vm.overcommit_memory = 0 641 vm.overcommit_ratio = 50 642 vm.page-cluster = 0 643 vm.page_lock_unfairness = 5 644 vm.panic_on_oom = 0 645 vm.percpu_pagelist_high_fraction = 0 646 vm.stat_interval = 1 647 vm.swappiness = 100 648 vm.user_reserve_kbytes = 30913 649 vm.vfs_cache_pressure = 100 650 vm.watermark_boost_factor = 15000 651 vm.watermark_scale_factor = 10 652 vm.zone_reclaim_mode = 0 653 654 ### ip addr: 655 656 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 657 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 658 inet XXX.XXX.0.1/8 scope host lo 659 valid_lft forever preferred_lft forever 660 inet6 ::1/128 scope host 661 valid_lft forever preferred_lft forever 662 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 663 link/ether 02:00:62:71:18:3b brd ff:ff:ff:ff:ff:ff 664 665 ### partitions: 666 667 major minor #blocks name 668 669 31 0 2048 mtdblock0 670 179 0 30263296 mmcblk0 671 179 1 29945856 mmcblk0p1 672 252 0 503948 zram0 673 252 1 51200 zram1 674 675 ### df: 676 677 udev 422M 0 422M 0% /dev 678 tmpfs 99M 428K 99M 1% /run 679 /dev/mmcblk0p1 29G 1.5G 27G 6% / 680 tmpfs 493M 0 493M 0% /dev/shm 681 tmpfs 5.0M 0 5.0M 0% /run/lock 682 tmpfs 493M 4.0K 493M 1% /tmp 683 /dev/zram1 49M 688K 45M 2% /var/log 684 685 ### lsblk: 686 687 NAME FSTYPE SIZE MOUNTPOINT UUID 688 mtdblock0 2M 689 mmcblk0 28.9G 690 └─mmcblk0p1 ext4 28.6G / 0ae80c94-60cd-4b15-b7f3-065f13ca80b6 691 zram1 50M /var/log 692 693 ### zramctl: 694 695 NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT 696 /dev/zram1 zstd 50M 732K 115.4K 400K 4 /var/log 697 /dev/zram0 lzo-rle 492.1M 4K 73B 12K 4 [SWAP] 698 699 ### mtab: 700 701 /dev/mmcblk0p1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 702 /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 703 /dev/zram1 /var/log ext4 rw,relatime,discard 0 0 704 705 ### mmc0:0001 info: 706 707 fwrev: 0x0 708 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD32G MODALIAS=mmc:block 709 cid: 27504853443332476000000596015bf1 710 rca: 0x0001 711 csd: 400e00325b590000e6e37f800a4000c9 712 manfid: 0x000027 713 ocr: 0x00200000 714 preferred_erase_size: 4194304 715 type: SD 716 hwrev: 0x6 717 date: 11/2021 718 dsr: 0x404 719 erase_size: 512 720 oemid: 0x5048 721 serial: 0x00000596 722 ssr: 000000000500000004049000080a190a000800000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000 723 scr: 0285808200000000 724 name: SD32G 725 726 ### Boot system health: 727 728 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 729 19:17:09: --- 0.15 47% 18% 12% 0% 15% 0% 41.0 °C 730 19:17:10: --- 1.02 96% 38% 45% 0% 12% 0% 41.0 °C 731 19:17:10: --- 1.02 97% 20% 34% 0% 42% 0% 41.9 °C 732 19:17:10: --- 1.02 79% 9% 7% 0% 62% 0% 41.9 °C 733 19:17:11: --- 1.02 93% 17% 31% 0% 44% 0% 41.1 °C 734 735 ### Activated 1 lzo-rle zram swap devices with 492MB each. 736 ### Activated Armbian ramlog partition with zstd compression 737 738 ### Activated 1 lzo-rle zram swap devices with 492MB each. 739 ### Activated Armbian ramlog partition with zstd compression 740 741 Fri 11 Nov 2022 06:33:04 PM EST | Orange Pi Zero2 | 22.08.6 | arm64 | aarch64 | 5.19.16-sunxi64 742 743 ### dmesg: 744 745 [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] 746 [ 0.000000] Linux version 5.19.16-sunxi64 (root@6d820ce0d5d6) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) XXX.XXX.0.20190321) #22.08.6 SMP Tue Oct 18 06:56:22 UTC 2022 747 [ 0.000000] Machine model: OrangePi Zero2 748 [ 0.000000] NUMA: No NUMA configuration found 749 [ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000007fffffff] 750 [ 0.000000] NUMA: NODE_DATA [mem 0x7fdde040-0x7fddffff] 751 [ 0.000000] Zone ranges: 752 [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff] 753 [ 0.000000] DMA32 empty 754 [ 0.000000] Normal empty 755 [ 0.000000] Movable zone start for each node 756 [ 0.000000] Early memory node ranges 757 [ 0.000000] node 0: [mem 0x0000000040000000-0x000000004007ffff] 758 [ 0.000000] node 0: [mem 0x0000000040080000-0x000000007fffffff] 759 [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff] 760 [ 0.000000] cma: Reserved 128 MiB at 0x0000000076c00000 761 [ 0.000000] psci: probing for conduit method from DT. 762 [ 0.000000] psci: PSCIv1.1 detected in firmware. 763 [ 0.000000] psci: Using standard PSCI v0.2 function IDs 764 [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. 765 [ 0.000000] psci: SMC Calling Convention v1.2 766 [ 0.000000] percpu: Embedded 19 pages/cpu s37608 r8192 d32024 u77824 767 [ 0.000000] pcpu-alloc: s37608 r8192 d32024 u77824 alloc=19*4096 768 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 769 [ 0.000000] Detected VIPT I-cache on CPU0 770 [ 0.000000] CPU features: detected: ARM erratum 845719 771 [ 0.000000] Fallback order for Node 0: 0 772 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048 773 [ 0.000000] Policy zone: DMA 774 [ 0.000000] Kernel command line: root=UUID=0ae80c94-60cd-4b15-b7f3-065f13ca80b6 rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 consoleblank=0 loglevel=1 ubootpart=da74ae41-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory swapaccount=1 775 [ 0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=da74ae41-01 cgroup_enable=memory", will be passed to user space. 776 [ 0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes 777 [ 0.000000] printk: log_buf_len total cpu_extra contributions: 12288 bytes 778 [ 0.000000] printk: log_buf_len min size: 16384 bytes 779 [ 0.000000] printk: log_buf_len: 32768 bytes 780 [ 0.000000] printk: early log buf free: 14048(85%) 781 [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) 782 [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) 783 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off 784 [ 0.000000] Memory: 862824K/1048576K available (13888K kernel code, 1038K rwdata, 4112K rodata, 2496K init, 387K bss, 54680K reserved, 131072K cma-reserved) 785 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 786 [ 0.000000] rcu: Hierarchical RCU implementation. 787 [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. 788 [ 0.000000] Tracing variant of Tasks RCU enabled. 789 [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. 790 [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 791 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 792 [ 0.000000] Root IRQ handler: gic_handle_irq 793 [ 0.000000] GIC: Using split EOI/Deactivate mode 794 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. 795 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). 796 [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns 797 [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns 798 [ 0.000388] Console: colour dummy device 80x25 799 [ 0.000473] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) 800 [ 0.000486] pid_max: default: 32768 minimum: 301 801 [ 0.000559] LSM: Security Framework initializing 802 [ 0.000589] Yama: becoming mindful. 803 [ 0.000682] AppArmor: AppArmor initialized 804 [ 0.000777] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) 805 [ 0.000790] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) 806 [ 0.002405] cblist_init_generic: Setting adjustable number of callback queues. 807 [ 0.002423] cblist_init_generic: Setting shift to 2 and lim to 1. 808 [ 0.002589] rcu: Hierarchical SRCU implementation. 809 [ 0.002593] rcu: Max phase no-delay instances is 1000. 810 [ 0.003874] smp: Bringing up secondary CPUs ... 811 [ 0.004476] Detected VIPT I-cache on CPU1 812 [ 0.004556] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] 813 [ 0.005174] Detected VIPT I-cache on CPU2 814 [ 0.005242] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] 815 [ 0.005827] Detected VIPT I-cache on CPU3 816 [ 0.005889] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] 817 [ 0.005986] smp: Brought up 1 node, 4 CPUs 818 [ 0.005995] SMP: Total of 4 processors activated. 819 [ 0.006000] CPU features: detected: 32-bit EL0 Support 820 [ 0.006004] CPU features: detected: CRC32 instructions 821 [ 0.006339] CPU: All CPU(s) started at EL2 822 [ 0.006356] alternatives: patching kernel code 823 [ 0.007765] devtmpfs: initialized 824 [ 0.012263] Registered cp15_barrier emulation handler 825 [ 0.012283] Registered setend emulation handler 826 [ 0.012470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 827 [ 0.012489] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) 828 [ 0.016819] pinctrl core: initialized pinctrl subsystem 829 [ 0.018104] NET: Registered PF_NETLINK/PF_ROUTE protocol family 830 [ 0.019497] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations 831 [ 0.019800] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 832 [ 0.019924] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 833 [ 0.019996] audit: initializing netlink subsys (disabled) 834 [ 0.020237] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1 835 [ 0.020743] thermal_sys: Registered thermal governor 'fair_share' 836 [ 0.020751] thermal_sys: Registered thermal governor 'bang_bang' 837 [ 0.020755] thermal_sys: Registered thermal governor 'step_wise' 838 [ 0.020758] thermal_sys: Registered thermal governor 'user_space' 839 [ 0.021240] cpuidle: using governor menu 840 [ 0.021463] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. 841 [ 0.021571] ASID allocator initialised with 65536 entries 842 [ 0.021579] HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB 843 [ 0.021585] HugeTLB: can optimize 127 vmemmap pages for hugepages-32768kB 844 [ 0.021590] HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB 845 [ 0.021595] HugeTLB: can optimize 0 vmemmap pages for hugepages-64kB 846 [ 0.021794] Serial: AMBA PL011 UART driver 847 [ 0.035091] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 848 [ 0.035108] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages 849 [ 0.035114] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 850 [ 0.035120] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages 851 [ 0.035785] cryptd: max_cpu_qlen set to 1000 852 [ 0.104313] raid6: neonx8 gen() 1807 MB/s 853 [ 0.172391] raid6: neonx4 gen() 1854 MB/s 854 [ 0.240468] raid6: neonx2 gen() 1754 MB/s 855 [ 0.308540] raid6: neonx1 gen() 1519 MB/s 856 [ 0.376603] raid6: int64x8 gen() 1251 MB/s 857 [ 0.444689] raid6: int64x4 gen() 1398 MB/s 858 [ 0.512761] raid6: int64x2 gen() 1185 MB/s 859 [ 0.580834] raid6: int64x1 gen() 882 MB/s 860 [ 0.580839] raid6: using algorithm neonx4 gen() 1854 MB/s 861 [ 0.648901] raid6: .... xor() 1334 MB/s, rmw enabled 862 [ 0.648906] raid6: using neon recovery algorithm 863 [ 0.649823] iommu: Default domain type: Translated 864 [ 0.649836] iommu: DMA domain TLB invalidation policy: strict mode 865 [ 0.650119] SCSI subsystem initialized 866 [ 0.650332] usbcore: registered new interface driver usbfs 867 [ 0.650369] usbcore: registered new interface driver hub 868 [ 0.650404] usbcore: registered new device driver usb 869 [ 0.650687] pps_core: LinuxPPS API ver. 1 registered 870 [ 0.650692] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 871 [ 0.650706] PTP clock support registered 872 [ 0.651113] ARM FF-A: FFA_VERSION returned not supported 873 [ 0.651494] Advanced Linux Sound Architecture Driver Initialized. 874 [ 0.652156] NetLabel: Initializing 875 [ 0.652161] NetLabel: domain hash size = 128 876 [ 0.652165] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 877 [ 0.652227] NetLabel: unlabeled traffic allowed by default 878 [ 0.652231] mctp: management component transport protocol core 879 [ 0.652235] NET: Registered PF_MCTP protocol family 880 [ 0.652813] clocksource: Switched to clocksource arch_sys_counter 881 [ 0.653150] VFS: Disk quotas dquot_6.6.0 882 [ 0.653198] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 883 [ 0.653747] AppArmor: AppArmor Filesystem Enabled 884 [ 0.660579] NET: Registered PF_INET protocol family 885 [ 0.660819] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) 886 [ 0.662051] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) 887 [ 0.662081] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 888 [ 0.662093] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) 889 [ 0.662161] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) 890 [ 0.662283] TCP: Hash tables configured (established 8192 bind 8192) 891 [ 0.662400] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) 892 [ 0.662433] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) 893 [ 0.662625] NET: Registered PF_UNIX/PF_LOCAL protocol family 894 [ 0.663180] Trying to unpack rootfs image as initramfs... 895 [ 0.669928] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available 896 [ 0.671452] Initialise system trusted keyrings 897 [ 0.671538] Key type blacklist registered 898 [ 0.671825] workingset: timestamp_bits=44 max_order=18 bucket_order=0 899 [ 0.677514] zbud: loaded 900 [ 0.679183] squashfs: version 4.0 (2009/01/31) Phillip Lougher 901 [ 0.681832] integrity: Platform Keyring initialized 902 [ 0.724930] xor: automatically using best checksumming function 32regs 903 [ 0.724952] async_tx: api initialized (async) 904 [ 0.724963] Key type asymmetric registered 905 [ 0.724969] Asymmetric key parser 'x509' registered 906 [ 1.259380] Freeing initrd memory: 11500K 907 [ 1.277965] alg: self-tests for CTR-KDF (hmac(sha256)) passed 908 [ 1.278073] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 909 [ 1.278215] io scheduler mq-deadline registered 910 [ 1.278222] io scheduler kyber registered 911 [ 1.278365] io scheduler bfq registered 912 [ 1.284387] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled 913 [ 1.288025] cacheinfo: Unable to detect cache hierarchy for CPU 0 914 [ 1.292675] loop: module loaded 915 [ 1.294543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 916 [ 1.294568] ehci-platform: EHCI generic platform driver 917 [ 1.294662] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 918 [ 1.294676] ohci-platform: OHCI generic platform driver 919 [ 1.294945] usbcore: registered new interface driver usb-storage 920 [ 1.295386] mousedev: PS/2 mouse device common for all mice 921 [ 1.296412] sun6i-rtc 7000000.rtc: registered as rtc0 922 [ 1.296452] sun6i-rtc 7000000.rtc: setting system clock to 1970-01-02T00:00:04 UTC (86404) 923 [ 1.296557] sun6i-rtc 7000000.rtc: RTC enabled 924 [ 1.296660] i2c_dev: i2c /dev entries driver 925 [ 1.297482] sunxi-wdt 30090a0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) 926 [ 1.298867] sdhci: Secure Digital Host Controller Interface driver 927 [ 1.298881] sdhci: Copyright(c) Pierre Ossman 928 [ 1.298903] Synopsys Designware Multimedia Card Interface Driver 929 [ 1.299332] sdhci-pltfm: SDHCI platform and OF driver helper 930 [ 1.299801] ledtrig-cpu: registered to indicate activity on CPUs 931 [ 1.300061] SMCCC: SOC_ID: ID = jep106:091e:1823 Revision = 0x00000000 932 [ 1.300349] hid: raw HID events driver (C) Jiri Kosina 933 [ 1.300447] usbcore: registered new interface driver usbhid 934 [ 1.300452] usbhid: USB HID core driver 935 [ 1.310100] NET: Registered PF_INET6 protocol family 936 [ 1.328711] Segment Routing with IPv6 937 [ 1.328821] In-situ OAM (IOAM) with IPv6 938 [ 1.328910] NET: Registered PF_PACKET protocol family 939 [ 1.329086] 8021q: 802.1Q VLAN Support v1.8 940 [ 1.329243] 9pnet: Installing 9P2000 support 941 [ 1.329329] Key type dns_resolver registered 942 [ 1.329889] registered taskstats version 1 943 [ 1.329912] Loading compiled-in X.509 certificates 944 [ 1.333699] Loaded X.509 cert 'Build time autogenerated kernel key: 05920f111eead6a51cb60d55d842ed91645758e7' 945 [ 1.336164] zswap: loaded using pool zstd/z3fold 946 [ 1.336754] Key type ._fscrypt registered 947 [ 1.336765] Key type .fscrypt registered 948 [ 1.336769] Key type fscrypt-provisioning registered 949 [ 1.337921] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 950 [ 1.338336] Key type encrypted registered 951 [ 1.338357] AppArmor: AppArmor sha1 policy hashing enabled 952 [ 1.338395] ima: No TPM chip found, activating TPM-bypass! 953 [ 1.338421] ima: Allocated hash algorithm: sha1 954 [ 1.338466] ima: No architecture policies found 955 [ 1.338513] evm: Initialising EVM extended attributes: 956 [ 1.338516] evm: security.selinux 957 [ 1.338520] evm: security.SMACK64 958 [ 1.338523] evm: security.SMACK64EXEC 959 [ 1.338526] evm: security.SMACK64TRANSMUTE 960 [ 1.338530] evm: security.SMACK64MMAP 961 [ 1.338533] evm: security.apparmor 962 [ 1.338536] evm: security.ima 963 [ 1.338539] evm: security.capability 964 [ 1.338542] evm: HMAC attrs: 0x1 965 [ 1.360713] sun50i-h616-pinctrl 300b000.pinctrl: initialized sunXi PIO driver 966 [ 1.362320] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator 967 [ 1.362984] printk: console [ttyS0] disabled 968 [ 1.363069] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 283, base_baud = 1500000) is a 16550A 969 [ 1.363265] printk: console [ttyS0] enabled 970 [ 1.364125] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, using dummy regulator 971 [ 1.364461] sun6i-spi 5010000.spi: Failed to request TX DMA channel 972 [ 1.364472] sun6i-spi 5010000.spi: Failed to request RX DMA channel 973 [ 1.365096] spi-nor spi0.0: supply vdd not found, using dummy regulator 974 [ 1.381032] spi-nor spi0.0: mx25l1606e (2048 Kbytes) 975 [ 1.397028] sun50i-h616-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver 976 [ 1.398320] ehci-platform 5200000.usb: EHCI Host Controller 977 [ 1.398345] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator 978 [ 1.398360] ehci-platform 5200000.usb: new USB bus registered, assigned bus number 1 979 [ 1.398475] usb_phy_generic usb_phy_generic.1.auto: dummy supplies not allowed for exclusive requests 980 [ 1.398483] ehci-platform 5200000.usb: irq 286, io mem 0x05200000 981 [ 1.400439] sun50i-h616-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator 982 [ 1.400869] ohci-platform 5200400.usb: Generic Platform OHCI controller 983 [ 1.400910] ohci-platform 5200400.usb: new USB bus registered, assigned bus number 2 984 [ 1.400979] sunxi-rsb 7083000.rsb: RSB running at 3000000 Hz 985 [ 1.401024] ohci-platform 5200400.usb: irq 288, io mem 0x05200400 986 [ 1.401305] axp20x-rsb sunxi-rsb-745: AXP20x variant AXP806 found 987 [ 1.405182] axp20x-rsb sunxi-rsb-745: AXP20X driver loaded 988 [ 1.406465] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator 989 [ 1.406504] ALSA device list: 990 [ 1.406512] No soundcards found. 991 [ 1.407495] sunxi-mmc 4020000.mmc: Got CD GPIO 992 [ 1.412821] ehci-platform 5200000.usb: USB 2.0 started, EHCI 1.00 993 [ 1.413117] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19 994 [ 1.413133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 995 [ 1.413142] usb usb1: Product: EHCI Host Controller 996 [ 1.413149] usb usb1: Manufacturer: Linux 5.19.16-sunxi64 ehci_hcd 997 [ 1.413157] usb usb1: SerialNumber: 5200000.usb 998 [ 1.413737] hub 1-0:1.0: USB hub found 999 [ 1.413791] hub 1-0:1.0: 1 port detected 1000 [ 1.433106] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 1001 [ 1.465043] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.19 1002 [ 1.465069] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1003 [ 1.465079] usb usb2: Product: Generic Platform OHCI controller 1004 [ 1.465087] usb usb2: Manufacturer: Linux 5.19.16-sunxi64 ohci_hcd 1005 [ 1.465094] usb usb2: SerialNumber: 5200400.usb 1006 [ 1.465672] hub 2-0:1.0: USB hub found 1007 [ 1.465721] hub 2-0:1.0: 1 port detected 1008 [ 1.467038] Freeing unused kernel memory: 2496K 1009 [ 1.467836] mmc0: host does not support reading read-only switch, assuming write-enable 1010 [ 1.469607] mmc0: Problem switching card into high-speed mode! 1011 [ 1.469722] mmc0: new SDHC card at address 0001 1012 [ 1.470630] mmcblk0: mmc0:0001 SD32G 28.9 GiB 1013 [ 1.472694] mmcblk0: p1 1014 [ 1.480880] Run /init as init process 1015 [ 1.480900] with arguments: 1016 [ 1.480907] /init 1017 [ 1.480912] with environment: 1018 [ 1.480917] HOME=/ 1019 [ 1.480922] TERM=linux 1020 [ 1.480927] splash=verbose 1021 [ 1.480932] ubootpart=da74ae41-01 1022 [ 1.480937] cgroup_enable=memory 1023 [ 1.840883] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pi not found, using dummy regulator 1024 [ 1.841316] dwmac-sun8i 5020000.ethernet: IRQ eth_wake_irq not found 1025 [ 1.841340] dwmac-sun8i 5020000.ethernet: IRQ eth_lpi not found 1026 [ 1.841692] dwmac-sun8i 5020000.ethernet: supply phy-io not found, using dummy regulator 1027 [ 1.842000] dwmac-sun8i 5020000.ethernet: PTP uses main clock 1028 [ 1.842063] dwmac-sun8i 5020000.ethernet: Current syscon value is not the default 51fe6 (expect 50000) 1029 [ 1.846392] panfrost 1800000.gpu: clock rate = 432000000 1030 [ 1.846436] panfrost 1800000.gpu: bus_clock rate = 200000000 1031 [ 1.846926] dwmac-sun8i 5020000.ethernet: No HW DMA feature register supported 1032 [ 1.846951] dwmac-sun8i 5020000.ethernet: RX Checksum Offload Engine supported 1033 [ 1.846959] dwmac-sun8i 5020000.ethernet: COE Type 2 1034 [ 1.846968] dwmac-sun8i 5020000.ethernet: TX Checksum insertion supported 1035 [ 1.846976] dwmac-sun8i 5020000.ethernet: Normal descriptors 1036 [ 1.846982] dwmac-sun8i 5020000.ethernet: Chain mode enabled 1037 [ 1.850548] panfrost 1800000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0 1038 [ 1.850592] panfrost 1800000.gpu: features: 00000000,000017f7, issues: 00000000,00000400 1039 [ 1.850603] panfrost 1800000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7 1040 [ 1.850615] panfrost 1800000.gpu: shader_present=0x1 l2_present=0x1 1041 [ 1.857125] [drm] Initialized panfrost 1.2.0 20180908 for 1800000.gpu on minor 0 1042 [ 2.698073] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Quota mode: none. 1043 [ 4.091151] systemd[1]: System time before build time, advancing clock. 1044 [ 4.140950] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) 1045 [ 4.141618] systemd[1]: Detected architecture arm64. 1046 [ 4.157085] systemd[1]: Set hostname to <orangepizero2>. 1047 [ 4.938803] systemd[255]: /usr/lib/systemd/system-generators/netplan failed with exit status 1. 1048 [ 5.240894] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 1049 [ 5.456090] systemd[1]: Queued start job for default target Graphical Interface. 1050 [ 6.800801] random: crng init done 1051 [ 6.804255] systemd[1]: Created slice system-getty.slice. 1052 [ 6.806559] systemd[1]: Created slice system-modprobe.slice. 1053 [ 6.808408] systemd[1]: Created slice system-serial\x2dgetty.slice. 1054 [ 6.809997] systemd[1]: Created slice User and Session Slice. 1055 [ 6.810656] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 1056 [ 6.811902] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 1057 [ 6.812642] systemd[1]: Reached target Slices. 1058 [ 6.813004] systemd[1]: Reached target Swap. 1059 [ 6.813277] systemd[1]: Reached target System Time Set. 1060 [ 6.831442] systemd[1]: Listening on RPCbind Server Activation Socket. 1061 [ 6.832531] systemd[1]: Listening on Syslog Socket. 1062 [ 6.833598] systemd[1]: Listening on fsck to fsckd communication Socket. 1063 [ 6.834270] systemd[1]: Listening on initctl Compatibility Named Pipe. 1064 [ 6.835523] systemd[1]: Listening on Journal Audit Socket. 1065 [ 6.836480] systemd[1]: Listening on Journal Socket (/dev/log). 1066 [ 6.837681] systemd[1]: Listening on Journal Socket. 1067 [ 6.840507] systemd[1]: Listening on udev Control Socket. 1068 [ 6.841487] systemd[1]: Listening on udev Kernel Socket. 1069 [ 6.846376] systemd[1]: Mounting Huge Pages File System... 1070 [ 6.851622] systemd[1]: Mounting POSIX Message Queue File System... 1071 [ 6.857000] systemd[1]: Mounting RPC Pipe File System... 1072 [ 6.863557] systemd[1]: Mounting Kernel Debug File System... 1073 [ 6.864750] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 1074 [ 6.865743] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 1075 [ 6.874264] systemd[1]: Starting Restore / save the current clock... 1076 [ 6.880499] systemd[1]: Starting Set the console keyboard layout... 1077 [ 6.886191] systemd[1]: Starting Create list of static device nodes for the current kernel... 1078 [ 6.892105] systemd[1]: Starting Load Kernel Module configfs... 1079 [ 6.899060] systemd[1]: Starting Load Kernel Module drm... 1080 [ 6.906236] systemd[1]: Starting Load Kernel Module fuse... 1081 [ 6.912337] systemd[1]: Started Nameserver information manager. 1082 [ 6.914121] systemd[1]: Reached target Network (Pre). 1083 [ 6.953370] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 1084 [ 6.953629] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 1085 [ 6.962301] RPC: Registered named UNIX socket transport module. 1086 [ 6.962325] RPC: Registered udp transport module. 1087 [ 6.962330] RPC: Registered tcp transport module. 1088 [ 6.962334] RPC: Registered tcp NFSv4.1 backchannel transport module. 1089 [ 6.985174] systemd[1]: Starting Load Kernel Modules... 1090 [ 6.990748] systemd[1]: Starting Remount Root and Kernel File Systems... 1091 [ 6.996198] systemd[1]: Starting Coldplug All udev Devices... 1092 [ 7.007572] fuse: init (API version 7.36) 1093 [ 7.010404] systemd[1]: Mounted Huge Pages File System. 1094 [ 7.012317] systemd[1]: Mounted POSIX Message Queue File System. 1095 [ 7.013956] systemd[1]: Mounted RPC Pipe File System. 1096 [ 7.015239] systemd[1]: Mounted Kernel Debug File System. 1097 [ 7.017889] systemd[1]: Finished Restore / save the current clock. 1098 [ 7.020875] systemd[1]: Finished Create list of static device nodes for the current kernel. 1099 [ 7.023030] systemd[1]: modprobe@configfs.service: Succeeded. 1100 [ 7.024406] systemd[1]: Finished Load Kernel Module configfs. 1101 [ 7.026682] systemd[1]: modprobe@drm.service: Succeeded. 1102 [ 7.028198] systemd[1]: Finished Load Kernel Module drm. 1103 [ 7.031261] systemd[1]: modprobe@fuse.service: Succeeded. 1104 [ 7.033449] systemd[1]: Finished Load Kernel Module fuse. 1105 [ 7.043000] systemd[1]: Mounting FUSE Control File System... 1106 [ 7.048534] systemd[1]: Mounting Kernel Configuration File System... 1107 [ 7.054017] systemd[1]: Finished Load Kernel Modules. 1108 [ 7.064287] systemd[1]: Mounted FUSE Control File System. 1109 [ 7.065935] systemd[1]: Mounted Kernel Configuration File System. 1110 [ 7.072476] systemd[1]: Starting Apply Kernel Variables... 1111 [ 7.096997] EXT4-fs (mmcblk0p1): re-mounted. Quota mode: none. 1112 [ 7.104404] systemd[1]: Finished Remount Root and Kernel File Systems. 1113 [ 7.114106] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. 1114 [ 7.114483] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 1115 [ 7.119873] systemd[1]: Starting Load/Save Random Seed... 1116 [ 7.126176] systemd[1]: Starting Create System Users... 1117 [ 7.156972] systemd[1]: Finished Apply Kernel Variables. 1118 [ 7.192934] systemd[1]: Finished Load/Save Random Seed. 1119 [ 7.194158] systemd[1]: Condition check resulted in First Boot Complete being skipped. 1120 [ 7.218789] systemd[1]: Finished Create System Users. 1121 [ 7.225388] systemd[1]: Starting Create Static Device Nodes in /dev... 1122 [ 7.299084] systemd[1]: Finished Create Static Device Nodes in /dev. 1123 [ 7.308153] systemd[1]: Starting Rule-based Manager for Device Events and Files... 1124 [ 7.418174] systemd[1]: Finished Set the console keyboard layout. 1125 [ 7.419418] systemd[1]: Reached target Local File Systems (Pre). 1126 [ 7.425709] systemd[1]: Mounting /tmp... 1127 [ 7.429129] systemd[1]: Finished Coldplug All udev Devices. 1128 [ 7.437192] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 1129 [ 7.442963] systemd[1]: Mounted /tmp. 1130 [ 7.444107] systemd[1]: Reached target Local File Systems. 1131 [ 7.449648] systemd[1]: Starting Armbian leds state... 1132 [ 7.454895] systemd[1]: Starting Armbian ZRAM config... 1133 [ 7.461389] systemd[1]: Starting Set console font and keymap... 1134 [ 7.466960] systemd[1]: Starting Preprocess NFS configuration... 1135 [ 7.473497] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... 1136 [ 7.474034] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 1137 [ 7.474348] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 1138 [ 7.477359] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 1139 [ 7.483800] systemd[1]: Starting Raise network interfaces... 1140 [ 7.514473] systemd[1]: Finished Set console font and keymap. 1141 [ 7.516491] systemd[1]: nfs-config.service: Succeeded. 1142 [ 7.518580] systemd[1]: Finished Preprocess NFS configuration. 1143 [ 7.519575] systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped. 1144 [ 7.519669] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 1145 [ 7.519756] systemd[1]: Reached target NFS client services. 1146 [ 7.538000] systemd[1]: Received SIGRTMIN+20 from PID 214 (plymouthd). 1147 [ 7.548028] systemd[1]: Started Rule-based Manager for Device Events and Files. 1148 [ 7.552320] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data. 1149 [ 7.559561] systemd[1]: Starting Show Plymouth Boot Screen... 1150 [ 7.676959] systemd[1]: Started Show Plymouth Boot Screen. 1151 [ 7.685667] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 1152 [ 7.686706] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. 1153 [ 7.688656] systemd[1]: Reached target Local Encrypted Volumes. 1154 [ 7.690569] systemd[1]: Reached target Paths. 1155 [ 7.759697] systemd[1]: Finished Armbian leds state. 1156 [ 7.915450] systemd[1]: Found device /dev/ttyS0. 1157 [ 8.065058] systemd[1]: Reached target Hardware activated USB gadget. 1158 [ 8.117080] mc: Linux media interface: v0.10 1159 [ 8.190232] videodev: Linux video capture interface: v2.00 1160 [ 8.514625] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. 1161 [ 8.516822] cedrus 1c0e000.video-codec: Device registered as /dev/video0 1162 [ 8.545282] zram: Added device: zram0 1163 [ 8.546185] zram: Added device: zram1 1164 [ 8.547900] zram: Added device: zram2 1165 [ 8.624553] systemd[1]: Finished Raise network interfaces. 1166 [ 8.682138] zram0: detected capacity change from 0 to 1007896 1167 [ 8.720060] Adding 503944k swap on /dev/zram0. Priority:5 extents:1 across:503944k SSFS 1168 [ 8.945381] zram1: detected capacity change from 0 to 102400 1169 [ 9.037309] systemd[1]: Finished Armbian ZRAM config. 1170 [ 9.042681] systemd[1]: Starting Armbian memory supported logging... 1171 [ 9.126907] EXT4-fs (zram1): mounted filesystem without journal. Quota mode: none. 1172 [ 9.126956] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff) 1173 [ 11.975541] systemd[1]: Finished Armbian memory supported logging. 1174 [ 11.984136] systemd[1]: Starting Journal Service... 1175 [ 12.185043] systemd[1]: Started Journal Service. 1176 [ 12.230126] systemd-journald[528]: Received client request to flush runtime journal. 1177 [ 12.256905] systemd-journald[528]: File /var/log/journal/0591d2673a8840eb8c934f5eaf48cb73/system.journal corrupted or uncleanly shut down, renaming and replacing. 1178 1179 ### armbian-release: 1180 1181 # PLEASE DO NOT EDIT THIS FILE 1182 BOARD=orangepizero2 1183 BOARD_NAME="Orange Pi Zero2" 1184 BOARDFAMILY=sun50iw9 1185 BUILD_REPOSITORY_URL=https://github.com/armbian/build 1186 BUILD_REPOSITORY_COMMIT=aa881a6ecd6 1187 VERSION=22.08.6 1188 LINUXFAMILY=sunxi64 1189 ARCH=arm64 1190 IMAGE_TYPE=stable 1191 BOARD_TYPE=conf 1192 INITRD_ARCH=arm64 1193 KERNEL_IMAGE_TYPE=stable 1194 BRANCH=edge 1195 1196 ### boot environment: 1197 1198 verbosity=1 1199 bootlogo=false 1200 console=serial 1201 disp_mode=1920x1080p60 1202 rootdev=UUID=0ae80c94-60cd-4b15-b7f3-065f13ca80b6 1203 rootfstype=ext4 1204 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 1205 1206 ### lsusb: 1207 1208 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 1209 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 1210 1211 ### lscpu: 1212 1213 Architecture: aarch64 1214 CPU op-mode(s): 32-bit, 64-bit 1215 Byte Order: Little Endian 1216 CPU(s): 4 1217 On-line CPU(s) list: 0-3 1218 Thread(s) per core: 1 1219 Core(s) per socket: 4 1220 Socket(s): 1 1221 NUMA node(s): 1 1222 Vendor ID: ARM 1223 Model: 4 1224 Model name: Cortex-A53 1225 Stepping: r0p4 1226 BogoMIPS: 48.00 1227 NUMA node0 CPU(s): 0-3 1228 Vulnerability Itlb multihit: Not affected 1229 Vulnerability L1tf: Not affected 1230 Vulnerability Mds: Not affected 1231 Vulnerability Meltdown: Not affected 1232 Vulnerability Mmio stale data: Not affected 1233 Vulnerability Retbleed: Not affected 1234 Vulnerability Spec store bypass: Not affected 1235 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 1236 Vulnerability Spectre v2: Not affected 1237 Vulnerability Srbds: Not affected 1238 Vulnerability Tsx async abort: Not affected 1239 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1240 1241 ### cpuinfo: 1242 1243 processor : 0 1244 BogoMIPS : 48.00 1245 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1246 CPU implementer : 0x41 1247 CPU architecture: 8 1248 CPU variant : 0x0 1249 CPU part : 0xd03 1250 CPU revision : 4 1251 1252 processor : 1 1253 BogoMIPS : 48.00 1254 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1255 CPU implementer : 0x41 1256 CPU architecture: 8 1257 CPU variant : 0x0 1258 CPU part : 0xd03 1259 CPU revision : 4 1260 1261 processor : 2 1262 BogoMIPS : 48.00 1263 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1264 CPU implementer : 0x41 1265 CPU architecture: 8 1266 CPU variant : 0x0 1267 CPU part : 0xd03 1268 CPU revision : 4 1269 1270 processor : 3 1271 BogoMIPS : 48.00 1272 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1273 CPU implementer : 0x41 1274 CPU architecture: 8 1275 CPU variant : 0x0 1276 CPU part : 0xd03 1277 CPU revision : 4 1278 1279 1280 ### meminfo: 1281 1282 MemTotal: 1007892 kB 1283 MemFree: 871392 kB 1284 MemAvailable: 866872 kB 1285 Buffers: 10216 kB 1286 Cached: 43648 kB 1287 SwapCached: 0 kB 1288 Active: 26260 kB 1289 Inactive: 37236 kB 1290 Active(anon): 260 kB 1291 Inactive(anon): 12552 kB 1292 Active(file): 26000 kB 1293 Inactive(file): 24684 kB 1294 Unevictable: 2876 kB 1295 Mlocked: 0 kB 1296 SwapTotal: 503944 kB 1297 SwapFree: 503944 kB 1298 Zswap: 0 kB 1299 Zswapped: 0 kB 1300 Dirty: 1620 kB 1301 Writeback: 4 kB 1302 AnonPages: 12564 kB 1303 Mapped: 14340 kB 1304 Shmem: 404 kB 1305 KReclaimable: 7856 kB 1306 Slab: 26796 kB 1307 SReclaimable: 7856 kB 1308 SUnreclaim: 18940 kB 1309 KernelStack: 1960 kB 1310 PageTables: 1080 kB 1311 NFS_Unstable: 0 kB 1312 Bounce: 0 kB 1313 WritebackTmp: 0 kB 1314 CommitLimit: 1007888 kB 1315 Committed_AS: 38148 kB 1316 VmallocTotal: 133143592960 kB 1317 VmallocUsed: 19016 kB 1318 VmallocChunk: 0 kB 1319 Percpu: 1120 kB 1320 AnonHugePages: 0 kB 1321 ShmemHugePages: 0 kB 1322 ShmemPmdMapped: 0 kB 1323 FileHugePages: 0 kB 1324 FilePmdMapped: 0 kB 1325 CmaTotal: 131072 kB 1326 CmaFree: 130688 kB 1327 HugePages_Total: 0 1328 HugePages_Free: 0 1329 HugePages_Rsvd: 0 1330 HugePages_Surp: 0 1331 Hugepagesize: 2048 kB 1332 Hugetlb: 0 kB 1333 1334 ### virtual memory: 1335 1336 vm.admin_reserve_kbytes = 8192 1337 vm.compaction_proactiveness = 20 1338 vm.compact_unevictable_allowed = 1 1339 vm.dirty_background_bytes = 0 1340 vm.dirty_background_ratio = 10 1341 vm.dirty_bytes = 0 1342 vm.dirty_expire_centisecs = 3000 1343 vm.dirty_ratio = 20 1344 vm.dirtytime_expire_seconds = 43200 1345 vm.dirty_writeback_centisecs = 500 1346 vm.extfrag_threshold = 500 1347 vm.hugetlb_optimize_vmemmap = 0 1348 vm.hugetlb_shm_group = 0 1349 vm.laptop_mode = 0 1350 vm.legacy_va_layout = 0 1351 vm.lowmem_reserve_ratio = 256 256 32 0 1352 vm.max_map_count = 65530 1353 vm.min_free_kbytes = 22528 1354 vm.min_slab_ratio = 5 1355 vm.min_unmapped_ratio = 1 1356 vm.mmap_min_addr = 4096 1357 vm.mmap_rnd_bits = 18 1358 vm.mmap_rnd_compat_bits = 11 1359 vm.nr_hugepages = 0 1360 vm.nr_hugepages_mempolicy = 0 1361 vm.nr_overcommit_hugepages = 0 1362 vm.numa_stat = 1 1363 vm.numa_zonelist_order = Node 1364 vm.oom_dump_tasks = 1 1365 vm.oom_kill_allocating_task = 0 1366 vm.overcommit_kbytes = 0 1367 vm.overcommit_memory = 0 1368 vm.overcommit_ratio = 50 1369 vm.page-cluster = 0 1370 vm.page_lock_unfairness = 5 1371 vm.panic_on_oom = 0 1372 vm.percpu_pagelist_high_fraction = 0 1373 vm.stat_interval = 1 1374 vm.swappiness = 100 1375 vm.user_reserve_kbytes = 30913 1376 vm.vfs_cache_pressure = 100 1377 vm.watermark_boost_factor = 15000 1378 vm.watermark_scale_factor = 10 1379 vm.zone_reclaim_mode = 0 1380 1381 ### ip addr: 1382 1383 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 1384 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 1385 inet XXX.XXX.0.1/8 scope host lo 1386 valid_lft forever preferred_lft forever 1387 inet6 ::1/128 scope host 1388 valid_lft forever preferred_lft forever 1389 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 1390 link/ether 02:00:62:71:18:3b brd ff:ff:ff:ff:ff:ff 1391 1392 ### partitions: 1393 1394 major minor #blocks name 1395 1396 31 0 2048 mtdblock0 1397 179 0 30263296 mmcblk0 1398 179 1 29945856 mmcblk0p1 1399 252 0 503948 zram0 1400 252 1 51200 zram1 1401 1402 ### df: 1403 1404 udev 422M 0 422M 0% /dev 1405 tmpfs 99M 428K 99M 1% /run 1406 /dev/mmcblk0p1 29G 1.5G 27G 6% / 1407 tmpfs 493M 0 493M 0% /dev/shm 1408 tmpfs 5.0M 0 5.0M 0% /run/lock 1409 tmpfs 493M 0 493M 0% /tmp 1410 /dev/zram1 49M 1.4M 44M 3% /var/log 1411 1412 ### lsblk: 1413 1414 NAME FSTYPE SIZE MOUNTPOINT UUID 1415 mtdblock0 2M 1416 mmcblk0 28.9G 1417 └─mmcblk0p1 ext4 28.6G / 0ae80c94-60cd-4b15-b7f3-065f13ca80b6 1418 zram1 50M /var/log 1419 1420 ### zramctl: 1421 1422 NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT 1423 /dev/zram1 zstd 50M 1.3M 192.5K 532K 4 /var/log 1424 /dev/zram0 lzo-rle 492.1M 4K 73B 12K 4 [SWAP] 1425 1426 ### mtab: 1427 1428 /dev/mmcblk0p1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 1429 /dev/mmcblk0p1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 1430 /dev/zram1 /var/log ext4 rw,relatime,discard 0 0 1431 1432 ### mmc0:0001 info: 1433 1434 fwrev: 0x0 1435 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=SD32G MODALIAS=mmc:block 1436 cid: 27504853443332476000000596015bf1 1437 rca: 0x0001 1438 csd: 400e00325b590000e6e37f800a4000c9 1439 manfid: 0x000027 1440 ocr: 0x00200000 1441 preferred_erase_size: 4194304 1442 type: SD 1443 hwrev: 0x6 1444 date: 11/2021 1445 dsr: 0x404 1446 erase_size: 512 1447 oemid: 0x5048 1448 serial: 0x00000596 1449 ssr: 000000000500000004049000080a190a000800000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1450 scr: 0285808200000000 1451 name: SD32G 1452 1453 ### Boot system health: 1454 1455 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 1456 18:33:07: --- 1.34 50% 18% 13% 0% 18% 0% 40.8 °C 1457 18:33:07: --- 1.34 97% 37% 51% 0% 9% 0% 40.8 °C 1458 18:33:08: --- 1.34 96% 23% 51% 0% 20% 0% 41.6 °C 1459 18:33:08: --- 1.34 62% 8% 13% 0% 41% 0% 41.6 °C 1460 18:33:08: --- 1.34 76% 3% 2% 1% 68% 0% 41.6 °C 1461 1462 ### lsusb: 1463 1464 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 1465 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 1466 1467 /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M 1468 /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M 1469 1470 ### Userland: 1471 1472 PRETTY_NAME="Armbian 22.08.7 Bullseye" 1473 1474 ### Installed packages: 1475 1476 ii armbian-bsp-cli-orangepizero2 22.08.6 arm64 Armbian board support files for orangepizero2 1477 ii armbian-config 22.08.6 all Armbian configuration utility 1478 ii armbian-firmware 22.08.6 all Linux firmware 1479 ii armbian-zsh 22.08.6 all Armbian improved ZShell 1480 ii hostapd 3:2.10-6~armbian22.02.3+1 arm64 IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator 1481 ii htop 3.1.0-0~armbian20.08.2+1 arm64 interactive processes viewer 1482 ii linux-base 4.6 all Linux image base package 1483 hi linux-dtb-edge-sunxi64 22.08.6 arm64 Armbian Linux DTB, version 5.19.16-sunxi64 edge 1484 hi linux-image-edge-sunxi64 22.08.6 arm64 Linux kernel, armbian version 5.19.16-sunxi64 edge 1485 ii linux-libc-dev:arm64 22.11.0-trunk.0075 arm64 Armbian Linux support headers for userspace development 1486 hi linux-u-boot-orangepizero2-edge 22.08.6 arm64 Uboot loader 2022.07 1487 1488 ### Loaded modules: 1489 1490 Module Size Used by 1491 rfkill 32768 1 1492 lz4hc 16384 0 1493 lz4 16384 0 1494 zram 32768 3 1495 sunxi_cedrus 49152 0 1496 videobuf2_dma_contig 24576 1 sunxi_cedrus 1497 v4l2_mem2mem 36864 1 sunxi_cedrus 1498 videobuf2_memops 20480 1 videobuf2_dma_contig 1499 videobuf2_v4l2 24576 2 sunxi_cedrus,v4l2_mem2mem 1500 videobuf2_common 49152 5 sunxi_cedrus,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,videobuf2_memops 1501 videodev 204800 4 sunxi_cedrus,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem 1502 mc 49152 5 sunxi_cedrus,videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem 1503 fuse 126976 1 1504 sunrpc 278528 1 1505 realtek 32768 1 1506 panfrost 65536 0 1507 dwmac_sun8i 28672 0 1508 gpu_sched 32768 1 panfrost 1509 drm_shmem_helper 20480 1 panfrost 1510 mdio_mux 16384 1 dwmac_sun8i 1511 1512 ### Current system health: 1513 1514 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 1515 18:44:33: --- 0.32 17% 1% 13% 0% 1% 0% 43.6 °C 1516 18:44:33: --- 0.32 2% 2% 0% 0% 0% 0% 43.6 °C 1517 18:44:34: --- 0.32 2% 1% 0% 0% 0% 0% 44.1 °C 1518 18:44:34: --- 0.32 3% 2% 0% 0% 0% 0% 44.1 °C 1519 18:44:34: --- 0.32 2% 1% 0% 1% 0% 0% 43.8 °C 1520 18:44:38: --- 0.70 17% 1% 14% 0% 1% 0% 47.9 °C 1521 18:44:38: --- 0.70 46% 0% 45% 0% 0% 0% 47.9 °C 1522 18:44:38: --- 0.70 2% 2% 0% 0% 0% 0% 46.1 °C 1523 18:44:39: --- 0.70 2% 2% 0% 0% 0% 0% 46.1 °C 1524 18:44:39: --- 0.70 2% 2% 0% 0% 0% 0% 46.1 °C 1525 1526 ### resolv.conf 1527 1528 -rw-r--r-- 1 root root 92 Nov 11 18:33 /etc/resolv.conf 1529 # Generated by NetworkManager 1530 search home 1531 nameserver XXX.XXX.2.1 1532 nameserver XXX.XXX.234.129 1533 1534 ### Current sysinfo: 1535 1536 Linux 5.19.16-sunxi64 (orangepizero2) 2022-11-11 _aarch64_ (4 CPU) 1537 1538 avg-cpu: %user %nice %system %iowait %steal %idle 1539 14.30 0.02 1.83 1.49 0.00 82.36 1540 1541 Device tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd 1542 mtdblock0 0.07 0.28 0.00 0.00 112 0 0 1543 mmcblk0 14.26 856.07 333.11 0.00 342427 133245 0 1544 mmcblk0p1 14.01 850.81 333.11 0.00 340323 133245 0 1545 zram0 1.50 5.98 0.01 0.00 2392 4 0 1546 zram1 0.68 1.19 4.60 0.00 476 1840 0 1547 zram2 0.00 0.00 0.00 0.00 0 0 0 1548 1549 --procs-- -----------------------memory---------------------- ---swap-- -----io---- -system-- --------cpu-------- 1550 r b swpd free buff cache si so bi bo in cs us sy id wa st 1551 0 0 0 451224 12980 402824 0 0 215 85 308 485 14 2 82 1 0 1552 1553 total used free shared buff/cache available 1554 Mem: 984Mi 137Mi 440Mi 1.0Mi 406Mi 776Mi 1555 Swap: 492Mi 0B 492Mi 1556 1557 NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT 1558 /dev/zram1 zstd 50M 1.4M 242.1K 592K 4 /var/log 1559 /dev/zram0 lzo-rle 492.1M 4K 73B 12K 4 [SWAP] 1560 1561 18:44:39 up 6 min, 3 users, load average: 0.70, 0.60, 0.30 1562 1563 [ 1.329086] 8021q: 802.1Q VLAN Support v1.8 1564 [ 1.329243] 9pnet: Installing 9P2000 support 1565 [ 1.329329] Key type dns_resolver registered 1566 [ 1.329889] registered taskstats version 1 1567 [ 1.329912] Loading compiled-in X.509 certificates 1568 [ 1.333699] Loaded X.509 cert 'Build time autogenerated kernel key: 05920f111eead6a51cb60d55d842ed91645758e7' 1569 [ 1.336164] zswap: loaded using pool zstd/z3fold 1570 [ 1.336754] Key type ._fscrypt registered 1571 [ 1.336765] Key type .fscrypt registered 1572 [ 1.336769] Key type fscrypt-provisioning registered 1573 [ 1.337921] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 1574 [ 1.338336] Key type encrypted registered 1575 [ 1.338357] AppArmor: AppArmor sha1 policy hashing enabled 1576 [ 1.338395] ima: No TPM chip found, activating TPM-bypass! 1577 [ 1.338421] ima: Allocated hash algorithm: sha1 1578 [ 1.338466] ima: No architecture policies found 1579 [ 1.338513] evm: Initialising EVM extended attributes: 1580 [ 1.338516] evm: security.selinux 1581 [ 1.338520] evm: security.SMACK64 1582 [ 1.338523] evm: security.SMACK64EXEC 1583 [ 1.338526] evm: security.SMACK64TRANSMUTE 1584 [ 1.338530] evm: security.SMACK64MMAP 1585 [ 1.338533] evm: security.apparmor 1586 [ 1.338536] evm: security.ima 1587 [ 1.338539] evm: security.capability 1588 [ 1.338542] evm: HMAC attrs: 0x1 1589 [ 1.360713] sun50i-h616-pinctrl 300b000.pinctrl: initialized sunXi PIO driver 1590 [ 1.362320] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator 1591 [ 1.362984] printk: console [ttyS0] disabled 1592 [ 1.363069] 5000000.serial: ttyS0 at MMIO 0x5000000 (irq = 283, base_baud = 1500000) is a 16550A 1593 [ 1.363265] printk: console [ttyS0] enabled 1594 [ 1.364125] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, using dummy regulator 1595 [ 1.364461] sun6i-spi 5010000.spi: Failed to request TX DMA channel 1596 [ 1.364472] sun6i-spi 5010000.spi: Failed to request RX DMA channel 1597 [ 1.365096] spi-nor spi0.0: supply vdd not found, using dummy regulator 1598 [ 1.381032] spi-nor spi0.0: mx25l1606e (2048 Kbytes) 1599 [ 1.397028] sun50i-h616-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver 1600 [ 1.398320] ehci-platform 5200000.usb: EHCI Host Controller 1601 [ 1.398345] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator 1602 [ 1.398360] ehci-platform 5200000.usb: new USB bus registered, assigned bus number 1 1603 [ 1.398475] usb_phy_generic usb_phy_generic.1.auto: dummy supplies not allowed for exclusive requests 1604 [ 1.398483] ehci-platform 5200000.usb: irq 286, io mem 0x05200000 1605 [ 1.400439] sun50i-h616-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator 1606 [ 1.400869] ohci-platform 5200400.usb: Generic Platform OHCI controller 1607 [ 1.400910] ohci-platform 5200400.usb: new USB bus registered, assigned bus number 2 1608 [ 1.400979] sunxi-rsb 7083000.rsb: RSB running at 3000000 Hz 1609 [ 1.401024] ohci-platform 5200400.usb: irq 288, io mem 0x05200400 1610 [ 1.401305] axp20x-rsb sunxi-rsb-745: AXP20x variant AXP806 found 1611 [ 1.405182] axp20x-rsb sunxi-rsb-745: AXP20X driver loaded 1612 [ 1.406465] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator 1613 [ 1.406504] ALSA device list: 1614 [ 1.406512] No soundcards found. 1615 [ 1.407495] sunxi-mmc 4020000.mmc: Got CD GPIO 1616 [ 1.412821] ehci-platform 5200000.usb: USB 2.0 started, EHCI 1.00 1617 [ 1.413117] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19 1618 [ 1.413133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1619 [ 1.413142] usb usb1: Product: EHCI Host Controller 1620 [ 1.413149] usb usb1: Manufacturer: Linux 5.19.16-sunxi64 ehci_hcd 1621 [ 1.413157] usb usb1: SerialNumber: 5200000.usb 1622 [ 1.413737] hub 1-0:1.0: USB hub found 1623 [ 1.413791] hub 1-0:1.0: 1 port detected 1624 [ 1.433106] sunxi-mmc 4020000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 1625 [ 1.465043] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.19 1626 [ 1.465069] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1627 [ 1.465079] usb usb2: Product: Generic Platform OHCI controller 1628 [ 1.465087] usb usb2: Manufacturer: Linux 5.19.16-sunxi64 ohci_hcd 1629 [ 1.465094] usb usb2: SerialNumber: 5200400.usb 1630 [ 1.465672] hub 2-0:1.0: USB hub found 1631 [ 1.465721] hub 2-0:1.0: 1 port detected 1632 [ 1.467038] Freeing unused kernel memory: 2496K 1633 [ 1.467836] mmc0: host does not support reading read-only switch, assuming write-enable 1634 [ 1.469607] mmc0: Problem switching card into high-speed mode! 1635 [ 1.469722] mmc0: new SDHC card at address 0001 1636 [ 1.470630] mmcblk0: mmc0:0001 SD32G 28.9 GiB 1637 [ 1.472694] mmcblk0: p1 1638 [ 1.480880] Run /init as init process 1639 [ 1.480900] with arguments: 1640 [ 1.480907] /init 1641 [ 1.480912] with environment: 1642 [ 1.480917] HOME=/ 1643 [ 1.480922] TERM=linux 1644 [ 1.480927] splash=verbose 1645 [ 1.480932] ubootpart=da74ae41-01 1646 [ 1.480937] cgroup_enable=memory 1647 [ 1.840883] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pi not found, using dummy regulator 1648 [ 1.841316] dwmac-sun8i 5020000.ethernet: IRQ eth_wake_irq not found 1649 [ 1.841340] dwmac-sun8i 5020000.ethernet: IRQ eth_lpi not found 1650 [ 1.841692] dwmac-sun8i 5020000.ethernet: supply phy-io not found, using dummy regulator 1651 [ 1.842000] dwmac-sun8i 5020000.ethernet: PTP uses main clock 1652 [ 1.842063] dwmac-sun8i 5020000.ethernet: Current syscon value is not the default 51fe6 (expect 50000) 1653 [ 1.846392] panfrost 1800000.gpu: clock rate = 432000000 1654 [ 1.846436] panfrost 1800000.gpu: bus_clock rate = 200000000 1655 [ 1.846926] dwmac-sun8i 5020000.ethernet: No HW DMA feature register supported 1656 [ 1.846951] dwmac-sun8i 5020000.ethernet: RX Checksum Offload Engine supported 1657 [ 1.846959] dwmac-sun8i 5020000.ethernet: COE Type 2 1658 [ 1.846968] dwmac-sun8i 5020000.ethernet: TX Checksum insertion supported 1659 [ 1.846976] dwmac-sun8i 5020000.ethernet: Normal descriptors 1660 [ 1.846982] dwmac-sun8i 5020000.ethernet: Chain mode enabled 1661 [ 1.850548] panfrost 1800000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0 1662 [ 1.850592] panfrost 1800000.gpu: features: 00000000,000017f7, issues: 00000000,00000400 1663 [ 1.850603] panfrost 1800000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7 1664 [ 1.850615] panfrost 1800000.gpu: shader_present=0x1 l2_present=0x1 1665 [ 1.857125] [drm] Initialized panfrost 1.2.0 20180908 for 1800000.gpu on minor 0 1666 [ 2.698073] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Quota mode: none. 1667 [ 4.091151] systemd[1]: System time before build time, advancing clock. 1668 [ 4.140950] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) 1669 [ 4.141618] systemd[1]: Detected architecture arm64. 1670 [ 4.157085] systemd[1]: Set hostname to <orangepizero2>. 1671 [ 4.938803] systemd[255]: /usr/lib/systemd/system-generators/netplan failed with exit status 1. 1672 [ 5.240894] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 1673 [ 5.456090] systemd[1]: Queued start job for default target Graphical Interface. 1674 [ 6.800801] random: crng init done 1675 [ 6.804255] systemd[1]: Created slice system-getty.slice. 1676 [ 6.806559] systemd[1]: Created slice system-modprobe.slice. 1677 [ 6.808408] systemd[1]: Created slice system-serial-getty.slice. 1678 [ 6.809997] systemd[1]: Created slice User and Session Slice. 1679 [ 6.810656] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 1680 [ 6.811902] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 1681 [ 6.812642] systemd[1]: Reached target Slices. 1682 [ 6.813004] systemd[1]: Reached target Swap. 1683 [ 6.813277] systemd[1]: Reached target System Time Set. 1684 [ 6.831442] systemd[1]: Listening on RPCbind Server Activation Socket. 1685 [ 6.832531] systemd[1]: Listening on Syslog Socket. 1686 [ 6.833598] systemd[1]: Listening on fsck to fsckd communication Socket. 1687 [ 6.834270] systemd[1]: Listening on initctl Compatibility Named Pipe. 1688 [ 6.835523] systemd[1]: Listening on Journal Audit Socket. 1689 [ 6.836480] systemd[1]: Listening on Journal Socket (/dev/log). 1690 [ 6.837681] systemd[1]: Listening on Journal Socket. 1691 [ 6.840507] systemd[1]: Listening on udev Control Socket. 1692 [ 6.841487] systemd[1]: Listening on udev Kernel Socket. 1693 [ 6.846376] systemd[1]: Mounting Huge Pages File System... 1694 [ 6.851622] systemd[1]: Mounting POSIX Message Queue File System... 1695 [ 6.857000] systemd[1]: Mounting RPC Pipe File System... 1696 [ 6.863557] systemd[1]: Mounting Kernel Debug File System... 1697 [ 6.864750] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 1698 [ 6.865743] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 1699 [ 6.874264] systemd[1]: Starting Restore / save the current clock... 1700 [ 6.880499] systemd[1]: Starting Set the console keyboard layout... 1701 [ 6.886191] systemd[1]: Starting Create list of static device nodes for the current kernel... 1702 [ 6.892105] systemd[1]: Starting Load Kernel Module configfs... 1703 [ 6.899060] systemd[1]: Starting Load Kernel Module drm... 1704 [ 6.906236] systemd[1]: Starting Load Kernel Module fuse... 1705 [ 6.912337] systemd[1]: Started Nameserver information manager. 1706 [ 6.914121] systemd[1]: Reached target Network (Pre). 1707 [ 6.953370] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 1708 [ 6.953629] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 1709 [ 6.962301] RPC: Registered named UNIX socket transport module. 1710 [ 6.962325] RPC: Registered udp transport module. 1711 [ 6.962330] RPC: Registered tcp transport module. 1712 [ 6.962334] RPC: Registered tcp NFSv4.1 backchannel transport module. 1713 [ 6.985174] systemd[1]: Starting Load Kernel Modules... 1714 [ 6.990748] systemd[1]: Starting Remount Root and Kernel File Systems... 1715 [ 6.996198] systemd[1]: Starting Coldplug All udev Devices... 1716 [ 7.007572] fuse: init (API version 7.36) 1717 [ 7.010404] systemd[1]: Mounted Huge Pages File System. 1718 [ 7.012317] systemd[1]: Mounted POSIX Message Queue File System. 1719 [ 7.013956] systemd[1]: Mounted RPC Pipe File System. 1720 [ 7.015239] systemd[1]: Mounted Kernel Debug File System. 1721 [ 7.017889] systemd[1]: Finished Restore / save the current clock. 1722 [ 7.020875] systemd[1]: Finished Create list of static device nodes for the current kernel. 1723 [ 7.023030] systemd[1]: modprobe@configfs.service: Succeeded. 1724 [ 7.024406] systemd[1]: Finished Load Kernel Module configfs. 1725 [ 7.026682] systemd[1]: modprobe@drm.service: Succeeded. 1726 [ 7.028198] systemd[1]: Finished Load Kernel Module drm. 1727 [ 7.031261] systemd[1]: modprobe@fuse.service: Succeeded. 1728 [ 7.033449] systemd[1]: Finished Load Kernel Module fuse. 1729 [ 7.043000] systemd[1]: Mounting FUSE Control File System... 1730 [ 7.048534] systemd[1]: Mounting Kernel Configuration File System... 1731 [ 7.054017] systemd[1]: Finished Load Kernel Modules. 1732 [ 7.064287] systemd[1]: Mounted FUSE Control File System. 1733 [ 7.065935] systemd[1]: Mounted Kernel Configuration File System. 1734 [ 7.072476] systemd[1]: Starting Apply Kernel Variables... 1735 [ 7.096997] EXT4-fs (mmcblk0p1): re-mounted. Quota mode: none. 1736 [ 7.104404] systemd[1]: Finished Remount Root and Kernel File Systems. 1737 [ 7.114106] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. 1738 [ 7.114483] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 1739 [ 7.119873] systemd[1]: Starting Load/Save Random Seed... 1740 [ 7.126176] systemd[1]: Starting Create System Users... 1741 [ 7.156972] systemd[1]: Finished Apply Kernel Variables. 1742 [ 7.192934] systemd[1]: Finished Load/Save Random Seed. 1743 [ 7.194158] systemd[1]: Condition check resulted in First Boot Complete being skipped. 1744 [ 7.218789] systemd[1]: Finished Create System Users. 1745 [ 7.225388] systemd[1]: Starting Create Static Device Nodes in /dev... 1746 [ 7.299084] systemd[1]: Finished Create Static Device Nodes in /dev. 1747 [ 7.308153] systemd[1]: Starting Rule-based Manager for Device Events and Files... 1748 [ 7.418174] systemd[1]: Finished Set the console keyboard layout. 1749 [ 7.419418] systemd[1]: Reached target Local File Systems (Pre). 1750 [ 7.425709] systemd[1]: Mounting /tmp... 1751 [ 7.429129] systemd[1]: Finished Coldplug All udev Devices. 1752 [ 7.437192] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 1753 [ 7.442963] systemd[1]: Mounted /tmp. 1754 [ 7.444107] systemd[1]: Reached target Local File Systems. 1755 [ 7.449648] systemd[1]: Starting Armbian leds state... 1756 [ 7.454895] systemd[1]: Starting Armbian ZRAM config... 1757 [ 7.461389] systemd[1]: Starting Set console font and keymap... 1758 [ 7.466960] systemd[1]: Starting Preprocess NFS configuration... 1759 [ 7.473497] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... 1760 [ 7.474034] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 1761 [ 7.474348] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 1762 [ 7.477359] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 1763 [ 7.483800] systemd[1]: Starting Raise network interfaces... 1764 [ 7.514473] systemd[1]: Finished Set console font and keymap. 1765 [ 7.516491] systemd[1]: nfs-config.service: Succeeded. 1766 [ 7.518580] systemd[1]: Finished Preprocess NFS configuration. 1767 [ 7.519575] systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped. 1768 [ 7.519669] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 1769 [ 7.519756] systemd[1]: Reached target NFS client services. 1770 [ 7.538000] systemd[1]: Received SIGRTMIN+20 from PID 214 (plymouthd). 1771 [ 7.548028] systemd[1]: Started Rule-based Manager for Device Events and Files. 1772 [ 7.552320] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data. 1773 [ 7.559561] systemd[1]: Starting Show Plymouth Boot Screen... 1774 [ 7.676959] systemd[1]: Started Show Plymouth Boot Screen. 1775 [ 7.685667] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 1776 [ 7.686706] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. 1777 [ 7.688656] systemd[1]: Reached target Local Encrypted Volumes. 1778 [ 7.690569] systemd[1]: Reached target Paths. 1779 [ 7.759697] systemd[1]: Finished Armbian leds state. 1780 [ 7.915450] systemd[1]: Found device /dev/ttyS0. 1781 [ 8.065058] systemd[1]: Reached target Hardware activated USB gadget. 1782 [ 8.117080] mc: Linux media interface: v0.10 1783 [ 8.190232] videodev: Linux video capture interface: v2.00 1784 [ 8.514625] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. 1785 [ 8.516822] cedrus 1c0e000.video-codec: Device registered as /dev/video0 1786 [ 8.545282] zram: Added device: zram0 1787 [ 8.546185] zram: Added device: zram1 1788 [ 8.547900] zram: Added device: zram2 1789 [ 8.624553] systemd[1]: Finished Raise network interfaces. 1790 [ 8.682138] zram0: detected capacity change from 0 to 1007896 1791 [ 8.720060] Adding 503944k swap on /dev/zram0. Priority:5 extents:1 across:503944k SSFS 1792 [ 8.945381] zram1: detected capacity change from 0 to 102400 1793 [ 9.037309] systemd[1]: Finished Armbian ZRAM config. 1794 [ 9.042681] systemd[1]: Starting Armbian memory supported logging... 1795 [ 9.126907] EXT4-fs (zram1): mounted filesystem without journal. Quota mode: none. 1796 [ 9.126956] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff) 1797 [ 11.975541] systemd[1]: Finished Armbian memory supported logging. 1798 [ 11.984136] systemd[1]: Starting Journal Service... 1799 [ 12.185043] systemd[1]: Started Journal Service. 1800 [ 12.230126] systemd-journald[528]: Received client request to flush runtime journal. 1801 [ 12.256905] systemd-journald[528]: File /var/log/journal/0591d2673a8840eb8c934f5eaf48cb73/system.journal corrupted or uncleanly shut down, renaming and replacing. 1802 [ 15.081417] systemd-journald[528]: Received client request to relinquish /var/log/journal/0591d2673a8840eb8c934f5eaf48cb73 access. 1803 [ 19.029930] phy_rtl8211f_led_fixup in 1804 [ 19.120890] dwmac-sun8i 5020000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL) 1805 [ 19.122058] dwmac-sun8i 5020000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 1806 [ 19.122826] dwmac-sun8i 5020000.ethernet eth0: No Safety Features support found 1807 [ 19.122844] dwmac-sun8i 5020000.ethernet eth0: No MAC Management Counters available 1808 [ 19.122853] dwmac-sun8i 5020000.ethernet eth0: PTP not supported by HW 1809 [ 19.123436] dwmac-sun8i 5020000.ethernet eth0: configuring for phy/rgmii link mode 1810 [ 23.238199] dwmac-sun8i 5020000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx 1811 [ 23.238266] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 1812 [ 31.717022] cldo1: disabling 1813 1814 1815 1816 ### interrupts: 1817 CPU0 CPU1 CPU2 CPU3 1818 11: 26070 31515 19988 15365 GICv2 30 Level arch_timer 1819 14: 0 0 0 0 GICv2 172 Level arm-pmu 1820 15: 0 0 0 0 GICv2 173 Level arm-pmu 1821 16: 0 0 0 0 GICv2 174 Level arm-pmu 1822 17: 0 0 0 0 GICv2 175 Level arm-pmu 1823 18: 0 0 0 0 GICv2 133 Level 7000000.rtc 1824 161: 0 0 0 0 sunxi_pio_edge 134 Edge 4020000.mmc cd 1825 283: 831 0 0 0 GICv2 32 Level ttyS0 1826 284: 9690 0 0 0 GICv2 44 Level sun6i-spi 1827 285: 1594 0 0 0 GICv2 51 Level ths 1828 286: 0 0 0 0 GICv2 60 Level ehci_hcd:usb1 1829 287: 0 0 0 0 GICv2 57 Level musb-hdrc.2.auto 1830 288: 0 0 0 0 GICv2 61 Level ohci_hcd:usb2 1831 289: 23 0 0 0 GICv2 141 Level sunxi-rsb 1832 290: 3183 0 0 7453 GICv2 67 Level sunxi-mmc 1833 291: 2964 0 0 0 GICv2 46 Level eth0 1834 292: 2 0 0 0 GICv2 129 Level panfrost-gpu 1835 293: 0 0 0 0 GICv2 128 Level panfrost-mmu 1836 294: 0 0 0 0 GICv2 127 Level panfrost-job 1837 295: 0 0 0 0 GICv2 125 Level 1c0e000.video-codec 1838 IPI0: 1307 1862 1173 1202 Rescheduling interrupts 1839 IPI1: 31059 125571 124519 86335 Function call interrupts 1840 IPI2: 0 0 0 0 CPU stop interrupts 1841 IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts 1842 IPI4: 0 0 0 0 Timer broadcast interrupts 1843 IPI5: 0 0 0 0 IRQ work interrupts 1844 IPI6: 0 0 0 0 CPU wake-up interrupts 1845 Err: 0 Please upload the whole output above to an online pasteboard service and provide the URL in the forum where you have been asked for this.
  15. @jock just restarted after manually updating and upgrading, typed in sudo dmesg, and I got : [sudo] password for fred: [ 0.000000] Booting Linux on physical CPU 0x500 [ 0.000000] Linux version 5.15.74-rockchip (root@b0213a356260) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #22.08.6 SMP PREEMPT Tue Oct 18 06:40:37 UTC 2022 [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Rockchip RK3288 Asus Tinker Board S [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 16 MiB at 0x7f000000 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] percpu: Embedded 16 pages/cpu s35864 r8192 d21480 u65536 [ 0.000000] pcpu-alloc: s35864 r8192 d21480 u65536 alloc=16*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000] Kernel command line: earlyprintk root=UUID=f9fb36c8-4f0d-4244-ac3a-88a7f7768e83 rootwait rootfstype=ext4 splash=verbose console=ttyS2,115200n8 console=tty1 consoleblank=0 loglevel=1 ubootpart=bbb7cd32-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 [ 0.000000] Unknown kernel command line parameters "earlyprintk splash=verbose ubootpart=bbb7cd32-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] allocated 2097152 bytes of page_ext [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 2015788K/2097152K available (15360K kernel code, 1956K rwdata, 3128K rodata, 1024K init, 557K bss, 64980K reserved, 16384K cma-reserved, 1294336K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 46824 entries in 138 pages [ 0.000000] ftrace: allocated 138 pages with 3 groups [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 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.000024] Switching to timer-based delay loop, resolution 41ns [ 0.002010] Console: colour dummy device 80x30 [ 0.002078] printk: console [tty1] enabled [ 0.002137] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.002160] pid_max: default: 32768 minimum: 301 [ 0.002316] LSM: Security Framework initializing [ 0.002340] Yama: becoming mindful. [ 0.002490] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.002516] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.003810] CPU: Testing write buffer coherency: ok [ 0.003876] CPU0: Spectre v2: using BPIALL workaround [ 0.004239] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500 [ 0.006503] Setting up static identity map for 0x100000 - 0x100060 [ 0.006730] rcu: Hierarchical SRCU implementation. [ 0.007909] smp: Bringing up secondary CPUs ... [ 0.010155] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501 [ 0.010177] CPU1: Spectre v2: using BPIALL workaround [ 0.012576] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502 [ 0.012598] CPU2: Spectre v2: using BPIALL workaround [ 0.014975] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503 [ 0.014997] CPU3: Spectre v2: using BPIALL workaround [ 0.015227] smp: Brought up 1 node, 4 CPUs [ 0.015248] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.015264] CPU: All CPU(s) started in SVC mode. [ 0.016288] devtmpfs: initialized [ 0.032824] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0 [ 0.033151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.033183] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.034144] pinctrl core: initialized pinctrl subsystem [ 0.036110] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.039585] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.040518] audit: initializing netlink subsys (disabled) [ 0.040788] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.042215] thermal_sys: Registered thermal governor 'step_wise' [ 0.043072] cpuidle: using governor ladder [ 0.043133] cpuidle: using governor menu [ 0.044430] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.044450] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.078847] platform ff980000.hdmi: Fixing up cyclic dependency with ff930000.vop [ 0.126130] Kprobes globally optimized [ 0.209053] raid6: neonx8 gen() 975 MB/s [ 0.277274] raid6: neonx8 xor() 615 MB/s [ 0.345503] raid6: neonx4 gen() 1100 MB/s [ 0.413723] raid6: neonx4 xor() 721 MB/s [ 0.482001] raid6: neonx2 gen() 1077 MB/s [ 0.550218] raid6: neonx2 xor() 839 MB/s [ 0.618481] raid6: neonx1 gen() 769 MB/s [ 0.686715] raid6: neonx1 xor() 710 MB/s [ 0.755021] raid6: int32x8 gen() 236 MB/s [ 0.823202] raid6: int32x8 xor() 135 MB/s [ 0.891600] raid6: int32x4 gen() 248 MB/s [ 0.959760] raid6: int32x4 xor() 150 MB/s [ 1.028028] raid6: int32x2 gen() 250 MB/s [ 1.096230] raid6: int32x2 xor() 119 MB/s [ 1.164541] raid6: int32x1 gen() 240 MB/s [ 1.232763] raid6: int32x1 xor() 94 MB/s [ 1.232777] raid6: using algorithm neonx4 gen() 1100 MB/s [ 1.232788] raid6: .... xor() 721 MB/s, rmw enabled [ 1.232797] raid6: using neon recovery algorithm [ 1.234485] iommu: Default domain type: Translated [ 1.234503] iommu: DMA domain TLB invalidation policy: strict mode [ 1.240068] SCSI subsystem initialized [ 1.240389] usbcore: registered new interface driver usbfs [ 1.240475] usbcore: registered new interface driver hub [ 1.240545] usbcore: registered new device driver usb [ 1.240729] mc: Linux media interface: v0.10 [ 1.240784] videodev: Linux video capture interface: v2.00 [ 1.240945] pps_core: LinuxPPS API ver. 1 registered [ 1.240957] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.240986] PTP clock support registered [ 1.242514] Bluetooth: Core ver 2.22 [ 1.242584] NET: Registered PF_BLUETOOTH protocol family [ 1.242596] Bluetooth: HCI device and connection manager initialized [ 1.242617] Bluetooth: HCI socket layer initialized [ 1.242635] Bluetooth: L2CAP socket layer initialized [ 1.242671] Bluetooth: SCO socket layer initialized [ 1.242723] NetLabel: Initializing [ 1.242732] NetLabel: domain hash size = 128 [ 1.242742] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.242852] NetLabel: unlabeled traffic allowed by default [ 1.244094] clocksource: Switched to clocksource arch_sys_counter [ 1.392670] VFS: Disk quotas dquot_6.6.0 [ 1.392778] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.393011] FS-Cache: Loaded [ 1.393303] CacheFiles: Loaded [ 1.409892] NET: Registered PF_INET protocol family [ 1.410185] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.412127] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 12288 bytes, linear) [ 1.412188] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.412216] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.412346] TCP bind hash table entries: 8192 (order: 5, 163840 bytes, linear) [ 1.412641] TCP: Hash tables configured (established 8192 bind 8192) [ 1.412796] UDP hash table entries: 512 (order: 2, 24576 bytes, linear) [ 1.412867] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear) [ 1.413252] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.415231] Trying to unpack rootfs image as initramfs... [ 1.420364] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available [ 1.672494] Initialise system trusted keyrings [ 1.672920] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.681994] zbud: loaded [ 1.684188] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 1.846493] xor: measuring software checksum speed [ 1.855632] arm4regs : 1086 MB/sec [ 1.867742] 8regs : 813 MB/sec [ 1.879895] 32regs : 811 MB/sec [ 1.886740] neon : 1447 MB/sec [ 1.886754] xor: using function: neon (1447 MB/sec) [ 1.886773] Key type asymmetric registered [ 1.886784] Asymmetric key parser 'x509' registered [ 1.886962] bounce: pool size: 64 pages [ 1.887054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 1.887362] io scheduler mq-deadline registered [ 1.887378] io scheduler kyber registered [ 1.898584] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.898612] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 1.899979] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.900002] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10 [ 1.902075] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 1.905970] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 42, base_baud = 1500000) is a 16550A [ 1.906293] serial serial0: tty port ttyS0 registered [ 1.907711] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 43, base_baud = 1500000) is a 16550A [ 1.909382] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 44, base_baud = 1500000) is a 16550A [ 1.909753] printk: console [ttyS2] enabled [ 1.911323] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 45, base_baud = 1500000) is a 16550A [ 1.912928] ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 46, base_baud = 1500000) is a 16550A [ 1.916312] rockchip-vop ff930000.vop: Adding to iommu group 1 [ 1.917498] rockchip-vop ff940000.vop: Adding to iommu group 2 [ 1.923468] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc106e0b8) [ 1.924209] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc106e0b8) [ 1.925116] usbcore: registered new interface driver udl [ 1.934015] brd: module loaded [ 1.947513] loop: module loaded [ 1.950092] rockchip-spi ff130000.spi: cs1 >= max 1 [ 1.950115] spi_master spi2: spi_device register error /spi@ff130000/spidev@1 [ 1.950158] spi_master spi2: Failed to create SPI device for /spi@ff130000/spidev@1 [ 1.953472] tun: Universal TUN/TAP device driver, 1.6 [ 1.953751] CAN device driver interface [ 1.956477] usbcore: registered new interface driver rt2500usb [ 1.956553] usbcore: registered new interface driver rt73usb [ 1.956650] usbcore: registered new interface driver rt2800usb [ 1.956744] usbcore: registered new interface driver rtl8xxxu [ 1.956824] usbcore: registered new interface driver rndis_wlan [ 1.956888] usbcore: registered new interface driver cdc_ether [ 1.956948] usbcore: registered new interface driver rndis_host [ 1.957585] dwc2 ff540000.usb: supply vusb_d not found, using dummy regulator [ 1.957820] dwc2 ff540000.usb: supply vusb_a not found, using dummy regulator [ 2.016744] dwc2 ff540000.usb: DWC OTG Controller [ 2.016793] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1 [ 2.016856] dwc2 ff540000.usb: irq 53, io mem 0xff540000 [ 2.017222] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.017247] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.017263] usb usb1: Product: DWC OTG Controller [ 2.017276] usb usb1: Manufacturer: Linux 5.15.74-rockchip dwc2_hsotg [ 2.017289] usb usb1: SerialNumber: ff540000.usb [ 2.018184] hub 1-0:1.0: USB hub found [ 2.018264] hub 1-0:1.0: 1 port detected [ 2.019415] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator [ 2.019657] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator [ 2.148204] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM [ 2.149135] dwc2 ff580000.usb: DWC OTG Controller [ 2.149179] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2 [ 2.149235] dwc2 ff580000.usb: irq 54, io mem 0xff580000 [ 2.149587] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.149610] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.149627] usb usb2: Product: DWC OTG Controller [ 2.149640] usb usb2: Manufacturer: Linux 5.15.74-rockchip dwc2_hsotg [ 2.149653] usb usb2: SerialNumber: ff580000.usb [ 2.150509] hub 2-0:1.0: USB hub found [ 2.150588] hub 2-0:1.0: 1 port detected [ 2.153547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.153566] ehci-platform: EHCI generic platform driver [ 2.154068] ehci-platform ff500000.usb: EHCI Host Controller [ 2.154390] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3 [ 2.155027] ehci-platform ff500000.usb: irq 52, io mem 0xff500000 [ 2.320165] usb 1-1: new high-speed USB device number 2 using dwc2 [ 2.336192] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00 [ 2.336542] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.336567] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.336584] usb usb3: Product: EHCI Host Controller [ 2.336598] usb usb3: Manufacturer: Linux 5.15.74-rockchip ehci_hcd [ 2.336611] usb usb3: SerialNumber: ff500000.usb [ 2.337476] hub 3-0:1.0: USB hub found [ 2.337551] hub 3-0:1.0: 1 port detected [ 2.338804] usbcore: registered new interface driver usb-storage [ 2.339679] usbcore: registered new interface driver iforce [ 2.339804] usbcore: registered new interface driver xpad [ 2.339966] usbcore: registered new interface driver usbtouchscreen [ 2.340726] i2c_dev: i2c /dev entries driver [ 2.351041] usbcore: registered new interface driver bfusb [ 2.351141] usbcore: registered new interface driver btusb [ 2.351948] sdhci: Secure Digital Host Controller Interface driver [ 2.351960] sdhci: Copyright(c) Pierre Ossman [ 2.351967] Synopsys Designware Multimedia Card Interface Driver [ 2.353332] dwmmc_rockchip ff0f0000.mmc: IDMAC supports 32-bit address mode. [ 2.353623] dwmmc_rockchip ff0f0000.mmc: Using internal DMA controller. [ 2.353647] dwmmc_rockchip ff0f0000.mmc: Version ID is 270a [ 2.353740] dwmmc_rockchip ff0f0000.mmc: DW MMC controller at irq 36,32 bit host data width,256 deep fifo [ 2.354026] mmc_host mmc0: card is non-removable. [ 2.354581] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.355285] ledtrig-cpu: registered to indicate activity on CPUs [ 2.355396] hid: raw HID events driver (C) Jiri Kosina [ 2.355803] usbcore: registered new interface driver usbhid [ 2.355819] usbhid: USB HID core driver [ 2.356256] ashmem: initialized [ 2.359656] NET: Registered PF_INET6 protocol family [ 2.362122] Segment Routing with IPv6 [ 2.362203] In-situ OAM (IOAM) with IPv6 [ 2.362334] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.364192] NET: Registered PF_PACKET protocol family [ 2.364281] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.364295] can: controller area network core [ 2.364391] NET: Registered PF_CAN protocol family [ 2.364632] Bluetooth: RFCOMM TTY layer initialized [ 2.364659] Bluetooth: RFCOMM socket layer initialized [ 2.364697] Bluetooth: RFCOMM ver 1.11 [ 2.364726] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.364749] Bluetooth: HIDP socket layer initialized [ 2.364982] 8021q: 802.1Q VLAN Support v1.8 [ 2.365038] lib80211: common routines for IEEE802.11 drivers [ 2.365051] lib80211_crypt: registered algorithm 'NULL' [ 2.365062] lib80211_crypt: registered algorithm 'WEP' [ 2.365072] lib80211_crypt: registered algorithm 'CCMP' [ 2.365082] lib80211_crypt: registered algorithm 'TKIP' [ 2.365132] Key type dns_resolver registered [ 2.365636] ThumbEE CPU extension supported. [ 2.365659] Registering SWP/SWPB emulation handler [ 2.366886] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 2.367054] Loading compiled-in X.509 certificates [ 2.375806] zswap: loaded using pool zstd/z3fold [ 2.377135] Key type ._fscrypt registered [ 2.377154] Key type .fscrypt registered [ 2.377163] Key type fscrypt-provisioning registered [ 2.378980] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no [ 2.435365] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc106e0b8) [ 2.435972] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc106e0b8) [ 2.436349] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY) [ 2.437445] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc10717e4) [ 2.437972] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 2.438908] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0 [ 2.455758] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.557687] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98 [ 2.557721] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.557737] usb 1-1: Product: USB2.0 Hub [ 2.558778] hub 1-1:1.0: USB hub found [ 2.559145] hub 1-1:1.0: 4 ports detected [ 2.912142] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 3.154054] Freeing initrd memory: 20216K [ 3.185382] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.203043] Freeing unused kernel image (initmem) memory: 1024K [ 3.220586] Run /init as init process [ 3.220601] with arguments: [ 3.220608] /init [ 3.220616] earlyprintk [ 3.220624] with environment: [ 3.220631] HOME=/ [ 3.220638] TERM=linux [ 3.220646] splash=verbose [ 3.220653] ubootpart=bbb7cd32-01 [ 3.220660] cgroup_enable=memory [ 3.220667] cgroup_memory=1 [ 3.412172] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 3.426087] mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0) [ 3.460290] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 3.544157] usb 3-1: new high-speed USB device number 2 using ehci-platform [ 3.918006] usb 3-1: config 1 has an invalid interface number: 255 but max is 6 [ 3.918039] usb 3-1: config 1 has no interface number 6 [ 3.919472] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a, bcdDevice= 0.00 [ 3.919498] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 3.919515] usb 3-1: Product: USB Audio [ 3.919529] usb 3-1: Manufacturer: Generic [ 3.919541] usb 3-1: SerialNumber: 201405280001 [ 3.972905] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 4.297113] rockchip-gpio ff750000.gpio0: probed /pinctrl/gpio0@ff750000 [ 4.298183] rockchip-gpio ff780000.gpio1: probed /pinctrl/gpio1@ff780000 [ 4.306698] rk808 0-001b: chip id: 0x0 [ 4.323622] rockchip-gpio ff790000.gpio2: probed /pinctrl/gpio2@ff790000 [ 4.324745] rockchip-gpio ff7a0000.gpio3: probed /pinctrl/gpio3@ff7a0000 [ 4.325581] rockchip-gpio ff7b0000.gpio4: probed /pinctrl/gpio4@ff7b0000 [ 4.328021] rockchip-gpio ff7c0000.gpio5: probed /pinctrl/gpio5@ff7c0000 [ 4.328566] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.333046] rockchip-gpio ff7d0000.gpio6: probed /pinctrl/gpio6@ff7d0000 [ 4.333524] vdd_arm: supplied by vcc_sys [ 4.334882] rockchip-gpio ff7e0000.gpio7: probed /pinctrl/gpio7@ff7e0000 [ 4.335459] vdd_gpu: supplied by vcc_sys [ 4.336058] vcc_ddr: supplied by vcc_sys [ 4.339092] vcc_io: supplied by vcc_sys [ 4.340299] vcc18_ldo1: supplied by vcc_sys [ 4.340788] rockchip-gpio ff7f0000.gpio8: probed /pinctrl/gpio8@ff7f0000 [ 4.342520] vcc33_mipi: supplied by vcc_sys [ 4.344115] vdd_10: supplied by vcc_sys [ 4.348447] vcc18_codec: supplied by vcc_io [ 4.349957] vccio_sd: supplied by vcc_io [ 4.351531] vdd10_lcd: supplied by vcc_io [ 4.352984] vcc_18: supplied by vcc_sys [ 4.354661] vcc18_lcd: supplied by vcc_sys [ 4.355931] vcc33_sd: supplied by vcc_io [ 4.356809] vcc33_lan: supplied by vcc_io [ 4.361860] rk808-rtc rk808-rtc: registered as rtc0 [ 4.362531] rk808-rtc rk808-rtc: setting system clock to 2022-12-31T12:08:53 UTC (1672488533) [ 4.365427] dwmmc_rockchip ff0c0000.mmc: IDMAC supports 32-bit address mode. [ 4.367236] dwmmc_rockchip ff0d0000.mmc: IDMAC supports 32-bit address mode. [ 4.371289] vcc_sd: supplied by vcc_io [ 4.377722] panfrost ffa30000.gpu: clock rate = 400000000 [ 4.382191] panfrost ffa30000.gpu: [drm:panfrost_devfreq_init [panfrost]] Failed to register cooling device [ 4.382308] panfrost ffa30000.gpu: mali-t760 id 0x750 major 0x0 minor 0x0 status 0x1 [ 4.382332] panfrost ffa30000.gpu: features: 00000000,100277bf, issues: 00000000,24040400 [ 4.382350] panfrost ffa30000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7 [ 4.382373] panfrost ffa30000.gpu: shader_present=0xf l2_present=0x1 [ 4.384934] [drm] Initialized panfrost 1.2.0 20180908 for ffa30000.gpu on minor 1 [ 4.386233] rk_gmac-dwmac ff290000.ethernet: IRQ eth_lpi not found [ 4.386419] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock [ 4.386806] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input). [ 4.386831] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30). [ 4.386848] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10). [ 4.386872] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no). [ 4.386986] rk_gmac-dwmac ff290000.ethernet: cannot get clock clk_mac_speed [ 4.387001] rk_gmac-dwmac ff290000.ethernet: clock input from PHY [ 4.392031] rk_gmac-dwmac ff290000.ethernet: init for RGMII [ 4.392477] rk_gmac-dwmac ff290000.ethernet: User ID: 0x10, Synopsys ID: 0x35 [ 4.392506] rk_gmac-dwmac ff290000.ethernet: DWMAC1000 [ 4.392520] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported [ 4.392533] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported [ 4.392545] rk_gmac-dwmac ff290000.ethernet: COE Type 2 [ 4.392557] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported [ 4.392569] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported [ 4.392847] rk_gmac-dwmac ff290000.ethernet: Normal descriptors [ 4.392866] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled [ 4.392878] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 4.472936] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 4.476893] input: Generic USB Audio Consumer Control as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input1 [ 4.477178] dwmmc_rockchip ff0c0000.mmc: Using internal DMA controller. [ 4.477224] dwmmc_rockchip ff0c0000.mmc: Version ID is 270a [ 4.477332] dwmmc_rockchip ff0c0000.mmc: DW MMC controller at irq 34,32 bit host data width,256 deep fifo [ 4.478250] dwmmc_rockchip ff0d0000.mmc: Using internal DMA controller. [ 4.478277] dwmmc_rockchip ff0d0000.mmc: Version ID is 270a [ 4.478372] dwmmc_rockchip ff0d0000.mmc: DW MMC controller at irq 35,32 bit host data width,256 deep fifo [ 4.478719] mmc_host mmc1: card is polling. [ 4.479611] dwmmc_rockchip ff0d0000.mmc: allocated mmc-pwrseq [ 4.479635] mmc_host mmc2: card is non-removable. [ 4.486873] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0) [ 4.491769] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 4.492275] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 4.522634] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0) [ 4.530297] mmc2: new high speed SDIO card at address 0001 [ 4.544675] input: Generic USB Audio as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input2 [ 4.545590] hid-generic 0003:0BDA:481A.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255 [ 4.556132] usb 1-1.1: new high-speed USB device number 3 using dwc2 [ 4.557912] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0) [ 4.681128] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 4.681186] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.681230] usb 1-1.1: Product: Ultra Fit [ 4.681260] usb 1-1.1: Manufacturer: SanDisk [ 4.681274] usb 1-1.1: SerialNumber: 0101ba1cebf0c39bfa3ef8ad7e1961a7309ebb034173d2c222c7034510eff437c28b00000000000000000000dacbae6500954a00835581079b270e20 [ 4.682730] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 5.036193] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 5.297852] dwmmc_rockchip ff0c0000.mmc: Successfully tuned phase to 270 [ 5.297897] mmc1: new ultra high speed SDR104 SDHC card at address 0001 [ 5.299694] mmcblk1: mmc1:0001 SD16G 29.2 GiB [ 5.304784] mmcblk1: p1 [ 5.508239] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL) [ 5.508272] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL) [ 5.536224] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 5.536926] scsi host0: usb-storage 1-1.1:1.0 [ 5.550690] mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1) [ 5.552733] usbcore: registered new interface driver uas [ 5.616120] usb 1-1.2: new high-speed USB device number 4 using dwc2 [ 5.734063] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 5.734089] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.734106] usb 1-1.2: Product: Ultra Fit [ 5.734119] usb 1-1.2: Manufacturer: SanDisk [ 5.734132] usb 1-1.2: SerialNumber: 01011eacc9793e9e3b06499bd8aa9c2104f564eec2f1289bc8fd59a5665636be3feb000000000000000000002c6e897c0091630083558107ba2761db [ 5.735302] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 5.736361] scsi host1: usb-storage 1-1.2:1.0 [ 5.816108] usb 1-1.3: new high-speed USB device number 5 using dwc2 [ 5.933684] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 5.933710] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.933727] usb 1-1.3: Product: Ultra Fit [ 5.933740] usb 1-1.3: Manufacturer: SanDisk [ 5.933752] usb 1-1.3: SerialNumber: 0101275af3c5d40dee8a788755124894cdafd86d0e8c93943c4d23f5c8711c79ed1800000000000000000000a43fd618009b4a00835581079b270e39 [ 5.934882] usb-storage 1-1.3:1.0: USB Mass Storage device detected [ 5.935752] scsi host2: usb-storage 1-1.3:1.0 [ 6.016110] usb 1-1.4: new high-speed USB device number 6 using dwc2 [ 6.108656] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 6.133997] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 6.134023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.134040] usb 1-1.4: Product: Ultra Fit [ 6.134053] usb 1-1.4: Manufacturer: SanDisk [ 6.134065] usb 1-1.4: SerialNumber: 0101459b01e535921d4221661fde51aeadad5e51ee4c523312507cd4c48f5bd54a2b00000000000000000000989a0326000c630083558107ba2763fa [ 6.135305] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 6.136416] scsi host3: usb-storage 1-1.4:1.0 [ 6.193977] dwmmc_rockchip ff0c0000.mmc: Successfully tuned phase to 269 [ 6.312128] random: crng init done [ 6.608678] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 6.609943] scsi 0:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 6.612433] sd 0:0:0:0: [sda] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 6.614277] sd 0:0:0:0: [sda] Write Protect is off [ 6.614301] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 6.615138] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.632920] sda: sda1 [ 6.638285] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 6.757455] scsi 1:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 6.759706] sd 1:0:0:0: [sdb] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 6.761412] sd 1:0:0:0: [sdb] Write Protect is off [ 6.761435] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 6.762161] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.779575] sdb: sdb1 [ 6.784672] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 6.952552] scsi 2:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 6.957172] sd 2:0:0:0: [sdc] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 6.958919] sd 2:0:0:0: [sdc] Write Protect is off [ 6.958944] sd 2:0:0:0: [sdc] Mode Sense: 43 00 00 00 [ 6.959657] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.976462] sdc: sdc1 [ 6.980567] sd 2:0:0:0: [sdc] Attached SCSI removable disk [ 7.141205] scsi 3:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 7.143717] sd 3:0:0:0: [sdd] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 7.145687] sd 3:0:0:0: [sdd] Write Protect is off [ 7.145710] sd 3:0:0:0: [sdd] Mode Sense: 43 00 00 00 [ 7.146950] sd 3:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 7.164226] sdd: sdd1 [ 7.168776] sd 3:0:0:0: [sdd] Attached SCSI removable disk [ 7.463839] md: kicking non-fresh sdb1 from array! [ 7.491056] async_tx: api initialized (async) [ 7.505565] md/raid:md0: device sdd1 operational as raid disk 3 [ 7.505590] md/raid:md0: device sdc1 operational as raid disk 2 [ 7.505602] md/raid:md0: device sda1 operational as raid disk 0 [ 7.509506] md/raid:md0: raid level 5 active with 3 out of 4 devices, algorithm 2 [ 7.522674] md0: detected capacity change from 0 to 720654336 [ 8.762459] dw-apb-uart ff690000.serial: forbid DMA for kernel console [ 9.288430] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none. [ 10.027322] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 10.028985] systemd[1]: Detected architecture arm. [ 10.033291] systemd[1]: Hostname set to <tinkerboard>. [ 11.718271] systemd[1]: Queued start job for default target Graphical Interface. [ 11.728207] systemd[1]: Created slice Slice /system/modprobe. [ 11.732775] systemd[1]: Created slice Slice /system/serial-getty. [ 11.735742] systemd[1]: Created slice User and Session Slice. [ 11.736990] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 11.739447] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 11.740836] systemd[1]: Reached target Remote File Systems. [ 11.741156] systemd[1]: Reached target Slice Units. [ 11.741621] systemd[1]: Reached target Swaps. [ 11.742037] systemd[1]: Reached target System Time Set. [ 11.743072] systemd[1]: Reached target Local Verity Protected Volumes. [ 11.744986] systemd[1]: Listening on Syslog Socket. [ 11.746406] systemd[1]: Listening on fsck to fsckd communication Socket. [ 11.747243] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 11.749448] systemd[1]: Listening on Journal Audit Socket. [ 11.750803] systemd[1]: Listening on Journal Socket (/dev/log). [ 11.752560] systemd[1]: Listening on Journal Socket. [ 11.754523] systemd[1]: Listening on udev Control Socket. [ 11.755877] systemd[1]: Listening on udev Kernel Socket. [ 11.757293] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 11.764580] systemd[1]: Mounting POSIX Message Queue File System... [ 11.774015] systemd[1]: Mounting Kernel Debug File System... [ 11.784749] systemd[1]: Mounting Kernel Trace File System... [ 11.800380] systemd[1]: Starting Restore / save the current clock... [ 11.811702] systemd[1]: Starting Set the console keyboard layout... [ 11.823240] systemd[1]: Starting Create List of Static Device Nodes... [ 11.837152] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 11.851265] systemd[1]: Starting Load Kernel Module configfs... [ 11.868756] systemd[1]: Starting Load Kernel Module drm... [ 11.880992] systemd[1]: Starting Load Kernel Module efi_pstore... [ 11.900267] systemd[1]: Starting Load Kernel Module fuse... [ 11.913314] systemd[1]: Starting Load Kernel Module pstore_blk... [ 11.926665] systemd[1]: Starting Load Kernel Module pstore_zone... [ 11.939417] systemd[1]: Starting Load Kernel Module ramoops... [ 11.952233] systemd[1]: Started Nameserver information manager. [ 11.955773] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 11.970491] systemd[1]: Starting Load Kernel Modules... [ 11.973005] fuse: init (API version 7.34) [ 11.981813] systemd[1]: Starting Remount Root and Kernel File Systems... [ 11.995955] systemd[1]: Starting Coldplug All udev Devices... [ 12.025450] systemd[1]: Mounted POSIX Message Queue File System. [ 12.027126] systemd[1]: Mounted Kernel Debug File System. [ 12.029092] systemd[1]: Mounted Kernel Trace File System. [ 12.034786] systemd[1]: Finished Restore / save the current clock. [ 12.040051] systemd[1]: Finished Create List of Static Device Nodes. [ 12.044495] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 12.047522] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 12.051829] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 12.055482] systemd[1]: Finished Load Kernel Module configfs. [ 12.059830] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 12.063525] systemd[1]: Finished Load Kernel Module drm. [ 12.067141] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 12.069193] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. [ 12.071039] systemd[1]: Finished Load Kernel Module efi_pstore. [ 12.083772] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 12.086648] systemd[1]: Finished Load Kernel Module fuse. [ 12.090857] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 12.093637] systemd[1]: Finished Load Kernel Module pstore_blk. [ 12.097189] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 12.099867] systemd[1]: Finished Load Kernel Module pstore_zone. [ 12.103417] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 12.106820] systemd[1]: Finished Load Kernel Module ramoops. [ 12.113958] systemd[1]: Finished Load Kernel Modules. [ 12.118006] systemd[1]: Finished Remount Root and Kernel File Systems. [ 12.130171] systemd[1]: Mounting FUSE Control File System... [ 12.139536] systemd[1]: Mounting Kernel Configuration File System... [ 12.140950] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 12.153674] systemd[1]: Starting Load/Save Random Seed... [ 12.164279] systemd[1]: Starting Apply Kernel Variables... [ 12.176206] systemd[1]: Starting Create System Users... [ 12.192880] systemd[1]: Mounted FUSE Control File System. [ 12.194641] systemd[1]: Mounted Kernel Configuration File System. [ 12.257318] systemd[1]: Finished Load/Save Random Seed. [ 12.259124] systemd[1]: Condition check resulted in First Boot Complete being skipped. [ 12.305178] systemd[1]: Finished Create System Users. [ 12.315181] systemd[1]: Starting Create Static Device Nodes in /dev... [ 12.331279] systemd[1]: Finished Apply Kernel Variables. [ 12.429076] systemd[1]: Finished Create Static Device Nodes in /dev. [ 12.432431] systemd[1]: systemd-udevd.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 12.432471] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 12.438905] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 12.446090] systemd[1]: Finished Set the console keyboard layout. [ 12.447885] systemd[1]: Reached target Preparation for Local File Systems. [ 12.458788] systemd[1]: Mounting /tmp... [ 12.481962] systemd[1]: Mounted /tmp. [ 12.483332] systemd[1]: Reached target Local File Systems. [ 12.484511] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 12.494038] systemd[1]: Starting Armbian leds state... [ 12.504812] systemd[1]: Starting Armbian ZRAM config... [ 12.515298] systemd[1]: Starting Set console font and keymap... [ 12.530067] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... [ 12.530871] systemd[1]: Condition check resulted in Load AppArmor profiles managed internally by snapd being skipped. [ 12.536769] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 12.537304] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 12.538201] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 12.556249] systemd[1]: Starting Uncomplicated firewall... [ 12.581851] systemd[1]: Received SIGRTMIN+20 from PID 280 (plymouthd). [ 12.597535] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data. [ 12.613501] systemd[1]: Finished Set console font and keymap. [ 12.628151] systemd[1]: Finished Uncomplicated firewall. [ 12.629658] systemd[1]: Reached target Preparation for Network. [ 12.640423] systemd[1]: Finished Armbian leds state. [ 13.021967] systemd[1]: Started Rule-based Manager for Device Events and Files. [ 13.129047] zram: Added device: zram0 [ 13.139496] zram: Added device: zram1 [ 13.140784] zram: Added device: zram2 [ 13.422198] zram0: detected capacity change from 0 to 2053416 [ 13.440207] systemd[1]: Finished Coldplug All udev Devices. [ 13.466012] systemd[1]: Starting Helper to synchronize boot up for ifupdown... [ 13.485969] systemd[1]: Starting Show Plymouth Boot Screen... [ 13.521915] systemd[1]: Finished Helper to synchronize boot up for ifupdown. [ 13.527159] Adding 1026704k swap on /dev/zram0. Priority:5 extents:1 across:1026704k SSFS [ 13.538609] systemd[1]: Starting Raise network interfaces... [ 13.626513] systemd[1]: Started Show Plymouth Boot Screen. [ 13.628142] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 13.630061] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 13.630473] systemd[1]: Reached target Local Encrypted Volumes. [ 13.814142] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator [ 13.814179] cpu cpu0: _opp_add: OPP not supported by regulators (2016000000) [ 13.814642] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator [ 13.814666] cpu cpu0: _opp_add: OPP not supported by regulators (2040000000) [ 13.815040] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator [ 13.815062] cpu cpu0: _opp_add: OPP not supported by regulators (2064000000) [ 13.815425] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.815446] cpu cpu0: _opp_add: OPP not supported by regulators (2088000000) [ 13.815899] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.815923] cpu cpu0: _opp_add: OPP not supported by regulators (2112000000) [ 13.816472] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.816509] cpu cpu0: _opp_add: OPP not supported by regulators (2136000000) [ 13.816988] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.817011] cpu cpu0: _opp_add: OPP not supported by regulators (2160000000) [ 13.817362] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.817381] cpu cpu0: _opp_add: OPP not supported by regulators (2184000000) [ 13.817740] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.817761] cpu cpu0: _opp_add: OPP not supported by regulators (2208000000) [ 13.817800] cpu cpu0: _opp_is_duplicate: duplicate OPPs detected. Existing: freq: 1704000000, volt: 1350000, enabled: 1. New: freq: 1704000000, volt: 1350000, enabled: 1 [ 13.817861] cpu cpu0: _opp_is_duplicate: duplicate OPPs detected. Existing: freq: 1800000000, volt: 1400000, enabled: 1. New: freq: 1800000000, volt: 1400000, enabled: 1 [ 13.838529] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 500000 KHz, changing to: 600000 KHz [ 13.879835] Bluetooth: HCI UART driver ver 2.3 [ 13.879852] Bluetooth: HCI UART protocol H4 registered [ 13.879857] Bluetooth: HCI UART protocol ATH3K registered [ 13.880257] dw-apb-uart ff180000.serial: failed to request DMA [ 13.880717] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 13.880872] Bluetooth: HCI UART protocol Broadcom registered [ 13.938148] zram1: detected capacity change from 0 to 102400 [ 13.975502] systemd[1]: Reached target Hardware activated USB gadget. [ 13.990590] r8723bs: module is from the staging directory, the quality is unknown, you have been warned. [ 14.010268] r8723bs: unknown parameter 'rtw_enusbss' ignored [ 14.015105] pnetdev = 1cdb6091 [ 14.044159] systemd[1]: Finished Armbian ZRAM config. [ 14.060051] systemd[1]: Starting Armbian memory supported logging... [ 14.112449] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:5 [ 14.146982] systemd[1]: Found device /dev/ttyS2. [ 14.150234] gpiomem-rk3288 ff750000.rk3288-gpiomem: Initialised: Registers at 0xff750000 [ 14.168624] dw_wdt ff800000.watchdog: No valid TOPs array specified [ 14.181069] rk3288-crypto ff8a0000.crypto: Crypto Accelerator successfully registered [ 14.209770] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none. [ 14.474041] systemd[1]: Finished Raise network interfaces. [ 14.536546] rockchip-iep ff900000.iep: Adding to iommu group 0 [ 14.537789] rockchip-iep ff900000.iep: Device rockchip-iep registered as /dev/video0 [ 14.542572] rockchip-rga ff920000.rga: HW Version: 0x00.00 [ 14.549652] rockchip-rga ff920000.rga: Registered rockchip-rga as /dev/video1 [ 14.557139] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned. [ 14.563278] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned. [ 14.569703] rkvdec ff9c0000.hevc: Adding to iommu group 4 [ 14.571459] hantro-vpu ff9a0000.video-codec: Adding to iommu group 3 [ 14.575042] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-enc as /dev/video2 [ 14.575226] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-dec as /dev/video3 [ 14.639367] Bluetooth: hci0: RTL: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723 [ 14.643093] Bluetooth: hci0: RTL: rom_version status=0 version=1 [ 14.643112] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723bs_fw.bin [ 14.676798] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723bs_config.bin [ 14.704593] Bluetooth: hci0: RTL: cfg_sz 68, total sz 24088 [ 14.823461] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 14.835250] systemd[1]: Starting Load/Save RF Kill Switch Status... [ 15.047154] systemd[1]: Started Load/Save RF Kill Switch Status. [ 15.047661] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 15.048185] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 15.048360] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 15.052490] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 15.056644] systemd[1]: Starting Load Kernel Module efi_pstore... [ 15.061312] systemd[1]: Starting Load Kernel Module pstore_blk... [ 15.066164] systemd[1]: Starting Load Kernel Module pstore_zone... [ 15.070649] systemd[1]: Starting Load Kernel Module ramoops... [ 15.071237] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.071479] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 15.071754] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 15.074159] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 15.076055] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 15.078046] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 15.079148] systemd[1]: Finished Load Kernel Module efi_pstore. [ 15.080691] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 15.081723] systemd[1]: Finished Load Kernel Module pstore_blk. [ 15.083271] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 15.084519] systemd[1]: Finished Load Kernel Module pstore_zone. [ 15.090781] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 15.091614] systemd[1]: Finished Load Kernel Module ramoops. [ 15.092688] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 15.269532] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 15.270072] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 15.270218] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 15.273647] systemd[1]: Started MD array monitor. [ 15.278382] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 15.282371] systemd[1]: Starting Load Kernel Module efi_pstore... [ 15.286327] systemd[1]: Starting Load Kernel Module pstore_blk... [ 15.290227] systemd[1]: Starting Load Kernel Module pstore_zone... [ 15.294775] systemd[1]: Starting Load Kernel Module ramoops... [ 15.295316] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.295480] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 15.295699] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 15.297930] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 15.298851] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 15.300416] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 15.301278] systemd[1]: Finished Load Kernel Module efi_pstore. [ 15.302750] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 15.303650] systemd[1]: Finished Load Kernel Module pstore_blk. [ 15.305259] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 15.306195] systemd[1]: Finished Load Kernel Module pstore_zone. [ 15.343594] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 15.344437] systemd[1]: Finished Load Kernel Module ramoops. [ 15.344979] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 15.345453] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 15.345665] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 15.349623] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 15.354419] systemd[1]: Starting Load Kernel Module efi_pstore... [ 15.358956] systemd[1]: Starting Load Kernel Module pstore_blk... [ 15.363217] systemd[1]: Starting Load Kernel Module pstore_zone... [ 15.363843] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.364042] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 15.364426] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 15.366975] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 15.368156] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 15.369750] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 15.371193] systemd[1]: Finished Load Kernel Module efi_pstore. [ 15.372872] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 15.373649] systemd[1]: Finished Load Kernel Module pstore_blk. [ 15.374847] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 15.375602] systemd[1]: Finished Load Kernel Module pstore_zone. [ 15.376437] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 15.403759] Bluetooth: hci0: RTL: fw version 0x1e4cc3ff [ 16.835104] usbcore: registered new interface driver snd-usb-audio [ 16.898574] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 16.899169] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 16.899352] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 16.902673] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 16.906986] systemd[1]: Starting Load Kernel Module efi_pstore... [ 16.911136] systemd[1]: Starting Load Kernel Module pstore_blk... [ 16.915262] systemd[1]: Starting Load Kernel Module pstore_zone... [ 16.919356] systemd[1]: Starting Load Kernel Module ramoops... [ 16.919994] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 16.920212] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 16.920412] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 16.922424] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 16.923392] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 16.924864] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 16.925631] systemd[1]: Finished Load Kernel Module efi_pstore. [ 16.926946] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 16.927709] systemd[1]: Finished Load Kernel Module pstore_blk. [ 16.928879] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 16.929632] systemd[1]: Finished Load Kernel Module pstore_zone. [ 16.930714] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 16.931446] systemd[1]: Finished Load Kernel Module ramoops. [ 16.932016] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 18.224139] systemd[1]: Finished Armbian memory supported logging. [ 18.228549] systemd[1]: Starting Journal Service... [ 18.401702] systemd[1]: Started Journal Service. [ 18.417609] systemd-journald[892]: Received client request to flush runtime journal. [ 25.366760] NET: Registered PF_ALG protocol family [ 25.930002] rk_gmac-dwmac ff290000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL) [ 25.930346] rk_gmac-dwmac ff290000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 25.940099] rk_gmac-dwmac ff290000.ethernet eth0: No Safety Features support found [ 25.940116] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW [ 25.940464] rk_gmac-dwmac ff290000.ethernet eth0: configuring for phy/rgmii link mode [ 25.974655] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:14 [ 25.978664] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin [ 27.286559] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:1 [ 27.346816] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 27.884344] loop0: detected capacity change from 0 to 8 [ 27.907819] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 30.020894] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 30.020929] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 32.007270] hdmi-audio-codec hdmi-audio-codec.2.auto: Only one simultaneous stream supported! [ 32.019171] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22 [ 32.031529] ff890000.i2s-i2s-hifi: soc_pcm_open() failed (-22) [ 37.242733] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 38.366461] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 54.824733] hdmi-audio-codec hdmi-audio-codec.2.auto: Only one simultaneous stream supported! [ 54.834377] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22 [ 54.845203] ff890000.i2s-i2s-hifi: soc_pcm_open() failed (-22) [ 105.953908] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 106.968966] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 180.503520] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 181.528744] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 And OF is already wrong mine is Tinker Board .... If you are busy today, let me wish you already a Happy New Year, hoping you'll read it tomorrow
  16. Hi! Got the same issue with same kernel, but I'm getting boot issues on soft reboot ONLY (power off/power on always boots for me). Booting from eMMC, got a NVMe drive. Here is my log after soft rebooting: $ sudo reboot [ 237.086162] watchdog: watchdog0: watchdog did not stop! [ 238.600532] reboot: Restarting system DDR Version 1.20 20190314 In soft reset SRX channel 0 CS = 0 MR0=0x19 MR4=0x3 MR5=0x6 MR8=0x10 MR12=0x72 MR14=0x72 MR18=0x0 MR19=0x0 MR24=0x8 MR25=0xFF channel 1 CS = 0 MR0=0x19 MR4=0x3 MR5=0x6 MR8=0x10 MR12=0x72 MR14=0x72 MR18=0x0 MR19=0x0 MR24=0x8 MR25=0xFF channel 0 training pass! channel 1 training pass! change freq to 400MHz 0,1 channel 0 CS = 0 MR0=0x19 MR4=0x3 MR5=0x6 MR8=0x10 MR12=0x72 MR14=0x72 MR18=0x0 MR19=0x0 MR24=0x8 MR25=0xFF channel 1 CS = 0 MR0=0x19 MR4=0x3 MR5=0x6 MR8=0x10 MR12=0x72 MR14=0x72 MR18=0x0 MR19=0x0 MR24=0x8 MR25=0xFF channel 0 training pass! channel 1 training pass! change freq to 800MHz 1,0 Channel 0: LPDDR4,800MHz Bus Width=32 Col=10 Bank=8 Row=16 CS=1 Die Bus-Width=16 Size=2048MB Channel 1: LPDDR4,800MHz Bus Width=32 Col=10 Bank=8 Row=16 CS=1 Die Bus-Width=16 Size=2048MB 256B stride ch 0 ddrconfig = 0x101, ddrsize = 0x40 ch 1 ddrconfig = 0x101, ddrsize = 0x40 pmugrf_os_reg[2] = 0x32C1F2C1, stride = 0xD OUT Boot1 Release Time: May 29 2020 17:36:36, version: 1.26 CPUId = 0x0 ChipType = 0x10, 436 SdmmcInit=2 0 BootCapSize=100000 UserCapSize=59000MB FwPartOffset=2000 , 100000 mmc0:cmd8,20 mmc0:cmd5,20 mmc0:cmd55,20 mmc0:cmd1,20 mmc0:cmd8,20 mmc0:cmd5,20 mmc0:cmd55,20 mmc0:cmd1,20 mmc0:cmd8,20 mmc0:cmd5,20 mmc0:cmd55,20 mmc0:cmd1,20 SdmmcInit=0 1 StorageInit ok = 68932 SecureMode = 0 SecureInit read PBA: 0x4 SecureInit read PBA: 0x404 SecureInit read PBA: 0x804 SecureInit read PBA: 0xc04 SecureInit read PBA: 0x1004 SecureInit read PBA: 0x1404 SecureInit read PBA: 0x1804 SecureInit read PBA: 0x1c04 SecureInit ret = 0, SecureMode = 0 atags_set_bootdev: ret:(0) GPT part: 0, name: loader1, start:0x40, size:0x1f40 GPT part: 1, name: loader2, start:0x4000, size:0x2000 GPT part: 2, name: trust, start:0x6000, size:0x2000 GPT part: 3, name: boot, start:0x8000, size:0x100000 GPT part: 4, name: rootfs, start:0x108000, size:0x7233860 no find partition:uboot. Trust Addr:0x4000, 0x58334c42 No find bl30.bin No find bl32.bin Load uboot, ReadLba = 2000 Load OK, addr=0x200000, size=0xdc6f0 RunBL31 0x40000 @ 101881 us NOTICE: BL31: v1.3(release):845ee93 NOTICE: BL31: Built : 15:51:11, Jul 22 2020 NOTICE: BL31: Rockchip release version: v1.1 INFO: GICv3 with legacy support detected. ARM GICV3 driver initialized in EL3 INFO: Using opteed sec cpu_context! INFO: boot cpu mask: 0 INFO: If lpddr4 need support multi frequency, INFO: please update loader! INFO: Current ctl index[0] freq=400MHz INFO: Current ctl index[1] freq=800MHz INFO: plat_rockchip_pmu_init(1196): pd status 3e INFO: BL31: Initializing runtime services WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK ERROR: Error initializing runtime service opteed_fast INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x200000 INFO: SPSR = 0x3c9 U-Boot 2022.07-armbian (Nov 30 2022 - 10:46:43 +0000) SoC: Rockchip rk3399 Reset cause: RST Model: Radxa ROCK Pi 4B DRAM: 3.9 GiB PMIC: RK808 Core: 285 devices, 31 uclasses, devicetree: separate MMC: mmc@fe310000: 2, mmc@fe320000: 1, mmc@fe330000: 0 Loading Environment from SPIFlash... SF: Detected XT25F32B with page size 256 Bytes, erase size 4 KiB, total 4 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Model: Radxa ROCK Pi 4B Net: eth0: ethernet@fe300000 Hit any key to stop autoboot: 0 starting USB... Bus usb@fe380000: ehci_generic usb@fe380000: Failed to get clocks (ret=-19) Port not available. Bus usb@fe3c0000: ehci_generic usb@fe3c0000: Failed to get clocks (ret=-19) Port not available. Bus usb@fe800000: Register 2000140 NbrPorts 2 Starting the controller USB XHCI 1.10 Bus usb@fe900000: Register 2000140 NbrPorts 2 Starting the controller USB XHCI 1.10 scanning bus usb@fe800000 for devices... 1 USB Device(s) found scanning bus usb@fe900000 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Device 0: unknown device Card did not respond to voltage select! : -110 switch to partitions #0, OK mmc0(part 0) is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 3252 bytes read in 19 ms (167 KiB/s) ## Executing script at 00500000 Boot script loaded from mmc 0 204 bytes read in 15 ms (12.7 KiB/s) 22787516 bytes read in 2179 ms (10 MiB/s) 30607872 bytes read in 2920 ms (10 MiB/s) 76139 bytes read in 46 ms (1.6 MiB/s) 2698 bytes read in 34 ms (77.1 KiB/s) Applying kernel provided DT fixup script (rockchip-fixup.scr) ## Executing script at 09000000 Unknown command 'kaslrseed' - try 'help' Moving Image from 0x2080000 to 0x2200000, end=3fd0000 ## Loading init Ramdisk from Legacy Image at 06000000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 22787452 Bytes = 21.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Loading Ramdisk to f0950000, end f1f0b57c ... OK Loading Device Tree to 00000000f08d5000, end 00000000f094ffff ... OK Starting kernel ... efi_free_pool: illegal free 0x00000000f0f0d040 efi_free_pool: illegal 00000f0f0a040 [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.15.80-rockchip64 (root@746a5325a2a9) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #22.11.1 SMP PREEMPT Wed Nov 30 11:12:47 UTC 2022 [ 0.000000] Machine model: Radxa ROCK Pi 4B [ 0.000000] efi: UEFI not found. [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] NUMA: NODE_DATA [mem 0xf77d6100-0xf77d7fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] cma: Reserved 128 MiB at 0x00000000e8800000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 29 pages/cpu s80984 r8192 d29608 u118784 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432 [ 0.000000] Policy zone: DMA [ 0.000000] Kernel command line: root=UUID=86029bc2-ee89-4d51-a8f2-0ffcad13472f rootwait rootfstype=ext4 splash plymouth.ignore-serial-consoles console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=7 ubootpart=7ff3d104-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 [ 0.000000] Unknown kernel command line parameters "splash ubootpart=7ff3d104-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 3798564K/4061184K available (16000K kernel code, 2690K rwdata, 6696K rodata, 4352K init, 593K bss, 131548K reserved, 131072K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] ITS [mem 0xfee20000-0xfee3ffff] [ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @500000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000000004d0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000004e0000 [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.001982] Console: colour dummy device 80x25 [ 0.003067] printk: console [tty1] enabled [ 0.003201] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.003250] pid_max: default: 32768 minimum: 301 [ 0.003401] LSM: Security Framework initializing [ 0.003458] Yama: becoming mindful. [ 0.003661] AppArmor: AppArmor initialized [ 0.003828] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.003887] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.008098] rcu: Hierarchical SRCU implementation. [ 0.009718] Platform MSI: interrupt-controller@fee20000 domain created [ 0.010263] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.012494] EFI services will not be available. [ 0.013319] smp: Bringing up secondary CPUs ... [ 0.014424] Detected VIPT I-cache on CPU1 [ 0.014474] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000 [ 0.014497] GICv3: CPU1: using allocated LPI pending table @0x00000000004f0000 [ 0.014567] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.015791] Detected VIPT I-cache on CPU2 [ 0.015831] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000 [ 0.015850] GICv3: CPU2: using allocated LPI pending table @0x0000000000580000 [ 0.015899] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.017144] Detected VIPT I-cache on CPU3 [ 0.017183] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000 [ 0.017203] GICv3: CPU3: using allocated LPI pending table @0x0000000000590000 [ 0.017248] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.018396] CPU features: detected: Spectre-v2 [ 0.018409] CPU features: detected: Spectre-v3a [ 0.018415] CPU features: detected: Spectre-v4 [ 0.018421] CPU features: detected: Spectre-BHB [ 0.018429] CPU features: detected: ARM erratum 1742098 [ 0.018436] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.018442] Detected PIPT I-cache on CPU4 [ 0.018479] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000 [ 0.018497] GICv3: CPU4: using allocated LPI pending table @0x00000000005a0000 [ 0.018543] CPU4: Booted secondary processor 0x0000000100 [0x410fd082] [ 0.019692] Detected PIPT I-cache on CPU5 [ 0.019725] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000 [ 0.019743] GICv3: CPU5: using allocated LPI pending table @0x00000000005b0000 [ 0.019781] CPU5: Booted secondary processor 0x0000000101 [0x410fd082] [ 0.019944] smp: Brought up 1 node, 6 CPUs [ 0.020434] SMP: Total of 6 processors activated. [ 0.020458] CPU features: detected: 32-bit EL0 Support [ 0.020479] CPU features: detected: 32-bit EL1 Support [ 0.020504] CPU features: detected: CRC32 instructions [ 0.047130] CPU: All CPU(s) started at EL2 [ 0.047259] alternatives: patching kernel code [ 0.050432] devtmpfs: initialized [ 0.064798] Registered cp15_barrier emulation handler [ 0.064842] Registered setend emulation handler [ 0.064864] KASLR disabled due to lack of seed [ 0.065085] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.065179] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.068216] pinctrl core: initialized pinctrl subsystem [ 0.068912] DMI not present or invalid. [ 0.069776] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.074430] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.076158] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.078970] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.079081] audit: initializing netlink subsys (disabled) [ 0.079353] audit: type=2000 audit(0.076:1): state=initialized audit_enabled=0 res=1 [ 0.080627] thermal_sys: Registered thermal governor 'fair_share' [ 0.080636] thermal_sys: Registered thermal governor 'bang_bang' [ 0.080657] thermal_sys: Registered thermal governor 'step_wise' [ 0.080672] thermal_sys: Registered thermal governor 'user_space' [ 0.081196] cpuidle: using governor menu [ 0.081530] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.081773] ASID allocator initialised with 65536 entries [ 0.082986] Serial: AMBA PL011 UART driver [ 0.110672] platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc [ 0.118275] platform ff940000.hdmi: Fixing up cyclic dependency with ff8f0000.vop [ 0.118384] platform ff940000.hdmi: Fixing up cyclic dependency with ff900000.vop [ 0.129121] rockchip-gpio ff720000.gpio0: probed /pinctrl/gpio0@ff720000 [ 0.129970] rockchip-gpio ff730000.gpio1: probed /pinctrl/gpio1@ff730000 [ 0.130769] rockchip-gpio ff780000.gpio2: probed /pinctrl/gpio2@ff780000 [ 0.131617] rockchip-gpio ff788000.gpio3: probed /pinctrl/gpio3@ff788000 [ 0.132422] rockchip-gpio ff790000.gpio4: probed /pinctrl/gpio4@ff790000 [ 0.149838] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.149869] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.149888] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.149906] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.155271] cryptd: max_cpu_qlen set to 1000 [ 0.232889] raid6: neonx8 gen() 1667 MB/s [ 0.301051] raid6: neonx8 xor() 1204 MB/s [ 0.369221] raid6: neonx4 gen() 1719 MB/s [ 0.437378] raid6: neonx4 xor() 1240 MB/s [ 0.505546] raid6: neonx2 gen() 1532 MB/s [ 0.573702] raid6: neonx2 xor() 1148 MB/s [ 0.641870] raid6: neonx1 gen() 1200 MB/s [ 0.710035] raid6: neonx1 xor() 926 MB/s [ 0.778187] raid6: int64x8 gen() 1001 MB/s [ 0.846393] raid6: int64x8 xor() 577 MB/s [ 0.914519] raid6: int64x4 gen() 1002 MB/s [ 0.982677] raid6: int64x4 xor() 591 MB/s [ 1.050836] raid6: int64x2 gen() 943 MB/s [ 1.119005] raid6: int64x2 xor() 524 MB/s [ 1.187156] raid6: int64x1 gen() 723 MB/s [ 1.255316] raid6: int64x1 xor() 390 MB/s [ 1.255331] raid6: using algorithm neonx4 gen() 1719 MB/s [ 1.255347] raid6: .... xor() 1240 MB/s, rmw enabled [ 1.255361] raid6: using neon recovery algorithm [ 1.256976] vcc5v0_sys: supplied by vcc12v_dcin [ 1.257490] vcc3v3_pcie: supplied by vcc5v0_sys [ 1.257900] vcc3v3_sys: supplied by vcc5v0_sys [ 1.258353] vcc5v0_host: supplied by vcc5v0_sys [ 1.258797] vcc5v0_typec: supplied by vcc5v0_sys [ 1.259670] iommu: Default domain type: Translated [ 1.259690] iommu: DMA domain TLB invalidation policy: strict mode [ 1.262881] vgaarb: loaded [ 1.263378] SCSI subsystem initialized [ 1.264183] usbcore: registered new interface driver usbfs [ 1.264244] usbcore: registered new interface driver hub [ 1.264302] usbcore: registered new device driver usb [ 1.265039] pps_core: LinuxPPS API ver. 1 registered [ 1.265058] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.265089] PTP clock support registered [ 1.265399] EDAC MC: Ver: 3.0.0 [ 1.266721] NetLabel: Initializing [ 1.266741] NetLabel: domain hash size = 128 [ 1.266755] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.266837] NetLabel: unlabeled traffic allowed by default [ 1.267430] clocksource: Switched to clocksource arch_sys_counter [ 1.319340] VFS: Disk quotas dquot_6.6.0 [ 1.319477] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.320349] AppArmor: AppArmor Filesystem Enabled [ 1.331291] NET: Registered PF_INET protocol family [ 1.331681] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 1.334882] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 1.335091] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.335221] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 1.335794] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 1.336479] TCP: Hash tables configured (established 32768 bind 32768) [ 1.336687] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.336869] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.337226] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.337281] NET: Registered PF_XDP protocol family [ 1.337305] PCI: CLS 0 bytes, default 64 [ 1.338058] Trying to unpack rootfs image as initramfs... [ 1.338709] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 1.339241] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 1.339988] kvm [1]: IPA Size Limit: 40 bits [ 1.341311] kvm [1]: vgic-v2@fff20000 [ 1.341356] kvm [1]: GIC system register CPU interface enabled [ 1.341666] kvm [1]: vgic interrupt IRQ18 [ 1.342005] kvm [1]: Hyp mode initialized successfully [ 1.354460] Initialise system trusted keyrings [ 1.354549] Key type blacklist registered [ 1.354866] workingset: timestamp_bits=44 max_order=20 bucket_order=0 [ 1.361685] zbud: loaded [ 1.363534] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.364500] fuse: init (API version 7.34) [ 1.367276] integrity: Platform Keyring initialized [ 1.432734] xor: measuring software checksum speed [ 1.440941] 8regs : 1220 MB/sec [ 1.444351] 32regs : 2932 MB/sec [ 1.448666] arm64_neon : 2298 MB/sec [ 1.448684] xor: using function: 32regs (2932 MB/sec) [ 1.448706] Key type asymmetric registered [ 1.448720] Asymmetric key parser 'x509' registered [ 1.448858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.449119] io scheduler mq-deadline registered [ 1.449139] io scheduler kyber registered [ 1.449365] io scheduler bfq registered [ 1.475684] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.475723] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12 [ 1.477212] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.477241] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 1.482013] vdd_log: supplied by regulator-dummy [ 1.483622] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 1.487218] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 42, base_baud = 1500000) is a 16550A [ 1.487468] serial serial0: tty port ttyS0 registered [ 1.488499] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 43, base_baud = 1500000) is a 16550A [ 1.609480] printk: console [ttyS2] enabled [ 1.611271] Serial: AMBA driver [ 1.613575] rockchip-vop ff8f0000.vop: Adding to iommu group 2 [ 1.615071] rockchip-vop ff900000.vop: Adding to iommu group 3 [ 1.623944] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops) [ 1.624777] [drm] unsupported AFBC format[3231564e] [ 1.627132] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops) [ 1.628815] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 1.639495] loop: module loaded [ 1.646014] tun: Universal TUN/TAP device driver, 1.6 [ 1.647744] thunder_xcv, ver 1.0 [ 1.648087] thunder_bgx, ver 1.0 [ 1.648429] nicpf, ver 1.0 [ 1.649763] e1000e: Intel(R) PRO/1000 Network Driver [ 1.650212] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.650790] igb: Intel(R) Gigabit Ethernet Network Driver [ 1.651275] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.651829] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 1.652391] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.653210] sky2: driver version 1.30 [ 1.654260] VFIO - User Level meta-driver version: 0.3 [ 1.671065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.671706] ehci-pci: EHCI PCI platform driver [ 1.672153] ehci-platform: EHCI generic platform driver [ 1.675054] ehci-platform fe380000.usb: EHCI Host Controller [ 1.675606] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1 [ 1.676465] ehci-platform fe380000.usb: irq 35, io mem 0xfe380000 [ 1.691478] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00 [ 1.692350] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.693098] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.693747] usb usb1: Product: EHCI Host Controller [ 1.694186] usb usb1: Manufacturer: Linux 5.15.80-rockchip64 ehci_hcd [ 1.694762] usb usb1: SerialNumber: fe380000.usb [ 1.695818] hub 1-0:1.0: USB hub found [ 1.696201] hub 1-0:1.0: 1 port detected [ 1.699380] ehci-platform fe3c0000.usb: EHCI Host Controller [ 1.699938] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2 [ 1.700787] ehci-platform fe3c0000.usb: irq 37, io mem 0xfe3c0000 [ 1.715467] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00 [ 1.716300] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.717048] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.717695] usb usb2: Product: EHCI Host Controller [ 1.718135] usb usb2: Manufacturer: Linux 5.15.80-rockchip64 ehci_hcd [ 1.718711] usb usb2: SerialNumber: fe3c0000.usb [ 1.719906] hub 2-0:1.0: USB hub found [ 1.720372] hub 2-0:1.0: 1 port detected [ 1.721510] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.722102] ohci-pci: OHCI PCI platform driver [ 1.722585] ohci-platform: OHCI generic platform driver [ 1.723409] ohci-platform fe3a0000.usb: Generic Platform OHCI controller [ 1.724059] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3 [ 1.724887] ohci-platform fe3a0000.usb: irq 36, io mem 0xfe3a0000 [ 1.787720] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.788473] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.789122] usb usb3: Product: Generic Platform OHCI controller [ 1.789653] usb usb3: Manufacturer: Linux 5.15.80-rockchip64 ohci_hcd [ 1.790230] usb usb3: SerialNumber: fe3a0000.usb [ 1.791213] hub 3-0:1.0: USB hub found [ 1.791616] hub 3-0:1.0: 1 port detected [ 1.792660] ohci-platform fe3e0000.usb: Generic Platform OHCI controller [ 1.793280] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4 [ 1.794111] ohci-platform fe3e0000.usb: irq 38, io mem 0xfe3e0000 [ 1.855676] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 1.856430] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.857078] usb usb4: Product: Generic Platform OHCI controller [ 1.857610] usb usb4: Manufacturer: Linux 5.15.80-rockchip64 ohci_hcd [ 1.858185] usb usb4: SerialNumber: fe3e0000.usb [ 1.859181] hub 4-0:1.0: USB hub found [ 1.859593] hub 4-0:1.0: 1 port detected [ 1.861538] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.862056] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5 [ 1.862919] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010 [ 1.863848] xhci-hcd xhci-hcd.0.auto: irq 77, io mem 0xfe800000 [ 1.864616] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.865119] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6 [ 1.865814] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 1.866602] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.867347] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.868155] usb usb5: Product: xHCI Host Controller [ 1.868600] usb usb5: Manufacturer: Linux 5.15.80-rockchip64 xhci-hcd [ 1.869176] usb usb5: SerialNumber: xhci-hcd.0.auto [ 1.870160] hub 5-0:1.0: USB hub found [ 1.870542] hub 5-0:1.0: 1 port detected [ 1.871353] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.872269] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 1.873014] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.873662] usb usb6: Product: xHCI Host Controller [ 1.874101] usb usb6: Manufacturer: Linux 5.15.80-rockchip64 xhci-hcd [ 1.874677] usb usb6: SerialNumber: xhci-hcd.0.auto [ 1.875682] hub 6-0:1.0: USB hub found [ 1.876064] hub 6-0:1.0: 1 port detected [ 1.877043] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.877555] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7 [ 1.878408] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010 [ 1.879305] xhci-hcd xhci-hcd.1.auto: irq 78, io mem 0xfe900000 [ 1.880105] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.880610] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8 [ 1.881305] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 1.882086] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.882831] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.883495] usb usb7: Product: xHCI Host Controller [ 1.883936] usb usb7: Manufacturer: Linux 5.15.80-rockchip64 xhci-hcd [ 1.884511] usb usb7: SerialNumber: xhci-hcd.1.auto [ 1.885508] hub 7-0:1.0: USB hub found [ 1.885888] hub 7-0:1.0: 1 port detected [ 1.886683] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.887579] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 1.888324] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.888969] usb usb8: Product: xHCI Host Controller [ 1.889409] usb usb8: Manufacturer: Linux 5.15.80-rockchip64 xhci-hcd [ 1.889985] usb usb8: SerialNumber: xhci-hcd.1.auto [ 1.890985] hub 8-0:1.0: USB hub found [ 1.891364] hub 8-0:1.0: 1 port detected [ 1.892444] usbcore: registered new interface driver usb-storage [ 1.895639] mousedev: PS/2 mouse device common for all mice [ 1.897567] i2c_dev: i2c /dev entries driver [ 1.898921] i2c 1-0011: Fixing up cyclic dependency with ff880000.i2s [ 1.903343] rk808 0-001b: chip id: 0x0 [ 1.907940] rk808-regulator rk808-regulator: there is no dvs0 gpio [ 1.908529] rk808-regulator rk808-regulator: there is no dvs1 gpio [ 1.909087] rk808-regulator rk808-regulator: max buck steps per change: 8 [ 1.910241] vdd_center: supplied by vcc5v0_sys [ 1.911452] vdd_cpu_l: supplied by vcc5v0_sys [ 1.912169] vcc_ddr: supplied by vcc5v0_sys [ 1.913143] vcc_1v8: supplied by vcc5v0_sys [ 1.914159] vcc1v8_codec: supplied by vcc5v0_sys [ 1.915752] vcc1v8_hdmi: supplied by vcc5v0_sys [ 1.917317] vcca_1v8: supplied by vcc5v0_sys [ 1.918867] vcc_sdio: supplied by vcc5v0_sys [ 1.920256] vcca3v0_codec: supplied by vcc5v0_sys [ 1.921819] vcc_1v5: supplied by vcc5v0_sys [ 1.923224] vcc0v9_hdmi: supplied by vcc5v0_sys [ 1.925074] vcc_3v0: supplied by vcc5v0_sys [ 1.926411] vcc_cam: supplied by vcc3v3_sys [ 1.927144] vcc_mipi: supplied by vcc3v3_sys [ 1.931483] rk808-rtc rk808-rtc: registered as rtc0 [ 1.932491] rk808-rtc rk808-rtc: setting system clock to 2022-12-22T16:41:53 UTC (1671727313) [ 1.934844] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! [ 1.935968] vdd_cpu_b: supplied by vcc5v0_sys [ 1.939160] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! [ 1.940556] vdd_gpu: supplied by vcc5v0_sys [ 1.947499] dw_wdt ff848000.watchdog: No valid TOPs array specified [ 1.950514] sdhci: Secure Digital Host Controller Interface driver [ 1.951079] sdhci: Copyright(c) Pierre Ossman [ 1.951539] Synopsys Designware Multimedia Card Interface Driver [ 1.953401] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.954196] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode. [ 1.954668] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode. [ 1.954891] dwmmc_rockchip fe310000.mmc: Using internal DMA controller. [ 1.955551] dwmmc_rockchip fe320000.mmc: Using internal DMA controller. [ 1.956131] dwmmc_rockchip fe310000.mmc: Version ID is 270a [ 1.956613] mmc1: CQHCI version 5.10 [ 1.956725] dwmmc_rockchip fe320000.mmc: Version ID is 270a [ 1.957398] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo [ 1.957663] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 33,32 bit host data width,256 deep fifo [ 1.957708] ledtrig-cpu: registered to indicate activity on CPUs [ 1.958543] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq [ 1.959018] hid: raw HID events driver (C) Jiri Kosina [ 1.959231] dwmmc_rockchip fe320000.mmc: Got CD GPIO [ 1.959796] mmc_host mmc2: card is non-removable. [ 1.960490] usbcore: registered new interface driver usbhid [ 1.962660] usbhid: USB HID core driver [ 1.968867] drop_monitor: Initializing network drop monitor service [ 1.970214] NET: Registered PF_INET6 protocol family [ 1.972331] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.974061] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.983056] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA [ 2.081567] mmc1: Command Queue Engine enabled [ 2.082021] mmc1: new HS400 Enhanced strobe MMC card at address 0001 [ 2.083829] mmcblk1: mmc1:0001 SLD64G 57.6 GiB [ 2.084964] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0) [ 2.114829] mmcblk1: p1 [ 2.115977] mmcblk1boot0: mmc1:0001 SLD64G 4.00 MiB [ 2.119198] mmcblk1boot1: mmc1:0001 SLD64G 4.00 MiB [ 2.122252] mmcblk1rpmb: mmc1:0001 SLD64G 4.00 MiB, chardev (241:0) [ 2.407630] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 223 [ 2.411219] mmc2: new ultra high speed SDR104 SDIO card at address 0001 [ 2.967832] Freeing initrd memory: 22252K [ 3.016854] Segment Routing with IPv6 [ 3.017288] In-situ OAM (IOAM) with IPv6 [ 3.017760] NET: Registered PF_PACKET protocol family [ 3.018416] 8021q: 802.1Q VLAN Support v1.8 [ 3.018859] Key type dns_resolver registered [ 3.020988] registered taskstats version 1 [ 3.021383] Loading compiled-in X.509 certificates [ 3.025411] Loaded X.509 cert 'Build time autogenerated kernel key: 61795ddb143ee60eb525e7adfa85249853099ba1' [ 3.033108] zswap: loaded using pool zstd/z3fold [ 3.034543] Key type .fscrypt registered [ 3.034905] Key type fscrypt-provisioning registered [ 3.038460] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes [ 3.062461] Key type encrypted registered [ 3.062842] AppArmor: AppArmor sha1 policy hashing enabled [ 3.111821] vcc_0v9: supplied by vcc3v3_sys [ 3.113359] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges: [ 3.114063] rockchip-pcie f8000000.pcie: MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000 [ 3.114853] rockchip-pcie f8000000.pcie: IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000 [ 3.116609] rockchip-pcie f8000000.pcie: no bus scan delay, default to 0 ms [ 3.160295] rockchip-pcie f8000000.pcie: wait 0 ms (from device tree) before bus scan [ 3.161498] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00 [ 3.162111] pci_bus 0000:00: root bus resource [bus 00-1f] [ 3.162620] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff] [ 3.163253] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff]) [ 3.164206] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400 [ 3.164938] pci 0000:00:00.0: supports D1 [ 3.165315] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 3.172878] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.173823] Internal error: synchronous external abort: 96000210 [#1] PREEMPT SMP [ 3.174511] Modules linked in: [ 3.174805] CPU: 3 PID: 223 Comm: kworker/u12:4 Not tainted 5.15.80-rockchip64 #22.11.1 [ 3.175535] Hardware name: Radxa ROCK Pi 4B (DT) [ 3.175960] Workqueue: events_unbound deferred_probe_work_func [ 3.176509] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 3.177147] pc : rockchip_pcie_rd_conf+0xb0/0x230 [ 3.177589] lr : rockchip_pcie_rd_conf+0xec/0x230 [ 3.178027] sp : ffff80000aa23830 [ 3.178334] x29: ffff80000aa23830 x28: 0000000000000000 x27: 0000000000000000 [ 3.178996] x26: 0000000000000000 x25: 0000000000000000 x24: ffff80000aa23974 [ 3.179658] x23: ffff000001a75800 x22: 0000000000000000 x21: 0000000000000004 [ 3.180319] x20: ffff80000aa238b4 x19: ffff80000c100000 x18: 0000000000000000 [ 3.180981] x17: 6572202c295d3030 x16: 2d3030207375625b x15: ffffffffffffffff [ 3.181643] x14: ffff80000954e228 x13: ffff000006120a1c x12: ffff000006120290 [ 3.182304] x11: 0000000000000028 x10: 0000000000000001 x9 : 0000000001001d87 [ 3.182965] x8 : 000000000000ea60 x7 : ffff80000aa23800 x6 : 0000000000000001 [ 3.183626] x5 : 0000000000000003 x4 : 0000000000000000 x3 : 0000000000c00008 [ 3.184287] x2 : 000000000080000a x1 : ffff80000fc00008 x0 : ffff80000fc0000c [ 3.184950] Call trace: [ 3.185180] rockchip_pcie_rd_conf+0xb0/0x230 [ 3.185590] pci_bus_read_config_dword+0x84/0xd8 [ 3.186023] pci_bus_generic_read_dev_vendor_id+0x34/0x1b0 [ 3.186532] pci_bus_read_dev_vendor_id+0x4c/0x70 [ 3.186973] pci_scan_single_device+0x84/0xd8 [ 3.187381] pci_scan_slot+0x38/0x120 [ 3.187727] pci_scan_child_bus_extend+0x58/0x330 [ 3.188167] pci_scan_bridge_extend+0x340/0x5a0 [ 3.188591] pci_scan_child_bus_extend+0x1fc/0x330 [ 3.189039] pci_scan_root_bus_bridge+0xd4/0xf0 [ 3.189465] pci_host_probe+0x18/0xb0 [ 3.189811] rockchip_pcie_probe+0x4a8/0x4c0 [ 3.190213] platform_probe+0x68/0xd8 [ 3.190560] really_probe+0xbc/0x428 [ 3.190897] __driver_probe_device+0x114/0x188 [ 3.191311] driver_probe_device+0xb0/0x110 [ 3.191701] __device_attach_driver+0xbc/0x158 [ 3.192115] bus_for_each_drv+0x7c/0xd0 [ 3.192480] __device_attach+0xec/0x1a8 [ 3.192839] device_initial_probe+0x14/0x20 [ 3.193229] bus_probe_device+0x9c/0xa8 [ 3.193588] deferred_probe_work_func+0x9c/0xf0 [ 3.194008] process_one_work+0x20c/0x4c8 [ 3.194389] worker_thread+0x208/0x478 [ 3.194743] kthread+0x138/0x150 [ 3.195051] ret_from_fork+0x10/0x20 [ 3.195398] Code: f94013f5 a8c37bfd d50323bf d65f03c0 (b9400273) [ 3.195955] ---[ end trace b920595b4649d435 ]--- [ 3.196380] note: kworker/u12:4[223] exited with preempt_count 1
  17. Same error for me... Blank screen after load desktop. see my dmesg: root@cubietruck:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.15.82-sunxi (root@62693d2225c5) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #trunk SMP Mon Dec 12 07:01:09 UTC 2022 [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=50c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Cubietech Cubietruck [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] Reserved memory: created CMA memory pool at 0x4a000000, size 96 MiB [ 0.000000] OF: reserved mem: initialized node default-pool, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000040000000-0x000000006fffffff] [ 0.000000] HighMem [mem 0x0000000070000000-0x00000000bdffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000bdffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bdffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 17 pages/cpu s38540 r8192 d22900 u69632 [ 0.000000] pcpu-alloc: s38540 r8192 d22900 u69632 alloc=17*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 514368 [ 0.000000] Kernel command line: root=UUID=61d9a67f-1c4b-441c-9979-6082085dd7bf rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=1 ubootpart=f3559229-01 ubootsource=mmc usb-storage.quirks= sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1 [ 0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=f3559229-01 ubootsource=mmc sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 1912752K/2064384K available (9216K kernel code, 1508K rwdata, 3396K rodata, 1024K init, 328K bss, 53328K reserved, 98304K cma-reserved, 1277952K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] ftrace: allocating 43962 entries in 129 pages [ 0.000000] ftrace: allocated 129 pages with 2 groups [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 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.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000020] Switching to timer-based delay loop, resolution 41ns [ 0.000553] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000916] clocksource: hstimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns [ 0.001448] Console: colour dummy device 80x30 [ 0.001531] printk: console [tty1] enabled [ 0.001612] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.001631] pid_max: default: 32768 minimum: 301 [ 0.002177] LSM: Security Framework initializing [ 0.002273] Yama: becoming mindful. [ 0.002594] AppArmor: AppArmor initialized [ 0.002887] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.002912] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.004787] CPU: Testing write buffer coherency: ok [ 0.005445] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.006774] Setting up static identity map for 0x40100000 - 0x40100054 [ 0.007026] rcu: Hierarchical SRCU implementation. [ 0.008899] smp: Bringing up secondary CPUs ... [ 0.020077] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.020286] smp: Brought up 1 node, 2 CPUs [ 0.020307] SMP: Total of 2 processors activated (96.00 BogoMIPS). [ 0.020318] CPU: All CPU(s) started in HYP mode. [ 0.020324] CPU: Virtualization extensions available. [ 0.022600] allocated 2097152 bytes of page_ext [ 0.023479] devtmpfs: initialized [ 0.035719] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4 [ 0.036226] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.036293] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.042041] pinctrl core: initialized pinctrl subsystem [ 0.044040] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.049128] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.050008] audit: initializing netlink subsys (disabled) [ 0.050431] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.051117] thermal_sys: Registered thermal governor 'fair_share' [ 0.051133] thermal_sys: Registered thermal governor 'bang_bang' [ 0.051142] thermal_sys: Registered thermal governor 'step_wise' [ 0.051546] cpuidle: using governor ladder [ 0.051586] cpuidle: using governor menu [ 0.052206] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.052274] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.063750] platform 1c16000.hdmi: Fixing up cyclic dependency with 1c0d000.lcd-controller [ 0.063844] platform 1c16000.hdmi: Fixing up cyclic dependency with 1c0c000.lcd-controller [ 0.072868] platform 1e40000.display-backend: Fixing up cyclic dependency with 1c0d000.lcd-controller [ 0.072966] platform 1e40000.display-backend: Fixing up cyclic dependency with 1c0c000.lcd-controller [ 0.073044] platform 1e40000.display-backend: Fixing up cyclic dependency with 1e20000.display-frontend [ 0.073152] platform 1e40000.display-backend: Fixing up cyclic dependency with 1e00000.display-frontend [ 0.073783] platform 1e60000.display-backend: Fixing up cyclic dependency with 1c0d000.lcd-controller [ 0.073891] platform 1e60000.display-backend: Fixing up cyclic dependency with 1c0c000.lcd-controller [ 0.073971] platform 1e60000.display-backend: Fixing up cyclic dependency with 1e20000.display-frontend [ 0.074047] platform 1e60000.display-backend: Fixing up cyclic dependency with 1e00000.display-frontend [ 0.076790] platform hdmi-connector: Fixing up cyclic dependency with 1c16000.hdmi [ 0.092135] cryptd: max_cpu_qlen set to 1000 [ 0.164936] raid6: neonx8 gen() 706 MB/s [ 0.233038] raid6: neonx8 xor() 521 MB/s [ 0.301160] raid6: neonx4 gen() 754 MB/s [ 0.369246] raid6: neonx4 xor() 569 MB/s [ 0.437363] raid6: neonx2 gen() 828 MB/s [ 0.505477] raid6: neonx2 xor() 590 MB/s [ 0.573602] raid6: neonx1 gen() 737 MB/s [ 0.641705] raid6: neonx1 xor() 511 MB/s [ 0.709842] raid6: int32x8 gen() 274 MB/s [ 0.777936] raid6: int32x8 xor() 162 MB/s [ 0.846088] raid6: int32x4 gen() 320 MB/s [ 0.914162] raid6: int32x4 xor() 186 MB/s [ 0.982277] raid6: int32x2 gen() 361 MB/s [ 1.050407] raid6: int32x2 xor() 193 MB/s [ 1.118487] raid6: int32x1 gen() 364 MB/s [ 1.186650] raid6: int32x1 xor() 173 MB/s [ 1.186659] raid6: using algorithm neonx2 gen() 828 MB/s [ 1.186667] raid6: .... xor() 590 MB/s, rmw enabled [ 1.186674] raid6: using neon recovery algorithm [ 1.188689] iommu: Default domain type: Translated [ 1.188709] iommu: DMA domain TLB invalidation policy: strict mode [ 1.189216] SCSI subsystem initialized [ 1.189645] libata version 3.00 loaded. [ 1.190025] usbcore: registered new interface driver usbfs [ 1.190091] usbcore: registered new interface driver hub [ 1.190144] usbcore: registered new device driver usb [ 1.190301] mc: Linux media interface: v0.10 [ 1.190362] videodev: Linux video capture interface: v2.00 [ 1.190543] pps_core: LinuxPPS API ver. 1 registered [ 1.190554] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.190577] PTP clock support registered [ 1.191518] Advanced Linux Sound Architecture Driver Initialized. [ 1.192627] NetLabel: Initializing [ 1.192643] NetLabel: domain hash size = 128 [ 1.192652] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.192753] NetLabel: unlabeled traffic allowed by default [ 1.193794] clocksource: Switched to clocksource arch_sys_counter [ 1.242841] VFS: Disk quotas dquot_6.6.0 [ 1.243011] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.243857] AppArmor: AppArmor Filesystem Enabled [ 1.362433] NET: Registered PF_INET protocol family [ 1.362741] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.364229] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.364463] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.364511] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.364641] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.364772] TCP: Hash tables configured (established 8192 bind 8192) [ 1.364985] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.365077] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 1.365517] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.366158] Trying to unpack rootfs image as initramfs... [ 1.366513] armv7-pmu pmu: hw perfevents: no interrupt-affinity property, guessing. [ 1.367467] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available [ 1.369545] Initialise system trusted keyrings [ 1.369681] Key type blacklist registered [ 1.370256] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.378090] zbud: loaded [ 1.380622] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.383528] fuse: init (API version 7.34) [ 1.395902] integrity: Platform Keyring initialized [ 1.518161] xor: measuring software checksum speed [ 1.526690] arm4regs : 1170 MB/sec [ 1.538952] 8regs : 808 MB/sec [ 1.551891] 32regs : 764 MB/sec [ 1.560256] neon : 1188 MB/sec [ 1.560277] xor: using function: neon (1188 MB/sec) [ 1.560300] Key type asymmetric registered [ 1.560310] Asymmetric key parser 'x509' registered [ 1.560753] bounce: pool size: 64 pages [ 1.560929] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.561548] io scheduler mq-deadline registered [ 1.561572] io scheduler kyber registered [ 1.561948] io scheduler bfq registered [ 1.567706] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pi not found, using dummy regulator [ 1.570878] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 1.586427] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 1.590685] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator [ 1.591656] printk: console [ttyS0] disabled [ 1.591788] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 58, base_baud = 1500000) is a 16550A [ 1.592129] printk: console [ttyS0] enabled [ 1.594238] 1c28800.serial: ttyS2 at MMIO 0x1c28800 (irq = 59, base_baud = 1500000) is a 16550A [ 1.594530] serial serial0: tty port ttyS2 registered [ 1.604367] sun4i-drm display-engine: bound 1e00000.display-frontend (ops 0xc0aa0b78) [ 1.604541] sun4i-drm display-engine: bound 1e20000.display-frontend (ops 0xc0aa0b78) [ 1.605170] sun4i-drm display-engine: bound 1e60000.display-backend (ops 0xc0aa0310) [ 1.605589] sun4i-drm display-engine: bound 1e40000.display-backend (ops 0xc0aa0310) [ 1.606411] sun4i-drm display-engine: No panel or bridge found... RGB output disabled [ 1.606457] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a9eb54) [ 1.607140] sun4i-drm display-engine: No panel or bridge found... RGB output disabled [ 1.607183] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xc0a9eb54) [ 1.611979] sun4i-drm display-engine: bound 1c16000.hdmi (ops 0xc0aa1534) [ 1.613257] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 [ 1.678678] Console: switching to colour frame buffer device 240x67 [ 1.734918] sun4i-drm display-engine: [drm] fb0: sun4i-drmdrmfb frame buffer device [ 1.744407] brd: module loaded [ 1.754579] loop: module loaded [ 1.758692] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator [ 1.759097] sun7i-dwmac 1c50000.ethernet: IRQ eth_wake_irq not found [ 1.759121] sun7i-dwmac 1c50000.ethernet: IRQ eth_lpi not found [ 1.759328] sun7i-dwmac 1c50000.ethernet: PTP uses main clock [ 1.759390] sun7i-dwmac 1c50000.ethernet: no regulator found [ 1.759862] sun7i-dwmac 1c50000.ethernet: Version ID not available [ 1.759957] sun7i-dwmac 1c50000.ethernet: DWMAC1000 [ 1.759972] sun7i-dwmac 1c50000.ethernet: No HW DMA feature register supported [ 1.759984] sun7i-dwmac 1c50000.ethernet: TX Checksum insertion supported [ 1.759993] sun7i-dwmac 1c50000.ethernet: Normal descriptors [ 1.760002] sun7i-dwmac 1c50000.ethernet: Ring mode enabled [ 2.776000] Freeing initrd memory: 17704K [ 2.789579] realtek: module verification failed: signature and/or required key missing - tainting kernel [ 2.801122] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.801178] ehci-platform: EHCI generic platform driver [ 2.801408] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.801503] ohci-platform: OHCI generic platform driver [ 2.802340] usbcore: registered new interface driver usb-storage [ 2.803702] sunxi-rtc 1c20d00.rtc: registered as rtc0 [ 2.803765] sunxi-rtc 1c20d00.rtc: setting system clock to 1970-01-01T00:00:12 UTC (12) [ 2.803995] i2c_dev: i2c /dev entries driver [ 2.805606] axp20x-i2c 1-0034: AXP20x variant AXP209 found [ 2.813603] input: axp20x-pek as /devices/platform/soc/1c2ac00.i2c/i2c-1/1-0034/axp20x-pek/input/input0 [ 2.822643] vdd-rtc: supplied by regulator-dummy [ 2.823559] avcc: supplied by regulator-dummy [ 2.824934] ldo3: supplied by regulator-dummy [ 2.825301] ldo4: supplied by regulator-dummy [ 2.826501] ldo5: supplied by regulator-dummy [ 2.827140] vdd-cpu: supplied by regulator-dummy [ 2.827945] vdd-int-dll: supplied by regulator-dummy [ 2.833212] axp20x-i2c 1-0034: Backup (RTC) battery charging is enabled [ 2.833355] axp20x-i2c 1-0034: AXP20X driver loaded [ 2.837329] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 2.838936] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator [ 2.839254] sun4i-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator [ 2.841195] ledtrig-cpu: registered to indicate activity on CPUs [ 2.841609] sun4i-ss 1c15000.crypto-engine: no reset control found [ 2.841739] sun4i-ss 1c15000.crypto-engine: Die ID 0 [ 2.843218] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 2.846319] hid: raw HID events driver (C) Jiri Kosina [ 2.846506] usbcore: registered new interface driver usbhid [ 2.846516] usbhid: USB HID core driver [ 2.850217] debugfs: Directory '1c22c00.codec' with parent 'sun4i-codec' already present! [ 2.857039] Initializing XFRM netlink socket [ 2.858208] NET: Registered PF_INET6 protocol family [ 2.868530] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB [ 2.906134] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.909176] mmc0: new high speed SDHC card at address aaaa [ 2.911620] mmcblk0: mmc0:aaaa SC16G 14.8 GiB [ 2.917164] Segment Routing with IPv6 [ 2.917328] In-situ OAM (IOAM) with IPv6 [ 2.917465] NET: Registered PF_PACKET protocol family [ 2.917514] NET: Registered PF_KEY protocol family [ 2.917622] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.918046] 8021q: 802.1Q VLAN Support v1.8 [ 2.918165] Key type dns_resolver registered [ 2.918710] Registering SWP/SWPB emulation handler [ 2.919380] mmcblk0: p1 [ 2.919821] registered taskstats version 1 [ 2.919846] Loading compiled-in X.509 certificates [ 2.928120] Loaded X.509 cert 'Build time autogenerated kernel key: 62fb46dab2422dc326e7fcb3f4661abeb2c583d1' [ 2.932971] zswap: loaded using pool zstd/z3fold [ 2.934346] Key type .fscrypt registered [ 2.934370] Key type fscrypt-provisioning registered [ 2.942741] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=yes [ 2.955855] Key type encrypted registered [ 2.955898] AppArmor: AppArmor sha1 policy hashing enabled [ 2.977410] ahci-sunxi 1c18000.sata: supply ahci not found, using dummy regulator [ 2.977629] ahci-sunxi 1c18000.sata: supply phy not found, using dummy regulator [ 3.033833] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP [ 3.033857] ahci-sunxi 1c18000.sata: forcing PORTS_IMPL to 0x1 [ 3.033933] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 3.033956] ahci-sunxi 1c18000.sata: flags: ncq sntf pm led clo only pio slum part ccc [ 3.036148] scsi host0: ahci-sunxi [ 3.036648] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 45 [ 3.042965] of_cfs_init [ 3.043133] of_cfs_init: OK [ 3.043813] ALSA device list: [ 3.043834] #0: sun4i-hdmi [ 3.043847] #1: sun4i-codec [ 3.649797] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.651225] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX1R4F, max UDMA/100 [ 3.651248] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32) [ 3.652678] ata1.00: configured for UDMA/100 [ 3.653509] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ABD1 4F PQ: 0 ANSI: 5 [ 3.654854] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.655121] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 3.655142] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 3.655230] sd 0:0:0:0: [sda] Write Protect is off [ 3.655246] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.655466] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.665175] sda: sda1 [ 3.666585] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.673702] Freeing unused kernel image (initmem) memory: 1024K [ 3.678130] Run /init as init process [ 3.678156] with arguments: [ 3.678166] /init [ 3.678173] with environment: [ 3.678180] HOME=/ [ 3.678187] TERM=linux [ 3.678193] splash=verbose [ 3.678200] ubootpart=f3559229-01 [ 3.678207] ubootsource=mmc [ 3.678213] sunxi_ve_mem_reserve=0 [ 3.678220] sunxi_g2d_mem_reserve=0 [ 3.678226] sunxi_fb_mem_reserve=16 [ 3.678234] cgroup_enable=memory [ 4.528758] sunxi-mmc 1c12000.mmc: allocated mmc-pwrseq [ 4.552999] sunxi-mmc 1c12000.mmc: initialized, max. request size: 16384 KB [ 4.600956] mmc1: new high speed SDIO card at address 0001 [ 4.843758] sun5i-a13-gpadc-iio: Failed to locate of_node [id: 0] [ 4.979919] lima 1c40000.gpu: gp - mali400 version major 1 minor 1 [ 4.980019] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1 [ 4.980097] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1 [ 4.980182] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus [ 5.030949] lima 1c40000.gpu: bus rate = 300000000 [ 5.030990] lima 1c40000.gpu: mod rate = 384000000 [ 5.064040] axp20x-gpio axp20x-gpio: DMA mask not set [ 5.067893] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded [ 5.073002] [drm] Initialized lima 1.2.0 20200215 for 1c40000.gpu on minor 1 [ 5.081474] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set [ 6.599189] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none. [ 7.478357] systemd[1]: System time before build time, advancing clock. [ 7.521132] systemd[1]: Inserted module 'autofs4' [ 7.629036] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 7.630163] systemd[1]: Detected architecture arm. [ 7.631280] systemd[1]: Detected first boot. [ 7.634254] systemd[1]: Hostname set to <cubietruck>. [ 7.639404] random: systemd: uninitialized urandom read (16 bytes read) [ 7.639546] systemd[1]: Initializing machine ID from random generator. [ 10.772421] systemd[1]: Failed to populate /etc with preset unit settings, ignoring: Read-only file system [ 11.611049] systemd[1]: Queued start job for default target Graphical Interface. [ 11.614663] random: systemd: uninitialized urandom read (16 bytes read) [ 11.623071] systemd[1]: Created slice Slice /system/modprobe. [ 11.624064] random: systemd: uninitialized urandom read (16 bytes read) [ 11.628158] systemd[1]: Created slice Slice /system/serial-getty. [ 11.628689] random: systemd: uninitialized urandom read (16 bytes read) [ 11.631526] systemd[1]: Created slice User and Session Slice. [ 11.633069] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 11.635853] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 11.637633] systemd[1]: Reached target Remote File Systems. [ 11.638387] systemd[1]: Reached target Slice Units. [ 11.639055] systemd[1]: Reached target Swaps. [ 11.639617] systemd[1]: Reached target System Time Set. [ 11.640946] systemd[1]: Reached target Local Verity Protected Volumes. [ 11.642968] systemd[1]: Listening on Syslog Socket. [ 11.644708] systemd[1]: Listening on fsck to fsckd communication Socket. [ 11.646022] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 11.648567] systemd[1]: Listening on Journal Audit Socket. [ 11.650337] systemd[1]: Listening on Journal Socket (/dev/log). [ 11.652226] systemd[1]: Listening on Journal Socket. [ 11.662086] systemd[1]: Listening on udev Control Socket. [ 11.663809] systemd[1]: Listening on udev Kernel Socket. [ 11.665708] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 11.673335] systemd[1]: Mounting POSIX Message Queue File System... [ 11.683792] systemd[1]: Mounting Kernel Debug File System... [ 11.695711] systemd[1]: Mounting Kernel Trace File System... [ 11.715525] systemd[1]: Starting Restore / save the current clock... [ 11.735580] systemd[1]: Starting Set the console keyboard layout... [ 11.749167] systemd[1]: Starting Create List of Static Device Nodes... [ 11.763679] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 11.798678] systemd[1]: Starting Load Kernel Module configfs... [ 11.819951] systemd[1]: Starting Load Kernel Module drm... [ 11.855317] systemd[1]: Starting Load Kernel Module efi_pstore... [ 11.873660] systemd[1]: Starting Load Kernel Module fuse... [ 11.894913] systemd[1]: Starting Load Kernel Module pstore_blk... [ 11.925283] systemd[1]: Starting Load Kernel Module pstore_zone... [ 11.945442] systemd[1]: Starting Load Kernel Module ramoops... [ 11.961012] systemd[1]: Started Nameserver information manager. [ 11.964172] systemd[1]: Reached target Preparation for Network. [ 11.972437] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 12.013011] systemd[1]: Starting Load Kernel Modules... [ 12.075148] systemd[1]: Starting Remount Root and Kernel File Systems... [ 12.132154] systemd[1]: Starting Coldplug All udev Devices... [ 12.207677] systemd[1]: Mounted POSIX Message Queue File System. [ 12.212650] systemd[1]: Mounted Kernel Debug File System. [ 12.222702] systemd[1]: Mounted Kernel Trace File System. [ 12.233567] systemd[1]: Finished Restore / save the current clock. [ 12.233972] EXT4-fs (mmcblk0p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. [ 12.254532] systemd[1]: Finished Create List of Static Device Nodes. [ 12.268866] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 12.275369] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 12.283786] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 12.290295] systemd[1]: Finished Load Kernel Module configfs. [ 12.298902] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 12.306241] systemd[1]: Finished Load Kernel Module drm. [ 12.317206] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 12.319877] systemd[1]: Finished Load Kernel Module efi_pstore. [ 12.323900] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 12.335135] systemd[1]: Finished Load Kernel Module fuse. [ 12.338944] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 12.350292] systemd[1]: Finished Load Kernel Module pstore_blk. [ 12.353998] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 12.358965] systemd[1]: Finished Load Kernel Module pstore_zone. [ 12.365243] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 12.376219] systemd[1]: Finished Load Kernel Module ramoops. [ 12.393335] systemd[1]: Finished Load Kernel Modules. [ 12.402984] systemd[1]: Finished Remount Root and Kernel File Systems. [ 12.430615] systemd[1]: Mounting FUSE Control File System... [ 12.460645] systemd[1]: Mounting Kernel Configuration File System... [ 12.487322] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 12.507100] systemd[1]: Starting Load/Save Random Seed... [ 12.543382] systemd[1]: Starting Apply Kernel Variables... [ 12.575263] systemd[1]: Starting Create System Users... [ 12.599263] systemd[1]: Mounted FUSE Control File System. [ 12.658767] random: systemd: uninitialized urandom read (16 bytes read) [ 12.661197] systemd[1]: Mounted Kernel Configuration File System. [ 12.714710] systemd[1]: Finished Create System Users. [ 12.726051] random: systemd: uninitialized urandom read (16 bytes read) [ 12.747442] systemd[1]: Starting Create Static Device Nodes in /dev... [ 12.846530] systemd[1]: Finished Apply Kernel Variables. [ 12.898162] systemd[1]: Finished Set the console keyboard layout. [ 12.968595] systemd[1]: Finished Create Static Device Nodes in /dev. [ 12.970698] random: systemd: uninitialized urandom read (16 bytes read) [ 12.971029] systemd[1]: Reached target Preparation for Local File Systems. [ 13.001016] systemd[1]: Mounting /tmp... [ 13.047859] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 13.070681] systemd[1]: Mounted /tmp. [ 13.079853] systemd[1]: Reached target Local File Systems. [ 13.111740] systemd[1]: Starting Load AppArmor profiles... [ 13.151507] systemd[1]: Starting Armbian leds state... [ 13.203448] systemd[1]: Starting Armbian ZRAM config... [ 13.259623] systemd[1]: Starting Set console font and keymap... [ 13.335278] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... [ 13.359836] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 13.372125] systemd[1]: Finished Armbian leds state. [ 13.429686] systemd[1]: Finished Set console font and keymap. [ 13.467394] systemd[1]: Received SIGRTMIN+20 from PID 229 (plymouthd). [ 13.517540] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data. [ 14.021901] random: crng init done [ 14.021929] random: 48 urandom warning(s) missed due to ratelimiting [ 14.065237] systemd[1]: Finished Load/Save Random Seed. [ 14.072032] systemd[1]: Reached target First Boot Complete. [ 14.079979] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 14.133616] systemd[1]: Starting Commit a transient machine-id on disk... [ 14.207304] systemd[1]: Started Rule-based Manager for Device Events and Files. [ 14.572632] systemd[1]: Finished Coldplug All udev Devices. [ 14.608456] systemd[1]: etc-machine\x2did.mount: Deactivated successfully. [ 14.677506] systemd[1]: Finished Commit a transient machine-id on disk. [ 14.764582] systemd[1]: Starting Helper to synchronize boot up for ifupdown... [ 14.875256] systemd[1]: Starting Show Plymouth Boot Screen... [ 14.935289] systemd[1]: Finished Helper to synchronize boot up for ifupdown. [ 15.130054] systemd[1]: Started Show Plymouth Boot Screen. [ 15.132295] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 15.146608] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 15.204418] zram: Added device: zram0 [ 15.204609] systemd[1]: Reached target Local Encrypted Volumes. [ 15.234872] zram: Added device: zram1 [ 15.236001] zram: Added device: zram2 [ 15.673246] zram0: detected capacity change from 0 to 2029784 [ 15.892587] Adding 1014888k swap on /dev/zram0. Priority:5 extents:1 across:1014888k SSFS [ 17.550615] Registered IR keymap rc-empty [ 17.550853] rc rc0: sunxi-ir as /devices/platform/soc/1c21800.ir/rc/rc0 [ 17.566079] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter [ 17.566385] input: sunxi-ir as /devices/platform/soc/1c21800.ir/rc/rc0/input1 [ 17.590162] sunxi-ir 1c21800.ir: initialized sunXi IR driver [ 17.610710] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. [ 17.624935] systemd[1]: Found device /dev/ttyS0. [ 17.654006] cedrus 1c0e000.video-codec: Device registered as /dev/video0 [ 18.026682] zram1: detected capacity change from 0 to 102400 [ 18.063537] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set [ 18.082006] axp20x-adc axp20x-adc: DMA mask not set [ 18.372843] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 18.374574] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 18.393031] usb_phy_generic usb_phy_generic.0.auto: supply vcc not found, using dummy regulator [ 18.393278] usb_phy_generic usb_phy_generic.0.auto: dummy supplies not allowed for exclusive requests [ 18.394641] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver [ 18.394713] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1 [ 18.430219] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 18.430260] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.430274] usb usb1: Product: MUSB HDRC host driver [ 18.430283] usb usb1: Manufacturer: Linux 5.15.82-sunxi musb-hcd [ 18.430293] usb usb1: SerialNumber: musb-hdrc.1.auto [ 18.442327] hub 1-0:1.0: USB hub found [ 18.447999] hub 1-0:1.0: 1 port detected [ 18.455993] ehci-platform 1c14000.usb: EHCI Host Controller [ 18.456062] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 2 [ 18.486246] ehci-platform 1c14000.usb: irq 41, io mem 0x01c14000 [ 18.499024] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 18.502843] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00 [ 18.503306] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 18.503328] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.503341] usb usb2: Product: EHCI Host Controller [ 18.503350] usb usb2: Manufacturer: Linux 5.15.82-sunxi ehci_hcd [ 18.503359] usb usb2: SerialNumber: 1c14000.usb [ 18.504245] hub 2-0:1.0: USB hub found [ 18.504323] hub 2-0:1.0: 1 port detected [ 18.505896] ehci-platform 1c1c000.usb: EHCI Host Controller [ 18.505952] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 3 [ 18.542444] ehci-platform 1c1c000.usb: irq 46, io mem 0x01c1c000 [ 18.557911] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 [ 18.558428] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 18.558452] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.558464] usb usb3: Product: EHCI Host Controller [ 18.558473] usb usb3: Manufacturer: Linux 5.15.82-sunxi ehci_hcd [ 18.558482] usb usb3: SerialNumber: 1c1c000.usb [ 18.559496] hub 3-0:1.0: USB hub found [ 18.559590] hub 3-0:1.0: 1 port detected [ 18.561029] ohci-platform 1c14400.usb: Generic Platform OHCI controller [ 18.561076] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 4 [ 18.582047] ohci-platform 1c14400.usb: irq 42, io mem 0x01c14400 [ 18.646323] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 18.646375] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.646395] usb usb4: Product: Generic Platform OHCI controller [ 18.646418] usb usb4: Manufacturer: Linux 5.15.82-sunxi ohci_hcd [ 18.646433] usb usb4: SerialNumber: 1c14400.usb [ 18.647685] hub 4-0:1.0: USB hub found [ 18.647793] hub 4-0:1.0: 1 port detected [ 18.649635] ohci-platform 1c1c400.usb: Generic Platform OHCI controller [ 18.649692] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 5 [ 18.653412] systemd[1]: Starting Load Kernel Module efi_pstore... [ 18.661064] ohci-platform 1c1c400.usb: irq 47, io mem 0x01c1c400 [ 18.758355] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 18.758397] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 18.758409] usb usb5: Product: Generic Platform OHCI controller [ 18.758419] usb usb5: Manufacturer: Linux 5.15.82-sunxi ohci_hcd [ 18.758428] usb usb5: SerialNumber: 1c1c400.usb [ 18.763455] hub 5-0:1.0: USB hub found [ 18.763578] hub 5-0:1.0: 1 port detected [ 18.770855] systemd[1]: Starting Load Kernel Module pstore_blk... [ 18.948357] systemd[1]: Starting Load Kernel Module pstore_zone... [ 18.978601] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 18.999821] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 19.113000] systemd[1]: Starting Load Kernel Module ramoops... [ 19.171266] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 19.171877] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 19.283373] audit: type=1400 audit(1670829051.436:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=348 comm="apparmor_parser" [ 19.303004] systemd[1]: Finished Armbian ZRAM config. [ 19.354099] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 19.362415] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 19.393589] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 19.410571] systemd[1]: Finished Load Kernel Module efi_pstore. [ 19.451134] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 19.474978] systemd[1]: Finished Load Kernel Module pstore_blk. [ 19.511235] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 19.530961] systemd[1]: Finished Load Kernel Module pstore_zone. [ 19.558014] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43362-sdio for chip BCM43362/1 [ 19.571913] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43362-sdio.cubietech,cubietruck.bin failed with error -2 [ 19.571948] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43362-sdio.cubietech,cubietruck.bin [ 19.592804] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 19.595506] systemd[1]: Finished Load Kernel Module ramoops. [ 19.690794] Bluetooth: Core ver 2.22 [ 19.691027] NET: Registered PF_BLUETOOTH protocol family [ 19.691037] Bluetooth: HCI device and connection manager initialized [ 19.691063] Bluetooth: HCI socket layer initialized [ 19.691076] Bluetooth: L2CAP socket layer initialized [ 19.691119] Bluetooth: SCO socket layer initialized [ 20.116946] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 20.118584] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 20.128311] systemd[1]: Starting Armbian memory supported logging... [ 20.147870] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 20.199141] systemd[1]: Starting Load Kernel Module efi_pstore... [ 20.256668] systemd[1]: Starting Load Kernel Module pstore_blk... [ 20.257892] Bluetooth: HCI UART driver ver 2.3 [ 20.257924] Bluetooth: HCI UART protocol H4 registered [ 20.257931] Bluetooth: HCI UART protocol BCSP registered [ 20.258115] Bluetooth: HCI UART protocol LL registered [ 20.258126] Bluetooth: HCI UART protocol ATH3K registered [ 20.258209] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 20.258608] Bluetooth: HCI UART protocol Broadcom registered [ 20.259149] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [ 20.259450] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator [ 20.326954] systemd[1]: Starting Load Kernel Module pstore_zone... [ 20.395459] systemd[1]: Starting Load Kernel Module ramoops... [ 20.419230] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 20.419774] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 20.667144] Bluetooth: hci0: BCM: chip id 63 [ 20.669961] Bluetooth: hci0: BCM: features 0x07 [ 20.686633] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 20.693641] Bluetooth: hci0: BCM20702A [ 20.693690] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000 [ 20.711213] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 20.781716] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 20.847207] systemd[1]: Finished Load Kernel Module efi_pstore. [ 20.902817] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 20.921141] systemd[1]: Finished Load Kernel Module pstore_blk. [ 20.989520] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 21.016227] systemd[1]: Finished Load Kernel Module pstore_zone. [ 21.021026] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 21.038501] systemd[1]: Finished Load Kernel Module ramoops. [ 21.124730] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none. [ 21.552851] systemd[1]: Reached target Hardware activated USB gadget. [ 21.596360] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 21.597251] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 21.689568] systemd[1]: Starting Load/Save RF Kill Switch Status... [ 21.692456] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt failed with error -2 [ 21.692497] brcmfmac mmc1:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43362-sdio.cubietech,cubietruck.txt [ 21.879646] Bluetooth: hci0: BCM: firmware Patch file not found, tried: [ 21.879678] Bluetooth: hci0: BCM: 'brcm/BCM20702A1.hcd' [ 21.879686] Bluetooth: hci0: BCM: 'brcm/BCM.hcd' [ 22.011918] systemd[1]: Started Load/Save RF Kill Switch Status. [ 22.013709] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 22.023536] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 22.044168] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 22.052587] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43362-sdio for chip BCM43362/1 [ 22.058186] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available [ 22.059014] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43362/1 wl0: Apr 22 2013 14:50:00 version 5.90.195.89.6 FWID 01-b30a427d [ 22.109514] systemd[1]: Starting Load Kernel Module efi_pstore... [ 22.195195] systemd[1]: Starting Load Kernel Module pstore_blk... [ 22.252378] systemd[1]: Starting Load Kernel Module pstore_zone... [ 22.326202] systemd[1]: Starting Load Kernel Module ramoops... [ 22.339537] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 22.340234] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 22.384636] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 22.406535] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 22.431506] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 22.442593] systemd[1]: Finished Load Kernel Module efi_pstore. [ 22.453380] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 22.464120] systemd[1]: Finished Load Kernel Module pstore_blk. [ 22.485185] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 22.496411] systemd[1]: Finished Load Kernel Module pstore_zone. [ 22.522547] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 22.527316] systemd[1]: Finished Load Kernel Module ramoops. [ 22.540038] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 22.959001] audit: type=1400 audit(1670829055.112:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=481 comm="apparmor_parser" [ 22.968179] audit: type=1400 audit(1670829055.120:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=481 comm="apparmor_parser" [ 23.979837] audit: type=1400 audit(1670829056.132:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=347 comm="apparmor_parser" [ 24.004600] audit: type=1400 audit(1670829056.156:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=347 comm="apparmor_parser" [ 26.426544] audit: type=1400 audit(1670829058.580:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=590 comm="apparmor_parser" [ 26.451537] audit: type=1400 audit(1670829058.604:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=590 comm="apparmor_parser" [ 26.466920] audit: type=1400 audit(1670829058.620:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=590 comm="apparmor_parser" [ 26.492854] audit: type=1400 audit(1670829058.644:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=590 comm="apparmor_parser" [ 27.187985] systemd[1]: systemd-rfkill.service: Deactivated successfully. [ 28.158815] audit: type=1400 audit(1670829060.312:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=593 comm="apparmor_parser" [ 28.171468] audit: type=1400 audit(1670829060.324:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=593 comm="apparmor_parser" [ 28.280198] audit: type=1400 audit(1670829060.432:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=593 comm="apparmor_parser" [ 29.792307] systemd[1]: Finished Armbian memory supported logging. [ 29.826957] systemd[1]: Starting Journal Service... [ 30.451946] audit: type=1400 audit(1670829062.604:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/redshift" pid=602 comm="apparmor_parser" [ 30.606964] systemd[1]: Started Journal Service. [ 30.753316] systemd-journald[618]: Received client request to flush runtime journal. [ 31.492337] audit: type=1400 audit(1670829063.644:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oosplash" pid=619 comm="apparmor_parser" [ 32.169473] audit: type=1400 audit(1670829064.320:16): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=624 comm="apparmor_parser" [ 33.769901] vcc3v0: disabling [ 33.769940] vcc5v0: disabling [ 42.516063] sysfs: cannot create duplicate filename '/devices/platform/soc/1c16000.hdmi/dma:audio-tx' [ 42.516122] CPU: 1 PID: 120 Comm: kworker/1:17 Tainted: G C E 5.15.82-sunxi #trunk [ 42.516142] Hardware name: Allwinner sun7i (A20) Family [ 42.516152] Workqueue: events output_poll_execute [ 42.516194] [<c010cd21>] (unwind_backtrace) from [<c01095fd>] (show_stack+0x11/0x14) [ 42.516225] [<c01095fd>] (show_stack) from [<c09e153d>] (dump_stack_lvl+0x2b/0x34) [ 42.516252] [<c09e153d>] (dump_stack_lvl) from [<c031aee1>] (sysfs_warn_dup+0x49/0x54) [ 42.516280] [<c031aee1>] (sysfs_warn_dup) from [<c031b113>] (sysfs_do_create_link_sd+0x87/0xa8) [ 42.516303] [<c031b113>] (sysfs_do_create_link_sd) from [<c060130f>] (dma_request_chan+0xb3/0x1ec) [ 42.516328] [<c060130f>] (dma_request_chan) from [<c08579fd>] (snd_dmaengine_pcm_register+0x85/0x148) [ 42.516355] [<c08579fd>] (snd_dmaengine_pcm_register) from [<c067c121>] (sun4i_hdmi_audio_create+0x1d/0x134) [ 42.516382] [<c067c121>] (sun4i_hdmi_audio_create) from [<c067c947>] (sun4i_hdmi_enable+0xff/0x124) [ 42.516403] [<c067c947>] (sun4i_hdmi_enable) from [<c064a5ff>] (drm_atomic_helper_commit_modeset_enables+0x13f/0x16c) [ 42.516428] [<c064a5ff>] (drm_atomic_helper_commit_modeset_enables) from [<c064ada9>] (drm_atomic_helper_commit_tail_rpm+0x1d/0x4c) [ 42.516449] [<c064ada9>] (drm_atomic_helper_commit_tail_rpm) from [<c064b073>] (commit_tail+0x73/0x148) [ 42.516469] [<c064b073>] (commit_tail) from [<c064baa9>] (drm_atomic_helper_commit+0xd1/0xf0) [ 42.516489] [<c064baa9>] (drm_atomic_helper_commit) from [<c066fdcb>] (drm_client_modeset_commit_atomic+0x15b/0x184) [ 42.516514] [<c066fdcb>] (drm_client_modeset_commit_atomic) from [<c066fe73>] (drm_client_modeset_commit_locked+0x3b/0x104) [ 42.516534] [<c066fe73>] (drm_client_modeset_commit_locked) from [<c066ff57>] (drm_client_modeset_commit+0x1b/0x2c) [ 42.516553] [<c066ff57>] (drm_client_modeset_commit) from [<c064fa17>] (__drm_fb_helper_restore_fbdev_mode_unlocked+0x6f/0x88) [ 42.516577] [<c064fa17>] (__drm_fb_helper_restore_fbdev_mode_unlocked) from [<c064fa91>] (drm_fb_helper_set_par+0x2d/0x4c) [ 42.516596] [<c064fa91>] (drm_fb_helper_set_par) from [<c064fb1f>] (drm_fb_helper_hotplug_event.part.5+0x6f/0x80) [ 42.516614] [<c064fb1f>] (drm_fb_helper_hotplug_event.part.5) from [<c066f6e1>] (drm_client_dev_hotplug+0x4d/0x78) [ 42.516633] [<c066f6e1>] (drm_client_dev_hotplug) from [<c0641d83>] (output_poll_execute+0x17b/0x190) [ 42.516658] [<c0641d83>] (output_poll_execute) from [<c0130dff>] (process_one_work+0x18f/0x3e8) [ 42.516683] [<c0130dff>] (process_one_work) from [<c013115b>] (worker_thread+0x103/0x410) [ 42.516700] [<c013115b>] (worker_thread) from [<c0136b13>] (kthread+0x117/0x12c) [ 42.516726] [<c0136b13>] (kthread) from [<c0100139>] (ret_from_fork+0x11/0x38) [ 42.516747] Exception stack(0xc1dbffb0 to 0xc1dbfff8) [ 42.516759] ffa0: 00000000 00000000 00000000 00000000 [ 42.516772] ffc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 42.516783] ffe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 42.516805] sun4i-hdmi 1c16000.hdmi: Cannot create DMA dma:audio-tx symlink [ 69.982145] audit: type=1400 audit(1670829102.032:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=591 comm="apparmor_parser" [ 69.997331] audit: type=1400 audit(1670829102.148:18): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=591 comm="apparmor_parser" [ 70.116034] audit: type=1400 audit(1670829102.268:19): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=591 comm="apparmor_parser" [ 70.128814] audit: type=1400 audit(1670829102.280:20): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=591 comm="apparmor_parser" [ 70.192766] audit: type=1400 audit(1670829102.344:21): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=591 comm="apparmor_parser" [ 70.623792] audit: type=1400 audit(1670829102.776:22): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=638 comm="apparmor_parser" [ 74.120602] audit: type=1400 audit(1670829106.272:23): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=639 comm="apparmor_parser" [ 74.129597] audit: type=1400 audit(1670829106.280:24): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=639 comm="apparmor_parser" [ 75.476688] audit: type=1400 audit(1670829107.628:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/chronyd" pid=640 comm="apparmor_parser" [ 79.521677] audit: type=1400 audit(1670829111.672:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=641 comm="apparmor_parser" [ 79.545330] audit: type=1400 audit(1670829111.696:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=641 comm="apparmor_parser" [ 79.548410] audit: type=1400 audit(1670829111.700:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=641 comm="apparmor_parser" [ 79.996143] audit: type=1400 audit(1670829112.148:29): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/haveged" pid=642 comm="apparmor_parser" [ 156.615663] audit: type=1400 audit(1670829188.768:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=625 comm="apparmor_parser" [ 156.634402] audit: type=1400 audit(1670829188.788:31): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=625 comm="apparmor_parser" [ 161.257464] EXT4-fs (mmcblk0p1): resizing filesystem from 1540096 to 3849216 blocks [ 172.742157] EXT4-fs (mmcblk0p1): resized to 3670016 blocks [ 173.722731] EXT4-fs (mmcblk0p1): resized filesystem to 3849216 [ 189.520645] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 189.520687] Bluetooth: BNEP filters: protocol multicast [ 189.520731] Bluetooth: BNEP socket layer initialized [ 189.829909] NET: Registered PF_ALG protocol family [ 190.629212] audit: type=1400 audit(1670829222.780:32): apparmor="DENIED" operation="capable" profile="/usr/sbin/cupsd" pid=1886 comm="cupsd" capability=12 capname="net_admin" [ 191.841392] loop0: detected capacity change from 0 to 8 [ 196.485679] phy_rtl8211e_led_fixup in [ 196.506050] sun7i-dwmac 1c50000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211E Gigabit Ethernet] (irq=POLL) [ 196.507841] sun7i-dwmac 1c50000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 196.511084] sun7i-dwmac 1c50000.ethernet eth0: No Safety Features support found [ 196.511116] sun7i-dwmac 1c50000.ethernet eth0: RX IPC Checksum Offload disabled [ 196.511133] sun7i-dwmac 1c50000.ethernet eth0: No MAC Management Counters available [ 196.511146] sun7i-dwmac 1c50000.ethernet eth0: PTP not supported by HW [ 196.562090] sun7i-dwmac 1c50000.ethernet eth0: configuring for phy/rgmii-id link mode [ 199.305948] ieee80211 phy0: brcmf_p2p_create_p2pdev: timeout occurred [ 199.305996] ieee80211 phy0: brcmf_cfg80211_add_iface: add iface p2p-dev-wlan0 type 10 failed: err=-5 [ 199.626882] sun7i-dwmac 1c50000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 199.626967] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 207.402942] audit: type=1400 audit(1670829239.553:33): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1998 comm="apparmor_parser" [ 207.527126] audit: type=1400 audit(1670829239.677:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1998 comm="apparmor_parser" [ 258.294620] usb 5-1: new full-speed USB device number 2 using ohci-platform [ 258.527798] usb 5-1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01 [ 258.527848] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 258.527861] usb 5-1: Product: USB Receiver [ 258.527870] usb 5-1: Manufacturer: Logitech [ 258.547553] input: Logitech USB Receiver as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.0/0003:046D:C534.0001/input/input2 [ 258.608877] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-1c1c400.usb-1/input0 [ 258.622687] input: Logitech USB Receiver Mouse as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.1/0003:046D:C534.0002/input/input3 [ 258.631136] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.1/0003:046D:C534.0002/input/input4 [ 258.691383] input: Logitech USB Receiver System Control as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.1/0003:046D:C534.0002/input/input5 [ 258.696257] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-1c1c400.usb-1/input1 [ 259.023359] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-1c1c400.usb-1/input0 [ 259.177575] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-1c1c400.usb-1/input1 [ 259.244665] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1 [ 259.246656] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2 [ 259.283361] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input8 [ 259.290735] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-1c1c400.usb-1/input1:1 [ 259.293994] input: Logitech Wireless Mouse PID:4054 Mouse as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input13 [ 259.322827] hid-generic 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-1c1c400.usb-1/input1:2 [ 260.189919] input: Logitech Wireless Keyboard PID:4023 as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input17 [ 260.202826] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-1c1c400.usb-1/input1:1 [ 260.233188] input: Logitech Wireless Mouse as /devices/platform/soc/1c1c400.usb/usb5/5-1/5-1:1.1/0003:046D:C534.0002/0003:046D:4054.0004/input/input18 [ 260.233924] logitech-hidpp-device 0003:046D:4054.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-1c1c400.usb-1/input1:2 [ 261.208859] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device connected. [ 325.980018] usb 5-1: USB disconnect, device number 2 >>>>>>>>>>>>>>>>>>>>>>>>>>[ 370.220499] lima 1c40000.gpu: gp error irq state=6000 status=1 >>>>>>>>>>>>>>>>>>>>>>>>>>[ 370.221423] lima 1c40000.gpu: fail to save task state from Xorg pid 3473: error task list is full >>>>>>>>>>>>>>>>>>>>>>>>>>[ 370.221456] lima 1c40000.gpu: gp task error int_state=0 status=0 [ 379.591268] Bluetooth: RFCOMM TTY layer initialized [ 379.591345] Bluetooth: RFCOMM socket layer initialized [ 379.591404] Bluetooth: RFCOMM ver 1.11
  18. @williamvyou mean ppa:liujianfeng1994 and kodi instructions? Done all that. I am talking Chromium YouTube which remains software/CPU rendering. From @Gnattu https://forum.radxa.com/t/armbian-images-are-now-available-for-rock-5b/11896/109 we get: To sum up what you will need to perform hardware decoding using chromium from scratch: Rockchip’s mpp library for the userspace api to access rockchip’s media processing blocks. Look for packages contains librockchip-mpp, librockchip-vpu and rockchip-mpp. Rockchip’s libv4l as a v4l2 plugin so that chromium can use it to access the mpp library. Look for packages contains libv4l and v4l2. You probably need v4l-utils as well. The patched chromium itself. You could find an x11 version in radxa repo. I have yet to succeed, though
  19. I've tried to run Armbian on HK1RBOX V2 with the latest Jammy version (Nov 30,2022). I just replaced the dtb with the one extracted from HK1RBOX V2 firmware. Here is the result -- Jammy XFCE desktop with kernel 4.19 -- Work fine. Need to copy wifi driver from the original firmware to have wifi function. Jammy XFCE desktop with kernel 5.19 -- Blocked. The boot message is as below. Looks like there are something wrong with the dtb compatibility Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 5.19.17-station-p2 (root@c0ef8c0946a8) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #22.11.1 SMP PREEMPT Wed Nov 30 11:18:30 UTC 2022 [ 0.000000] Machine model: Rockchip RK3566 BOX DEMO V10 ANDROID Board [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '') [ 0.000000] printk: bootconsole [uart8250] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] OF: reserved mem: invalid size property in 'rknpu' node. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000010000000, size 8 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000efffffff] [ 0.000000] NUMA: NODE_DATA [mem 0xef805a40-0xef807fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000efffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000083fffff] [ 0.000000] node 0: [mem 0x0000000009400000-0x00000000efffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000efffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] On node 0, zone DMA: 4096 pages in unavailable ranges [ 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: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 30 pages/cpu s83048 r8192 d31640 u122880 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: patching kernel code [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 963080 [ 0.000000] Policy zone: DMA [ 0.000000] Kernel command line: root=UUID=5413fab1-29d3-4294-9172-2033521dfdbd console=ttyFIQ0 console=tty0 rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 bootsplash.bootfile=bootsplash.armbian earlycon=uart8250,mmio32,0xfe660000 [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 3765676K/3913728K available (17024K kernel code, 2880K rwdata, 7016K rodata, 4224K init, 721K bss, 139860K reserved, 8192K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 320 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000 [ 0.000000] ITS [mem 0xfd440000-0xfd45ffff] [ 0.000000] GIC: enabling workaround for ITS: Rockchip RK3568 force no_local_cache [ 0.000000] ITS@0x00000000fd440000: allocated 8192 Devices @24d0000 (indirect, esz 8, psz 64K, shr 0) [ 0.000000] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @24e0000 (flat, esz 2, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] ITS ALLOCATE PROP WORKAROUND [ 0.000000] GICv3: using LPI property table @0x00000000024f0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000002500000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] clk: couldn't get assigned clock 0 for /clock-controller@fdd00000 [ 0.000000] rockchip_clk_of_add_provider: could not register clk provider [ 0.000000] rockchip_clk_of_add_provider: could not register clk provider [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.001086] Failed to get pclk for 'rk_timer' [ 0.002034] Console: colour dummy device 80x25 [ 0.002495] printk: console [tty0] enabled [ 0.002882] printk: bootconsole [uart8250] disabled
  20. armbianmonitor -U 1 2 ### Activated 1 lzo-rle zram swap devices with 994MB each. 3 ### Activated Armbian ramlog partition with zstd compression 4 5 Fri Dec 9 06:53:53 PM CET 2022 | Pine64 | 22.05.3 | arm64 | aarch64 | 5.15.48-sunxi64 6 7 ### dmesg: 8 9 [ 1.295379] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha512 not supported 10 [ 1.295388] sun8i-ce 1c15000.crypto: Register stdrng 11 [ 1.295556] sun8i-ce 1c15000.crypto: TRNG not supported 12 [ 1.295565] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0 13 [ 1.296170] hid: raw HID events driver (C) Jiri Kosina 14 [ 1.296320] usbcore: registered new interface driver usbhid 15 [ 1.296327] usbhid: USB HID core driver 16 [ 1.302464] NET: Registered PF_INET6 protocol family 17 [ 1.955883] Freeing initrd memory: 12684K 18 [ 1.989691] Segment Routing with IPv6 19 [ 1.989807] In-situ OAM (IOAM) with IPv6 20 [ 1.989917] NET: Registered PF_PACKET protocol family 21 [ 1.990072] 8021q: 802.1Q VLAN Support v1.8 22 [ 1.990245] 9pnet: Installing 9P2000 support 23 [ 1.990335] Key type dns_resolver registered 24 [ 1.990873] registered taskstats version 1 25 [ 1.990891] Loading compiled-in X.509 certificates 26 [ 1.995134] Loaded X.509 cert 'Build time autogenerated kernel key: 32330adefd2da02e444296fafd37464380789679' 27 [ 1.999519] zswap: loaded using pool zstd/z3fold 28 [ 2.000278] Key type ._fscrypt registered 29 [ 2.000287] Key type .fscrypt registered 30 [ 2.000293] Key type fscrypt-provisioning registered 31 [ 2.001478] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 32 [ 2.017261] Key type encrypted registered 33 [ 2.017301] AppArmor: AppArmor sha1 policy hashing enabled 34 [ 2.017348] ima: No TPM chip found, activating TPM-bypass! 35 [ 2.017386] ima: Allocated hash algorithm: sha1 36 [ 2.017458] ima: No architecture policies found 37 [ 2.017515] evm: Initialising EVM extended attributes: 38 [ 2.017520] evm: security.selinux 39 [ 2.017526] evm: security.SMACK64 40 [ 2.017530] evm: security.SMACK64EXEC 41 [ 2.017535] evm: security.SMACK64TRANSMUTE 42 [ 2.017539] evm: security.SMACK64MMAP 43 [ 2.017544] evm: security.apparmor 44 [ 2.017549] evm: security.ima 45 [ 2.017554] evm: security.capability 46 [ 2.017558] evm: HMAC attrs: 0x1 47 [ 2.030401] platform 1100000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 48 [ 2.030490] platform 1100000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 49 [ 2.031240] platform 1200000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 50 [ 2.031307] platform 1200000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 51 [ 2.032165] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz 52 [ 2.032550] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found 53 [ 2.034692] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0 54 [ 2.037741] vcc-3v3: supplied by regulator-dummy 55 [ 2.038237] vdd-cpux: supplied by regulator-dummy 56 [ 2.038910] dcdc4: supplied by regulator-dummy 57 [ 2.039103] vcc-dram: supplied by regulator-dummy 58 [ 2.039531] vdd-sys: supplied by regulator-dummy 59 [ 2.040092] vcc-phy: supplied by regulator-dummy 60 [ 2.040434] aldo1: supplied by regulator-dummy 61 [ 2.040616] vcc-pl: supplied by regulator-dummy 62 [ 2.041085] vcc-pll-avcc: supplied by regulator-dummy 63 [ 2.041722] vcc-hdmi: supplied by regulator-dummy 64 [ 2.042088] vcc-mipi: supplied by regulator-dummy 65 [ 2.042472] dldo3: supplied by regulator-dummy 66 [ 2.042833] vcc-wifi: supplied by regulator-dummy 67 [ 2.043218] cpvdd: supplied by regulator-dummy 68 [ 2.043582] eldo2: supplied by regulator-dummy 69 [ 2.043950] eldo3: supplied by regulator-dummy 70 [ 2.044339] vcc-1v2-hsic: supplied by regulator-dummy 71 [ 2.044531] vdd-cpus: supplied by regulator-dummy 72 [ 2.044935] vcc-rtc: supplied by regulator-dummy 73 [ 2.045380] ldo-io0: supplied by regulator-dummy 74 [ 2.045759] ldo-io1: supplied by regulator-dummy 75 [ 2.045885] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded 76 [ 2.050826] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver 77 [ 2.051233] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator 78 [ 2.051785] printk: console [ttyS0] disabled 79 [ 2.051872] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 41, base_baud = 1500000) is a 16550A 80 [ 2.052086] printk: console [ttyS0] enabled 81 [ 2.052806] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator 82 [ 2.053260] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 42, base_baud = 1500000) is a 16550A 83 [ 2.053451] serial serial0: tty port ttyS1 registered 84 [ 2.083968] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800008e16990) 85 [ 2.085749] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff800008e16990) 86 [ 2.086246] sun4i-drm display-engine: No panel or bridge found... RGB output disabled 87 [ 2.086263] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff800008e11ba0) 88 [ 2.086501] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff800008e11ba0) 89 [ 2.087655] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) 90 [ 2.088290] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver 91 [ 2.088666] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff800008e15cc8) 92 [ 2.089340] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 93 [ 2.089450] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 94 [ 2.090166] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator 95 [ 2.090763] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 96 [ 2.091508] ehci-platform 1c1a000.usb: EHCI Host Controller 97 [ 2.091546] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 98 [ 2.091676] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000 99 [ 2.105429] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 100 [ 2.105873] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 101 [ 2.105889] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 102 [ 2.105901] usb usb1: Product: EHCI Host Controller 103 [ 2.105910] usb usb1: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 104 [ 2.105920] usb usb1: SerialNumber: 1c1a000.usb 105 [ 2.106467] hub 1-0:1.0: USB hub found 106 [ 2.106516] hub 1-0:1.0: 1 port detected 107 [ 2.107527] ehci-platform 1c1b000.usb: EHCI Host Controller 108 [ 2.107553] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 109 [ 2.107679] ehci-platform 1c1b000.usb: irq 30, io mem 0x01c1b000 110 [ 2.121430] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 111 [ 2.121720] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 112 [ 2.121735] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 113 [ 2.121747] usb usb2: Product: EHCI Host Controller 114 [ 2.121756] usb usb2: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 115 [ 2.121765] usb usb2: SerialNumber: 1c1b000.usb 116 [ 2.122246] hub 2-0:1.0: USB hub found 117 [ 2.122289] hub 2-0:1.0: 1 port detected 118 [ 2.301512] ohci-platform 1c1a400.usb: Generic Platform OHCI controller 119 [ 2.301552] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 120 [ 2.301731] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400 121 [ 2.365483] usb 1-1: new high-speed USB device number 2 using ehci-platform 122 [ 2.365752] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 123 [ 2.365768] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 124 [ 2.365780] usb usb3: Product: Generic Platform OHCI controller 125 [ 2.365789] usb usb3: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 126 [ 2.365799] usb usb3: SerialNumber: 1c1a400.usb 127 [ 2.366359] hub 3-0:1.0: USB hub found 128 [ 2.366410] hub 3-0:1.0: 1 port detected 129 [ 2.367435] ohci-platform 1c1b400.usb: Generic Platform OHCI controller 130 [ 2.367463] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 131 [ 2.367603] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400 132 [ 2.377431] usb 2-1: new high-speed USB device number 2 using ehci-platform 133 [ 2.433690] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 134 [ 2.433705] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 135 [ 2.433717] usb usb4: Product: Generic Platform OHCI controller 136 [ 2.433726] usb usb4: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 137 [ 2.433736] usb usb4: SerialNumber: 1c1b400.usb 138 [ 2.434255] hub 4-0:1.0: USB hub found 139 [ 2.434301] hub 4-0:1.0: 1 port detected 140 [ 2.435343] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator 141 [ 2.435505] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests 142 [ 2.509674] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver 143 [ 2.509706] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5 144 [ 2.509990] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 145 [ 2.510006] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 146 [ 2.510018] usb usb5: Product: MUSB HDRC host driver 147 [ 2.510027] usb usb5: Manufacturer: Linux 5.15.48-sunxi64 musb-hcd 148 [ 2.510036] usb usb5: SerialNumber: musb-hdrc.4.auto 149 [ 2.510603] hub 5-0:1.0: USB hub found 150 [ 2.510653] hub 5-0:1.0: 1 port detected 151 [ 2.514069] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator 152 [ 2.514140] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version 153 [ 2.515161] sunxi-mmc 1c0f000.mmc: Got CD GPIO 154 [ 2.515161] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq 155 [ 2.515306] of_cfs_init 156 [ 2.515433] of_cfs_init: OK 157 [ 2.515791] ALSA device list: 158 [ 2.515798] No soundcards found. 159 [ 2.531360] usb 1-1: New USB device found, idVendor=1f75, idProduct=0621, bcdDevice= 0.36 160 [ 2.531379] usb 1-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 161 [ 2.531391] usb 1-1: SerialNumber: 20181120 162 [ 2.532355] usb-storage 1-1:1.0: USB Mass Storage device detected 163 [ 2.532902] scsi host0: usb-storage 1-1:1.0 164 [ 2.536597] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 165 [ 2.536613] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 166 [ 2.536624] usb 2-1: Product: USB2.1 Hub 167 [ 2.536634] usb 2-1: Manufacturer: GenesysLogic 168 [ 2.537226] hub 2-1:1.0: USB hub found 169 [ 2.537598] hub 2-1:1.0: 4 ports detected 170 [ 2.540602] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 171 [ 2.540829] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 172 [ 2.542490] Freeing unused kernel memory: 2496K 173 [ 2.542625] Run /init as init process 174 [ 2.542633] with arguments: 175 [ 2.542639] /init 176 [ 2.542645] with environment: 177 [ 2.542650] HOME=/ 178 [ 2.542655] TERM=linux 179 [ 2.542661] ubootpart=ea5e158f-01 180 [ 2.542667] cgroup_enable=memory 181 [ 2.577256] mmc0: new high speed SDHC card at address 0001 182 [ 2.578372] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 183 [ 2.580778] mmcblk0: p1 184 [ 2.853458] usb 2-1.1: new high-speed USB device number 3 using ehci-platform 185 [ 3.038364] usbcore: registered new interface driver uas 186 [ 3.053676] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator 187 [ 3.080577] axp20x-gpio axp20x-gpio: DMA mask not set 188 [ 3.088676] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded 189 [ 3.098900] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator 190 [ 3.099216] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found 191 [ 3.099233] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found 192 [ 3.099565] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator 193 [ 3.099821] dwmac-sun8i 1c30000.ethernet: PTP uses main clock 194 [ 3.099870] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 6 (expect 0) 195 [ 3.100314] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported 196 [ 3.100337] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported 197 [ 3.100344] dwmac-sun8i 1c30000.ethernet: COE Type 2 198 [ 3.100355] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported 199 [ 3.100363] dwmac-sun8i 1c30000.ethernet: Normal descriptors 200 [ 3.100371] dwmac-sun8i 1c30000.ethernet: Chain mode enabled 201 [ 3.205277] usb 2-1.1: New USB device found, idVendor=046d, idProduct=081b, bcdDevice= 0.12 202 [ 3.205312] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 203 [ 3.205324] usb 2-1.1: SerialNumber: AA5FCF90 204 [ 3.313433] usb 2-1.2: new full-speed USB device number 4 using ehci-platform 205 [ 3.456351] usb 2-1.2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00 206 [ 3.456368] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 207 [ 3.456379] usb 2-1.2: Product: FT232R USB UART 208 [ 3.456388] usb 2-1.2: Manufacturer: FTDI 209 [ 3.456397] usb 2-1.2: SerialNumber: AR0K4JEL 210 [ 3.558452] scsi 0:0:0:0: Direct-Access OCZ-VERT EX2 PQ: 0 ANSI: 6 211 [ 3.559075] sd 0:0:0:0: Attached scsi generic sg0 type 0 212 [ 3.560300] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) 213 [ 3.561562] sd 0:0:0:0: [sda] Write Protect is off 214 [ 3.561591] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00 215 [ 3.562830] sd 0:0:0:0: [sda] No Caching mode page found 216 [ 3.562870] sd 0:0:0:0: [sda] Assuming drive cache: write through 217 [ 3.568912] sda: sda1 218 [ 3.572400] sd 0:0:0:0: [sda] Attached SCSI disk 219 [ 3.938137] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. 220 [ 4.530698] systemd[1]: systemd 249.11-0ubuntu3.4 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) 221 [ 4.531436] systemd[1]: Detected architecture arm64. 222 [ 4.534489] systemd[1]: Hostname set to <pine64>. 223 [ 4.658087] dw-apb-uart 1c28000.serial: forbid DMA for kernel console 224 [ 5.479982] systemd[1]: Queued start job for default target Graphical Interface. 225 [ 5.482130] random: systemd: uninitialized urandom read (16 bytes read) 226 [ 5.526010] systemd[1]: Created slice Slice /system/modprobe. 227 [ 5.526743] random: systemd: uninitialized urandom read (16 bytes read) 228 [ 5.529798] systemd[1]: Created slice Slice /system/serial-getty. 229 [ 5.530230] random: systemd: uninitialized urandom read (16 bytes read) 230 [ 5.532549] systemd[1]: Created slice User and Session Slice. 231 [ 5.533035] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 232 [ 5.533611] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 233 [ 5.535113] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 234 [ 5.535657] systemd[1]: Reached target Local Encrypted Volumes. 235 [ 5.536358] systemd[1]: Reached target Slice Units. 236 [ 5.536692] systemd[1]: Reached target Swaps. 237 [ 5.537002] systemd[1]: Reached target System Time Set. 238 [ 5.537587] systemd[1]: Reached target Local Verity Protected Volumes. 239 [ 5.559907] systemd[1]: Listening on RPCbind Server Activation Socket. 240 [ 5.561333] systemd[1]: Listening on Syslog Socket. 241 [ 5.562492] systemd[1]: Listening on fsck to fsckd communication Socket. 242 [ 5.563140] systemd[1]: Listening on initctl Compatibility Named Pipe. 243 [ 5.564650] systemd[1]: Listening on Journal Audit Socket. 244 [ 5.565663] systemd[1]: Listening on Journal Socket (/dev/log). 245 [ 5.566774] systemd[1]: Listening on Journal Socket. 246 [ 5.568082] systemd[1]: Listening on udev Control Socket. 247 [ 5.569057] systemd[1]: Listening on udev Kernel Socket. 248 [ 5.574683] systemd[1]: Mounting Huge Pages File System... 249 [ 5.581617] systemd[1]: Mounting POSIX Message Queue File System... 250 [ 5.587786] systemd[1]: Mounting NFSD configuration filesystem... 251 [ 5.594595] systemd[1]: Mounting Kernel Debug File System... 252 [ 5.595712] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 253 [ 5.596689] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 254 [ 5.605920] systemd[1]: Starting Restore / save the current clock... 255 [ 5.614353] systemd[1]: Starting Set the console keyboard layout... 256 [ 5.623063] systemd[1]: Starting Create List of Static Device Nodes... 257 [ 5.632107] systemd[1]: Starting Load Kernel Module chromeos_pstore... 258 [ 5.640267] systemd[1]: Starting Load Kernel Module configfs... 259 [ 5.648421] systemd[1]: Starting Load Kernel Module drm... 260 [ 5.656519] systemd[1]: Starting Load Kernel Module efi_pstore... 261 [ 5.667005] systemd[1]: Starting Load Kernel Module fuse... 262 [ 5.674704] systemd[1]: Starting Load Kernel Module mtdpstore... 263 [ 5.682795] systemd[1]: Starting Load Kernel Module pstore_blk... 264 [ 5.686006] RPC: Registered named UNIX socket transport module. 265 [ 5.686039] RPC: Registered udp transport module. 266 [ 5.686044] RPC: Registered tcp transport module. 267 [ 5.686049] RPC: Registered tcp NFSv4.1 backchannel transport module. 268 [ 5.691248] systemd[1]: Starting Load Kernel Module pstore_zone... 269 [ 5.699238] systemd[1]: Starting Load Kernel Module ramoops... 270 [ 5.710800] systemd[1]: Started Nameserver information manager. 271 [ 5.712507] systemd[1]: Reached target Preparation for Network. 272 [ 5.714142] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 273 [ 5.728169] fuse: init (API version 7.34) 274 [ 5.746976] systemd[1]: Starting Load Kernel Modules... 275 [ 5.755503] systemd[1]: Starting Remount Root and Kernel File Systems... 276 [ 5.766561] systemd[1]: Starting Coldplug All udev Devices... 277 [ 5.798255] systemd[1]: Mounted Huge Pages File System. 278 [ 5.799407] systemd[1]: Mounted POSIX Message Queue File System. 279 [ 5.800453] systemd[1]: Mounted Kernel Debug File System. 280 [ 5.802887] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). 281 [ 5.804360] systemd[1]: Finished Restore / save the current clock. 282 [ 5.809337] systemd[1]: Finished Create List of Static Device Nodes. 283 [ 5.812287] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. 284 [ 5.819178] systemd[1]: Mounted NFSD configuration filesystem. 285 [ 5.821039] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 286 [ 5.822516] systemd[1]: Finished Load Kernel Module chromeos_pstore. 287 [ 5.824627] systemd[1]: modprobe@configfs.service: Deactivated successfully. 288 [ 5.846741] systemd[1]: Finished Load Kernel Module configfs. 289 [ 5.848800] systemd[1]: modprobe@drm.service: Deactivated successfully. 290 [ 5.850260] systemd[1]: Finished Load Kernel Module drm. 291 [ 5.852292] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 292 [ 5.854781] systemd[1]: Finished Load Kernel Module efi_pstore. 293 [ 5.856829] systemd[1]: modprobe@fuse.service: Deactivated successfully. 294 [ 5.858307] systemd[1]: Finished Load Kernel Module fuse. 295 [ 5.860388] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully. 296 [ 5.861980] systemd[1]: Finished Load Kernel Module mtdpstore. 297 [ 5.864011] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 298 [ 5.865608] systemd[1]: Finished Load Kernel Module pstore_blk. 299 [ 5.867642] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 300 [ 5.869070] systemd[1]: Finished Load Kernel Module pstore_zone. 301 [ 5.871303] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 302 [ 5.872731] systemd[1]: Finished Load Kernel Module ramoops. 303 [ 5.878987] systemd[1]: Finished Load Kernel Modules. 304 [ 5.882737] systemd[1]: Finished Remount Root and Kernel File Systems. 305 [ 5.910247] systemd[1]: Mounting FUSE Control File System... 306 [ 5.921067] systemd[1]: Mounting Kernel Configuration File System... 307 [ 5.921836] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 308 [ 5.928548] systemd[1]: Starting Load/Save Random Seed... 309 [ 5.935441] systemd[1]: Starting Apply Kernel Variables... 310 [ 5.946632] systemd[1]: Starting Create System Users... 311 [ 5.964986] systemd[1]: Mounted FUSE Control File System. 312 [ 5.966445] systemd[1]: Mounted Kernel Configuration File System. 313 [ 6.006390] systemd[1]: Finished Create System Users. 314 [ 6.078730] systemd[1]: Starting Create Static Device Nodes in /dev... 315 [ 6.082512] systemd[1]: Finished Set the console keyboard layout. 316 [ 6.085782] systemd[1]: Finished Apply Kernel Variables. 317 [ 6.134253] systemd[1]: Finished Create Static Device Nodes in /dev. 318 [ 6.135343] systemd[1]: Reached target Preparation for Local File Systems. 319 [ 6.166200] systemd[1]: Mounting /tmp... 320 [ 6.176511] systemd[1]: Starting Rule-based Manager for Device Events and Files... 321 [ 6.181692] systemd[1]: Mounted /tmp. 322 [ 6.183036] systemd[1]: Reached target Local File Systems. 323 [ 6.191937] systemd[1]: Starting Armbian leds state... 324 [ 6.206231] systemd[1]: Starting Armbian ZRAM config... 325 [ 6.214844] systemd[1]: Starting Set console font and keymap... 326 [ 6.215844] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 327 [ 6.216334] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. 328 [ 6.221977] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 329 [ 6.248638] systemd[1]: Finished Set console font and keymap. 330 [ 6.298156] systemd[1]: armbian-led-state.service: Main process exited, code=exited, status=1/FAILURE 331 [ 6.299141] systemd[1]: armbian-led-state.service: Failed with result 'exit-code'. 332 [ 6.300999] systemd[1]: Failed to start Armbian leds state. 333 [ 6.310527] systemd[1]: Finished Coldplug All udev Devices. 334 [ 6.322224] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 335 [ 6.441891] systemd[1]: Started Rule-based Manager for Device Events and Files. 336 [ 6.570005] zram: Added device: zram0 337 [ 6.570788] zram: Added device: zram1 338 [ 6.571532] zram: Added device: zram2 339 [ 6.659205] urandom_read_iter: 54 callbacks suppressed 340 [ 6.659234] random: systemd: uninitialized urandom read (16 bytes read) 341 [ 6.679091] zram0: detected capacity change from 0 to 2037280 342 [ 6.757626] random: systemd: uninitialized urandom read (16 bytes read) 343 [ 6.757774] random: systemd: uninitialized urandom read (16 bytes read) 344 [ 6.841466] random: crng init done 345 [ 6.841488] random: 6 urandom warning(s) missed due to ratelimiting 346 [ 6.851333] systemd[1]: Finished Load/Save Random Seed. 347 [ 6.852488] systemd[1]: Condition check resulted in First Boot Complete being skipped. 348 [ 6.852618] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 349 [ 6.852764] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 350 [ 6.961299] mc: Linux media interface: v0.10 351 [ 6.976285] Adding 1018636k swap on /dev/zram0. Priority:5 extents:1 across:1018636k SSFS 352 [ 7.036741] systemd[1]: Found device /dev/ttyS0. 353 [ 7.047314] videodev: Linux video capture interface: v2.00 354 [ 7.274657] zram1: detected capacity change from 0 to 102400 355 [ 7.290084] lima 1c40000.gpu: gp - mali400 version major 1 minor 1 356 [ 7.290221] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1 357 [ 7.290277] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1 358 [ 7.290336] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus 359 [ 7.292006] lima 1c40000.gpu: bus rate = 200000000 360 [ 7.292092] lima 1c40000.gpu: mod rate = 432000000 361 [ 7.317277] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned. 362 [ 7.344557] [drm] Initialized lima 1.2.0 20200215 for 1c40000.gpu on minor 1 363 [ 7.418277] cedrus 1c0e000.video-codec: Device registered as /dev/video0 364 [ 7.455716] systemd[1]: Finished Armbian ZRAM config. 365 [ 7.475341] axp20x-battery-power-supply axp20x-battery-power-supply: DMA mask not set 366 [ 7.480922] axp20x-ac-power-supply axp20x-ac-power-supply: DMA mask not set 367 [ 7.483821] Bluetooth: Core ver 2.22 368 [ 7.484187] NET: Registered PF_BLUETOOTH protocol family 369 [ 7.484205] Bluetooth: HCI device and connection manager initialized 370 [ 7.484264] Bluetooth: HCI socket layer initialized 371 [ 7.484282] Bluetooth: L2CAP socket layer initialized 372 [ 7.484327] Bluetooth: SCO socket layer initialized 373 [ 7.589325] systemd[1]: Starting Armbian memory supported logging... 374 [ 7.598740] axp20x-adc axp813-adc: DMA mask not set 375 [ 7.612201] usbcore: registered new interface driver usbserial_generic 376 [ 7.612315] usbserial: USB Serial support registered for generic 377 [ 7.622639] hwmon hwmon4: temp1_input not attached to any thermal zone 378 [ 7.657205] usbcore: registered new interface driver ftdi_sio 379 [ 7.657375] usbserial: USB Serial support registered for FTDI USB Serial Device 380 [ 7.676661] usb 2-1.1: Found UVC 1.00 device <unnamed> (046d:081b) 381 [ 7.678801] ftdi_sio 2-1.2:1.0: FTDI USB Serial Device converter detected 382 [ 7.684383] usb 2-1.2: Detected FT232RL 383 [ 7.703921] systemd[1]: Found device /sys/subsystem/net/devices/eth0. 384 [ 7.738461] input: UVC Camera (046d:081b) as /devices/platform/soc/1c1b000.usb/usb2/2-1/2-1.1/2-1.1:1.0/input/input1 385 [ 7.752488] usb 2-1.2: FTDI USB Serial Device converter now attached to ttyUSB0 386 [ 7.782744] Bluetooth: HCI UART driver ver 2.3 387 [ 7.782841] Bluetooth: HCI UART protocol H4 registered 388 [ 7.782850] Bluetooth: HCI UART protocol BCSP registered 389 [ 7.786686] systemd[1]: Started ifup for eth0. 390 [ 7.792020] usbcore: registered new interface driver uvcvideo 391 [ 7.809997] Bluetooth: HCI UART protocol LL registered 392 [ 7.810071] Bluetooth: HCI UART protocol ATH3K registered 393 [ 7.810347] Bluetooth: HCI UART protocol Three-wire (H5) registered 394 [ 7.810958] Bluetooth: HCI UART protocol Intel registered 395 [ 7.811175] dw-apb-uart 1c28400.serial: failed to request DMA 396 [ 7.811268] Bluetooth: HCI UART protocol Broadcom registered 397 [ 7.811332] Bluetooth: HCI UART protocol QCA registered 398 [ 7.811340] Bluetooth: HCI UART protocol AG6XX registered 399 [ 7.811389] Bluetooth: HCI UART protocol Marvell registered 400 [ 7.846757] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none. 401 [ 7.917124] systemd[1]: ifup@eth0.service: Main process exited, code=exited, status=1/FAILURE 402 [ 7.918479] systemd[1]: ifup@eth0.service: Failed with result 'exit-code'. 403 [ 8.319754] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. 404 [ 8.478418] jack: irq plug-in 405 [ 8.482104] input: sun50i-a64-audio Headset Jack as /devices/platform/sound/sound/card2/input2 406 [ 8.689482] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 407 [ 8.690039] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 408 [ 8.714465] systemd[1]: Starting Load Kernel Module chromeos_pstore... 409 [ 8.721368] systemd[1]: Starting Load Kernel Module efi_pstore... 410 [ 8.732748] systemd[1]: Starting Load Kernel Module mtdpstore... 411 [ 8.739423] systemd[1]: Starting Load Kernel Module pstore_blk... 412 [ 8.747849] systemd[1]: Starting Load Kernel Module pstore_zone... 413 [ 8.755291] systemd[1]: Starting Load Kernel Module ramoops... 414 [ 8.756221] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 415 [ 8.756466] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 416 [ 8.756695] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 417 [ 8.759961] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 418 [ 8.761898] systemd[1]: Finished Load Kernel Module chromeos_pstore. 419 [ 8.764356] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 420 [ 8.765893] systemd[1]: Finished Load Kernel Module efi_pstore. 421 [ 8.768350] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully. 422 [ 8.769339] systemd[1]: Finished Load Kernel Module mtdpstore. 423 [ 8.771060] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 424 [ 8.772028] systemd[1]: Finished Load Kernel Module pstore_blk. 425 [ 8.774069] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 426 [ 8.775053] systemd[1]: Finished Load Kernel Module pstore_zone. 427 [ 8.781672] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 428 [ 8.782910] systemd[1]: Finished Load Kernel Module ramoops. 429 [ 8.784391] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 430 [ 9.163505] usb 2-1.1: set resolution quirk: cval->res = 384 431 [ 9.164160] usbcore: registered new interface driver snd-usb-audio 432 [ 9.229632] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 433 [ 9.230142] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 434 [ 9.266220] systemd[1]: Starting Load Kernel Module chromeos_pstore... 435 [ 9.273877] systemd[1]: Starting Load Kernel Module efi_pstore... 436 [ 9.279738] systemd[1]: Starting Load Kernel Module mtdpstore... 437 [ 9.285950] systemd[1]: Starting Load Kernel Module pstore_blk... 438 [ 9.292133] systemd[1]: Starting Load Kernel Module pstore_zone... 439 [ 9.298483] systemd[1]: Starting Load Kernel Module ramoops... 440 [ 9.299431] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 441 [ 9.299693] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 442 [ 9.299879] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 443 [ 9.302560] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 444 [ 9.304024] systemd[1]: Finished Load Kernel Module chromeos_pstore. 445 [ 9.306167] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 446 [ 9.307249] systemd[1]: Finished Load Kernel Module efi_pstore. 447 [ 9.309320] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully. 448 [ 9.310390] systemd[1]: Finished Load Kernel Module mtdpstore. 449 [ 9.312050] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 450 [ 9.312975] systemd[1]: Finished Load Kernel Module pstore_blk. 451 [ 9.314656] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 452 [ 9.315585] systemd[1]: Finished Load Kernel Module pstore_zone. 453 [ 9.317200] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 454 [ 9.318222] systemd[1]: Finished Load Kernel Module ramoops. 455 [ 9.319228] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 456 [ 9.599031] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 457 [ 9.599538] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 458 [ 9.630260] systemd[1]: Starting Load Kernel Module chromeos_pstore... 459 [ 9.636198] systemd[1]: Starting Load Kernel Module efi_pstore... 460 [ 9.642285] systemd[1]: Starting Load Kernel Module mtdpstore... 461 [ 9.648507] systemd[1]: Starting Load Kernel Module pstore_blk... 462 [ 9.654783] systemd[1]: Starting Load Kernel Module pstore_zone... 463 [ 9.661018] systemd[1]: Starting Load Kernel Module ramoops... 464 [ 9.661938] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 465 [ 9.662180] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 466 [ 9.662379] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 467 [ 9.666196] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 468 [ 9.668105] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 469 [ 9.669272] systemd[1]: Finished Load Kernel Module chromeos_pstore. 470 [ 9.671364] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 471 [ 9.672277] systemd[1]: Finished Load Kernel Module efi_pstore. 472 [ 9.674113] systemd[1]: modprobe@mtdpstore.service: Deactivated successfully. 473 [ 9.675048] systemd[1]: Finished Load Kernel Module mtdpstore. 474 [ 9.676820] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 475 [ 9.677871] systemd[1]: Finished Load Kernel Module pstore_blk. 476 [ 9.679532] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 477 [ 9.680430] systemd[1]: Finished Load Kernel Module pstore_zone. 478 [ 9.682259] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 479 [ 9.683210] systemd[1]: Finished Load Kernel Module ramoops. 480 [ 9.689068] systemd[1]: Starting Raise network interfaces... 481 [ 9.689706] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 482 [ 10.079326] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE 483 [ 10.079976] systemd[1]: networking.service: Failed with result 'exit-code'. 484 [ 10.081243] systemd[1]: Failed to start Raise network interfaces. 485 [ 11.214316] systemd[1]: Finished Armbian memory supported logging. 486 [ 11.261900] systemd[1]: Starting Journal Service... 487 [ 11.475047] systemd[1]: Started Journal Service. 488 [ 11.544421] systemd-journald[658]: Received client request to flush runtime journal. 489 490 ### armbian-release: 491 492 # PLEASE DO NOT EDIT THIS FILE 493 BOARD=pine64 494 BOARD_NAME="Pine64" 495 BOARDFAMILY=sun50iw1 496 BUILD_REPOSITORY_URL=https://github.com/armbian/build 497 BUILD_REPOSITORY_COMMIT=13f5fba13c1 498 VERSION=22.05.3 499 LINUXFAMILY=sunxi64 500 ARCH=arm64 501 IMAGE_TYPE=stable 502 BOARD_TYPE=conf 503 INITRD_ARCH=arm64 504 KERNEL_IMAGE_TYPE=stable 505 BRANCH=current 506 507 ### boot environment: 508 509 verbosity=1 510 bootlogo=false 511 console=both 512 disp_mode=1920x1080p60 513 overlay_prefix=sun50i-a64 514 rootdev=UUID=1a07fccf-6922-49b1-ace2-e12d87fdb297 515 rootfstype=ext4 516 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 517 518 ### lsusb: 519 520 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 521 Bus 002 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC 522 Bus 002 Device 003: ID 046d:081b Logitech, Inc. Webcam C310 523 Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 524 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 525 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 526 Bus 001 Device 002: ID 1f75:0621 Innostor Technology Corporation IS621 SATA Storage Controller 527 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 528 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 529 530 ### lscpu: 531 532 Architecture: aarch64 533 CPU op-mode(s): 32-bit, 64-bit 534 Byte Order: Little Endian 535 CPU(s): 4 536 On-line CPU(s) list: 0-3 537 Vendor ID: ARM 538 Model name: Cortex-A53 539 Model: 4 540 Thread(s) per core: 1 541 Core(s) per cluster: 4 542 Socket(s): - 543 Cluster(s): 1 544 Stepping: r0p4 545 CPU max MHz: 1152.0000 546 CPU min MHz: 648.0000 547 BogoMIPS: 48.00 548 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 549 NUMA node(s): 1 550 NUMA node0 CPU(s): 0-3 551 Vulnerability Itlb multihit: Not affected 552 Vulnerability L1tf: Not affected 553 Vulnerability Mds: Not affected 554 Vulnerability Meltdown: Not affected 555 Vulnerability Mmio stale data: Not affected 556 Vulnerability Spec store bypass: Not affected 557 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 558 Vulnerability Spectre v2: Not affected 559 Vulnerability Srbds: Not affected 560 Vulnerability Tsx async abort: Not affected 561 562 ### cpuinfo: 563 564 processor : 0 565 BogoMIPS : 48.00 566 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 567 CPU implementer : 0x41 568 CPU architecture: 8 569 CPU variant : 0x0 570 CPU part : 0xd03 571 CPU revision : 4 572 573 processor : 1 574 BogoMIPS : 48.00 575 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 576 CPU implementer : 0x41 577 CPU architecture: 8 578 CPU variant : 0x0 579 CPU part : 0xd03 580 CPU revision : 4 581 582 processor : 2 583 BogoMIPS : 48.00 584 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 585 CPU implementer : 0x41 586 CPU architecture: 8 587 CPU variant : 0x0 588 CPU part : 0xd03 589 CPU revision : 4 590 591 processor : 3 592 BogoMIPS : 48.00 593 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 594 CPU implementer : 0x41 595 CPU architecture: 8 596 CPU variant : 0x0 597 CPU part : 0xd03 598 CPU revision : 4 599 600 601 ### meminfo: 602 603 MemTotal: 2037276 kB 604 MemFree: 1863420 kB 605 MemAvailable: 1876548 kB 606 Buffers: 11652 kB 607 Cached: 61360 kB 608 SwapCached: 0 kB 609 Active: 27756 kB 610 Inactive: 63724 kB 611 Active(anon): 348 kB 612 Inactive(anon): 21196 kB 613 Active(file): 27408 kB 614 Inactive(file): 42528 kB 615 Unevictable: 0 kB 616 Mlocked: 0 kB 617 SwapTotal: 1018636 kB 618 SwapFree: 1018636 kB 619 Dirty: 12512 kB 620 Writeback: 0 kB 621 AnonPages: 18340 kB 622 Mapped: 16968 kB 623 Shmem: 3252 kB 624 KReclaimable: 10284 kB 625 Slab: 34276 kB 626 SReclaimable: 10284 kB 627 SUnreclaim: 23992 kB 628 KernelStack: 2272 kB 629 PageTables: 1452 kB 630 NFS_Unstable: 0 kB 631 Bounce: 0 kB 632 WritebackTmp: 0 kB 633 CommitLimit: 2037272 kB 634 Committed_AS: 40296 kB 635 VmallocTotal: 133143592960 kB 636 VmallocUsed: 24140 kB 637 VmallocChunk: 0 kB 638 Percpu: 1264 kB 639 AnonHugePages: 0 kB 640 ShmemHugePages: 0 kB 641 ShmemPmdMapped: 0 kB 642 FileHugePages: 0 kB 643 FilePmdMapped: 0 kB 644 CmaTotal: 131072 kB 645 CmaFree: 128768 kB 646 HugePages_Total: 0 647 HugePages_Free: 0 648 HugePages_Rsvd: 0 649 HugePages_Surp: 0 650 Hugepagesize: 2048 kB 651 Hugetlb: 0 kB 652 653 ### virtual memory: 654 655 vm.admin_reserve_kbytes = 8192 656 vm.compaction_proactiveness = 20 657 vm.compact_unevictable_allowed = 1 658 vm.dirty_background_bytes = 0 659 vm.dirty_background_ratio = 10 660 vm.dirty_bytes = 0 661 vm.dirty_expire_centisecs = 3000 662 vm.dirty_ratio = 20 663 vm.dirtytime_expire_seconds = 43200 664 vm.dirty_writeback_centisecs = 500 665 vm.extfrag_threshold = 500 666 vm.hugetlb_shm_group = 0 667 vm.laptop_mode = 0 668 vm.legacy_va_layout = 0 669 vm.lowmem_reserve_ratio = 256 256 32 0 670 vm.max_map_count = 65530 671 vm.min_free_kbytes = 22528 672 vm.min_slab_ratio = 5 673 vm.min_unmapped_ratio = 1 674 vm.mmap_min_addr = 32768 675 vm.mmap_rnd_bits = 18 676 vm.mmap_rnd_compat_bits = 11 677 vm.nr_hugepages = 0 678 vm.nr_hugepages_mempolicy = 0 679 vm.nr_overcommit_hugepages = 0 680 vm.numa_stat = 1 681 vm.numa_zonelist_order = Node 682 vm.oom_dump_tasks = 1 683 vm.oom_kill_allocating_task = 0 684 vm.overcommit_kbytes = 0 685 vm.overcommit_memory = 0 686 vm.overcommit_ratio = 50 687 vm.page-cluster = 0 688 vm.page_lock_unfairness = 5 689 vm.panic_on_oom = 0 690 vm.percpu_pagelist_high_fraction = 0 691 vm.stat_interval = 1 692 vm.swappiness = 100 693 vm.user_reserve_kbytes = 63007 694 vm.vfs_cache_pressure = 100 695 vm.watermark_boost_factor = 15000 696 vm.watermark_scale_factor = 10 697 vm.zone_reclaim_mode = 0 698 699 ### ip addr: 700 701 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 702 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 703 inet XXX.XXX.0.1/8 scope host lo 704 valid_lft forever preferred_lft forever 705 inet6 ::1/128 scope host 706 valid_lft forever preferred_lft forever 707 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 708 link/ether 02:ba:85:77:17:e9 brd ff:ff:ff:ff:ff:ff 709 710 ### partitions: 711 712 major minor #blocks name 713 714 179 0 31260672 mmcblk0 715 179 1 30928896 mmcblk0p1 716 8 0 117220824 sda 717 8 1 117218304 sda1 718 252 0 1018640 zram0 719 252 1 51200 zram1 720 721 ### df: 722 723 tmpfs 199M 3.2M 196M 2% /run 724 /dev/sda1 110G 19G 86G 19% / 725 tmpfs 995M 0 995M 0% /dev/shm 726 tmpfs 5.0M 4.0K 5.0M 1% /run/lock 727 tmpfs 995M 0 995M 0% /tmp 728 /dev/zram1 47M 13M 32M 29% /var/log 729 730 ### lsblk: 731 732 NAME FSTYPE SIZE MOUNTPOINT UUID 733 sda 111.8G 734 └─sda1 ext4 111.8G / 933d6d44-0352-46aa-8100-fd703056ae3d 735 mmcblk0 29.8G 736 └─mmcblk0p1 ext4 29.5G 1a07fccf-6922-49b1-ace2-e12d87fdb297 737 zram1 50M /var/log 738 zram2 0B 739 740 ### zramctl: 741 742 NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT 743 /dev/zram1 zstd 50M 68K 732B 44K 4 /var/log 744 /dev/zram0 lzo-rle 994.8M 4K 74B 12K 4 [SWAP] 745 746 ### mtab: 747 748 /dev/sda1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 749 /dev/sda1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 750 /dev/zram1 /var/log ext4 rw,relatime,discard 0 0 751 752 ### mmc0:0001 info: 753 754 fwrev: 0x0 755 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=EB1QT MODALIAS=mmc:block 756 cid: 1b534d454231515430bc836120012941 757 rca: 0x0001 758 csd: 400e00325b590000ee7f7f800a404055 759 manfid: 0x00001b 760 ocr: 0x00200000 761 preferred_erase_size: 4194304 762 type: SD 763 hwrev: 0x3 764 date: 09/2018 765 dsr: 0x404 766 erase_size: 512 767 oemid: 0x534d 768 serial: 0xbc836120 769 ssr: 0000000005000000040090000f051c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 770 scr: 02b5800200000000 771 name: EB1QT 772 773 ### Boot system health: 774 775 Time CPU load %cpu %sys %usr %nice %io %irq CPU C.St. 776 18:53:54: 1152MHz 0.23 52% 30% 17% 0% 3% 0% 40.7°C 0/7 777 18:53:55: 1056MHz 0.23 54% 24% 28% 0% 0% 0% 41.2°C 0/7 778 18:53:55: 1152MHz 0.23 35% 19% 14% 0% 0% 1% 41.2°C 0/7 779 18:53:55: 1056MHz 0.23 36% 18% 15% 1% 0% 1% 36.1°C 0/7 780 18:53:56: 1008MHz 0.23 35% 17% 15% 1% 0% 0% 36.1°C 0/7 781 782 ### No more available zram devices () 783 784 Fri Dec 9 09:02:35 PM CET 2022 | Pine64 | 22.11.1 | arm64 | aarch64 | 5.15.48-sunxi64 785 786 ### dmesg: 787 788 [ 0.003390] rcu: Hierarchical SRCU implementation. 789 [ 0.004905] smp: Bringing up secondary CPUs ... 790 [ 0.006156] Detected VIPT I-cache on CPU1 791 [ 0.006225] arch_timer: CPU1: Trapping CNTVCT access 792 [ 0.006242] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] 793 [ 0.007054] Detected VIPT I-cache on CPU2 794 [ 0.007090] arch_timer: CPU2: Trapping CNTVCT access 795 [ 0.007101] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] 796 [ 0.007832] Detected VIPT I-cache on CPU3 797 [ 0.007866] arch_timer: CPU3: Trapping CNTVCT access 798 [ 0.007876] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] 799 [ 0.008000] smp: Brought up 1 node, 4 CPUs 800 [ 0.008017] SMP: Total of 4 processors activated. 801 [ 0.008024] CPU features: detected: 32-bit EL0 Support 802 [ 0.008030] CPU features: detected: CRC32 instructions 803 [ 0.022878] CPU: All CPU(s) started at EL2 804 [ 0.022912] alternatives: patching kernel code 805 [ 0.024731] devtmpfs: initialized 806 [ 0.032773] Registered cp15_barrier emulation handler 807 [ 0.032807] Registered setend emulation handler 808 [ 0.032990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 809 [ 0.033014] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) 810 [ 0.038461] pinctrl core: initialized pinctrl subsystem 811 [ 0.040135] NET: Registered PF_NETLINK/PF_ROUTE protocol family 812 [ 0.041986] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations 813 [ 0.042165] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 814 [ 0.042365] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 815 [ 0.042476] audit: initializing netlink subsys (disabled) 816 [ 0.042691] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 817 [ 0.043293] thermal_sys: Registered thermal governor 'fair_share' 818 [ 0.043301] thermal_sys: Registered thermal governor 'bang_bang' 819 [ 0.043307] thermal_sys: Registered thermal governor 'step_wise' 820 [ 0.043312] thermal_sys: Registered thermal governor 'user_space' 821 [ 0.043749] cpuidle: using governor menu 822 [ 0.044007] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. 823 [ 0.044119] ASID allocator initialised with 65536 entries 824 [ 0.044315] Serial: AMBA PL011 UART driver 825 [ 0.060307] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0d000.lcd-controller 826 [ 0.061835] platform hdmi-connector: Fixing up cyclic dependency with 1ee0000.hdmi 827 [ 0.069915] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 828 [ 0.069939] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages 829 [ 0.069948] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 830 [ 0.069956] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages 831 [ 0.072137] cryptd: max_cpu_qlen set to 1000 832 [ 0.140260] raid6: neonx8 gen() 1456 MB/s 833 [ 0.208333] raid6: neonx8 xor() 1091 MB/s 834 [ 0.276415] raid6: neonx4 gen() 1495 MB/s 835 [ 0.344481] raid6: neonx4 xor() 1081 MB/s 836 [ 0.412575] raid6: neonx2 gen() 1411 MB/s 837 [ 0.480651] raid6: neonx2 xor() 991 MB/s 838 [ 0.548725] raid6: neonx1 gen() 1229 MB/s 839 [ 0.616797] raid6: neonx1 xor() 848 MB/s 840 [ 0.684870] raid6: int64x8 gen() 1019 MB/s 841 [ 0.752945] raid6: int64x8 xor() 533 MB/s 842 [ 0.821018] raid6: int64x4 gen() 1126 MB/s 843 [ 0.889081] raid6: int64x4 xor() 573 MB/s 844 [ 0.957167] raid6: int64x2 gen() 962 MB/s 845 [ 1.025230] raid6: int64x2 xor() 509 MB/s 846 [ 1.093311] raid6: int64x1 gen() 716 MB/s 847 [ 1.161376] raid6: int64x1 xor() 372 MB/s 848 [ 1.161383] raid6: using algorithm neonx4 gen() 1495 MB/s 849 [ 1.161389] raid6: .... xor() 1081 MB/s, rmw enabled 850 [ 1.161395] raid6: using neon recovery algorithm 851 [ 1.162072] iommu: Default domain type: Translated 852 [ 1.162081] iommu: DMA domain TLB invalidation policy: strict mode 853 [ 1.162408] SCSI subsystem initialized 854 [ 1.162634] usbcore: registered new interface driver usbfs 855 [ 1.162684] usbcore: registered new interface driver hub 856 [ 1.162720] usbcore: registered new device driver usb 857 [ 1.163047] pps_core: LinuxPPS API ver. 1 registered 858 [ 1.163054] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 859 [ 1.163073] PTP clock support registered 860 [ 1.163583] ARM FF-A: FFA_VERSION returned not supported 861 [ 1.163979] Advanced Linux Sound Architecture Driver Initialized. 862 [ 1.164722] NetLabel: Initializing 863 [ 1.164728] NetLabel: domain hash size = 128 864 [ 1.164734] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 865 [ 1.164818] NetLabel: unlabeled traffic allowed by default 866 [ 1.165322] clocksource: Switched to clocksource arch_sys_counter 867 [ 1.165555] VFS: Disk quotas dquot_6.6.0 868 [ 1.165617] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 869 [ 1.166276] AppArmor: AppArmor Filesystem Enabled 870 [ 1.173500] NET: Registered PF_INET protocol family 871 [ 1.173779] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) 872 [ 1.175152] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) 873 [ 1.175196] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 874 [ 1.175214] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) 875 [ 1.175374] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) 876 [ 1.175700] TCP: Hash tables configured (established 16384 bind 16384) 877 [ 1.175864] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) 878 [ 1.175932] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) 879 [ 1.176154] NET: Registered PF_UNIX/PF_LOCAL protocol family 880 [ 1.176746] Trying to unpack rootfs image as initramfs... 881 [ 1.186754] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available 882 [ 1.193921] Initialise system trusted keyrings 883 [ 1.194017] Key type blacklist registered 884 [ 1.194270] workingset: timestamp_bits=44 max_order=19 bucket_order=0 885 [ 1.200671] zbud: loaded 886 [ 1.202448] squashfs: version 4.0 (2009/01/31) Phillip Lougher 887 [ 1.205034] integrity: Platform Keyring initialized 888 [ 1.258464] xor: automatically using best checksumming function 32regs 889 [ 1.258493] async_tx: api initialized (async) 890 [ 1.258505] Key type asymmetric registered 891 [ 1.258512] Asymmetric key parser 'x509' registered 892 [ 1.258656] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 893 [ 1.258833] io scheduler mq-deadline registered 894 [ 1.258842] io scheduler kyber registered 895 [ 1.259058] io scheduler bfq registered 896 [ 1.263135] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver 897 [ 1.273197] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled 898 [ 1.285222] loop: module loaded 899 [ 1.287819] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 900 [ 1.287855] ehci-platform: EHCI generic platform driver 901 [ 1.288013] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 902 [ 1.288028] ohci-platform: OHCI generic platform driver 903 [ 1.288523] usbcore: registered new interface driver usb-storage 904 [ 1.289104] mousedev: PS/2 mouse device common for all mice 905 [ 1.290282] sun6i-rtc 1f00000.rtc: registered as rtc0 906 [ 1.290323] sun6i-rtc 1f00000.rtc: setting system clock to 2022-12-09T20:02:25 UTC (1670616145) 907 [ 1.290445] sun6i-rtc 1f00000.rtc: RTC enabled 908 [ 1.290557] i2c_dev: i2c /dev entries driver 909 [ 1.291379] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) 910 [ 1.293519] sun50i-a64-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator 911 [ 1.294045] sdhci: Secure Digital Host Controller Interface driver 912 [ 1.294054] sdhci: Copyright(c) Pierre Ossman 913 [ 1.294083] Synopsys Designware Multimedia Card Interface Driver 914 [ 1.294845] sdhci-pltfm: SDHCI platform and OF driver helper 915 [ 1.295969] ledtrig-cpu: registered to indicate activity on CPUs 916 [ 1.296474] SMCCC: SOC_ID: ID = jep106:091e:1689 Revision = 0x00000001 917 [ 1.296794] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) 918 [ 1.297091] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 919 [ 1.297277] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 920 [ 1.297523] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 921 [ 1.297645] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 922 [ 1.297746] sun8i-ce 1c15000.crypto: Register cbc(aes) 923 [ 1.297935] sun8i-ce 1c15000.crypto: Register ecb(aes) 924 [ 1.298075] sun8i-ce 1c15000.crypto: Register cbc(des3_ede) 925 [ 1.298216] sun8i-ce 1c15000.crypto: Register ecb(des3_ede) 926 [ 1.298350] sun8i-ce 1c15000.crypto: Register md5 927 [ 1.298490] sun8i-ce 1c15000.crypto: Register sha1 928 [ 1.298623] sun8i-ce 1c15000.crypto: Register sha224 929 [ 1.298763] sun8i-ce 1c15000.crypto: Register sha256 930 [ 1.298897] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha384 not supported 931 [ 1.298908] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha512 not supported 932 [ 1.298916] sun8i-ce 1c15000.crypto: Register stdrng 933 [ 1.299072] sun8i-ce 1c15000.crypto: TRNG not supported 934 [ 1.299083] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0 935 [ 1.299677] hid: raw HID events driver (C) Jiri Kosina 936 [ 1.299825] usbcore: registered new interface driver usbhid 937 [ 1.299833] usbhid: USB HID core driver 938 [ 1.305971] NET: Registered PF_INET6 protocol family 939 [ 1.956399] Freeing initrd memory: 12684K 940 [ 1.989933] Segment Routing with IPv6 941 [ 1.990034] In-situ OAM (IOAM) with IPv6 942 [ 1.990136] NET: Registered PF_PACKET protocol family 943 [ 1.990283] 8021q: 802.1Q VLAN Support v1.8 944 [ 1.990452] 9pnet: Installing 9P2000 support 945 [ 1.990566] Key type dns_resolver registered 946 [ 1.991114] registered taskstats version 1 947 [ 1.991132] Loading compiled-in X.509 certificates 948 [ 1.995427] Loaded X.509 cert 'Build time autogenerated kernel key: 32330adefd2da02e444296fafd37464380789679' 949 [ 1.999778] zswap: loaded using pool zstd/z3fold 950 [ 2.000511] Key type ._fscrypt registered 951 [ 2.000519] Key type .fscrypt registered 952 [ 2.000525] Key type fscrypt-provisioning registered 953 [ 2.001703] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 954 [ 2.017536] Key type encrypted registered 955 [ 2.017572] AppArmor: AppArmor sha1 policy hashing enabled 956 [ 2.017617] ima: No TPM chip found, activating TPM-bypass! 957 [ 2.017661] ima: Allocated hash algorithm: sha1 958 [ 2.017704] ima: No architecture policies found 959 [ 2.017759] evm: Initialising EVM extended attributes: 960 [ 2.017764] evm: security.selinux 961 [ 2.017770] evm: security.SMACK64 962 [ 2.017774] evm: security.SMACK64EXEC 963 [ 2.017779] evm: security.SMACK64TRANSMUTE 964 [ 2.017783] evm: security.SMACK64MMAP 965 [ 2.017788] evm: security.apparmor 966 [ 2.017793] evm: security.ima 967 [ 2.017797] evm: security.capability 968 [ 2.017802] evm: HMAC attrs: 0x1 969 [ 2.030714] platform 1100000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 970 [ 2.030811] platform 1100000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 971 [ 2.031564] platform 1200000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 972 [ 2.031633] platform 1200000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 973 [ 2.032492] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz 974 [ 2.032926] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found 975 [ 2.035103] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0 976 [ 2.038141] vcc-3v3: supplied by regulator-dummy 977 [ 2.038637] vdd-cpux: supplied by regulator-dummy 978 [ 2.039288] dcdc4: supplied by regulator-dummy 979 [ 2.039504] vcc-dram: supplied by regulator-dummy 980 [ 2.039949] vdd-sys: supplied by regulator-dummy 981 [ 2.040463] vcc-phy: supplied by regulator-dummy 982 [ 2.040836] aldo1: supplied by regulator-dummy 983 [ 2.041013] vcc-pl: supplied by regulator-dummy 984 [ 2.041491] vcc-pll-avcc: supplied by regulator-dummy 985 [ 2.042113] vcc-hdmi: supplied by regulator-dummy 986 [ 2.042474] vcc-mipi: supplied by regulator-dummy 987 [ 2.042859] dldo3: supplied by regulator-dummy 988 [ 2.043225] vcc-wifi: supplied by regulator-dummy 989 [ 2.043589] cpvdd: supplied by regulator-dummy 990 [ 2.043978] eldo2: supplied by regulator-dummy 991 [ 2.044351] eldo3: supplied by regulator-dummy 992 [ 2.044717] vcc-1v2-hsic: supplied by regulator-dummy 993 [ 2.044938] vdd-cpus: supplied by regulator-dummy 994 [ 2.045386] vcc-rtc: supplied by regulator-dummy 995 [ 2.045840] ldo-io0: supplied by regulator-dummy 996 [ 2.046176] ldo-io1: supplied by regulator-dummy 997 [ 2.046296] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded 998 [ 2.051157] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver 999 [ 2.051588] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator 1000 [ 2.052176] printk: console [ttyS0] disabled 1001 [ 2.052263] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 41, base_baud = 1500000) is a 16550A 1002 [ 2.052473] printk: console [ttyS0] enabled 1003 [ 2.053167] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator 1004 [ 2.053687] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 42, base_baud = 1500000) is a 16550A 1005 [ 2.053845] serial serial0: tty port ttyS1 registered 1006 [ 2.084440] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800008e16990) 1007 [ 2.086282] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff800008e16990) 1008 [ 2.086798] sun4i-drm display-engine: No panel or bridge found... RGB output disabled 1009 [ 2.086818] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff800008e11ba0) 1010 [ 2.087052] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff800008e11ba0) 1011 [ 2.088217] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) 1012 [ 2.088848] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver 1013 [ 2.089229] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff800008e15cc8) 1014 [ 2.089992] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 1015 [ 2.090079] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 1016 [ 2.090792] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator 1017 [ 2.091360] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 1018 [ 2.092081] ehci-platform 1c1a000.usb: EHCI Host Controller 1019 [ 2.092115] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 1020 [ 2.092247] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000 1021 [ 2.105340] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 1022 [ 2.105712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 1023 [ 2.105728] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1024 [ 2.105740] usb usb1: Product: EHCI Host Controller 1025 [ 2.105749] usb usb1: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 1026 [ 2.105759] usb usb1: SerialNumber: 1c1a000.usb 1027 [ 2.106319] hub 1-0:1.0: USB hub found 1028 [ 2.106378] hub 1-0:1.0: 1 port detected 1029 [ 2.107445] ehci-platform 1c1b000.usb: EHCI Host Controller 1030 [ 2.107471] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 1031 [ 2.107612] ehci-platform 1c1b000.usb: irq 30, io mem 0x01c1b000 1032 [ 2.121326] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 1033 [ 2.121651] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 1034 [ 2.121667] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1035 [ 2.121678] usb usb2: Product: EHCI Host Controller 1036 [ 2.121687] usb usb2: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 1037 [ 2.121697] usb usb2: SerialNumber: 1c1b000.usb 1038 [ 2.122190] hub 2-0:1.0: USB hub found 1039 [ 2.122240] hub 2-0:1.0: 1 port detected 1040 [ 2.297431] ohci-platform 1c1a400.usb: Generic Platform OHCI controller 1041 [ 2.297470] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 1042 [ 2.297607] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400 1043 [ 2.361386] usb 1-1: new high-speed USB device number 2 using ehci-platform 1044 [ 2.361675] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 1045 [ 2.361690] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1046 [ 2.361702] usb usb3: Product: Generic Platform OHCI controller 1047 [ 2.361712] usb usb3: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 1048 [ 2.361721] usb usb3: SerialNumber: 1c1a400.usb 1049 [ 2.362233] hub 3-0:1.0: USB hub found 1050 [ 2.362281] hub 3-0:1.0: 1 port detected 1051 [ 2.363296] ohci-platform 1c1b400.usb: Generic Platform OHCI controller 1052 [ 2.363323] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 1053 [ 2.363492] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400 1054 [ 2.377341] usb 2-1: new high-speed USB device number 2 using ehci-platform 1055 [ 2.425592] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 1056 [ 2.425607] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1057 [ 2.425619] usb usb4: Product: Generic Platform OHCI controller 1058 [ 2.425629] usb usb4: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 1059 [ 2.425638] usb usb4: SerialNumber: 1c1b400.usb 1060 [ 2.426151] hub 4-0:1.0: USB hub found 1061 [ 2.426205] hub 4-0:1.0: 1 port detected 1062 [ 2.427269] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator 1063 [ 2.427419] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests 1064 [ 2.505603] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver 1065 [ 2.505635] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5 1066 [ 2.505915] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 1067 [ 2.505931] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1068 [ 2.505943] usb usb5: Product: MUSB HDRC host driver 1069 [ 2.505952] usb usb5: Manufacturer: Linux 5.15.48-sunxi64 musb-hcd 1070 [ 2.505962] usb usb5: SerialNumber: musb-hdrc.4.auto 1071 [ 2.506486] hub 5-0:1.0: USB hub found 1072 [ 2.506535] hub 5-0:1.0: 1 port detected 1073 [ 2.509992] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator 1074 [ 2.510054] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version 1075 [ 2.511089] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq 1076 [ 2.511096] sunxi-mmc 1c0f000.mmc: Got CD GPIO 1077 [ 2.511224] of_cfs_init 1078 [ 2.511388] of_cfs_init: OK 1079 [ 2.511811] ALSA device list: 1080 [ 2.511819] No soundcards found. 1081 [ 2.519310] usb 1-1: New USB device found, idVendor=1f75, idProduct=0621, bcdDevice= 0.36 1082 [ 2.519327] usb 1-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 1083 [ 2.519338] usb 1-1: SerialNumber: 20181120 1084 [ 2.520305] usb-storage 1-1:1.0: USB Mass Storage device detected 1085 [ 2.520835] scsi host0: usb-storage 1-1:1.0 1086 [ 2.536408] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 1087 [ 2.536425] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 1088 [ 2.536437] usb 2-1: Product: USB2.1 Hub 1089 [ 2.536446] usb 2-1: Manufacturer: GenesysLogic 1090 [ 2.536559] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 1091 [ 2.536788] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 1092 [ 2.538570] Freeing unused kernel memory: 2496K 1093 [ 2.538798] hub 2-1:1.0: USB hub found 1094 [ 2.538952] Run /init as init process 1095 [ 2.538960] with arguments: 1096 [ 2.538966] /init 1097 [ 2.538973] with environment: 1098 [ 2.538978] HOME=/ 1099 [ 2.538983] TERM=linux 1100 [ 2.538988] ubootpart=ea5e158f-01 1101 [ 2.538994] cgroup_enable=memory 1102 [ 2.539224] hub 2-1:1.0: 4 ports detected 1103 [ 2.573398] mmc0: new high speed SDHC card at address 0001 1104 [ 2.574518] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 1105 [ 2.576949] mmcblk0: p1 1106 [ 2.853398] usb 2-1.1: new high-speed USB device number 3 using ehci-platform 1107 [ 3.043430] usbcore: registered new interface driver uas 1108 [ 3.058898] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator 1109 [ 3.067368] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator 1110 [ 3.067643] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found 1111 [ 3.067658] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found 1112 [ 3.067986] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator 1113 [ 3.069558] dwmac-sun8i 1c30000.ethernet: PTP uses main clock 1114 [ 3.069621] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 6 (expect 0) 1115 [ 3.071253] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported 1116 [ 3.071280] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported 1117 [ 3.071288] dwmac-sun8i 1c30000.ethernet: COE Type 2 1118 [ 3.071298] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported 1119 [ 3.071307] dwmac-sun8i 1c30000.ethernet: Normal descriptors 1120 [ 3.071315] dwmac-sun8i 1c30000.ethernet: Chain mode enabled 1121 [ 3.093587] axp20x-gpio axp20x-gpio: DMA mask not set 1122 [ 3.094580] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded 1123 [ 3.206728] usb 2-1.1: New USB device found, idVendor=046d, idProduct=081b, bcdDevice= 0.12 1124 [ 3.206766] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 1125 [ 3.206779] usb 2-1.1: SerialNumber: AA5FCF90 1126 [ 3.313376] usb 2-1.2: new full-speed USB device number 4 using ehci-platform 1127 [ 3.452285] usb 2-1.2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00 1128 [ 3.452301] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 1129 [ 3.452313] usb 2-1.2: Product: FT232R USB UART 1130 [ 3.452323] usb 2-1.2: Manufacturer: FTDI 1131 [ 3.452332] usb 2-1.2: SerialNumber: AR0K4JEL 1132 [ 3.526365] scsi 0:0:0:0: Direct-Access OCZ-VERT EX2 PQ: 0 ANSI: 6 1133 [ 3.527753] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) 1134 [ 3.528870] sd 0:0:0:0: [sda] Write Protect is off 1135 [ 3.528902] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00 1136 [ 3.529262] sd 0:0:0:0: Attached scsi generic sg0 type 0 1137 [ 3.530692] sd 0:0:0:0: [sda] No Caching mode page found 1138 [ 3.530722] sd 0:0:0:0: [sda] Assuming drive cache: write through 1139 [ 3.536985] sda: sda1 1140 [ 3.540595] sd 0:0:0:0: [sda] Attached SCSI disk 1141 [ 3.931963] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. 1142 [ 4.528269] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) 1143 [ 4.528991] systemd[1]: Detected architecture arm64. 1144 [ 4.531890] systemd[1]: Hostname set to <pine64>. 1145 [ 4.621537] dw-apb-uart 1c28000.serial: forbid DMA for kernel console 1146 [ 5.500464] systemd[1]: Queued start job for default target Graphical Interface. 1147 [ 5.502727] random: systemd: uninitialized urandom read (16 bytes read) 1148 [ 5.537903] systemd[1]: Created slice Slice /system/modprobe. 1149 [ 5.538624] random: systemd: uninitialized urandom read (16 bytes read) 1150 [ 5.541663] systemd[1]: Created slice Slice /system/serial-getty. 1151 [ 5.542122] random: systemd: uninitialized urandom read (16 bytes read) 1152 [ 5.544480] systemd[1]: Created slice User and Session Slice. 1153 [ 5.544953] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 1154 [ 5.545514] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 1155 [ 5.546961] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 1156 [ 5.547503] systemd[1]: Reached target Local Encrypted Volumes. 1157 [ 5.548232] systemd[1]: Reached target Slice Units. 1158 [ 5.548589] systemd[1]: Reached target Swaps. 1159 [ 5.548895] systemd[1]: Reached target System Time Set. 1160 [ 5.549405] systemd[1]: Reached target Local Verity Protected Volumes. 1161 [ 5.572118] systemd[1]: Listening on RPCbind Server Activation Socket. 1162 [ 5.574322] systemd[1]: Listening on Syslog Socket. 1163 [ 5.575558] systemd[1]: Listening on fsck to fsckd communication Socket. 1164 [ 5.576233] systemd[1]: Listening on initctl Compatibility Named Pipe. 1165 [ 5.577886] systemd[1]: Listening on Journal Audit Socket. 1166 [ 5.578920] systemd[1]: Listening on Journal Socket (/dev/log). 1167 [ 5.580016] systemd[1]: Listening on Journal Socket. 1168 [ 5.581504] systemd[1]: Listening on udev Control Socket. 1169 [ 5.582525] systemd[1]: Listening on udev Kernel Socket. 1170 [ 5.588297] systemd[1]: Mounting Huge Pages File System... 1171 [ 5.595231] systemd[1]: Mounting POSIX Message Queue File System... 1172 [ 5.601550] systemd[1]: Mounting NFSD configuration filesystem... 1173 [ 5.608288] systemd[1]: Mounting Kernel Debug File System... 1174 [ 5.609832] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 1175 [ 5.610770] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 1176 [ 5.619686] systemd[1]: Starting Restore / save the current clock... 1177 [ 5.628104] systemd[1]: Starting Set the console keyboard layout... 1178 [ 5.628788] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped. 1179 [ 5.635996] systemd[1]: Starting Load Kernel Module chromeos_pstore... 1180 [ 5.643611] systemd[1]: Starting Load Kernel Module configfs... 1181 [ 5.651538] systemd[1]: Starting Load Kernel Module drm... 1182 [ 5.659669] systemd[1]: Starting Load Kernel Module efi_pstore... 1183 [ 5.667830] systemd[1]: Starting Load Kernel Module fuse... 1184 [ 5.675761] systemd[1]: Starting Load Kernel Module pstore_blk... 1185 [ 5.683701] systemd[1]: Starting Load Kernel Module pstore_zone... 1186 [ 5.691618] systemd[1]: Starting Load Kernel Module ramoops... 1187 [ 5.699936] systemd[1]: Started Nameserver information manager. 1188 [ 5.701621] systemd[1]: Reached target Preparation for Network. 1189 [ 5.702869] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 1190 [ 5.716634] systemd[1]: Starting Load Kernel Modules... 1191 [ 5.725472] systemd[1]: Starting Remount Root and Kernel File Systems... 1192 [ 5.734296] systemd[1]: Starting Coldplug All udev Devices... 1193 [ 5.750420] systemd[1]: Mounted Huge Pages File System. 1194 [ 5.751616] systemd[1]: Mounted POSIX Message Queue File System. 1195 [ 5.753049] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a 1196 [ 5.753100] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. 1197 [ 5.755299] systemd[1]: Failed to mount NFSD configuration filesystem. 1198 [ 5.755680] systemd[1]: Dependency failed for NFS server and services. 1199 [ 5.755833] systemd[1]: Dependency failed for NFSv4 ID-name mapping service. 1200 [ 5.755984] systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. 1201 [ 5.756053] systemd[1]: Dependency failed for NFS Mount Daemon. 1202 [ 5.756189] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. 1203 [ 5.756240] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. 1204 [ 5.756380] systemd[1]: Dependency failed for NFSv4 Client Tracking Daemon. 1205 [ 5.756562] systemd[1]: nfsdcld.service: Job nfsdcld.service/start failed with result 'dependency'. 1206 [ 5.758112] systemd[1]: Mounted Kernel Debug File System. 1207 [ 5.761151] systemd[1]: Finished Restore / save the current clock. 1208 [ 5.763553] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 1209 [ 5.764878] systemd[1]: Finished Load Kernel Module chromeos_pstore. 1210 [ 5.767379] systemd[1]: modprobe@configfs.service: Deactivated successfully. 1211 [ 5.767574] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. 1212 [ 5.768874] systemd[1]: Finished Load Kernel Module configfs. 1213 [ 5.776591] systemd[1]: modprobe@drm.service: Deactivated successfully. 1214 [ 5.778255] systemd[1]: Finished Load Kernel Module drm. 1215 [ 5.780632] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 1216 [ 5.782253] systemd[1]: Finished Load Kernel Module efi_pstore. 1217 [ 5.784523] systemd[1]: modprobe@fuse.service: Deactivated successfully. 1218 [ 5.798648] systemd[1]: Finished Load Kernel Module fuse. 1219 [ 5.800762] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 1220 [ 5.802373] systemd[1]: Finished Load Kernel Module pstore_blk. 1221 [ 5.804429] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 1222 [ 5.805902] systemd[1]: Finished Load Kernel Module pstore_zone. 1223 [ 5.807916] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 1224 [ 5.809433] systemd[1]: Finished Load Kernel Module ramoops. 1225 [ 5.814710] systemd[1]: Finished Load Kernel Modules. 1226 [ 5.817646] systemd[1]: Finished Remount Root and Kernel File Systems. 1227 [ 5.819844] systemd[1]: Condition check resulted in FUSE Control File System being skipped. 1228 [ 5.826540] systemd[1]: Mounting Kernel Configuration File System... 1229 [ 5.827387] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 1230 [ 5.835049] systemd[1]: Starting Load/Save Random Seed... 1231 [ 5.844291] systemd[1]: Starting Apply Kernel Variables... 1232 [ 5.854674] systemd[1]: Starting Create System Users... 1233 [ 5.869265] systemd[1]: Mounted Kernel Configuration File System. 1234 [ 5.928348] systemd[1]: Finished Create System Users. 1235 [ 5.936531] systemd[1]: Starting Create Static Device Nodes in /dev... 1236 [ 5.942985] systemd[1]: Finished Apply Kernel Variables. 1237 [ 5.996023] systemd[1]: Finished Create Static Device Nodes in /dev. 1238 [ 6.009955] systemd[1]: Starting Rule-based Manager for Device Events and Files... 1239 [ 6.044327] systemd[1]: Finished Set the console keyboard layout. 1240 [ 6.045700] systemd[1]: Reached target Preparation for Local File Systems. 1241 [ 6.057748] systemd[1]: Mounting /tmp... 1242 [ 6.069732] systemd[1]: Mounted /tmp. 1243 [ 6.070790] systemd[1]: Reached target Local File Systems. 1244 [ 6.077945] systemd[1]: Starting Armbian leds state... 1245 [ 6.090143] systemd[1]: Starting Armbian ZRAM config... 1246 [ 6.107098] systemd[1]: Starting Set console font and keymap... 1247 [ 6.108139] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 1248 [ 6.108566] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. 1249 [ 6.115447] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 1250 [ 6.138860] systemd[1]: Finished Set console font and keymap. 1251 [ 6.165497] systemd[1]: armbian-led-state.service: Main process exited, code=exited, status=1/FAILURE 1252 [ 6.166483] systemd[1]: armbian-led-state.service: Failed with result 'exit-code'. 1253 [ 6.170132] systemd[1]: Failed to start Armbian leds state. 1254 [ 6.284623] systemd[1]: Finished Coldplug All udev Devices. 1255 [ 6.312456] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 1256 [ 6.343224] systemd[1]: Started Rule-based Manager for Device Events and Files. 1257 [ 6.431848] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE 1258 [ 6.432784] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'. 1259 [ 6.434739] systemd[1]: Failed to start Armbian ZRAM config. 1260 [ 6.469719] systemd[1]: Starting Armbian memory supported logging... 1261 [ 6.555476] urandom_read_iter: 51 callbacks suppressed 1262 [ 6.555506] random: systemd: uninitialized urandom read (16 bytes read) 1263 [ 6.652261] random: systemd: uninitialized urandom read (16 bytes read) 1264 [ 6.652371] random: systemd: uninitialized urandom read (16 bytes read) 1265 [ 6.785166] random: crng init done 1266 [ 6.785195] random: 8 urandom warning(s) missed due to ratelimiting 1267 [ 6.807855] systemd[1]: Finished Load/Save Random Seed. 1268 [ 6.809714] systemd[1]: Condition check resulted in First Boot Complete being skipped. 1269 [ 6.809986] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 1270 [ 6.810286] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 1271 [ 6.872276] systemd[1]: Found device /dev/ttyS0. 1272 [ 7.432756] systemd[1]: Found device /sys/subsystem/net/devices/eth0. 1273 [ 7.475372] systemd[1]: Started ifup for eth0. 1274 [ 7.479618] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 1275 [ 7.487385] systemd[1]: Starting Raise network interfaces... 1276 [ 7.492546] systemd[1]: ifup@eth0.service: Main process exited, code=exited, status=1/FAILURE 1277 [ 7.493724] systemd[1]: ifup@eth0.service: Failed with result 'exit-code'. 1278 [ 8.020551] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE 1279 [ 8.021493] systemd[1]: networking.service: Failed with result 'exit-code'. 1280 [ 8.023165] systemd[1]: Failed to start Raise network interfaces. 1281 [ 10.555645] systemd[1]: Finished Armbian memory supported logging. 1282 [ 10.593602] systemd[1]: Starting Journal Service... 1283 [ 10.855401] systemd[1]: Started Journal Service. 1284 [ 10.906967] systemd-journald[587]: Received client request to flush runtime journal. 1285 1286 ### armbian-release: 1287 1288 # PLEASE DO NOT EDIT THIS FILE 1289 BOARD=pine64 1290 BOARD_NAME="Pine64" 1291 BOARDFAMILY=sun50iw1 1292 BUILD_REPOSITORY_URL=https://github.com/armbian/build 1293 BUILD_REPOSITORY_COMMIT=84940abb 1294 VERSION=22.11.1 1295 LINUXFAMILY=sunxi64 1296 ARCH=arm64 1297 IMAGE_TYPE=stable 1298 BOARD_TYPE=conf 1299 INITRD_ARCH=arm64 1300 KERNEL_IMAGE_TYPE=Image 1301 1302 ### boot environment: 1303 1304 verbosity=1 1305 bootlogo=false 1306 console=both 1307 disp_mode=1920x1080p60 1308 overlay_prefix=sun50i-a64 1309 rootdev=UUID=1a07fccf-6922-49b1-ace2-e12d87fdb297 1310 rootfstype=ext4 1311 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 1312 1313 1314 ### lsusb: 1315 1316 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 1317 Bus 002 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC 1318 Bus 002 Device 003: ID 046d:081b Logitech, Inc. Webcam C310 1319 Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 1320 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 1321 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 1322 Bus 001 Device 002: ID 1f75:0621 Innostor Technology Corporation IS621 SATA Storage Controller 1323 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 1324 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 1325 1326 ### lscpu: 1327 1328 Architecture: aarch64 1329 CPU op-mode(s): 32-bit, 64-bit 1330 Byte Order: Little Endian 1331 CPU(s): 4 1332 On-line CPU(s) list: 0-3 1333 Vendor ID: ARM 1334 Model name: Cortex-A53 1335 Model: 4 1336 Thread(s) per core: 1 1337 Core(s) per cluster: 4 1338 Socket(s): - 1339 Cluster(s): 1 1340 Stepping: r0p4 1341 BogoMIPS: 48.00 1342 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1343 NUMA node(s): 1 1344 NUMA node0 CPU(s): 0-3 1345 Vulnerability Itlb multihit: Not affected 1346 Vulnerability L1tf: Not affected 1347 Vulnerability Mds: Not affected 1348 Vulnerability Meltdown: Not affected 1349 Vulnerability Mmio stale data: Not affected 1350 Vulnerability Spec store bypass: Not affected 1351 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 1352 Vulnerability Spectre v2: Not affected 1353 Vulnerability Srbds: Not affected 1354 Vulnerability Tsx async abort: Not affected 1355 1356 ### cpuinfo: 1357 1358 processor : 0 1359 BogoMIPS : 48.00 1360 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1361 CPU implementer : 0x41 1362 CPU architecture: 8 1363 CPU variant : 0x0 1364 CPU part : 0xd03 1365 CPU revision : 4 1366 1367 processor : 1 1368 BogoMIPS : 48.00 1369 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1370 CPU implementer : 0x41 1371 CPU architecture: 8 1372 CPU variant : 0x0 1373 CPU part : 0xd03 1374 CPU revision : 4 1375 1376 processor : 2 1377 BogoMIPS : 48.00 1378 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1379 CPU implementer : 0x41 1380 CPU architecture: 8 1381 CPU variant : 0x0 1382 CPU part : 0xd03 1383 CPU revision : 4 1384 1385 processor : 3 1386 BogoMIPS : 48.00 1387 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 1388 CPU implementer : 0x41 1389 CPU architecture: 8 1390 CPU variant : 0x0 1391 CPU part : 0xd03 1392 CPU revision : 4 1393 1394 1395 ### meminfo: 1396 1397 MemTotal: 2037276 kB 1398 MemFree: 1893432 kB 1399 MemAvailable: 1887720 kB 1400 Buffers: 11348 kB 1401 Cached: 52144 kB 1402 SwapCached: 0 kB 1403 Active: 27656 kB 1404 Inactive: 52880 kB 1405 Active(anon): 288 kB 1406 Inactive(anon): 33144 kB 1407 Active(file): 27368 kB 1408 Inactive(file): 19736 kB 1409 Unevictable: 0 kB 1410 Mlocked: 0 kB 1411 SwapTotal: 0 kB 1412 SwapFree: 0 kB 1413 Dirty: 16 kB 1414 Writeback: 0 kB 1415 AnonPages: 17496 kB 1416 Mapped: 14724 kB 1417 Shmem: 16136 kB 1418 KReclaimable: 9056 kB 1419 Slab: 31508 kB 1420 SReclaimable: 9056 kB 1421 SUnreclaim: 22452 kB 1422 KernelStack: 2256 kB 1423 PageTables: 1528 kB 1424 NFS_Unstable: 0 kB 1425 Bounce: 0 kB 1426 WritebackTmp: 0 kB 1427 CommitLimit: 1018636 kB 1428 Committed_AS: 57456 kB 1429 VmallocTotal: 133143592960 kB 1430 VmallocUsed: 10308 kB 1431 VmallocChunk: 0 kB 1432 Percpu: 1024 kB 1433 AnonHugePages: 0 kB 1434 ShmemHugePages: 0 kB 1435 ShmemPmdMapped: 0 kB 1436 FileHugePages: 0 kB 1437 FilePmdMapped: 0 kB 1438 CmaTotal: 131072 kB 1439 CmaFree: 130304 kB 1440 HugePages_Total: 0 1441 HugePages_Free: 0 1442 HugePages_Rsvd: 0 1443 HugePages_Surp: 0 1444 Hugepagesize: 2048 kB 1445 Hugetlb: 0 kB 1446 1447 ### virtual memory: 1448 1449 vm.admin_reserve_kbytes = 8192 1450 vm.compaction_proactiveness = 20 1451 vm.compact_unevictable_allowed = 1 1452 vm.dirty_background_bytes = 0 1453 vm.dirty_background_ratio = 10 1454 vm.dirty_bytes = 0 1455 vm.dirty_expire_centisecs = 3000 1456 vm.dirty_ratio = 20 1457 vm.dirtytime_expire_seconds = 43200 1458 vm.dirty_writeback_centisecs = 500 1459 vm.extfrag_threshold = 500 1460 vm.hugetlb_shm_group = 0 1461 vm.laptop_mode = 0 1462 vm.legacy_va_layout = 0 1463 vm.lowmem_reserve_ratio = 256 256 32 0 1464 vm.max_map_count = 65530 1465 vm.min_free_kbytes = 22528 1466 vm.min_slab_ratio = 5 1467 vm.min_unmapped_ratio = 1 1468 vm.mmap_min_addr = 32768 1469 vm.mmap_rnd_bits = 18 1470 vm.mmap_rnd_compat_bits = 11 1471 vm.nr_hugepages = 0 1472 vm.nr_hugepages_mempolicy = 0 1473 vm.nr_overcommit_hugepages = 0 1474 vm.numa_stat = 1 1475 vm.numa_zonelist_order = Node 1476 vm.oom_dump_tasks = 1 1477 vm.oom_kill_allocating_task = 0 1478 vm.overcommit_kbytes = 0 1479 vm.overcommit_memory = 0 1480 vm.overcommit_ratio = 50 1481 vm.page-cluster = 3 1482 vm.page_lock_unfairness = 5 1483 vm.panic_on_oom = 0 1484 vm.percpu_pagelist_high_fraction = 0 1485 vm.stat_interval = 1 1486 vm.swappiness = 100 1487 vm.user_reserve_kbytes = 63003 1488 vm.vfs_cache_pressure = 100 1489 vm.watermark_boost_factor = 15000 1490 vm.watermark_scale_factor = 10 1491 vm.zone_reclaim_mode = 0 1492 1493 ### ip addr: 1494 1495 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 1496 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 1497 inet XXX.XXX.0.1/8 scope host lo 1498 valid_lft forever preferred_lft forever 1499 inet6 ::1/128 scope host 1500 valid_lft forever preferred_lft forever 1501 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 1502 link/ether 02:ba:85:77:17:e9 brd ff:ff:ff:ff:ff:ff 1503 1504 ### partitions: 1505 1506 major minor #blocks name 1507 1508 179 0 31260672 mmcblk0 1509 179 1 30928896 mmcblk0p1 1510 8 0 117220824 sda 1511 8 1 117218304 sda1 1512 1513 ### df: 1514 1515 tmpfs 199M 3.1M 196M 2% /run 1516 /dev/sda1 110G 20G 85G 19% / 1517 tmpfs 995M 0 995M 0% /dev/shm 1518 tmpfs 5.0M 0 5.0M 0% /run/lock 1519 tmpfs 995M 4.0K 995M 1% /tmp 1520 1521 ### lsblk: 1522 1523 NAME FSTYPE SIZE MOUNTPOINT UUID 1524 sda 111.8G 1525 └─sda1 ext4 111.8G / 933d6d44-0352-46aa-8100-fd703056ae3d 1526 mmcblk0 29.8G 1527 └─mmcblk0p1 ext4 29.5G 1a07fccf-6922-49b1-ace2-e12d87fdb297 1528 1529 ### zramctl: 1530 1531 1532 1533 ### mtab: 1534 1535 /dev/sda1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 1536 /dev/sda1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 1537 1538 ### mmc0:0001 info: 1539 1540 fwrev: 0x0 1541 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=EB1QT MODALIAS=mmc:block 1542 cid: 1b534d454231515430bc836120012941 1543 rca: 0x0001 1544 csd: 400e00325b590000ee7f7f800a404055 1545 manfid: 0x00001b 1546 ocr: 0x00200000 1547 preferred_erase_size: 4194304 1548 type: SD 1549 hwrev: 0x3 1550 date: 09/2018 1551 dsr: 0x404 1552 erase_size: 512 1553 oemid: 0x534d 1554 serial: 0xbc836120 1555 ssr: 0000000005000000040090000f051c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 1556 scr: 02b5800200000000 1557 name: EB1QT 1558 1559 ### Boot system health: 1560 1561 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 1562 21:02:38: --- 0.15 54% 29% 20% 0% 3% 0% 37.1 °C 1563 21:02:39: --- 0.15 84% 20% 23% 1% 34% 5% 37.1 °C 1564 21:02:39: --- 0.46 79% 16% 24% 0% 35% 2% 34.4 °C 1565 21:02:39: --- 0.46 35% 10% 8% 1% 14% 0% 34.4 °C 1566 21:02:40: --- 0.46 21% 6% 2% 0% 12% 0% 34.4 °C 1567 1568 ### No more available zram devices () 1569 1570 Fri Dec 9 10:03:41 PM CET 2022 | Pine64 | 22.11.1 | arm64 | aarch64 | 5.15.48-sunxi64 1571 1572 ### dmesg: 1573 1574 [ 0.000967] pid_max: default: 32768 minimum: 301 1575 [ 0.001055] LSM: Security Framework initializing 1576 [ 0.001085] Yama: becoming mindful. 1577 [ 0.001182] AppArmor: AppArmor initialized 1578 [ 0.001295] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 1579 [ 0.001324] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 1580 [ 0.003393] rcu: Hierarchical SRCU implementation. 1581 [ 0.004901] smp: Bringing up secondary CPUs ... 1582 [ 0.006140] Detected VIPT I-cache on CPU1 1583 [ 0.006207] arch_timer: CPU1: Trapping CNTVCT access 1584 [ 0.006225] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] 1585 [ 0.007049] Detected VIPT I-cache on CPU2 1586 [ 0.007084] arch_timer: CPU2: Trapping CNTVCT access 1587 [ 0.007095] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] 1588 [ 0.007824] Detected VIPT I-cache on CPU3 1589 [ 0.007858] arch_timer: CPU3: Trapping CNTVCT access 1590 [ 0.007868] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] 1591 [ 0.007963] smp: Brought up 1 node, 4 CPUs 1592 [ 0.007980] SMP: Total of 4 processors activated. 1593 [ 0.007987] CPU features: detected: 32-bit EL0 Support 1594 [ 0.007993] CPU features: detected: CRC32 instructions 1595 [ 0.022850] CPU: All CPU(s) started at EL2 1596 [ 0.022883] alternatives: patching kernel code 1597 [ 0.024714] devtmpfs: initialized 1598 [ 0.032755] Registered cp15_barrier emulation handler 1599 [ 0.032789] Registered setend emulation handler 1600 [ 0.032969] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 1601 [ 0.032992] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) 1602 [ 0.038452] pinctrl core: initialized pinctrl subsystem 1603 [ 0.040122] NET: Registered PF_NETLINK/PF_ROUTE protocol family 1604 [ 0.041916] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations 1605 [ 0.042094] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 1606 [ 0.042271] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 1607 [ 0.042379] audit: initializing netlink subsys (disabled) 1608 [ 0.042599] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 1609 [ 0.043211] thermal_sys: Registered thermal governor 'fair_share' 1610 [ 0.043218] thermal_sys: Registered thermal governor 'bang_bang' 1611 [ 0.043224] thermal_sys: Registered thermal governor 'step_wise' 1612 [ 0.043230] thermal_sys: Registered thermal governor 'user_space' 1613 [ 0.043694] cpuidle: using governor menu 1614 [ 0.043952] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. 1615 [ 0.044060] ASID allocator initialised with 65536 entries 1616 [ 0.044260] Serial: AMBA PL011 UART driver 1617 [ 0.060255] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0d000.lcd-controller 1618 [ 0.061792] platform hdmi-connector: Fixing up cyclic dependency with 1ee0000.hdmi 1619 [ 0.069877] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 1620 [ 0.069900] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages 1621 [ 0.069909] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 1622 [ 0.069917] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages 1623 [ 0.072108] cryptd: max_cpu_qlen set to 1000 1624 [ 0.140242] raid6: neonx8 gen() 1460 MB/s 1625 [ 0.208328] raid6: neonx8 xor() 1090 MB/s 1626 [ 0.276399] raid6: neonx4 gen() 1492 MB/s 1627 [ 0.344486] raid6: neonx4 xor() 1081 MB/s 1628 [ 0.412556] raid6: neonx2 gen() 1411 MB/s 1629 [ 0.480640] raid6: neonx2 xor() 995 MB/s 1630 [ 0.548723] raid6: neonx1 gen() 1232 MB/s 1631 [ 0.616795] raid6: neonx1 xor() 848 MB/s 1632 [ 0.684888] raid6: int64x8 gen() 1017 MB/s 1633 [ 0.752959] raid6: int64x8 xor() 533 MB/s 1634 [ 0.821043] raid6: int64x4 gen() 1127 MB/s 1635 [ 0.889126] raid6: int64x4 xor() 572 MB/s 1636 [ 0.957212] raid6: int64x2 gen() 962 MB/s 1637 [ 1.025290] raid6: int64x2 xor() 509 MB/s 1638 [ 1.093395] raid6: int64x1 gen() 717 MB/s 1639 [ 1.161484] raid6: int64x1 xor() 373 MB/s 1640 [ 1.161491] raid6: using algorithm neonx4 gen() 1492 MB/s 1641 [ 1.161497] raid6: .... xor() 1081 MB/s, rmw enabled 1642 [ 1.161503] raid6: using neon recovery algorithm 1643 [ 1.162148] iommu: Default domain type: Translated 1644 [ 1.162158] iommu: DMA domain TLB invalidation policy: strict mode 1645 [ 1.162483] SCSI subsystem initialized 1646 [ 1.162711] usbcore: registered new interface driver usbfs 1647 [ 1.162761] usbcore: registered new interface driver hub 1648 [ 1.162797] usbcore: registered new device driver usb 1649 [ 1.163127] pps_core: LinuxPPS API ver. 1 registered 1650 [ 1.163134] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 1651 [ 1.163153] PTP clock support registered 1652 [ 1.163617] ARM FF-A: FFA_VERSION returned not supported 1653 [ 1.164013] Advanced Linux Sound Architecture Driver Initialized. 1654 [ 1.164787] NetLabel: Initializing 1655 [ 1.164793] NetLabel: domain hash size = 128 1656 [ 1.164799] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 1657 [ 1.164877] NetLabel: unlabeled traffic allowed by default 1658 [ 1.165371] clocksource: Switched to clocksource arch_sys_counter 1659 [ 1.165601] VFS: Disk quotas dquot_6.6.0 1660 [ 1.165666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 1661 [ 1.166323] AppArmor: AppArmor Filesystem Enabled 1662 [ 1.173624] NET: Registered PF_INET protocol family 1663 [ 1.173909] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) 1664 [ 1.175290] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) 1665 [ 1.175335] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 1666 [ 1.175353] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) 1667 [ 1.175513] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) 1668 [ 1.175838] TCP: Hash tables configured (established 16384 bind 16384) 1669 [ 1.176006] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) 1670 [ 1.176075] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) 1671 [ 1.176295] NET: Registered PF_UNIX/PF_LOCAL protocol family 1672 [ 1.176892] Trying to unpack rootfs image as initramfs... 1673 [ 1.191958] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available 1674 [ 1.199069] Initialise system trusted keyrings 1675 [ 1.199153] Key type blacklist registered 1676 [ 1.199362] workingset: timestamp_bits=44 max_order=19 bucket_order=0 1677 [ 1.205839] zbud: loaded 1678 [ 1.207583] squashfs: version 4.0 (2009/01/31) Phillip Lougher 1679 [ 1.210115] integrity: Platform Keyring initialized 1680 [ 1.264129] xor: automatically using best checksumming function 32regs 1681 [ 1.264158] async_tx: api initialized (async) 1682 [ 1.264189] Key type asymmetric registered 1683 [ 1.264196] Asymmetric key parser 'x509' registered 1684 [ 1.264327] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 1685 [ 1.264505] io scheduler mq-deadline registered 1686 [ 1.264514] io scheduler kyber registered 1687 [ 1.264740] io scheduler bfq registered 1688 [ 1.268751] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver 1689 [ 1.278783] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled 1690 [ 1.290999] loop: module loaded 1691 [ 1.293557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 1692 [ 1.293594] ehci-platform: EHCI generic platform driver 1693 [ 1.293755] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 1694 [ 1.293771] ohci-platform: OHCI generic platform driver 1695 [ 1.294264] usbcore: registered new interface driver usb-storage 1696 [ 1.294812] mousedev: PS/2 mouse device common for all mice 1697 [ 1.295921] sun6i-rtc 1f00000.rtc: registered as rtc0 1698 [ 1.295960] sun6i-rtc 1f00000.rtc: setting system clock to 2022-12-09T21:03:31 UTC (1670619811) 1699 [ 1.296086] sun6i-rtc 1f00000.rtc: RTC enabled 1700 [ 1.296193] i2c_dev: i2c /dev entries driver 1701 [ 1.297011] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) 1702 [ 1.299211] sun50i-a64-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator 1703 [ 1.299675] sdhci: Secure Digital Host Controller Interface driver 1704 [ 1.299684] sdhci: Copyright(c) Pierre Ossman 1705 [ 1.299713] Synopsys Designware Multimedia Card Interface Driver 1706 [ 1.300482] sdhci-pltfm: SDHCI platform and OF driver helper 1707 [ 1.301340] ledtrig-cpu: registered to indicate activity on CPUs 1708 [ 1.301915] SMCCC: SOC_ID: ID = jep106:091e:1689 Revision = 0x00000001 1709 [ 1.302228] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) 1710 [ 1.302536] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 1711 [ 1.302718] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 1712 [ 1.302835] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 1713 [ 1.302962] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 1714 [ 1.303055] sun8i-ce 1c15000.crypto: Register cbc(aes) 1715 [ 1.303247] sun8i-ce 1c15000.crypto: Register ecb(aes) 1716 [ 1.303387] sun8i-ce 1c15000.crypto: Register cbc(des3_ede) 1717 [ 1.303522] sun8i-ce 1c15000.crypto: Register ecb(des3_ede) 1718 [ 1.303662] sun8i-ce 1c15000.crypto: Register md5 1719 [ 1.303797] sun8i-ce 1c15000.crypto: Register sha1 1720 [ 1.303929] sun8i-ce 1c15000.crypto: Register sha224 1721 [ 1.304063] sun8i-ce 1c15000.crypto: Register sha256 1722 [ 1.304196] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha384 not supported 1723 [ 1.304207] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha512 not supported 1724 [ 1.304216] sun8i-ce 1c15000.crypto: Register stdrng 1725 [ 1.304372] sun8i-ce 1c15000.crypto: TRNG not supported 1726 [ 1.304382] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0 1727 [ 1.304972] hid: raw HID events driver (C) Jiri Kosina 1728 [ 1.305156] usbcore: registered new interface driver usbhid 1729 [ 1.305164] usbhid: USB HID core driver 1730 [ 1.311428] NET: Registered PF_INET6 protocol family 1731 [ 1.956426] Freeing initrd memory: 12684K 1732 [ 1.989708] Segment Routing with IPv6 1733 [ 1.989802] In-situ OAM (IOAM) with IPv6 1734 [ 1.989900] NET: Registered PF_PACKET protocol family 1735 [ 1.990047] 8021q: 802.1Q VLAN Support v1.8 1736 [ 1.990233] 9pnet: Installing 9P2000 support 1737 [ 1.990359] Key type dns_resolver registered 1738 [ 1.990929] registered taskstats version 1 1739 [ 1.990947] Loading compiled-in X.509 certificates 1740 [ 1.995257] Loaded X.509 cert 'Build time autogenerated kernel key: 32330adefd2da02e444296fafd37464380789679' 1741 [ 1.999607] zswap: loaded using pool zstd/z3fold 1742 [ 2.000376] Key type ._fscrypt registered 1743 [ 2.000386] Key type .fscrypt registered 1744 [ 2.000391] Key type fscrypt-provisioning registered 1745 [ 2.001590] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 1746 [ 2.017330] Key type encrypted registered 1747 [ 2.017399] AppArmor: AppArmor sha1 policy hashing enabled 1748 [ 2.017445] ima: No TPM chip found, activating TPM-bypass! 1749 [ 2.017482] ima: Allocated hash algorithm: sha1 1750 [ 2.017519] ima: No architecture policies found 1751 [ 2.017575] evm: Initialising EVM extended attributes: 1752 [ 2.017580] evm: security.selinux 1753 [ 2.017585] evm: security.SMACK64 1754 [ 2.017590] evm: security.SMACK64EXEC 1755 [ 2.017594] evm: security.SMACK64TRANSMUTE 1756 [ 2.017599] evm: security.SMACK64MMAP 1757 [ 2.017603] evm: security.apparmor 1758 [ 2.017608] evm: security.ima 1759 [ 2.017613] evm: security.capability 1760 [ 2.017617] evm: HMAC attrs: 0x1 1761 [ 2.030404] platform 1100000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 1762 [ 2.030497] platform 1100000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 1763 [ 2.031269] platform 1200000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 1764 [ 2.031335] platform 1200000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 1765 [ 2.032191] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz 1766 [ 2.032600] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found 1767 [ 2.034719] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0 1768 [ 2.037837] vcc-3v3: supplied by regulator-dummy 1769 [ 2.038345] vdd-cpux: supplied by regulator-dummy 1770 [ 2.038994] dcdc4: supplied by regulator-dummy 1771 [ 2.039210] vcc-dram: supplied by regulator-dummy 1772 [ 2.039639] vdd-sys: supplied by regulator-dummy 1773 [ 2.040194] vcc-phy: supplied by regulator-dummy 1774 [ 2.040537] aldo1: supplied by regulator-dummy 1775 [ 2.040712] vcc-pl: supplied by regulator-dummy 1776 [ 2.041158] vcc-pll-avcc: supplied by regulator-dummy 1777 [ 2.041802] vcc-hdmi: supplied by regulator-dummy 1778 [ 2.042175] vcc-mipi: supplied by regulator-dummy 1779 [ 2.042556] dldo3: supplied by regulator-dummy 1780 [ 2.042918] vcc-wifi: supplied by regulator-dummy 1781 [ 2.043290] cpvdd: supplied by regulator-dummy 1782 [ 2.043671] eldo2: supplied by regulator-dummy 1783 [ 2.044042] eldo3: supplied by regulator-dummy 1784 [ 2.044409] vcc-1v2-hsic: supplied by regulator-dummy 1785 [ 2.044629] vdd-cpus: supplied by regulator-dummy 1786 [ 2.045036] vcc-rtc: supplied by regulator-dummy 1787 [ 2.045496] ldo-io0: supplied by regulator-dummy 1788 [ 2.045830] ldo-io1: supplied by regulator-dummy 1789 [ 2.045949] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded 1790 [ 2.050823] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver 1791 [ 2.051230] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator 1792 [ 2.051810] printk: console [ttyS0] disabled 1793 [ 2.051897] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 41, base_baud = 1500000) is a 16550A 1794 [ 2.052104] printk: console [ttyS0] enabled 1795 [ 2.052795] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator 1796 [ 2.053242] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 42, base_baud = 1500000) is a 16550A 1797 [ 2.053440] serial serial0: tty port ttyS1 registered 1798 [ 2.084008] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800008e16990) 1799 [ 2.085840] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff800008e16990) 1800 [ 2.086356] sun4i-drm display-engine: No panel or bridge found... RGB output disabled 1801 [ 2.086375] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff800008e11ba0) 1802 [ 2.086605] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff800008e11ba0) 1803 [ 2.087770] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) 1804 [ 2.088379] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver 1805 [ 2.088759] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff800008e15cc8) 1806 [ 2.089438] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 1807 [ 2.089524] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 1808 [ 2.090247] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator 1809 [ 2.090854] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 1810 [ 2.091619] ehci-platform 1c1a000.usb: EHCI Host Controller 1811 [ 2.091652] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 1812 [ 2.091798] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000 1813 [ 2.105381] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 1814 [ 2.105771] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 1815 [ 2.105787] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1816 [ 2.105798] usb usb1: Product: EHCI Host Controller 1817 [ 2.105807] usb usb1: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 1818 [ 2.105817] usb usb1: SerialNumber: 1c1a000.usb 1819 [ 2.106357] hub 1-0:1.0: USB hub found 1820 [ 2.106409] hub 1-0:1.0: 1 port detected 1821 [ 2.107444] ehci-platform 1c1b000.usb: EHCI Host Controller 1822 [ 2.107471] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 1823 [ 2.107603] ehci-platform 1c1b000.usb: irq 30, io mem 0x01c1b000 1824 [ 2.121373] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 1825 [ 2.121684] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 1826 [ 2.121699] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1827 [ 2.121710] usb usb2: Product: EHCI Host Controller 1828 [ 2.121720] usb usb2: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 1829 [ 2.121730] usb usb2: SerialNumber: 1c1b000.usb 1830 [ 2.122209] hub 2-0:1.0: USB hub found 1831 [ 2.122265] hub 2-0:1.0: 1 port detected 1832 [ 2.297464] ohci-platform 1c1a400.usb: Generic Platform OHCI controller 1833 [ 2.297502] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 1834 [ 2.297644] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400 1835 [ 2.365416] usb 1-1: new high-speed USB device number 2 using ehci-platform 1836 [ 2.365743] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 1837 [ 2.365759] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1838 [ 2.365771] usb usb3: Product: Generic Platform OHCI controller 1839 [ 2.365780] usb usb3: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 1840 [ 2.365789] usb usb3: SerialNumber: 1c1a400.usb 1841 [ 2.366313] hub 3-0:1.0: USB hub found 1842 [ 2.366362] hub 3-0:1.0: 1 port detected 1843 [ 2.367356] ohci-platform 1c1b400.usb: Generic Platform OHCI controller 1844 [ 2.367382] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 1845 [ 2.367514] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400 1846 [ 2.377379] usb 2-1: new high-speed USB device number 2 using ehci-platform 1847 [ 2.429643] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 1848 [ 2.429658] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1849 [ 2.429670] usb usb4: Product: Generic Platform OHCI controller 1850 [ 2.429679] usb usb4: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 1851 [ 2.429688] usb usb4: SerialNumber: 1c1b400.usb 1852 [ 2.430199] hub 4-0:1.0: USB hub found 1853 [ 2.430248] hub 4-0:1.0: 1 port detected 1854 [ 2.431312] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator 1855 [ 2.431458] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests 1856 [ 2.505659] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver 1857 [ 2.505693] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5 1858 [ 2.505982] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 1859 [ 2.505998] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1860 [ 2.506010] usb usb5: Product: MUSB HDRC host driver 1861 [ 2.506020] usb usb5: Manufacturer: Linux 5.15.48-sunxi64 musb-hcd 1862 [ 2.506029] usb usb5: SerialNumber: musb-hdrc.4.auto 1863 [ 2.506585] hub 5-0:1.0: USB hub found 1864 [ 2.506643] hub 5-0:1.0: 1 port detected 1865 [ 2.510109] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator 1866 [ 2.510177] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version 1867 [ 2.511239] sunxi-mmc 1c0f000.mmc: Got CD GPIO 1868 [ 2.511243] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq 1869 [ 2.511491] of_cfs_init 1870 [ 2.511626] of_cfs_init: OK 1871 [ 2.511987] ALSA device list: 1872 [ 2.511995] No soundcards found. 1873 [ 2.527348] usb 1-1: New USB device found, idVendor=1f75, idProduct=0621, bcdDevice= 0.36 1874 [ 2.527367] usb 1-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 1875 [ 2.527379] usb 1-1: SerialNumber: 20181120 1876 [ 2.528345] usb-storage 1-1:1.0: USB Mass Storage device detected 1877 [ 2.528919] scsi host0: usb-storage 1-1:1.0 1878 [ 2.536523] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 1879 [ 2.536540] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 1880 [ 2.536552] usb 2-1: Product: USB2.1 Hub 1881 [ 2.536561] usb 2-1: Manufacturer: GenesysLogic 1882 [ 2.536687] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 1883 [ 2.536885] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 1884 [ 2.537343] hub 2-1:1.0: USB hub found 1885 [ 2.537789] hub 2-1:1.0: 4 ports detected 1886 [ 2.538693] Freeing unused kernel memory: 2496K 1887 [ 2.538829] Run /init as init process 1888 [ 2.538836] with arguments: 1889 [ 2.538843] /init 1890 [ 2.538849] with environment: 1891 [ 2.538854] HOME=/ 1892 [ 2.538859] TERM=linux 1893 [ 2.538865] ubootpart=ea5e158f-01 1894 [ 2.538871] cgroup_enable=memory 1895 [ 2.572947] mmc0: new high speed SDHC card at address 0001 1896 [ 2.574020] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 1897 [ 2.576356] mmcblk0: p1 1898 [ 2.853435] usb 2-1.1: new high-speed USB device number 3 using ehci-platform 1899 [ 3.041625] usbcore: registered new interface driver uas 1900 [ 3.079672] axp20x-gpio axp20x-gpio: DMA mask not set 1901 [ 3.080548] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded 1902 [ 3.086177] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator 1903 [ 3.088064] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator 1904 [ 3.088347] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found 1905 [ 3.088361] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found 1906 [ 3.090157] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator 1907 [ 3.090515] dwmac-sun8i 1c30000.ethernet: PTP uses main clock 1908 [ 3.090575] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 6 (expect 0) 1909 [ 3.092685] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported 1910 [ 3.092717] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported 1911 [ 3.092725] dwmac-sun8i 1c30000.ethernet: COE Type 2 1912 [ 3.092734] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported 1913 [ 3.092743] dwmac-sun8i 1c30000.ethernet: Normal descriptors 1914 [ 3.092751] dwmac-sun8i 1c30000.ethernet: Chain mode enabled 1915 [ 3.203500] usb 2-1.1: New USB device found, idVendor=046d, idProduct=081b, bcdDevice= 0.12 1916 [ 3.203541] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 1917 [ 3.203553] usb 2-1.1: SerialNumber: AA5FCF90 1918 [ 3.562431] scsi 0:0:0:0: Direct-Access OCZ-VERT EX2 PQ: 0 ANSI: 6 1919 [ 3.563045] sd 0:0:0:0: Attached scsi generic sg0 type 0 1920 [ 3.564037] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) 1921 [ 3.565167] sd 0:0:0:0: [sda] Write Protect is off 1922 [ 3.565193] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00 1923 [ 3.566442] sd 0:0:0:0: [sda] No Caching mode page found 1924 [ 3.566474] sd 0:0:0:0: [sda] Assuming drive cache: write through 1925 [ 3.602406] sda: sda1 1926 [ 3.606021] sd 0:0:0:0: [sda] Attached SCSI disk 1927 [ 3.971956] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. 1928 [ 4.568206] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) 1929 [ 4.568949] systemd[1]: Detected architecture arm64. 1930 [ 4.571925] systemd[1]: Hostname set to <pine64>. 1931 [ 4.693665] dw-apb-uart 1c28000.serial: forbid DMA for kernel console 1932 [ 5.509269] systemd[1]: Queued start job for default target Graphical Interface. 1933 [ 5.511390] random: systemd: uninitialized urandom read (16 bytes read) 1934 [ 5.554045] systemd[1]: Created slice Slice /system/modprobe. 1935 [ 5.554785] random: systemd: uninitialized urandom read (16 bytes read) 1936 [ 5.557809] systemd[1]: Created slice Slice /system/serial-getty. 1937 [ 5.558252] random: systemd: uninitialized urandom read (16 bytes read) 1938 [ 5.560597] systemd[1]: Created slice User and Session Slice. 1939 [ 5.561082] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 1940 [ 5.561662] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 1941 [ 5.563104] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 1942 [ 5.563653] systemd[1]: Reached target Local Encrypted Volumes. 1943 [ 5.564435] systemd[1]: Reached target Slice Units. 1944 [ 5.564764] systemd[1]: Reached target Swaps. 1945 [ 5.565071] systemd[1]: Reached target System Time Set. 1946 [ 5.565631] systemd[1]: Reached target Local Verity Protected Volumes. 1947 [ 5.587985] systemd[1]: Listening on RPCbind Server Activation Socket. 1948 [ 5.590149] systemd[1]: Listening on Syslog Socket. 1949 [ 5.591328] systemd[1]: Listening on fsck to fsckd communication Socket. 1950 [ 5.591968] systemd[1]: Listening on initctl Compatibility Named Pipe. 1951 [ 5.593623] systemd[1]: Listening on Journal Audit Socket. 1952 [ 5.594654] systemd[1]: Listening on Journal Socket (/dev/log). 1953 [ 5.595693] systemd[1]: Listening on Journal Socket. 1954 [ 5.597030] systemd[1]: Listening on udev Control Socket. 1955 [ 5.598188] systemd[1]: Listening on udev Kernel Socket. 1956 [ 5.603925] systemd[1]: Mounting Huge Pages File System... 1957 [ 5.610880] systemd[1]: Mounting POSIX Message Queue File System... 1958 [ 5.617185] systemd[1]: Mounting NFSD configuration filesystem... 1959 [ 5.624267] systemd[1]: Mounting Kernel Debug File System... 1960 [ 5.625550] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 1961 [ 5.626478] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 1962 [ 5.635416] systemd[1]: Starting Restore / save the current clock... 1963 [ 5.643601] systemd[1]: Starting Set the console keyboard layout... 1964 [ 5.644258] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped. 1965 [ 5.651346] systemd[1]: Starting Load Kernel Module chromeos_pstore... 1966 [ 5.659042] systemd[1]: Starting Load Kernel Module configfs... 1967 [ 5.666509] systemd[1]: Starting Load Kernel Module drm... 1968 [ 5.674892] systemd[1]: Starting Load Kernel Module efi_pstore... 1969 [ 5.683147] systemd[1]: Starting Load Kernel Module fuse... 1970 [ 5.691079] systemd[1]: Starting Load Kernel Module pstore_blk... 1971 [ 5.699079] systemd[1]: Starting Load Kernel Module pstore_zone... 1972 [ 5.706715] systemd[1]: Starting Load Kernel Module ramoops... 1973 [ 5.714880] systemd[1]: Started Nameserver information manager. 1974 [ 5.716525] systemd[1]: Reached target Preparation for Network. 1975 [ 5.717918] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 1976 [ 5.733004] systemd[1]: Starting Load Kernel Modules... 1977 [ 5.742850] systemd[1]: Starting Remount Root and Kernel File Systems... 1978 [ 5.750843] systemd[1]: Starting Coldplug All udev Devices... 1979 [ 5.766147] systemd[1]: Mounted Huge Pages File System. 1980 [ 5.767223] systemd[1]: Mounted POSIX Message Queue File System. 1981 [ 5.768269] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a 1982 [ 5.768318] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. 1983 [ 5.770692] systemd[1]: Failed to mount NFSD configuration filesystem. 1984 [ 5.771070] systemd[1]: Dependency failed for NFSv4 Client Tracking Daemon. 1985 [ 5.771217] systemd[1]: nfsdcld.service: Job nfsdcld.service/start failed with result 'dependency'. 1986 [ 5.771277] systemd[1]: Dependency failed for NFS server and services. 1987 [ 5.771404] systemd[1]: Dependency failed for NFSv4 ID-name mapping service. 1988 [ 5.771534] systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. 1989 [ 5.771578] systemd[1]: Dependency failed for NFS Mount Daemon. 1990 [ 5.771699] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. 1991 [ 5.771748] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. 1992 [ 5.772818] systemd[1]: Mounted Kernel Debug File System. 1993 [ 5.776040] systemd[1]: Finished Restore / save the current clock. 1994 [ 5.778317] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 1995 [ 5.779560] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. 1996 [ 5.779726] systemd[1]: Finished Load Kernel Module chromeos_pstore. 1997 [ 5.786543] systemd[1]: modprobe@configfs.service: Deactivated successfully. 1998 [ 5.787893] systemd[1]: Finished Load Kernel Module configfs. 1999 [ 5.790160] systemd[1]: modprobe@drm.service: Deactivated successfully. 2000 [ 5.791531] systemd[1]: Finished Load Kernel Module drm. 2001 [ 5.793850] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 2002 [ 5.795314] systemd[1]: Finished Load Kernel Module efi_pstore. 2003 [ 5.797555] systemd[1]: modprobe@fuse.service: Deactivated successfully. 2004 [ 5.798916] systemd[1]: Finished Load Kernel Module fuse. 2005 [ 5.800986] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 2006 [ 5.802635] systemd[1]: Finished Load Kernel Module pstore_blk. 2007 [ 5.804723] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 2008 [ 5.806254] systemd[1]: Finished Load Kernel Module pstore_zone. 2009 [ 5.808329] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 2010 [ 5.810094] systemd[1]: Finished Load Kernel Module ramoops. 2011 [ 5.815380] systemd[1]: Finished Load Kernel Modules. 2012 [ 5.854561] systemd[1]: Finished Remount Root and Kernel File Systems. 2013 [ 5.856825] systemd[1]: Condition check resulted in FUSE Control File System being skipped. 2014 [ 5.862500] systemd[1]: Mounting Kernel Configuration File System... 2015 [ 5.863300] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 2016 [ 5.873290] systemd[1]: Starting Load/Save Random Seed... 2017 [ 5.883239] systemd[1]: Starting Apply Kernel Variables... 2018 [ 5.894766] systemd[1]: Starting Create System Users... 2019 [ 5.917140] systemd[1]: Mounted Kernel Configuration File System. 2020 [ 5.952052] systemd[1]: Finished Apply Kernel Variables. 2021 [ 5.954898] systemd[1]: Finished Create System Users. 2022 [ 5.964573] systemd[1]: Starting Create Static Device Nodes in /dev... 2023 [ 6.017161] systemd[1]: Finished Create Static Device Nodes in /dev. 2024 [ 6.030235] systemd[1]: Starting Rule-based Manager for Device Events and Files... 2025 [ 6.069109] systemd[1]: Finished Set the console keyboard layout. 2026 [ 6.070546] systemd[1]: Reached target Preparation for Local File Systems. 2027 [ 6.102206] systemd[1]: Mounting /tmp... 2028 [ 6.113906] systemd[1]: Mounted /tmp. 2029 [ 6.114971] systemd[1]: Reached target Local File Systems. 2030 [ 6.124947] systemd[1]: Starting Armbian leds state... 2031 [ 6.134640] systemd[1]: Starting Armbian ZRAM config... 2032 [ 6.148623] systemd[1]: Starting Set console font and keymap... 2033 [ 6.149965] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 2034 [ 6.150279] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. 2035 [ 6.162450] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 2036 [ 6.181233] systemd[1]: Finished Set console font and keymap. 2037 [ 6.226719] systemd[1]: armbian-led-state.service: Main process exited, code=exited, status=1/FAILURE 2038 [ 6.227647] systemd[1]: armbian-led-state.service: Failed with result 'exit-code'. 2039 [ 6.229527] systemd[1]: Failed to start Armbian leds state. 2040 [ 6.303669] systemd[1]: Finished Coldplug All udev Devices. 2041 [ 6.312090] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 2042 [ 6.349680] systemd[1]: Started Rule-based Manager for Device Events and Files. 2043 [ 6.479572] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE 2044 [ 6.480546] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'. 2045 [ 6.484262] systemd[1]: Failed to start Armbian ZRAM config. 2046 [ 6.524337] systemd[1]: Starting Armbian memory supported logging... 2047 [ 6.568364] urandom_read_iter: 51 callbacks suppressed 2048 [ 6.568396] random: systemd: uninitialized urandom read (16 bytes read) 2049 [ 6.655463] random: systemd: uninitialized urandom read (16 bytes read) 2050 [ 6.655580] random: systemd: uninitialized urandom read (16 bytes read) 2051 [ 6.781953] random: crng init done 2052 [ 6.781985] random: 8 urandom warning(s) missed due to ratelimiting 2053 [ 6.799828] systemd[1]: Finished Load/Save Random Seed. 2054 [ 6.801862] systemd[1]: Condition check resulted in First Boot Complete being skipped. 2055 [ 6.802097] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 2056 [ 6.802346] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 2057 [ 6.850157] systemd[1]: Found device /dev/ttyS0. 2058 [ 7.402721] systemd[1]: Found device /sys/subsystem/net/devices/eth0. 2059 [ 7.430601] systemd[1]: Started ifup for eth0. 2060 [ 7.435878] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 2061 [ 7.444614] systemd[1]: Starting Raise network interfaces... 2062 [ 7.448556] systemd[1]: ifup@eth0.service: Main process exited, code=exited, status=1/FAILURE 2063 [ 7.449736] systemd[1]: ifup@eth0.service: Failed with result 'exit-code'. 2064 [ 8.011502] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE 2065 [ 8.012392] systemd[1]: networking.service: Failed with result 'exit-code'. 2066 [ 8.014158] systemd[1]: Failed to start Raise network interfaces. 2067 [ 10.585634] systemd[1]: Finished Armbian memory supported logging. 2068 [ 10.625744] systemd[1]: Starting Journal Service... 2069 [ 10.887291] systemd[1]: Started Journal Service. 2070 [ 10.944202] systemd-journald[590]: Received client request to flush runtime journal. 2071 2072 ### armbian-release: 2073 2074 # PLEASE DO NOT EDIT THIS FILE 2075 BOARD=pine64 2076 BOARD_NAME="Pine64" 2077 BOARDFAMILY=sun50iw1 2078 BUILD_REPOSITORY_URL=https://github.com/armbian/build 2079 BUILD_REPOSITORY_COMMIT=84940abb 2080 VERSION=22.11.1 2081 LINUXFAMILY=sunxi64 2082 ARCH=arm64 2083 IMAGE_TYPE=stable 2084 BOARD_TYPE=conf 2085 INITRD_ARCH=arm64 2086 KERNEL_IMAGE_TYPE=Image 2087 BRANCH=current 2088 2089 ### boot environment: 2090 2091 verbosity=1 2092 bootlogo=false 2093 console=both 2094 disp_mode=1920x1080p60 2095 overlay_prefix=sunxi64 2096 rootdev=UUID=1a07fccf-6922-49b1-ace2-e12d87fdb297 2097 rootfstype=ext4 2098 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 2099 2100 ### lsusb: 2101 2102 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 2103 Bus 002 Device 003: ID 046d:081b Logitech, Inc. Webcam C310 2104 Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 2105 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 2106 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 2107 Bus 001 Device 002: ID 1f75:0621 Innostor Technology Corporation IS621 SATA Storage Controller 2108 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 2109 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 2110 2111 ### lscpu: 2112 2113 Architecture: aarch64 2114 CPU op-mode(s): 32-bit, 64-bit 2115 Byte Order: Little Endian 2116 CPU(s): 4 2117 On-line CPU(s) list: 0-3 2118 Vendor ID: ARM 2119 Model name: Cortex-A53 2120 Model: 4 2121 Thread(s) per core: 1 2122 Core(s) per cluster: 4 2123 Socket(s): - 2124 Cluster(s): 1 2125 Stepping: r0p4 2126 BogoMIPS: 48.00 2127 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2128 NUMA node(s): 1 2129 NUMA node0 CPU(s): 0-3 2130 Vulnerability Itlb multihit: Not affected 2131 Vulnerability L1tf: Not affected 2132 Vulnerability Mds: Not affected 2133 Vulnerability Meltdown: Not affected 2134 Vulnerability Mmio stale data: Not affected 2135 Vulnerability Spec store bypass: Not affected 2136 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 2137 Vulnerability Spectre v2: Not affected 2138 Vulnerability Srbds: Not affected 2139 Vulnerability Tsx async abort: Not affected 2140 2141 ### cpuinfo: 2142 2143 processor : 0 2144 BogoMIPS : 48.00 2145 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2146 CPU implementer : 0x41 2147 CPU architecture: 8 2148 CPU variant : 0x0 2149 CPU part : 0xd03 2150 CPU revision : 4 2151 2152 processor : 1 2153 BogoMIPS : 48.00 2154 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2155 CPU implementer : 0x41 2156 CPU architecture: 8 2157 CPU variant : 0x0 2158 CPU part : 0xd03 2159 CPU revision : 4 2160 2161 processor : 2 2162 BogoMIPS : 48.00 2163 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2164 CPU implementer : 0x41 2165 CPU architecture: 8 2166 CPU variant : 0x0 2167 CPU part : 0xd03 2168 CPU revision : 4 2169 2170 processor : 3 2171 BogoMIPS : 48.00 2172 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2173 CPU implementer : 0x41 2174 CPU architecture: 8 2175 CPU variant : 0x0 2176 CPU part : 0xd03 2177 CPU revision : 4 2178 2179 2180 ### meminfo: 2181 2182 MemTotal: 2037276 kB 2183 MemFree: 1888184 kB 2184 MemAvailable: 1882516 kB 2185 Buffers: 11376 kB 2186 Cached: 52504 kB 2187 SwapCached: 0 kB 2188 Active: 27956 kB 2189 Inactive: 53844 kB 2190 Active(anon): 408 kB 2191 Inactive(anon): 34116 kB 2192 Active(file): 27548 kB 2193 Inactive(file): 19728 kB 2194 Unevictable: 0 kB 2195 Mlocked: 0 kB 2196 SwapTotal: 0 kB 2197 SwapFree: 0 kB 2198 Dirty: 20 kB 2199 Writeback: 0 kB 2200 AnonPages: 18204 kB 2201 Mapped: 14816 kB 2202 Shmem: 16356 kB 2203 KReclaimable: 8964 kB 2204 Slab: 31468 kB 2205 SReclaimable: 8964 kB 2206 SUnreclaim: 22504 kB 2207 KernelStack: 2384 kB 2208 PageTables: 1636 kB 2209 NFS_Unstable: 0 kB 2210 Bounce: 0 kB 2211 WritebackTmp: 0 kB 2212 CommitLimit: 1018636 kB 2213 Committed_AS: 66116 kB 2214 VmallocTotal: 133143592960 kB 2215 VmallocUsed: 10284 kB 2216 VmallocChunk: 0 kB 2217 Percpu: 1072 kB 2218 AnonHugePages: 0 kB 2219 ShmemHugePages: 0 kB 2220 ShmemPmdMapped: 0 kB 2221 FileHugePages: 0 kB 2222 FilePmdMapped: 0 kB 2223 CmaTotal: 131072 kB 2224 CmaFree: 130304 kB 2225 HugePages_Total: 0 2226 HugePages_Free: 0 2227 HugePages_Rsvd: 0 2228 HugePages_Surp: 0 2229 Hugepagesize: 2048 kB 2230 Hugetlb: 0 kB 2231 2232 ### virtual memory: 2233 2234 vm.admin_reserve_kbytes = 8192 2235 vm.compaction_proactiveness = 20 2236 vm.compact_unevictable_allowed = 1 2237 vm.dirty_background_bytes = 0 2238 vm.dirty_background_ratio = 10 2239 vm.dirty_bytes = 0 2240 vm.dirty_expire_centisecs = 3000 2241 vm.dirty_ratio = 20 2242 vm.dirtytime_expire_seconds = 43200 2243 vm.dirty_writeback_centisecs = 500 2244 vm.extfrag_threshold = 500 2245 vm.hugetlb_shm_group = 0 2246 vm.laptop_mode = 0 2247 vm.legacy_va_layout = 0 2248 vm.lowmem_reserve_ratio = 256 256 32 0 2249 vm.max_map_count = 65530 2250 vm.min_free_kbytes = 22528 2251 vm.min_slab_ratio = 5 2252 vm.min_unmapped_ratio = 1 2253 vm.mmap_min_addr = 32768 2254 vm.mmap_rnd_bits = 18 2255 vm.mmap_rnd_compat_bits = 11 2256 vm.nr_hugepages = 0 2257 vm.nr_hugepages_mempolicy = 0 2258 vm.nr_overcommit_hugepages = 0 2259 vm.numa_stat = 1 2260 vm.numa_zonelist_order = Node 2261 vm.oom_dump_tasks = 1 2262 vm.oom_kill_allocating_task = 0 2263 vm.overcommit_kbytes = 0 2264 vm.overcommit_memory = 0 2265 vm.overcommit_ratio = 50 2266 vm.page-cluster = 3 2267 vm.page_lock_unfairness = 5 2268 vm.panic_on_oom = 0 2269 vm.percpu_pagelist_high_fraction = 0 2270 vm.stat_interval = 1 2271 vm.swappiness = 100 2272 vm.user_reserve_kbytes = 63000 2273 vm.vfs_cache_pressure = 100 2274 vm.watermark_boost_factor = 15000 2275 vm.watermark_scale_factor = 10 2276 vm.zone_reclaim_mode = 0 2277 2278 ### ip addr: 2279 2280 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2281 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2282 inet XXX.XXX.0.1/8 scope host lo 2283 valid_lft forever preferred_lft forever 2284 inet6 ::1/128 scope host 2285 valid_lft forever preferred_lft forever 2286 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 2287 link/ether 02:ba:85:77:17:e9 brd ff:ff:ff:ff:ff:ff 2288 2289 ### partitions: 2290 2291 major minor #blocks name 2292 2293 179 0 31260672 mmcblk0 2294 179 1 30928896 mmcblk0p1 2295 8 0 117220824 sda 2296 8 1 117218304 sda1 2297 2298 ### df: 2299 2300 tmpfs 199M 3.1M 196M 2% /run 2301 /dev/sda1 110G 20G 85G 19% / 2302 tmpfs 995M 0 995M 0% /dev/shm 2303 tmpfs 5.0M 0 5.0M 0% /run/lock 2304 tmpfs 995M 4.0K 995M 1% /tmp 2305 2306 ### lsblk: 2307 2308 NAME FSTYPE SIZE MOUNTPOINT UUID 2309 sda 111.8G 2310 └─sda1 ext4 111.8G / 933d6d44-0352-46aa-8100-fd703056ae3d 2311 mmcblk0 29.8G 2312 └─mmcblk0p1 ext4 29.5G 1a07fccf-6922-49b1-ace2-e12d87fdb297 2313 2314 ### zramctl: 2315 2316 2317 2318 ### mtab: 2319 2320 /dev/sda1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 2321 /dev/sda1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 2322 2323 ### mmc0:0001 info: 2324 2325 fwrev: 0x0 2326 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=EB1QT MODALIAS=mmc:block 2327 cid: 1b534d454231515430bc836120012941 2328 rca: 0x0001 2329 csd: 400e00325b590000ee7f7f800a404055 2330 manfid: 0x00001b 2331 ocr: 0x00200000 2332 preferred_erase_size: 4194304 2333 type: SD 2334 hwrev: 0x3 2335 date: 09/2018 2336 dsr: 0x404 2337 erase_size: 512 2338 oemid: 0x534d 2339 serial: 0xbc836120 2340 ssr: 0000000005000000040090000f051c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 2341 scr: 02b5800200000000 2342 name: EB1QT 2343 2344 ### Boot system health: 2345 2346 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 2347 22:03:44: --- 0.15 53% 29% 19% 0% 3% 0% 39.8 °C 2348 22:03:45: --- 0.15 91% 15% 38% 0% 33% 2% 39.8 °C 2349 22:03:45: --- 0.62 84% 20% 18% 0% 42% 2% 37.2 °C 2350 22:03:45: --- 0.62 67% 12% 17% 1% 35% 0% 37.2 °C 2351 22:03:46: --- 0.62 25% 4% 3% 0% 15% 1% 37.2 °C 2352 2353 ### No more available zram devices () 2354 2355 Fri Dec 9 10:41:36 PM CET 2022 | Pine64 | 22.11.1 | arm64 | aarch64 | 5.15.48-sunxi64 2356 2357 ### dmesg: 2358 2359 [ 0.000966] pid_max: default: 32768 minimum: 301 2360 [ 0.001053] LSM: Security Framework initializing 2361 [ 0.001082] Yama: becoming mindful. 2362 [ 0.001177] AppArmor: AppArmor initialized 2363 [ 0.001290] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 2364 [ 0.001319] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 2365 [ 0.003384] rcu: Hierarchical SRCU implementation. 2366 [ 0.004894] smp: Bringing up secondary CPUs ... 2367 [ 0.006138] Detected VIPT I-cache on CPU1 2368 [ 0.006206] arch_timer: CPU1: Trapping CNTVCT access 2369 [ 0.006224] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] 2370 [ 0.007051] Detected VIPT I-cache on CPU2 2371 [ 0.007088] arch_timer: CPU2: Trapping CNTVCT access 2372 [ 0.007098] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] 2373 [ 0.007836] Detected VIPT I-cache on CPU3 2374 [ 0.007870] arch_timer: CPU3: Trapping CNTVCT access 2375 [ 0.007881] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] 2376 [ 0.008001] smp: Brought up 1 node, 4 CPUs 2377 [ 0.008017] SMP: Total of 4 processors activated. 2378 [ 0.008025] CPU features: detected: 32-bit EL0 Support 2379 [ 0.008031] CPU features: detected: CRC32 instructions 2380 [ 0.022887] CPU: All CPU(s) started at EL2 2381 [ 0.022921] alternatives: patching kernel code 2382 [ 0.024757] devtmpfs: initialized 2383 [ 0.032795] Registered cp15_barrier emulation handler 2384 [ 0.032829] Registered setend emulation handler 2385 [ 0.033012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 2386 [ 0.033037] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) 2387 [ 0.038493] pinctrl core: initialized pinctrl subsystem 2388 [ 0.040177] NET: Registered PF_NETLINK/PF_ROUTE protocol family 2389 [ 0.041966] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations 2390 [ 0.042142] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 2391 [ 0.042319] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 2392 [ 0.042425] audit: initializing netlink subsys (disabled) 2393 [ 0.042643] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 2394 [ 0.043252] thermal_sys: Registered thermal governor 'fair_share' 2395 [ 0.043259] thermal_sys: Registered thermal governor 'bang_bang' 2396 [ 0.043265] thermal_sys: Registered thermal governor 'step_wise' 2397 [ 0.043270] thermal_sys: Registered thermal governor 'user_space' 2398 [ 0.043734] cpuidle: using governor menu 2399 [ 0.043991] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. 2400 [ 0.044102] ASID allocator initialised with 65536 entries 2401 [ 0.044296] Serial: AMBA PL011 UART driver 2402 [ 0.060271] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0d000.lcd-controller 2403 [ 0.061807] platform hdmi-connector: Fixing up cyclic dependency with 1ee0000.hdmi 2404 [ 0.069882] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 2405 [ 0.069905] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages 2406 [ 0.069914] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 2407 [ 0.069922] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages 2408 [ 0.072138] cryptd: max_cpu_qlen set to 1000 2409 [ 0.140231] raid6: neonx8 gen() 1460 MB/s 2410 [ 0.208291] raid6: neonx8 xor() 1091 MB/s 2411 [ 0.276370] raid6: neonx4 gen() 1492 MB/s 2412 [ 0.344434] raid6: neonx4 xor() 1081 MB/s 2413 [ 0.412501] raid6: neonx2 gen() 1411 MB/s 2414 [ 0.480568] raid6: neonx2 xor() 991 MB/s 2415 [ 0.548634] raid6: neonx1 gen() 1231 MB/s 2416 [ 0.616706] raid6: neonx1 xor() 848 MB/s 2417 [ 0.684778] raid6: int64x8 gen() 1023 MB/s 2418 [ 0.752845] raid6: int64x8 xor() 533 MB/s 2419 [ 0.820906] raid6: int64x4 gen() 1126 MB/s 2420 [ 0.888991] raid6: int64x4 xor() 572 MB/s 2421 [ 0.957064] raid6: int64x2 gen() 962 MB/s 2422 [ 1.025139] raid6: int64x2 xor() 509 MB/s 2423 [ 1.093217] raid6: int64x1 gen() 716 MB/s 2424 [ 1.161276] raid6: int64x1 xor() 372 MB/s 2425 [ 1.161284] raid6: using algorithm neonx4 gen() 1492 MB/s 2426 [ 1.161290] raid6: .... xor() 1081 MB/s, rmw enabled 2427 [ 1.161296] raid6: using neon recovery algorithm 2428 [ 1.161949] iommu: Default domain type: Translated 2429 [ 1.161959] iommu: DMA domain TLB invalidation policy: strict mode 2430 [ 1.162284] SCSI subsystem initialized 2431 [ 1.162509] usbcore: registered new interface driver usbfs 2432 [ 1.162559] usbcore: registered new interface driver hub 2433 [ 1.162594] usbcore: registered new device driver usb 2434 [ 1.162925] pps_core: LinuxPPS API ver. 1 registered 2435 [ 1.162932] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 2436 [ 1.162952] PTP clock support registered 2437 [ 1.163416] ARM FF-A: FFA_VERSION returned not supported 2438 [ 1.163814] Advanced Linux Sound Architecture Driver Initialized. 2439 [ 1.164560] NetLabel: Initializing 2440 [ 1.164601] NetLabel: domain hash size = 128 2441 [ 1.164608] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 2442 [ 1.164688] NetLabel: unlabeled traffic allowed by default 2443 [ 1.165188] clocksource: Switched to clocksource arch_sys_counter 2444 [ 1.165420] VFS: Disk quotas dquot_6.6.0 2445 [ 1.165486] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 2446 [ 1.166160] AppArmor: AppArmor Filesystem Enabled 2447 [ 1.173302] NET: Registered PF_INET protocol family 2448 [ 1.173586] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) 2449 [ 1.174959] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) 2450 [ 1.175004] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 2451 [ 1.175022] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) 2452 [ 1.175181] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) 2453 [ 1.175511] TCP: Hash tables configured (established 16384 bind 16384) 2454 [ 1.175681] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) 2455 [ 1.175750] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) 2456 [ 1.175970] NET: Registered PF_UNIX/PF_LOCAL protocol family 2457 [ 1.176569] Trying to unpack rootfs image as initramfs... 2458 [ 1.186574] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available 2459 [ 1.193922] Initialise system trusted keyrings 2460 [ 1.194032] Key type blacklist registered 2461 [ 1.194268] workingset: timestamp_bits=44 max_order=19 bucket_order=0 2462 [ 1.200682] zbud: loaded 2463 [ 1.202489] squashfs: version 4.0 (2009/01/31) Phillip Lougher 2464 [ 1.205065] integrity: Platform Keyring initialized 2465 [ 1.257974] xor: automatically using best checksumming function 32regs 2466 [ 1.258002] async_tx: api initialized (async) 2467 [ 1.258014] Key type asymmetric registered 2468 [ 1.258021] Asymmetric key parser 'x509' registered 2469 [ 1.258167] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 2470 [ 1.258340] io scheduler mq-deadline registered 2471 [ 1.258348] io scheduler kyber registered 2472 [ 1.258564] io scheduler bfq registered 2473 [ 1.262456] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver 2474 [ 1.272519] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled 2475 [ 1.284812] loop: module loaded 2476 [ 1.287435] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 2477 [ 1.287469] ehci-platform: EHCI generic platform driver 2478 [ 1.287632] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 2479 [ 1.287647] ohci-platform: OHCI generic platform driver 2480 [ 1.288140] usbcore: registered new interface driver usb-storage 2481 [ 1.288737] mousedev: PS/2 mouse device common for all mice 2482 [ 1.289877] sun6i-rtc 1f00000.rtc: registered as rtc0 2483 [ 1.289916] sun6i-rtc 1f00000.rtc: setting system clock to 2022-12-09T21:41:26 UTC (1670622086) 2484 [ 1.290039] sun6i-rtc 1f00000.rtc: RTC enabled 2485 [ 1.290147] i2c_dev: i2c /dev entries driver 2486 [ 1.290958] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) 2487 [ 1.293120] sun50i-a64-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator 2488 [ 1.293725] sdhci: Secure Digital Host Controller Interface driver 2489 [ 1.293736] sdhci: Copyright(c) Pierre Ossman 2490 [ 1.293764] Synopsys Designware Multimedia Card Interface Driver 2491 [ 1.294517] sdhci-pltfm: SDHCI platform and OF driver helper 2492 [ 1.295484] ledtrig-cpu: registered to indicate activity on CPUs 2493 [ 1.295997] SMCCC: SOC_ID: ID = jep106:091e:1689 Revision = 0x00000001 2494 [ 1.296307] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) 2495 [ 1.296608] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 2496 [ 1.296760] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 2497 [ 1.296888] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 2498 [ 1.297000] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 2499 [ 1.297098] sun8i-ce 1c15000.crypto: Register cbc(aes) 2500 [ 1.297339] sun8i-ce 1c15000.crypto: Register ecb(aes) 2501 [ 1.297504] sun8i-ce 1c15000.crypto: Register cbc(des3_ede) 2502 [ 1.297644] sun8i-ce 1c15000.crypto: Register ecb(des3_ede) 2503 [ 1.297776] sun8i-ce 1c15000.crypto: Register md5 2504 [ 1.297917] sun8i-ce 1c15000.crypto: Register sha1 2505 [ 1.298048] sun8i-ce 1c15000.crypto: Register sha224 2506 [ 1.298177] sun8i-ce 1c15000.crypto: Register sha256 2507 [ 1.298308] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha384 not supported 2508 [ 1.298318] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha512 not supported 2509 [ 1.298327] sun8i-ce 1c15000.crypto: Register stdrng 2510 [ 1.298504] sun8i-ce 1c15000.crypto: TRNG not supported 2511 [ 1.298515] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0 2512 [ 1.299131] hid: raw HID events driver (C) Jiri Kosina 2513 [ 1.299282] usbcore: registered new interface driver usbhid 2514 [ 1.299291] usbhid: USB HID core driver 2515 [ 1.305618] NET: Registered PF_INET6 protocol family 2516 [ 1.956986] Freeing initrd memory: 12684K 2517 [ 1.990251] Segment Routing with IPv6 2518 [ 1.990345] In-situ OAM (IOAM) with IPv6 2519 [ 1.990444] NET: Registered PF_PACKET protocol family 2520 [ 1.990577] 8021q: 802.1Q VLAN Support v1.8 2521 [ 1.990741] 9pnet: Installing 9P2000 support 2522 [ 1.990844] Key type dns_resolver registered 2523 [ 1.991355] registered taskstats version 1 2524 [ 1.991379] Loading compiled-in X.509 certificates 2525 [ 1.995669] Loaded X.509 cert 'Build time autogenerated kernel key: 32330adefd2da02e444296fafd37464380789679' 2526 [ 2.000062] zswap: loaded using pool zstd/z3fold 2527 [ 2.000790] Key type ._fscrypt registered 2528 [ 2.000800] Key type .fscrypt registered 2529 [ 2.000805] Key type fscrypt-provisioning registered 2530 [ 2.002013] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 2531 [ 2.017908] Key type encrypted registered 2532 [ 2.017945] AppArmor: AppArmor sha1 policy hashing enabled 2533 [ 2.017990] ima: No TPM chip found, activating TPM-bypass! 2534 [ 2.018035] ima: Allocated hash algorithm: sha1 2535 [ 2.018072] ima: No architecture policies found 2536 [ 2.018167] evm: Initialising EVM extended attributes: 2537 [ 2.018172] evm: security.selinux 2538 [ 2.018178] evm: security.SMACK64 2539 [ 2.018182] evm: security.SMACK64EXEC 2540 [ 2.018187] evm: security.SMACK64TRANSMUTE 2541 [ 2.018191] evm: security.SMACK64MMAP 2542 [ 2.018196] evm: security.apparmor 2543 [ 2.018201] evm: security.ima 2544 [ 2.018206] evm: security.capability 2545 [ 2.018210] evm: HMAC attrs: 0x1 2546 [ 2.031144] platform 1100000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 2547 [ 2.031237] platform 1100000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 2548 [ 2.032003] platform 1200000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 2549 [ 2.032072] platform 1200000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 2550 [ 2.032946] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz 2551 [ 2.033409] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found 2552 [ 2.035463] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0 2553 [ 2.038624] vcc-3v3: supplied by regulator-dummy 2554 [ 2.039156] vdd-cpux: supplied by regulator-dummy 2555 [ 2.039819] dcdc4: supplied by regulator-dummy 2556 [ 2.040012] vcc-dram: supplied by regulator-dummy 2557 [ 2.040486] vdd-sys: supplied by regulator-dummy 2558 [ 2.041029] vcc-phy: supplied by regulator-dummy 2559 [ 2.041491] aldo1: supplied by regulator-dummy 2560 [ 2.041677] vcc-pl: supplied by regulator-dummy 2561 [ 2.042132] vcc-pll-avcc: supplied by regulator-dummy 2562 [ 2.042766] vcc-hdmi: supplied by regulator-dummy 2563 [ 2.043137] vcc-mipi: supplied by regulator-dummy 2564 [ 2.043506] dldo3: supplied by regulator-dummy 2565 [ 2.043905] vcc-wifi: supplied by regulator-dummy 2566 [ 2.044271] cpvdd: supplied by regulator-dummy 2567 [ 2.044643] eldo2: supplied by regulator-dummy 2568 [ 2.045041] eldo3: supplied by regulator-dummy 2569 [ 2.045467] vcc-1v2-hsic: supplied by regulator-dummy 2570 [ 2.045666] vdd-cpus: supplied by regulator-dummy 2571 [ 2.046100] vcc-rtc: supplied by regulator-dummy 2572 [ 2.046538] ldo-io0: supplied by regulator-dummy 2573 [ 2.046905] ldo-io1: supplied by regulator-dummy 2574 [ 2.047030] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded 2575 [ 2.051973] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver 2576 [ 2.052387] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator 2577 [ 2.052963] printk: console [ttyS0] disabled 2578 [ 2.053053] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 41, base_baud = 1500000) is a 16550A 2579 [ 2.053306] printk: console [ttyS0] enabled 2580 [ 2.054031] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator 2581 [ 2.054553] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 42, base_baud = 1500000) is a 16550A 2582 [ 2.054710] serial serial0: tty port ttyS1 registered 2583 [ 2.085328] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800008e16990) 2584 [ 2.087151] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff800008e16990) 2585 [ 2.087670] sun4i-drm display-engine: No panel or bridge found... RGB output disabled 2586 [ 2.087688] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff800008e11ba0) 2587 [ 2.087911] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff800008e11ba0) 2588 [ 2.089031] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) 2589 [ 2.089726] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver 2590 [ 2.090114] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff800008e15cc8) 2591 [ 2.090804] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 2592 [ 2.090896] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 2593 [ 2.091602] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator 2594 [ 2.092190] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 2595 [ 2.092943] ehci-platform 1c1a000.usb: EHCI Host Controller 2596 [ 2.092978] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 2597 [ 2.093124] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000 2598 [ 2.105194] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 2599 [ 2.105531] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 2600 [ 2.105547] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2601 [ 2.105559] usb usb1: Product: EHCI Host Controller 2602 [ 2.105568] usb usb1: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 2603 [ 2.105577] usb usb1: SerialNumber: 1c1a000.usb 2604 [ 2.106127] hub 1-0:1.0: USB hub found 2605 [ 2.106175] hub 1-0:1.0: 1 port detected 2606 [ 2.107178] ehci-platform 1c1b000.usb: EHCI Host Controller 2607 [ 2.107204] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 2608 [ 2.107330] ehci-platform 1c1b000.usb: irq 30, io mem 0x01c1b000 2609 [ 2.121193] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 2610 [ 2.121520] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 2611 [ 2.121536] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2612 [ 2.121547] usb usb2: Product: EHCI Host Controller 2613 [ 2.121556] usb usb2: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 2614 [ 2.121566] usb usb2: SerialNumber: 1c1b000.usb 2615 [ 2.122074] hub 2-0:1.0: USB hub found 2616 [ 2.122126] hub 2-0:1.0: 1 port detected 2617 [ 2.301288] ohci-platform 1c1a400.usb: Generic Platform OHCI controller 2618 [ 2.301321] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 2619 [ 2.301460] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400 2620 [ 2.365201] usb 1-1: new high-speed USB device number 2 using ehci-platform 2621 [ 2.369565] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 2622 [ 2.369581] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2623 [ 2.369593] usb usb3: Product: Generic Platform OHCI controller 2624 [ 2.369603] usb usb3: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 2625 [ 2.369613] usb usb3: SerialNumber: 1c1a400.usb 2626 [ 2.370136] hub 3-0:1.0: USB hub found 2627 [ 2.370190] hub 3-0:1.0: 1 port detected 2628 [ 2.371218] ohci-platform 1c1b400.usb: Generic Platform OHCI controller 2629 [ 2.371246] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 2630 [ 2.371376] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400 2631 [ 2.377231] usb 2-1: new high-speed USB device number 2 using ehci-platform 2632 [ 2.437518] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 2633 [ 2.437534] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2634 [ 2.437546] usb usb4: Product: Generic Platform OHCI controller 2635 [ 2.437555] usb usb4: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 2636 [ 2.437565] usb usb4: SerialNumber: 1c1b400.usb 2637 [ 2.438096] hub 4-0:1.0: USB hub found 2638 [ 2.438145] hub 4-0:1.0: 1 port detected 2639 [ 2.439238] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator 2640 [ 2.439381] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests 2641 [ 2.509460] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver 2642 [ 2.509492] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5 2643 [ 2.509762] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 2644 [ 2.509778] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 2645 [ 2.509790] usb usb5: Product: MUSB HDRC host driver 2646 [ 2.509799] usb usb5: Manufacturer: Linux 5.15.48-sunxi64 musb-hcd 2647 [ 2.509809] usb usb5: SerialNumber: musb-hdrc.4.auto 2648 [ 2.510335] hub 5-0:1.0: USB hub found 2649 [ 2.510384] hub 5-0:1.0: 1 port detected 2650 [ 2.513812] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator 2651 [ 2.513886] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version 2652 [ 2.514907] sunxi-mmc 1c0f000.mmc: Got CD GPIO 2653 [ 2.514908] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq 2654 [ 2.515157] of_cfs_init 2655 [ 2.515301] of_cfs_init: OK 2656 [ 2.515659] ALSA device list: 2657 [ 2.515667] No soundcards found. 2658 [ 2.531170] usb 1-1: New USB device found, idVendor=1f75, idProduct=0621, bcdDevice= 0.36 2659 [ 2.531189] usb 1-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 2660 [ 2.531200] usb 1-1: SerialNumber: 20181120 2661 [ 2.532159] usb-storage 1-1:1.0: USB Mass Storage device detected 2662 [ 2.532709] scsi host0: usb-storage 1-1:1.0 2663 [ 2.536502] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 2664 [ 2.536519] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 2665 [ 2.536531] usb 2-1: Product: USB2.1 Hub 2666 [ 2.536540] usb 2-1: Manufacturer: GenesysLogic 2667 [ 2.537281] hub 2-1:1.0: USB hub found 2668 [ 2.537622] hub 2-1:1.0: 4 ports detected 2669 [ 2.540313] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 2670 [ 2.540574] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 2671 [ 2.542395] Freeing unused kernel memory: 2496K 2672 [ 2.542532] Run /init as init process 2673 [ 2.542540] with arguments: 2674 [ 2.542546] /init 2675 [ 2.542552] with environment: 2676 [ 2.542557] HOME=/ 2677 [ 2.542563] TERM=linux 2678 [ 2.542568] ubootpart=ea5e158f-01 2679 [ 2.542574] cgroup_enable=memory 2680 [ 2.577098] mmc0: new high speed SDHC card at address 0001 2681 [ 2.578229] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 2682 [ 2.580821] mmcblk0: p1 2683 [ 2.853225] usb 2-1.1: new high-speed USB device number 3 using ehci-platform 2684 [ 3.043135] usbcore: registered new interface driver uas 2685 [ 3.071499] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator 2686 [ 3.071803] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found 2687 [ 3.071819] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found 2688 [ 3.072121] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator 2689 [ 3.072335] dwmac-sun8i 1c30000.ethernet: PTP uses main clock 2690 [ 3.072377] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 6 (expect 0) 2691 [ 3.072789] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported 2692 [ 3.072801] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported 2693 [ 3.072809] dwmac-sun8i 1c30000.ethernet: COE Type 2 2694 [ 3.072818] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported 2695 [ 3.072827] dwmac-sun8i 1c30000.ethernet: Normal descriptors 2696 [ 3.072835] dwmac-sun8i 1c30000.ethernet: Chain mode enabled 2697 [ 3.074674] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator 2698 [ 3.103692] axp20x-gpio axp20x-gpio: DMA mask not set 2699 [ 3.104370] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded 2700 [ 3.202549] usb 2-1.1: New USB device found, idVendor=046d, idProduct=081b, bcdDevice= 0.12 2701 [ 3.202584] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 2702 [ 3.202597] usb 2-1.1: SerialNumber: AA5FCF90 2703 [ 3.558252] scsi 0:0:0:0: Direct-Access OCZ-VERT EX2 PQ: 0 ANSI: 6 2704 [ 3.558876] sd 0:0:0:0: Attached scsi generic sg0 type 0 2705 [ 3.560234] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) 2706 [ 3.561480] sd 0:0:0:0: [sda] Write Protect is off 2707 [ 3.561510] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00 2708 [ 3.562876] sd 0:0:0:0: [sda] No Caching mode page found 2709 [ 3.562906] sd 0:0:0:0: [sda] Assuming drive cache: write through 2710 [ 3.568847] sda: sda1 2711 [ 3.572330] sd 0:0:0:0: [sda] Attached SCSI disk 2712 [ 3.937663] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. 2713 [ 4.533416] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) 2714 [ 4.534138] systemd[1]: Detected architecture arm64. 2715 [ 4.537128] systemd[1]: Hostname set to <pine64>. 2716 [ 4.643661] dw-apb-uart 1c28000.serial: forbid DMA for kernel console 2717 [ 5.465445] systemd[1]: Queued start job for default target Graphical Interface. 2718 [ 5.467501] random: systemd: uninitialized urandom read (16 bytes read) 2719 [ 5.501798] systemd[1]: Created slice Slice /system/modprobe. 2720 [ 5.502609] random: systemd: uninitialized urandom read (16 bytes read) 2721 [ 5.505674] systemd[1]: Created slice Slice /system/serial-getty. 2722 [ 5.506158] random: systemd: uninitialized urandom read (16 bytes read) 2723 [ 5.508498] systemd[1]: Created slice User and Session Slice. 2724 [ 5.508980] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 2725 [ 5.509557] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 2726 [ 5.511026] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 2727 [ 5.511589] systemd[1]: Reached target Local Encrypted Volumes. 2728 [ 5.512336] systemd[1]: Reached target Slice Units. 2729 [ 5.512688] systemd[1]: Reached target Swaps. 2730 [ 5.512992] systemd[1]: Reached target System Time Set. 2731 [ 5.513493] systemd[1]: Reached target Local Verity Protected Volumes. 2732 [ 5.535773] systemd[1]: Listening on RPCbind Server Activation Socket. 2733 [ 5.537986] systemd[1]: Listening on Syslog Socket. 2734 [ 5.539145] systemd[1]: Listening on fsck to fsckd communication Socket. 2735 [ 5.539789] systemd[1]: Listening on initctl Compatibility Named Pipe. 2736 [ 5.541438] systemd[1]: Listening on Journal Audit Socket. 2737 [ 5.542435] systemd[1]: Listening on Journal Socket (/dev/log). 2738 [ 5.543551] systemd[1]: Listening on Journal Socket. 2739 [ 5.544909] systemd[1]: Listening on udev Control Socket. 2740 [ 5.545983] systemd[1]: Listening on udev Kernel Socket. 2741 [ 5.551869] systemd[1]: Mounting Huge Pages File System... 2742 [ 5.558599] systemd[1]: Mounting POSIX Message Queue File System... 2743 [ 5.564562] systemd[1]: Mounting NFSD configuration filesystem... 2744 [ 5.571494] systemd[1]: Mounting Kernel Debug File System... 2745 [ 5.572681] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 2746 [ 5.573820] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 2747 [ 5.582872] systemd[1]: Starting Restore / save the current clock... 2748 [ 5.591281] systemd[1]: Starting Set the console keyboard layout... 2749 [ 5.591942] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped. 2750 [ 5.598892] systemd[1]: Starting Load Kernel Module chromeos_pstore... 2751 [ 5.606654] systemd[1]: Starting Load Kernel Module configfs... 2752 [ 5.614350] systemd[1]: Starting Load Kernel Module drm... 2753 [ 5.623111] systemd[1]: Starting Load Kernel Module efi_pstore... 2754 [ 5.631419] systemd[1]: Starting Load Kernel Module fuse... 2755 [ 5.639431] systemd[1]: Starting Load Kernel Module pstore_blk... 2756 [ 5.647085] systemd[1]: Starting Load Kernel Module pstore_zone... 2757 [ 5.654915] systemd[1]: Starting Load Kernel Module ramoops... 2758 [ 5.663254] systemd[1]: Started Nameserver information manager. 2759 [ 5.664770] systemd[1]: Reached target Preparation for Network. 2760 [ 5.666087] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 2761 [ 5.679719] systemd[1]: Starting Load Kernel Modules... 2762 [ 5.687988] systemd[1]: Starting Remount Root and Kernel File Systems... 2763 [ 5.696136] systemd[1]: Starting Coldplug All udev Devices... 2764 [ 5.711434] systemd[1]: Mounted Huge Pages File System. 2765 [ 5.712532] systemd[1]: Mounted POSIX Message Queue File System. 2766 [ 5.713822] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a 2767 [ 5.713874] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. 2768 [ 5.715963] systemd[1]: Failed to mount NFSD configuration filesystem. 2769 [ 5.716336] systemd[1]: Dependency failed for NFS Mount Daemon. 2770 [ 5.716464] systemd[1]: Dependency failed for NFS server and services. 2771 [ 5.716594] systemd[1]: Dependency failed for NFSv4 ID-name mapping service. 2772 [ 5.716733] systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. 2773 [ 5.716799] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. 2774 [ 5.716861] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. 2775 [ 5.716894] systemd[1]: Dependency failed for NFSv4 Client Tracking Daemon. 2776 [ 5.717037] systemd[1]: nfsdcld.service: Job nfsdcld.service/start failed with result 'dependency'. 2777 [ 5.718124] systemd[1]: Mounted Kernel Debug File System. 2778 [ 5.720789] systemd[1]: Finished Restore / save the current clock. 2779 [ 5.723322] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 2780 [ 5.724584] systemd[1]: Finished Load Kernel Module chromeos_pstore. 2781 [ 5.726949] systemd[1]: modprobe@configfs.service: Deactivated successfully. 2782 [ 5.728465] systemd[1]: Finished Load Kernel Module configfs. 2783 [ 5.730739] systemd[1]: modprobe@drm.service: Deactivated successfully. 2784 [ 5.732189] systemd[1]: Finished Load Kernel Module drm. 2785 [ 5.734356] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 2786 [ 5.735248] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. 2787 [ 5.735950] systemd[1]: Finished Load Kernel Module efi_pstore. 2788 [ 5.743452] systemd[1]: modprobe@fuse.service: Deactivated successfully. 2789 [ 5.744772] systemd[1]: Finished Load Kernel Module fuse. 2790 [ 5.748151] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 2791 [ 5.749943] systemd[1]: Finished Load Kernel Module pstore_blk. 2792 [ 5.752231] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 2793 [ 5.754200] systemd[1]: Finished Load Kernel Module pstore_zone. 2794 [ 5.756520] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 2795 [ 5.758095] systemd[1]: Finished Load Kernel Module ramoops. 2796 [ 5.763450] systemd[1]: Finished Load Kernel Modules. 2797 [ 5.766370] systemd[1]: Finished Remount Root and Kernel File Systems. 2798 [ 5.768589] systemd[1]: Condition check resulted in FUSE Control File System being skipped. 2799 [ 5.774330] systemd[1]: Mounting Kernel Configuration File System... 2800 [ 5.775200] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 2801 [ 5.783620] systemd[1]: Starting Load/Save Random Seed... 2802 [ 5.791612] systemd[1]: Starting Apply Kernel Variables... 2803 [ 5.799215] systemd[1]: Starting Create System Users... 2804 [ 5.813047] systemd[1]: Mounted Kernel Configuration File System. 2805 [ 5.871513] systemd[1]: Finished Apply Kernel Variables. 2806 [ 5.900148] systemd[1]: Finished Create System Users. 2807 [ 5.909830] systemd[1]: Starting Create Static Device Nodes in /dev... 2808 [ 5.963331] systemd[1]: Finished Create Static Device Nodes in /dev. 2809 [ 6.004820] systemd[1]: Starting Rule-based Manager for Device Events and Files... 2810 [ 6.008640] systemd[1]: Finished Set the console keyboard layout. 2811 [ 6.010136] systemd[1]: Reached target Preparation for Local File Systems. 2812 [ 6.017941] systemd[1]: Mounting /tmp... 2813 [ 6.030336] systemd[1]: Mounted /tmp. 2814 [ 6.031404] systemd[1]: Reached target Local File Systems. 2815 [ 6.040860] systemd[1]: Starting Armbian leds state... 2816 [ 6.050947] systemd[1]: Starting Armbian ZRAM config... 2817 [ 6.062549] systemd[1]: Starting Set console font and keymap... 2818 [ 6.063435] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 2819 [ 6.063757] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. 2820 [ 6.068190] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 2821 [ 6.087450] systemd[1]: Finished Set console font and keymap. 2822 [ 6.134144] systemd[1]: armbian-led-state.service: Main process exited, code=exited, status=1/FAILURE 2823 [ 6.135531] systemd[1]: armbian-led-state.service: Failed with result 'exit-code'. 2824 [ 6.137662] systemd[1]: Failed to start Armbian leds state. 2825 [ 6.243271] systemd[1]: Finished Coldplug All udev Devices. 2826 [ 6.268275] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 2827 [ 6.321451] systemd[1]: Started Rule-based Manager for Device Events and Files. 2828 [ 6.399318] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE 2829 [ 6.400319] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'. 2830 [ 6.402585] systemd[1]: Failed to start Armbian ZRAM config. 2831 [ 6.436958] systemd[1]: Starting Armbian memory supported logging... 2832 [ 6.525925] urandom_read_iter: 51 callbacks suppressed 2833 [ 6.525957] random: systemd: uninitialized urandom read (16 bytes read) 2834 [ 6.619367] random: systemd: uninitialized urandom read (16 bytes read) 2835 [ 6.619524] random: systemd: uninitialized urandom read (16 bytes read) 2836 [ 6.767198] random: crng init done 2837 [ 6.767233] random: 8 urandom warning(s) missed due to ratelimiting 2838 [ 6.798682] systemd[1]: Finished Load/Save Random Seed. 2839 [ 6.800108] systemd[1]: Condition check resulted in First Boot Complete being skipped. 2840 [ 6.800301] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 2841 [ 6.800484] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 2842 [ 6.820307] systemd[1]: Found device /dev/ttyS0. 2843 [ 7.415765] systemd[1]: Found device /sys/subsystem/net/devices/eth0. 2844 [ 7.451135] systemd[1]: Started ifup for eth0. 2845 [ 7.455837] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 2846 [ 7.464084] systemd[1]: Starting Raise network interfaces... 2847 [ 7.467871] systemd[1]: ifup@eth0.service: Main process exited, code=exited, status=1/FAILURE 2848 [ 7.468865] systemd[1]: ifup@eth0.service: Failed with result 'exit-code'. 2849 [ 7.971765] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE 2850 [ 7.972653] systemd[1]: networking.service: Failed with result 'exit-code'. 2851 [ 7.974369] systemd[1]: Failed to start Raise network interfaces. 2852 [ 10.475090] systemd[1]: Finished Armbian memory supported logging. 2853 [ 10.497465] systemd[1]: Starting Journal Service... 2854 [ 10.752630] systemd[1]: Started Journal Service. 2855 [ 10.802840] systemd-journald[584]: Received client request to flush runtime journal. 2856 2857 ### armbian-release: 2858 2859 # PLEASE DO NOT EDIT THIS FILE 2860 BOARD=pine64 2861 BOARD_NAME="Pine64" 2862 BOARDFAMILY=sun50iw1 2863 BUILD_REPOSITORY_URL=https://github.com/armbian/build 2864 BUILD_REPOSITORY_COMMIT=84940abb 2865 VERSION=22.11.1 2866 LINUXFAMILY=sunxi64 2867 ARCH=arm64 2868 IMAGE_TYPE=stable 2869 BOARD_TYPE=conf 2870 INITRD_ARCH=arm64 2871 KERNEL_IMAGE_TYPE=Image 2872 BRANCH=current 2873 2874 ### boot environment: 2875 2876 verbosity=1 2877 bootlogo=false 2878 console=both 2879 disp_mode=1920x1080p60 2880 overlay_prefix=sunxi64 2881 rootdev=UUID=1a07fccf-6922-49b1-ace2-e12d87fdb297 2882 rootfstype=ext4 2883 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 2884 2885 2886 ### lsusb: 2887 2888 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 2889 Bus 002 Device 003: ID 046d:081b Logitech, Inc. Webcam C310 2890 Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 2891 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 2892 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 2893 Bus 001 Device 002: ID 1f75:0621 Innostor Technology Corporation IS621 SATA Storage Controller 2894 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 2895 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 2896 2897 ### lscpu: 2898 2899 Architecture: aarch64 2900 CPU op-mode(s): 32-bit, 64-bit 2901 Byte Order: Little Endian 2902 CPU(s): 4 2903 On-line CPU(s) list: 0-3 2904 Vendor ID: ARM 2905 Model name: Cortex-A53 2906 Model: 4 2907 Thread(s) per core: 1 2908 Core(s) per cluster: 4 2909 Socket(s): - 2910 Cluster(s): 1 2911 Stepping: r0p4 2912 BogoMIPS: 48.00 2913 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2914 NUMA node(s): 1 2915 NUMA node0 CPU(s): 0-3 2916 Vulnerability Itlb multihit: Not affected 2917 Vulnerability L1tf: Not affected 2918 Vulnerability Mds: Not affected 2919 Vulnerability Meltdown: Not affected 2920 Vulnerability Mmio stale data: Not affected 2921 Vulnerability Spec store bypass: Not affected 2922 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 2923 Vulnerability Spectre v2: Not affected 2924 Vulnerability Srbds: Not affected 2925 Vulnerability Tsx async abort: Not affected 2926 2927 ### cpuinfo: 2928 2929 processor : 0 2930 BogoMIPS : 48.00 2931 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2932 CPU implementer : 0x41 2933 CPU architecture: 8 2934 CPU variant : 0x0 2935 CPU part : 0xd03 2936 CPU revision : 4 2937 2938 processor : 1 2939 BogoMIPS : 48.00 2940 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2941 CPU implementer : 0x41 2942 CPU architecture: 8 2943 CPU variant : 0x0 2944 CPU part : 0xd03 2945 CPU revision : 4 2946 2947 processor : 2 2948 BogoMIPS : 48.00 2949 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2950 CPU implementer : 0x41 2951 CPU architecture: 8 2952 CPU variant : 0x0 2953 CPU part : 0xd03 2954 CPU revision : 4 2955 2956 processor : 3 2957 BogoMIPS : 48.00 2958 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 2959 CPU implementer : 0x41 2960 CPU architecture: 8 2961 CPU variant : 0x0 2962 CPU part : 0xd03 2963 CPU revision : 4 2964 2965 2966 ### meminfo: 2967 2968 MemTotal: 2037276 kB 2969 MemFree: 1885780 kB 2970 MemAvailable: 1881352 kB 2971 Buffers: 11772 kB 2972 Cached: 54292 kB 2973 SwapCached: 0 kB 2974 Active: 27796 kB 2975 Inactive: 60192 kB 2976 Active(anon): 412 kB 2977 Inactive(anon): 38068 kB 2978 Active(file): 27384 kB 2979 Inactive(file): 22124 kB 2980 Unevictable: 0 kB 2981 Mlocked: 0 kB 2982 SwapTotal: 0 kB 2983 SwapFree: 0 kB 2984 Dirty: 16 kB 2985 Writeback: 0 kB 2986 AnonPages: 21732 kB 2987 Mapped: 16396 kB 2988 Shmem: 16552 kB 2989 KReclaimable: 9212 kB 2990 Slab: 31852 kB 2991 SReclaimable: 9212 kB 2992 SUnreclaim: 22640 kB 2993 KernelStack: 2384 kB 2994 PageTables: 2032 kB 2995 NFS_Unstable: 0 kB 2996 Bounce: 0 kB 2997 WritebackTmp: 0 kB 2998 CommitLimit: 1018636 kB 2999 Committed_AS: 69264 kB 3000 VmallocTotal: 133143592960 kB 3001 VmallocUsed: 10324 kB 3002 VmallocChunk: 0 kB 3003 Percpu: 1072 kB 3004 AnonHugePages: 0 kB 3005 ShmemHugePages: 0 kB 3006 ShmemPmdMapped: 0 kB 3007 FileHugePages: 0 kB 3008 FilePmdMapped: 0 kB 3009 CmaTotal: 131072 kB 3010 CmaFree: 130304 kB 3011 HugePages_Total: 0 3012 HugePages_Free: 0 3013 HugePages_Rsvd: 0 3014 HugePages_Surp: 0 3015 Hugepagesize: 2048 kB 3016 Hugetlb: 0 kB 3017 3018 ### virtual memory: 3019 3020 vm.admin_reserve_kbytes = 8192 3021 vm.compaction_proactiveness = 20 3022 vm.compact_unevictable_allowed = 1 3023 vm.dirty_background_bytes = 0 3024 vm.dirty_background_ratio = 10 3025 vm.dirty_bytes = 0 3026 vm.dirty_expire_centisecs = 3000 3027 vm.dirty_ratio = 20 3028 vm.dirtytime_expire_seconds = 43200 3029 vm.dirty_writeback_centisecs = 500 3030 vm.extfrag_threshold = 500 3031 vm.hugetlb_shm_group = 0 3032 vm.laptop_mode = 0 3033 vm.legacy_va_layout = 0 3034 vm.lowmem_reserve_ratio = 256 256 32 0 3035 vm.max_map_count = 65530 3036 vm.min_free_kbytes = 22528 3037 vm.min_slab_ratio = 5 3038 vm.min_unmapped_ratio = 1 3039 vm.mmap_min_addr = 32768 3040 vm.mmap_rnd_bits = 18 3041 vm.mmap_rnd_compat_bits = 11 3042 vm.nr_hugepages = 0 3043 vm.nr_hugepages_mempolicy = 0 3044 vm.nr_overcommit_hugepages = 0 3045 vm.numa_stat = 1 3046 vm.numa_zonelist_order = Node 3047 vm.oom_dump_tasks = 1 3048 vm.oom_kill_allocating_task = 0 3049 vm.overcommit_kbytes = 0 3050 vm.overcommit_memory = 0 3051 vm.overcommit_ratio = 50 3052 vm.page-cluster = 3 3053 vm.page_lock_unfairness = 5 3054 vm.panic_on_oom = 0 3055 vm.percpu_pagelist_high_fraction = 0 3056 vm.stat_interval = 1 3057 vm.swappiness = 100 3058 vm.user_reserve_kbytes = 63000 3059 vm.vfs_cache_pressure = 100 3060 vm.watermark_boost_factor = 15000 3061 vm.watermark_scale_factor = 10 3062 vm.zone_reclaim_mode = 0 3063 3064 ### ip addr: 3065 3066 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 3067 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 3068 inet XXX.XXX.0.1/8 scope host lo 3069 valid_lft forever preferred_lft forever 3070 inet6 ::1/128 scope host 3071 valid_lft forever preferred_lft forever 3072 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 3073 link/ether 02:ba:85:77:17:e9 brd ff:ff:ff:ff:ff:ff 3074 3075 ### partitions: 3076 3077 major minor #blocks name 3078 3079 179 0 31260672 mmcblk0 3080 179 1 30928896 mmcblk0p1 3081 8 0 117220824 sda 3082 8 1 117218304 sda1 3083 3084 ### df: 3085 3086 tmpfs 199M 3.1M 196M 2% /run 3087 /dev/sda1 110G 29G 76G 28% / 3088 tmpfs 995M 0 995M 0% /dev/shm 3089 tmpfs 5.0M 0 5.0M 0% /run/lock 3090 tmpfs 995M 4.0K 995M 1% /tmp 3091 3092 ### lsblk: 3093 3094 NAME FSTYPE SIZE MOUNTPOINT UUID 3095 sda 111.8G 3096 └─sda1 ext4 111.8G / 933d6d44-0352-46aa-8100-fd703056ae3d 3097 mmcblk0 29.8G 3098 └─mmcblk0p1 ext4 29.5G 1a07fccf-6922-49b1-ace2-e12d87fdb297 3099 3100 ### zramctl: 3101 3102 3103 3104 ### mtab: 3105 3106 /dev/sda1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 3107 /dev/sda1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 3108 3109 ### mmc0:0001 info: 3110 3111 fwrev: 0x0 3112 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=EB1QT MODALIAS=mmc:block 3113 cid: 1b534d454231515430bc836120012941 3114 rca: 0x0001 3115 csd: 400e00325b590000ee7f7f800a404055 3116 manfid: 0x00001b 3117 ocr: 0x00200000 3118 preferred_erase_size: 4194304 3119 type: SD 3120 hwrev: 0x3 3121 date: 09/2018 3122 dsr: 0x404 3123 erase_size: 512 3124 oemid: 0x534d 3125 serial: 0xbc836120 3126 ssr: 0000000005000000040090000f051c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 3127 scr: 02b5800200000000 3128 name: EB1QT 3129 3130 ### Boot system health: 3131 3132 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 3133 22:41:39: --- 0.15 55% 28% 20% 0% 5% 0% 38.6 °C 3134 22:41:40: --- 0.15 82% 13% 16% 1% 48% 2% 38.6 °C 3135 22:41:40: --- 0.78 85% 16% 29% 0% 37% 1% 35.3 °C 3136 22:41:40: --- 0.78 35% 11% 5% 0% 17% 0% 35.3 °C 3137 22:41:41: --- 0.78 37% 7% 0% 0% 29% 0% 33.3 °C 3138 3139 ### No more available zram devices () 3140 3141 Fri Dec 9 11:10:51 PM CET 2022 | Pine64 | 22.11.1 | arm64 | aarch64 | 5.15.48-sunxi64 3142 3143 ### dmesg: 3144 3145 [ 0.000961] pid_max: default: 32768 minimum: 301 3146 [ 0.001049] LSM: Security Framework initializing 3147 [ 0.001078] Yama: becoming mindful. 3148 [ 0.001175] AppArmor: AppArmor initialized 3149 [ 0.001289] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 3150 [ 0.001319] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 3151 [ 0.003382] rcu: Hierarchical SRCU implementation. 3152 [ 0.004911] smp: Bringing up secondary CPUs ... 3153 [ 0.006154] Detected VIPT I-cache on CPU1 3154 [ 0.006223] arch_timer: CPU1: Trapping CNTVCT access 3155 [ 0.006241] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] 3156 [ 0.007053] Detected VIPT I-cache on CPU2 3157 [ 0.007088] arch_timer: CPU2: Trapping CNTVCT access 3158 [ 0.007099] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] 3159 [ 0.007827] Detected VIPT I-cache on CPU3 3160 [ 0.007861] arch_timer: CPU3: Trapping CNTVCT access 3161 [ 0.007872] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] 3162 [ 0.007963] smp: Brought up 1 node, 4 CPUs 3163 [ 0.007979] SMP: Total of 4 processors activated. 3164 [ 0.007987] CPU features: detected: 32-bit EL0 Support 3165 [ 0.007992] CPU features: detected: CRC32 instructions 3166 [ 0.022846] CPU: All CPU(s) started at EL2 3167 [ 0.022879] alternatives: patching kernel code 3168 [ 0.024705] devtmpfs: initialized 3169 [ 0.032765] Registered cp15_barrier emulation handler 3170 [ 0.032799] Registered setend emulation handler 3171 [ 0.032982] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 3172 [ 0.033006] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) 3173 [ 0.038448] pinctrl core: initialized pinctrl subsystem 3174 [ 0.040128] NET: Registered PF_NETLINK/PF_ROUTE protocol family 3175 [ 0.041913] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations 3176 [ 0.042090] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 3177 [ 0.042269] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 3178 [ 0.042378] audit: initializing netlink subsys (disabled) 3179 [ 0.042595] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 3180 [ 0.043204] thermal_sys: Registered thermal governor 'fair_share' 3181 [ 0.043212] thermal_sys: Registered thermal governor 'bang_bang' 3182 [ 0.043217] thermal_sys: Registered thermal governor 'step_wise' 3183 [ 0.043223] thermal_sys: Registered thermal governor 'user_space' 3184 [ 0.043686] cpuidle: using governor menu 3185 [ 0.043945] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. 3186 [ 0.044054] ASID allocator initialised with 65536 entries 3187 [ 0.044251] Serial: AMBA PL011 UART driver 3188 [ 0.060244] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0d000.lcd-controller 3189 [ 0.061780] platform hdmi-connector: Fixing up cyclic dependency with 1ee0000.hdmi 3190 [ 0.069851] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 3191 [ 0.069875] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages 3192 [ 0.069883] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 3193 [ 0.069891] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages 3194 [ 0.072097] cryptd: max_cpu_qlen set to 1000 3195 [ 0.140256] raid6: neonx8 gen() 1461 MB/s 3196 [ 0.208322] raid6: neonx8 xor() 1092 MB/s 3197 [ 0.276417] raid6: neonx4 gen() 1494 MB/s 3198 [ 0.344484] raid6: neonx4 xor() 1081 MB/s 3199 [ 0.412569] raid6: neonx2 gen() 1411 MB/s 3200 [ 0.480652] raid6: neonx2 xor() 993 MB/s 3201 [ 0.548727] raid6: neonx1 gen() 1232 MB/s 3202 [ 0.616803] raid6: neonx1 xor() 848 MB/s 3203 [ 0.684883] raid6: int64x8 gen() 1013 MB/s 3204 [ 0.752964] raid6: int64x8 xor() 533 MB/s 3205 [ 0.821043] raid6: int64x4 gen() 1126 MB/s 3206 [ 0.889139] raid6: int64x4 xor() 573 MB/s 3207 [ 0.957232] raid6: int64x2 gen() 962 MB/s 3208 [ 1.025317] raid6: int64x2 xor() 507 MB/s 3209 [ 1.093386] raid6: int64x1 gen() 716 MB/s 3210 [ 1.161495] raid6: int64x1 xor() 373 MB/s 3211 [ 1.161502] raid6: using algorithm neonx4 gen() 1494 MB/s 3212 [ 1.161508] raid6: .... xor() 1081 MB/s, rmw enabled 3213 [ 1.161514] raid6: using neon recovery algorithm 3214 [ 1.162165] iommu: Default domain type: Translated 3215 [ 1.162175] iommu: DMA domain TLB invalidation policy: strict mode 3216 [ 1.162498] SCSI subsystem initialized 3217 [ 1.162723] usbcore: registered new interface driver usbfs 3218 [ 1.162773] usbcore: registered new interface driver hub 3219 [ 1.162808] usbcore: registered new device driver usb 3220 [ 1.163144] pps_core: LinuxPPS API ver. 1 registered 3221 [ 1.163151] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 3222 [ 1.163171] PTP clock support registered 3223 [ 1.163645] ARM FF-A: FFA_VERSION returned not supported 3224 [ 1.164038] Advanced Linux Sound Architecture Driver Initialized. 3225 [ 1.164811] NetLabel: Initializing 3226 [ 1.164818] NetLabel: domain hash size = 128 3227 [ 1.164824] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 3228 [ 1.164901] NetLabel: unlabeled traffic allowed by default 3229 [ 1.165402] clocksource: Switched to clocksource arch_sys_counter 3230 [ 1.165636] VFS: Disk quotas dquot_6.6.0 3231 [ 1.165701] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 3232 [ 1.166360] AppArmor: AppArmor Filesystem Enabled 3233 [ 1.173672] NET: Registered PF_INET protocol family 3234 [ 1.173960] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) 3235 [ 1.175335] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) 3236 [ 1.175380] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 3237 [ 1.175398] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) 3238 [ 1.175557] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) 3239 [ 1.175880] TCP: Hash tables configured (established 16384 bind 16384) 3240 [ 1.176046] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) 3241 [ 1.176116] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) 3242 [ 1.176335] NET: Registered PF_UNIX/PF_LOCAL protocol family 3243 [ 1.176930] Trying to unpack rootfs image as initramfs... 3244 [ 1.191944] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available 3245 [ 1.199141] Initialise system trusted keyrings 3246 [ 1.199227] Key type blacklist registered 3247 [ 1.199443] workingset: timestamp_bits=44 max_order=19 bucket_order=0 3248 [ 1.205913] zbud: loaded 3249 [ 1.207637] squashfs: version 4.0 (2009/01/31) Phillip Lougher 3250 [ 1.210199] integrity: Platform Keyring initialized 3251 [ 1.263942] xor: automatically using best checksumming function 32regs 3252 [ 1.263971] async_tx: api initialized (async) 3253 [ 1.264004] Key type asymmetric registered 3254 [ 1.264012] Asymmetric key parser 'x509' registered 3255 [ 1.264144] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 3256 [ 1.264322] io scheduler mq-deadline registered 3257 [ 1.264331] io scheduler kyber registered 3258 [ 1.264554] io scheduler bfq registered 3259 [ 1.268255] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver 3260 [ 1.278295] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled 3261 [ 1.290093] loop: module loaded 3262 [ 1.292585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 3263 [ 1.292620] ehci-platform: EHCI generic platform driver 3264 [ 1.292776] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 3265 [ 1.292791] ohci-platform: OHCI generic platform driver 3266 [ 1.293287] usbcore: registered new interface driver usb-storage 3267 [ 1.293879] mousedev: PS/2 mouse device common for all mice 3268 [ 1.294991] sun6i-rtc 1f00000.rtc: registered as rtc0 3269 [ 1.295032] sun6i-rtc 1f00000.rtc: setting system clock to 2022-12-09T22:10:41 UTC (1670623841) 3270 [ 1.295156] sun6i-rtc 1f00000.rtc: RTC enabled 3271 [ 1.295261] i2c_dev: i2c /dev entries driver 3272 [ 1.296072] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) 3273 [ 1.298213] sun50i-a64-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator 3274 [ 1.298742] sdhci: Secure Digital Host Controller Interface driver 3275 [ 1.298751] sdhci: Copyright(c) Pierre Ossman 3276 [ 1.298780] Synopsys Designware Multimedia Card Interface Driver 3277 [ 1.299548] sdhci-pltfm: SDHCI platform and OF driver helper 3278 [ 1.300748] ledtrig-cpu: registered to indicate activity on CPUs 3279 [ 1.301272] SMCCC: SOC_ID: ID = jep106:091e:1689 Revision = 0x00000001 3280 [ 1.301628] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) 3281 [ 1.301942] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 3282 [ 1.302096] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 3283 [ 1.302212] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 3284 [ 1.302331] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 3285 [ 1.302430] sun8i-ce 1c15000.crypto: Register cbc(aes) 3286 [ 1.302622] sun8i-ce 1c15000.crypto: Register ecb(aes) 3287 [ 1.302765] sun8i-ce 1c15000.crypto: Register cbc(des3_ede) 3288 [ 1.302903] sun8i-ce 1c15000.crypto: Register ecb(des3_ede) 3289 [ 1.303035] sun8i-ce 1c15000.crypto: Register md5 3290 [ 1.303181] sun8i-ce 1c15000.crypto: Register sha1 3291 [ 1.303312] sun8i-ce 1c15000.crypto: Register sha224 3292 [ 1.303450] sun8i-ce 1c15000.crypto: Register sha256 3293 [ 1.303582] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha384 not supported 3294 [ 1.303592] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha512 not supported 3295 [ 1.303601] sun8i-ce 1c15000.crypto: Register stdrng 3296 [ 1.303762] sun8i-ce 1c15000.crypto: TRNG not supported 3297 [ 1.303772] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0 3298 [ 1.304346] hid: raw HID events driver (C) Jiri Kosina 3299 [ 1.304506] usbcore: registered new interface driver usbhid 3300 [ 1.304515] usbhid: USB HID core driver 3301 [ 1.310770] NET: Registered PF_INET6 protocol family 3302 [ 1.956025] Freeing initrd memory: 12684K 3303 [ 1.989310] Segment Routing with IPv6 3304 [ 1.989432] In-situ OAM (IOAM) with IPv6 3305 [ 1.989537] NET: Registered PF_PACKET protocol family 3306 [ 1.989671] 8021q: 802.1Q VLAN Support v1.8 3307 [ 1.989840] 9pnet: Installing 9P2000 support 3308 [ 1.989930] Key type dns_resolver registered 3309 [ 1.990452] registered taskstats version 1 3310 [ 1.990470] Loading compiled-in X.509 certificates 3311 [ 1.994776] Loaded X.509 cert 'Build time autogenerated kernel key: 32330adefd2da02e444296fafd37464380789679' 3312 [ 1.999127] zswap: loaded using pool zstd/z3fold 3313 [ 1.999894] Key type ._fscrypt registered 3314 [ 1.999903] Key type .fscrypt registered 3315 [ 1.999908] Key type fscrypt-provisioning registered 3316 [ 2.001080] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 3317 [ 2.017042] Key type encrypted registered 3318 [ 2.017078] AppArmor: AppArmor sha1 policy hashing enabled 3319 [ 2.017123] ima: No TPM chip found, activating TPM-bypass! 3320 [ 2.017162] ima: Allocated hash algorithm: sha1 3321 [ 2.017199] ima: No architecture policies found 3322 [ 2.017253] evm: Initialising EVM extended attributes: 3323 [ 2.017258] evm: security.selinux 3324 [ 2.017263] evm: security.SMACK64 3325 [ 2.017268] evm: security.SMACK64EXEC 3326 [ 2.017272] evm: security.SMACK64TRANSMUTE 3327 [ 2.017277] evm: security.SMACK64MMAP 3328 [ 2.017281] evm: security.apparmor 3329 [ 2.017286] evm: security.ima 3330 [ 2.017290] evm: security.capability 3331 [ 2.017295] evm: HMAC attrs: 0x1 3332 [ 2.030161] platform 1100000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 3333 [ 2.030249] platform 1100000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 3334 [ 2.031020] platform 1200000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 3335 [ 2.031108] platform 1200000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 3336 [ 2.031972] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz 3337 [ 2.032376] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found 3338 [ 2.034453] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0 3339 [ 2.037470] vcc-3v3: supplied by regulator-dummy 3340 [ 2.037986] vdd-cpux: supplied by regulator-dummy 3341 [ 2.038636] dcdc4: supplied by regulator-dummy 3342 [ 2.038825] vcc-dram: supplied by regulator-dummy 3343 [ 2.039282] vdd-sys: supplied by regulator-dummy 3344 [ 2.039806] vcc-phy: supplied by regulator-dummy 3345 [ 2.040176] aldo1: supplied by regulator-dummy 3346 [ 2.040354] vcc-pl: supplied by regulator-dummy 3347 [ 2.040794] vcc-pll-avcc: supplied by regulator-dummy 3348 [ 2.041439] vcc-hdmi: supplied by regulator-dummy 3349 [ 2.041809] vcc-mipi: supplied by regulator-dummy 3350 [ 2.042175] dldo3: supplied by regulator-dummy 3351 [ 2.042558] vcc-wifi: supplied by regulator-dummy 3352 [ 2.042930] cpvdd: supplied by regulator-dummy 3353 [ 2.043293] eldo2: supplied by regulator-dummy 3354 [ 2.043682] eldo3: supplied by regulator-dummy 3355 [ 2.044050] vcc-1v2-hsic: supplied by regulator-dummy 3356 [ 2.044245] vdd-cpus: supplied by regulator-dummy 3357 [ 2.044680] vcc-rtc: supplied by regulator-dummy 3358 [ 2.045100] ldo-io0: supplied by regulator-dummy 3359 [ 2.045541] ldo-io1: supplied by regulator-dummy 3360 [ 2.045666] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded 3361 [ 2.050601] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver 3362 [ 2.051007] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator 3363 [ 2.051577] printk: console [ttyS0] disabled 3364 [ 2.051665] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 41, base_baud = 1500000) is a 16550A 3365 [ 2.051872] printk: console [ttyS0] enabled 3366 [ 2.052561] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator 3367 [ 2.053041] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 42, base_baud = 1500000) is a 16550A 3368 [ 2.053190] serial serial0: tty port ttyS1 registered 3369 [ 2.083829] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800008e16990) 3370 [ 2.085658] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff800008e16990) 3371 [ 2.086184] sun4i-drm display-engine: No panel or bridge found... RGB output disabled 3372 [ 2.086203] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff800008e11ba0) 3373 [ 2.086439] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff800008e11ba0) 3374 [ 2.087576] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) 3375 [ 2.088225] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver 3376 [ 2.088595] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff800008e15cc8) 3377 [ 2.089281] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 3378 [ 2.089363] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 3379 [ 2.090107] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator 3380 [ 2.090746] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 3381 [ 2.091506] ehci-platform 1c1a000.usb: EHCI Host Controller 3382 [ 2.091537] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 3383 [ 2.091683] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000 3384 [ 2.105401] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 3385 [ 2.105770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 3386 [ 2.105785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 3387 [ 2.105797] usb usb1: Product: EHCI Host Controller 3388 [ 2.105806] usb usb1: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 3389 [ 2.105815] usb usb1: SerialNumber: 1c1a000.usb 3390 [ 2.106366] hub 1-0:1.0: USB hub found 3391 [ 2.106416] hub 1-0:1.0: 1 port detected 3392 [ 2.107429] ehci-platform 1c1b000.usb: EHCI Host Controller 3393 [ 2.107462] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 3394 [ 2.107597] ehci-platform 1c1b000.usb: irq 30, io mem 0x01c1b000 3395 [ 2.121411] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 3396 [ 2.121744] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 3397 [ 2.121759] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 3398 [ 2.121771] usb usb2: Product: EHCI Host Controller 3399 [ 2.121780] usb usb2: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 3400 [ 2.121790] usb usb2: SerialNumber: 1c1b000.usb 3401 [ 2.122275] hub 2-0:1.0: USB hub found 3402 [ 2.122323] hub 2-0:1.0: 1 port detected 3403 [ 2.297505] ohci-platform 1c1a400.usb: Generic Platform OHCI controller 3404 [ 2.297539] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 3405 [ 2.297677] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400 3406 [ 2.365448] usb 1-1: new high-speed USB device number 2 using ehci-platform 3407 [ 2.365749] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 3408 [ 2.365766] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 3409 [ 2.365777] usb usb3: Product: Generic Platform OHCI controller 3410 [ 2.365787] usb usb3: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 3411 [ 2.365797] usb usb3: SerialNumber: 1c1a400.usb 3412 [ 2.366312] hub 3-0:1.0: USB hub found 3413 [ 2.366362] hub 3-0:1.0: 1 port detected 3414 [ 2.367363] ohci-platform 1c1b400.usb: Generic Platform OHCI controller 3415 [ 2.367395] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 3416 [ 2.367525] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400 3417 [ 2.377409] usb 2-1: new high-speed USB device number 2 using ehci-platform 3418 [ 2.433753] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 3419 [ 2.433768] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 3420 [ 2.433780] usb usb4: Product: Generic Platform OHCI controller 3421 [ 2.433790] usb usb4: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 3422 [ 2.433799] usb usb4: SerialNumber: 1c1b400.usb 3423 [ 2.434305] hub 4-0:1.0: USB hub found 3424 [ 2.434351] hub 4-0:1.0: 1 port detected 3425 [ 2.435414] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator 3426 [ 2.435571] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests 3427 [ 2.505675] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver 3428 [ 2.505706] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5 3429 [ 2.505975] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 3430 [ 2.505990] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 3431 [ 2.506002] usb usb5: Product: MUSB HDRC host driver 3432 [ 2.506011] usb usb5: Manufacturer: Linux 5.15.48-sunxi64 musb-hcd 3433 [ 2.506020] usb usb5: SerialNumber: musb-hdrc.4.auto 3434 [ 2.506564] hub 5-0:1.0: USB hub found 3435 [ 2.506619] hub 5-0:1.0: 1 port detected 3436 [ 2.510044] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator 3437 [ 2.510109] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version 3438 [ 2.511217] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq 3439 [ 2.511235] sunxi-mmc 1c0f000.mmc: Got CD GPIO 3440 [ 2.511391] of_cfs_init 3441 [ 2.511556] of_cfs_init: OK 3442 [ 2.511949] ALSA device list: 3443 [ 2.511956] No soundcards found. 3444 [ 2.527356] usb 1-1: New USB device found, idVendor=1f75, idProduct=0621, bcdDevice= 0.36 3445 [ 2.527374] usb 1-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 3446 [ 2.527386] usb 1-1: SerialNumber: 20181120 3447 [ 2.528351] usb-storage 1-1:1.0: USB Mass Storage device detected 3448 [ 2.528902] scsi host0: usb-storage 1-1:1.0 3449 [ 2.534454] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 3450 [ 2.536517] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 3451 [ 2.536533] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 3452 [ 2.536545] usb 2-1: Product: USB2.1 Hub 3453 [ 2.536554] usb 2-1: Manufacturer: GenesysLogic 3454 [ 2.536659] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 3455 [ 2.537474] hub 2-1:1.0: USB hub found 3456 [ 2.537902] hub 2-1:1.0: 4 ports detected 3457 [ 2.538633] Freeing unused kernel memory: 2496K 3458 [ 2.538772] Run /init as init process 3459 [ 2.538780] with arguments: 3460 [ 2.538787] /init 3461 [ 2.538792] with environment: 3462 [ 2.538797] HOME=/ 3463 [ 2.538803] TERM=linux 3464 [ 2.538808] ubootpart=ea5e158f-01 3465 [ 2.538814] cgroup_enable=memory 3466 [ 2.573473] mmc0: new high speed SDHC card at address 0001 3467 [ 2.574613] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 3468 [ 2.577205] mmcblk0: p1 3469 [ 2.853441] usb 2-1.1: new high-speed USB device number 3 using ehci-platform 3470 [ 3.035518] usbcore: registered new interface driver uas 3471 [ 3.053085] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator 3472 [ 3.060429] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator 3473 [ 3.060745] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found 3474 [ 3.060759] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found 3475 [ 3.061055] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator 3476 [ 3.061330] dwmac-sun8i 1c30000.ethernet: PTP uses main clock 3477 [ 3.061373] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 6 (expect 0) 3478 [ 3.062494] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported 3479 [ 3.062526] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported 3480 [ 3.062535] dwmac-sun8i 1c30000.ethernet: COE Type 2 3481 [ 3.062547] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported 3482 [ 3.062556] dwmac-sun8i 1c30000.ethernet: Normal descriptors 3483 [ 3.062564] dwmac-sun8i 1c30000.ethernet: Chain mode enabled 3484 [ 3.087854] axp20x-gpio axp20x-gpio: DMA mask not set 3485 [ 3.095679] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded 3486 [ 3.202316] usb 2-1.1: New USB device found, idVendor=046d, idProduct=081b, bcdDevice= 0.12 3487 [ 3.202351] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 3488 [ 3.202363] usb 2-1.1: SerialNumber: AA5FCF90 3489 [ 3.562441] scsi 0:0:0:0: Direct-Access OCZ-VERT EX2 PQ: 0 ANSI: 6 3490 [ 3.563055] sd 0:0:0:0: Attached scsi generic sg0 type 0 3491 [ 3.563937] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) 3492 [ 3.565187] sd 0:0:0:0: [sda] Write Protect is off 3493 [ 3.565216] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00 3494 [ 3.566698] sd 0:0:0:0: [sda] No Caching mode page found 3495 [ 3.566729] sd 0:0:0:0: [sda] Assuming drive cache: write through 3496 [ 3.572533] sda: sda1 3497 [ 3.576019] sd 0:0:0:0: [sda] Attached SCSI disk 3498 [ 3.941793] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. 3499 [ 4.534335] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) 3500 [ 4.535051] systemd[1]: Detected architecture arm64. 3501 [ 4.537814] systemd[1]: Hostname set to <pine64>. 3502 [ 4.647470] dw-apb-uart 1c28000.serial: forbid DMA for kernel console 3503 [ 5.519748] systemd[1]: Queued start job for default target Graphical Interface. 3504 [ 5.521821] random: systemd: uninitialized urandom read (16 bytes read) 3505 [ 5.561939] systemd[1]: Created slice Slice /system/modprobe. 3506 [ 5.562744] random: systemd: uninitialized urandom read (16 bytes read) 3507 [ 5.565808] systemd[1]: Created slice Slice /system/serial-getty. 3508 [ 5.566250] random: systemd: uninitialized urandom read (16 bytes read) 3509 [ 5.568563] systemd[1]: Created slice User and Session Slice. 3510 [ 5.569047] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 3511 [ 5.569631] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 3512 [ 5.571081] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 3513 [ 5.571652] systemd[1]: Reached target Local Encrypted Volumes. 3514 [ 5.572432] systemd[1]: Reached target Slice Units. 3515 [ 5.572777] systemd[1]: Reached target Swaps. 3516 [ 5.573074] systemd[1]: Reached target System Time Set. 3517 [ 5.573615] systemd[1]: Reached target Local Verity Protected Volumes. 3518 [ 5.595826] systemd[1]: Listening on RPCbind Server Activation Socket. 3519 [ 5.598000] systemd[1]: Listening on Syslog Socket. 3520 [ 5.599199] systemd[1]: Listening on fsck to fsckd communication Socket. 3521 [ 5.599868] systemd[1]: Listening on initctl Compatibility Named Pipe. 3522 [ 5.601548] systemd[1]: Listening on Journal Audit Socket. 3523 [ 5.602604] systemd[1]: Listening on Journal Socket (/dev/log). 3524 [ 5.603689] systemd[1]: Listening on Journal Socket. 3525 [ 5.605033] systemd[1]: Listening on udev Control Socket. 3526 [ 5.606101] systemd[1]: Listening on udev Kernel Socket. 3527 [ 5.612010] systemd[1]: Mounting Huge Pages File System... 3528 [ 5.618862] systemd[1]: Mounting POSIX Message Queue File System... 3529 [ 5.624862] systemd[1]: Mounting NFSD configuration filesystem... 3530 [ 5.631727] systemd[1]: Mounting Kernel Debug File System... 3531 [ 5.632872] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 3532 [ 5.633936] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 3533 [ 5.642680] systemd[1]: Starting Restore / save the current clock... 3534 [ 5.651075] systemd[1]: Starting Set the console keyboard layout... 3535 [ 5.651713] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped. 3536 [ 5.658803] systemd[1]: Starting Load Kernel Module chromeos_pstore... 3537 [ 5.666580] systemd[1]: Starting Load Kernel Module configfs... 3538 [ 5.674433] systemd[1]: Starting Load Kernel Module drm... 3539 [ 5.683124] systemd[1]: Starting Load Kernel Module efi_pstore... 3540 [ 5.690801] systemd[1]: Starting Load Kernel Module fuse... 3541 [ 5.699057] systemd[1]: Starting Load Kernel Module pstore_blk... 3542 [ 5.707156] systemd[1]: Starting Load Kernel Module pstore_zone... 3543 [ 5.715305] systemd[1]: Starting Load Kernel Module ramoops... 3544 [ 5.723427] systemd[1]: Started Nameserver information manager. 3545 [ 5.725374] systemd[1]: Reached target Preparation for Network. 3546 [ 5.726945] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 3547 [ 5.740081] systemd[1]: Starting Load Kernel Modules... 3548 [ 5.748382] systemd[1]: Starting Remount Root and Kernel File Systems... 3549 [ 5.756653] systemd[1]: Starting Coldplug All udev Devices... 3550 [ 5.772040] systemd[1]: Mounted Huge Pages File System. 3551 [ 5.773571] systemd[1]: Mounted POSIX Message Queue File System. 3552 [ 5.774663] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a 3553 [ 5.774709] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. 3554 [ 5.776644] systemd[1]: Failed to mount NFSD configuration filesystem. 3555 [ 5.776986] systemd[1]: Dependency failed for NFS server and services. 3556 [ 5.777130] systemd[1]: Dependency failed for NFS Mount Daemon. 3557 [ 5.777289] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. 3558 [ 5.777364] systemd[1]: Dependency failed for NFSv4 ID-name mapping service. 3559 [ 5.777707] systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. 3560 [ 5.777769] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. 3561 [ 5.777815] systemd[1]: Dependency failed for NFSv4 Client Tracking Daemon. 3562 [ 5.777965] systemd[1]: nfsdcld.service: Job nfsdcld.service/start failed with result 'dependency'. 3563 [ 5.779146] systemd[1]: Mounted Kernel Debug File System. 3564 [ 5.782216] systemd[1]: Finished Restore / save the current clock. 3565 [ 5.784571] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 3566 [ 5.786149] systemd[1]: Finished Load Kernel Module chromeos_pstore. 3567 [ 5.788554] systemd[1]: modprobe@configfs.service: Deactivated successfully. 3568 [ 5.790159] systemd[1]: Finished Load Kernel Module configfs. 3569 [ 5.792370] systemd[1]: modprobe@drm.service: Deactivated successfully. 3570 [ 5.793826] systemd[1]: Finished Load Kernel Module drm. 3571 [ 5.793936] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. 3572 [ 5.800680] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 3573 [ 5.802129] systemd[1]: Finished Load Kernel Module efi_pstore. 3574 [ 5.804313] systemd[1]: modprobe@fuse.service: Deactivated successfully. 3575 [ 5.805798] systemd[1]: Finished Load Kernel Module fuse. 3576 [ 5.807983] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 3577 [ 5.809338] systemd[1]: Finished Load Kernel Module pstore_blk. 3578 [ 5.811537] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 3579 [ 5.813044] systemd[1]: Finished Load Kernel Module pstore_zone. 3580 [ 5.815232] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 3581 [ 5.816651] systemd[1]: Finished Load Kernel Module ramoops. 3582 [ 5.822188] systemd[1]: Finished Load Kernel Modules. 3583 [ 5.825012] systemd[1]: Finished Remount Root and Kernel File Systems. 3584 [ 5.828361] systemd[1]: Condition check resulted in FUSE Control File System being skipped. 3585 [ 5.834192] systemd[1]: Mounting Kernel Configuration File System... 3586 [ 5.835047] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 3587 [ 5.841886] systemd[1]: Starting Load/Save Random Seed... 3588 [ 5.850972] systemd[1]: Starting Apply Kernel Variables... 3589 [ 5.862584] systemd[1]: Starting Create System Users... 3590 [ 5.881556] systemd[1]: Mounted Kernel Configuration File System. 3591 [ 5.953137] systemd[1]: Finished Apply Kernel Variables. 3592 [ 5.956492] systemd[1]: Finished Create System Users. 3593 [ 5.966766] systemd[1]: Starting Create Static Device Nodes in /dev... 3594 [ 6.019115] systemd[1]: Finished Create Static Device Nodes in /dev. 3595 [ 6.058919] systemd[1]: Starting Rule-based Manager for Device Events and Files... 3596 [ 6.062336] systemd[1]: Finished Set the console keyboard layout. 3597 [ 6.063631] systemd[1]: Reached target Preparation for Local File Systems. 3598 [ 6.073804] systemd[1]: Mounting /tmp... 3599 [ 6.086424] systemd[1]: Mounted /tmp. 3600 [ 6.087442] systemd[1]: Reached target Local File Systems. 3601 [ 6.094717] systemd[1]: Starting Armbian leds state... 3602 [ 6.103067] systemd[1]: Starting Armbian ZRAM config... 3603 [ 6.114026] systemd[1]: Starting Set console font and keymap... 3604 [ 6.114912] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 3605 [ 6.115266] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. 3606 [ 6.123357] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 3607 [ 6.142276] systemd[1]: Finished Set console font and keymap. 3608 [ 6.186192] systemd[1]: armbian-led-state.service: Main process exited, code=exited, status=1/FAILURE 3609 [ 6.187149] systemd[1]: armbian-led-state.service: Failed with result 'exit-code'. 3610 [ 6.188916] systemd[1]: Failed to start Armbian leds state. 3611 [ 6.295776] systemd[1]: Finished Coldplug All udev Devices. 3612 [ 6.324488] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 3613 [ 6.355988] systemd[1]: Started Rule-based Manager for Device Events and Files. 3614 [ 6.444119] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE 3615 [ 6.445085] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'. 3616 [ 6.447079] systemd[1]: Failed to start Armbian ZRAM config. 3617 [ 6.487209] systemd[1]: Starting Armbian memory supported logging... 3618 [ 6.595495] urandom_read_iter: 51 callbacks suppressed 3619 [ 6.595525] random: systemd: uninitialized urandom read (16 bytes read) 3620 [ 6.686377] random: systemd: uninitialized urandom read (16 bytes read) 3621 [ 6.686491] random: systemd: uninitialized urandom read (16 bytes read) 3622 [ 6.793477] random: crng init done 3623 [ 6.793506] random: 8 urandom warning(s) missed due to ratelimiting 3624 [ 6.807282] systemd[1]: Finished Load/Save Random Seed. 3625 [ 6.809192] systemd[1]: Condition check resulted in First Boot Complete being skipped. 3626 [ 6.809622] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 3627 [ 6.809876] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 3628 [ 6.929530] systemd[1]: Found device /dev/ttyS0. 3629 [ 7.481698] systemd[1]: Found device /sys/subsystem/net/devices/eth0. 3630 [ 7.507475] systemd[1]: Started ifup for eth0. 3631 [ 7.513528] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 3632 [ 7.522254] systemd[1]: Starting Raise network interfaces... 3633 [ 7.524346] systemd[1]: ifup@eth0.service: Main process exited, code=exited, status=1/FAILURE 3634 [ 7.525658] systemd[1]: ifup@eth0.service: Failed with result 'exit-code'. 3635 [ 8.061538] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE 3636 [ 8.062437] systemd[1]: networking.service: Failed with result 'exit-code'. 3637 [ 8.064099] systemd[1]: Failed to start Raise network interfaces. 3638 [ 10.623768] systemd[1]: Finished Armbian memory supported logging. 3639 [ 10.685675] systemd[1]: Starting Journal Service... 3640 [ 10.940110] systemd[1]: Started Journal Service. 3641 [ 10.996353] systemd-journald[586]: Received client request to flush runtime journal. 3642 3643 ### armbian-release: 3644 3645 # PLEASE DO NOT EDIT THIS FILE 3646 BOARD=pine64 3647 BOARD_NAME="Pine64" 3648 BOARDFAMILY=sun50iw1 3649 BUILD_REPOSITORY_URL=https://github.com/armbian/build 3650 BUILD_REPOSITORY_COMMIT=84940abb 3651 VERSION=22.11.1 3652 LINUXFAMILY=sunxi64 3653 ARCH=arm64 3654 IMAGE_TYPE=stable 3655 BOARD_TYPE=conf 3656 INITRD_ARCH=arm64 3657 KERNEL_IMAGE_TYPE=Image 3658 BRANCH=current 3659 3660 ### boot environment: 3661 3662 verbosity=1 3663 bootlogo=false 3664 console=both 3665 disp_mode=1920x1080p60 3666 overlay_prefix=sun50i-a64 3667 rootdev=UUID=1a07fccf-6922-49b1-ace2-e12d87fdb297 3668 rootfstype=ext4 3669 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 3670 3671 ### lsusb: 3672 3673 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 3674 Bus 002 Device 003: ID 046d:081b Logitech, Inc. Webcam C310 3675 Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 3676 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 3677 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 3678 Bus 001 Device 002: ID 1f75:0621 Innostor Technology Corporation IS621 SATA Storage Controller 3679 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 3680 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 3681 3682 ### lscpu: 3683 3684 Architecture: aarch64 3685 CPU op-mode(s): 32-bit, 64-bit 3686 Byte Order: Little Endian 3687 CPU(s): 4 3688 On-line CPU(s) list: 0-3 3689 Vendor ID: ARM 3690 Model name: Cortex-A53 3691 Model: 4 3692 Thread(s) per core: 1 3693 Core(s) per cluster: 4 3694 Socket(s): - 3695 Cluster(s): 1 3696 Stepping: r0p4 3697 BogoMIPS: 48.00 3698 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 3699 NUMA node(s): 1 3700 NUMA node0 CPU(s): 0-3 3701 Vulnerability Itlb multihit: Not affected 3702 Vulnerability L1tf: Not affected 3703 Vulnerability Mds: Not affected 3704 Vulnerability Meltdown: Not affected 3705 Vulnerability Mmio stale data: Not affected 3706 Vulnerability Spec store bypass: Not affected 3707 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 3708 Vulnerability Spectre v2: Not affected 3709 Vulnerability Srbds: Not affected 3710 Vulnerability Tsx async abort: Not affected 3711 3712 ### cpuinfo: 3713 3714 processor : 0 3715 BogoMIPS : 48.00 3716 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 3717 CPU implementer : 0x41 3718 CPU architecture: 8 3719 CPU variant : 0x0 3720 CPU part : 0xd03 3721 CPU revision : 4 3722 3723 processor : 1 3724 BogoMIPS : 48.00 3725 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 3726 CPU implementer : 0x41 3727 CPU architecture: 8 3728 CPU variant : 0x0 3729 CPU part : 0xd03 3730 CPU revision : 4 3731 3732 processor : 2 3733 BogoMIPS : 48.00 3734 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 3735 CPU implementer : 0x41 3736 CPU architecture: 8 3737 CPU variant : 0x0 3738 CPU part : 0xd03 3739 CPU revision : 4 3740 3741 processor : 3 3742 BogoMIPS : 48.00 3743 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 3744 CPU implementer : 0x41 3745 CPU architecture: 8 3746 CPU variant : 0x0 3747 CPU part : 0xd03 3748 CPU revision : 4 3749 3750 3751 ### meminfo: 3752 3753 MemTotal: 2037276 kB 3754 MemFree: 1889588 kB 3755 MemAvailable: 1885804 kB 3756 Buffers: 11664 kB 3757 Cached: 56400 kB 3758 SwapCached: 0 kB 3759 Active: 27768 kB 3760 Inactive: 55144 kB 3761 Active(anon): 344 kB 3762 Inactive(anon): 31716 kB 3763 Active(file): 27424 kB 3764 Inactive(file): 23428 kB 3765 Unevictable: 0 kB 3766 Mlocked: 0 kB 3767 SwapTotal: 0 kB 3768 SwapFree: 0 kB 3769 Dirty: 16 kB 3770 Writeback: 0 kB 3771 AnonPages: 15624 kB 3772 Mapped: 15984 kB 3773 Shmem: 16716 kB 3774 KReclaimable: 9160 kB 3775 Slab: 31644 kB 3776 SReclaimable: 9160 kB 3777 SUnreclaim: 22484 kB 3778 KernelStack: 2192 kB 3779 PageTables: 1504 kB 3780 NFS_Unstable: 0 kB 3781 Bounce: 0 kB 3782 WritebackTmp: 0 kB 3783 CommitLimit: 1018636 kB 3784 Committed_AS: 52328 kB 3785 VmallocTotal: 133143592960 kB 3786 VmallocUsed: 10116 kB 3787 VmallocChunk: 0 kB 3788 Percpu: 1072 kB 3789 AnonHugePages: 0 kB 3790 ShmemHugePages: 0 kB 3791 ShmemPmdMapped: 0 kB 3792 FileHugePages: 0 kB 3793 FilePmdMapped: 0 kB 3794 CmaTotal: 131072 kB 3795 CmaFree: 130304 kB 3796 HugePages_Total: 0 3797 HugePages_Free: 0 3798 HugePages_Rsvd: 0 3799 HugePages_Surp: 0 3800 Hugepagesize: 2048 kB 3801 Hugetlb: 0 kB 3802 3803 ### virtual memory: 3804 3805 vm.admin_reserve_kbytes = 8192 3806 vm.compaction_proactiveness = 20 3807 vm.compact_unevictable_allowed = 1 3808 vm.dirty_background_bytes = 0 3809 vm.dirty_background_ratio = 10 3810 vm.dirty_bytes = 0 3811 vm.dirty_expire_centisecs = 3000 3812 vm.dirty_ratio = 20 3813 vm.dirtytime_expire_seconds = 43200 3814 vm.dirty_writeback_centisecs = 500 3815 vm.extfrag_threshold = 500 3816 vm.hugetlb_shm_group = 0 3817 vm.laptop_mode = 0 3818 vm.legacy_va_layout = 0 3819 vm.lowmem_reserve_ratio = 256 256 32 0 3820 vm.max_map_count = 65530 3821 vm.min_free_kbytes = 22528 3822 vm.min_slab_ratio = 5 3823 vm.min_unmapped_ratio = 1 3824 vm.mmap_min_addr = 32768 3825 vm.mmap_rnd_bits = 18 3826 vm.mmap_rnd_compat_bits = 11 3827 vm.nr_hugepages = 0 3828 vm.nr_hugepages_mempolicy = 0 3829 vm.nr_overcommit_hugepages = 0 3830 vm.numa_stat = 1 3831 vm.numa_zonelist_order = Node 3832 vm.oom_dump_tasks = 1 3833 vm.oom_kill_allocating_task = 0 3834 vm.overcommit_kbytes = 0 3835 vm.overcommit_memory = 0 3836 vm.overcommit_ratio = 50 3837 vm.page-cluster = 3 3838 vm.page_lock_unfairness = 5 3839 vm.panic_on_oom = 0 3840 vm.percpu_pagelist_high_fraction = 0 3841 vm.stat_interval = 1 3842 vm.swappiness = 100 3843 vm.user_reserve_kbytes = 63000 3844 vm.vfs_cache_pressure = 100 3845 vm.watermark_boost_factor = 15000 3846 vm.watermark_scale_factor = 10 3847 vm.zone_reclaim_mode = 0 3848 3849 ### ip addr: 3850 3851 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 3852 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 3853 inet XXX.XXX.0.1/8 scope host lo 3854 valid_lft forever preferred_lft forever 3855 inet6 ::1/128 scope host 3856 valid_lft forever preferred_lft forever 3857 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 3858 link/ether 02:ba:85:77:17:e9 brd ff:ff:ff:ff:ff:ff 3859 3860 ### partitions: 3861 3862 major minor #blocks name 3863 3864 179 0 31260672 mmcblk0 3865 179 1 30928896 mmcblk0p1 3866 8 0 117220824 sda 3867 8 1 117218304 sda1 3868 3869 ### df: 3870 3871 tmpfs 199M 3.1M 196M 2% /run 3872 /dev/sda1 110G 29G 76G 28% / 3873 tmpfs 995M 0 995M 0% /dev/shm 3874 tmpfs 5.0M 0 5.0M 0% /run/lock 3875 tmpfs 995M 4.0K 995M 1% /tmp 3876 3877 ### lsblk: 3878 3879 NAME FSTYPE SIZE MOUNTPOINT UUID 3880 sda 111.8G 3881 └─sda1 ext4 111.8G / 933d6d44-0352-46aa-8100-fd703056ae3d 3882 mmcblk0 29.8G 3883 └─mmcblk0p1 ext4 29.5G 1a07fccf-6922-49b1-ace2-e12d87fdb297 3884 3885 ### zramctl: 3886 3887 3888 3889 ### mtab: 3890 3891 /dev/sda1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 3892 /dev/sda1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 3893 3894 ### mmc0:0001 info: 3895 3896 fwrev: 0x0 3897 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=EB1QT MODALIAS=mmc:block 3898 cid: 1b534d454231515430bc836120012941 3899 rca: 0x0001 3900 csd: 400e00325b590000ee7f7f800a404055 3901 manfid: 0x00001b 3902 ocr: 0x00200000 3903 preferred_erase_size: 4194304 3904 type: SD 3905 hwrev: 0x3 3906 date: 09/2018 3907 dsr: 0x404 3908 erase_size: 512 3909 oemid: 0x534d 3910 serial: 0xbc836120 3911 ssr: 0000000005000000040090000f051c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 3912 scr: 02b5800200000000 3913 name: EB1QT 3914 3915 ### Boot system health: 3916 3917 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 3918 23:10:54: --- 0.30 54% 29% 20% 0% 4% 0% 38.8 °C 3919 23:10:55: --- 0.30 82% 13% 20% 0% 45% 2% 38.8 °C 3920 23:10:55: --- 0.84 82% 20% 23% 0% 37% 0% 37.2 °C 3921 23:10:55: --- 0.84 53% 10% 12% 0% 28% 2% 37.2 °C 3922 23:10:56: --- 0.84 23% 7% 2% 0% 11% 1% 35.0 °C 3923 3924 ### No more available zram devices () 3925 3926 Sat Dec 10 05:37:11 PM CET 2022 | Pine64 | 22.11.1 | arm64 | aarch64 | 5.15.48-sunxi64 3927 3928 ### dmesg: 3929 3930 [ 0.000968] pid_max: default: 32768 minimum: 301 3931 [ 0.001054] LSM: Security Framework initializing 3932 [ 0.001083] Yama: becoming mindful. 3933 [ 0.001180] AppArmor: AppArmor initialized 3934 [ 0.001293] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 3935 [ 0.001322] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) 3936 [ 0.003389] rcu: Hierarchical SRCU implementation. 3937 [ 0.004901] smp: Bringing up secondary CPUs ... 3938 [ 0.006147] Detected VIPT I-cache on CPU1 3939 [ 0.006215] arch_timer: CPU1: Trapping CNTVCT access 3940 [ 0.006233] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] 3941 [ 0.007043] Detected VIPT I-cache on CPU2 3942 [ 0.007078] arch_timer: CPU2: Trapping CNTVCT access 3943 [ 0.007089] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] 3944 [ 0.007815] Detected VIPT I-cache on CPU3 3945 [ 0.007848] arch_timer: CPU3: Trapping CNTVCT access 3946 [ 0.007859] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] 3947 [ 0.007961] smp: Brought up 1 node, 4 CPUs 3948 [ 0.007977] SMP: Total of 4 processors activated. 3949 [ 0.007984] CPU features: detected: 32-bit EL0 Support 3950 [ 0.007990] CPU features: detected: CRC32 instructions 3951 [ 0.022845] CPU: All CPU(s) started at EL2 3952 [ 0.022878] alternatives: patching kernel code 3953 [ 0.024694] devtmpfs: initialized 3954 [ 0.032744] Registered cp15_barrier emulation handler 3955 [ 0.032777] Registered setend emulation handler 3956 [ 0.032961] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns 3957 [ 0.032985] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) 3958 [ 0.038435] pinctrl core: initialized pinctrl subsystem 3959 [ 0.040112] NET: Registered PF_NETLINK/PF_ROUTE protocol family 3960 [ 0.041898] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations 3961 [ 0.042075] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations 3962 [ 0.042252] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations 3963 [ 0.042363] audit: initializing netlink subsys (disabled) 3964 [ 0.042577] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 3965 [ 0.043188] thermal_sys: Registered thermal governor 'fair_share' 3966 [ 0.043196] thermal_sys: Registered thermal governor 'bang_bang' 3967 [ 0.043202] thermal_sys: Registered thermal governor 'step_wise' 3968 [ 0.043207] thermal_sys: Registered thermal governor 'user_space' 3969 [ 0.043671] cpuidle: using governor menu 3970 [ 0.043930] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. 3971 [ 0.044037] ASID allocator initialised with 65536 entries 3972 [ 0.044233] Serial: AMBA PL011 UART driver 3973 [ 0.060227] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0d000.lcd-controller 3974 [ 0.061746] platform hdmi-connector: Fixing up cyclic dependency with 1ee0000.hdmi 3975 [ 0.069833] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 3976 [ 0.069856] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages 3977 [ 0.069864] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 3978 [ 0.069872] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages 3979 [ 0.072081] cryptd: max_cpu_qlen set to 1000 3980 [ 0.140238] raid6: neonx8 gen() 1457 MB/s 3981 [ 0.208316] raid6: neonx8 xor() 1091 MB/s 3982 [ 0.276404] raid6: neonx4 gen() 1494 MB/s 3983 [ 0.344481] raid6: neonx4 xor() 1082 MB/s 3984 [ 0.412557] raid6: neonx2 gen() 1412 MB/s 3985 [ 0.480637] raid6: neonx2 xor() 990 MB/s 3986 [ 0.548715] raid6: neonx1 gen() 1231 MB/s 3987 [ 0.616793] raid6: neonx1 xor() 848 MB/s 3988 [ 0.684884] raid6: int64x8 gen() 1014 MB/s 3989 [ 0.752954] raid6: int64x8 xor() 533 MB/s 3990 [ 0.821049] raid6: int64x4 gen() 1127 MB/s 3991 [ 0.889123] raid6: int64x4 xor() 572 MB/s 3992 [ 0.957211] raid6: int64x2 gen() 962 MB/s 3993 [ 1.025288] raid6: int64x2 xor() 509 MB/s 3994 [ 1.093390] raid6: int64x1 gen() 716 MB/s 3995 [ 1.161483] raid6: int64x1 xor() 373 MB/s 3996 [ 1.161490] raid6: using algorithm neonx4 gen() 1494 MB/s 3997 [ 1.161497] raid6: .... xor() 1082 MB/s, rmw enabled 3998 [ 1.161502] raid6: using neon recovery algorithm 3999 [ 1.162153] iommu: Default domain type: Translated 4000 [ 1.162162] iommu: DMA domain TLB invalidation policy: strict mode 4001 [ 1.162486] SCSI subsystem initialized 4002 [ 1.162711] usbcore: registered new interface driver usbfs 4003 [ 1.162762] usbcore: registered new interface driver hub 4004 [ 1.162799] usbcore: registered new device driver usb 4005 [ 1.163132] pps_core: LinuxPPS API ver. 1 registered 4006 [ 1.163140] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> 4007 [ 1.163159] PTP clock support registered 4008 [ 1.163630] ARM FF-A: FFA_VERSION returned not supported 4009 [ 1.164022] Advanced Linux Sound Architecture Driver Initialized. 4010 [ 1.164800] NetLabel: Initializing 4011 [ 1.164806] NetLabel: domain hash size = 128 4012 [ 1.164812] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 4013 [ 1.164889] NetLabel: unlabeled traffic allowed by default 4014 [ 1.165390] clocksource: Switched to clocksource arch_sys_counter 4015 [ 1.165681] VFS: Disk quotas dquot_6.6.0 4016 [ 1.165750] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 4017 [ 1.166413] AppArmor: AppArmor Filesystem Enabled 4018 [ 1.173634] NET: Registered PF_INET protocol family 4019 [ 1.173921] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) 4020 [ 1.175317] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) 4021 [ 1.175360] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) 4022 [ 1.175378] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) 4023 [ 1.175539] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear) 4024 [ 1.175865] TCP: Hash tables configured (established 16384 bind 16384) 4025 [ 1.176029] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) 4026 [ 1.176098] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) 4027 [ 1.176311] NET: Registered PF_UNIX/PF_LOCAL protocol family 4028 [ 1.176960] Trying to unpack rootfs image as initramfs... 4029 [ 1.186133] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available 4030 [ 1.193488] Initialise system trusted keyrings 4031 [ 1.193594] Key type blacklist registered 4032 [ 1.193805] workingset: timestamp_bits=44 max_order=19 bucket_order=0 4033 [ 1.200226] zbud: loaded 4034 [ 1.202015] squashfs: version 4.0 (2009/01/31) Phillip Lougher 4035 [ 1.204510] integrity: Platform Keyring initialized 4036 [ 1.257825] xor: automatically using best checksumming function 32regs 4037 [ 1.257855] async_tx: api initialized (async) 4038 [ 1.257866] Key type asymmetric registered 4039 [ 1.257873] Asymmetric key parser 'x509' registered 4040 [ 1.258040] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) 4041 [ 1.258234] io scheduler mq-deadline registered 4042 [ 1.258243] io scheduler kyber registered 4043 [ 1.258457] io scheduler bfq registered 4044 [ 1.262137] sun50i-a64-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver 4045 [ 1.272169] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled 4046 [ 1.284000] loop: module loaded 4047 [ 1.286584] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 4048 [ 1.286619] ehci-platform: EHCI generic platform driver 4049 [ 1.286778] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 4050 [ 1.286793] ohci-platform: OHCI generic platform driver 4051 [ 1.287289] usbcore: registered new interface driver usb-storage 4052 [ 1.287846] mousedev: PS/2 mouse device common for all mice 4053 [ 1.288942] sun6i-rtc 1f00000.rtc: registered as rtc0 4054 [ 1.288983] sun6i-rtc 1f00000.rtc: setting system clock to 2022-12-10T16:37:01 UTC (1670690221) 4055 [ 1.289111] sun6i-rtc 1f00000.rtc: RTC enabled 4056 [ 1.289220] i2c_dev: i2c /dev entries driver 4057 [ 1.290083] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) 4058 [ 1.292200] sun50i-a64-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator 4059 [ 1.292701] sdhci: Secure Digital Host Controller Interface driver 4060 [ 1.292710] sdhci: Copyright(c) Pierre Ossman 4061 [ 1.292738] Synopsys Designware Multimedia Card Interface Driver 4062 [ 1.293553] sdhci-pltfm: SDHCI platform and OF driver helper 4063 [ 1.294593] ledtrig-cpu: registered to indicate activity on CPUs 4064 [ 1.295105] SMCCC: SOC_ID: ID = jep106:091e:1689 Revision = 0x00000001 4065 [ 1.295419] sun8i-ce 1c15000.crypto: Set mod clock to 300000000 (300 Mhz) from 24000000 (24 Mhz) 4066 [ 1.295728] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 4067 [ 1.295876] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 4068 [ 1.295989] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 4069 [ 1.296117] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority 4070 [ 1.296215] sun8i-ce 1c15000.crypto: Register cbc(aes) 4071 [ 1.296403] sun8i-ce 1c15000.crypto: Register ecb(aes) 4072 [ 1.296540] sun8i-ce 1c15000.crypto: Register cbc(des3_ede) 4073 [ 1.296686] sun8i-ce 1c15000.crypto: Register ecb(des3_ede) 4074 [ 1.296804] sun8i-ce 1c15000.crypto: Register md5 4075 [ 1.296931] sun8i-ce 1c15000.crypto: Register sha1 4076 [ 1.297058] sun8i-ce 1c15000.crypto: Register sha224 4077 [ 1.297182] sun8i-ce 1c15000.crypto: Register sha256 4078 [ 1.297305] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha384 not supported 4079 [ 1.297315] sun8i-ce 1c15000.crypto: DEBUG: Algo of sha512 not supported 4080 [ 1.297324] sun8i-ce 1c15000.crypto: Register stdrng 4081 [ 1.297520] sun8i-ce 1c15000.crypto: TRNG not supported 4082 [ 1.297531] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 0 4083 [ 1.298131] hid: raw HID events driver (C) Jiri Kosina 4084 [ 1.298311] usbcore: registered new interface driver usbhid 4085 [ 1.298319] usbhid: USB HID core driver 4086 [ 1.304440] NET: Registered PF_INET6 protocol family 4087 [ 1.956867] Freeing initrd memory: 12684K 4088 [ 1.990455] Segment Routing with IPv6 4089 [ 1.990549] In-situ OAM (IOAM) with IPv6 4090 [ 1.990648] NET: Registered PF_PACKET protocol family 4091 [ 1.990785] 8021q: 802.1Q VLAN Support v1.8 4092 [ 1.990961] 9pnet: Installing 9P2000 support 4093 [ 1.991095] Key type dns_resolver registered 4094 [ 1.991631] registered taskstats version 1 4095 [ 1.991650] Loading compiled-in X.509 certificates 4096 [ 1.995895] Loaded X.509 cert 'Build time autogenerated kernel key: 32330adefd2da02e444296fafd37464380789679' 4097 [ 2.000372] zswap: loaded using pool zstd/z3fold 4098 [ 2.001199] Key type ._fscrypt registered 4099 [ 2.001208] Key type .fscrypt registered 4100 [ 2.001213] Key type fscrypt-provisioning registered 4101 [ 2.002405] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=no 4102 [ 2.018331] Key type encrypted registered 4103 [ 2.018369] AppArmor: AppArmor sha1 policy hashing enabled 4104 [ 2.018414] ima: No TPM chip found, activating TPM-bypass! 4105 [ 2.018451] ima: Allocated hash algorithm: sha1 4106 [ 2.018490] ima: No architecture policies found 4107 [ 2.018576] evm: Initialising EVM extended attributes: 4108 [ 2.018581] evm: security.selinux 4109 [ 2.018587] evm: security.SMACK64 4110 [ 2.018591] evm: security.SMACK64EXEC 4111 [ 2.018596] evm: security.SMACK64TRANSMUTE 4112 [ 2.018600] evm: security.SMACK64MMAP 4113 [ 2.018605] evm: security.apparmor 4114 [ 2.018610] evm: security.ima 4115 [ 2.018615] evm: security.capability 4116 [ 2.018619] evm: HMAC attrs: 0x1 4117 [ 2.031490] platform 1100000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 4118 [ 2.031575] platform 1100000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 4119 [ 2.032330] platform 1200000.mixer: Fixing up cyclic dependency with 1c0d000.lcd-controller 4120 [ 2.032405] platform 1200000.mixer: Fixing up cyclic dependency with 1c0c000.lcd-controller 4121 [ 2.033239] sunxi-rsb 1f03400.rsb: RSB running at 3000000 Hz 4122 [ 2.033693] axp20x-rsb sunxi-rsb-3a3: AXP20x variant AXP803 found 4123 [ 2.035666] input: axp20x-pek as /devices/platform/soc/1f03400.rsb/sunxi-rsb-3a3/axp221-pek/input/input0 4124 [ 2.038746] vcc-3v3: supplied by regulator-dummy 4125 [ 2.039253] vdd-cpux: supplied by regulator-dummy 4126 [ 2.039936] dcdc4: supplied by regulator-dummy 4127 [ 2.040125] vcc-dram: supplied by regulator-dummy 4128 [ 2.040592] vdd-sys: supplied by regulator-dummy 4129 [ 2.041149] vcc-phy: supplied by regulator-dummy 4130 [ 2.041524] aldo1: supplied by regulator-dummy 4131 [ 2.041708] vcc-pl: supplied by regulator-dummy 4132 [ 2.042174] vcc-pll-avcc: supplied by regulator-dummy 4133 [ 2.042781] vcc-hdmi: supplied by regulator-dummy 4134 [ 2.043162] vcc-mipi: supplied by regulator-dummy 4135 [ 2.043527] dldo3: supplied by regulator-dummy 4136 [ 2.043894] vcc-wifi: supplied by regulator-dummy 4137 [ 2.044317] cpvdd: supplied by regulator-dummy 4138 [ 2.044680] eldo2: supplied by regulator-dummy 4139 [ 2.045041] eldo3: supplied by regulator-dummy 4140 [ 2.045472] vcc-1v2-hsic: supplied by regulator-dummy 4141 [ 2.045671] vdd-cpus: supplied by regulator-dummy 4142 [ 2.046104] vcc-rtc: supplied by regulator-dummy 4143 [ 2.046548] ldo-io0: supplied by regulator-dummy 4144 [ 2.046879] ldo-io1: supplied by regulator-dummy 4145 [ 2.047001] axp20x-rsb sunxi-rsb-3a3: AXP20X driver loaded 4146 [ 2.051925] sun50i-a64-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver 4147 [ 2.052343] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator 4148 [ 2.052902] printk: console [ttyS0] disabled 4149 [ 2.052988] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 41, base_baud = 1500000) is a 16550A 4150 [ 2.053198] printk: console [ttyS0] enabled 4151 [ 2.053947] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator 4152 [ 2.054421] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 42, base_baud = 1500000) is a 16550A 4153 [ 2.054571] serial serial0: tty port ttyS1 registered 4154 [ 2.085122] sun4i-drm display-engine: bound 1100000.mixer (ops 0xffff800008e16990) 4155 [ 2.086991] sun4i-drm display-engine: bound 1200000.mixer (ops 0xffff800008e16990) 4156 [ 2.087485] sun4i-drm display-engine: No panel or bridge found... RGB output disabled 4157 [ 2.087504] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xffff800008e11ba0) 4158 [ 2.087767] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops 0xffff800008e11ba0) 4159 [ 2.088941] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) 4160 [ 2.089629] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver 4161 [ 2.090014] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xffff800008e15cc8) 4162 [ 2.090703] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 4163 [ 2.090788] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 4164 [ 2.091482] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pc not found, using dummy regulator 4165 [ 2.092055] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes 4166 [ 2.092794] ehci-platform 1c1a000.usb: EHCI Host Controller 4167 [ 2.092828] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1 4168 [ 2.092964] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000 4169 [ 2.105399] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00 4170 [ 2.105791] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 4171 [ 2.105807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4172 [ 2.105819] usb usb1: Product: EHCI Host Controller 4173 [ 2.105829] usb usb1: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 4174 [ 2.105838] usb usb1: SerialNumber: 1c1a000.usb 4175 [ 2.106397] hub 1-0:1.0: USB hub found 4176 [ 2.106446] hub 1-0:1.0: 1 port detected 4177 [ 2.107474] ehci-platform 1c1b000.usb: EHCI Host Controller 4178 [ 2.107501] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 2 4179 [ 2.107635] ehci-platform 1c1b000.usb: irq 30, io mem 0x01c1b000 4180 [ 2.121401] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 4181 [ 2.121729] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 4182 [ 2.121744] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4183 [ 2.121755] usb usb2: Product: EHCI Host Controller 4184 [ 2.121764] usb usb2: Manufacturer: Linux 5.15.48-sunxi64 ehci_hcd 4185 [ 2.121774] usb usb2: SerialNumber: 1c1b000.usb 4186 [ 2.122261] hub 2-0:1.0: USB hub found 4187 [ 2.122309] hub 2-0:1.0: 1 port detected 4188 [ 2.297491] ohci-platform 1c1a400.usb: Generic Platform OHCI controller 4189 [ 2.297525] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 4190 [ 2.297665] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400 4191 [ 2.361441] usb 1-1: new high-speed USB device number 2 using ehci-platform 4192 [ 2.361792] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 4193 [ 2.361807] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4194 [ 2.361819] usb usb3: Product: Generic Platform OHCI controller 4195 [ 2.361828] usb usb3: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 4196 [ 2.361838] usb usb3: SerialNumber: 1c1a400.usb 4197 [ 2.362354] hub 3-0:1.0: USB hub found 4198 [ 2.362408] hub 3-0:1.0: 1 port detected 4199 [ 2.363427] ohci-platform 1c1b400.usb: Generic Platform OHCI controller 4200 [ 2.363454] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 4201 [ 2.363578] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400 4202 [ 2.377404] usb 2-1: new high-speed USB device number 2 using ehci-platform 4203 [ 2.425658] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 4204 [ 2.425674] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4205 [ 2.425685] usb usb4: Product: Generic Platform OHCI controller 4206 [ 2.425695] usb usb4: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 4207 [ 2.425704] usb usb4: SerialNumber: 1c1b400.usb 4208 [ 2.426224] hub 4-0:1.0: USB hub found 4209 [ 2.426277] hub 4-0:1.0: 1 port detected 4210 [ 2.427337] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator 4211 [ 2.427517] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests 4212 [ 2.505663] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver 4213 [ 2.505695] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5 4214 [ 2.505957] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 4215 [ 2.505973] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4216 [ 2.505985] usb usb5: Product: MUSB HDRC host driver 4217 [ 2.505995] usb usb5: Manufacturer: Linux 5.15.48-sunxi64 musb-hcd 4218 [ 2.506005] usb usb5: SerialNumber: musb-hdrc.4.auto 4219 [ 2.506527] hub 5-0:1.0: USB hub found 4220 [ 2.506578] hub 5-0:1.0: 1 port detected 4221 [ 2.509984] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator 4222 [ 2.510034] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version 4223 [ 2.511064] sunxi-mmc 1c0f000.mmc: Got CD GPIO 4224 [ 2.511079] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq 4225 [ 2.511280] of_cfs_init 4226 [ 2.511411] of_cfs_init: OK 4227 [ 2.511772] ALSA device list: 4228 [ 2.511780] No soundcards found. 4229 [ 2.519395] usb 1-1: New USB device found, idVendor=1f75, idProduct=0621, bcdDevice= 0.36 4230 [ 2.519413] usb 1-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 4231 [ 2.519425] usb 1-1: SerialNumber: 20181120 4232 [ 2.520389] usb-storage 1-1:1.0: USB Mass Storage device detected 4233 [ 2.520914] scsi host0: usb-storage 1-1:1.0 4234 [ 2.534507] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 4235 [ 2.536429] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 4236 [ 2.536445] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 4237 [ 2.536457] usb 2-1: Product: USB2.1 Hub 4238 [ 2.536478] usb 2-1: Manufacturer: GenesysLogic 4239 [ 2.536507] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 4240 [ 2.537330] hub 2-1:1.0: USB hub found 4241 [ 2.537686] hub 2-1:1.0: 4 ports detected 4242 [ 2.538207] Freeing unused kernel memory: 2496K 4243 [ 2.538343] Run /init as init process 4244 [ 2.538351] with arguments: 4245 [ 2.538357] /init 4246 [ 2.538363] with environment: 4247 [ 2.538368] HOME=/ 4248 [ 2.538373] TERM=linux 4249 [ 2.538379] ubootpart=ea5e158f-01 4250 [ 2.538385] cgroup_enable=memory 4251 [ 2.573167] mmc0: new high speed SDHC card at address 0001 4252 [ 2.574258] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 4253 [ 2.576671] mmcblk0: p1 4254 [ 2.849433] usb 2-1.1: new high-speed USB device number 3 using ehci-platform 4255 [ 3.061854] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator 4256 [ 3.062739] usbcore: registered new interface driver uas 4257 [ 3.076942] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator 4258 [ 3.077214] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found 4259 [ 3.077227] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found 4260 [ 3.077612] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator 4261 [ 3.077889] dwmac-sun8i 1c30000.ethernet: PTP uses main clock 4262 [ 3.077938] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 6 (expect 0) 4263 [ 3.078417] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported 4264 [ 3.078436] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported 4265 [ 3.078445] dwmac-sun8i 1c30000.ethernet: COE Type 2 4266 [ 3.078457] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported 4267 [ 3.078465] dwmac-sun8i 1c30000.ethernet: Normal descriptors 4268 [ 3.078473] dwmac-sun8i 1c30000.ethernet: Chain mode enabled 4269 [ 3.098353] axp20x-gpio axp20x-gpio: DMA mask not set 4270 [ 3.100011] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded 4271 [ 3.199063] usb 2-1.1: New USB device found, idVendor=046d, idProduct=081b, bcdDevice= 0.12 4272 [ 3.199103] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 4273 [ 3.199115] usb 2-1.1: SerialNumber: AA5FCF90 4274 [ 3.526482] scsi 0:0:0:0: Direct-Access OCZ-VERT EX2 PQ: 0 ANSI: 6 4275 [ 3.527236] sd 0:0:0:0: Attached scsi generic sg0 type 0 4276 [ 3.528214] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) 4277 [ 3.529529] sd 0:0:0:0: [sda] Write Protect is off 4278 [ 3.529559] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00 4279 [ 3.531475] sd 0:0:0:0: [sda] No Caching mode page found 4280 [ 3.531505] sd 0:0:0:0: [sda] Assuming drive cache: write through 4281 [ 3.537462] sda: sda1 4282 [ 3.541056] sd 0:0:0:0: [sda] Attached SCSI disk 4283 [ 3.895680] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. 4284 [ 4.489896] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) 4285 [ 4.490608] systemd[1]: Detected architecture arm64. 4286 [ 4.493606] systemd[1]: Hostname set to <pine64>. 4287 [ 4.599592] dw-apb-uart 1c28000.serial: forbid DMA for kernel console 4288 [ 5.436125] systemd[1]: Queued start job for default target Graphical Interface. 4289 [ 5.438233] random: systemd: uninitialized urandom read (16 bytes read) 4290 [ 5.474009] systemd[1]: Created slice Slice /system/modprobe. 4291 [ 5.474766] random: systemd: uninitialized urandom read (16 bytes read) 4292 [ 5.477825] systemd[1]: Created slice Slice /system/serial-getty. 4293 [ 5.478258] random: systemd: uninitialized urandom read (16 bytes read) 4294 [ 5.480558] systemd[1]: Created slice User and Session Slice. 4295 [ 5.481041] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 4296 [ 5.481625] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 4297 [ 5.483133] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 4298 [ 5.483703] systemd[1]: Reached target Local Encrypted Volumes. 4299 [ 5.484470] systemd[1]: Reached target Slice Units. 4300 [ 5.484799] systemd[1]: Reached target Swaps. 4301 [ 5.485093] systemd[1]: Reached target System Time Set. 4302 [ 5.485651] systemd[1]: Reached target Local Verity Protected Volumes. 4303 [ 5.507761] systemd[1]: Listening on RPCbind Server Activation Socket. 4304 [ 5.509967] systemd[1]: Listening on Syslog Socket. 4305 [ 5.511095] systemd[1]: Listening on fsck to fsckd communication Socket. 4306 [ 5.511745] systemd[1]: Listening on initctl Compatibility Named Pipe. 4307 [ 5.513245] systemd[1]: Listening on Journal Audit Socket. 4308 [ 5.514270] systemd[1]: Listening on Journal Socket (/dev/log). 4309 [ 5.515346] systemd[1]: Listening on Journal Socket. 4310 [ 5.516728] systemd[1]: Listening on udev Control Socket. 4311 [ 5.517792] systemd[1]: Listening on udev Kernel Socket. 4312 [ 5.523638] systemd[1]: Mounting Huge Pages File System... 4313 [ 5.530252] systemd[1]: Mounting POSIX Message Queue File System... 4314 [ 5.536431] systemd[1]: Mounting NFSD configuration filesystem... 4315 [ 5.543426] systemd[1]: Mounting Kernel Debug File System... 4316 [ 5.544609] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 4317 [ 5.545716] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 4318 [ 5.554688] systemd[1]: Starting Restore / save the current clock... 4319 [ 5.562976] systemd[1]: Starting Set the console keyboard layout... 4320 [ 5.563623] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped. 4321 [ 5.570777] systemd[1]: Starting Load Kernel Module chromeos_pstore... 4322 [ 5.578534] systemd[1]: Starting Load Kernel Module configfs... 4323 [ 5.586367] systemd[1]: Starting Load Kernel Module drm... 4324 [ 5.597439] systemd[1]: Starting Load Kernel Module efi_pstore... 4325 [ 5.608279] systemd[1]: Starting Load Kernel Module fuse... 4326 [ 5.616212] systemd[1]: Starting Load Kernel Module pstore_blk... 4327 [ 5.624780] systemd[1]: Starting Load Kernel Module pstore_zone... 4328 [ 5.632873] systemd[1]: Starting Load Kernel Module ramoops... 4329 [ 5.641828] systemd[1]: Started Nameserver information manager. 4330 [ 5.643270] systemd[1]: Reached target Preparation for Network. 4331 [ 5.644665] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 4332 [ 5.655105] systemd[1]: Starting Load Kernel Modules... 4333 [ 5.663362] systemd[1]: Starting Remount Root and Kernel File Systems... 4334 [ 5.672013] systemd[1]: Starting Coldplug All udev Devices... 4335 [ 5.687246] systemd[1]: Mounted Huge Pages File System. 4336 [ 5.688390] systemd[1]: Mounted POSIX Message Queue File System. 4337 [ 5.689688] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a 4338 [ 5.689738] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. 4339 [ 5.691946] systemd[1]: Failed to mount NFSD configuration filesystem. 4340 [ 5.692336] systemd[1]: Dependency failed for NFSv4 Client Tracking Daemon. 4341 [ 5.692499] systemd[1]: nfsdcld.service: Job nfsdcld.service/start failed with result 'dependency'. 4342 [ 5.692558] systemd[1]: Dependency failed for NFS server and services. 4343 [ 5.692686] systemd[1]: Dependency failed for NFS Mount Daemon. 4344 [ 5.692812] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. 4345 [ 5.692867] systemd[1]: Dependency failed for NFSv4 ID-name mapping service. 4346 [ 5.692993] systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. 4347 [ 5.693030] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. 4348 [ 5.694191] systemd[1]: Mounted Kernel Debug File System. 4349 [ 5.696991] systemd[1]: Finished Restore / save the current clock. 4350 [ 5.699539] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 4351 [ 5.700952] systemd[1]: Finished Load Kernel Module chromeos_pstore. 4352 [ 5.701756] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. 4353 [ 5.708101] systemd[1]: modprobe@configfs.service: Deactivated successfully. 4354 [ 5.709490] systemd[1]: Finished Load Kernel Module configfs. 4355 [ 5.711668] systemd[1]: modprobe@drm.service: Deactivated successfully. 4356 [ 5.712954] systemd[1]: Finished Load Kernel Module drm. 4357 [ 5.715243] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 4358 [ 5.716565] systemd[1]: Finished Load Kernel Module efi_pstore. 4359 [ 5.718937] systemd[1]: modprobe@fuse.service: Deactivated successfully. 4360 [ 5.720423] systemd[1]: Finished Load Kernel Module fuse. 4361 [ 5.770991] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 4362 [ 5.772462] systemd[1]: Finished Load Kernel Module pstore_blk. 4363 [ 5.774690] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 4364 [ 5.776199] systemd[1]: Finished Load Kernel Module pstore_zone. 4365 [ 5.778312] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 4366 [ 5.779751] systemd[1]: Finished Load Kernel Module ramoops. 4367 [ 5.784883] systemd[1]: Finished Load Kernel Modules. 4368 [ 5.787871] systemd[1]: Finished Remount Root and Kernel File Systems. 4369 [ 5.790567] systemd[1]: Condition check resulted in FUSE Control File System being skipped. 4370 [ 5.795903] systemd[1]: Mounting Kernel Configuration File System... 4371 [ 5.796814] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 4372 [ 5.806394] systemd[1]: Starting Load/Save Random Seed... 4373 [ 5.816255] systemd[1]: Starting Apply Kernel Variables... 4374 [ 5.823671] systemd[1]: Starting Create System Users... 4375 [ 5.863161] systemd[1]: Mounted Kernel Configuration File System. 4376 [ 5.880178] systemd[1]: Finished Create System Users. 4377 [ 5.890098] systemd[1]: Starting Create Static Device Nodes in /dev... 4378 [ 5.893181] systemd[1]: Finished Apply Kernel Variables. 4379 [ 5.950915] systemd[1]: Finished Create Static Device Nodes in /dev. 4380 [ 5.966116] systemd[1]: Starting Rule-based Manager for Device Events and Files... 4381 [ 5.969558] systemd[1]: Finished Set the console keyboard layout. 4382 [ 5.970817] systemd[1]: Reached target Preparation for Local File Systems. 4383 [ 5.978368] systemd[1]: Mounting /tmp... 4384 [ 5.995592] systemd[1]: Mounted /tmp. 4385 [ 5.996657] systemd[1]: Reached target Local File Systems. 4386 [ 6.003863] systemd[1]: Starting Armbian leds state... 4387 [ 6.013532] systemd[1]: Starting Armbian ZRAM config... 4388 [ 6.022012] systemd[1]: Starting Set console font and keymap... 4389 [ 6.022904] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 4390 [ 6.023283] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. 4391 [ 6.030891] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 4392 [ 6.050050] systemd[1]: Finished Set console font and keymap. 4393 [ 6.099364] systemd[1]: armbian-led-state.service: Main process exited, code=exited, status=1/FAILURE 4394 [ 6.100313] systemd[1]: armbian-led-state.service: Failed with result 'exit-code'. 4395 [ 6.102367] systemd[1]: Failed to start Armbian leds state. 4396 [ 6.226360] systemd[1]: Finished Coldplug All udev Devices. 4397 [ 6.251853] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 4398 [ 6.258264] systemd[1]: Started Rule-based Manager for Device Events and Files. 4399 [ 6.368491] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE 4400 [ 6.369557] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'. 4401 [ 6.372617] systemd[1]: Failed to start Armbian ZRAM config. 4402 [ 6.406822] systemd[1]: Starting Armbian memory supported logging... 4403 [ 6.487579] urandom_read_iter: 51 callbacks suppressed 4404 [ 6.487608] random: systemd: uninitialized urandom read (16 bytes read) 4405 [ 6.579458] random: systemd: uninitialized urandom read (16 bytes read) 4406 [ 6.579604] random: systemd: uninitialized urandom read (16 bytes read) 4407 [ 6.726347] random: crng init done 4408 [ 6.726376] random: 8 urandom warning(s) missed due to ratelimiting 4409 [ 6.749762] systemd[1]: Finished Load/Save Random Seed. 4410 [ 6.751582] systemd[1]: Condition check resulted in First Boot Complete being skipped. 4411 [ 6.751830] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 4412 [ 6.752051] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 4413 [ 6.842318] systemd[1]: Found device /dev/ttyS0. 4414 [ 7.402050] systemd[1]: Found device /sys/subsystem/net/devices/eth0. 4415 [ 7.423452] systemd[1]: Started ifup for eth0. 4416 [ 7.427735] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 4417 [ 7.435714] systemd[1]: Starting Raise network interfaces... 4418 [ 7.441059] systemd[1]: ifup@eth0.service: Main process exited, code=exited, status=1/FAILURE 4419 [ 7.442566] systemd[1]: ifup@eth0.service: Failed with result 'exit-code'. 4420 [ 8.004404] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE 4421 [ 8.005291] systemd[1]: networking.service: Failed with result 'exit-code'. 4422 [ 8.007020] systemd[1]: Failed to start Raise network interfaces. 4423 [ 10.579844] systemd[1]: Finished Armbian memory supported logging. 4424 [ 10.625691] systemd[1]: Starting Journal Service... 4425 [ 10.883893] systemd[1]: Started Journal Service. 4426 [ 10.935071] systemd-journald[586]: Received client request to flush runtime journal. 4427 4428 ### armbian-release: 4429 4430 # PLEASE DO NOT EDIT THIS FILE 4431 BOARD=pine64 4432 BOARD_NAME="Pine64" 4433 BOARDFAMILY=sun50iw1 4434 BUILD_REPOSITORY_URL=https://github.com/armbian/build 4435 BUILD_REPOSITORY_COMMIT=84940abb 4436 VERSION=22.11.1 4437 LINUXFAMILY=sunxi64 4438 ARCH=arm64 4439 IMAGE_TYPE=stable 4440 BOARD_TYPE=conf 4441 INITRD_ARCH=arm64 4442 KERNEL_IMAGE_TYPE=Image 4443 BRANCH=current 4444 4445 ### boot environment: 4446 4447 verbosity=1 4448 bootlogo=false 4449 console=both 4450 disp_mode=1920x1080p60 4451 overlay_prefix=sun50i-a64 4452 rootdev=UUID=1a07fccf-6922-49b1-ace2-e12d87fdb297 4453 rootfstype=ext4 4454 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u 4455 4456 ### lsusb: 4457 4458 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 4459 Bus 002 Device 003: ID 046d:081b Logitech, Inc. Webcam C310 4460 Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 4461 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 4462 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 4463 Bus 001 Device 002: ID 1f75:0621 Innostor Technology Corporation IS621 SATA Storage Controller 4464 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 4465 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 4466 4467 ### lscpu: 4468 4469 Architecture: aarch64 4470 CPU op-mode(s): 32-bit, 64-bit 4471 Byte Order: Little Endian 4472 CPU(s): 4 4473 On-line CPU(s) list: 0-3 4474 Vendor ID: ARM 4475 Model name: Cortex-A53 4476 Model: 4 4477 Thread(s) per core: 1 4478 Core(s) per cluster: 4 4479 Socket(s): - 4480 Cluster(s): 1 4481 Stepping: r0p4 4482 BogoMIPS: 48.00 4483 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 4484 NUMA node(s): 1 4485 NUMA node0 CPU(s): 0-3 4486 Vulnerability Itlb multihit: Not affected 4487 Vulnerability L1tf: Not affected 4488 Vulnerability Mds: Not affected 4489 Vulnerability Meltdown: Not affected 4490 Vulnerability Mmio stale data: Not affected 4491 Vulnerability Spec store bypass: Not affected 4492 Vulnerability Spectre v1: Mitigation; __user pointer sanitization 4493 Vulnerability Spectre v2: Not affected 4494 Vulnerability Srbds: Not affected 4495 Vulnerability Tsx async abort: Not affected 4496 4497 ### cpuinfo: 4498 4499 processor : 0 4500 BogoMIPS : 48.00 4501 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 4502 CPU implementer : 0x41 4503 CPU architecture: 8 4504 CPU variant : 0x0 4505 CPU part : 0xd03 4506 CPU revision : 4 4507 4508 processor : 1 4509 BogoMIPS : 48.00 4510 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 4511 CPU implementer : 0x41 4512 CPU architecture: 8 4513 CPU variant : 0x0 4514 CPU part : 0xd03 4515 CPU revision : 4 4516 4517 processor : 2 4518 BogoMIPS : 48.00 4519 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 4520 CPU implementer : 0x41 4521 CPU architecture: 8 4522 CPU variant : 0x0 4523 CPU part : 0xd03 4524 CPU revision : 4 4525 4526 processor : 3 4527 BogoMIPS : 48.00 4528 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid 4529 CPU implementer : 0x41 4530 CPU architecture: 8 4531 CPU variant : 0x0 4532 CPU part : 0xd03 4533 CPU revision : 4 4534 4535 4536 ### meminfo: 4537 4538 MemTotal: 2037276 kB 4539 MemFree: 1892844 kB 4540 MemAvailable: 1887688 kB 4541 Buffers: 12164 kB 4542 Cached: 53360 kB 4543 SwapCached: 0 kB 4544 Active: 28920 kB 4545 Inactive: 49032 kB 4546 Active(anon): 596 kB 4547 Inactive(anon): 29352 kB 4548 Active(file): 28324 kB 4549 Inactive(file): 19680 kB 4550 Unevictable: 0 kB 4551 Mlocked: 0 kB 4552 SwapTotal: 0 kB 4553 SwapFree: 0 kB 4554 Dirty: 8 kB 4555 Writeback: 0 kB 4556 AnonPages: 12760 kB 4557 Mapped: 13392 kB 4558 Shmem: 17252 kB 4559 KReclaimable: 9260 kB 4560 Slab: 30880 kB 4561 SReclaimable: 9260 kB 4562 SUnreclaim: 21620 kB 4563 KernelStack: 2112 kB 4564 PageTables: 1156 kB 4565 NFS_Unstable: 0 kB 4566 Bounce: 0 kB 4567 WritebackTmp: 0 kB 4568 CommitLimit: 1018636 kB 4569 Committed_AS: 46016 kB 4570 VmallocTotal: 133143592960 kB 4571 VmallocUsed: 10212 kB 4572 VmallocChunk: 0 kB 4573 Percpu: 1072 kB 4574 AnonHugePages: 0 kB 4575 ShmemHugePages: 0 kB 4576 ShmemPmdMapped: 0 kB 4577 FileHugePages: 0 kB 4578 FilePmdMapped: 0 kB 4579 CmaTotal: 131072 kB 4580 CmaFree: 130304 kB 4581 HugePages_Total: 0 4582 HugePages_Free: 0 4583 HugePages_Rsvd: 0 4584 HugePages_Surp: 0 4585 Hugepagesize: 2048 kB 4586 Hugetlb: 0 kB 4587 4588 ### virtual memory: 4589 4590 vm.admin_reserve_kbytes = 8192 4591 vm.compaction_proactiveness = 20 4592 vm.compact_unevictable_allowed = 1 4593 vm.dirty_background_bytes = 0 4594 vm.dirty_background_ratio = 10 4595 vm.dirty_bytes = 0 4596 vm.dirty_expire_centisecs = 3000 4597 vm.dirty_ratio = 20 4598 vm.dirtytime_expire_seconds = 43200 4599 vm.dirty_writeback_centisecs = 500 4600 vm.extfrag_threshold = 500 4601 vm.hugetlb_shm_group = 0 4602 vm.laptop_mode = 0 4603 vm.legacy_va_layout = 0 4604 vm.lowmem_reserve_ratio = 256 256 32 0 4605 vm.max_map_count = 65530 4606 vm.min_free_kbytes = 22528 4607 vm.min_slab_ratio = 5 4608 vm.min_unmapped_ratio = 1 4609 vm.mmap_min_addr = 32768 4610 vm.mmap_rnd_bits = 18 4611 vm.mmap_rnd_compat_bits = 11 4612 vm.nr_hugepages = 0 4613 vm.nr_hugepages_mempolicy = 0 4614 vm.nr_overcommit_hugepages = 0 4615 vm.numa_stat = 1 4616 vm.numa_zonelist_order = Node 4617 vm.oom_dump_tasks = 1 4618 vm.oom_kill_allocating_task = 0 4619 vm.overcommit_kbytes = 0 4620 vm.overcommit_memory = 0 4621 vm.overcommit_ratio = 50 4622 vm.page-cluster = 3 4623 vm.page_lock_unfairness = 5 4624 vm.panic_on_oom = 0 4625 vm.percpu_pagelist_high_fraction = 0 4626 vm.stat_interval = 1 4627 vm.swappiness = 100 4628 vm.user_reserve_kbytes = 63000 4629 vm.vfs_cache_pressure = 100 4630 vm.watermark_boost_factor = 15000 4631 vm.watermark_scale_factor = 10 4632 vm.zone_reclaim_mode = 0 4633 4634 ### ip addr: 4635 4636 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 4637 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 4638 inet XXX.XXX.0.1/8 scope host lo 4639 valid_lft forever preferred_lft forever 4640 inet6 ::1/128 scope host 4641 valid_lft forever preferred_lft forever 4642 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 4643 link/ether 02:ba:85:77:17:e9 brd ff:ff:ff:ff:ff:ff 4644 4645 ### partitions: 4646 4647 major minor #blocks name 4648 4649 179 0 31260672 mmcblk0 4650 179 1 30928896 mmcblk0p1 4651 8 0 117220824 sda 4652 8 1 117218304 sda1 4653 4654 ### df: 4655 4656 tmpfs 199M 3.1M 196M 2% /run 4657 /dev/sda1 110G 29G 76G 28% / 4658 tmpfs 995M 0 995M 0% /dev/shm 4659 tmpfs 5.0M 0 5.0M 0% /run/lock 4660 tmpfs 995M 4.0K 995M 1% /tmp 4661 4662 ### lsblk: 4663 4664 NAME FSTYPE SIZE MOUNTPOINT UUID 4665 sda 111.8G 4666 └─sda1 ext4 111.8G / 933d6d44-0352-46aa-8100-fd703056ae3d 4667 mmcblk0 29.8G 4668 └─mmcblk0p1 ext4 29.5G 1a07fccf-6922-49b1-ace2-e12d87fdb297 4669 4670 ### zramctl: 4671 4672 4673 4674 ### mtab: 4675 4676 /dev/sda1 / ext4 rw,noatime,errors=remount-ro,commit=600 0 0 4677 /dev/sda1 /var/log.hdd ext4 rw,noatime,errors=remount-ro,commit=600 0 0 4678 4679 ### mmc0:0001 info: 4680 4681 fwrev: 0x0 4682 uevent: DRIVER=mmcblk MMC_TYPE=SD MMC_NAME=EB1QT MODALIAS=mmc:block 4683 cid: 1b534d454231515430bc836120012941 4684 rca: 0x0001 4685 csd: 400e00325b590000ee7f7f800a404055 4686 manfid: 0x00001b 4687 ocr: 0x00200000 4688 preferred_erase_size: 4194304 4689 type: SD 4690 hwrev: 0x3 4691 date: 09/2018 4692 dsr: 0x404 4693 erase_size: 512 4694 oemid: 0x534d 4695 serial: 0xbc836120 4696 ssr: 0000000005000000040090000f051c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 4697 scr: 02b5800200000000 4698 name: EB1QT 4699 4700 ### Boot system health: 4701 4702 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 4703 17:37:14: --- 0.23 54% 27% 20% 0% 5% 0% 39.1 °C 4704 17:37:15: --- 0.93 85% 18% 21% 0% 44% 1% 39.1 °C 4705 17:37:15: --- 0.93 80% 21% 25% 0% 31% 0% 36.2 °C 4706 17:37:16: --- 0.93 54% 9% 7% 1% 34% 0% 36.2 °C 4707 17:37:16: --- 0.93 39% 7% 2% 0% 29% 0% 34.1 °C 4708 4709 ### lsusb: 4710 4711 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 4712 Bus 002 Device 003: ID 046d:081b Logitech, Inc. Webcam C310 4713 Bus 002 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub 4714 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 4715 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub 4716 Bus 001 Device 002: ID 1f75:0621 Innostor Technology Corporation IS621 SATA Storage Controller 4717 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 4718 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 4719 4720 /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M 4721 /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M 4722 /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M 4723 /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M 4724 |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M 4725 |__ Port 1: Dev 3, If 0, Class=Video, Driver=, 480M 4726 |__ Port 1: Dev 3, If 1, Class=Video, Driver=, 480M 4727 |__ Port 1: Dev 3, If 2, Class=Audio, Driver=, 480M 4728 |__ Port 1: Dev 3, If 3, Class=Audio, Driver=, 480M 4729 /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M 4730 |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M 4731 4732 ### Userland: 4733 4734 PRETTY_NAME="Armbian 22.11.1 Jammy" 4735 4736 ### Installed packages: 4737 4738 ii armbian-bsp-cli-pine64 22.11.1 arm64 Armbian board support files for pine64 4739 ii armbian-config 22.11.1 all Armbian configuration utility 4740 ii armbian-firmware 22.11.1 all Linux firmware 4741 ii armbian-zsh 22.11.1 all Armbian improved ZShell 4742 ii hostapd 3:2.10-6~armbian22.02.3+1 arm64 IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator 4743 ii linux-base 4.5ubuntu9 all Linux image base package 4744 ic linux-image-current-sunxi64 21.05.1 arm64 Linux kernel, version 5.10.34-sunxi64 4745 ii linux-image-edge-sunxi64 22.11.1 arm64 Linux kernel, armbian version 6.0.10-sunxi64 edge 4746 ii linux-libc-dev:arm64 22.11.1 arm64 Armbian Linux support headers for userspace development 4747 ii linux-u-boot-pine64-edge 22.08.6 arm64 Uboot loader 2022.07 4748 4749 ### Loaded modules: 4750 4751 Module Size Used by 4752 realtek 32768 1 4753 pinctrl_axp209 16384 0 4754 dwmac_sun8i 28672 0 4755 mdio_mux 16384 1 dwmac_sun8i 4756 i2c_mv64xxx 24576 0 4757 uas 28672 0 4758 4759 ### Current system health: 4760 4761 Time CPU n/a load %cpu %sys %usr %nice %io %irq CPU 4762 22:20:16: --- 0.02 1% 0% 0% 0% 0% 0% 41.0 °C 4763 22:20:16: --- 0.02 2% 2% 0% 0% 0% 0% 39.4 °C 4764 22:20:16: --- 0.02 4% 3% 0% 0% 0% 0% 39.4 °C 4765 22:20:17: --- 0.02 2% 2% 0% 0% 0% 0% 38.9 °C 4766 22:20:17: --- 0.02 2% 2% 0% 0% 0% 0% 38.9 °C 4767 22:20:20: --- 0.42 1% 0% 0% 0% 0% 0% 42.0 °C 4768 22:20:21: --- 0.42 76% 0% 75% 0% 0% 0% 41.5 °C 4769 22:20:21: --- 0.42 2% 2% 0% 0% 0% 0% 40.3 °C 4770 22:20:21: --- 0.42 2% 1% 0% 1% 0% 0% 40.3 °C 4771 22:20:22: --- 0.42 2% 2% 0% 0% 0% 0% 40.3 °C 4772 4773 ### resolv.conf 4774 4775 lrwxrwxrwx 1 root root 32 Aug 25 00:31 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf 4776 # This is /run/systemd/resolve/resolv.conf managed by man:systemd-resolved(8). 4777 # Do not edit. 4778 # 4779 # This file might be symlinked as /etc/resolv.conf. If you're looking at 4780 # /etc/resolv.conf and seeing this text, you have followed the symlink. 4781 # 4782 # This is a dynamic resolv.conf file for connecting local clients directly to 4783 # all known uplink DNS servers. This file lists all configured search domains. 4784 # 4785 # Third party programs should typically not access this file directly, but only 4786 # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a 4787 # different way, replace this symlink by a static file or a different symlink. 4788 # 4789 # See man:systemd-resolved.service(8) for details about the supported modes of 4790 # operation for /etc/resolv.conf. 4791 4792 nameserver XXX.XXX.0.1 4793 search . 4794 4795 ### Current sysinfo: 4796 4797 Linux 5.15.48-sunxi64 (pine64) 12/10/2022 _aarch64_ (4 CPU) 4798 4799 avg-cpu: %user %nice %system %iowait %steal %idle 4800 0.99 0.00 0.22 0.04 0.00 98.75 4801 4802 Device tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd 4803 mmcblk0 0.01 0.43 0.00 0.00 7312 0 0 4804 mmcblk0p1 0.01 0.31 0.00 0.00 5200 0 0 4805 sda 1.96 35.05 86.56 0.00 596141 1472096 0 4806 sda1 1.95 34.93 86.56 0.00 593973 1472096 0 4807 4808 --procs-- -----------------------memory---------------------- ---swap-- -----io---- -system-- --------cpu-------- 4809 r b swpd free buff cache si so bi bo in cs us sy id wa st 4810 0 0 0 966728 32904 898212 0 0 9 22 49 29 1 0 99 0 0 4811 4812 total used free shared buff/cache available 4813 Mem: 1.9Gi 136Mi 944Mi 19Mi 909Mi 1.7Gi 4814 Swap: 0B 0B 0B 4815 4816 4817 4818 22:20:26 up 4:43, 1 user, load average: 0.39, 0.19, 0.10 4819 4820 [ 2.297491] ohci-platform 1c1a400.usb: Generic Platform OHCI controller 4821 [ 2.297525] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 3 4822 [ 2.297665] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400 4823 [ 2.361441] usb 1-1: new high-speed USB device number 2 using ehci-platform 4824 [ 2.361792] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 4825 [ 2.361807] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4826 [ 2.361819] usb usb3: Product: Generic Platform OHCI controller 4827 [ 2.361828] usb usb3: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 4828 [ 2.361838] usb usb3: SerialNumber: 1c1a400.usb 4829 [ 2.362354] hub 3-0:1.0: USB hub found 4830 [ 2.362408] hub 3-0:1.0: 1 port detected 4831 [ 2.363427] ohci-platform 1c1b400.usb: Generic Platform OHCI controller 4832 [ 2.363454] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 4 4833 [ 2.363578] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400 4834 [ 2.377404] usb 2-1: new high-speed USB device number 2 using ehci-platform 4835 [ 2.425658] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 4836 [ 2.425674] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4837 [ 2.425685] usb usb4: Product: Generic Platform OHCI controller 4838 [ 2.425695] usb usb4: Manufacturer: Linux 5.15.48-sunxi64 ohci_hcd 4839 [ 2.425704] usb usb4: SerialNumber: 1c1b400.usb 4840 [ 2.426224] hub 4-0:1.0: USB hub found 4841 [ 2.426277] hub 4-0:1.0: 1 port detected 4842 [ 2.427337] usb_phy_generic usb_phy_generic.3.auto: supply vcc not found, using dummy regulator 4843 [ 2.427517] usb_phy_generic usb_phy_generic.3.auto: dummy supplies not allowed for exclusive requests 4844 [ 2.505663] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver 4845 [ 2.505695] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 5 4846 [ 2.505957] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 4847 [ 2.505973] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 4848 [ 2.505985] usb usb5: Product: MUSB HDRC host driver 4849 [ 2.505995] usb usb5: Manufacturer: Linux 5.15.48-sunxi64 musb-hcd 4850 [ 2.506005] usb usb5: SerialNumber: musb-hdrc.4.auto 4851 [ 2.506527] hub 5-0:1.0: USB hub found 4852 [ 2.506578] hub 5-0:1.0: 1 port detected 4853 [ 2.509984] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator 4854 [ 2.510034] scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version 4855 [ 2.511064] sunxi-mmc 1c0f000.mmc: Got CD GPIO 4856 [ 2.511079] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq 4857 [ 2.511280] of_cfs_init 4858 [ 2.511411] of_cfs_init: OK 4859 [ 2.511772] ALSA device list: 4860 [ 2.511780] No soundcards found. 4861 [ 2.519395] usb 1-1: New USB device found, idVendor=1f75, idProduct=0621, bcdDevice= 0.36 4862 [ 2.519413] usb 1-1: New USB device strings: Mfr=4, Product=5, SerialNumber=6 4863 [ 2.519425] usb 1-1: SerialNumber: 20181120 4864 [ 2.520389] usb-storage 1-1:1.0: USB Mass Storage device detected 4865 [ 2.520914] scsi host0: usb-storage 1-1:1.0 4866 [ 2.534507] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 4867 [ 2.536429] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54 4868 [ 2.536445] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 4869 [ 2.536457] usb 2-1: Product: USB2.1 Hub 4870 [ 2.536478] usb 2-1: Manufacturer: GenesysLogic 4871 [ 2.536507] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB, uses new timings mode 4872 [ 2.537330] hub 2-1:1.0: USB hub found 4873 [ 2.537686] hub 2-1:1.0: 4 ports detected 4874 [ 2.538207] Freeing unused kernel memory: 2496K 4875 [ 2.538343] Run /init as init process 4876 [ 2.538351] with arguments: 4877 [ 2.538357] /init 4878 [ 2.538363] with environment: 4879 [ 2.538368] HOME=/ 4880 [ 2.538373] TERM=linux 4881 [ 2.538379] ubootpart=ea5e158f-01 4882 [ 2.538385] cgroup_enable=memory 4883 [ 2.573167] mmc0: new high speed SDHC card at address 0001 4884 [ 2.574258] mmcblk0: mmc0:0001 EB1QT 29.8 GiB 4885 [ 2.576671] mmcblk0: p1 4886 [ 2.849433] usb 2-1.1: new high-speed USB device number 3 using ehci-platform 4887 [ 3.061854] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator 4888 [ 3.062739] usbcore: registered new interface driver uas 4889 [ 3.076942] sun50i-a64-pinctrl 1c20800.pinctrl: supply vcc-pd not found, using dummy regulator 4890 [ 3.077214] dwmac-sun8i 1c30000.ethernet: IRQ eth_wake_irq not found 4891 [ 3.077227] dwmac-sun8i 1c30000.ethernet: IRQ eth_lpi not found 4892 [ 3.077612] dwmac-sun8i 1c30000.ethernet: supply phy-io not found, using dummy regulator 4893 [ 3.077889] dwmac-sun8i 1c30000.ethernet: PTP uses main clock 4894 [ 3.077938] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 6 (expect 0) 4895 [ 3.078417] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported 4896 [ 3.078436] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported 4897 [ 3.078445] dwmac-sun8i 1c30000.ethernet: COE Type 2 4898 [ 3.078457] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported 4899 [ 3.078465] dwmac-sun8i 1c30000.ethernet: Normal descriptors 4900 [ 3.078473] dwmac-sun8i 1c30000.ethernet: Chain mode enabled 4901 [ 3.098353] axp20x-gpio axp20x-gpio: DMA mask not set 4902 [ 3.100011] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded 4903 [ 3.199063] usb 2-1.1: New USB device found, idVendor=046d, idProduct=081b, bcdDevice= 0.12 4904 [ 3.199103] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=2 4905 [ 3.199115] usb 2-1.1: SerialNumber: AA5FCF90 4906 [ 3.526482] scsi 0:0:0:0: Direct-Access OCZ-VERT EX2 PQ: 0 ANSI: 6 4907 [ 3.527236] sd 0:0:0:0: Attached scsi generic sg0 type 0 4908 [ 3.528214] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) 4909 [ 3.529529] sd 0:0:0:0: [sda] Write Protect is off 4910 [ 3.529559] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00 4911 [ 3.531475] sd 0:0:0:0: [sda] No Caching mode page found 4912 [ 3.531505] sd 0:0:0:0: [sda] Assuming drive cache: write through 4913 [ 3.537462] sda: sda1 4914 [ 3.541056] sd 0:0:0:0: [sda] Attached SCSI disk 4915 [ 3.895680] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. 4916 [ 4.489896] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) 4917 [ 4.490608] systemd[1]: Detected architecture arm64. 4918 [ 4.493606] systemd[1]: Hostname set to <pine64>. 4919 [ 4.599592] dw-apb-uart 1c28000.serial: forbid DMA for kernel console 4920 [ 5.436125] systemd[1]: Queued start job for default target Graphical Interface. 4921 [ 5.438233] random: systemd: uninitialized urandom read (16 bytes read) 4922 [ 5.474009] systemd[1]: Created slice Slice /system/modprobe. 4923 [ 5.474766] random: systemd: uninitialized urandom read (16 bytes read) 4924 [ 5.477825] systemd[1]: Created slice Slice /system/serial-getty. 4925 [ 5.478258] random: systemd: uninitialized urandom read (16 bytes read) 4926 [ 5.480558] systemd[1]: Created slice User and Session Slice. 4927 [ 5.481041] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. 4928 [ 5.481625] systemd[1]: Started Forward Password Requests to Wall Directory Watch. 4929 [ 5.483133] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. 4930 [ 5.483703] systemd[1]: Reached target Local Encrypted Volumes. 4931 [ 5.484470] systemd[1]: Reached target Slice Units. 4932 [ 5.484799] systemd[1]: Reached target Swaps. 4933 [ 5.485093] systemd[1]: Reached target System Time Set. 4934 [ 5.485651] systemd[1]: Reached target Local Verity Protected Volumes. 4935 [ 5.507761] systemd[1]: Listening on RPCbind Server Activation Socket. 4936 [ 5.509967] systemd[1]: Listening on Syslog Socket. 4937 [ 5.511095] systemd[1]: Listening on fsck to fsckd communication Socket. 4938 [ 5.511745] systemd[1]: Listening on initctl Compatibility Named Pipe. 4939 [ 5.513245] systemd[1]: Listening on Journal Audit Socket. 4940 [ 5.514270] systemd[1]: Listening on Journal Socket (/dev/log). 4941 [ 5.515346] systemd[1]: Listening on Journal Socket. 4942 [ 5.516728] systemd[1]: Listening on udev Control Socket. 4943 [ 5.517792] systemd[1]: Listening on udev Kernel Socket. 4944 [ 5.523638] systemd[1]: Mounting Huge Pages File System... 4945 [ 5.530252] systemd[1]: Mounting POSIX Message Queue File System... 4946 [ 5.536431] systemd[1]: Mounting NFSD configuration filesystem... 4947 [ 5.543426] systemd[1]: Mounting Kernel Debug File System... 4948 [ 5.544609] systemd[1]: Condition check resulted in Kernel Trace File System being skipped. 4949 [ 5.545716] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. 4950 [ 5.554688] systemd[1]: Starting Restore / save the current clock... 4951 [ 5.562976] systemd[1]: Starting Set the console keyboard layout... 4952 [ 5.563623] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped. 4953 [ 5.570777] systemd[1]: Starting Load Kernel Module chromeos_pstore... 4954 [ 5.578534] systemd[1]: Starting Load Kernel Module configfs... 4955 [ 5.586367] systemd[1]: Starting Load Kernel Module drm... 4956 [ 5.597439] systemd[1]: Starting Load Kernel Module efi_pstore... 4957 [ 5.608279] systemd[1]: Starting Load Kernel Module fuse... 4958 [ 5.616212] systemd[1]: Starting Load Kernel Module pstore_blk... 4959 [ 5.624780] systemd[1]: Starting Load Kernel Module pstore_zone... 4960 [ 5.632873] systemd[1]: Starting Load Kernel Module ramoops... 4961 [ 5.641828] systemd[1]: Started Nameserver information manager. 4962 [ 5.643270] systemd[1]: Reached target Preparation for Network. 4963 [ 5.644665] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. 4964 [ 5.655105] systemd[1]: Starting Load Kernel Modules... 4965 [ 5.663362] systemd[1]: Starting Remount Root and Kernel File Systems... 4966 [ 5.672013] systemd[1]: Starting Coldplug All udev Devices... 4967 [ 5.687246] systemd[1]: Mounted Huge Pages File System. 4968 [ 5.688390] systemd[1]: Mounted POSIX Message Queue File System. 4969 [ 5.689688] systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited, status=32/n/a 4970 [ 5.689738] systemd[1]: proc-fs-nfsd.mount: Failed with result 'exit-code'. 4971 [ 5.691946] systemd[1]: Failed to mount NFSD configuration filesystem. 4972 [ 5.692336] systemd[1]: Dependency failed for NFSv4 Client Tracking Daemon. 4973 [ 5.692499] systemd[1]: nfsdcld.service: Job nfsdcld.service/start failed with result 'dependency'. 4974 [ 5.692558] systemd[1]: Dependency failed for NFS server and services. 4975 [ 5.692686] systemd[1]: Dependency failed for NFS Mount Daemon. 4976 [ 5.692812] systemd[1]: nfs-mountd.service: Job nfs-mountd.service/start failed with result 'dependency'. 4977 [ 5.692867] systemd[1]: Dependency failed for NFSv4 ID-name mapping service. 4978 [ 5.692993] systemd[1]: nfs-idmapd.service: Job nfs-idmapd.service/start failed with result 'dependency'. 4979 [ 5.693030] systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. 4980 [ 5.694191] systemd[1]: Mounted Kernel Debug File System. 4981 [ 5.696991] systemd[1]: Finished Restore / save the current clock. 4982 [ 5.699539] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. 4983 [ 5.700952] systemd[1]: Finished Load Kernel Module chromeos_pstore. 4984 [ 5.701756] EXT4-fs (sda1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. 4985 [ 5.708101] systemd[1]: modprobe@configfs.service: Deactivated successfully. 4986 [ 5.709490] systemd[1]: Finished Load Kernel Module configfs. 4987 [ 5.711668] systemd[1]: modprobe@drm.service: Deactivated successfully. 4988 [ 5.712954] systemd[1]: Finished Load Kernel Module drm. 4989 [ 5.715243] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. 4990 [ 5.716565] systemd[1]: Finished Load Kernel Module efi_pstore. 4991 [ 5.718937] systemd[1]: modprobe@fuse.service: Deactivated successfully. 4992 [ 5.720423] systemd[1]: Finished Load Kernel Module fuse. 4993 [ 5.770991] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. 4994 [ 5.772462] systemd[1]: Finished Load Kernel Module pstore_blk. 4995 [ 5.774690] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. 4996 [ 5.776199] systemd[1]: Finished Load Kernel Module pstore_zone. 4997 [ 5.778312] systemd[1]: modprobe@ramoops.service: Deactivated successfully. 4998 [ 5.779751] systemd[1]: Finished Load Kernel Module ramoops. 4999 [ 5.784883] systemd[1]: Finished Load Kernel Modules. 5000 [ 5.787871] systemd[1]: Finished Remount Root and Kernel File Systems. 5001 [ 5.790567] systemd[1]: Condition check resulted in FUSE Control File System being skipped. 5002 [ 5.795903] systemd[1]: Mounting Kernel Configuration File System... 5003 [ 5.796814] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. 5004 [ 5.806394] systemd[1]: Starting Load/Save Random Seed... 5005 [ 5.816255] systemd[1]: Starting Apply Kernel Variables... 5006 [ 5.823671] systemd[1]: Starting Create System Users... 5007 [ 5.863161] systemd[1]: Mounted Kernel Configuration File System. 5008 [ 5.880178] systemd[1]: Finished Create System Users. 5009 [ 5.890098] systemd[1]: Starting Create Static Device Nodes in /dev... 5010 [ 5.893181] systemd[1]: Finished Apply Kernel Variables. 5011 [ 5.950915] systemd[1]: Finished Create Static Device Nodes in /dev. 5012 [ 5.966116] systemd[1]: Starting Rule-based Manager for Device Events and Files... 5013 [ 5.969558] systemd[1]: Finished Set the console keyboard layout. 5014 [ 5.970817] systemd[1]: Reached target Preparation for Local File Systems. 5015 [ 5.978368] systemd[1]: Mounting /tmp... 5016 [ 5.995592] systemd[1]: Mounted /tmp. 5017 [ 5.996657] systemd[1]: Reached target Local File Systems. 5018 [ 6.003863] systemd[1]: Starting Armbian leds state... 5019 [ 6.013532] systemd[1]: Starting Armbian ZRAM config... 5020 [ 6.022012] systemd[1]: Starting Set console font and keymap... 5021 [ 6.022904] systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. 5022 [ 6.023283] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. 5023 [ 6.030891] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. 5024 [ 6.050050] systemd[1]: Finished Set console font and keymap. 5025 [ 6.099364] systemd[1]: armbian-led-state.service: Main process exited, code=exited, status=1/FAILURE 5026 [ 6.100313] systemd[1]: armbian-led-state.service: Failed with result 'exit-code'. 5027 [ 6.102367] systemd[1]: Failed to start Armbian leds state. 5028 [ 6.226360] systemd[1]: Finished Coldplug All udev Devices. 5029 [ 6.251853] systemd[1]: Starting Helper to synchronize boot up for ifupdown... 5030 [ 6.258264] systemd[1]: Started Rule-based Manager for Device Events and Files. 5031 [ 6.368491] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE 5032 [ 6.369557] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'. 5033 [ 6.372617] systemd[1]: Failed to start Armbian ZRAM config. 5034 [ 6.406822] systemd[1]: Starting Armbian memory supported logging... 5035 [ 6.487579] urandom_read_iter: 51 callbacks suppressed 5036 [ 6.487608] random: systemd: uninitialized urandom read (16 bytes read) 5037 [ 6.579458] random: systemd: uninitialized urandom read (16 bytes read) 5038 [ 6.579604] random: systemd: uninitialized urandom read (16 bytes read) 5039 [ 6.726347] random: crng init done 5040 [ 6.726376] random: 8 urandom warning(s) missed due to ratelimiting 5041 [ 6.749762] systemd[1]: Finished Load/Save Random Seed. 5042 [ 6.751582] systemd[1]: Condition check resulted in First Boot Complete being skipped. 5043 [ 6.751830] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. 5044 [ 6.752051] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. 5045 [ 6.842318] systemd[1]: Found device /dev/ttyS0. 5046 [ 7.402050] systemd[1]: Found device /sys/subsystem/net/devices/eth0. 5047 [ 7.423452] systemd[1]: Started ifup for eth0. 5048 [ 7.427735] systemd[1]: Finished Helper to synchronize boot up for ifupdown. 5049 [ 7.435714] systemd[1]: Starting Raise network interfaces... 5050 [ 7.441059] systemd[1]: ifup@eth0.service: Main process exited, code=exited, status=1/FAILURE 5051 [ 7.442566] systemd[1]: ifup@eth0.service: Failed with result 'exit-code'. 5052 [ 8.004404] systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE 5053 [ 8.005291] systemd[1]: networking.service: Failed with result 'exit-code'. 5054 [ 8.007020] systemd[1]: Failed to start Raise network interfaces. 5055 [ 10.579844] systemd[1]: Finished Armbian memory supported logging. 5056 [ 10.625691] systemd[1]: Starting Journal Service... 5057 [ 10.883893] systemd[1]: Started Journal Service. 5058 [ 10.935071] systemd-journald[586]: Received client request to flush runtime journal. 5059 [ 15.133231] phy_rtl8211e_led_fixup in 5060 [ 15.137038] dwmac-sun8i 1c30000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211E Gigabit Ethernet] (irq=POLL) 5061 [ 15.138465] dwmac-sun8i 1c30000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 5062 [ 15.139409] dwmac-sun8i 1c30000.ethernet eth0: No Safety Features support found 5063 [ 15.139434] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available 5064 [ 15.139445] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW 5065 [ 15.140270] dwmac-sun8i 1c30000.ethernet eth0: configuring for phy/rgmii-txid link mode 5066 [ 17.194174] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx 5067 [ 17.194245] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready 5068 [ 34.037165] vcc-mipi: disabling 5069 [ 34.037456] vcc-1v2-hsic: disabling 5070 5071 5072 5073 ### interrupts: 5074 CPU0 CPU1 CPU2 CPU3 5075 11: 464566 236186 253247 178562 GICv2 30 Level arch_timer 5076 14: 339196 0 0 0 GICv2 50 Level timer@1c20c00 5077 15: 0 0 0 0 GICv2 148 Level arm-pmu 5078 16: 0 0 0 0 GICv2 149 Level arm-pmu 5079 17: 0 0 0 0 GICv2 150 Level arm-pmu 5080 18: 0 0 0 0 GICv2 151 Level arm-pmu 5081 19: 0 0 0 0 GICv2 82 Level 1c02000.dma-controller 5082 20: 0 0 0 0 GICv2 118 Level 1c0c000.lcd-controller 5083 21: 0 0 0 0 GICv2 119 Level 1c0d000.lcd-controller 5084 23: 230 0 0 16654 GICv2 92 Level sunxi-mmc 5085 24: 25 0 0 0 GICv2 93 Level sunxi-mmc 5086 25: 0 0 0 0 GICv2 126 Level sun8i-ce-ns 5087 26: 0 0 0 0 GICv2 81 Level 1c17000.mailbox 5088 27: 0 0 0 0 GICv2 103 Level musb-hdrc.4.auto 5089 28: 7961 96518 0 0 GICv2 104 Level ehci_hcd:usb1 5090 29: 0 0 0 0 GICv2 105 Level ohci_hcd:usb3 5091 30: 65 0 0 0 GICv2 106 Level ehci_hcd:usb2 5092 31: 0 0 0 0 GICv2 107 Level ohci_hcd:usb4 5093 39: 0 0 0 0 GICv2 60 Level 1c22e00.codec 5094 40: 68052 0 0 0 GICv2 63 Level ths 5095 41: 4 0 0 0 GICv2 32 Level ttyS0 5096 43: 0 0 0 0 GICv2 39 Level mv64xxx_i2c 5097 44: 0 0 0 0 GICv2 97 Level sun6i-spi 5098 45: 660564 0 0 0 GICv2 114 Level eth0 5099 55: 0 0 0 0 GICv2 120 Level 1ee0000.hdmi 5100 56: 0 0 0 0 sun6i-r-intc 40 Level 1f00000.rtc 5101 59: 168 0 0 0 GICv2 71 Level sunxi-rsb 5102 93: 0 0 0 0 sun6i-r-intc 32 Level axp803 5103 120: 0 0 0 0 axp803 26 Edge axp20x-pek-dbr 5104 121: 0 0 0 0 axp803 27 Edge axp20x-pek-dbf 5105 IPI0: 75981 144466 135009 123221 Rescheduling interrupts 5106 IPI1: 15470 186070 177926 3412 Function call interrupts 5107 IPI2: 0 0 0 0 CPU stop interrupts 5108 IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts 5109 IPI4: 0 48234 34466 36387 Timer broadcast interrupts 5110 IPI5: 0 0 0 0 IRQ work interrupts 5111 IPI6: 0 0 0 0 CPU wake-up interrupts 5112 Err: 0
  21. I downloaded the kernel source and kernel headers on a rk3288 rockchip (tinkerboardS) and noticed there was a mismatch between kernel version, armbian release and chipset (rockchip64) - see below. root@tinkerboard:~# uname -a Linux tinkerboard 4.4.174-rockchip #7 SMP Sun Feb 10 11:57:26 CET 2019 armv7l armv7l armv7l GNU/Linux root@tinkerboard:~# cat /etc/armbian-release # PLEASE DO NOT EDIT THIS FILE BOARD=tinkerboard BOARD_NAME="Tinkerboard" BOARDFAMILY=rockchip VERSION=5.75 LINUXFAMILY=rockchip BRANCH=default ARCH=arm IMAGE_TYPE=stable BOARD_TYPE=conf INITRD_ARCH=arm KERNEL_IMAGE_TYPE=zImage root@tinkerboard:/usr/src# ls * linux-rockchip64-default_4.4.178_5.85_config.xz linux-source-4.4.178-rockchip64.tar.xz
  22. Download section for Orange PI One Plus ( https://www.armbian.com/orange-pi-one-plus/ ) appears to be malformed / cut-off somehow at second image (Jammy XFCE) where content ends after "h" from "SHA hash ..." line. I checked out download sections for few other boards of interest to me and they all appear to be fine 🤔
  23. I did try to build a Buster image with your script but it never finished. I tried 2 times with the same result. [ o.k. ] Checking MD5 sum of installed packages [ debsums ] [ error ] ERROR in function create_rootfs_cache [ functions/cli/cli-entrypoint.sh:108 -> functions/main/default-build.sh:125 -> functions/main/rootfs-image.sh:65 -> functions/rootfs/create-cache.sh:229 -> functions/logging/traps.sh:0 ] [ error ] MD5 sums check of installed packages failed [ o.k. ] Process terminated [ error ] unmount_on_exit() called! [ functions/cli/cli-entrypoint.sh:108 -> functions/main/default-build.sh:125 -> functions/main/rootfs-image.sh:65 -> functions/rootfs/create-cache.sh:229 -> functions/logging/traps.sh:1 -> functions/main/rootfs-image.sh:0 ] [ o.k. ] Unmounting [ /home/nicod/build/.tmp/rootfs-1dc2499a-f3c6-4fea-a14d-e66babedf043/ ] [ error ] ERROR in function unmount_on_exit [ functions/cli/cli-entrypoint.sh:108 -> functions/main/default-build.sh:125 -> functions/main/rootfs-image.sh:65 -> functions/rootfs/create-cache.sh:229 -> functions/logging/traps.sh:1 -> functions/main/rootfs-image.sh:26 -> functions/logging/traps.sh:0 ] [ error ] debootstrap-ng was interrupted [ o.k. ] Process terminated I'll wait for your new images.
  24. Hi, in addition to this topic I would like to mention that the current Odroid N2 Firmware (Armbian 22.05.0-trunk.0004 Jammy with Linux 5.10.103-meson64 / U-Boot 2022.01-armbian (Mar 03 2022 - 19:25:51 +0000) odroid-n2/n2-plus) as well has difficulties with both the orange and the red coloured eMMC modules at this time. The orange coloured eMMC module is recognised but couldn't be activated ("unable to select a mode : -5"): The red coloured eMMC module cannot be used due to a partition type mismatch (ext4 vs. dos): I don't know if there is already a corresponding Jira issue and/or development activities going on. Cheers Uli PS: odroidn2:~:% sudo armbianmonitor -u System diagnosis information will now be uploaded to curl: (52) Empty reply from server Please post the URL in the forum where you've been asked for.
  25. Howdy With a p2 that already had ubuntu installed on the ssd using the firefly technique, it seemed time to upgrade using to armbian. Installing the new uboot went fine. It is not clear how to confirm it. The command did not error. However using the jammy 22.08 images, the uuid does not appear to be on the SD card. At this time I do not have a serial cable. However the image shows sum of the situation. Any help appreciated including advice on rj45 to serial cable. Thanks.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines