Jump to content

Most (all) services dead after upgrading from buster to bullseye


Ben S

Recommended Posts

Posted (edited)

Hi,

In a bid to solve an issue with my NAS (which I now think was a dying HDD) I foolishly decided to upgrade from buster to bullseye and now most, if not all, of the services are failing to start - including network-manager, sshd and fancontrol so I only have access via the USB serial console. By setting a static IP I have been able to get it network access at least. When I try to start any of the dead services it hangs for a minute or so, then kicks me back to the login and the terminal is corrupted so I need to reboot before I'm able to do anything meaningful. (I am able to start fancontrol by just running `fancontrol` at which point the fans stop going at 100%, so I don't think there's a config issue there at least.) Please help!

 

The upgrade was done with

 

sudo sed -i 's#/debian-security bullseye/updates# bullseye-security#g' /etc/apt/sources.list
sudo sed -i 's/buster/bullseye/g' /etc/apt/sources.list.d/*.list
sudo sed -i 's/buster/bullseye/g' /etc/apt/sources.list
sudo sed -i 's/buster/bullseye/g' /etc/apt/sources.list.d.save/*.list

apt full-upgrade

 

 

root@helios2:~# cat /etc/apt/sources.list
deb http://deb.debian.org/debian bullseye main contrib non-free
# deb-src http://deb.debian.org/debian bullseye main contrib non-free

deb http://deb.debian.org/debian bullseye-updates main contrib non-free
# deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free

deb http://deb.debian.org/debian bullseye-backports main contrib non-free
# deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free

# deb http://security.debian.org/ bullseye/updates main contrib non-free
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
# deb-src http://security.debian.org/ bullseye/updates main contrib non-free


root@helios2:~# cat /etc/apt/sources.list.d/*
deb http://apt.armbian.com bullseye main bullseye-utils bullseye-desktop
deb [signed-by=/etc/apt/trusted.gpg.d/gluster.gpg] https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/10/arm64/apt buster main
deb [signed-by=/etc/apt/trusted.gpg.d/gluster.gpg] https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/10/arm64/apt bullseye main
deb http://ppa.launchpad.net/gluster/glusterfs-7/ubuntu oracular main
# deb-src http://ppa.launchpad.net/gluster/glusterfs-7/ubuntu oracular main

 

It looks like ix.io is down right now so I can't share `armbianmonitor -u`

 

 

root@helios2:~# uname -a
Linux helios2 5.15.93-rockchip64 #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023 aarch64 GNU/Linux

 

 

root@helios2:~# systemctl status --all | grep dead -C 3
             │ ├─1435 /sbin/sulogin
             │ ├─1436 bash
             │ ├─5144 systemctl status --all
             │ └─5145 grep dead -C 3
             ├─dev-hugepages.mount
             └─system-getty.slice

--

● dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device - /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80
   Loaded: loaded
   Active: inactive (dead)

● dev-disk-by\x2duuid-9b0108f1\x2d5a11\x2d4f24\x2dabd0\x2daebb458ebbd7.device - ST4000DM004-2CV104 1
   Follow: unit currently follows state of sys-devices-platform-f8000000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-ata2-host1-target1:0:0-1:0:0:0-block-sda-sda1.device
--

● data-glusterfs-sda1.mount - /data/glusterfs/sda1
   Loaded: loaded (/etc/fstab; generated)
   Active: inactive (dead)
    Where: /data/glusterfs/sda1
     What: /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80
     Docs: man:fstab(5)
--

● proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System
   Loaded: loaded (/lib/systemd/system/proc-sys-fs-binfmt_misc.mount; static; vendor preset: enabled)
   Active: inactive (dead)
    Where: /proc/sys/fs/binfmt_misc
     What: binfmt_misc
     Docs: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
--

● bootsplash-ask-password-console.path - Dispatch Password Requests to Console Directory Watch when bootsplash is active
   Loaded: loaded (/lib/systemd/system/bootsplash-ask-password-console.path; enabled; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Thu 2024-05-09 20:42:45 BST; 23min ago
           └─ ConditionPathExists=/sys/devices/platform/bootsplash.0/enabled was not met

Unit apparmor.service could not be found.
● systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch
   Loaded: loaded (/lib/systemd/system/systemd-ask-password-console.path; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-ask-password-console.service(8)

● systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch
   Loaded: loaded (/lib/systemd/system/systemd-ask-password-wall.path; static; vendor preset: enabled)
   Active: inactive (dead) since Thu 2024-05-09 20:44:16 BST; 22min ago
     Docs: man:systemd-ask-password-console.service(8)

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
--

● apt-daily-upgrade.service - Daily apt upgrade and clean activities
   Loaded: loaded (/lib/systemd/system/apt-daily-upgrade.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:apt(8)

● apt-daily.service - Daily apt download activities
   Loaded: loaded (/lib/systemd/system/apt-daily.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:apt(8)

● armbian-firstrun-config.service - Armbian first run optional user configuration
   Loaded: loaded (/lib/systemd/system/armbian-firstrun-config.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

● armbian-hardware-monitor.service - Armbian hardware monitoring
   Loaded: loaded (/lib/systemd/system/armbian-hardware-monitor.service; enabled; vendor preset: enabled)
Unit auditd.service could not be found.
Unit connman.service could not be found.
Unit console-screen.service could not be found.
--

● bootsplash-ask-password-console.service - Dispatch Password Requests to Console when bootsplash is active
   Loaded: loaded (/lib/systemd/system/bootsplash-ask-password-console.service; static; vendor preset: enabled)
   Active: inactive (dead)

● bootsplash-hide-when-booted.service - Hide bootsplash after starting the system
   Loaded: loaded (/lib/systemd/system/bootsplash-hide-when-booted.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Thu 2024-05-09 20:44:16 BST; 22min ago
           └─ ConditionPathExists=/sys/devices/platform/bootsplash.0/enabled was not met

● chrony.service - chrony, an NTP client/server
   Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:chronyd(8)
           man:chronyc(1)
           man:chrony.conf(5)
--

● cpufrequtils.service - LSB: set CPUFreq kernel parameters
   Loaded: loaded (/etc/init.d/cpufrequtils; generated)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)

● cron.service - Regular background program processing daemon
Unit display-manager.service could not be found.
   Loaded: loaded (/lib/systemd/system/cron.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:cron(8)

● dbus.service - D-Bus System Message Bus
   Loaded: loaded (/lib/systemd/system/dbus.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:dbus-daemon(1)

● e2scrub_all.service - Online ext4 Metadata Check for All Filesystems
   Loaded: loaded (/lib/systemd/system/e2scrub_all.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:e2scrub_all(8)

● e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots
   Loaded: loaded (/lib/systemd/system/e2scrub_reap.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:e2scrub_all(8)

● emergency.service - Emergency Shell
--
           ├─1435 /sbin/sulogin
           ├─1436 bash
           ├─5144 systemctl status --all
           └─5145 grep dead -C 3

May 09 20:44:21 helios2 systemd[579]: emergency.service: Executable /bin/plymouth missing, skipping: No such file or directory
May 09 20:48:11 helios2 sudo[1764]:     root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/apt info armbian-bsp-cli-helios64
--

● fake-hwclock.service
   Loaded: masked (Reason: Unit fake-hwclock.service is masked.)
   Active: inactive (dead)

● fancontrol.service - fan speed regulator
   Loaded: loaded (/lib/systemd/system/fancontrol.service; enabled; vendor preset: enabled)
  Drop-In: /etc/systemd/system/fancontrol.service.d
           └─pid.conf
   Active: inactive (dead)
     Docs: man:fancontrol(8)
           man:pwmconfig(8)

● getty-static.service - getty on tty2-tty6 if dbus and logind are not available
   Loaded: loaded (/lib/systemd/system/getty-static.service; static; vendor preset: enabled)
   Active: inactive (dead)

● getty@tty1.service - Getty on tty1
   Loaded: loaded (/lib/systemd/system/getty@.service; enabled; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/getty@tty1.service.d
           └─10-noclear.conf
   Active: inactive (dead)
     Docs: man:agetty(8)
           man:systemd-getty-generator(8)
           http://0pointer.de/blog/projects/serial-console.html

● glusterd.service - GlusterFS, a clustered file-system server
   Loaded: loaded (/lib/systemd/system/glusterd.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:glusterd(8)

● haveged.service - Entropy Daemon based on the HAVEGE algorithm
Unit kbd.service could not be found.
Unit lm-sensors.service could not be found.
--

● helios64-heartbeat-led.service - Enable heartbeat & network activity led on Helios64
   Loaded: loaded (/etc/systemd/system/helios64-heartbeat-led.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

● hostapd.service - LSB: Advanced IEEE 802.11 management daemon
   Loaded: loaded (/etc/init.d/hostapd; generated)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)

● ifup@eth0.service - ifup for eth0
--

● loadcpufreq.service - LSB: Load kernel modules needed to enable cpufreq scaling
   Loaded: loaded (/etc/init.d/loadcpufreq; generated)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)

● logrotate.service - Rotate log files
   Loaded: loaded (/etc/systemd/system/logrotate.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:logrotate(8)
           man:logrotate.conf(5)

● man-db.service - Daily man-db regeneration
   Loaded: loaded (/lib/systemd/system/man-db.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:mandb(8)

● mountkernfs.service
Unit ntp.service could not be found.
Unit ntpsec.service could not be found.
Unit openntpd.service could not be found.
Unit plymouth-quit-wait.service could not be found.
Unit plymouth-start.service could not be found.
   Loaded: masked (Reason: Unit mountkernfs.service is masked.)
   Active: inactive (dead)

● networkd-dispatcher.service - Dispatcher daemon for systemd-networkd
   Loaded: loaded (/lib/systemd/system/networkd-dispatcher.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

● networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
--

● NetworkManager.service - Network Manager
   Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:NetworkManager(8)

● rc-local.service - /etc/rc.local Compatibility
   Loaded: loaded (/lib/systemd/system/rc-local.service; enabled-runtime; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/rc-local.service.d
           └─debian.conf
   Active: inactive (dead)
     Docs: man:systemd-rc-local-generator(8)

● rescue.service - Rescue Shell
   Loaded: loaded (/lib/systemd/system/rescue.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:sulogin(8)

● resolvconf.service - Nameserver information manager
--

● rng-tools-debian.service - LSB: rng-tools (Debian variant)
   Loaded: loaded (/etc/init.d/rng-tools-debian; generated)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)

● rpcbind.service - RPC bind portmap service
--

● rsync.service - fast remote file copy program daemon
   Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:rsync(1)
           man:rsyncd.conf(5)

● rsyslog.service - System Logging Service
   Loaded: loaded (/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:rsyslogd(8)
           https://www.rsyslog.com/doc/

● selinux-autorelabel-mark.service - Mark the need to relabel after reboot
   Loaded: loaded (/lib/systemd/system/selinux-autorelabel-mark.service; static; vendor preset: enabled)
   Active: inactive (dead)

● serial-getty@ttyS2.service - Serial Getty on ttyS2
   Loaded: loaded (/lib/systemd/system/serial-getty@ttyS2.service; enabled; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/serial-getty@.service.d
           └─10-term.conf
   Active: inactive (dead)
     Docs: man:agetty(8)
           man:systemd-getty-generator(8)
           http://0pointer.de/blog/projects/serial-console.html

● ssh.service - OpenBSD Secure Shell server
   Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:sshd(8)
           man:sshd_config(5)

● sysfsutils.service - LSB: Set sysfs variables from /etc/sysfs.conf
   Loaded: loaded (/etc/init.d/sysfsutils; generated)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)

● systemd-ask-password-console.service - Dispatch Password Requests to Console
   Loaded: loaded (/lib/systemd/system/systemd-ask-password-console.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-ask-password-console.service(8)

● systemd-ask-password-wall.service - Forward Password Requests to Wall
   Loaded: loaded (/lib/systemd/system/systemd-ask-password-wall.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-ask-password-console.service(8)

● systemd-binfmt.service - Set Up Additional Binary Formats
   Loaded: loaded (/lib/systemd/system/systemd-binfmt.service; static; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Thu 2024-05-09 20:42:46 BST; 23min ago
           ├─ ConditionDirectoryNotEmpty=|/lib/binfmt.d was not met
           ├─ ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d was not met
--

● systemd-fsck-root.service - File System Check on Root Device
   Loaded: loaded (/lib/systemd/system/systemd-fsck-root.service; enabled-runtime; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Thu 2024-05-09 20:42:46 BST; 23min ago
           └─ ConditionPathExists=!/run/initramfs/fsck-root was not met
     Docs: man:systemd-fsck-root.service(8)

● systemd-fsckd.service - File System Check Daemon to report status
   Loaded: loaded (/lib/systemd/system/systemd-fsckd.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-fsckd.service(8)

● systemd-hwdb-update.service - Rebuild Hardware Database
   Loaded: loaded (/lib/systemd/system/systemd-hwdb-update.service; static; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Thu 2024-05-09 20:42:46 BST; 23min ago
           ├─ ConditionPathExists=|!/lib/udev/hwdb.bin was not met
           ├─ ConditionPathExists=|/etc/udev/hwdb.bin was not met
--

● systemd-initctl.service - initctl Compatibility Daemon
   Loaded: loaded (/lib/systemd/system/systemd-initctl.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-initctl.service(8)

● systemd-journal-flush.service - Flush Journal to Persistent Storage
--

● systemd-logind.service - Login Service
   Loaded: loaded (/lib/systemd/system/systemd-logind.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-logind.service(8)
           man:logind.conf(5)
           https://www.freedesktop.org/wiki/Software/systemd/logind
--

● systemd-machine-id-commit.service - Commit a transient machine-id on disk
   Loaded: loaded (/lib/systemd/system/systemd-machine-id-commit.service; static; vendor preset: enabled)
   Active: inactive (dead)
Condition: start condition failed at Thu 2024-05-09 20:44:16 BST; 22min ago
           └─ ConditionPathIsMountPoint=/etc/machine-id was not met
     Docs: man:systemd-machine-id-commit.service(8)
--

● systemd-networkd.service - Network Service
   Loaded: loaded (/lib/systemd/system/systemd-networkd.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-networkd.service(8)

● systemd-random-seed.service - Load/Save Random Seed
Unit systemd-update-done.service could not be found.
--
   Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/systemd-timesyncd.service.d
           └─disable-with-time-daemon.conf
   Active: inactive (dead)
     Docs: man:systemd-timesyncd.service(8)

● systemd-tmpfiles-clean.service - Cleanup of Temporary Directories
   Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-clean.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:tmpfiles.d(5)
           man:systemd-tmpfiles(8)

--

● systemd-update-utmp-runlevel.service - Update UTMP about System Runlevel Changes
   Loaded: loaded (/lib/systemd/system/systemd-update-utmp-runlevel.service; static; vendor preset: enabled)
   Active: inactive (dead) since Thu 2024-05-09 20:44:19 BST; 22min ago
     Docs: man:systemd-update-utmp.service(8)
           man:utmp(5)
  Process: 1357 ExecStart=/lib/systemd/systemd-update-utmp runlevel (code=exited, status=0/SUCCESS)
Unit systemd-vconsole-setup.service could not be found.
--

● systemd-user-sessions.service - Permit User Sessions
   Loaded: loaded (/lib/systemd/system/systemd-user-sessions.service; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd-user-sessions.service(8)

● unattended-upgrades.service - Unattended Upgrades Shutdown
   Loaded: loaded (/lib/systemd/system/unattended-upgrades.service; enabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:unattended-upgrade(8)

● wpa_supplicant.service - WPA supplicant
   Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; enabled; vendor preset: enabled)
   Active: inactive (dead)

● -.slice - Root Slice
   Loaded: loaded
--
             │ ├─1435 /sbin/sulogin
             │ ├─1436 bash
             │ ├─5144 systemctl status --all
             │ └─5145 grep dead -C 3
             ├─haveged.service
             │ └─1354 /usr/sbin/haveged --Foreground --verbose=1
             ├─rpcbind.service
--
           │ ├─1435 /sbin/sulogin
           │ ├─1436 bash
           │ ├─5144 systemctl status --all
           │ └─5145 grep dead -C 3
           ├─haveged.service
           │ └─1354 /usr/sbin/haveged --Foreground --verbose=1
           ├─rpcbind.service
--

● dbus.socket - D-Bus System Message Bus Socket
   Loaded: loaded (/lib/systemd/system/dbus.socket; static; vendor preset: enabled)
   Active: inactive (dead)
   Listen: /run/dbus/system_bus_socket (Stream)

● rpcbind.socket - RPCbind Server Activation Socket
--

● syslog.socket - Syslog Socket
   Loaded: loaded (/lib/systemd/system/syslog.socket; static; vendor preset: disabled)
   Active: inactive (dead) since Thu 2024-05-09 20:44:16 BST; 22min ago
     Docs: man:systemd.special(7)
           https://www.freedesktop.org/wiki/Software/systemd/syslog
   Listen: /run/systemd/journal/syslog (Datagram)
Unit armbian-hardware-monitor.target could not be found.
Unit armbian-ramlog.target could not be found.
--

● basic.target - Basic System
   Loaded: loaded (/lib/systemd/system/basic.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● cryptsetup.target - Local Encrypted Volumes
--

● getty-pre.target - Login Prompts (Pre)
   Loaded: loaded (/lib/systemd/system/getty-pre.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)
           man:systemd-getty-generator(8)
           http://0pointer.de/blog/projects/serial-console.html
--

● graphical.target - Graphical Interface
   Loaded: loaded (/lib/systemd/system/graphical.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● local-fs-pre.target - Local File Systems (Pre)
--

● local-fs.target - Local File Systems
   Loaded: loaded (/lib/systemd/system/local-fs.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● multi-user.target - Multi-User System
   Loaded: loaded (/lib/systemd/system/multi-user.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● network-online.target - Network is Online
--

● nss-user-lookup.target - User and Group Name Lookups
   Loaded: loaded (/lib/systemd/system/nss-user-lookup.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● paths.target - Paths
--

● rescue.target - Rescue Mode
   Loaded: loaded (/lib/systemd/system/rescue.target; static; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● rpcbind.target - RPC Port Mapper
--

● shutdown.target - Shutdown
   Loaded: loaded (/lib/systemd/system/shutdown.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

Unit syslog.target could not be found.
● slices.target - Slices
--

● sysinit.target - System Initialization
   Loaded: loaded (/lib/systemd/system/sysinit.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● time-sync.target - System Time Synchronized
--

● umount.target - Unmount All Filesystems
   Loaded: loaded (/lib/systemd/system/umount.target; static; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:systemd.special(7)

● apt-daily-upgrade.timer - Daily apt upgrade and clean activities
   Loaded: loaded (/lib/systemd/system/apt-daily-upgrade.timer; enabled; vendor preset: enabled)
   Active: inactive (dead)
  Trigger: n/a

● apt-daily.timer - Daily apt download activities
   Loaded: loaded (/lib/systemd/system/apt-daily.timer; enabled; vendor preset: enabled)
   Active: inactive (dead)
  Trigger: n/a

● e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems
   Loaded: loaded (/lib/systemd/system/e2scrub_all.timer; enabled; vendor preset: enabled)
   Active: inactive (dead)
  Trigger: n/a

● logrotate.timer - Daily rotation of log files
   Loaded: loaded (/lib/systemd/system/logrotate.timer; enabled; vendor preset: enabled)
   Active: inactive (dead)
  Trigger: n/a
     Docs: man:logrotate(8)
           man:logrotate.conf(5)

● man-db.timer - Daily man-db regeneration
   Loaded: loaded (/lib/systemd/system/man-db.timer; enabled; vendor preset: enabled)
   Active: inactive (dead)
  Trigger: n/a
     Docs: man:mandb(8)

● systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories
   Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-clean.timer; static; vendor preset: enabled)
   Active: inactive (dead)
  Trigger: n/a
     Docs: man:tmpfiles.d(5)
           man:systemd-tmpfiles(8)

 

 

root@helios2:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.15.93-rockchip64 (root@cf2b4ed83279) (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) #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023
[    0.000000] Machine model: Helios64
[    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 0xf77cc100-0xf77cdfff]
[    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 0x00000000e9000000
[    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] pcpu-alloc: s80984 r8192 d29608 u118784 alloc=29*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
[    0.000000] Policy zone: DMA
[    0.000000] Kernel command line: root=UUID=d82ec6f7-ac67-4a80-a092-295ebfdbbd1d rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=306d94a6-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 "ubootpart=306d94a6-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: 3807704K/4061184K available (16000K kernel code, 2692K rwdata, 6712K rodata, 4352K init, 593K bss, 122408K 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.002149] Console: colour dummy device 80x25
[    0.002217] printk: console [tty1] enabled
[    0.002334] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[    0.002357] pid_max: default: 32768 minimum: 301
[    0.002492] LSM: Security Framework initializing
[    0.002532] Yama: becoming mindful.
[    0.002673] AppArmor: AppArmor initialized
[    0.002821] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.002859] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.006959] rcu: Hierarchical SRCU implementation.
[    0.008549] Platform MSI: interrupt-controller@fee20000 domain created
[    0.009124] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.011444] EFI services will not be available.
[    0.012340] smp: Bringing up secondary CPUs ...
[    0.013479] Detected VIPT I-cache on CPU1
[    0.013547] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.013571] GICv3: CPU1: using allocated LPI pending table @0x00000000004f0000
[    0.013645] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.015135] Detected VIPT I-cache on CPU2
[    0.015203] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.015226] GICv3: CPU2: using allocated LPI pending table @0x0000000000580000
[    0.015297] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.016845] Detected VIPT I-cache on CPU3
[    0.016912] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.016935] GICv3: CPU3: using allocated LPI pending table @0x0000000000590000
[    0.017005] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.018500] CPU features: detected: Spectre-v2
[    0.018513] CPU features: detected: Spectre-v3a
[    0.018520] CPU features: detected: Spectre-v4
[    0.018525] CPU features: detected: Spectre-BHB
[    0.018534] CPU features: detected: ARM erratum 1742098
[    0.018540] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.018546] Detected PIPT I-cache on CPU4
[    0.018583] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.018601] GICv3: CPU4: using allocated LPI pending table @0x00000000005a0000
[    0.018648] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.020015] Detected PIPT I-cache on CPU5
[    0.020061] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.020081] GICv3: CPU5: using allocated LPI pending table @0x00000000005b0000
[    0.020127] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.020300] smp: Brought up 1 node, 6 CPUs
[    0.020338] SMP: Total of 6 processors activated.
[    0.020348] CPU features: detected: 32-bit EL0 Support
[    0.020355] CPU features: detected: 32-bit EL1 Support
[    0.020365] CPU features: detected: CRC32 instructions
[    0.047134] CPU: All CPU(s) started at EL2
[    0.047234] alternatives: patching kernel code
[    0.050385] devtmpfs: initialized
[    0.066010] Registered cp15_barrier emulation handler
[    0.066036] Registered setend emulation handler
[    0.066050] KASLR disabled due to lack of seed
[    0.066262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.066340] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.069355] pinctrl core: initialized pinctrl subsystem
[    0.070018] DMI not present or invalid.
[    0.070887] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.075546] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.077236] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.080044] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.080138] audit: initializing netlink subsys (disabled)
[    0.080417] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
[    0.081677] thermal_sys: Registered thermal governor 'fair_share'
[    0.081686] thermal_sys: Registered thermal governor 'bang_bang'
[    0.081693] thermal_sys: Registered thermal governor 'step_wise'
[    0.081699] thermal_sys: Registered thermal governor 'user_space'
[    0.082180] cpuidle: using governor menu
[    0.082456] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.082689] ASID allocator initialised with 65536 entries
[    0.084016] Serial: AMBA PL011 UART driver
[    0.114072] platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc
[    0.117339] platform ff8f0000.vop: Fixing up cyclic dependency with fec00000.dp
[    0.118666] platform ff900000.vop: Fixing up cyclic dependency with fec00000.dp
[    0.131544] rockchip-gpio ff720000.gpio0: probed /pinctrl/gpio0@ff720000
[    0.132340] rockchip-gpio ff730000.gpio1: probed /pinctrl/gpio1@ff730000
[    0.133048] rockchip-gpio ff780000.gpio2: probed /pinctrl/gpio2@ff780000
[    0.133824] rockchip-gpio ff788000.gpio3: probed /pinctrl/gpio3@ff788000
[    0.134539] rockchip-gpio ff790000.gpio4: probed /pinctrl/gpio4@ff790000
[    0.159716] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.159732] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.159741] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.159750] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.165441] cryptd: max_cpu_qlen set to 1000
[    0.244392] raid6: neonx8   gen()  1666 MB/s
[    0.312551] raid6: neonx8   xor()  1222 MB/s
[    0.380726] raid6: neonx4   gen()  1727 MB/s
[    0.448881] raid6: neonx4   xor()  1269 MB/s
[    0.517055] raid6: neonx2   gen()  1541 MB/s
[    0.585216] raid6: neonx2   xor()  1177 MB/s
[    0.653386] raid6: neonx1   gen()  1200 MB/s
[    0.721555] raid6: neonx1   xor()   932 MB/s
[    0.789715] raid6: int64x8  gen()  1001 MB/s
[    0.857912] raid6: int64x8  xor()   577 MB/s
[    0.926047] raid6: int64x4  gen()  1001 MB/s
[    0.994213] raid6: int64x4  xor()   591 MB/s
[    1.062378] raid6: int64x2  gen()   943 MB/s
[    1.130532] raid6: int64x2  xor()   524 MB/s
[    1.198710] raid6: int64x1  gen()   724 MB/s
[    1.266853] raid6: int64x1  xor()   391 MB/s
[    1.266861] raid6: using algorithm neonx4 gen() 1727 MB/s
[    1.266867] raid6: .... xor() 1269 MB/s, rmw enabled
[    1.266874] raid6: using neon recovery algorithm
[    1.268516] vcc12v_dcin_bkup: supplied by vcc12v_dcin
[    1.268899] vcc12v_hdd: supplied by vcc12v_dcin_bkup
[    1.269401] vcc5v0_perdev: supplied by vcc12v_dcin_bkup
[    1.269764] vcc5v0_hdd: supplied by vcc12v_dcin_bkup
[    1.270104] vcc5v0_sys: supplied by vcc12v_dcin_bkup
[    1.271505] iommu: Default domain type: Translated
[    1.271515] iommu: DMA domain TLB invalidation policy: strict mode
[    1.274682] vgaarb: loaded
[    1.275149] SCSI subsystem initialized
[    1.275658] libata version 3.00 loaded.
[    1.275919] usbcore: registered new interface driver usbfs
[    1.275965] usbcore: registered new interface driver hub
[    1.276009] usbcore: registered new device driver usb
[    1.276809] pps_core: LinuxPPS API ver. 1 registered
[    1.276817] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.276845] PTP clock support registered
[    1.277168] EDAC MC: Ver: 3.0.0
[    1.278511] NetLabel: Initializing
[    1.278519] NetLabel:  domain hash size = 128
[    1.278526] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.278599] NetLabel:  unlabeled traffic allowed by default
[    1.279111] clocksource: Switched to clocksource arch_sys_counter
[    1.329969] VFS: Disk quotas dquot_6.6.0
[    1.330055] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.330890] AppArmor: AppArmor Filesystem Enabled
[    1.341530] NET: Registered PF_INET protocol family
[    1.341876] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.344975] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.345230] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.345353] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.345891] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    1.346560] TCP: Hash tables configured (established 32768 bind 32768)
[    1.346754] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.346924] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.347312] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.347347] NET: Registered PF_XDP protocol family
[    1.347361] PCI: CLS 0 bytes, default 64
[    1.347999] Trying to unpack rootfs image as initramfs...
[    1.348651] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    1.349157] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    1.349963] kvm [1]: IPA Size Limit: 40 bits
[    1.351307] kvm [1]: vgic-v2@fff20000
[    1.351343] kvm [1]: GIC system register CPU interface enabled
[    1.351639] kvm [1]: vgic interrupt IRQ18
[    1.351971] kvm [1]: Hyp mode initialized successfully
[    1.364047] Initialise system trusted keyrings
[    1.364119] Key type blacklist registered
[    1.364436] workingset: timestamp_bits=44 max_order=20 bucket_order=0
[    1.371163] zbud: loaded
[    1.372948] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.373856] fuse: init (API version 7.34)
[    1.376680] integrity: Platform Keyring initialized
[    1.441692] xor: measuring software checksum speed
[    1.445597]    8regs           :  2541 MB/sec
[    1.448978]    32regs          :  2933 MB/sec
[    1.453182]    arm64_neon      :  2353 MB/sec
[    1.453191] xor: using function: 32regs (2933 MB/sec)
[    1.453205] Key type asymmetric registered
[    1.453212] Asymmetric key parser 'x509' registered
[    1.453344] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.453571] io scheduler mq-deadline registered
[    1.453581] io scheduler kyber registered
[    1.453796] io scheduler bfq registered
[    1.480430] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.480452] dma-pl330 ff6d0000.dma-controller:     DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    1.481898] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    1.481911] dma-pl330 ff6e0000.dma-controller:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    1.487343] vdd_log: supplied by regulator-dummy
[    1.489024] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    1.492484] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 40, base_baud = 1500000) is a 16550A
[    1.493559] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 41, base_baud = 1500000) is a 16550A
[    1.493834] printk: console [ttyS2] enabled
[    1.495351] Serial: AMBA driver
[    1.497517] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[    1.498545] rockchip-vop ff900000.vop: Adding to iommu group 3
[    1.505356] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    1.515416] loop: module loaded
[    1.524749] tun: Universal TUN/TAP device driver, 1.6
[    1.525997] thunder_xcv, ver 1.0
[    1.526042] thunder_bgx, ver 1.0
[    1.526085] nicpf, ver 1.0
[    1.527352] e1000e: Intel(R) PRO/1000 Network Driver
[    1.527359] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.527415] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.527422] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.527464] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    1.527470] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.527784] sky2: driver version 1.30
[    1.528567] VFIO - User Level meta-driver version: 0.3
[    1.540242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.540272] ehci-pci: EHCI PCI platform driver
[    1.540319] ehci-platform: EHCI generic platform driver
[    1.540691] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.540710] ohci-pci: OHCI PCI platform driver
[    1.540750] ohci-platform: OHCI generic platform driver
[    1.541974] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    1.542004] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[    1.542210] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010
[    1.542286] xhci-hcd xhci-hcd.0.auto: irq 75, io mem 0xfe900000
[    1.542507] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    1.542523] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[    1.542539] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    1.542758] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.542775] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.542786] usb usb1: Product: xHCI Host Controller
[    1.542795] usb usb1: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
[    1.542804] usb usb1: SerialNumber: xhci-hcd.0.auto
[    1.543424] hub 1-0:1.0: USB hub found
[    1.543466] hub 1-0:1.0: 1 port detected
[    1.543910] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.544070] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.544085] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.544096] usb usb2: Product: xHCI Host Controller
[    1.544105] usb usb2: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
[    1.544114] usb usb2: SerialNumber: xhci-hcd.0.auto
[    1.544633] hub 2-0:1.0: USB hub found
[    1.544687] hub 2-0:1.0: 1 port detected
[    1.545171] usbcore: registered new interface driver usb-storage
[    1.548123] mousedev: PS/2 mouse device common for all mice
[    1.549661] i2c_dev: i2c /dev entries driver
[    1.556095] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    1.556601] vdd_cpu_b: supplied by vcc5v0_sys
[    1.559325] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    1.559818] vdd_gpu: supplied by vcc5v0_sys
[    1.568997] dw_wdt ff848000.watchdog: No valid TOPs array specified
[    1.571319] sdhci: Secure Digital Host Controller Interface driver
[    1.571330] sdhci: Copyright(c) Pierre Ossman
[    1.571358] Synopsys Designware Multimedia Card Interface Driver
[    1.572746] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.577292] ledtrig-cpu: registered to indicate activity on CPUs
[    1.578834] hid: raw HID events driver (C) Jiri Kosina
[    1.578965] usbcore: registered new interface driver usbhid
[    1.578974] usbhid: USB HID core driver
[    1.584210] drop_monitor: Initializing network drop monitor service
[    1.584982] NET: Registered PF_INET6 protocol family
[    1.803152] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    1.947662] Freeing initrd memory: 13060K
[    1.953250] usb 1-1: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04
[    1.953270] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.953282] usb 1-1: Product: USB2.0 Hub             
[    1.953292] usb 1-1: Manufacturer: VIA Labs, Inc.         
[    1.991056] hub 1-1:1.0: USB hub found
[    1.991312] hub 1-1:1.0: 4 ports detected
[    2.005042] Segment Routing with IPv6
[    2.005165] In-situ OAM (IOAM) with IPv6
[    2.005310] NET: Registered PF_PACKET protocol family
[    2.005542] 8021q: 802.1Q VLAN Support v1.8
[    2.005630] Key type dns_resolver registered
[    2.008334] registered taskstats version 1
[    2.008361] Loading compiled-in X.509 certificates
[    2.014287] Loaded X.509 cert 'Build time autogenerated kernel key: 1fb701576c47097ebe5805564f004ecdeffa983a'
[    2.021345] zswap: loaded using pool zstd/z3fold
[    2.022740] Key type .fscrypt registered
[    2.022754] Key type fscrypt-provisioning registered
[    2.025971] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    2.053304] Key type encrypted registered
[    2.053339] AppArmor: AppArmor sha1 policy hashing enabled
[    2.085691] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[    2.117051] pcie_power: supplied by vcc5v0_perdev
[    2.128044] vcc3v3_sys_s3: supplied by vcc5v0_sys
[    2.128666] vcc3v0_sd: supplied by vcc3v3_sys_s3
[    2.129612] vcc5v0_usb: supplied by vcc5v0_perdev
[    2.130592] vcc5v0_typec: supplied by vcc5v0_usb
[    2.131168] usblan_power: supplied by vcc5v0_usb
[    2.135297] pca953x 2-0020: using no AI
[    2.138195] rk808 0-001b: chip id: 0x0
[    2.143667] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    2.143725] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    2.143741] rk808-regulator rk808-regulator: max buck steps per change: 4
[    2.144508] vdd_center: supplied by vcc5v0_sys
[    2.145467] vdd_cpu_l: supplied by vcc5v0_sys
[    2.145951] vcc_ddr_s3: supplied by vcc5v0_sys
[    2.146703] vcc1v8_sys_s3: supplied by vcc5v0_sys
[    2.147763] vcc1v8_dvp: supplied by vcc5v0_sys
[    2.148360] vcc3v0_touch: supplied by vcc5v0_sys
[    2.149048] vcc1v8_s3: supplied by vcc5v0_sys
[    2.150234] vcc_sdio_s0: Bringing 3300000uV into 3000000-3000000uV
[    2.150676] vcc_sdio_s0: supplied by vcc5v0_sys
[    2.152048] vcca3v0_codec: supplied by vcc5v0_sys
[    2.152588] vcc1v5_s3: supplied by vcc5v0_sys
[    2.154043] vcca1v8_codec: supplied by vcc5v0_sys
[    2.154591] vcc3v0_s3: supplied by vcc5v0_sys
[    2.155600] vcc3v3_sys_s0: failed to get the current voltage: -EPROBE_DEFER
[    2.155638] vcc3v3_sys_s0: supplied by vcc3v3_sys_s3
[    2.156340] vcc3v3_s0: supplied by vcc3v3_sys_s3
[    2.160655] rk808-rtc rk808-rtc: registered as rtc0
[    2.161254] rk808-rtc rk808-rtc: setting system clock to 2024-05-09T19:41:41 UTC (1715283701)
[    2.164638] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[    2.164678] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[    2.164695] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[    2.164761] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
[    2.165413] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[    2.166716] vcc1v8_sys_s0: supplied by vcc1v8_sys_s3
[    2.167466] vcc0v9_s3: supplied by vcc3v3_sys_s3
[    2.168097] avdd_0v9_s0: supplied by vcc1v8_sys_s3
[    2.168709] avdd_1v8_s0: supplied by vcc3v3_sys_s3
[    2.169896] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[    2.169964] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[    2.170000] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[    2.170879] rockchip-pcie f8000000.pcie: no bus scan delay, default to 0 ms
[    2.178315] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    2.200296] rockchip-pcie f8000000.pcie: wait 0 ms (from device tree) before bus scan
[    2.200782] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
[    2.200802] pci_bus 0000:00: root bus resource [bus 00-1f]
[    2.200818] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
[    2.200837] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
[    2.200908] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
[    2.201094] pci 0000:00:00.0: supports D1
[    2.201108] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    2.209023] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.209468] pci 0000:01:00.0: [197b:0585] type 00 class 0x010601
[    2.209554] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
[    2.209568] pci 0000:01:00.0: reg 0x10: [io  size 0x0080]
[    2.209641] pci 0000:01:00.0: reg 0x14: initial BAR value 0x00000000 invalid
[    2.209656] pci 0000:01:00.0: reg 0x14: [io  size 0x0080]
[    2.209698] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
[    2.209711] pci 0000:01:00.0: reg 0x18: [io  size 0x0080]
[    2.209753] pci 0000:01:00.0: reg 0x1c: initial BAR value 0x00000000 invalid
[    2.209766] pci 0000:01:00.0: reg 0x1c: [io  size 0x0080]
[    2.209835] pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid
[    2.209839] usb 2-1: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04
[    2.209850] pci 0000:01:00.0: reg 0x20: [io  size 0x0080]
[    2.209859] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.209871] usb 2-1: Product: USB3.0 Hub             
[    2.209881] usb 2-1: Manufacturer: VIA Labs, Inc.         
[    2.209894] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
[    2.209939] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    2.209987] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512)
[    2.210366] pci 0000:01:00.0: PME# supported from D3hot
[    2.210638] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[    2.218200] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
[    2.218258] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
[    2.218286] pci 0000:01:00.0: BAR 6: assigned [mem 0xfa000000-0xfa00ffff pref]
[    2.218306] pci 0000:01:00.0: BAR 5: assigned [mem 0xfa010000-0xfa011fff]
[    2.218334] pci 0000:01:00.0: BAR 0: no space for [io  size 0x0080]
[    2.218349] pci 0000:01:00.0: BAR 0: failed to assign [io  size 0x0080]
[    2.218362] pci 0000:01:00.0: BAR 1: no space for [io  size 0x0080]
[    2.218376] pci 0000:01:00.0: BAR 1: failed to assign [io  size 0x0080]
[    2.218390] pci 0000:01:00.0: BAR 2: no space for [io  size 0x0080]
[    2.218403] pci 0000:01:00.0: BAR 2: failed to assign [io  size 0x0080]
[    2.218418] pci 0000:01:00.0: BAR 3: no space for [io  size 0x0080]
[    2.218431] pci 0000:01:00.0: BAR 3: failed to assign [io  size 0x0080]
[    2.218445] pci 0000:01:00.0: BAR 4: no space for [io  size 0x0080]
[    2.218458] pci 0000:01:00.0: BAR 4: failed to assign [io  size 0x0080]
[    2.218476] pci 0000:00:00.0: PCI bridge to [bus 01]
[    2.218495] pci 0000:00:00.0:   bridge window [mem 0xfa000000-0xfa0fffff]
[    2.218829] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[    2.219338] pcieport 0000:00:00.0: PME: Signaling with IRQ 89
[    2.219959] pcieport 0000:00:00.0: AER: enabled with IRQ 89
[    2.220410] ahci 0000:01:00.0: version 3.0
[    2.220453] ahci 0000:01:00.0: enabling device (0000 -> 0002)
[    2.221275] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
[    2.221392] ahci 0000:01:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
[    2.221415] ahci 0000:01:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh
[    2.229604] scsi host0: ahci
[    2.230577] scsi host1: ahci
[    2.230929] hub 2-1:1.0: USB hub found
[    2.231059] hub 2-1:1.0: 4 ports detected
[    2.231566] scsi host2: ahci
[    2.232443] scsi host3: ahci
[    2.233267] scsi host4: ahci
[    2.233587] ata1: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010100 irq 90
[    2.233604] ata2: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010180 irq 91
[    2.233618] ata3: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010200 irq 92
[    2.233631] ata4: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010280 irq 93
[    2.233643] ata5: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010300 irq 94
[    2.242754] mmc1: CQHCI version 5.10
[    2.243204] WCN: marlin_init entry!
[    2.244730] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    2.245360] of_cfs_init
[    2.245407] of_cfs_init: OK
[    2.268943] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[    2.340044] mmc1: Command Queue Engine enabled
[    2.340077] mmc1: new HS200 MMC card at address 0001
[    2.341189] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
[    2.344236]  mmcblk1: p1
[    2.344942] mmcblk1boot0: mmc1:0001 AJTD4R 4.00 MiB
[    2.347428] mmcblk1boot1: mmc1:0001 AJTD4R 4.00 MiB
[    2.349698] mmcblk1rpmb: mmc1:0001 AJTD4R 4.00 MiB, chardev (241:0)
[    2.871217] usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd
[    2.892193] usb 2-1.4: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=30.00
[    2.892210] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    2.892222] usb 2-1.4: Product: USB 10/100/1G/2.5G LAN
[    2.892232] usb 2-1.4: Manufacturer: Realtek
[    2.892240] usb 2-1.4: SerialNumber: 000000001
[   12.231936] ata1: softreset failed (1st FIS failed)
[   22.232089] ata1: softreset failed (1st FIS failed)
[   33.759210] vcc3v0_sd: disabling
[   57.231598] ata1: softreset failed (1st FIS failed)
[   57.231616] ata1: limiting SATA link speed to 3.0 Gbps
[   62.443153] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   62.443174] ata1: link online but 1 devices misclassified, device detection might fail
[   62.919153] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   62.947839] ata2.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[   62.956929] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[   63.017151] ata2.00: configured for UDMA/133
[   63.017799] scsi 1:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[   63.019201] sd 1:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   63.019223] sd 1:0:0:0: [sda] 4096-byte physical blocks
[   63.019318] sd 1:0:0:0: [sda] Write Protect is off
[   63.019339] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   63.019507] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   63.110763]  sda: sda1
[   63.127476] sd 1:0:0:0: [sda] Attached SCSI disk
[   63.495157] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   63.497569] ata3.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
[   63.497814] ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[   63.500666] ata3.00: configured for UDMA/133
[   63.501214] scsi 2:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
[   63.502517] sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   63.502533] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[   63.502585] sd 2:0:0:0: [sdb] Write Protect is off
[   63.502597] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   63.502682] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   63.588633]  sdb: sdb1
[   63.603350] sd 2:0:0:0: [sdb] Attached SCSI disk
[   63.817781] ata4: SATA link down (SStatus 0 SControl 300)
[   64.129791] ata5: SATA link down (SStatus 0 SControl 300)
[   64.132579] Freeing unused kernel memory: 4352K
[   64.132703] Run /init as init process
[   64.132711]   with arguments:
[   64.132719]     /init
[   64.132726]   with environment:
[   64.132732]     HOME=/
[   64.132739]     TERM=linux
[   64.132745]     ubootpart=306d94a6-01
[   64.132751]     cgroup_enable=memory
[   64.132757]     cgroup_memory=1
[   64.786426] input: adc-keys as /devices/platform/adc-keys/input/input1
[   65.003675] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[   65.003698] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[   65.003856] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[   65.004323] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[   65.004340] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[   65.004353] rk_gmac-dwmac fe300000.ethernet: RX delay(0x20).
[   65.004371] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[   65.004456] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[   65.004465] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[   65.011874] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[   65.015423] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[   65.015447] rk_gmac-dwmac fe300000.ethernet:     DWMAC1000
[   65.015458] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[   65.015467] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[   65.015475] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[   65.015484] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[   65.015492] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[   65.015602] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[   65.015612] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[   65.015619] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[   65.146278] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
[   65.146305] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
[   65.350024] async_tx: api initialized (async)
[   65.668181] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   66.088777] systemd[1]: Inserted module 'autofs4'
[   66.142611] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   66.143545] systemd[1]: Detected architecture arm64.
[   66.204214] systemd[1]: Set hostname to <helios2>.
[   66.310253] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[   66.625803] random: systemd: uninitialized urandom read (16 bytes read)
[   66.629970] systemd[1]: /lib/systemd/system/haveged.service:19: Unknown lvalue 'ProtectHostname' in section 'Service', ignoring
[   66.630017] systemd[1]: /lib/systemd/system/haveged.service:20: Unknown lvalue 'ProtectKernelLogs' in section 'Service', ignoring
[   66.636333] random: systemd: uninitialized urandom read (16 bytes read)
[   66.637122] systemd[1]: Listening on udev Control Socket.
[   66.637656] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
[   66.637714] random: systemd: uninitialized urandom read (16 bytes read)
[   66.638215] systemd[1]: Listening on fsck to fsckd communication Socket.
[   66.638739] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   66.639021] systemd[1]: Reached target Swap.
[   66.753097] lm75 2-004c: supply vs not found, using dummy regulator
[   66.753894] hwmon hwmon2: temp1_input not attached to any thermal zone
[   66.753913] lm75 2-004c: hwmon2: sensor 'lm75'
[   66.759941] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
[   67.683595] mc: Linux media interface: v0.10
[   67.720321] random: systemd: uninitialized urandom read (16 bytes read)
[   67.720429] random: systemd: uninitialized urandom read (16 bytes read)
[   67.720469] random: systemd: uninitialized urandom read (16 bytes read)
[   67.732347] videodev: Linux video capture interface: v2.00
[   67.750408] input: beeper as /devices/platform/beeper/input/input2
[   67.804206] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   67.818956] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   67.914746] rockchip-iep ff670000.iep: Device rockchip-iep registered as /dev/video0
[   67.928725] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[   67.935676] rockchip-rga ff680000.rga: HW Version: 0x03.02
[   67.950103] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
[   67.981471] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video1
[   67.984266] rkvdec ff660000.video-codec: Adding to iommu group 1
[   68.010586] OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22
[   68.019663] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[   68.021040] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video3
[   68.032817] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video4
[   68.131515] panfrost ff9a0000.gpu: clock rate = 500000000
[   68.194795] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
[   68.194969] [drm] unsupported AFBC format[3231564e]
[   68.196796] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
[   68.197418] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops)
[   68.201673] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[   68.203396] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[   68.215852] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1
[   68.271185] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[   68.272400] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
[   68.272531] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010
[   68.272552] xhci-hcd xhci-hcd.3.auto: irq 74, io mem 0xfe800000
[   68.272656] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[   68.272664] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4
[   68.272670] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[   68.272770] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[   68.272775] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   68.272779] usb usb3: Product: xHCI Host Controller
[   68.272783] usb usb3: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
[   68.272786] usb usb3: SerialNumber: xhci-hcd.3.auto
[   68.273197] ehci-platform fe380000.usb: EHCI Host Controller
[   68.281431] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[   68.281458] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
[   68.281467] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[   68.281478] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[   68.291991] hub 3-0:1.0: USB hub found
[   68.292019] hub 3-0:1.0: 1 port detected
[   68.292299] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[   68.292369] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[   68.292374] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   68.292379] usb usb4: Product: xHCI Host Controller
[   68.292382] usb usb4: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
[   68.292385] usb usb4: SerialNumber: xhci-hcd.3.auto
[   68.303795] hub 4-0:1.0: USB hub found
[   68.303849] hub 4-0:1.0: 1 port detected
[   68.306660] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[   68.312297] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 0
[   68.357318] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5
[   68.357688] ehci-platform fe380000.usb: irq 34, io mem 0xfe380000
[   68.371190] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[   68.373813] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[   68.373839] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   68.373846] usb usb5: Product: EHCI Host Controller
[   68.373852] usb usb5: Manufacturer: Linux 5.15.93-rockchip64 ehci_hcd
[   68.373857] usb usb5: SerialNumber: fe380000.usb
[   68.455792] hub 5-0:1.0: USB hub found
[   68.455834] hub 5-0:1.0: 1 port detected
[   68.562994] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[   68.564446] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
[   68.564739] ohci-platform fe3a0000.usb: irq 35, io mem 0xfe3a0000
[   68.621598] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[   68.627303] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
[   68.627315] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   68.627320] usb usb6: Product: Generic Platform OHCI controller
[   68.627324] usb usb6: Manufacturer: Linux 5.15.93-rockchip64 ohci_hcd
[   68.627327] usb usb6: SerialNumber: fe3a0000.usb
[   68.627873] hub 6-0:1.0: USB hub found
[   68.627900] hub 6-0:1.0: 1 port detected
[   68.680671] EXT4-fs (sdb1): recovery complete
[   68.680697] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   68.807792] usb 2-1.4: reset SuperSpeed USB device number 3 using xhci-hcd
[   68.829899] EXT4-fs (sda1): recovery complete
[   68.829913] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   68.846117] r8152 2-1.4:1.0: Direct firmware load for rtl_nic/rtl8156a-2.fw failed with error -2
[   68.846155] r8152 2-1.4:1.0: unable to load firmware patch rtl_nic/rtl8156a-2.fw (-2)
[   68.887755] r8152 2-1.4:1.0 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 256
[   68.903489] r8152 2-1.4:1.0 eth1: v1.12.13
[   68.903688] usbcore: registered new interface driver r8152
[   69.000196] random: systemd: uninitialized urandom read (16 bytes read)
[   69.000248] random: systemd: uninitialized urandom read (16 bytes read)
[   69.588914] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[   72.831526] random: crng init done
[   72.831543] random: 99 urandom warning(s) missed due to ratelimiting
[  156.715598] systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start timed out.
[  156.715646] systemd[1]: Timed out waiting for device /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80.
[  156.716005] systemd[1]: Dependency failed for /data/glusterfs/sda1.
[  156.716313] systemd[1]: Dependency failed for Local File Systems.
[  156.716609] systemd[1]: Dependency failed for Mark the need to relabel after reboot.
[  156.716924] systemd[1]: selinux-autorelabel-mark.service: Job selinux-autorelabel-mark.service/start failed with result 'dependency'.
[  156.716977] systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
[  156.717002] systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
[  156.718933] systemd[1]: data-glusterfs-sda1.mount: Job data-glusterfs-sda1.mount/start failed with result 'dependency'.
[  156.718982] systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start failed with result 'timeout'.
[  156.900586] zram: Added device: zram0
[  156.901201] zram: Added device: zram1
[  156.901843] zram: Added device: zram2
[  156.915238] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[  156.918923] rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[  156.927175] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
[  156.927210] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
[  156.927768] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
[  156.956618] zram0: detected capacity change from 0 to 3956192
[  157.006138] Adding 1978092k swap on /dev/zram0.  Priority:5 extents:1 across:1978092k SSFS
[  157.170458] zram1: detected capacity change from 0 to 102400
[  157.268107] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none.
[  157.268158] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
[  159.706322] systemd-journald[1325]: Received request to flush runtime journal from PID 1
[  161.056445] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[  161.056494] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

 

 

root@helios2:~# journalctl | cat
-- Logs begin at Thu 2024-05-09 20:44:18 BST, end at Thu 2024-05-09 20:50:27 BST. --
May 09 20:44:18 helios2 kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd034]
May 09 20:44:18 helios2 kernel: Linux version 5.15.93-rockchip64 (root@cf2b4ed83279) (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) #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023
May 09 20:44:18 helios2 kernel: Machine model: Helios64
May 09 20:44:18 helios2 kernel: efi: UEFI not found.
May 09 20:44:18 helios2 kernel: NUMA: No NUMA configuration found
May 09 20:44:18 helios2 kernel: NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
May 09 20:44:18 helios2 kernel: NUMA: NODE_DATA [mem 0xf77cc100-0xf77cdfff]
May 09 20:44:18 helios2 kernel: Zone ranges:
May 09 20:44:18 helios2 kernel:   DMA      [mem 0x0000000000200000-0x00000000f7ffffff]
May 09 20:44:18 helios2 kernel:   DMA32    empty
May 09 20:44:18 helios2 kernel:   Normal   empty
May 09 20:44:18 helios2 kernel: Movable zone start for each node
May 09 20:44:18 helios2 kernel: Early memory node ranges
May 09 20:44:18 helios2 kernel:   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
May 09 20:44:18 helios2 kernel: Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
May 09 20:44:18 helios2 kernel: On node 0, zone DMA: 512 pages in unavailable ranges
May 09 20:44:18 helios2 kernel: cma: Reserved 128 MiB at 0x00000000e9000000
May 09 20:44:18 helios2 kernel: psci: probing for conduit method from DT.
May 09 20:44:18 helios2 kernel: psci: PSCIv1.0 detected in firmware.
May 09 20:44:18 helios2 kernel: psci: Using standard PSCI v0.2 function IDs
May 09 20:44:18 helios2 kernel: psci: MIGRATE_INFO_TYPE not supported.
May 09 20:44:18 helios2 kernel: psci: SMC Calling Convention v1.0
May 09 20:44:18 helios2 kernel: percpu: Embedded 29 pages/cpu s80984 r8192 d29608 u118784
May 09 20:44:18 helios2 kernel: pcpu-alloc: s80984 r8192 d29608 u118784 alloc=29*4096
May 09 20:44:18 helios2 kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU0
May 09 20:44:18 helios2 kernel: CPU features: detected: GIC system register CPU interface
May 09 20:44:18 helios2 kernel: CPU features: detected: ARM erratum 845719
May 09 20:44:18 helios2 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 999432
May 09 20:44:18 helios2 kernel: Policy zone: DMA
May 09 20:44:18 helios2 kernel: Kernel command line: root=UUID=d82ec6f7-ac67-4a80-a092-295ebfdbbd1d rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=306d94a6-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u   cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
May 09 20:44:18 helios2 kernel: Unknown kernel command line parameters "ubootpart=306d94a6-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space.
May 09 20:44:18 helios2 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 09 20:44:18 helios2 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
May 09 20:44:18 helios2 kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
May 09 20:44:18 helios2 kernel: Memory: 3807704K/4061184K available (16000K kernel code, 2692K rwdata, 6712K rodata, 4352K init, 593K bss, 122408K reserved, 131072K cma-reserved)
May 09 20:44:18 helios2 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
May 09 20:44:18 helios2 kernel: trace event string verifier disabled
May 09 20:44:18 helios2 kernel: rcu: Preemptible hierarchical RCU implementation.
May 09 20:44:18 helios2 kernel: rcu:         RCU event tracing is enabled.
May 09 20:44:18 helios2 kernel: rcu:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
May 09 20:44:18 helios2 kernel:         Trampoline variant of Tasks RCU enabled.
May 09 20:44:18 helios2 kernel:         Rude variant of Tasks RCU enabled.
May 09 20:44:18 helios2 kernel:         Tracing variant of Tasks RCU enabled.
May 09 20:44:18 helios2 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
May 09 20:44:18 helios2 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
May 09 20:44:18 helios2 kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
May 09 20:44:18 helios2 kernel: GICv3: GIC: Using split EOI/Deactivate mode
May 09 20:44:18 helios2 kernel: GICv3: 256 SPIs implemented
May 09 20:44:18 helios2 kernel: GICv3: 0 Extended SPIs implemented
May 09 20:44:18 helios2 kernel: GICv3: Distributor has no Range Selector support
May 09 20:44:18 helios2 kernel: Root IRQ handler: gic_handle_irq
May 09 20:44:18 helios2 kernel: GICv3: 16 PPIs implemented
May 09 20:44:18 helios2 kernel: GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
May 09 20:44:18 helios2 kernel: ITS [mem 0xfee20000-0xfee3ffff]
May 09 20:44:18 helios2 kernel: ITS@0x00000000fee20000: allocated 65536 Devices @500000 (flat, esz 8, psz 64K, shr 0)
May 09 20:44:18 helios2 kernel: ITS: using cache flushing for cmd queue
May 09 20:44:18 helios2 kernel: GICv3: using LPI property table @0x00000000004d0000
May 09 20:44:18 helios2 kernel: GIC: using cache flushing for LPI property table
May 09 20:44:18 helios2 kernel: GICv3: CPU0: using allocated LPI pending table @0x00000000004e0000
May 09 20:44:18 helios2 kernel: GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
May 09 20:44:18 helios2 kernel: GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
May 09 20:44:18 helios2 kernel: arch_timer: cp15 timer(s) running at 24.00MHz (phys).
May 09 20:44:18 helios2 kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
May 09 20:44:18 helios2 kernel: sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
May 09 20:44:18 helios2 kernel: Console: colour dummy device 80x25
May 09 20:44:18 helios2 kernel: printk: console [tty1] enabled
May 09 20:44:18 helios2 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
May 09 20:44:18 helios2 kernel: pid_max: default: 32768 minimum: 301
May 09 20:44:18 helios2 kernel: LSM: Security Framework initializing
May 09 20:44:18 helios2 kernel: Yama: becoming mindful.
May 09 20:44:18 helios2 kernel: AppArmor: AppArmor initialized
May 09 20:44:18 helios2 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 09 20:44:18 helios2 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
May 09 20:44:18 helios2 kernel: rcu: Hierarchical SRCU implementation.
May 09 20:44:18 helios2 kernel: Platform MSI: interrupt-controller@fee20000 domain created
May 09 20:44:18 helios2 kernel: PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
May 09 20:44:18 helios2 kernel: EFI services will not be available.
May 09 20:44:18 helios2 kernel: smp: Bringing up secondary CPUs ...
May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU1
May 09 20:44:18 helios2 kernel: GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
May 09 20:44:18 helios2 kernel: GICv3: CPU1: using allocated LPI pending table @0x00000000004f0000
May 09 20:44:18 helios2 kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU2
May 09 20:44:18 helios2 kernel: GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
May 09 20:44:18 helios2 kernel: GICv3: CPU2: using allocated LPI pending table @0x0000000000580000
May 09 20:44:18 helios2 kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU3
May 09 20:44:18 helios2 kernel: GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
May 09 20:44:18 helios2 kernel: GICv3: CPU3: using allocated LPI pending table @0x0000000000590000
May 09 20:44:18 helios2 kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-v2
May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-v3a
May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-v4
May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-BHB
May 09 20:44:18 helios2 kernel: CPU features: detected: ARM erratum 1742098
May 09 20:44:18 helios2 kernel: CPU features: detected: ARM errata 1165522, 1319367, or 1530923
May 09 20:44:18 helios2 kernel: Detected PIPT I-cache on CPU4
May 09 20:44:18 helios2 kernel: GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
May 09 20:44:18 helios2 kernel: GICv3: CPU4: using allocated LPI pending table @0x00000000005a0000
May 09 20:44:18 helios2 kernel: CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
May 09 20:44:18 helios2 kernel: Detected PIPT I-cache on CPU5
May 09 20:44:18 helios2 kernel: GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
May 09 20:44:18 helios2 kernel: GICv3: CPU5: using allocated LPI pending table @0x00000000005b0000
May 09 20:44:18 helios2 kernel: CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
May 09 20:44:18 helios2 kernel: smp: Brought up 1 node, 6 CPUs
May 09 20:44:18 helios2 kernel: SMP: Total of 6 processors activated.
May 09 20:44:18 helios2 kernel: CPU features: detected: 32-bit EL0 Support
May 09 20:44:18 helios2 kernel: CPU features: detected: 32-bit EL1 Support
May 09 20:44:18 helios2 kernel: CPU features: detected: CRC32 instructions
May 09 20:44:18 helios2 kernel: CPU: All CPU(s) started at EL2
May 09 20:44:18 helios2 kernel: alternatives: patching kernel code
May 09 20:44:18 helios2 kernel: devtmpfs: initialized
May 09 20:44:18 helios2 kernel: Registered cp15_barrier emulation handler
May 09 20:44:18 helios2 kernel: Registered setend emulation handler
May 09 20:44:18 helios2 kernel: KASLR disabled due to lack of seed
May 09 20:44:18 helios2 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
May 09 20:44:18 helios2 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
May 09 20:44:18 helios2 kernel: pinctrl core: initialized pinctrl subsystem
May 09 20:44:18 helios2 kernel: DMI not present or invalid.
May 09 20:44:18 helios2 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 09 20:44:18 helios2 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
May 09 20:44:18 helios2 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 09 20:44:18 helios2 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 09 20:44:18 helios2 kernel: audit: initializing netlink subsys (disabled)
May 09 20:44:18 helios2 kernel: audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1
May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'fair_share'
May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'step_wise'
May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'user_space'
May 09 20:44:18 helios2 kernel: cpuidle: using governor menu
May 09 20:44:18 helios2 kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
May 09 20:44:18 helios2 kernel: ASID allocator initialised with 65536 entries
May 09 20:44:18 helios2 kernel: Serial: AMBA PL011 UART driver
May 09 20:44:18 helios2 kernel: platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc
May 09 20:44:18 helios2 kernel: platform ff8f0000.vop: Fixing up cyclic dependency with fec00000.dp
May 09 20:44:18 helios2 kernel: platform ff900000.vop: Fixing up cyclic dependency with fec00000.dp
May 09 20:44:18 helios2 kernel: rockchip-gpio ff720000.gpio0: probed /pinctrl/gpio0@ff720000
May 09 20:44:18 helios2 kernel: rockchip-gpio ff730000.gpio1: probed /pinctrl/gpio1@ff730000
May 09 20:44:18 helios2 kernel: rockchip-gpio ff780000.gpio2: probed /pinctrl/gpio2@ff780000
May 09 20:44:18 helios2 kernel: rockchip-gpio ff788000.gpio3: probed /pinctrl/gpio3@ff788000
May 09 20:44:18 helios2 kernel: rockchip-gpio ff790000.gpio4: probed /pinctrl/gpio4@ff790000
May 09 20:44:18 helios2 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 09 20:44:18 helios2 kernel: HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
May 09 20:44:18 helios2 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 09 20:44:18 helios2 kernel: HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
May 09 20:44:18 helios2 kernel: cryptd: max_cpu_qlen set to 1000
May 09 20:44:18 helios2 kernel: raid6: neonx8   gen()  1666 MB/s
May 09 20:44:18 helios2 kernel: raid6: neonx8   xor()  1222 MB/s
May 09 20:44:18 helios2 kernel: raid6: neonx4   gen()  1727 MB/s
May 09 20:44:18 helios2 kernel: raid6: neonx4   xor()  1269 MB/s
May 09 20:44:18 helios2 kernel: raid6: neonx2   gen()  1541 MB/s
May 09 20:44:18 helios2 kernel: raid6: neonx2   xor()  1177 MB/s
May 09 20:44:18 helios2 kernel: raid6: neonx1   gen()  1200 MB/s
May 09 20:44:18 helios2 kernel: raid6: neonx1   xor()   932 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x8  gen()  1001 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x8  xor()   577 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x4  gen()  1001 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x4  xor()   591 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x2  gen()   943 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x2  xor()   524 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x1  gen()   724 MB/s
May 09 20:44:18 helios2 kernel: raid6: int64x1  xor()   391 MB/s
May 09 20:44:18 helios2 kernel: raid6: using algorithm neonx4 gen() 1727 MB/s
May 09 20:44:18 helios2 kernel: raid6: .... xor() 1269 MB/s, rmw enabled
May 09 20:44:18 helios2 kernel: raid6: using neon recovery algorithm
May 09 20:44:18 helios2 kernel: vcc12v_dcin_bkup: supplied by vcc12v_dcin
May 09 20:44:18 helios2 kernel: vcc12v_hdd: supplied by vcc12v_dcin_bkup
May 09 20:44:18 helios2 kernel: vcc5v0_perdev: supplied by vcc12v_dcin_bkup
May 09 20:44:18 helios2 kernel: vcc5v0_hdd: supplied by vcc12v_dcin_bkup
May 09 20:44:18 helios2 kernel: vcc5v0_sys: supplied by vcc12v_dcin_bkup
May 09 20:44:18 helios2 kernel: iommu: Default domain type: Translated
May 09 20:44:18 helios2 kernel: iommu: DMA domain TLB invalidation policy: strict mode
May 09 20:44:18 helios2 kernel: vgaarb: loaded
May 09 20:44:18 helios2 kernel: SCSI subsystem initialized
May 09 20:44:18 helios2 kernel: libata version 3.00 loaded.
May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver usbfs
May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver hub
May 09 20:44:18 helios2 kernel: usbcore: registered new device driver usb
May 09 20:44:18 helios2 kernel: pps_core: LinuxPPS API ver. 1 registered
May 09 20:44:18 helios2 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 09 20:44:18 helios2 kernel: PTP clock support registered
May 09 20:44:18 helios2 kernel: EDAC MC: Ver: 3.0.0
May 09 20:44:18 helios2 kernel: NetLabel: Initializing
May 09 20:44:18 helios2 kernel: NetLabel:  domain hash size = 128
May 09 20:44:18 helios2 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 09 20:44:18 helios2 kernel: NetLabel:  unlabeled traffic allowed by default
May 09 20:44:18 helios2 kernel: clocksource: Switched to clocksource arch_sys_counter
May 09 20:44:18 helios2 kernel: VFS: Disk quotas dquot_6.6.0
May 09 20:44:18 helios2 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 09 20:44:18 helios2 kernel: AppArmor: AppArmor Filesystem Enabled
May 09 20:44:18 helios2 kernel: NET: Registered PF_INET protocol family
May 09 20:44:18 helios2 kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 09 20:44:18 helios2 kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
May 09 20:44:18 helios2 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
May 09 20:44:18 helios2 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
May 09 20:44:18 helios2 kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
May 09 20:44:18 helios2 kernel: TCP: Hash tables configured (established 32768 bind 32768)
May 09 20:44:18 helios2 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
May 09 20:44:18 helios2 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
May 09 20:44:18 helios2 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 09 20:44:18 helios2 kernel: NET: Registered PF_XDP protocol family
May 09 20:44:18 helios2 kernel: PCI: CLS 0 bytes, default 64
May 09 20:44:18 helios2 kernel: Trying to unpack rootfs image as initramfs...
May 09 20:44:18 helios2 kernel: hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
May 09 20:44:18 helios2 kernel: hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
May 09 20:44:18 helios2 kernel: kvm [1]: IPA Size Limit: 40 bits
May 09 20:44:18 helios2 kernel: kvm [1]: vgic-v2@fff20000
May 09 20:44:18 helios2 kernel: kvm [1]: GIC system register CPU interface enabled
May 09 20:44:18 helios2 kernel: kvm [1]: vgic interrupt IRQ18
May 09 20:44:18 helios2 kernel: kvm [1]: Hyp mode initialized successfully
May 09 20:44:18 helios2 kernel: Initialise system trusted keyrings
May 09 20:44:18 helios2 kernel: Key type blacklist registered
May 09 20:44:18 helios2 kernel: workingset: timestamp_bits=44 max_order=20 bucket_order=0
May 09 20:44:18 helios2 kernel: zbud: loaded
May 09 20:44:18 helios2 kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
May 09 20:44:18 helios2 kernel: fuse: init (API version 7.34)
May 09 20:44:18 helios2 kernel: integrity: Platform Keyring initialized
May 09 20:44:18 helios2 kernel: xor: measuring software checksum speed
May 09 20:44:18 helios2 kernel:    8regs           :  2541 MB/sec
May 09 20:44:18 helios2 kernel:    32regs          :  2933 MB/sec
May 09 20:44:18 helios2 kernel:    arm64_neon      :  2353 MB/sec
May 09 20:44:18 helios2 kernel: xor: using function: 32regs (2933 MB/sec)
May 09 20:44:18 helios2 kernel: Key type asymmetric registered
May 09 20:44:18 helios2 kernel: Asymmetric key parser 'x509' registered
May 09 20:44:18 helios2 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
May 09 20:44:18 helios2 kernel: io scheduler mq-deadline registered
May 09 20:44:18 helios2 kernel: io scheduler kyber registered
May 09 20:44:18 helios2 kernel: io scheduler bfq registered
May 09 20:44:18 helios2 kernel: dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
May 09 20:44:18 helios2 kernel: dma-pl330 ff6d0000.dma-controller:         DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
May 09 20:44:18 helios2 kernel: dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
May 09 20:44:18 helios2 kernel: dma-pl330 ff6e0000.dma-controller:         DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
May 09 20:44:18 helios2 kernel: vdd_log: supplied by regulator-dummy
May 09 20:44:18 helios2 kernel: Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
May 09 20:44:18 helios2 kernel: ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 40, base_baud = 1500000) is a 16550A
May 09 20:44:18 helios2 kernel: ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 41, base_baud = 1500000) is a 16550A
May 09 20:44:18 helios2 kernel: printk: console [ttyS2] enabled
May 09 20:44:18 helios2 kernel: Serial: AMBA driver
May 09 20:44:18 helios2 kernel: rockchip-vop ff8f0000.vop: Adding to iommu group 2
May 09 20:44:18 helios2 kernel: rockchip-vop ff900000.vop: Adding to iommu group 3
May 09 20:44:18 helios2 kernel: cacheinfo: Unable to detect cache hierarchy for CPU 0
May 09 20:44:18 helios2 kernel: loop: module loaded
May 09 20:44:18 helios2 kernel: tun: Universal TUN/TAP device driver, 1.6
May 09 20:44:18 helios2 kernel: thunder_xcv, ver 1.0
May 09 20:44:18 helios2 kernel: thunder_bgx, ver 1.0
May 09 20:44:18 helios2 kernel: nicpf, ver 1.0
May 09 20:44:18 helios2 kernel: e1000e: Intel(R) PRO/1000 Network Driver
May 09 20:44:18 helios2 kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
May 09 20:44:18 helios2 kernel: igb: Intel(R) Gigabit Ethernet Network Driver
May 09 20:44:18 helios2 kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
May 09 20:44:18 helios2 kernel: igbvf: Intel(R) Gigabit Virtual Function Network Driver
May 09 20:44:18 helios2 kernel: igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
May 09 20:44:18 helios2 kernel: sky2: driver version 1.30
May 09 20:44:18 helios2 kernel: VFIO - User Level meta-driver version: 0.3
May 09 20:44:18 helios2 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 09 20:44:18 helios2 kernel: ehci-pci: EHCI PCI platform driver
May 09 20:44:18 helios2 kernel: ehci-platform: EHCI generic platform driver
May 09 20:44:18 helios2 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 09 20:44:18 helios2 kernel: ohci-pci: OHCI PCI platform driver
May 09 20:44:18 helios2 kernel: ohci-platform: OHCI generic platform driver
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: irq 75, io mem 0xfe900000
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
May 09 20:44:18 helios2 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
May 09 20:44:18 helios2 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 20:44:18 helios2 kernel: usb usb1: Product: xHCI Host Controller
May 09 20:44:18 helios2 kernel: usb usb1: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
May 09 20:44:18 helios2 kernel: usb usb1: SerialNumber: xhci-hcd.0.auto
May 09 20:44:18 helios2 kernel: hub 1-0:1.0: USB hub found
May 09 20:44:18 helios2 kernel: hub 1-0:1.0: 1 port detected
May 09 20:44:18 helios2 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
May 09 20:44:18 helios2 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
May 09 20:44:18 helios2 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 20:44:18 helios2 kernel: usb usb2: Product: xHCI Host Controller
May 09 20:44:18 helios2 kernel: usb usb2: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
May 09 20:44:18 helios2 kernel: usb usb2: SerialNumber: xhci-hcd.0.auto
May 09 20:44:18 helios2 kernel: hub 2-0:1.0: USB hub found
May 09 20:44:18 helios2 kernel: hub 2-0:1.0: 1 port detected
May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver usb-storage
May 09 20:44:18 helios2 kernel: mousedev: PS/2 mouse device common for all mice
May 09 20:44:18 helios2 kernel: i2c_dev: i2c /dev entries driver
May 09 20:44:18 helios2 kernel: fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
May 09 20:44:18 helios2 kernel: vdd_cpu_b: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
May 09 20:44:18 helios2 kernel: vdd_gpu: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: dw_wdt ff848000.watchdog: No valid TOPs array specified
May 09 20:44:18 helios2 kernel: sdhci: Secure Digital Host Controller Interface driver
May 09 20:44:18 helios2 kernel: sdhci: Copyright(c) Pierre Ossman
May 09 20:44:18 helios2 kernel: Synopsys Designware Multimedia Card Interface Driver
May 09 20:44:18 helios2 kernel: sdhci-pltfm: SDHCI platform and OF driver helper
May 09 20:44:18 helios2 kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 09 20:44:18 helios2 kernel: hid: raw HID events driver (C) Jiri Kosina
May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver usbhid
May 09 20:44:18 helios2 kernel: usbhid: USB HID core driver
May 09 20:44:18 helios2 kernel: drop_monitor: Initializing network drop monitor service
May 09 20:44:18 helios2 kernel: NET: Registered PF_INET6 protocol family
May 09 20:44:18 helios2 kernel: usb 1-1: new high-speed USB device number 2 using xhci-hcd
May 09 20:44:18 helios2 kernel: Freeing initrd memory: 13060K
May 09 20:44:18 helios2 kernel: usb 1-1: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04
May 09 20:44:18 helios2 kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 20:44:18 helios2 kernel: usb 1-1: Product: USB2.0 Hub             
May 09 20:44:18 helios2 kernel: usb 1-1: Manufacturer: VIA Labs, Inc.         
May 09 20:44:18 helios2 kernel: hub 1-1:1.0: USB hub found
May 09 20:44:18 helios2 kernel: hub 1-1:1.0: 4 ports detected
May 09 20:44:18 helios2 kernel: Segment Routing with IPv6
May 09 20:44:18 helios2 kernel: In-situ OAM (IOAM) with IPv6
May 09 20:44:18 helios2 kernel: NET: Registered PF_PACKET protocol family
May 09 20:44:18 helios2 kernel: 8021q: 802.1Q VLAN Support v1.8
May 09 20:44:18 helios2 kernel: Key type dns_resolver registered
May 09 20:44:18 helios2 kernel: registered taskstats version 1
May 09 20:44:18 helios2 kernel: Loading compiled-in X.509 certificates
May 09 20:44:18 helios2 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1fb701576c47097ebe5805564f004ecdeffa983a'
May 09 20:44:18 helios2 kernel: zswap: loaded using pool zstd/z3fold
May 09 20:44:18 helios2 kernel: Key type .fscrypt registered
May 09 20:44:18 helios2 kernel: Key type fscrypt-provisioning registered
May 09 20:44:18 helios2 kernel: Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
May 09 20:44:18 helios2 kernel: Key type encrypted registered
May 09 20:44:18 helios2 kernel: AppArmor: AppArmor sha1 policy hashing enabled
May 09 20:44:18 helios2 kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
May 09 20:44:18 helios2 kernel: pcie_power: supplied by vcc5v0_perdev
May 09 20:44:18 helios2 kernel: vcc3v3_sys_s3: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc3v0_sd: supplied by vcc3v3_sys_s3
May 09 20:44:18 helios2 kernel: vcc5v0_usb: supplied by vcc5v0_perdev
May 09 20:44:18 helios2 kernel: vcc5v0_typec: supplied by vcc5v0_usb
May 09 20:44:18 helios2 kernel: usblan_power: supplied by vcc5v0_usb
May 09 20:44:18 helios2 kernel: pca953x 2-0020: using no AI
May 09 20:44:18 helios2 kernel: rk808 0-001b: chip id: 0x0
May 09 20:44:18 helios2 kernel: rk808-regulator rk808-regulator: there is no dvs0 gpio
May 09 20:44:18 helios2 kernel: rk808-regulator rk808-regulator: there is no dvs1 gpio
May 09 20:44:18 helios2 kernel: rk808-regulator rk808-regulator: max buck steps per change: 4
May 09 20:44:18 helios2 kernel: vdd_center: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vdd_cpu_l: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc_ddr_s3: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc1v8_sys_s3: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc1v8_dvp: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc3v0_touch: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc1v8_s3: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc_sdio_s0: Bringing 3300000uV into 3000000-3000000uV
May 09 20:44:18 helios2 kernel: vcc_sdio_s0: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcca3v0_codec: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc1v5_s3: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcca1v8_codec: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc3v0_s3: supplied by vcc5v0_sys
May 09 20:44:18 helios2 kernel: vcc3v3_sys_s0: failed to get the current voltage: -EPROBE_DEFER
May 09 20:44:18 helios2 kernel: vcc3v3_sys_s0: supplied by vcc3v3_sys_s3
May 09 20:44:18 helios2 kernel: vcc3v3_s0: supplied by vcc3v3_sys_s3
May 09 20:44:18 helios2 kernel: rk808-rtc rk808-rtc: registered as rtc0
May 09 20:44:18 helios2 kernel: rk808-rtc rk808-rtc: setting system clock to 2024-05-09T19:41:41 UTC (1715283701)
May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: Version ID is 270a
May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: Got CD GPIO
May 09 20:44:18 helios2 kernel: vcc1v8_sys_s0: supplied by vcc1v8_sys_s3
May 09 20:44:18 helios2 kernel: vcc0v9_s3: supplied by vcc3v3_sys_s3
May 09 20:44:18 helios2 kernel: avdd_0v9_s0: supplied by vcc1v8_sys_s3
May 09 20:44:18 helios2 kernel: avdd_1v8_s0: supplied by vcc3v3_sys_s3
May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: no bus scan delay, default to 0 ms
May 09 20:44:18 helios2 kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: wait 0 ms (from device tree) before bus scan
May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
May 09 20:44:18 helios2 kernel: pci_bus 0000:00: root bus resource [bus 00-1f]
May 09 20:44:18 helios2 kernel: pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
May 09 20:44:18 helios2 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: supports D1
May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: PME# supported from D0 D1 D3hot
May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: [197b:0585] type 00 class 0x010601
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x10: [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x14: initial BAR value 0x00000000 invalid
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x14: [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x18: [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x1c: initial BAR value 0x00000000 invalid
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x1c: [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid
May 09 20:44:18 helios2 kernel: usb 2-1: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x20: [io  size 0x0080]
May 09 20:44:18 helios2 kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 09 20:44:18 helios2 kernel: usb 2-1: Product: USB3.0 Hub             
May 09 20:44:18 helios2 kernel: usb 2-1: Manufacturer: VIA Labs, Inc.         
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512)
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: PME# supported from D3hot
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
May 09 20:44:18 helios2 kernel: pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xfa000000-0xfa00ffff pref]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 5: assigned [mem 0xfa010000-0xfa011fff]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 0: no space for [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 0: failed to assign [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 1: no space for [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 1: failed to assign [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 2: no space for [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 2: failed to assign [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 3: no space for [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 3: failed to assign [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 4: no space for [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 4: failed to assign [io  size 0x0080]
May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: PCI bridge to [bus 01]
May 09 20:44:18 helios2 kernel: pci 0000:00:00.0:   bridge window [mem 0xfa000000-0xfa0fffff]
May 09 20:44:18 helios2 kernel: pcieport 0000:00:00.0: enabling device (0000 -> 0002)
May 09 20:44:18 helios2 kernel: pcieport 0000:00:00.0: PME: Signaling with IRQ 89
May 09 20:44:18 helios2 kernel: pcieport 0000:00:00.0: AER: enabled with IRQ 89
May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: version 3.0
May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: enabling device (0000 -> 0002)
May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh
May 09 20:44:18 helios2 kernel: scsi host0: ahci
May 09 20:44:18 helios2 kernel: scsi host1: ahci
May 09 20:44:18 helios2 kernel: hub 2-1:1.0: USB hub found
May 09 20:44:18 helios2 kernel: hub 2-1:1.0: 4 ports detected
May 09 20:44:18 helios2 kernel: scsi host2: ahci
May 09 20:44:18 helios2 kernel: scsi host3: ahci
May 09 20:44:18 helios2 kernel: scsi host4: ahci
May 09 20:44:18 helios2 kernel: ata1: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010100 irq 90
May 09 20:44:18 helios2 kernel: ata2: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010180 irq 91
May 09 20:44:18 helios2 kernel: ata3: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010200 irq 92
May 09 20:44:18 helios2 kernel: ata4: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010280 irq 93
May 09 20:44:18 helios2 kernel: ata5: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010300 irq 94
May 09 20:44:18 helios2 kernel: mmc1: CQHCI version 5.10
May 09 20:44:18 helios2 kernel: WCN: marlin_init entry!
May 09 20:44:18 helios2 kernel: input: gpio-keys as /devices/platform/gpio-keys/input/input0
May 09 20:44:18 helios2 kernel: of_cfs_init
May 09 20:44:18 helios2 kernel: of_cfs_init: OK
May 09 20:44:18 helios2 kernel: mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
May 09 20:44:18 helios2 kernel: mmc1: Command Queue Engine enabled
May 09 20:44:18 helios2 kernel: mmc1: new HS200 MMC card at address 0001
May 09 20:44:18 helios2 kernel: mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
May 09 20:44:18 helios2 kernel:  mmcblk1: p1
May 09 20:44:18 helios2 kernel: mmcblk1boot0: mmc1:0001 AJTD4R 4.00 MiB
May 09 20:44:18 helios2 kernel: mmcblk1boot1: mmc1:0001 AJTD4R 4.00 MiB
May 09 20:44:18 helios2 kernel: mmcblk1rpmb: mmc1:0001 AJTD4R 4.00 MiB, chardev (241:0)
May 09 20:44:18 helios2 kernel: usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd
May 09 20:44:18 helios2 kernel: usb 2-1.4: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=30.00
May 09 20:44:18 helios2 kernel: usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
May 09 20:44:18 helios2 kernel: usb 2-1.4: Product: USB 10/100/1G/2.5G LAN
May 09 20:44:18 helios2 kernel: usb 2-1.4: Manufacturer: Realtek
May 09 20:44:18 helios2 kernel: usb 2-1.4: SerialNumber: 000000001
May 09 20:44:18 helios2 kernel: ata1: softreset failed (1st FIS failed)
May 09 20:44:18 helios2 kernel: ata1: softreset failed (1st FIS failed)
May 09 20:44:18 helios2 kernel: vcc3v0_sd: disabling
May 09 20:44:18 helios2 kernel: ata1: softreset failed (1st FIS failed)
May 09 20:44:18 helios2 kernel: ata1: limiting SATA link speed to 3.0 Gbps
May 09 20:44:18 helios2 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
May 09 20:44:18 helios2 kernel: ata1: link online but 1 devices misclassified, device detection might fail
May 09 20:44:18 helios2 kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 09 20:44:18 helios2 kernel: ata2.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
May 09 20:44:18 helios2 kernel: ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA
May 09 20:44:18 helios2 kernel: ata2.00: configured for UDMA/133
May 09 20:44:18 helios2 kernel: scsi 1:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Write Protect is off
May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 09 20:44:18 helios2 kernel:  sda: sda1
May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Attached SCSI disk
May 09 20:44:18 helios2 kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 09 20:44:18 helios2 kernel: ata3.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133
May 09 20:44:18 helios2 kernel: ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA
May 09 20:44:18 helios2 kernel: ata3.00: configured for UDMA/133
May 09 20:44:18 helios2 kernel: scsi 2:0:0:0: Direct-Access     ATA      ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5
May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks
May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Write Protect is off
May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 09 20:44:18 helios2 kernel:  sdb: sdb1
May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
May 09 20:44:18 helios2 kernel: ata4: SATA link down (SStatus 0 SControl 300)
May 09 20:44:18 helios2 kernel: ata5: SATA link down (SStatus 0 SControl 300)
May 09 20:44:18 helios2 kernel: Freeing unused kernel memory: 4352K
May 09 20:44:18 helios2 kernel: Run /init as init process
May 09 20:44:18 helios2 kernel:   with arguments:
May 09 20:44:18 helios2 kernel:     /init
May 09 20:44:18 helios2 kernel:   with environment:
May 09 20:44:18 helios2 kernel:     HOME=/
May 09 20:44:18 helios2 kernel:     TERM=linux
May 09 20:44:18 helios2 kernel:     ubootpart=306d94a6-01
May 09 20:44:18 helios2 kernel:     cgroup_enable=memory
May 09 20:44:18 helios2 kernel:     cgroup_memory=1
May 09 20:44:18 helios2 kernel: input: adc-keys as /devices/platform/adc-keys/input/input1
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: RX delay(0x20).
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: clock input from PHY
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: init for RGMII
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet:         DWMAC1000
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: COE Type 2
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Normal descriptors
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
May 09 20:44:18 helios2 kernel: RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
May 09 20:44:18 helios2 kernel: RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
May 09 20:44:18 helios2 kernel: async_tx: api initialized (async)
May 09 20:44:18 helios2 kernel: EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
May 09 20:44:18 helios2 systemd[1]: Inserted module 'autofs4'
May 09 20:44:18 helios2 systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
May 09 20:44:18 helios2 systemd[1]: Detected architecture arm64.
May 09 20:44:18 helios2 systemd[1]: Set hostname to <helios2>.
May 09 20:44:18 helios2 kernel: dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:18 helios2 systemd[1]: /lib/systemd/system/haveged.service:19: Unknown lvalue 'ProtectHostname' in section 'Service', ignoring
May 09 20:44:18 helios2 systemd[1]: /lib/systemd/system/haveged.service:20: Unknown lvalue 'ProtectKernelLogs' in section 'Service', ignoring
May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:18 helios2 systemd[1]: Listening on udev Control Socket.
May 09 20:44:18 helios2 systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:18 helios2 systemd[1]: Listening on fsck to fsckd communication Socket.
May 09 20:44:18 helios2 systemd[1]: Listening on initctl Compatibility Named Pipe.
May 09 20:44:18 helios2 systemd[1]: Reached target Swap.
May 09 20:44:18 helios2 kernel: lm75 2-004c: supply vs not found, using dummy regulator
May 09 20:44:18 helios2 kernel: hwmon hwmon2: temp1_input not attached to any thermal zone
May 09 20:44:18 helios2 kernel: lm75 2-004c: hwmon2: sensor 'lm75'
May 09 20:44:18 helios2 kernel: EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none.
May 09 20:44:18 helios2 kernel: mc: Linux media interface: v0.10
May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:18 helios2 kernel: videodev: Linux video capture interface: v2.00
May 09 20:44:18 helios2 kernel: input: beeper as /devices/platform/beeper/input/input2
May 09 20:44:18 helios2 kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
May 09 20:44:18 helios2 kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0
May 09 20:44:18 helios2 kernel: rockchip-iep ff670000.iep: Device rockchip-iep registered as /dev/video0
May 09 20:44:18 helios2 kernel: rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
May 09 20:44:18 helios2 kernel: rockchip-rga ff680000.rga: HW Version: 0x03.02
May 09 20:44:18 helios2 kernel: hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
May 09 20:44:18 helios2 kernel: rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video1
May 09 20:44:18 helios2 kernel: rkvdec ff660000.video-codec: Adding to iommu group 1
May 09 20:44:18 helios2 kernel: OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22
May 09 20:44:18 helios2 kernel: hantro-vpu ff650000.video-codec: Adding to iommu group 0
May 09 20:44:18 helios2 kernel: hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video3
May 09 20:44:18 helios2 kernel: hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video4
May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: clock rate = 500000000
May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
May 09 20:44:18 helios2 kernel: [drm] unsupported AFBC format[3231564e]
May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops)
May 09 20:44:18 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
May 09 20:44:18 helios2 kernel: [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: irq 74, io mem 0xfe800000
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4
May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
May 09 20:44:18 helios2 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
May 09 20:44:18 helios2 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 20:44:18 helios2 kernel: usb usb3: Product: xHCI Host Controller
May 09 20:44:18 helios2 kernel: usb usb3: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
May 09 20:44:18 helios2 kernel: usb usb3: SerialNumber: xhci-hcd.3.auto
May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: EHCI Host Controller
May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
May 09 20:44:18 helios2 kernel: hub 3-0:1.0: USB hub found
May 09 20:44:18 helios2 kernel: hub 3-0:1.0: 1 port detected
May 09 20:44:18 helios2 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
May 09 20:44:18 helios2 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
May 09 20:44:18 helios2 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 20:44:18 helios2 kernel: usb usb4: Product: xHCI Host Controller
May 09 20:44:18 helios2 kernel: usb usb4: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd
May 09 20:44:18 helios2 kernel: usb usb4: SerialNumber: xhci-hcd.3.auto
May 09 20:44:18 helios2 kernel: hub 4-0:1.0: USB hub found
May 09 20:44:18 helios2 kernel: hub 4-0:1.0: 1 port detected
May 09 20:44:18 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
May 09 20:44:18 helios2 kernel: [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 0
May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5
May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: irq 34, io mem 0xfe380000
May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
May 09 20:44:18 helios2 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
May 09 20:44:18 helios2 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 20:44:18 helios2 kernel: usb usb5: Product: EHCI Host Controller
May 09 20:44:18 helios2 kernel: usb usb5: Manufacturer: Linux 5.15.93-rockchip64 ehci_hcd
May 09 20:44:18 helios2 kernel: usb usb5: SerialNumber: fe380000.usb
May 09 20:44:18 helios2 kernel: hub 5-0:1.0: USB hub found
May 09 20:44:18 helios2 kernel: hub 5-0:1.0: 1 port detected
May 09 20:44:18 helios2 kernel: ohci-platform fe3a0000.usb: Generic Platform OHCI controller
May 09 20:44:18 helios2 kernel: ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
May 09 20:44:18 helios2 kernel: ohci-platform fe3a0000.usb: irq 35, io mem 0xfe3a0000
May 09 20:44:18 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
May 09 20:44:18 helios2 kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15
May 09 20:44:19 helios2 kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 09 20:44:19 helios2 kernel: usb usb6: Product: Generic Platform OHCI controller
May 09 20:44:19 helios2 kernel: usb usb6: Manufacturer: Linux 5.15.93-rockchip64 ohci_hcd
May 09 20:44:19 helios2 kernel: usb usb6: SerialNumber: fe3a0000.usb
May 09 20:44:19 helios2 kernel: hub 6-0:1.0: USB hub found
May 09 20:44:19 helios2 kernel: hub 6-0:1.0: 1 port detected
May 09 20:44:19 helios2 kernel: EXT4-fs (sdb1): recovery complete
May 09 20:44:19 helios2 kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
May 09 20:44:19 helios2 kernel: usb 2-1.4: reset SuperSpeed USB device number 3 using xhci-hcd
May 09 20:44:19 helios2 kernel: EXT4-fs (sda1): recovery complete
May 09 20:44:19 helios2 kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0: Direct firmware load for rtl_nic/rtl8156a-2.fw failed with error -2
May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0: unable to load firmware patch rtl_nic/rtl8156a-2.fw (-2)
May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 256
May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0 eth1: v1.12.13
May 09 20:44:19 helios2 kernel: usbcore: registered new interface driver r8152
May 09 20:44:19 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:19 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read)
May 09 20:44:19 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
May 09 20:44:19 helios2 kernel: random: crng init done
May 09 20:44:19 helios2 kernel: random: 99 urandom warning(s) missed due to ratelimiting
May 09 20:44:19 helios2 systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start timed out.
May 09 20:44:19 helios2 systemd[1]: Timed out waiting for device /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80.
May 09 20:44:19 helios2 systemd[1]: Dependency failed for /data/glusterfs/sda1.
May 09 20:44:19 helios2 systemd[1]: Dependency failed for Local File Systems.
May 09 20:44:19 helios2 systemd[1]: Dependency failed for Mark the need to relabel after reboot.
May 09 20:44:19 helios2 systemd[1]: selinux-autorelabel-mark.service: Job selinux-autorelabel-mark.service/start failed with result 'dependency'.
May 09 20:44:19 helios2 systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
May 09 20:44:19 helios2 systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
May 09 20:44:19 helios2 systemd[1]: data-glusterfs-sda1.mount: Job data-glusterfs-sda1.mount/start failed with result 'dependency'.
May 09 20:44:19 helios2 systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start failed with result 'timeout'.
May 09 20:44:19 helios2 kernel: zram: Added device: zram0
May 09 20:44:19 helios2 kernel: zram: Added device: zram1
May 09 20:44:19 helios2 kernel: zram: Added device: zram2
May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
May 09 20:44:19 helios2 kernel: zram0: detected capacity change from 0 to 3956192
May 09 20:44:19 helios2 kernel: Adding 1978092k swap on /dev/zram0.  Priority:5 extents:1 across:1978092k SSFS
May 09 20:44:19 helios2 kernel: zram1: detected capacity change from 0 to 102400
May 09 20:44:19 helios2 kernel: EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none.
May 09 20:44:19 helios2 kernel: ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
May 09 20:44:19 helios2 systemd-journald[1325]: Journal started
May 09 20:44:19 helios2 systemd-journald[1325]: Runtime journal (/run/log/journal/25f3942c18884f46bd8ed710d6b0edb4) is 4.8M, max 38.6M, 33.8M free.
May 09 20:44:19 helios2 systemd-modules-load[410]: Inserted module 'lm75'
May 09 20:44:19 helios2 systemd-modules-load[410]: Inserted module 'ledtrig_netdev'
May 09 20:44:19 helios2 systemd-udevd[469]: Using default interface naming scheme 'v240'.
May 09 20:44:19 helios2 systemd-udevd[448]: Process '/bin/ln -sf /sys/devices/platform/ff120000.i2c/i2c-2/2-004c/hwmon/hwmon2 /dev/thermal-board' failed with exit code 1.
May 09 20:44:19 helios2 systemd-udevd[469]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 20:44:19 helios2 systemd-udevd[469]: link_config: could not get ethtool features for eth0
May 09 20:44:19 helios2 systemd-udevd[469]: Could not set offload features of eth0: Device or resource busy
May 09 20:44:19 helios2 systemd-udevd[452]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 20:44:19 helios2 systemd-udevd[443]: Process '/bin/ln -sf /sys/devices/virtual/thermal/thermal_zone0/hwmon0 /dev/thermal-cpu' failed with exit code 1.
May 09 20:44:19 helios2 systemd-udevd[441]: Using default interface naming scheme 'v240'.
May 09 20:44:19 helios2 systemd-udevd[441]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
May 09 20:44:19 helios2 ifup[558]: ifup: waiting for lock on /run/network/ifstate.eth0
May 09 20:44:19 helios2 sh[560]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
May 09 20:44:19 helios2 sh[560]: eth0=eth0
May 09 20:44:19 helios2 armbian-zram-config[562]: Setting up swapspace version 1, size = 1.9 GiB (2025566208 bytes)
May 09 20:44:19 helios2 armbian-zram-config[562]: no label, UUID=ed7bfb56-a4cb-453e-9cbd-5fe82531227e
May 09 20:44:19 helios2 armbian-zram-config[562]: mke2fs 1.46.2 (28-Feb-2021)
May 09 20:44:19 helios2 armbian-zram-config[562]: [74B blob data]
May 09 20:44:19 helios2 armbian-zram-config[562]: Creating filesystem with 12800 4k blocks and 12800 inodes
May 09 20:44:19 helios2 armbian-zram-config[562]: [41B blob data]
May 09 20:44:19 helios2 armbian-zram-config[562]: [38B blob data]
May 09 20:44:19 helios2 armbian-zram-config[562]: [75B blob data]
May 09 20:44:19 helios2 armbian-hardware-optimization[585]: aplay: device_list:272: no soundcards found...
May 09 20:44:19 helios2 armbian-ramlog[975]: e2label: Bad magic number in super-block while trying to open /dev/zram0
May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting bfq I/O scheduler for sda
May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting bfq I/O scheduler for sdb
May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting none I/O scheduler for mmcblk1
May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting none I/O scheduler for mmcblk1boot0
May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting none I/O scheduler for mmcblk1boot1
May 09 20:44:19 helios2 armbian-ramlog[975]: Mounting /dev/zram1 as /var/log/
May 09 20:44:19 helios2 armbian-ramlog[975]: Thu 09 May 2024 08:44:16 PM BST: Loading logs from storage
May 09 20:44:19 helios2 armbian-ramlog[975]: sending incremental file list
May 09 20:44:19 helios2 armbian-ramlog[975]: ./
May 09 20:44:19 helios2 armbian-ramlog[975]: alternatives.log
May 09 20:44:19 helios2 armbian-ramlog[975]: armbian-hardware-monitor.log
May 09 20:44:19 helios2 armbian-ramlog[975]: auth.log
May 09 20:44:19 helios2 armbian-ramlog[975]: bootstrap.log
May 09 20:44:19 helios2 armbian-ramlog[975]: btmp
May 09 20:44:19 helios2 armbian-ramlog[975]: daemon.log
May 09 20:44:19 helios2 armbian-ramlog[975]: debug
May 09 20:44:19 helios2 armbian-ramlog[975]: dpkg.log
May 09 20:44:19 helios2 armbian-ramlog[975]: faillog
May 09 20:44:19 helios2 armbian-ramlog[975]: kern.log
May 09 20:44:19 helios2 armbian-ramlog[975]: lastlog
May 09 20:44:19 helios2 armbian-ramlog[975]: messages
May 09 20:44:19 helios2 armbian-ramlog[975]: nand-sata-install.log
May 09 20:44:19 helios2 armbian-ramlog[975]: syslog
May 09 20:44:19 helios2 armbian-ramlog[975]: user.log
May 09 20:44:19 helios2 armbian-ramlog[975]: wtmp
May 09 20:44:19 helios2 armbian-ramlog[975]: apt/
May 09 20:44:19 helios2 armbian-ramlog[975]: apt/history.log
May 09 20:44:19 helios2 armbian-ramlog[975]: apt/term.log
May 09 20:44:19 helios2 armbian-ramlog[975]: chrony/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bitd.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/cli.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/cmd_history.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/data-media.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/glusterd.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/media-rebalance.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/scrub.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/data-glusterfs-sda1-brick1.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/data-glusterfs-sdb1-brick1.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/data-glusterfs-sdc1-brick1.log
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/geo-replication-slaves/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/geo-replication-slaves/mbr/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/geo-replication/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/gfproxy/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/gfproxy/media/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/snaps/
May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/snaps/media/
May 09 20:44:19 helios2 armbian-ramlog[975]: private/
May 09 20:44:19 helios2 armbian-ramlog[975]: runit/
May 09 20:44:19 helios2 armbian-ramlog[975]: runit/ssh/
May 09 20:44:19 helios2 armbian-ramlog[975]: sysstat/
May 09 20:44:19 helios2 armbian-ramlog[975]: unattended-upgrades/
May 09 20:44:19 helios2 armbian-ramlog[975]: unattended-upgrades/unattended-upgrades-shutdown.log
May 09 20:44:19 helios2 armbian-ramlog[975]: sent 9,084,219 bytes  received 650 bytes  6,056,579.33 bytes/sec
May 09 20:44:19 helios2 armbian-ramlog[975]: total size is 9,079,468  speedup is 1.00
May 09 20:44:19 helios2 systemd[1]: Starting Flush Journal to Persistent Storage...
May 09 20:44:19 helios2 systemd-journald[1325]: Runtime journal (/run/log/journal/25f3942c18884f46bd8ed710d6b0edb4) is 4.8M, max 38.6M, 33.8M free.
May 09 20:44:19 helios2 systemd[1]: Started Flush Journal to Persistent Storage.
May 09 20:44:19 helios2 systemd[1]: Starting Create Volatile Files and Directories...
May 09 20:44:19 helios2 systemd[1]: Started Create Volatile Files and Directories.
May 09 20:44:19 helios2 systemd[1]: Starting RPC bind portmap service...
May 09 20:44:19 helios2 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
May 09 20:44:19 helios2 systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
May 09 20:44:19 helios2 systemd[1]: Started RPC bind portmap service.
May 09 20:44:19 helios2 systemd[1]: Reached target RPC Port Mapper.
May 09 20:44:19 helios2 systemd[1]: Reached target Remote File Systems (Pre).
May 09 20:44:19 helios2 haveged[1354]: haveged: command socket is listening at fd 3
May 09 20:44:19 helios2 systemd[1]: Mounting /data/media...
May 09 20:44:19 helios2 systemd[1]: Started Update UTMP about System Boot/Shutdown.
May 09 20:44:19 helios2 systemd[1]: Starting Update UTMP about System Runlevel Changes...
May 09 20:44:19 helios2 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
May 09 20:44:19 helios2 systemd[1]: Started Update UTMP about System Runlevel Changes.
May 09 20:44:19 helios2 haveged[1354]: haveged: ver: 1.9.14; arch: generic; vend: ; build: (gcc 10.2.1 CTV); collect: 128K
May 09 20:44:19 helios2 haveged[1354]: haveged: cpu: (VC); data: 16K (D); inst: 16K (D); idx: 11/40; sz: 15456/64452
May 09 20:44:19 helios2 haveged[1354]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 7.99723
May 09 20:44:19 helios2 haveged[1354]: haveged: fills: 0, generated: 0
May 09 20:44:20 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
May 09 20:44:20 helios2 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
May 09 20:44:21 helios2 systemd[579]: emergency.service: Executable /bin/plymouth missing, skipping: No such file or directory
May 09 20:44:22 helios2 mount[1355]: Mounting glusterfs on /data/media failed.
May 09 20:44:22 helios2 systemd[1]: data-media.mount: Mount process exited, code=exited, status=1/FAILURE
May 09 20:44:22 helios2 systemd[1]: Mounted /data/media.
May 09 20:44:22 helios2 systemd[1]: Reached target Remote File Systems.
May 09 20:44:22 helios2 systemd[1]: Startup finished in 1min 6.014s (kernel) + 1min 37.173s (userspace) = 2min 43.188s.
May 09 20:48:11 helios2 sudo[1764]:     root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/apt info armbian-bsp-cli-helios64
May 09 20:48:11 helios2 sudo[1764]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
May 09 20:48:12 helios2 sudo[1764]: pam_unix(sudo:session): session closed for user root
May 09 20:49:01 helios2 sudo[2123]:     root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/apt info armbian-bsp-cli-helios64
May 09 20:49:01 helios2 sudo[2123]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
May 09 20:49:02 helios2 sudo[2123]: pam_unix(sudo:session): session closed for user root
May 09 20:50:27 helios2 sudo[2130]:     root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/sbin/service status --all
May 09 20:50:27 helios2 sudo[2130]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
May 09 20:50:27 helios2 sudo[2130]: pam_unix(sudo:session): session closed for user root```

 

Edited by Ben S
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines