[ARM Testing Update] 2024-01-29 - Kernels, KDE Frameworks, System, Mesa, Pipewire, Qemu

Hello ARM community.

We updated kernels, renewed KDE Plasma, KDE Gear and offer other related goodies for you. Pamac is now fully adaptive and we have a new release of Phosh. Systemd offers now the Blue Screen of Death!


Update Announcement

Some highlights:

  • Some Kernels got updated
    • Pinephone kernels got updated to 6.6.x series
  • KDE Frameworks got renewed to 5.114.0
  • Thunderbird is at 115.6.1 and Firefox is at 121.0.1
  • Sysemd is at 255.2
  • Kodi got renewed to 20.3
  • Mesa is at 23.3.2
  • Pipewire got renewed to 1.0.1 and PulseAudio is at 17.0
  • Qemu got updated to 8.2.0
  • Qt5 got refreshed to 5.15.12
  • The usual python and KDE-git updates (which moved to Qt6)

Tips And Tricks

Error about missing openssl 1.1 library

Since the update to the new OpenSSL 3.0, some applications might still be looking for version 1.1 og openssl.
Fortunately Arch Linux created a compatability package for such events called openssl-1.1.
So if you encounter any such errors, please install the above mentioned package.
Applications currently known to specifically look for 1.1 is silver. We have not been able to rebuild it yet. So if you are on our Gnome or Sway editions, please install openssl-1.1 as part of this update.

How to get Waydroid working

If you follow these steps, you should have Waydroid working fine.

Remember, Waydroid only works on wayland!

  • Install waydroid-image and all it’s dependencies.
  • Run pkexec setup-waydroid.
  • You should now be able to launch Waydroid. The first launch takes a while.
How to use Kodi RPI on Manjaro ARM

If anyone wants to test kodi on the rpi, install these packages:

sudo pacman -S kodi-rpi kodi-rpi-dev kodi-rpi-eventclients kodi-rpi-tools-texturepacker libcec-rpi linux-rpi4 xf86-video-fbdev

Have it set up is to boot straight in to kodi

This means the kodi.service file need to replace whatever login manager you have installled. In my case I would:

sudo systemctl disable lightdm.service
sudo systemctl enable kodi.service

They recommend removing custom configs in config.txt. We ran into an issue if a value was set with gpu_mem=.

My config.txt with a bit of overclocking:

over_voltage=5
arm_freq=2000
#gpu_mem=64     #disable this
initramfs initramfs-linux.img followkernel
kernel=kernel8.img
arm_64bit=1
disable_overscan=1

#enable sound
dtparam=audio=on
hdmi_drive=2

#enable vc4
dtoverlay=vc4-kms-v3d,cma-512
#max_framebuffers=2    #disable cause kodi uses more
disable_fw_kms_setup=1

Some notes:

The default user will be kodi
kodi home directory will be /var/lib/kodi
So put test video in /var/lib/kodi/Videos so you can get to it
after setting up the video directory in kodi.


Upstream Notifications:

Older notifications

The PHP package has been updated to 8.2. If you still need 8.1, use php-legacy packages.
Arch Linux - News: PHP 8.2 update and introduction of legacy branch

If you used the Manjaro ARM Installer or is using PinePhone or PineTab, you need to redo your passwords, because of an update to libxcrypt:
Arch Linux - News: Sorting out old password hashes

The ghostpcl and ghostxps requires manual intervention (if you have these installed):
Arch Linux - News: ghostpcl>=9.53.2-2 and ghostxps>=9.53.2-2 updates require manual intervention

The nss package requires manual intervention:
Arch Linux - News: nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention

The packages hplip and firewalld requires manual intervention:
Arch Linux - News: hplip 3.20.3-2 update requires manual intervention
Arch Linux - News: firewalld>=0.8.1-2 update requires manual intervention


Package Changes (Wed Dec 20 07:40:27 CET 2023)

  • arm-testing core aarch64: 36 new and 25 removed package(s)
  • arm-testing extra aarch64: 632 new and 628 removed package(s)
  • arm-testing kde-unstable aarch64: 287 new and 286 removed package(s)

A full list of all package changes can be found here.


Testers needed on arm-testing branch

We are in need of testers for our arm-testing and arm-unstable branches.
So if you are adventurous and want newer software quicker, we would love for you to help us test out the new packages in arm-testing branch.

All you have to do to switch to this branch is:

  • Run this command to switch branch: sudo pacman-mirrors -aS testing && sudo pacman -Syyu. This will generate a new mirrorlist for you, sync your databases with the new mirror and update your system using the arm-testing branch.

We would then love for you to give feedback in our update posts in Testing Updates. That way we can better find and fix bugs, before they hit arm-stable branch. Thank you!


  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself. (Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)
0 voters

Check if your mirror has already synced:

Donate

Manjaro, like many other open-source projects, relies on the generosity of its community through donations and corporate sponsorships to support its growth and development. These donations are essential in covering the various expenses incurred in the operations of the project such as server costs, software development tools, infrastructure expenses, training, flying people to events or conferences and the salaries of key developers. With the help of these donations, Manjaro is able to secure the necessary financial stability that allows the project to continuously improve and remain active. If you love Manjaro, consider to donate!

3 Likes

Known Issues and Solutions

This is a wiki post, please edit it when you find a solution to an issue you encountered

:arrow_right: 2024-01-29

Making dbus-broker our default D-Bus daemon

2024-01-09 - Jan Alexander Steffens

We are making dbus-broker our default implementation of D-Bus, for improved performance, reliability and integration with systemd.

For the foreseeable future we will still support the use of dbus-daemon, the previous implementation. Pacman will ask you whether to install dbus-broker-units or dbus-daemon-units. We recommend picking the default.

For a more detailed rationale, please see our RFC 25.

Arch Linux - News: Making dbus-broker our default D-Bus daemon

In some cases, however it is better to keep the legacy way. Here are some examples: Dbus-broker warnings

Firefox no longer honors gtk font size settings in user interface. Solved by setting about:config browser.display.os-zoom-behavior to 0 (zero)

2023-11-16

Changes in JDK / JRE 21 packages may require manual intervention

2023-11-02 - Frederik Schwan

We are introducing a change in JDK/JRE packages of our distro. This is triggered from the way a JRE is build in modern versions of Java (>9). We are introducing this change in Java 21.

To sum it up instead of having JDK and JRE packages coexist in the same system we will be making them conflict. The JDK variant package includes the runtime environment to execute Java applications so if one needs compilation and runtime of Java they need only the JDK package in the future. If, on the other hand, they need just runtime of Java then JRE (or jre-headless) will work.

This will (potentially) require a manual user action during upgrade:

  • If you have both JDK and JRE installed you can manually install the JDK with pacman -Sy jdk-openjdk && pacman -Su and this removes the JRE related packages.
  • If you have both JRE and JRE-headless you will need to choose one of them and install it manually since they would conflict each other now.
  • If you only have one of the JDK/JRE/JRE-headless pacman should resolve dependencies normally and no action is needed.

At the moment this is only valid for the upcoming JDK 21 release.

Arch Linux - News: Incoming changes in JDK / JRE 21 packages may require manual intervention

2023-10-21

Phosh apps ignore dark theme (fixed with xdg-desktop-portal-gtk-1.15.1-1)
  • Problem: apps ignore dark theme preference
  • Workaround: downgrade xdg-desktop-portal-gtk from 1.15.0-1 to 1.14.1-1

2023-09-10

Display doesn't load on PinePhone Pro running KDE Plasma
  • Problem: Failed to start Simple Desktop Display Manager
  • Workaround: (none known yet)

2023-08-19

Pinephone Pro doesn't boot (fixed in latest update)
  • Problem: The Pinephone Pro will fail to boot after updating linux-pinephonepro 6.3.11-1 to 6.4.4-1
  • Workaround: Either wait for a non-broken kernel, or temporarily add linux-pinephonepro to the IgnorePkg line in /etc/pacman.conf to update the rest of the packages

2023-02-16

Docker 23 not starting

Since the update to Docker 23, upstream is now inforcing new paths for apparmor related stuff. But there has been changes to dependencies yet. So Docker 23 will error on start.
Fix: Install apparmor from the repositories.

2023-01-03

Reduced video playback performance in mpv

There has been reports of video playback performance in mpv has regressed since an update to mpv.
Fix: MPV now needs a vd-lavc-dr=no parameter to play hw acceleration supported 1080p videos smoothly.

Touch input on Firefox with Phosh not working in Firefox 108

Since the update to Firefox 108, the touch input does not work. Seems to be an issue with a couple of the changes the mobile-config brings in.
Fix Fixed in version 4.0.0-1 of mobile-config-firefox released with Manjaro testing on April 14, 2023

2022-11-20

OpenSSL 1.1 library not found

Some applications might still be looking for openssl 1.1.
Solution: Install openssl-1.1 package with sudo pacman -S openssl-1.1.

2022-10-21

Plasma Mobile Dialer seems to be unreliable

Plasma Dialer 22.09 seems to have issues switching audio profiles and as such might require manual switching. Sometimes audio is completely missing.

Reduced video performance on youtube

Some may encounter reduced video playback performance on YouTube in Firefox with the new Mesa 22.2 drivers.
No workaround at this time.

Old Issues

Phosh crashes when closing apps
An upstream issue results in the Phosh shell to crash when you close the app in the app switcher, with animations turned off.
Fix: Enable animations in Tweaks application

Mouse cursor is slow on Raspberry Pi
Due to a change in the Raspberry Pi kernels upstream, they no longer support FKMS. This can result in slow performance when using the FKMS drivers with the newer Raspberry Pi kernels.
Solution: Open /boot/config.txt, change fkms to kms in the dtoverlay line. Save the file and reboot.

[Waydroid container cannot access internet
Cause: new default waydroid configuration issue, tracked here.

Short-term Solution:

  1. create /etc/nftables.d/waydroid.nft with the following contents:
#!/usr/sbin/nft -f
table inet filter {
    chain input {
        iifname "waydroid0" accept comment "Allow incoming network traffic from WayDroid"
    }
    chain forward {
        iifname "waydroid0" accept comment "Allow outgoing network traffic from WayDroid"
        ct state {established, related} counter accept comment "accept established connections"
    }
}
  1. any time you launch waydroid, run the following after it has started:
echo "ip route add default via 192.168.250.1" |sudo waydroid shell

Previous testing threads:

Orange Pi 4 (not LTS version), experiencing problems.

  1. works slower than before?
    some notes about this:
    first problem of slow startup is not working on my board driver for 3.0 usb and type-c as I said earlier
    second problem is little crash, can find in dmesg
  2. internet doesn’t work at all, internet by lan cable is only one working variant for me as I said earlier, at now I tethering with my tablet via usb
  3. aux also not working
Dmesg output after update

[ 1.173216] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 1.173240] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.173252] usb usb1: Product: EHCI Host Controller
[ 1.173261] usb usb1: Manufacturer: Linux 6.6.10-1-MANJARO-ARM ehci_hcd
[ 1.173271] usb usb1: SerialNumber: fe380000.usb
[ 1.174429] hub 1-0:1.0: USB hub found
[ 1.174512] hub 1-0:1.0: 1 port detected
[ 1.176086] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.177522] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.180717] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.180755] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.180772] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.180811] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 1.212637] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 1.213732] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 1.213753] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.213768] usb usb3: Product: EHCI Host Controller
[ 1.213780] usb usb3: Manufacturer: Linux 6.6.10-1-MANJARO-ARM ehci_hcd
[ 1.213791] usb usb3: SerialNumber: fe3c0000.usb
[ 1.214876] hub 3-0:1.0: USB hub found
[ 1.215017] hub 3-0:1.0: 1 port detected
[ 1.216623] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.217086] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 1.217105] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.217116] usb usb2: Product: Generic Platform OHCI controller
[ 1.217126] usb usb2: Manufacturer: Linux 6.6.10-1-MANJARO-ARM ohci_hcd
[ 1.217135] usb usb2: SerialNumber: fe3a0000.usb
[ 1.217750] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.217997] hub 2-0:1.0: USB hub found
[ 1.218044] hub 2-0:1.0: 1 port detected
[ 1.220524] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.220602] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.220656] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.220674] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.220712] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 1.221718] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.226939] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
[ 1.226963] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.226975] usb usb4: Product: Generic Platform OHCI controller
[ 1.226985] usb usb4: Manufacturer: Linux 6.6.10-1-MANJARO-ARM ohci_hcd
[ 1.226994] usb usb4: SerialNumber: fe3e0000.usb
[ 1.228005] hub 4-0:1.0: USB hub found
[ 1.228050] hub 4-0:1.0: 1 port detected
[ 1.230900] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.231306] Freeing unused kernel memory: 4288K
[ 1.232439] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.234818] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.234868] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.234885] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.234925] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 1.292676] Run /init as init process
[ 1.292693] with arguments:
[ 1.292702] /init
[ 1.292710] splash
[ 1.292717] with environment:
[ 1.292723] HOME=/
[ 1.292729] TERM=linux
[ 1.496776] rockchip-vop ff8f0000.vop: Adding to iommu group 3
[ 1.497790] rockchip-vop ff900000.vop: Adding to iommu group 4
[ 1.500924] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.504815] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.508530] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.508549] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[ 1.508599] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.508618] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.508675] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 1.509825] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.509944] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[ 1.510153] dwhdmi-rockchip ff940000.hdmi: supply avdd-0v9 not found, using dummy regulator
[ 1.510395] dwhdmi-rockchip ff940000.hdmi: supply avdd-1v8 not found, using dummy regulator
[ 1.510606] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 1.511658] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
[ 1.512592] usb 3-1: new high-speed USB device number 2 using ehci-platform
[ 1.513021] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[ 1.516963] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.518217] Registered IR keymap rc-cec
[ 1.518433] rc rc0: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0
[ 1.518631] input: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0/input0
[ 1.520690] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.523654] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.523714] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.523733] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.523782] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 1.523787] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.605834] Console: switching to colour frame buffer device 240x67
[ 1.631661] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[ 1.664790] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.666688] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.669869] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.669927] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.669945] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.669996] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 1.727391] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
[ 1.727427] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.727442] usb 3-1: Product: USB2.1 Hub
[ 1.727453] usb 3-1: Manufacturer: GenesysLogic
[ 1.729071] hub 3-1:1.0: USB hub found
[ 1.729587] hub 3-1:1.0: 4 ports detected
[ 1.734483] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 1.736242] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 1.739630] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.739689] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.739707] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.739760] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2.082673] usb 3-1.1: new high-speed USB device number 3 using ehci-platform
[ 2.259424] usb 3-1.1: New USB device found, idVendor=2109, idProduct=0711, bcdDevice= 1.44
[ 2.259457] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.259471] usb 3-1.1: Product: VLI Product String
[ 2.259483] usb 3-1.1: Manufacturer: VLI manufacture String
[ 2.259494] usb 3-1.1: SerialNumber: 000000123AE7
[ 2.261272] usb-storage 3-1.1:1.0: USB Mass Storage device detected
[ 2.262290] usb-storage 3-1.1:1.0: Quirks match for vid 2109 pid 0711: 2000000
[ 2.263242] scsi host0: usb-storage 3-1.1:1.0
[ 2.265986] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2.267804] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2.271709] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 2.271764] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 2.271783] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 2.271836] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2.402453] usb 3-1.2: new full-speed USB device number 4 using ehci-platform
[ 2.437235] panfrost ff9a0000.gpu: clock rate = 500000000
[ 2.445021] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[ 2.445057] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[ 2.445075] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[ 2.445095] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[ 2.448251] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1
[ 2.450440] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2.452651] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2.456891] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 2.456956] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 2.456974] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 2.457031] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2.596546] usb 3-1.2: New USB device found, idVendor=1ea7, idProduct=0066, bcdDevice= 2.00
[ 2.596581] usb 3-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.596596] usb 3-1.2: Product: 2.4G Mouse
[ 2.601125] input: 2.4G Mouse as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.2/3-1.2:1.0/0003:1EA7:0066.0001/input/input1
[ 2.664160] hid-generic 0003:1EA7:0066.0001: input,hidraw0: USB HID v1.10 Keyboard [2.4G Mouse] on usb-fe3c0000.usb-1.2/input0
[ 2.666101] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2.667546] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2.670773] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 2.670831] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 2.670849] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 2.670904] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2.671135] input: 2.4G Mouse as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.2/3-1.2:1.1/0003:1EA7:0066.0002/input/input2
[ 2.671810] input: 2.4G Mouse as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.2/3-1.2:1.1/0003:1EA7:0066.0002/input/input3
[ 2.672858] input: 2.4G Mouse Consumer Control as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.2/3-1.2:1.1/0003:1EA7:0066.0002/input/input4
[ 2.743633] input: 2.4G Mouse System Control as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.2/3-1.2:1.1/0003:1EA7:0066.0002/input/input5
[ 2.745703] hid-generic 0003:1EA7:0066.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [2.4G Mouse] on usb-fe3c0000.usb-1.2/input1
[ 2.747564] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2.749110] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2.752149] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 2.752203] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 2.752221] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 2.752276] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2.872666] usb 3-1.3: new full-speed USB device number 5 using ehci-platform
[ 3.046671] usb 3-1.3: New USB device found, idVendor=062a, idProduct=4c01, bcdDevice= 1.13
[ 3.046706] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.046720] usb 3-1.3: Product: 2.4G Keyboard Mouse
[ 3.046732] usb 3-1.3: Manufacturer: MOSART Semi.
[ 3.051201] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.3/3-1.3:1.0/0003:062A:4C01.0003/input/input7
[ 3.114037] hid-generic 0003:062A:4C01.0003: input,hidraw2: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-fe3c0000.usb-1.3/input0
[ 3.115945] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 3.117619] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 3.119279] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.3/3-1.3:1.1/0003:062A:4C01.0004/input/input8
[ 3.120510] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.3/3-1.3:1.1/0003:062A:4C01.0004/input/input9
[ 3.120977] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 3.121032] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 3.121050] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 3.121103] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 3.183747] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.3/3-1.3:1.1/0003:062A:4C01.0004/input/input10
[ 3.184673] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/platform/fe3c0000.usb/usb3/3-1/3-1.3/3-1.3:1.1/0003:062A:4C01.0004/input/input11
[ 3.186692] hid-generic 0003:062A:4C01.0004: input,hiddev97,hidraw3: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-fe3c0000.usb-1.3/input1
[ 3.188627] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 3.190191] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 3.193274] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 3.193332] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 3.193350] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 3.193398] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 3.276325] scsi 0:0:0:0: Direct-Access USB3.0 high speed 2210 PQ: 0 ANSI: 6
[ 3.277765] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.279395] sd 0:0:0:0: [sda] 250069676 512-byte logical blocks: (128 GB/119 GiB)
[ 3.280510] sd 0:0:0:0: [sda] Write Protect is off
[ 3.280531] sd 0:0:0:0: [sda] Mode Sense: 2f 00 00 00
[ 3.281560] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 3.290896] sda: sda1 sda2 sda3 < sda5 sda6 > sda4
[ 3.292812] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.294580] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 3.295977] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 3.298984] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 3.299039] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 3.299058] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 3.299110] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 3.322560] usb 3-1.4: new high-speed USB device number 6 using ehci-platform
[ 3.497963] usb 3-1.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
[ 3.498000] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.498015] usb 3-1.4: Product: USB2.1 Hub
[ 3.498026] usb 3-1.4: Manufacturer: GenesysLogic
[ 3.499460] hub 3-1.4:1.0: USB hub found
[ 3.500058] hub 3-1.4:1.0: 4 ports detected
[ 3.505699] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 3.507469] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 3.511815] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 3.511876] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 3.511894] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 3.511948] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 3.842545] usb 3-1.4.4: new high-speed USB device number 7 using ehci-platform
[ 4.036398] usb 3-1.4.4: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.06
[ 4.036434] usb 3-1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.036449] usb 3-1.4.4: Product: USB2.1 Hub
[ 4.036461] usb 3-1.4.4: Manufacturer: GenesysLogic
[ 4.038029] hub 3-1.4.4:1.0: USB hub found
[ 4.038528] hub 3-1.4.4:1.0: 4 ports detected
[ 4.042953] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 4.044150] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 4.046924] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 4.046987] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 4.047005] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 4.047061] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 5.019710] EXT4-fs (sda1): mounted filesystem 56c9e68f-95b3-4e38-86b6-ad600e1780bb r/w with ordered data mode. Quota mode: none.
[ 5.744068] systemd[1]: System time before build time, advancing clock.
[ 5.890496] systemd[1]: systemd 255.2-2.1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 5.890548] systemd[1]: Detected architecture arm64.
[ 5.937295] systemd[1]: Hostname set to .
[ 6.315112] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 7.131209] systemd[1]: /usr/lib/systemd/system/uwe5622-config.service:10: Support for option SysVStartPriority= has been removed and it is ignored
[ 7.557271] systemd[1]: Queued start job for default target Graphical Interface.
[ 7.679167] systemd[1]: Created slice Slice /system/getty.
[ 7.682685] systemd[1]: Created slice Slice /system/modprobe.
[ 7.686279] systemd[1]: Created slice Slice /system/serial-getty.
[ 7.689262] systemd[1]: Created slice User and Session Slice.
[ 7.713382] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 7.743746] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 7.772954] systemd[1]: Expecting device /dev/disk/by-partuuid/0594155b-39cf-4a53-a478-8ace53ee5cf9…
[ 7.802881] systemd[1]: Expecting device /dev/disk/by-partuuid/1031bbf8-02…
[ 7.804325] systemd[1]: Expecting device /dev/ttyS2…
[ 7.832993] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 7.834628] systemd[1]: Reached target Remote Encrypted Volumes.
[ 7.836144] systemd[1]: Reached target Remote File Systems.
[ 7.837450] systemd[1]: Reached target Slice Units.
[ 7.863032] systemd[1]: Reached target Local Verity Protected Volumes.
[ 7.865044] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 7.868982] systemd[1]: Listening on LVM2 poll daemon socket.
[ 7.901610] systemd[1]: Listening on Process Core Dump Socket.
[ 7.916011] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).
[ 7.916919] systemd[1]: Listening on Journal Socket (/dev/log).
[ 7.918791] systemd[1]: Listening on Journal Socket.
[ 7.943830] systemd[1]: Listening on Network Service Netlink Socket.
[ 7.946262] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
[ 7.972918] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 7.980681] systemd[1]: Listening on udev Control Socket.
[ 8.003664] systemd[1]: Listening on udev Kernel Socket.
[ 8.005773] systemd[1]: Listening on User Database Manager Socket.
[ 8.073082] systemd[1]: Mounting Huge Pages File System…
[ 8.107798] systemd[1]: Mounting POSIX Message Queue File System…
[ 8.113452] systemd[1]: Mounting Kernel Debug File System…
[ 8.143278] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 8.154473] systemd[1]: Starting Create List of Static Device Nodes…
[ 8.160435] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling…
[ 8.197027] systemd[1]: Starting Load Kernel Module configfs…
[ 8.230099] systemd[1]: Starting Load Kernel Module dm_mod…
[ 8.238273] systemd[1]: Starting Load Kernel Module drm…
[ 8.300119] systemd[1]: Starting Load Kernel Module efi_pstore…
[ 8.308940] systemd[1]: Starting Load Kernel Module fuse…
[ 8.340178] systemd[1]: Starting Load Kernel Module loop…
[ 8.374097] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 8.386243] random: lvm: uninitialized urandom read (4 bytes read)
[ 8.388039] systemd[1]: Starting Journal Service…
[ 8.395776] loop: module loaded
[ 8.441560] systemd[1]: Starting Load Kernel Modules…
[ 8.469421] systemd[1]: Starting Generate network units from Kernel command line…
[ 8.493009] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.500238] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 8.523233] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.527958] systemd-journald[323]: Collecting audit messages is disabled.
[ 8.530774] systemd[1]: Starting Coldplug All udev Devices…
[ 8.554147] mtty_probe init device addr: 0x(ptrval)
[ 8.558099] -->rfkill_bluetooth_init
[ 8.558394] bluetooth_set_power: start_block=1
[ 8.558416] bluetooth_set_power: end_block=1
[ 8.558518] <–rfkill_bluetooth_init
[ 8.559435] sysfs: cannot create duplicate filename ‘/devices/virtual/tty/ttyBT0’
[ 8.559465] CPU: 3 PID: 324 Comm: systemd-modules Not tainted 6.6.10-1-MANJARO-ARM #1
[ 8.559483] Hardware name: Orange Pi 4 LTS (DT)
[ 8.559493] Call trace:
[ 8.559500] dump_backtrace+0x98/0x118
[ 8.559526] show_stack+0x18/0x24
[ 8.559540] dump_stack_lvl+0x48/0x60
[ 8.559558] dump_stack+0x18/0x24
[ 8.559573] sysfs_warn_dup+0x64/0x80
[ 8.559591] sysfs_create_dir_ns+0xe8/0x108
[ 8.559607] create_dir+0x2c/0x128
[ 8.559627] kobject_add_internal+0xac/0x1fc
[ 8.559647] kobject_add+0x94/0x104
[ 8.559665] device_add+0xb0/0x6b0
[ 8.559686] device_register+0x20/0x30
[ 8.559702] tty_register_device_attr+0xfc/0x240
[ 8.559724] tty_register_driver+0x114/0x208
[ 8.559741] mtty_probe+0x118/0x2ec [sprdbt_tty]
[ 8.559789] platform_probe+0x68/0xc0
[ 8.559805] really_probe+0x184/0x3c8
[ 8.559825] __driver_probe_device+0x7c/0x16c
[ 8.559845] driver_probe_device+0x3c/0x110
[ 8.559864] __device_attach_driver+0xbc/0x158
[ 8.559883] bus_for_each_drv+0x80/0xdc
[ 8.559901] __device_attach+0x9c/0x1ac
[ 8.559920] device_initial_probe+0x14/0x20
[ 8.559940] bus_probe_device+0xac/0xb0
[ 8.559958] device_add+0x4d0/0x6b0
[ 8.559974] platform_device_add+0x180/0x274
[ 8.559989] mtty_pdev_init+0x5c/0x1000 [sprdbt_tty]
[ 8.560031] do_one_initcall+0x6c/0x1b0
[ 8.560048] do_init_module+0x58/0x1e8
[ 8.560069] load_module+0x7ec/0x850
[ 8.560087] __do_sys_init_module+0x1c4/0x1fc
[ 8.560106] __arm64_sys_init_module+0x1c/0x28
[ 8.560125] invoke_syscall+0x48/0x114
[ 8.560145] el0_svc_common.constprop.0+0x40/0xe0
[ 8.560165] do_el0_svc+0x1c/0x28
[ 8.560183] el0_svc+0x34/0x8c
[ 8.560201] el0t_64_sync_handler+0x100/0x12c
[ 8.560218] el0t_64_sync+0x190/0x194
[ 8.560238] kobject: kobject_add_internal failed for ttyBT0 with -EEXIST, don’t try to register things with the same name in the same directory.
[ 8.560274] ------------[ cut here ]------------
[ 8.560283] list_del corruption, ffff0000065d8ee8->next is LIST_POISON1 (dead000000000100)
[ 8.560379] WARNING: CPU: 3 PID: 324 at lib/list_debug.c:56 __list_del_entry_valid_or_report+0xa8/0x10c
[ 8.560412] Modules linked in: sprdbt_tty(+) rfkill crypto_user loop nfnetlink panfrost drm_shmem_helper gpu_sched dw_hdmi_cec dw_hdmi_i2s_audio rockchipdrm drm_dma_helper analogix_dp dw_mipi_dsi dw_hdmi cec rc_core drm_display_helper drm_kms_helper drm
[ 8.560547] CPU: 3 PID: 324 Comm: systemd-modules Not tainted 6.6.10-1-MANJARO-ARM #1
[ 8.560564] Hardware name: Orange Pi 4 LTS (DT)
[ 8.560573] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=–)
[ 8.560589] pc : __list_del_entry_valid_or_report+0xa8/0x10c
[ 8.560608] lr : __list_del_entry_valid_or_report+0xa8/0x10c
[ 8.560626] sp : ffff8000823eb830
[ 8.560634] x29: ffff8000823eb830 x28: 0000000000000000 x27: ffff800079e89298
[ 8.560660] x26: ffff800079e895b8 x25: 0000000000000000 x24: ffff800079ea0000
[ 8.560686] x23: ffff0000046c2800 x22: 00000000ffffffef x21: ffff800079e89000
[ 8.560712] x20: ffff800081bb8470 x19: ffff0000065d8e40 x18: ffffffffffffffff
[ 8.560737] x17: 6165642820314e4f x16: 53494f505f545349 x15: 4c20736920747865
[ 8.560762] x14: 6e3e2d3865653864 x13: ffff800081a51600 x12: 00000000000007c5
[ 8.560787] x11: 0000000000000297 x10: ffff800081b01600 x9 : ffff800081a51600
[ 8.560813] x8 : 00000000ffffdfff x7 : ffff800081b01600 x6 : 80000000ffffe000
[ 8.560837] x5 : ffff0000f777bd88 x4 : 0000000000000000 x3 : 0000000000000027
[ 8.560862] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff0000f4922e80
[ 8.560874] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled

[ 8.560891] Call trace:
[ 8.560899] __list_del_entry_valid_or_report+0xa8/0x10c
[ 8.560919] tty_unregister_driver+0x3c/0x7c
[ 8.560940] mtty_probe+0x264/0x2ec [sprdbt_tty]
[ 8.560992] platform_probe+0x68/0xc0
[ 8.561010] really_probe+0x184/0x3c8
[ 8.561030] __driver_probe_device+0x7c/0x16c
[ 8.561050] driver_probe_device+0x3c/0x110
[ 8.561069] __device_attach_driver+0xbc/0x158
[ 8.561089] bus_for_each_drv+0x80/0xdc
[ 8.561107] __device_attach+0x9c/0x1ac
[ 8.561126] device_initial_probe+0x14/0x20
[ 8.561146] bus_probe_device+0xac/0xb0
[ 8.561164] device_add+0x4d0/0x6b0
[ 8.561181] platform_device_add+0x180/0x274
[ 8.561196] mtty_pdev_init+0x5c/0x1000 [sprdbt_tty]
[ 8.561238] do_one_initcall+0x6c/0x1b0
[ 8.561254] do_init_module+0x58/0x1e8
[ 8.561276] load_module+0x7ec/0x850
[ 8.561294] __do_sys_init_module+0x1c4/0x1fc
[ 8.561313] __arm64_sys_init_module+0x1c/0x28
[ 8.561333] invoke_syscall+0x48/0x114
[ 8.561353] el0_svc_common.constprop.0+0x40/0xe0
[ 8.561373] do_el0_svc+0x1c/0x28
[ 8.561391] el0_svc+0x34/0x8c
[ 8.561409] el0t_64_sync_handler+0x100/0x12c
[ 8.561426] el0t_64_sync+0x190/0x194
[ 8.561440] —[ end trace 0000000000000000 ]—
[ 8.561455] ------------[ cut here ]------------
[ 8.561462] refcount_t: underflow; use-after-free.
[ 8.561549] WARNING: CPU: 3 PID: 324 at lib/refcount.c:28 refcount_warn_saturate+0xf4/0x144
[ 8.561579] Modules linked in: sprdbt_tty(+) rfkill crypto_user loop nfnetlink panfrost drm_shmem_helper gpu_sched dw_hdmi_cec dw_hdmi_i2s_audio rockchipdrm drm_dma_helper analogix_dp dw_mipi_dsi dw_hdmi cec rc_core drm_display_helper drm_kms_helper drm
[ 8.561705] CPU: 3 PID: 324 Comm: systemd-modules Tainted: G W 6.6.10-1-MANJARO-ARM #1
[ 8.561722] Hardware name: Orange Pi 4 LTS (DT)
[ 8.561730] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=–)
[ 8.561746] pc : refcount_warn_saturate+0xf4/0x144
[ 8.561763] lr : refcount_warn_saturate+0xf4/0x144
[ 8.561779] sp : ffff8000823eb840
[ 8.561786] x29: ffff8000823eb840 x28: 0000000000000000 x27: ffff800079e89298
[ 8.561812] x26: ffff800079e895b8 x25: 0000000000000000 x24: ffff800079ea0000
[ 8.561837] x23: ffff0000046c2800 x22: 00000000ffffffef x21: ffff800079e89000
[ 8.561862] x20: ffff0000065d8e40 x19: ffff000004faf400 x18: fffffffffffcc2d8
[ 8.561887] x17: 6165642820314e4f x16: 53494f505f545349 x15: 0000000000000030
[ 8.561912] x14: fffffffffffcc308 x13: ffff800081a51600 x12: 000000000000085b
[ 8.561937] x11: 00000000000002c9 x10: ffff800081b01600 x9 : ffff800081a51600
[ 8.561962] x8 : 00000000ffffdfff x7 : ffff800081b01600 x6 : 80000000ffffe000
[ 8.561986] x5 : ffff0000f777bd88 x4 : 0000000000000000 x3 : 0000000000000027
[ 8.562010] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff0000f4922e80
[ 8.562034] Call trace:
[ 8.562041] refcount_warn_saturate+0xf4/0x144
[ 8.562059] tty_driver_kref_put+0x70/0x7c
[ 8.562080] mtty_probe+0x26c/0x2ec [sprdbt_tty]
[ 8.562124] platform_probe+0x68/0xc0
[ 8.562141] really_probe+0x184/0x3c8
[ 8.562161] __driver_probe_device+0x7c/0x16c
[ 8.562180] driver_probe_device+0x3c/0x110
[ 8.562200] __device_attach_driver+0xbc/0x158
[ 8.562219] bus_for_each_drv+0x80/0xdc
[ 8.562237] __device_attach+0x9c/0x1ac
[ 8.562256] device_initial_probe+0x14/0x20
[ 8.562276] bus_probe_device+0xac/0xb0
[ 8.562293] device_add+0x4d0/0x6b0
[ 8.562310] platform_device_add+0x180/0x274
[ 8.562325] mtty_pdev_init+0x5c/0x1000 [sprdbt_tty]
[ 8.562365] do_one_initcall+0x6c/0x1b0
[ 8.562380] do_init_module+0x58/0x1e8
[ 8.562400] load_module+0x7ec/0x850
[ 8.562419] __do_sys_init_module+0x1c4/0x1fc
[ 8.562438] __arm64_sys_init_module+0x1c/0x28
[ 8.562457] invoke_syscall+0x48/0x114
[ 8.562476] el0_svc_common.constprop.0+0x40/0xe0
[ 8.562496] do_el0_svc+0x1c/0x28
[ 8.562514] el0_svc+0x34/0x8c
[ 8.562532] el0t_64_sync_handler+0x100/0x12c
[ 8.562548] el0t_64_sync+0x190/0x194
[ 8.562563] —[ end trace 0000000000000000 ]—
[ 8.562751] regitster notifier failed (-17)
[ 8.562775] mtty: probe of mtty failed with error -17
[ 8.563186] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 8.563625] systemd[1]: Starting Virtual Console Setup…
[ 8.567860] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 8.567917] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 8.567939] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 8.567995] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 8.606227] systemd[1]: Mounted Huge Pages File System.
[ 8.608373] systemd[1]: Mounted POSIX Message Queue File System.
[ 8.610636] systemd[1]: Mounted Kernel Debug File System.
[ 8.612898] systemd[1]: Finished Create List of Static Device Nodes.
[ 8.658337] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 8.673705] EXT4-fs (sda1): re-mounted 56c9e68f-95b3-4e38-86b6-ad600e1780bb r/w. Quota mode: none.
[ 8.689362] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 8.690687] systemd[1]: Finished Load Kernel Module configfs.
[ 8.700655] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 8.702064] systemd[1]: Finished Load Kernel Module dm_mod.
[ 8.704825] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 8.706188] systemd[1]: Finished Load Kernel Module drm.
[ 8.708772] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 8.710099] systemd[1]: Finished Load Kernel Module efi_pstore.
[ 8.712745] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 8.714076] systemd[1]: Finished Load Kernel Module fuse.
[ 8.716899] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 8.718211] systemd[1]: Finished Load Kernel Module loop.
[ 8.720626] systemd[1]: Finished Generate network units from Kernel command line.
[ 8.723146] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 8.726025] systemd[1]: Reached target Preparation for Network.
[ 8.732862] systemd[1]: Mounting FUSE Control File System…
[ 8.739183] systemd[1]: Mounting Kernel Configuration File System…
[ 8.754415] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 8.754940] systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 8.762345] systemd[1]: Starting Load/Save OS Random Seed…
[ 8.763139] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 8.773520] systemd[1]: Starting Create Static Device Nodes in /dev gracefully…
[ 8.773881] systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 8.790276] systemd[1]: Mounted FUSE Control File System.
[ 8.802493] sdiohal:sdiohal_scan_card
[ 8.814921] systemd[1]: Started Journal Service.
[ 8.951310] systemd-journald[323]: Received client request to flush runtime journal.
[ 8.981283] systemd-journald[323]: File /var/log/journal/b8411a48f5e84ccbb678cee1318ca9cc/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 10.012473] random: crng init done
[ 10.149588] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 10.199523] bluetooth_set_power: start_block=0
[ 10.678047] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 10.679593] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 10.693961] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 10.694031] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 10.694050] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 10.694108] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 10.702811] rtc-rs5c372 1-0032: can’t read registers
[ 10.702847] rtc-rs5c372: probe of 1-0032 failed with error -5
[ 10.716552] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 10.726334] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 10.762193] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 10.762257] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 10.762276] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 10.762341] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 10.819751] dw_wdt ff848000.watchdog: No valid TOPs array specified
[ 10.870934] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 10.873936] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 10.885285] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 10.885313] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 10.885341] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 10.885360] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 10.885418] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 10.889428] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 10.955907] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 10.956826] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 10.959434] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 10.959479] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 10.959497] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 10.959537] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 10.979906] rockchip-iep ff670000.iep: Adding to iommu group 2
[ 10.982550] rockchip-iep ff670000.iep: Device rockchip-iep registered as /dev/video0
[ 10.986733] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 10.992890] rockchip-rga ff680000.rga: HW Version: 0x03.02
[ 10.993096] rk3288-crypto ff8b0000.crypto: will run requests pump with realtime priority
[ 10.993216] rk3288-crypto ff8b0000.crypto: Register ecb(aes) as ecb-aes-rk
[ 10.998124] rk3288-crypto ff8b0000.crypto: Register cbc(aes) as cbc-aes-rk
[ 10.998409] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video1
[ 11.011386] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 11.012424] rk3288-crypto ff8b0000.crypto: Register ecb(des) as ecb-des-rk
[ 11.015656] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[ 11.021209] Bluetooth: Core ver 2.22
[ 11.021857] NET: Registered PF_BLUETOOTH protocol family
[ 11.021878] Bluetooth: HCI device and connection manager initialized
[ 11.021906] Bluetooth: HCI socket layer initialized
[ 11.021993] rkvdec ff660000.video-codec: Adding to iommu group 1
[ 11.022226] Bluetooth: L2CAP socket layer initialized
[ 11.022289] Bluetooth: SCO socket layer initialized
[ 11.041797] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 11.041860] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 11.041879] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 11.041937] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 11.042598] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 11.054353] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 11.079878] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[ 11.098564] rk3288-crypto ff8b0000.crypto: Register cbc(des) as cbc-des-rk
[ 11.128264] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video3
[ 11.130146] rk3288-crypto ff8b0000.crypto: Register ecb(des3_ede) as ecb-des3-ede-rk
[ 11.136943] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video4
[ 11.143993] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 11.149945] es8316 1-0011: ASoC: error at soc_component_write_no_lock on es8316.1-0011 for register: [0x00000000] -6
[ 11.153405] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 11.157984] es8316 1-0011: ASoC: error at soc_component_write_no_lock on es8316.1-0011 for register: [0x00000000] -6
[ 11.167317] rk3288-crypto ff8b0000.crypto: Register cbc(des3_ede) as cbc-des3-ede-rk
[ 11.175278] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 11.197883] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 11.197952] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 11.197971] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 11.198029] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 11.198289] rk3288-crypto ff8b0000.crypto: Register sha1 as rk-sha1
[ 11.202855] es8316 1-0011: ASoC: error at soc_component_write_no_lock on es8316.1-0011 for register: [0x0000000c] -6
<…>
[ 11.226552] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000d] -6
[ 11.226752] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000019] -6
[ 11.242471] rk3288-crypto ff8b0000.crypto: Register sha256 as rk-sha256
[ 11.293920] rk3288-crypto ff8b0000.crypto: Register md5 as rk-md5
[ 11.303455] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 11.354362] sdiohal err:wait scan card time out
[ 11.356847] input: Analog Headphones as /devices/platform/sound/sound/card1/input12
[ 11.362592] rk3288-crypto ff8b8000.crypto: will run requests pump with realtime priority
[ 11.363611] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 11.375853] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 11.396243] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 11.401002] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 11.401050] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 11.401068] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 11.401111] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 11.426885] Bluetooth: HCI UART driver ver 2.3
[ 11.426921] Bluetooth: HCI UART protocol H4 registered
[ 11.426931] Bluetooth: HCI UART protocol BCSP registered
[ 11.427082] Bluetooth: HCI UART protocol LL registered
[ 11.427094] Bluetooth: HCI UART protocol ATH3K registered
[ 11.427174] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 11.427652] Bluetooth: HCI UART protocol Intel registered
[ 11.428251] Bluetooth: HCI UART protocol Broadcom registered
[ 11.428357] Bluetooth: HCI UART protocol QCA registered
[ 11.431980] Bluetooth: HCI UART protocol Marvell registered
[ 11.630412] Adding 4194300k swap on /dev/sda2. Priority:-2 extents:1 across:4194300k
[ 11.649841] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000018] -6
<…>
[ 11.664161] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000022] -6
[ 11.664184] es8316 1-0011: ASoC: Differential Mux DAPM update failed: -6
[ 11.664392] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000001] -6
[ 11.664590] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000d] -6
[ 11.664777] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000018] -6
[ 11.664964] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000019] -6
[ 11.665150] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000001a] -6
[ 11.665344] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000015] -6
[ 11.665531] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000015] -6
[ 11.665716] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000022] -6
[ 11.665904] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000017] -6
[ 11.666278] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000025] -6
[ 11.667304] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000025] -6
[ 11.667337] es8316 1-0011: ASoC: Digital Mic Mux DAPM update failed: -6
[ 11.667656] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000030] -6
[ 11.667892] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000030] -6
[ 11.667913] es8316 1-0011: ASoC: DAC Source Mux DAPM update failed: -6
[ 11.668167] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000013] -6
[ 11.668484] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000017] -6
[ 11.668684] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000015] -6
[ 11.668870] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000022] -6
[ 11.669057] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000015] -6
[ 11.669249] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000001] -6
[ 11.669435] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000d] -6
[ 11.669621] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000018] -6
[ 11.669814] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000019] -6
[ 11.670004] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000001a] -6
[ 11.670195] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000013] -6
[ 11.670214] es8316 1-0011: ASoC: Left Headphone Mux DAPM update failed: -6
[ 11.670581] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000013] -6
[ 11.670800] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000013] -6
[ 11.670820] es8316 1-0011: ASoC: Right Headphone Mux DAPM update failed: -6
[ 11.671072] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[ 11.671323] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[ 11.671567] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[ 11.671789] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000014] -6
[ 11.671808] es8316 1-0011: ASoC: Right Headphone Mixer DAPM update failed: -6
[ 11.672054] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[ 14.392725] WCN_ERR: wait SDIO rescan card time out
[ 14.392751] WCN_ERR: chip power on fail
[ 14.392759] sdiohal:sdiohal_runtime_put entry
[ 14.392768] sdiohal err:sdiohal_runtime_put line 1755 not have card
[ 14.410610] sdiohal err:sdiohal_tx_thread line 152 not have card
[ 14.432683] sdiohal:sdiohal_scan_card
[ 16.952697] sdiohal err:wait scan card time out
[ 17.432606] sprdwl:[WIFI_CMD_SYNC_VERSION]timeout
[ 17.432625] sprdwl:ctx_id:0 cmd: WIFI_CMD_SYNC_VERSION[9] rsp timeout (mstime = 14408), num=1
[ 17.432644] sprdwl:SYNC CMD ERROR!!
[ 17.433210] sprdwl:sprdwl_tx_deinit cmd not yet transmited, cmd_send:1, cmd_poped:0
[ 19.992588] WCN_ERR: wait SDIO rescan card time out
[ 19.992605] WCN_ERR: chip power on fail
[ 19.992612] sdiohal:sdiohal_runtime_put entry
[ 19.992621] sdiohal err:sdiohal_runtime_put line 1755 not have card
[ 19.992649] bluetooth_set_power: end_block=0
[ 24.793262] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 24.796803] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 24.798120] platform fe900000.usb: deferred probe pending
[ 24.798132] platform cpufreq-dt: deferred probe pending
[ 24.798140] platform fe320000.mmc: deferred probe pending
[ 24.798147] platform sdio-pwrseq: deferred probe pending
[ 24.798156] platform ff320000.syscon:io-domains: deferred probe pending
[ 24.798163] platform ff770000.syscon:io-domains: deferred probe pending
[ 24.798171] platform ff100000.saradc: deferred probe pending
[ 24.798178] platform fe300000.ethernet: deferred probe pending
[ 24.798186] platform fe800000.usb: deferred probe pending
[ 24.798193] platform vdd-log: deferred probe pending
[ 24.799475] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 24.799539] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 24.799558] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 24.799609] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 27.106259] sprdwl:sprdwl_msg_deinit ref not ok! wait for pop!
[ 30.153235] unisoc_wifi: probe of unisoc_wifi failed with error -1
[ 30.758139] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000018] -6
[ 30.759501] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000016] -6
<…>
[ 30.785159] es8316 1-0011: ASoC: Right Headphone Mixer DAPM update failed: -6
[ 30.785411] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000014] -6
[ 30.932639] bluetooth_set_power: start_block=0
[ 30.972458] sdiohal:sdiohal_scan_card
[ 33.512810] sdiohal err:wait scan card time out
[ 36.552658] WCN_ERR: wait SDIO rescan card time out
[ 36.552685] WCN_ERR: chip power on fail
[ 36.552693] sdiohal:sdiohal_runtime_put entry
[ 36.552702] sdiohal err:sdiohal_runtime_put line 1755 not have card
[ 36.552739] bluetooth_set_power: end_block=0
[ 36.573783] mtty_open device success!
[ 37.108192] mtty_close device success !
[ 45.799405] systemd-journald[323]: File /var/log/journal/b8411a48f5e84ccbb678cee1318ca9cc/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[ 53.853795] kwin_wayland[678]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 63.340338] EXT4-fs (mmcblk1p2): recovery complete
[ 63.340371] EXT4-fs (mmcblk1p2): mounted filesystem 2600b70b-9b11-4893-9942-1bf4ce9253c1 r/w with ordered data mode. Quota mode: none.
[ 63.341629] EXT4-fs (sda6): mounting with “discard” option, but the device does not support discard
[ 63.341652] EXT4-fs (sda6): mounted filesystem f0d36e92-f83d-40e0-8db6-bacccae062da r/w with ordered data mode. Quota mode: none.
[ 63.385376] EXT4-fs (sda4): mounted filesystem 3b238248-b0fb-4f7e-b524-cb5a4173b818 r/w with ordered data mode. Quota mode: none.
[ 63.994129] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 63.994150] Bluetooth: BNEP filters: protocol multicast
[ 63.994170] Bluetooth: BNEP socket layer initialized
[ 79.338582] hdmi-audio-codec hdmi-audio-codec.2.auto: Only one simultaneous stream supported!
[ 79.338618] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
[ 79.447916] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000b] -6
<…>
[ 84.557632] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000001a] -6
[ 251.622639] usb 3-1.4.4.2: new high-speed USB device number 8 using ehci-platform
[ 251.805465] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 251.805502] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 251.805517] usb 3-1.4.4.2: Product: Redmi 4X
[ 251.805528] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 251.805539] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 251.808194] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 251.811604] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 251.814273] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 251.814311] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 251.814329] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 251.814365] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 253.065970] usb 3-1.4.4.2: USB disconnect, device number 8
[ 255.722619] usb 3-1.4.4.2: new high-speed USB device number 9 using ehci-platform
[ 255.895340] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 255.895377] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 255.895391] usb 3-1.4.4.2: Product: Redmi 4X
[ 255.895403] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 255.895415] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 255.898203] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 255.902984] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 255.906706] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 255.906769] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 255.906788] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 255.906836] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 262.537271] usb 3-1.4.4.2: USB disconnect, device number 9
[ 262.882586] usb 3-1.4.4.2: new high-speed USB device number 10 using ehci-platform
[ 263.065557] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 263.065593] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 263.065609] usb 3-1.4.4.2: Product: Redmi 4X
[ 263.065620] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 263.065632] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 263.068573] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 263.073128] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 263.075826] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 263.075903] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 263.075921] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 263.075984] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 264.585971] usb 3-1.4.4.2: USB disconnect, device number 10
[ 264.942668] usb 3-1.4.4.2: new high-speed USB device number 11 using ehci-platform
[ 265.124643] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 265.124679] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 265.124694] usb 3-1.4.4.2: Product: Redmi 4X
[ 265.124706] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 265.124717] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 265.127270] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 265.130732] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 265.133256] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 265.133297] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 265.133314] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 265.133349] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 274.825971] usb 3-1.4.4.2: USB disconnect, device number 11
[ 275.162539] usb 3-1.4.4.2: new high-speed USB device number 12 using ehci-platform
[ 275.354965] usb 3-1.4.4.2: New USB device found, idVendor=2717, idProduct=ff88, bcdDevice= 4.09
[ 275.355003] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 275.355017] usb 3-1.4.4.2: Product: Redmi 4X
[ 275.355029] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 275.355040] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 275.359797] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 275.365220] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 275.369036] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 275.369085] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 275.369103] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 275.369146] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 275.424447] usbcore: registered new interface driver cdc_ether
[ 275.429913] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 275.433408] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 275.433698] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, 5e:7f:6f:89:e8:24
[ 275.434177] usbcore: registered new interface driver rndis_host
[ 275.437445] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 275.437529] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 275.437548] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 275.437606] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 275.437674] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 275.442505] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 275.520386] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0
[ 275.849149] usb 3-1.4.4.2: USB disconnect, device number 12
[ 275.851828] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: unregister ‘rndis_host’ usb-fe3c0000.usb-1.4.4.2, RNDIS device
[ 276.802447] usb 3-1.4.4.2: new high-speed USB device number 13 using ehci-platform
[ 276.975089] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 276.975125] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 276.975140] usb 3-1.4.4.2: Product: Redmi 4X
[ 276.975151] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 276.975162] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 276.979061] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 276.983318] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 276.983395] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 276.983396] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 276.983419] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 276.983487] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 280.201356] usb 3-1.4.4.2: USB disconnect, device number 13
[ 280.552448] usb 3-1.4.4.2: new high-speed USB device number 14 using ehci-platform
[ 280.754962] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 280.754999] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 280.755014] usb 3-1.4.4.2: Product: Redmi 4X
[ 280.755026] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 280.755037] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 280.760098] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 280.765179] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 280.769407] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 280.769469] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 280.769488] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 280.769542] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 284.041143] usb 3-1.4.4.2: USB disconnect, device number 14
[ 284.392637] usb 3-1.4.4.2: new high-speed USB device number 15 using ehci-platform
[ 284.575337] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 284.575374] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 284.575389] usb 3-1.4.4.2: Product: Redmi 4X
[ 284.575400] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 284.575412] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 284.578893] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 284.581590] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 284.584159] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 284.584199] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 284.584218] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 284.584260] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 289.417958] usb 3-1.4.4.2: USB disconnect, device number 15
[ 289.852649] usb 3-1.4.4.2: new high-speed USB device number 16 using ehci-platform
[ 290.222630] usb 3-1.4.4.2: device descriptor read/64, error -71
[ 290.536860] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 290.536898] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 290.536912] usb 3-1.4.4.2: Product: Redmi 4X
[ 290.536924] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 290.536935] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 290.540898] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 290.545665] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 290.549738] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 290.549816] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 290.549834] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 290.549890] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 291.465973] usb 3-1.4.4.2: USB disconnect, device number 16
[ 291.792616] usb 3-1.4.4.2: new high-speed USB device number 17 using ehci-platform
[ 291.985590] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 291.985627] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 291.985642] usb 3-1.4.4.2: Product: Redmi 4X
[ 291.985653] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 291.985664] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 291.989518] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 291.994047] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 291.998019] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 291.998081] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 291.998099] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 291.998153] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 292.234027] usb 3-1.4.4.2: USB disconnect, device number 17
[ 292.572629] usb 3-1.4.4.2: new high-speed USB device number 18 using ehci-platform
[ 292.754386] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 292.754422] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 292.754437] usb 3-1.4.4.2: Product: Redmi 4X
[ 292.754449] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 292.754460] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 292.758391] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 292.761991] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 292.765722] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 292.765790] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 292.765809] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 292.765864] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 294.537715] usb 3-1.4.4.2: USB disconnect, device number 18
[ 294.882668] usb 3-1.4.4.2: new high-speed USB device number 19 using ehci-platform
[ 295.055969] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 295.056005] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 295.056020] usb 3-1.4.4.2: Product: Redmi 4X
[ 295.056032] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 295.056043] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 295.059574] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 295.062597] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 295.065499] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 295.065540] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 295.065558] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 295.065596] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 296.073589] usb 3-1.4.4.2: USB disconnect, device number 19
[ 296.402499] usb 3-1.4.4.2: new high-speed USB device number 20 using ehci-platform
[ 296.574766] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 296.574802] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 296.574818] usb 3-1.4.4.2: Product: Redmi 4X
[ 296.574830] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 296.574854] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 296.578446] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 296.580912] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 296.583205] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 296.583241] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 296.583258] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 296.583294] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 301.961587] usb 3-1.4.4.2: USB disconnect, device number 20
[ 302.402677] usb 3-1.4.4.2: new high-speed USB device number 21 using ehci-platform
[ 302.574646] usb 3-1.4.4.2: New USB device found, idVendor=2717, idProduct=ff88, bcdDevice= 4.09
[ 302.574683] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 302.574698] usb 3-1.4.4.2: Product: Redmi 4X
[ 302.574710] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 302.574721] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 302.579946] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, c2:22:15:41:3f:2c
[ 302.582306] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 302.587907] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 302.592094] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 302.592165] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 302.592184] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 302.592198] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 302.592244] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 302.675478] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0
[ 321.929017] usb 3-1.4.4.2: USB disconnect, device number 21
[ 321.931519] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: unregister ‘rndis_host’ usb-fe3c0000.usb-1.4.4.2, RNDIS device
[ 322.922587] usb 3-1.4.4.2: new high-speed USB device number 22 using ehci-platform
[ 323.114644] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 323.114681] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 323.114696] usb 3-1.4.4.2: Product: Redmi 4X
[ 323.114707] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 323.114718] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 323.119277] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 323.122893] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 323.127964] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 323.128030] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 323.128048] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 323.128104] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 329.353587] usb 3-1.4.4.2: USB disconnect, device number 22
[ 329.702464] usb 3-1.4.4.2: new high-speed USB device number 23 using ehci-platform
[ 329.875589] usb 3-1.4.4.2: New USB device found, idVendor=2717, idProduct=ff88, bcdDevice= 4.09
[ 329.875626] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 329.875641] usb 3-1.4.4.2: Product: Redmi 4X
[ 329.875653] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 329.875664] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 329.880260] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, a2:40:47:ca:fc:c2
[ 329.884163] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 329.889274] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 329.898823] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 329.898908] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 329.898926] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 329.898999] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 329.899346] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 329.901406] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 329.965693] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0
[ 330.377027] usb 3-1.4.4.2: USB disconnect, device number 23
[ 330.379554] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: unregister ‘rndis_host’ usb-fe3c0000.usb-1.4.4.2, RNDIS device
[ 330.812434] usb 3-1.4.4.2: new high-speed USB device number 24 using ehci-platform
[ 330.994968] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 330.995006] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 330.995021] usb 3-1.4.4.2: Product: Redmi 4X
[ 330.995033] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 330.995044] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 330.999512] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 331.001157] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 331.002019] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 331.002132] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 331.002197] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 331.002256] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 331.145462] usb 3-1.4.4.2: USB disconnect, device number 24
[ 331.592491] usb 3-1.4.4.2: new high-speed USB device number 25 using ehci-platform
[ 331.767277] usb 3-1.4.4.2: New USB device found, idVendor=2717, idProduct=ff88, bcdDevice= 4.09
[ 331.767316] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 331.767382] usb 3-1.4.4.2: Product: Redmi 4X
[ 331.767395] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 331.767407] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 331.773786] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, d2:4c:1e:ed:12:1d
[ 331.782735] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 331.784569] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 331.793217] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 331.793300] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 331.793319] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 331.793384] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 331.796245] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 331.842045] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0
[ 431.497146] usb 3-1.4.4.2: USB disconnect, device number 25
[ 431.499678] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: unregister ‘rndis_host’ usb-fe3c0000.usb-1.4.4.2, RNDIS device
[ 432.472430] usb 3-1.4.4.2: new high-speed USB device number 26 using ehci-platform
[ 432.655681] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 432.655725] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 432.655740] usb 3-1.4.4.2: Product: Redmi 4X
[ 432.655752] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 432.655764] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 432.660945] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 432.669325] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 432.672720] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 432.672783] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 432.672802] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 432.672856] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 433.545291] usb 3-1.4.4.2: USB disconnect, device number 26
[ 438.772485] usb 3-1.4.4.2: new high-speed USB device number 27 using ehci-platform
[ 438.984394] usb 3-1.4.4.2: New USB device found, idVendor=18d1, idProduct=4ee7, bcdDevice= 4.09
[ 438.984432] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 438.984447] usb 3-1.4.4.2: Product: Redmi 4X
[ 438.984459] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 438.984470] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 438.987164] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 438.991469] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 438.993834] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 438.993882] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 438.993899] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 438.993941] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 440.969840] usb 3-1.4.4.2: USB disconnect, device number 27
[ 441.282617] usb 3-1.4.4.2: new high-speed USB device number 28 using ehci-platform
[ 441.465337] usb 3-1.4.4.2: New USB device found, idVendor=2717, idProduct=ff88, bcdDevice= 4.09
[ 441.465375] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 441.465390] usb 3-1.4.4.2: Product: Redmi 4X
[ 441.465401] usb 3-1.4.4.2: Manufacturer: Xiaomi
[ 441.465412] usb 3-1.4.4.2: SerialNumber: f04cd2d67d14
[ 441.474381] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, 2e:b6:6f:e6:94:de
[ 441.475703] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 441.485925] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 441.489229] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 441.492180] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 441.492255] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 441.492274] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 441.492335] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 441.557286] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0
[ 471.689022] usb 3-1.4.4.2: USB disconnect, device number 28
[ 471.691527] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: unregister ‘rndis_host’ usb-fe3c0000.usb-1.4.4.2, RNDIS device
[ 476.902455] usb 3-1.4.4.2: new high-speed USB device number 29 using ehci-platform
[ 477.074746] usb 3-1.4.4.2: New USB device found, idVendor=1782, idProduct=4002, bcdDevice=ff.ff
[ 477.074809] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 477.074825] usb 3-1.4.4.2: Product: Spreadtrum Phone
[ 477.074838] usb 3-1.4.4.2: Manufacturer: Spreadtrum
[ 477.074849] usb 3-1.4.4.2: SerialNumber: 18490175793003
[ 477.095293] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 477.097023] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 477.112781] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 477.112860] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 477.112879] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 477.112947] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 502.409521] usb 3-1.4.4.2: USB disconnect, device number 29
[ 502.842495] usb 3-1.4.4.2: new high-speed USB device number 30 using ehci-platform
[ 503.014522] usb 3-1.4.4.2: New USB device found, idVendor=1782, idProduct=5d21, bcdDevice= 4.04
[ 503.014558] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 503.014573] usb 3-1.4.4.2: Product: Spreadtrum Phone
[ 503.014585] usb 3-1.4.4.2: Manufacturer: Spreadtrum
[ 503.014596] usb 3-1.4.4.2: SerialNumber: 18490175793003
[ 503.020490] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, be:a1:f6:3d:7a:ef
[ 503.022032] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 503.025228] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 503.033906] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 503.034887] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 503.034964] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 503.034983] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 503.035044] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 503.048665] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 503.059746] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 503.061757] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 503.061804] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 503.061823] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 503.061862] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 503.165191] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0
[ 565.385798] usb 3-1.4.4.2: USB disconnect, device number 30
[ 565.388528] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: unregister ‘rndis_host’ usb-fe3c0000.usb-1.4.4.2, RNDIS device
[ 570.352453] usb 3-1.4.4.2: new high-speed USB device number 31 using ehci-platform
[ 570.534544] usb 3-1.4.4.2: New USB device found, idVendor=1782, idProduct=4002, bcdDevice=ff.ff
[ 570.534582] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 570.534596] usb 3-1.4.4.2: Product: Spreadtrum Phone
[ 570.534609] usb 3-1.4.4.2: Manufacturer: Spreadtrum
[ 570.534620] usb 3-1.4.4.2: SerialNumber: 18490175793003
[ 570.548883] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 570.553841] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 570.555572] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 570.555612] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 570.555629] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 570.555667] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 574.857843] usb 3-1.4.4.2: USB disconnect, device number 31
[ 575.282474] usb 3-1.4.4.2: new high-speed USB device number 32 using ehci-platform
[ 575.454716] usb 3-1.4.4.2: New USB device found, idVendor=1782, idProduct=5d21, bcdDevice= 4.04
[ 575.454754] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 575.454768] usb 3-1.4.4.2: Product: Spreadtrum Phone
[ 575.454781] usb 3-1.4.4.2: Manufacturer: Spreadtrum
[ 575.454792] usb 3-1.4.4.2: SerialNumber: 18490175793003
[ 575.460208] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, a2:1f:f0:cc:ed:1c
[ 575.461311] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 575.473314] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 575.477111] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 575.478020] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 575.478101] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 575.478120] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 575.478181] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 575.565996] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0
[ 1352.065181] es8316 1-0011: ASoC: error at soc_component_read_no_lock on es8316.1-0011 for register: [0x00000018] -6
<…>
[ 1381.417729] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000030] -6
[ 1388.550351] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1388.820263] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1388.990476] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1389.520340] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1390.180317] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1393.610400] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1393.775600] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000030] -6
[ 1393.920590] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1397.300554] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000000b] -6
<…>
[ 1427.356373] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000018] -6
[ 1427.356700] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x00000019] -6
[ 1427.357024] es8316 1-0011: ASoC: error at snd_soc_component_update_bits on es8316.1-0011 for register: [0x0000001a] -6
[ 1481.374144] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1483.284224] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1483.444243] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1488.224427] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1490.164519] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones
[ 1565.321138] usb 3-1.4.4.2: USB disconnect, device number 32
[ 1565.323662] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: unregister ‘rndis_host’ usb-fe3c0000.usb-1.4.4.2, RNDIS device
[ 2314.761374] usb 3-1.4.4.2: new high-speed USB device number 33 using ehci-platform
[ 2314.954388] usb 3-1.4.4.2: New USB device found, idVendor=1782, idProduct=4002, bcdDevice=ff.ff
[ 2314.954426] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2314.954442] usb 3-1.4.4.2: Product: Spreadtrum Phone
[ 2314.954454] usb 3-1.4.4.2: Manufacturer: Spreadtrum
[ 2314.954466] usb 3-1.4.4.2: SerialNumber: 18490175793003
[ 2314.969056] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2314.970262] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2314.973494] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 2314.973573] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 2314.973592] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 2314.973650] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2318.985967] usb 3-1.4.4.2: USB disconnect, device number 33
[ 2319.321592] usb 3-1.4.4.2: new high-speed USB device number 34 using ehci-platform
[ 2319.524331] usb 3-1.4.4.2: New USB device found, idVendor=1782, idProduct=5d21, bcdDevice= 4.04
[ 2319.524368] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2319.524384] usb 3-1.4.4.2: Product: Spreadtrum Phone
[ 2319.524396] usb 3-1.4.4.2: Manufacturer: Spreadtrum
[ 2319.524408] usb 3-1.4.4.2: SerialNumber: 18490175793003
[ 2319.529714] rndis_host 3-1.4.4.2:1.0 usb0: register ‘rndis_host’ at usb-fe3c0000.usb-1.4.4.2, RNDIS device, aa:ef:c5:e5:05:99
[ 2319.532534] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2319.533394] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2319.538653] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 2319.538706] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 2319.538724] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 2319.538765] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2319.542882] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2319.543697] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2319.549893] rockchip-usb2phy ff770000.syscon:usb2phy@e450: Requested PHY is disabled
[ 2319.550905] rockchip-usb2phy ff770000.syscon:usb2phy@e460: Requested PHY is disabled
[ 2319.557387] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 2319.557442] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 2319.557463] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 2319.557507] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[ 2319.652737] rndis_host 3-1.4.4.2:1.0 enu1u4u4u2: renamed from usb0

Some errors when I was updating to the next testing update

:: Запуск post-transaction hooks…
( 1/24) Creating system user accounts…
( 2/24) Updating journal message catalog…
( 3/24) Reloading system manager configuration…
( 4/24) Reloading user manager configuration…
( 5/24) Updating udev hardware database…
( 6/24) Applying kernel sysctl settings…
( 7/24) Creating temporary files…
( 8/24) Reloading device manager configuration…
( 9/24) Arming ConditionNeedsUpdate…
(10/24) Updating the MIME type database…
(11/24) Rebuilding certificate stores…
(12/24) Updating module dependencies…
(13/24) Updating linux-opi module dependencies…
(14/24) Install DKMS modules
==> dkms install --no-depmod rtl8723cs/2021.09.02 -k 6.6.10-1-MANJARO-ARM
Error! Bad return status for module build on kernel: 6.6.10-1-MANJARO-ARM (aarch64)
Consult /var/lib/dkms/rtl8723cs/2021.09.02/build/make.log for more information.
==> WARNING: `dkms install --no-depmod rtl8723cs/2021.09.02 -k 6.6.10-1-MANJARO-ARM’ exited 10
(15/24) Updating linux-opi initcpios…
==> Building image from preset: /etc/mkinitcpio.d/linux-opi.preset: ‘default’
==> Using configuration file: ‘/etc/mkinitcpio.conf’
→ -k 6.6.10-1-MANJARO-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: ‘6.6.10-1-MANJARO-ARM’
→ Running build hook: [base]
→ Running build hook: [udev]
→ Running build hook: [autodetect]
→ Running build hook: [modconf]
→ Running build hook: [kms]
→ Running build hook: [keyboard]
→ Running build hook: [keymap]
→ Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
→ Running build hook: [block]
→ Running build hook: [filesystems]
→ Running build hook: [fsck]
==> ERROR: module not found: ‘rtc_rk808’
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: ‘/boot/initramfs-linux.img’
==> WARNING: errors were encountered during the build. The image may not be complete.
ошибка: не удалось корректно выполнить команду
(16/24) Updating linux initcpios…
==> Building image from preset: /etc/mkinitcpio.d/linux-opi.preset: ‘default’
==> Using configuration file: ‘/etc/mkinitcpio.conf’
→ -k 6.6.10-1-MANJARO-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: ‘6.6.10-1-MANJARO-ARM’
→ Running build hook: [base]
→ Running build hook: [udev]
→ Running build hook: [autodetect]
→ Running build hook: [modconf]
→ Running build hook: [kms]
→ Running build hook: [keyboard]
→ Running build hook: [keymap]
→ Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
→ Running build hook: [block]
→ Running build hook: [filesystems]
→ Running build hook: [fsck]
==> ERROR: module not found: ‘rtc_rk808’
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: ‘/boot/initramfs-linux.img’
==> WARNING: errors were encountered during the build. The image may not be complete.
ошибка: не удалось корректно выполнить команду
(17/24) Updating the appstream cache…
:heavy_check_mark: Кэш метаданных успешно обновлен.
(18/24) Reloading system bus configuration…
(19/24) Updating fontconfig cache…
(20/24) Compiling GSettings XML schema files…
(21/24) Probing GTK3 input method modules…
(22/24) Updating icon theme caches…
(23/24) Updating the info directory file…
(24/24) Updating the desktop file MIME type cache…

DKMS make.log for rtl8723cs-2021.09.02 for kernel 6.6.10-1-MANJARO-ARM (aarch64)

DKMS make.log for rtl8723cs-2021.09.02 for kernel 6.6.10-1-MANJARO-ARM (aarch64)
Пн 29 янв 2024 11:18:05 MSK
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/6.6.10-1-MANJARO-ARM/build/ M=/var/lib/dkms/rtl8723cs/2021.09.02/build modules
make[1]: вход в каталог «/usr/lib/modules/6.6.10-1-MANJARO-ARM/build»
CC [M] /var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_cmd.o
CC [M] /var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_security.o
CC [M] /var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_debug.o
CC [M] /var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_io.o
In file included from /var/lib/dkms/rtl8723cs/2021.09.02/build/include/osdep_service.h:46,
from /var/lib/dkms/rtl8723cs/2021.09.02/build/include/drv_types.h:32,
from /var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_cmd.c:22:
/var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_cmd.c: В функции «rtw_cmd_thread»:
/var/lib/dkms/rtl8723cs/2021.09.02/build/include/osdep_service_linux.h:180:23: ошибка: неявная декларация функции «complete_and_exit» [-Werror=implicit-function-declaration]
180 | #define thread_exit() complete_and_exit(NULL, 0)
| ^~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_cmd.c:747:9: замечание: в расширении макроса «thread_exit»
747 | thread_exit();
| ^~~~~~~~~~~
/var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_cmd.c:749:1: ошибка: управление достигает конца не-void функции [-Werror=return-type]
749 | }
| ^
CC [M] /var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_ioctl_query.o
cc1: некоторые предупреждения считаются ошибками
make[3]: *** [scripts/Makefile.build:243: /var/lib/dkms/rtl8723cs/2021.09.02/build/core/rtw_cmd.o] Ошибка 1
make[3]: *** Ожидание завершения заданий…
make[2]: *** [/usr/lib/modules/6.6.10-1-MANJARO-ARM/build/Makefile:1913: /var/lib/dkms/rtl8723cs/2021.09.02/build] Ошибка 2
make[1]: *** [Makefile:234: __sub-make] Ошибка 2
make[1]: выход из каталога «/usr/lib/modules/6.6.10-1-MANJARO-ARM/build»
make: *** [Makefile:1878: modules] Ошибка 2

I’m thinking about restoring backup, but I’m waiting for your questions and recomendations.

Assuming you upgraded the kernel to 6.6.10 you will need an updated rtl8723cs dkms package.

1 Like

if I downloaded Dev 20240108, would I automatically be in the testing branch? I just did an update, came back and found my Pi5 off. When I turn it on, the screen shows only black 1080p and the system fan goes full bore, I get a green light but no activity, and nothing else happens. Somehow the update borked it, and I have no clue how to salvage it. I guess I’ll start over again from that same image and see if it happens again.

It is on the unstable branch, The upgrade did not cause that issue here on my pi5. and XFCE

All fine on the pinebook pro. Cheers!

1 Like

Update failed on pinebook pro due to expired key:

error: linux: signature from "Furkan Kardame <furkan@fkardame.com>" is unknown trust
:: File /var/cache/pacman/pkg/linux-6.6.10-1-aarch64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.

$ sudo pacman-key -l Furkan
pub   rsa2048 2020-02-10 [SC] [expired: 2024-02-04]
      47D9DA1E810C1BCAEBB6C4861BF79786E554EF5D
uid           [ expired] Furkan Kardame <furkan@fkardame.com>

$ sudo pacman-key --refresh-keys Furkan
gpg: error retrieving 'furkan@fkardame.com' via WKD: General error
gpg: error reading key: General error
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
gpg: key 1BF79786E554EF5D: "Furkan Kardame <furkan@fkardame.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

Edit 20240211:
Update successful after expired key was renewed.

2 Likes

Hi @trinapicot
Same issue here, on stable branch. I hope @spikerguy is well

__

have someone up date glibc on arm ?

https://packages.manjaro.org/?query=glibc&arm=on

not on arm :-[

https://archlinuxarm.org/packages/aarch64/glibc

but on x86 :-]

https://archlinux.org/packages/?q=glibc

Its already updated. Just wanted for it to reflect.

1 Like

Nice to read you, it’s now solved, thanks.

[nlc4@c4 ~]$ sudo pacman -Syu
[sudo] password for nlc4: 
:: Synchronising package databases...
 core                                                                      265,1 KiB   884 KiB/s 00:00 [############################################################] 100%
 extra                                                                       9,2 MiB  24,9 MiB/s 00:00 [############################################################] 100%
 community                                                                  29,0   B   580   B/s 00:00 [############################################################] 100%
:: Some packages should be upgraded first...
resolving dependencies...
looking for conflicting packages...

Packages (1) manjaro-arm-keyring-20240211-2

Total Download Size:   0,02 MiB
Total Installed Size:  0,02 MiB
Net Upgrade Size:      0,00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 manjaro-arm-keyring-20240211-2-any                                         19,6 KiB   217 KiB/s 00:00 [############################################################] 100%
(1/1) checking keys in keyring                                                                         [############################################################] 100%
(1/1) checking package integrity                                                                       [############################################################] 100%
(1/1) loading package files                                                                            [############################################################] 100%
(1/1) checking for file conflicts                                                                      [############################################################] 100%
(1/1) checking available disk space                                                                    [############################################################] 100%
:: Processing package changes...
(1/1) upgrading manjaro-arm-keyring                                                                    [############################################################] 100%
==> Appending keys from manjaro-arm.gpg...
gpg: public key DB323392796CA067 is 3037 days newer than the signature
gpg: error reading key: No public key
==> Disabling revoked keys in keyring...
  -> Disabled 1 keys.
==> Updating trust database...
gpg: next trustdb check due at 2024-04-10
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

:: Starting full system upgrade...

...

==> Creating gzip-compressed initcpio image: '/boot/initramfs-linux.img'
==> WARNING: errors were encountered during the build. The image may not be complete.
error: command failed to execute correctly
(15/27) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using configuration file: '/etc/mkinitcpio.conf'
  -> -k 6.6.7-1-MANJARO-ARM -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: '6.6.7-1-MANJARO-ARM'
  -> Running build hook: [base]
  -> Running build hook: [udev]
==> ERROR: Hook 'plymouth' cannot be found
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: '/boot/initramfs-linux.img'
==> WARNING: errors were encountered during the build. The image may not be complete.
error: command failed to execute correctly
(16/27) Updating the appstream cache...
✔ Metadata cache was updated successfully.
(17/27) Updating uimg initcpios...
Image Name:   Ramdisk Image
Created:      Sun Feb 11 17:56:04 2024
Image Type:   AArch64 Linux RAMDisk Image (uncompressed)
Data Size:    7832224 Bytes = 7648.66 KiB = 7.47 MiB
Load Address: 00000000
Entry Point:  00000000
(18/27) Reloading system bus configuration...
(19/27) Warn about old perl modules
(20/27) Updating fontconfig cache...
(21/27) Probing GDK-Pixbuf loader modules...
(22/27) Compiling GSettings XML schema files...
(23/27) Updating icon theme caches...
(24/27) Updating GTK4 module cache...
(25/27) Updating the info directory file...
(26/27) Updating the desktop file MIME type cache...
(27/27) Updating X fontdir indices...
[nlc4@c4 ~]$ reboot

They have it updated as well:

1 Like

But not in their repo yet.

http://fl.us.mirror.archlinuxarm.org/aarch64/core/