You are not logged in.

#1 2023-12-06 11:06:48

bommelbimmel
Member
Registered: 2023-12-06
Posts: 2

ALSA: no input through internal microphone (Lenovo Ideapad,Ryzen 7735)

Hi there,
I just bought a Lenovo IdeaPad Pro 5 (16ARP8) and installed Arch on it. Everything is working fine until I tried to hop onto a call and noticed that the internal microphone doesn't work and in fact isn't recognized by the system at all (sorry about the German system language, it should still be clear I hope. Eingabegerät = Audio input): https://i.ibb.co/C5rNrkS/Bildschirmfoto … -45-02.png

Here's my system:

[patrick@archlinux ~]$ inxi -Axxx
Audio:
  Device-1: AMD Rembrandt Radeon High Definition Audio vendor: Lenovo
    driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
    bus-ID: 73:00.1 chip-ID: 1002:1640 class-ID: 0403
  Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor vendor: Lenovo
    driver: snd_pci_acp6x v: kernel pcie: speed: 16 GT/s lanes: 16
    bus-ID: 73:00.5 chip-ID: 1022:15e2 class-ID: 0480
  Device-3: AMD Family 17h/19h HD Audio vendor: Lenovo driver: snd_hda_intel
    v: kernel pcie: speed: 16 GT/s lanes: 16 bus-ID: 73:00.6 chip-ID: 1022:15e3
    class-ID: 0403
  API: ALSA v: k6.6.4-arch1-1 status: kernel-api
  Server-1: PipeWire v: 1.0.0 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    4: pw-jack type: plugin 
[patrick@archlinux ~]$ arecord -l
**** Liste der Hardware-Geräte (CAPTURE) ****
Karte 1: Generic_1 [HD-Audio Generic], Gerät 0: ALC257 Analog [ALC257 Analog]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0 
[patrick@archlinux ~]$ lspci | grep Audio
73:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1640 <-- HDMI
73:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor (rev 60) <- internal microphone
73:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller <-- Speakers/Headphone jack

According to a different thread with a very similar problem, the ALC257 belongs to the Speakers/Headphone jack and NOT the internal microphone. So it seems that the internal microphone (Raven/Raven2/FireFlight/Renoir Audio Processor (rev 60)) in not recognized by the system at all.

In alsamixer I can in fact only see the HDMI and Speakers/Headphone jack as audio cards:

https://i.ibb.co/9Wnn5fd/Bildschirmfoto … -44-29.png
https://i.ibb.co/wS21HFr/Bildschirmfoto … -44-16.png

This thread here ( https://bbs.archlinux.org/viewtopic.php?id=278886 ) talked about a similar issue with the only difference being that instead of the "Raven/Raven2/FireFlight/Renoir Audio Processor (rev 60)" lspci showed "ACP/ACP3X/ACP6x Audio Coprocessor (rev 60)". The driver (snd_pci_acp6x) is the same though and it might even be the same hardware?

The thread also provided a solution ( https://bbs.archlinux.org/viewtopic.php … 7#p2058087 ): I needed to enable the `snd_pci_acp6x` driver and it's DMIC support in my kernel config.

But unfortunately it didn't explain how, even when asked by a different user.

I'm very new in Arch and wasn't able to find an explanation on how to do it on the web. Can someone please tell me how to do it? It's a completely new system, if it crashes, then no worries.

Thank you.
Patrick

Last edited by bommelbimmel (2023-12-07 12:19:47)

Offline

#2 2023-12-06 20:13:34

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 22,387

Re: ALSA: no input through internal microphone (Lenovo Ideapad,Ryzen 7735)

All of these modules you've found in the older post exist on a normal Arch kernel

 zgrep SND_SOC_AMD /proc/config.gz 
CONFIG_SND_SOC_AMD_ACP=m
CONFIG_SND_SOC_AMD_CZ_DA7219MX98357_MACH=m
CONFIG_SND_SOC_AMD_CZ_RT5645_MACH=m
CONFIG_SND_SOC_AMD_ST_ES8336_MACH=m
CONFIG_SND_SOC_AMD_ACP3x=m
CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
CONFIG_SND_SOC_AMD_RENOIR=m
CONFIG_SND_SOC_AMD_RENOIR_MACH=m
CONFIG_SND_SOC_AMD_ACP5x=m
CONFIG_SND_SOC_AMD_VANGOGH_MACH=m
CONFIG_SND_SOC_AMD_ACP6x=m
CONFIG_SND_SOC_AMD_YC_MACH=m
CONFIG_SND_SOC_AMD_ACP_COMMON=m
CONFIG_SND_SOC_AMD_ACP_PDM=m
CONFIG_SND_SOC_AMD_ACP_LEGACY_COMMON=m
CONFIG_SND_SOC_AMD_ACP_I2S=m
CONFIG_SND_SOC_AMD_ACP_PCM=m
CONFIG_SND_SOC_AMD_ACP_PCI=m
CONFIG_SND_SOC_AMD_MACH_COMMON=m
CONFIG_SND_SOC_AMD_LEGACY_MACH=m
CONFIG_SND_SOC_AMD_SOF_MACH=m
CONFIG_SND_SOC_AMD_RPL_ACP6x=m
CONFIG_SND_SOC_AMD_PS=m
CONFIG_SND_SOC_AMD_PS_MACH=m
...
 modinfo snd-pci-acp6x
filename:       /lib/modules/6.6.4-zen1-1-zen/kernel/sound/soc/amd/yc/snd-pci-acp6x.ko.zst
license:        GPL v2
description:    AMD ACP Yellow Carp PCI driver
author:         Vijendar.Mukunda@amd.com
srcversion:     7DBA7990C680F7456E15DE5
alias:          pci:v00001022d000015E2sv*sd*bc04sc80i00*
depends:        snd-acp-config,snd-pcm
retpoline:      Y
intree:         Y
name:           snd_pci_acp6x
vermagic:       6.6.4-zen1-1-zen SMP preempt mod_unload 
sig_id:         PKCS#7
signer:         Build time autogenerated kernel key
sig_key:        0B:01:9D:76:F3:6D:C1:37:09:57:62:48:6B:5F:05:15:C5:5B:42:5C
sig_hashalgo:   sha512
signature:      30:65:02:31:00:E6:39:B2:29:19:0D:37:EF:B7:F7:B7:9B:65:BA:7B:
                FD:4B:B7:93:C1:D9:AA:99:F6:34:5B:15:F6:20:B1:74:05:4A:61:31:
                46:DD:56:7F:55:33:84:13:84:E0:B0:2E:11:02:30:11:54:00:07:7D:
                04:22:5C:3C:6D:F1:C1:03:00:A5:9C:5A:8E:80:58:C8:11:3B:F0:CA:
                D7:A9:48:DD:DD:36:6A:61:BB:27:B1:4E:68:DA:D1:D0:5B:CB:FD:80:
                41:73:DB

so generally kernel modules should be there as well as the firmwares in linux-firmware. What do you get from

sudo dmesg
lsmod | grep acp
journalctl -b --user-unit=wireplumber --user-unit=pipewire --no-pager

Also please replace those images with links and/or thumbnails.

Last edited by V1del (2023-12-06 20:18:48)

Offline

#3 2023-12-07 14:13:08

bommelbimmel
Member
Registered: 2023-12-06
Posts: 2

Re: ALSA: no input through internal microphone (Lenovo Ideapad,Ryzen 7735)

V1del wrote:

Also please replace those images with links and/or thumbnails.

Thank you for the reply. I've replaced the images with URLs.

From what I can understand about the kernel: yes, it seems that the SND_SOC_AMD entries are there. Regarding the outputs you asked for:

[patrick@archlinux ~]$ lsmod | grep acp
snd_soc_acp6x_mach     28672  0
snd_acp6x_pdm_dma      16384  0
snd_sof_amd_acp        69632  3 snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_sof_amd_renoir
snd_sof_xtensa_dsp     16384  1 snd_sof_amd_acp
snd_sof               425984  2 snd_sof_amd_acp,snd_sof_pci
snd_soc_core          458752  4 snd_soc_acp6x_mach,snd_sof,snd_acp6x_pdm_dma,snd_soc_dmic
snd_intel_sdw_acpi     16384  1 snd_intel_dspcfg
snd_rpl_pci_acp6x      16384  0
snd_acp_pci            12288  0
snd_acp_legacy_common    16384  1 snd_acp_pci
snd_pci_acp6x          20480  0
snd_pci_acp5x          16384  0
snd_pcm               204800  14 snd_sof_amd_acp,snd_hda_codec_hdmi,snd_pci_acp6x,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_sof,snd_acp6x_pdm_dma,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pci_ps,snd_pcm_dmaengine
snd_rn_pci_acp3x       24576  0
snd_acp_config         16384  8 snd_rn_pci_acp3x,snd_pci_acp6x,snd_pci_acp5x,snd_sof_amd_rembrandt,snd_sof_amd_vangogh,snd_acp_pci,snd_pci_ps,snd_sof_amd_renoir
ucsi_acpi              12288  0
snd_soc_acpi           16384  2 snd_sof_amd_acp,snd_acp_config
snd_pci_acp3x          16384  0
typec_ucsi             65536  1 ucsi_acpi
i2c_hid_acpi           12288  0
i2c_hid                40960  1 i2c_hid_acpi
acpi_tad               20480  0
[patrick@archlinux ~]$ journalctl -b --user-unit=wireplumber --user-unit=pirewire --no-pager
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.371258331] [1108] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.371268349] [1108] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.371288818] [1108]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.374229524] [1139] ERROR MediaDevice media_device.cpp:483 /dev/media0[]: Failed to open media device at /dev/media0: Keine Berechtigung
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.374240664] [1139]  INFO DeviceEnumerator device_enumerator.cpp:218 Unable to populate media device /dev/media0 (Keine Berechtigung), skipping
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.374244702] [1139]  WARN DeviceEnumerator device_enumerator_udev.cpp:174 Failed to add device for '/sys/devices/pci0000:00/0000:00:08.3/0000:74:00.0/usb5/5-1/5-1:1.0/media0', skipping
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.374400725] [1139] ERROR MediaDevice media_device.cpp:483 /dev/media1[]: Failed to open media device at /dev/media1: Keine Berechtigung
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.374406375] [1139]  INFO DeviceEnumerator device_enumerator.cpp:218 Unable to populate media device /dev/media1 (Keine Berechtigung), skipping
Dez 07 15:00:43 archlinux wireplumber[1108]: [0:00:25.374408800] [1139]  WARN DeviceEnumerator device_enumerator_udev.cpp:174 Failed to add device for '/sys/devices/pci0000:00/0000:00:08.3/0000:74:00.0/usb5/5-1/5-1:1.2/media1', skipping
Dez 07 15:00:42 archlinux systemd[1088]: Started Multimedia Service Session Manager.
Dez 07 15:00:43 archlinux wireplumber[1108]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner 
[patrick@archlinux ~]$ sudo dmesg
[    0.000000] Linux version 6.6.4-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Mon, 04 Dec 2023 00:29:19 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8cbae55d-5747-4453-a6d7-dee26ed81df3 rw rootfstype=ext4 loglevel=3 quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009f00000-0x0000000009f27fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000009f28000-0x000000005fbfefff] usable
[    0.000000] BIOS-e820: [mem 0x000000005fbff000-0x000000005fbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005fc00000-0x0000000062363fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000062364000-0x0000000064563fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000064564000-0x000000006456cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000006456d000-0x000000006456ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000064570000-0x000000007077efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007077f000-0x0000000072f7efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000072f7f000-0x000000007af7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007af7f000-0x000000007affefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007bffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ce00000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c0200000-0x00000000c02fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000003fe2fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000003ff340000-0x00000004a01fffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] e820: update [mem 0x60020018-0x6002ae57] usable ==> usable
[    0.000000] e820: update [mem 0x60020018-0x6002ae57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009f00000-0x0000000009f27fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000009f28000-0x000000005fbfefff] usable
[    0.000000] reserve setup_data: [mem 0x000000005fbff000-0x000000005fbfffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000005fc00000-0x0000000060020017] usable
[    0.000000] reserve setup_data: [mem 0x0000000060020018-0x000000006002ae57] usable
[    0.000000] reserve setup_data: [mem 0x000000006002ae58-0x0000000062363fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000062364000-0x0000000064563fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000064564000-0x000000006456cfff] usable
[    0.000000] reserve setup_data: [mem 0x000000006456d000-0x000000006456ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000064570000-0x000000007077efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007077f000-0x0000000072f7efff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000072f7f000-0x000000007af7efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007af7f000-0x000000007affefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007afff000-0x000000007affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000007b000000-0x000000007bffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ce00000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c0200000-0x00000000c02fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000003fe2fffff] usable
[    0.000000] reserve setup_data: [mem 0x00000003ff340000-0x00000004a01fffff] reserved
[    0.000000] efi: EFI v2.8 by INSYDE Corp.
[    0.000000] efi: ACPI=0x7affe000 ACPI 2.0=0x7affe014 TPMFinalLog=0x7af3e000 SMBIOS=0x716e1000 SMBIOS 3.0=0x716df000 MEMATTR=0x6bd13018 ESRT=0x6bd32d18 INITRD=0x64578a98 RNG=0x7af96018 TPMEventLog=0x64571018
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem59: MMIO range=[0xc0200000-0xc02fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xc0200000-0xc02fffff] reserved
[    0.000000] efi: Not removing mem60: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Remove mem61: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] efi: Remove mem63: MMIO range=[0x480000000-0x4a01fffff] (514MB) from e820 map
[    0.000000] e820: remove [mem 0x480000000-0x4a01fffff] reserved
[    0.000000] SMBIOS 3.4.0 present.
[    0.000000] DMI: LENOVO 83AS/LNVNB161216, BIOS L0CN25WW 05/23/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3194.038 MHz processor
[    0.000365] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000384] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000446] last_pfn = 0x3fe300 max_arch_pfn = 0x400000000
[    0.000496] MTRR map: 7 entries (3 fixed + 4 variable; max 20), built from 9 variable MTRRs
[    0.000509] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001715] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.012733] esrt: Reserving ESRT space from 0x000000006bd32d18 to 0x000000006bd32dc8.
[    0.012739] e820: update [mem 0x6bd32000-0x6bd32fff] usable ==> reserved
[    0.012753] Using GB pages for direct mapping
[    0.013434] Secure boot disabled
[    0.013435] RAMDISK: [mem 0x5e655000-0x5efb2fff]
[    0.013439] ACPI: Early table checksum verification disabled
[    0.013442] ACPI: RSDP 0x000000007AFFE014 000024 (v02 LENOVO)
[    0.013445] ACPI: XSDT 0x000000007AF99228 000174 (v01 LENOVO CB-01    00000001      01000013)
[    0.013450] ACPI: FACP 0x000000007AFEC000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013453] ACPI: DSDT 0x000000007AFD9000 00C637 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013455] ACPI: FACS 0x000000007AEB3000 000040
[    0.013457] ACPI: UEFI 0x000000007AF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013458] ACPI: SSDT 0x000000007AFFC000 000906 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013460] ACPI: SSDT 0x000000007AFF4000 007F5A (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013461] ACPI: SSDT 0x000000007AFF3000 000573 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013463] ACPI: SSDT 0x000000007AFF2000 0001CC (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013464] ACPI: SSDT 0x000000007AFF1000 000471 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013466] ACPI: TPM2 0x000000007AFF0000 000034 (v04 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013468] ACPI: MSDM 0x000000007AFEF000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013469] ACPI: ASF! 0x000000007AFEE000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013471] ACPI: BOOT 0x000000007AFED000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013472] ACPI: HPET 0x000000007AFEB000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013474] ACPI: APIC 0x000000007AFEA000 000142 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013475] ACPI: MCFG 0x000000007AFE9000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013477] ACPI: SLIC 0x000000007AFE8000 000176 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013478] ACPI: SSDT 0x000000007AFD8000 000099 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013480] ACPI: VFCT 0x000000007AFCD000 00AE84 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013482] ACPI: SSDT 0x000000007AFCC000 0000F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013483] ACPI: SSDT 0x000000007AFC5000 005354 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013485] ACPI: CRAT 0x000000007AFFD000 000EE8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013486] ACPI: CDIT 0x000000007AFC4000 000029 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013488] ACPI: SSDT 0x000000007AFC3000 0000D3 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013489] ACPI: SSDT 0x000000007AFC1000 0015A0 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013491] ACPI: SSDT 0x000000007AFBE000 0029B0 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013493] ACPI: SSDT 0x000000007AFB6000 007EBA (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013494] ACPI: FPDT 0x000000007AFB5000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013496] ACPI: WSMT 0x000000007AFB3000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013497] ACPI: SSDT 0x000000007AFE6000 001F2A (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013499] ACPI: IVRS 0x000000007AFB2000 0001A4 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013500] ACPI: SSDT 0x000000007AFB1000 00076A (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013502] ACPI: SSDT 0x000000007AFB0000 0008C8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013504] ACPI: SSDT 0x000000007AFAF000 000057 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013505] ACPI: SSDT 0x000000007AFAD000 001777 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013507] ACPI: SSDT 0x000000007AFAC000 000AFD (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013508] ACPI: SSDT 0x000000007AFAB000 0007B5 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013510] ACPI: SSDT 0x000000007AFA1000 0093BC (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013511] ACPI: SSDT 0x000000007AF9C000 004FC3 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013513] ACPI: SSDT 0x000000007AF9B000 000EF1 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013514] ACPI: SSDT 0x000000007AF9A000 0007D7 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013516] ACPI: SSDT 0x000000007AFCB000 00008D (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013517] ACPI: SSDT 0x000000007AF97000 0011CD (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013519] ACPI: BGRT 0x000000007AFB4000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.013520] ACPI: Reserving FACP table memory at [mem 0x7afec000-0x7afec10b]
[    0.013521] ACPI: Reserving DSDT table memory at [mem 0x7afd9000-0x7afe5636]
[    0.013522] ACPI: Reserving FACS table memory at [mem 0x7aeb3000-0x7aeb303f]
[    0.013522] ACPI: Reserving UEFI table memory at [mem 0x7af7e000-0x7af7e235]
[    0.013523] ACPI: Reserving SSDT table memory at [mem 0x7affc000-0x7affc905]
[    0.013523] ACPI: Reserving SSDT table memory at [mem 0x7aff4000-0x7affbf59]
[    0.013523] ACPI: Reserving SSDT table memory at [mem 0x7aff3000-0x7aff3572]
[    0.013524] ACPI: Reserving SSDT table memory at [mem 0x7aff2000-0x7aff21cb]
[    0.013524] ACPI: Reserving SSDT table memory at [mem 0x7aff1000-0x7aff1470]
[    0.013525] ACPI: Reserving TPM2 table memory at [mem 0x7aff0000-0x7aff0033]
[    0.013525] ACPI: Reserving MSDM table memory at [mem 0x7afef000-0x7afef054]
[    0.013526] ACPI: Reserving ASF! table memory at [mem 0x7afee000-0x7afee0a4]
[    0.013526] ACPI: Reserving BOOT table memory at [mem 0x7afed000-0x7afed027]
[    0.013527] ACPI: Reserving HPET table memory at [mem 0x7afeb000-0x7afeb037]
[    0.013527] ACPI: Reserving APIC table memory at [mem 0x7afea000-0x7afea141]
[    0.013528] ACPI: Reserving MCFG table memory at [mem 0x7afe9000-0x7afe903b]
[    0.013528] ACPI: Reserving SLIC table memory at [mem 0x7afe8000-0x7afe8175]
[    0.013529] ACPI: Reserving SSDT table memory at [mem 0x7afd8000-0x7afd8098]
[    0.013529] ACPI: Reserving VFCT table memory at [mem 0x7afcd000-0x7afd7e83]
[    0.013530] ACPI: Reserving SSDT table memory at [mem 0x7afcc000-0x7afcc0f7]
[    0.013530] ACPI: Reserving SSDT table memory at [mem 0x7afc5000-0x7afca353]
[    0.013531] ACPI: Reserving CRAT table memory at [mem 0x7affd000-0x7affdee7]
[    0.013531] ACPI: Reserving CDIT table memory at [mem 0x7afc4000-0x7afc4028]
[    0.013531] ACPI: Reserving SSDT table memory at [mem 0x7afc3000-0x7afc30d2]
[    0.013532] ACPI: Reserving SSDT table memory at [mem 0x7afc1000-0x7afc259f]
[    0.013532] ACPI: Reserving SSDT table memory at [mem 0x7afbe000-0x7afc09af]
[    0.013533] ACPI: Reserving SSDT table memory at [mem 0x7afb6000-0x7afbdeb9]
[    0.013533] ACPI: Reserving FPDT table memory at [mem 0x7afb5000-0x7afb5043]
[    0.013534] ACPI: Reserving WSMT table memory at [mem 0x7afb3000-0x7afb3027]
[    0.013534] ACPI: Reserving SSDT table memory at [mem 0x7afe6000-0x7afe7f29]
[    0.013535] ACPI: Reserving IVRS table memory at [mem 0x7afb2000-0x7afb21a3]
[    0.013535] ACPI: Reserving SSDT table memory at [mem 0x7afb1000-0x7afb1769]
[    0.013536] ACPI: Reserving SSDT table memory at [mem 0x7afb0000-0x7afb08c7]
[    0.013536] ACPI: Reserving SSDT table memory at [mem 0x7afaf000-0x7afaf056]
[    0.013537] ACPI: Reserving SSDT table memory at [mem 0x7afad000-0x7afae776]
[    0.013537] ACPI: Reserving SSDT table memory at [mem 0x7afac000-0x7afacafc]
[    0.013538] ACPI: Reserving SSDT table memory at [mem 0x7afab000-0x7afab7b4]
[    0.013538] ACPI: Reserving SSDT table memory at [mem 0x7afa1000-0x7afaa3bb]
[    0.013539] ACPI: Reserving SSDT table memory at [mem 0x7af9c000-0x7afa0fc2]
[    0.013539] ACPI: Reserving SSDT table memory at [mem 0x7af9b000-0x7af9bef0]
[    0.013540] ACPI: Reserving SSDT table memory at [mem 0x7af9a000-0x7af9a7d6]
[    0.013540] ACPI: Reserving SSDT table memory at [mem 0x7afcb000-0x7afcb08c]
[    0.013541] ACPI: Reserving SSDT table memory at [mem 0x7af97000-0x7af981cc]
[    0.013541] ACPI: Reserving BGRT table memory at [mem 0x7afb4000-0x7afb4037]
[    0.013599] No NUMA configuration found
[    0.013600] Faking a node at [mem 0x0000000000000000-0x00000003fe2fffff]
[    0.013603] NODE_DATA(0) allocated [mem 0x3fe2fb000-0x3fe2fffff]
[    0.013622] Zone ranges:
[    0.013623]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.013624]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.013625]   Normal   [mem 0x0000000100000000-0x00000003fe2fffff]
[    0.013626]   Device   empty
[    0.013626] Movable zone start for each node
[    0.013627] Early memory node ranges
[    0.013627]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.013628]   node   0: [mem 0x0000000000100000-0x0000000009afffff]
[    0.013628]   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
[    0.013629]   node   0: [mem 0x0000000009f28000-0x000000005fbfefff]
[    0.013630]   node   0: [mem 0x000000005fc00000-0x0000000062363fff]
[    0.013630]   node   0: [mem 0x0000000064564000-0x000000006456cfff]
[    0.013630]   node   0: [mem 0x0000000064570000-0x000000007077efff]
[    0.013631]   node   0: [mem 0x000000007afff000-0x000000007affffff]
[    0.013631]   node   0: [mem 0x0000000100000000-0x00000003fe2fffff]
[    0.013633] Initmem setup node 0 [mem 0x0000000000001000-0x00000003fe2fffff]
[    0.013636] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.013651] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.013771] On node 0, zone DMA32: 768 pages in unavailable ranges
[    0.015132] On node 0, zone DMA32: 40 pages in unavailable ranges
[    0.015183] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.015238] On node 0, zone DMA32: 8704 pages in unavailable ranges
[    0.015492] On node 0, zone DMA32: 3 pages in unavailable ranges
[    0.015753] On node 0, zone DMA32: 43136 pages in unavailable ranges
[    0.030984] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.031035] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.031192] ACPI: PM-Timer IO Port: 0x408
[    0.031199] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.031200] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.031201] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.031201] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.031201] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.031202] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.031202] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.031203] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.031203] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.031203] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.031204] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.031204] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.031205] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.031205] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.031206] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.031206] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.031218] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.031223] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.031225] ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
[    0.031226] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.031227] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.031230] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.031230] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.031238] e820: update [mem 0x6bd3e000-0x6bf1efff] usable ==> reserved
[    0.031248] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.031264] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.031266] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
[    0.031266] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.031267] PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
[    0.031268] PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f27fff]
[    0.031269] PM: hibernation: Registered nosave memory: [mem 0x5fbff000-0x5fbfffff]
[    0.031270] PM: hibernation: Registered nosave memory: [mem 0x60020000-0x60020fff]
[    0.031271] PM: hibernation: Registered nosave memory: [mem 0x6002a000-0x6002afff]
[    0.031272] PM: hibernation: Registered nosave memory: [mem 0x62364000-0x64563fff]
[    0.031274] PM: hibernation: Registered nosave memory: [mem 0x6456d000-0x6456ffff]
[    0.031275] PM: hibernation: Registered nosave memory: [mem 0x6bd32000-0x6bd32fff]
[    0.031276] PM: hibernation: Registered nosave memory: [mem 0x6bd3e000-0x6bf1efff]
[    0.031277] PM: hibernation: Registered nosave memory: [mem 0x7077f000-0x72f7efff]
[    0.031277] PM: hibernation: Registered nosave memory: [mem 0x72f7f000-0x7af7efff]
[    0.031278] PM: hibernation: Registered nosave memory: [mem 0x7af7f000-0x7affefff]
[    0.031279] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7bffffff]
[    0.031279] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7cdfffff]
[    0.031279] PM: hibernation: Registered nosave memory: [mem 0x7ce00000-0x7fffffff]
[    0.031280] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfed7ffff]
[    0.031280] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.031281] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
[    0.031282] [mem 0x80000000-0xfed7ffff] available for PCI devices
[    0.031283] Booting paravirtualized kernel on bare hardware
[    0.031285] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.034655] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.035092] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.035097] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.035099] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.035118] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8cbae55d-5747-4453-a6d7-dee26ed81df3 rw rootfstype=ext4 loglevel=3 quiet
[    0.035167] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.036592] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.037211] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.037252] Fallback order for Node 0: 0
[    0.037255] Built 1 zonelists, mobility grouping on.  Total pages: 3533118
[    0.037256] Policy zone: Normal
[    0.037446] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.037490] software IO TLB: area num 16.
[    0.067224] Memory: 13861732K/14357448K available (16384K kernel code, 2132K rwdata, 13068K rodata, 3412K init, 3840K bss, 495460K reserved, 0K cma-reserved)
[    0.067397] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.067420] ftrace: allocating 48801 entries in 191 pages
[    0.076478] ftrace: allocated 191 pages with 7 groups
[    0.076540] Dynamic Preempt: full
[    0.076588] rcu: Preemptible hierarchical RCU implementation.
[    0.076588] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.076589] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.076590]     Trampoline variant of Tasks RCU enabled.
[    0.076590]     Rude variant of Tasks RCU enabled.
[    0.076591]     Tracing variant of Tasks RCU enabled.
[    0.076591] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.076592] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.078244] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.078442] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.078594] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.078628] Console: colour dummy device 80x25
[    0.078629] printk: console [tty0] enabled
[    0.078667] ACPI: Core revision 20230628
[    0.078918] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.078934] APIC: Switch to symmetric I/O mode setup
[    0.079670] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.079672] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.079672] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.079673] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.079673] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[    0.080011] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.080017] APIC: Switched APIC routing to: physical flat
[    0.080760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.095607] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a4a11ed7, max_idle_ns: 440795246298 ns
[    0.095611] Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.24 BogoMIPS (lpj=10646793)
[    0.095629] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.096005] LVT offset 1 assigned for vector 0xf9
[    0.096140] LVT offset 2 assigned for vector 0xf4
[    0.096165] process: using mwait in idle threads
[    0.096167] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.096167] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.096170] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.096172] Spectre V2 : Mitigation: Retpolines
[    0.096173] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.096173] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.096174] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.096175] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.096176] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.096177] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.096178] Speculative Return Stack Overflow: IBPB-extending microcode not applied!
[    0.096178] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
[    0.096179] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode
[    0.096184] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.096186] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.096186] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.096186] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.096187] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.096188] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.096189] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.096190] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.096190] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.114053] Freeing SMP alternatives memory: 40K
[    0.114055] pid_max: default: 32768 minimum: 301
[    0.118976] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.118999] landlock: Up and running.
[    0.119000] Yama: becoming mindful.
[    0.119004] LSM support for eBPF active
[    0.119045] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.119063] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.231284] smpboot: CPU0: AMD Ryzen 7 7735HS with Radeon Graphics (family: 0x19, model: 0x44, stepping: 0x1)
[    0.231468] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.231485] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.231500] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.231523] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.231528] ... version:                0
[    0.231529] ... bit width:              48
[    0.231530] ... generic registers:      6
[    0.231530] ... value mask:             0000ffffffffffff
[    0.231531] ... max period:             00007fffffffffff
[    0.231532] ... fixed-purpose events:   0
[    0.231533] ... event mask:             000000000000003f
[    0.231603] signal: max sigframe size: 3376
[    0.231625] rcu: Hierarchical SRCU implementation.
[    0.231626] rcu:     Max phase no-delay instances is 1000.
[    0.232275] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.232275] smp: Bringing up secondary CPUs ...
[    0.232275] smpboot: x86: Booting SMP configuration:
[    0.232275] .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14  #1  #3  #5  #7  #9 #11 #13 #15
[    0.250945] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.265647] smp: Brought up 1 node, 16 CPUs
[    0.265647] smpboot: Max logical packages: 1
[    0.265647] smpboot: Total of 16 processors activated (102250.93 BogoMIPS)
[    0.267965] devtmpfs: initialized
[    0.268994] x86/mm: Memory block size: 128MB
[    0.270157] ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f27fff] (163840 bytes)
[    0.270157] ACPI: PM: Registering ACPI NVS region [mem 0x72f7f000-0x7af7efff] (134217728 bytes)
[    0.270530] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.270530] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.270530] pinctrl core: initialized pinctrl subsystem
[    0.272286] PM: RTC time: 14:00:17, date: 2023-12-07
[    0.272286] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.272286] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.272286] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.272286] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.272286] audit: initializing netlink subsys (disabled)
[    0.272317] audit: type=2000 audit(1701957617.193:1): state=initialized audit_enabled=0 res=1
[    0.272374] thermal_sys: Registered thermal governor 'fair_share'
[    0.272376] thermal_sys: Registered thermal governor 'bang_bang'
[    0.272377] thermal_sys: Registered thermal governor 'step_wise'
[    0.272378] thermal_sys: Registered thermal governor 'user_space'
[    0.272378] thermal_sys: Registered thermal governor 'power_allocator'
[    0.272393] cpuidle: using governor ladder
[    0.272393] cpuidle: using governor menu
[    0.272393] Simple Boot Flag at 0x44 set to 0x1
[    0.272393] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.272438] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.272444] PCI: not using MMCONFIG
[    0.272445] PCI: Using configuration type 1 for base access
[    0.272446] PCI: Using configuration type 1 for extended access
[    0.272969] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.272984] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.272984] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.272984] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.272984] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.273144] ACPI: Added _OSI(Module Device)
[    0.273146] ACPI: Added _OSI(Processor Device)
[    0.273147] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.273148] ACPI: Added _OSI(Processor Aggregator Device)
[    0.296813] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP7.DEV0], AE_NOT_FOUND (20230628/dswload2-162)
[    0.296819] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
[    0.296821] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.297813] ACPI BIOS Error (bug): Failure creating named object [\_TZ.TZ01], AE_ALREADY_EXISTS (20230628/dswload2-326)
[    0.297817] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
[    0.297819] ACPI: Skipping parse of AML opcode: ThermalZone (0x5B85)
[    0.302091] ACPI: 26 ACPI AML tables successfully acquired and loaded
[    0.305231] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.319708] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[    0.319710] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[    0.319801] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.320495] ACPI: EC: EC started
[    0.320496] ACPI: EC: interrupt blocked
[    1.954020] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    1.954028] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[    1.954033] ACPI: Interpreter enabled
[    1.954084] ACPI: PM: (supports S0 S4 S5)
[    1.954087] ACPI: Using IOAPIC for interrupt routing
[    1.955973] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.960921] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    1.960924] PCI: not using MMCONFIG
[    1.960929] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.960930] PCI: Ignoring E820 reservations for host bridge windows
[    1.961419] ACPI: Enabled 2 GPEs in block 00 to 1F
[    1.963088] ACPI: \_SB_.PCI0.GPP2.P0WW: New power resource
[    1.963832] ACPI: \_SB_.PCI0.GPP6.WLAN.WRST: New power resource
[    1.963996] ACPI: \_SB_.PCI0.GPP7.WLAN.WRST: New power resource
[    1.964274] ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
[    1.966707] ACPI: \_SB_.PCI0.GP11.PWRS: New power resource
[    1.967066] ACPI: \_SB_.PCI0.GP11: Overriding _PRW sleep state (S4) by S0 from power resources
[    1.968425] ACPI: \_SB_.PCI0.GP11.SWUS.PWRS: New power resource
[    1.969192] ACPI: \_SB_.PCI0.GP12.PWRS: New power resource
[    1.969256] ACPI: \_SB_.PCI0.GP12: Overriding _PRW sleep state (S4) by S0 from power resources
[    1.969979] ACPI: \_SB_.PCI0.GP12.SWUS.PWRS: New power resource
[    1.970283] ACPI: \_SB_.PCI0.GP17.PWRS: New power resource
[    1.970603] ACPI: \_SB_.PCI0.GP17.VGA_.PWRS: New power resource
[    1.971022] ACPI: \_SB_.PCI0.GP17.ACP_.PWRS: New power resource
[    1.971555] ACPI: \_SB_.PCI0.GP17.AZAL.PWRS: New power resource
[    1.972083] ACPI: \_SB_.PCI0.GP17.HDAU.PWRS: New power resource
[    1.972598] ACPI: \_SB_.PCI0.GP17.XHC0.PWRS: New power resource
[    1.973649] ACPI: \_SB_.PCI0.GP17.XHC1.PWRS: New power resource
[    1.974199] ACPI: \_SB_.PCI0.GP17.XHC1.RHUB.PRT3.BTPR: New power resource
[    1.974427] ACPI: \_SB_.PCI0.GP18.SATA.P0S0: New power resource
[    1.974458] ACPI: \_SB_.PCI0.GP18.SATA.P3S0: New power resource
[    1.975082] ACPI: \_SB_.PCI0.GP19.XHC2.PWRS: New power resource
[    1.976256] ACPI: \_SB_.PCI0.GP19.XHC3.PWRS: New power resource
[    1.977401] ACPI: \_SB_.PCI0.GP19.XHC4.PWRS: New power resource
[    1.978548] ACPI: \_SB_.PCI0.GP19.NHI0.PWRS: New power resource
[    1.979366] ACPI: \_SB_.PCI0.GP19.NHI0: Overriding _PRW sleep state (S4) by S0 from power resources
[    1.980069] ACPI: \_SB_.PCI0.GP19.NHI1.PWRS: New power resource
[    1.980134] ACPI: \_SB_.PCI0.GP19.NHI1: Overriding _PRW sleep state (S4) by S0 from power resources
[    1.987137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.987143] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.987358] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
[    1.987773] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
[    1.988401] PCI host bridge to bus 0000:00
[    1.988403] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.988405] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.988406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.988408] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
[    1.988410] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    1.988411] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    1.988412] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfec00000 window]
[    1.988414] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfed814ff window]
[    1.988415] pci_bus 0000:00: root bus resource [mem 0xfed81900-0xfed81fff window]
[    1.988416] pci_bus 0000:00: root bus resource [mem 0xfedc0000-0xfedc0fff window]
[    1.988417] pci_bus 0000:00: root bus resource [mem 0xfedc6000-0xfedc6fff window]
[    1.988419] pci_bus 0000:00: root bus resource [mem 0x4a0200000-0x7f3fffffff window]
[    1.988420] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.988434] pci 0000:00:00.0: [1022:14b5] type 00 class 0x060000
[    1.988517] pci 0000:00:00.2: [1022:14b6] type 00 class 0x080600
[    1.988590] pci 0000:00:01.0: [1022:14b7] type 00 class 0x060000
[    1.988656] pci 0000:00:02.0: [1022:14b7] type 00 class 0x060000
[    1.988722] pci 0000:00:02.2: [1022:14ba] type 01 class 0x060400
[    1.988821] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    1.989011] pci 0000:00:02.3: [1022:14ba] type 01 class 0x060400
[    1.989110] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    1.989290] pci 0000:00:02.4: [1022:14ba] type 01 class 0x060400
[    1.989388] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    1.989559] pci 0000:00:03.0: [1022:14b7] type 00 class 0x060000
[    1.989621] pci 0000:00:03.1: [1022:14cd] type 01 class 0x060400
[    1.989968] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    1.991269] pci 0000:00:04.0: [1022:14b7] type 00 class 0x060000
[    1.991342] pci 0000:00:08.0: [1022:14b7] type 00 class 0x060000
[    1.991398] pci 0000:00:08.1: [1022:14b9] type 01 class 0x060400
[    1.991422] pci 0000:00:08.1: enabling Extended Tags
[    1.991461] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    1.991609] pci 0000:00:08.3: [1022:14b9] type 01 class 0x060400
[    1.991632] pci 0000:00:08.3: enabling Extended Tags
[    1.991674] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    1.992010] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    1.992143] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    1.992288] pci 0000:00:18.0: [1022:1679] type 00 class 0x060000
[    1.992325] pci 0000:00:18.1: [1022:167a] type 00 class 0x060000
[    1.992361] pci 0000:00:18.2: [1022:167b] type 00 class 0x060000
[    1.992396] pci 0000:00:18.3: [1022:167c] type 00 class 0x060000
[    1.992432] pci 0000:00:18.4: [1022:167d] type 00 class 0x060000
[    1.992468] pci 0000:00:18.5: [1022:167e] type 00 class 0x060000
[    1.992506] pci 0000:00:18.6: [1022:167f] type 00 class 0x060000
[    1.992541] pci 0000:00:18.7: [1022:1680] type 00 class 0x060000
[    1.992655] pci 0000:01:00.0: [10ec:c852] type 00 class 0x028000
[    1.992669] pci 0000:01:00.0: reg 0x10: [io  0x4000-0x40ff]
[    1.992686] pci 0000:01:00.0: reg 0x18: [mem 0x98a00000-0x98afffff 64bit]
[    1.992775] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    1.993070] pci 0000:00:02.2: PCI bridge to [bus 01]
[    1.993075] pci 0000:00:02.2:   bridge window [io  0x4000-0x4fff]
[    1.993078] pci 0000:00:02.2:   bridge window [mem 0x98a00000-0x98afffff]
[    1.993156] pci 0000:02:00.0: [10ec:522a] type 00 class 0xff0000
[    1.993170] pci 0000:02:00.0: reg 0x10: [mem 0x98900000-0x98900fff]
[    1.993278] pci 0000:02:00.0: supports D1 D2
[    1.993279] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.993470] pci 0000:00:02.3: PCI bridge to [bus 02]
[    1.993476] pci 0000:00:02.3:   bridge window [mem 0x98900000-0x989fffff]
[    1.993701] pci 0000:03:00.0: [1cc4:6a03] type 00 class 0x010802
[    1.993715] pci 0000:03:00.0: reg 0x10: [mem 0x98800000-0x98803fff 64bit]
[    1.994378] pci 0000:00:02.4: PCI bridge to [bus 03]
[    1.994384] pci 0000:00:02.4:   bridge window [mem 0x98800000-0x988fffff]
[    1.994484] pci 0000:00:03.1: PCI bridge to [bus 04-72]
[    1.994489] pci 0000:00:03.1:   bridge window [io  0x2000-0x3fff]
[    1.994492] pci 0000:00:03.1:   bridge window [mem 0x80000000-0x97ffffff]
[    1.994497] pci 0000:00:03.1:   bridge window [mem 0x7ef0000000-0x7f17ffffff 64bit pref]
[    1.994592] pci 0000:73:00.0: [1002:1681] type 00 class 0x030000
[    1.994604] pci 0000:73:00.0: reg 0x10: [mem 0x7f20000000-0x7f2fffffff 64bit pref]
[    1.994612] pci 0000:73:00.0: reg 0x18: [mem 0x7f30000000-0x7f301fffff 64bit pref]
[    1.994618] pci 0000:73:00.0: reg 0x20: [io  0x1000-0x10ff]
[    1.994623] pci 0000:73:00.0: reg 0x24: [mem 0x98700000-0x9877ffff]
[    1.994632] pci 0000:73:00.0: enabling Extended Tags
[    1.994647] pci 0000:73:00.0: BAR 0: assigned to efifb
[    1.994692] pci 0000:73:00.0: PME# supported from D1 D2 D3hot D3cold
[    1.994842] pci 0000:73:00.1: [1002:1640] type 00 class 0x040300
[    1.994850] pci 0000:73:00.1: reg 0x10: [mem 0x987c8000-0x987cbfff]
[    1.994873] pci 0000:73:00.1: enabling Extended Tags
[    1.994908] pci 0000:73:00.1: PME# supported from D1 D2 D3hot D3cold
[    1.994998] pci 0000:73:00.2: [1022:1649] type 00 class 0x108000
[    1.995080] pci 0000:73:00.2: reg 0x18: [mem 0x98600000-0x986fffff]
[    1.995090] pci 0000:73:00.2: reg 0x24: [mem 0x987cc000-0x987cdfff]
[    1.995098] pci 0000:73:00.2: enabling Extended Tags
[    1.995230] pci 0000:73:00.3: [1022:161d] type 00 class 0x0c0330
[    1.995241] pci 0000:73:00.3: reg 0x10: [mem 0x98400000-0x984fffff 64bit]
[    1.995267] pci 0000:73:00.3: enabling Extended Tags
[    1.995304] pci 0000:73:00.3: PME# supported from D0 D3hot D3cold
[    1.995410] pci 0000:73:00.4: [1022:161e] type 00 class 0x0c0330
[    1.995422] pci 0000:73:00.4: reg 0x10: [mem 0x98500000-0x985fffff 64bit]
[    1.995447] pci 0000:73:00.4: enabling Extended Tags
[    1.995484] pci 0000:73:00.4: PME# supported from D0 D3hot D3cold
[    1.995580] pci 0000:73:00.5: [1022:15e2] type 00 class 0x048000
[    1.995588] pci 0000:73:00.5: reg 0x10: [mem 0x98780000-0x987bffff]
[    1.995615] pci 0000:73:00.5: enabling Extended Tags
[    1.995649] pci 0000:73:00.5: PME# supported from D0 D3hot D3cold
[    1.995749] pci 0000:73:00.6: [1022:15e3] type 00 class 0x040300
[    1.995758] pci 0000:73:00.6: reg 0x10: [mem 0x987c0000-0x987c7fff]
[    1.995780] pci 0000:73:00.6: enabling Extended Tags
[    1.995815] pci 0000:73:00.6: PME# supported from D0 D3hot D3cold
[    1.995937] pci 0000:00:08.1: PCI bridge to [bus 73]
[    1.995941] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    1.995943] pci 0000:00:08.1:   bridge window [mem 0x98400000-0x987fffff]
[    1.995946] pci 0000:00:08.1:   bridge window [mem 0x7f20000000-0x7f301fffff 64bit pref]
[    1.996019] pci 0000:74:00.0: [1022:161f] type 00 class 0x0c0330
[    1.996034] pci 0000:74:00.0: reg 0x10: [mem 0x98000000-0x980fffff 64bit]
[    1.996065] pci 0000:74:00.0: enabling Extended Tags
[    1.996111] pci 0000:74:00.0: PME# supported from D0 D3hot D3cold
[    1.996245] pci 0000:74:00.3: [1022:15d6] type 00 class 0x0c0330
[    1.996256] pci 0000:74:00.3: reg 0x10: [mem 0x98100000-0x981fffff 64bit]
[    1.996282] pci 0000:74:00.3: enabling Extended Tags
[    1.996319] pci 0000:74:00.3: PME# supported from D0 D3hot D3cold
[    1.996412] pci 0000:74:00.4: [1022:15d7] type 00 class 0x0c0330
[    1.996423] pci 0000:74:00.4: reg 0x10: [mem 0x98200000-0x982fffff 64bit]
[    1.996449] pci 0000:74:00.4: enabling Extended Tags
[    1.996486] pci 0000:74:00.4: PME# supported from D0 D3hot D3cold
[    1.996578] pci 0000:74:00.5: [1022:162e] type 00 class 0x0c0340
[    1.996594] pci 0000:74:00.5: reg 0x10: [mem 0x98300000-0x9837ffff 64bit]
[    1.996626] pci 0000:74:00.5: Max Payload Size set to 128 (was 256, max 256)
[    1.996629] pci 0000:74:00.5: enabling Extended Tags
[    1.996666] pci 0000:74:00.5: PME# supported from D0 D3hot D3cold
[    1.996786] pci 0000:00:08.3: PCI bridge to [bus 74]
[    1.996790] pci 0000:00:08.3:   bridge window [mem 0x98000000-0x983fffff]
[    2.004386] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.004388] ACPI: PCI: Interrupt link LNKA disabled
[    2.004636] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.004637] ACPI: PCI: Interrupt link LNKB disabled
[    2.004865] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.004866] ACPI: PCI: Interrupt link LNKC disabled
[    2.005112] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.005113] ACPI: PCI: Interrupt link LNKD disabled
[    2.005352] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.005353] ACPI: PCI: Interrupt link LNKE disabled
[    2.005541] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.005542] ACPI: PCI: Interrupt link LNKF disabled
[    2.005734] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.005735] ACPI: PCI: Interrupt link LNKG disabled
[    2.005925] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.005925] ACPI: PCI: Interrupt link LNKH disabled
[    2.009579] Low-power S0 idle used by default for system suspend
[    2.009713] ACPI: EC: interrupt unblocked
[    2.009715] ACPI: EC: event unblocked
[    2.009719] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    2.009720] ACPI: EC: GPE=0x9
[    2.009721] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[    2.009723] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[    2.009772] iommu: Default domain type: Translated
[    2.009772] iommu: DMA domain TLB invalidation policy: lazy mode
[    2.009772] SCSI subsystem initialized
[    2.009772] libata version 3.00 loaded.
[    2.009772] ACPI: bus type USB registered
[    2.009772] usbcore: registered new interface driver usbfs
[    2.009772] usbcore: registered new interface driver hub
[    2.009772] usbcore: registered new device driver usb
[    2.038797] pps_core: LinuxPPS API ver. 1 registered
[    2.038799] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.038802] PTP clock support registered
[    2.038809] EDAC MC: Ver: 3.0.0
[    2.038994] efivars: Registered efivars operations
[    2.039139] NetLabel: Initializing
[    2.039140] NetLabel:  domain hash size = 128
[    2.039141] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.039158] NetLabel:  unlabeled traffic allowed by default
[    2.039163] mctp: management component transport protocol core
[    2.039163] NET: Registered PF_MCTP protocol family
[    2.039168] PCI: Using ACPI for IRQ routing
[    2.039169] PCI: pci_cache_line_size set to 64 bytes
[    2.039331] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    2.039332] e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
[    2.039333] e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
[    2.039335] e820: reserve RAM buffer [mem 0x5fbff000-0x5fffffff]
[    2.039335] e820: reserve RAM buffer [mem 0x60020018-0x63ffffff]
[    2.039336] e820: reserve RAM buffer [mem 0x62364000-0x63ffffff]
[    2.039337] e820: reserve RAM buffer [mem 0x6456d000-0x67ffffff]
[    2.039338] e820: reserve RAM buffer [mem 0x6bd32000-0x6bffffff]
[    2.039339] e820: reserve RAM buffer [mem 0x6bd3e000-0x6bffffff]
[    2.039340] e820: reserve RAM buffer [mem 0x7077f000-0x73ffffff]
[    2.039341] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    2.039342] e820: reserve RAM buffer [mem 0x3fe300000-0x3ffffffff]
[    2.039378] pci 0000:73:00.0: vgaarb: setting as boot VGA device
[    2.039378] pci 0000:73:00.0: vgaarb: bridge control possible
[    2.039378] pci 0000:73:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.039378] vgaarb: loaded
[    2.039378] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.039378] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.042278] clocksource: Switched to clocksource tsc-early
[    2.042297] VFS: Disk quotas dquot_6.6.0
[    2.042297] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.042297] pnp: PnP ACPI init
[    2.042297] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[    2.042297] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.042297] system 00:00: [mem 0xc0200000-0xc02fffff] has been reserved
[    2.046110] system 00:03: [io  0x0400-0x04cf] has been reserved
[    2.046112] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    2.046113] system 00:03: [io  0x04d6] has been reserved
[    2.046115] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    2.046116] system 00:03: [io  0x0c14] has been reserved
[    2.046117] system 00:03: [io  0x0c50-0x0c52] has been reserved
[    2.046119] system 00:03: [io  0x0c6c] has been reserved
[    2.046120] system 00:03: [io  0x0c6f] has been reserved
[    2.046121] system 00:03: [io  0x0cd0-0x0cdb] has been reserved
[    2.046190] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[    2.046192] system 00:04: [mem 0xfe000000-0xffffffff] could not be reserved
[    2.047384] pnp: PnP ACPI: found 5 devices
[    2.053424] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.053589] NET: Registered PF_INET protocol family
[    2.053923] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.055861] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    2.055897] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.055976] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.056177] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    2.056253] TCP: Hash tables configured (established 131072 bind 65536)
[    2.056341] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    2.056373] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    2.056404] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    2.056454] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.056459] NET: Registered PF_XDP protocol family
[    2.056467] pci 0000:00:02.2: PCI bridge to [bus 01]
[    2.056474] pci 0000:00:02.2:   bridge window [io  0x4000-0x4fff]
[    2.056478] pci 0000:00:02.2:   bridge window [mem 0x98a00000-0x98afffff]
[    2.056485] pci 0000:00:02.3: PCI bridge to [bus 02]
[    2.056488] pci 0000:00:02.3:   bridge window [mem 0x98900000-0x989fffff]
[    2.056494] pci 0000:00:02.4: PCI bridge to [bus 03]
[    2.056498] pci 0000:00:02.4:   bridge window [mem 0x98800000-0x988fffff]
[    2.056503] pci 0000:00:03.1: PCI bridge to [bus 04-72]
[    2.056505] pci 0000:00:03.1:   bridge window [io  0x2000-0x3fff]
[    2.056509] pci 0000:00:03.1:   bridge window [mem 0x80000000-0x97ffffff]
[    2.056512] pci 0000:00:03.1:   bridge window [mem 0x7ef0000000-0x7f17ffffff 64bit pref]
[    2.056517] pci 0000:00:08.1: PCI bridge to [bus 73]
[    2.056518] pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
[    2.056524] pci 0000:00:08.1:   bridge window [mem 0x98400000-0x987fffff]
[    2.056526] pci 0000:00:08.1:   bridge window [mem 0x7f20000000-0x7f301fffff 64bit pref]
[    2.056529] pci 0000:00:08.3: PCI bridge to [bus 74]
[    2.056532] pci 0000:00:08.3:   bridge window [mem 0x98000000-0x983fffff]
[    2.056537] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    2.056538] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    2.056539] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    2.056541] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
[    2.056542] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    2.056543] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[    2.056544] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfec00000 window]
[    2.056545] pci_bus 0000:00: resource 11 [mem 0xfed45000-0xfed814ff window]
[    2.056547] pci_bus 0000:00: resource 12 [mem 0xfed81900-0xfed81fff window]
[    2.056548] pci_bus 0000:00: resource 13 [mem 0xfedc0000-0xfedc0fff window]
[    2.056549] pci_bus 0000:00: resource 14 [mem 0xfedc6000-0xfedc6fff window]
[    2.056550] pci_bus 0000:00: resource 15 [mem 0x4a0200000-0x7f3fffffff window]
[    2.056552] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    2.056553] pci_bus 0000:01: resource 1 [mem 0x98a00000-0x98afffff]
[    2.056554] pci_bus 0000:02: resource 1 [mem 0x98900000-0x989fffff]
[    2.056555] pci_bus 0000:03: resource 1 [mem 0x98800000-0x988fffff]
[    2.056556] pci_bus 0000:04: resource 0 [io  0x2000-0x3fff]
[    2.056557] pci_bus 0000:04: resource 1 [mem 0x80000000-0x97ffffff]
[    2.056559] pci_bus 0000:04: resource 2 [mem 0x7ef0000000-0x7f17ffffff 64bit pref]
[    2.056560] pci_bus 0000:73: resource 0 [io  0x1000-0x1fff]
[    2.056561] pci_bus 0000:73: resource 1 [mem 0x98400000-0x987fffff]
[    2.056562] pci_bus 0000:73: resource 2 [mem 0x7f20000000-0x7f301fffff 64bit pref]
[    2.056563] pci_bus 0000:74: resource 1 [mem 0x98000000-0x983fffff]
[    2.056742] pci 0000:73:00.1: D0 power state depends on 0000:73:00.0
[    2.057335] PCI: CLS 64 bytes, default 64
[    2.057344] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    2.057385] pci 0000:00:01.0: Adding to iommu group 0
[    2.057403] Trying to unpack rootfs image as initramfs...
[    2.057407] pci 0000:00:02.0: Adding to iommu group 1
[    2.057421] pci 0000:00:02.2: Adding to iommu group 2
[    2.057433] pci 0000:00:02.3: Adding to iommu group 3
[    2.057447] pci 0000:00:02.4: Adding to iommu group 4
[    2.057469] pci 0000:00:03.0: Adding to iommu group 5
[    2.057479] pci 0000:00:03.1: Adding to iommu group 5
[    2.057496] pci 0000:00:04.0: Adding to iommu group 6
[    2.057519] pci 0000:00:08.0: Adding to iommu group 7
[    2.057533] pci 0000:00:08.1: Adding to iommu group 8
[    2.057546] pci 0000:00:08.3: Adding to iommu group 9
[    2.057568] pci 0000:00:14.0: Adding to iommu group 10
[    2.057579] pci 0000:00:14.3: Adding to iommu group 10
[    2.057634] pci 0000:00:18.0: Adding to iommu group 11
[    2.057646] pci 0000:00:18.1: Adding to iommu group 11
[    2.057659] pci 0000:00:18.2: Adding to iommu group 11
[    2.057671] pci 0000:00:18.3: Adding to iommu group 11
[    2.057683] pci 0000:00:18.4: Adding to iommu group 11
[    2.057696] pci 0000:00:18.5: Adding to iommu group 11
[    2.057708] pci 0000:00:18.6: Adding to iommu group 11
[    2.057720] pci 0000:00:18.7: Adding to iommu group 11
[    2.057737] pci 0000:01:00.0: Adding to iommu group 12
[    2.057751] pci 0000:02:00.0: Adding to iommu group 13
[    2.057766] pci 0000:03:00.0: Adding to iommu group 14
[    2.057796] pci 0000:73:00.0: Adding to iommu group 15
[    2.057809] pci 0000:73:00.1: Adding to iommu group 16
[    2.057822] pci 0000:73:00.2: Adding to iommu group 17
[    2.057838] pci 0000:73:00.3: Adding to iommu group 18
[    2.057852] pci 0000:73:00.4: Adding to iommu group 19
[    2.057865] pci 0000:73:00.5: Adding to iommu group 20
[    2.057879] pci 0000:73:00.6: Adding to iommu group 21
[    2.057894] pci 0000:74:00.0: Adding to iommu group 22
[    2.057908] pci 0000:74:00.3: Adding to iommu group 23
[    2.057921] pci 0000:74:00.4: Adding to iommu group 24
[    2.057935] pci 0000:74:00.5: Adding to iommu group 25
[    2.060306] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.060308] pci 0000:00:00.2: PCI INT A: not connected
[    2.060507] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.060509] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[    2.060515] AMD-Vi: Interrupt remapping enabled
[    2.060605] AMD-Vi: Virtual APIC enabled
[    2.060623] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.060626] software IO TLB: mapped [mem 0x00000000668cf000-0x000000006a8cf000] (64MB)
[    2.060671] LVT offset 0 assigned for vector 0x400
[    2.063851] perf: AMD IBS detected (0x000003fd)
[    2.063858] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    2.065933] Initialise system trusted keyrings
[    2.065942] Key type blacklist registered
[    2.065974] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    2.065986] zbud: loaded
[    2.066126] integrity: Platform Keyring initialized
[    2.066128] integrity: Machine keyring initialized
[    2.072552] Key type asymmetric registered
[    2.072553] Asymmetric key parser 'x509' registered
[    2.072568] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    2.072621] io scheduler mq-deadline registered
[    2.072622] io scheduler kyber registered
[    2.072631] io scheduler bfq registered
[    2.074153] pcieport 0000:00:02.2: PME: Signaling with IRQ 34
[    2.074298] pcieport 0000:00:02.3: PME: Signaling with IRQ 35
[    2.074439] pcieport 0000:00:02.4: PME: Signaling with IRQ 36
[    2.074599] pcieport 0000:00:03.1: PME: Signaling with IRQ 37
[    2.074619] pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    2.075085] pcieport 0000:00:08.1: PME: Signaling with IRQ 38
[    2.075219] pcieport 0000:00:08.3: PME: Signaling with IRQ 39
[    2.075318] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.076239] ACPI: AC: AC Adapter [ADP0] (on-line)
[    2.076294] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.076310] ACPI: button: Lid Switch [LID0]
[    2.076333] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.076351] ACPI: button: Power Button [PWRB]
[    2.076445] Estimated ratio of average max frequency by base frequency (times 1024): 1284
[    2.076462] Monitor-Mwait will be used to enter C-1 state
[    2.076469] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    2.076583] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    2.076727] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    2.076872] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    2.077020] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    2.077129] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    2.077239] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    2.077385] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    2.077535] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    2.077686] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    2.077824] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    2.077970] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    2.078072] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    2.078219] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    2.078393] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    2.078564] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    2.078931] thermal LNXTHERM:00: registered as thermal_zone0
[    2.078932] ACPI: thermal: Thermal Zone [TZ01] (43 C)
[    2.079080] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.081101] Non-volatile memory driver v1.3
[    2.081102] Linux agpgart interface v0.103
[    2.085766] tpm_crb MSFT0101:00: Disabling hwrng
[    2.086217] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    2.086328] ACPI: bus type drm_connector registered
[    2.086806] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    2.088404] fbcon: Deferring console take-over
[    2.088406] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    2.090023] usbcore: registered new interface driver usbserial_generic
[    2.090028] usbserial: USB Serial support registered for generic
[    2.090096] rtc_cmos 00:01: RTC can wake from S4
[    2.090393] rtc_cmos 00:01: registered as rtc0
[    2.090436] rtc_cmos 00:01: setting system clock to 2023-12-07T14:00:19 UTC (1701957619)
[    2.090493] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[    2.092203] Freeing initrd memory: 9592K
[    2.092612] ledtrig-cpu: registered to indicate activity on CPUs
[    2.092830] hid: raw HID events driver (C) Jiri Kosina
[    2.092957] drop_monitor: Initializing network drop monitor service
[    2.101576] Initializing XFRM netlink socket
[    2.101610] NET: Registered PF_INET6 protocol family
[    2.108772] Segment Routing with IPv6
[    2.108775] RPL Segment Routing with IPv6
[    2.108790] In-situ OAM (IOAM) with IPv6
[    2.108829] NET: Registered PF_PACKET protocol family
[    2.111242] microcode: CPU6: patch_level=0x0a404102
[    2.111247] microcode: CPU7: patch_level=0x0a404102
[    2.111255] microcode: CPU1: patch_level=0x0a404102
[    2.111255] microcode: CPU0: patch_level=0x0a404102
[    2.111257] microcode: CPU2: patch_level=0x0a404102
[    2.111267] microcode: CPU5: patch_level=0x0a404102
[    2.111268] microcode: CPU4: patch_level=0x0a404102
[    2.111271] microcode: CPU9: patch_level=0x0a404102
[    2.111271] microcode: CPU8: patch_level=0x0a404102
[    2.111274] microcode: CPU13: patch_level=0x0a404102
[    2.111274] microcode: CPU12: patch_level=0x0a404102
[    2.111275] microcode: CPU10: patch_level=0x0a404102
[    2.111275] microcode: CPU11: patch_level=0x0a404102
[    2.111277] microcode: CPU15: patch_level=0x0a404102
[    2.111277] microcode: CPU14: patch_level=0x0a404102
[    2.111317] microcode: CPU3: patch_level=0x0a404102
[    2.111332] microcode: Microcode Update Driver: v2.2.
[    2.111624] resctrl: L3 allocation detected
[    2.111626] resctrl: MB allocation detected
[    2.111626] resctrl: L3 monitoring detected
[    2.111633] IPI shorthand broadcast: enabled
[    2.113421] sched_clock: Marking stable (2111141298, 473378)->(2114808503, -3193827)
[    2.113609] registered taskstats version 1
[    2.114413] Loading compiled-in X.509 certificates
[    2.116305] Loaded X.509 cert 'Build time autogenerated kernel key: 193bd9d56605203a32bd04fa934315916b53f895'
[    2.119307] zswap: loaded using pool zstd/zsmalloc
[    2.121706] Key type .fscrypt registered
[    2.121708] Key type fscrypt-provisioning registered
[    2.122883] integrity: Loading X.509 certificate: UEFI:db
[    2.122905] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    2.122907] integrity: Loading X.509 certificate: UEFI:db
[    2.122921] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    2.122922] integrity: Loading X.509 certificate: UEFI:db
[    2.122929] integrity: Loaded X.509 cert ': 167fc8bf48c5b8864b933091174a6eb1'
[    2.122930] integrity: Loading X.509 certificate: UEFI:db
[    2.122932] integrity: Problem loading X.509 certificate -65
[    2.122933] integrity: Error adding keys to platform keyring UEFI:db
[    2.131801] PM:   Magic number: 3:10:30
[    2.137224] RAS: Correctable Errors collector initialized.
[    2.138586] clk: Disabling unused clocks
[    2.171440] ACPI: battery: Slot [BAT0] (battery present)
[    2.173589] Freeing unused decrypted memory: 2028K
[    2.173987] Freeing unused kernel image (initmem) memory: 3412K
[    2.204095] Write protecting the kernel read-only data: 30720k
[    2.205228] Freeing unused kernel image (rodata/data gap) memory: 1268K
[    2.243753] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.243761] rodata_test: all tests were successful
[    2.243768] Run /init as init process
[    2.243770]   with arguments:
[    2.243771]     /init
[    2.243773]   with environment:
[    2.243774]     HOME=/
[    2.243775]     TERM=linux
[    2.243776]     BOOT_IMAGE=/vmlinuz-linux
[    2.362197] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[    2.362900] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[    2.362902] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.363966] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.365897] xhci_hcd 0000:73:00.3: xHCI Host Controller
[    2.365906] xhci_hcd 0000:73:00.3: new USB bus registered, assigned bus number 1
[    2.366299] xhci_hcd 0000:73:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[    2.366586] xhci_hcd 0000:73:00.3: xHCI Host Controller
[    2.366591] xhci_hcd 0000:73:00.3: new USB bus registered, assigned bus number 2
[    2.366595] xhci_hcd 0000:73:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    2.366651] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.366653] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.366655] usb usb1: Product: xHCI Host Controller
[    2.366657] usb usb1: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.366658] usb usb1: SerialNumber: 0000:73:00.3
[    2.366773] hub 1-0:1.0: USB hub found
[    2.366804] hub 1-0:1.0: 4 ports detected
[    2.367147] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.367169] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    2.367171] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.367173] usb usb2: Product: xHCI Host Controller
[    2.367174] usb usb2: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.367175] usb usb2: SerialNumber: 0000:73:00.3
[    2.367258] hub 2-0:1.0: USB hub found
[    2.367268] hub 2-0:1.0: 2 ports detected
[    2.367664] xhci_hcd 0000:73:00.4: xHCI Host Controller
[    2.367669] xhci_hcd 0000:73:00.4: new USB bus registered, assigned bus number 3
[    2.368048] xhci_hcd 0000:73:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[    2.368303] xhci_hcd 0000:73:00.4: xHCI Host Controller
[    2.368306] xhci_hcd 0000:73:00.4: new USB bus registered, assigned bus number 4
[    2.368309] xhci_hcd 0000:73:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.368355] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.368358] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.368359] usb usb3: Product: xHCI Host Controller
[    2.368361] usb usb3: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.368362] usb usb3: SerialNumber: 0000:73:00.4
[    2.368460] hub 3-0:1.0: USB hub found
[    2.368482] hub 3-0:1.0: 3 ports detected
[    2.368737] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.368769] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    2.368772] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.368774] usb usb4: Product: xHCI Host Controller
[    2.368776] usb usb4: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.368777] usb usb4: SerialNumber: 0000:73:00.4
[    2.368881] hub 4-0:1.0: USB hub found
[    2.368901] hub 4-0:1.0: 2 ports detected
[    2.369229] xhci_hcd 0000:74:00.0: xHCI Host Controller
[    2.369235] xhci_hcd 0000:74:00.0: new USB bus registered, assigned bus number 5
[    2.370529] xhci_hcd 0000:74:00.0: USB3 root hub has no ports
[    2.370533] xhci_hcd 0000:74:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[    2.370776] xhci_hcd 0000:74:00.0: xHCI Host Controller
[    2.370780] xhci_hcd 0000:74:00.0: new USB bus registered, assigned bus number 6
[    2.370782] xhci_hcd 0000:74:00.0: Host supports USB 3.0 SuperSpeed
[    2.370824] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.370827] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.370828] usb usb5: Product: xHCI Host Controller
[    2.370830] usb usb5: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.370831] usb usb5: SerialNumber: 0000:74:00.0
[    2.370925] hub 5-0:1.0: USB hub found
[    2.370945] hub 5-0:1.0: 1 port detected
[    2.371095] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.371120] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    2.371122] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.371124] usb usb6: Product: xHCI Host Controller
[    2.371125] usb usb6: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.371126] usb usb6: SerialNumber: 0000:74:00.0
[    2.371206] hub 6-0:1.0: USB hub found
[    2.371210] hub 6-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    2.371373] xhci_hcd 0000:74:00.3: xHCI Host Controller
[    2.371377] xhci_hcd 0000:74:00.3: new USB bus registered, assigned bus number 7
[    2.371739] xhci_hcd 0000:74:00.3: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[    2.372154] xhci_hcd 0000:74:00.3: xHCI Host Controller
[    2.372157] xhci_hcd 0000:74:00.3: new USB bus registered, assigned bus number 8
[    2.372160] xhci_hcd 0000:74:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    2.372198] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.372200] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.372202] usb usb7: Product: xHCI Host Controller
[    2.372203] usb usb7: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.372205] usb usb7: SerialNumber: 0000:74:00.3
[    2.372300] hub 7-0:1.0: USB hub found
[    2.372320] hub 7-0:1.0: 1 port detected
[    2.372461] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.372483] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    2.372485] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.372486] usb usb8: Product: xHCI Host Controller
[    2.372487] usb usb8: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.372488] usb usb8: SerialNumber: 0000:74:00.3
[    2.372493] nvme 0000:03:00.0: platform quirk: setting simple suspend
[    2.372574] hub 8-0:1.0: USB hub found
[    2.372594] hub 8-0:1.0: 1 port detected
[    2.372597] nvme nvme0: pci function 0000:03:00.0
[    2.373318] xhci_hcd 0000:74:00.4: xHCI Host Controller
[    2.373323] xhci_hcd 0000:74:00.4: new USB bus registered, assigned bus number 9
[    2.374642] xhci_hcd 0000:74:00.4: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[    2.375018] xhci_hcd 0000:74:00.4: xHCI Host Controller
[    2.375021] xhci_hcd 0000:74:00.4: new USB bus registered, assigned bus number 10
[    2.375024] xhci_hcd 0000:74:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.375053] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[    2.375055] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.375056] usb usb9: Product: xHCI Host Controller
[    2.375057] usb usb9: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.375058] usb usb9: SerialNumber: 0000:74:00.4
[    2.375140] hub 9-0:1.0: USB hub found
[    2.375159] hub 9-0:1.0: 1 port detected
[    2.375273] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.375293] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[    2.375294] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.375296] usb usb10: Product: xHCI Host Controller
[    2.375297] usb usb10: Manufacturer: Linux 6.6.4-arch1-1 xhci-hcd
[    2.375298] usb usb10: SerialNumber: 0000:74:00.4
[    2.375375] hub 10-0:1.0: USB hub found
[    2.375390] hub 10-0:1.0: 1 port detected
[    2.377396] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.398690] nvme nvme0: allocated 64 MiB host memory buffer.
[    2.420660] nvme nvme0: 15/0/0 default/read/poll queues
[    2.428627]  nvme0n1: p1 p2 p3 p4 p5
[    2.624089] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[    2.624129] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    2.627287] usb 9-1: new full-speed USB device number 2 using xhci_hcd
[    2.783376] usb 3-3: New USB device found, idVendor=0bda, idProduct=5852, bcdDevice= 0.00
[    2.783388] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.783394] usb 3-3: Product: Bluetooth Radio
[    2.783398] usb 3-3: Manufacturer: Realtek
[    2.783402] usb 3-3: SerialNumber: 00e04c000001
[    2.784074] usb 9-1: New USB device found, idVendor=08bb, idProduct=2902, bcdDevice= 1.00
[    2.784084] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.784089] usb 9-1: Product: USB PnP Sound Device
[    2.784093] usb 9-1: Manufacturer: C-Media Electronics Inc.
[    2.799233] input: C-Media Electronics Inc.       USB PnP Sound Device as /devices/pci0000:00/0000:00:08.3/0000:74:00.4/usb9/9-1/9-1:1.2/0003:08BB:2902.0001/input/input3
[    2.812177] usb 5-1: New USB device found, idVendor=5986, idProduct=215d, bcdDevice=58.07
[    2.812185] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.812189] usb 5-1: Product: Integrated RGB Camera
[    2.812192] usb 5-1: Manufacturer: SunplusIT Inc
[    2.812195] usb 5-1: SerialNumber: 01.00.00
[    2.854490] hid-generic 0003:08BB:2902.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc.       USB PnP Sound Device] on usb-0000:74:00.4-1/input2
[    2.854589] usbcore: registered new interface driver usbhid
[    2.854594] usbhid: USB HID core driver
[    2.900096] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[    2.927363] usb 4-2: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 0.02
[    2.927377] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.927382] usb 4-2: Product: Mass Storage
[    2.927387] usb 4-2: Manufacturer: Generic
[    2.927390] usb 4-2: SerialNumber: 9
[    2.933560] usb-storage 4-2:1.0: USB Mass Storage device detected
[    2.933814] scsi host0: usb-storage 4-2:1.0
[    2.933904] usbcore: registered new interface driver usb-storage
[    2.936408] usbcore: registered new interface driver uas
[    3.090761] tsc: Refined TSC clocksource calibration: 3193.998 MHz
[    3.090784] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a244aeba, max_idle_ns: 440795290469 ns
[    3.090867] clocksource: Switched to clocksource tsc
[    4.043005] scsi 0:0:0:0: Direct-Access     Generic  Flash Disk       8.00 PQ: 0 ANSI: 6
[    4.044395] sd 0:0:0:0: [sda] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
[    4.044547] sd 0:0:0:0: [sda] Write Protect is off
[    4.044553] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[    4.044725] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    4.052135]  sda: sda1 sda2
[    4.052746] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    5.042519] fbcon: Taking over console
[    5.049940] Console: switching to colour frame buffer device 160x50
[    5.189992] EXT4-fs (sda2): mounted filesystem 8cbae55d-5747-4453-a6d7-dee26ed81df3 r/w with ordered data mode. Quota mode: none.
[    5.755698] systemd[1]: systemd 254.6-2-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.755707] systemd[1]: Detected architecture x86-64.
[    5.940527] systemd[1]: bpf-lsm: LSM BPF program attached
[    6.688605] systemd-fstab-generator[293]: Mount point  is not a valid path, ignoring.
[    7.113636] systemd[1]: Queued start job for default target Graphical Interface.
[    7.145942] systemd[1]: Created slice Slice /system/getty.
[    7.146224] systemd[1]: Created slice Slice /system/modprobe.
[    7.146412] systemd[1]: Created slice User and Session Slice.
[    7.146467] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    7.146503] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.146672] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    7.146699] systemd[1]: Reached target Local Encrypted Volumes.
[    7.146709] systemd[1]: Reached target Login Prompts.
[    7.146718] systemd[1]: Reached target Local Integrity Protected Volumes.
[    7.146737] systemd[1]: Reached target Path Units.
[    7.146747] systemd[1]: Reached target Remote File Systems.
[    7.146756] systemd[1]: Reached target Slice Units.
[    7.146768] systemd[1]: Reached target Swaps.
[    7.146780] systemd[1]: Reached target Local Verity Protected Volumes.
[    7.146833] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    7.146955] systemd[1]: Listening on LVM2 poll daemon socket.
[    7.149112] systemd[1]: Listening on Process Core Dump Socket.
[    7.149201] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.149276] systemd[1]: Listening on Journal Socket.
[    7.149376] systemd[1]: Listening on udev Control Socket.
[    7.149439] systemd[1]: Listening on udev Kernel Socket.
[    7.150147] systemd[1]: Mounting Huge Pages File System...
[    7.150755] systemd[1]: Mounting POSIX Message Queue File System...
[    7.151396] systemd[1]: Mounting Kernel Debug File System...
[    7.152001] systemd[1]: Mounting Kernel Trace File System...
[    7.154525] systemd[1]: Mounting Temporary Directory /tmp...
[    7.156198] systemd[1]: Starting Create List of Static Device Nodes...
[    7.156797] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    7.162927] systemd[1]: Starting Load Kernel Module configfs...
[    7.170069] systemd[1]: Starting Load Kernel Module dm_mod...
[    7.171295] systemd[1]: Starting Load Kernel Module drm...
[    7.171907] systemd[1]: Starting Load Kernel Module fuse...
[    7.172534] systemd[1]: Starting Load Kernel Module loop...
[    7.172576] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    7.173702] systemd[1]: Starting Journal Service...
[    7.196227] systemd[1]: Starting Load Kernel Modules...
[    7.196259] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    7.197049] systemd[1]: Starting Remount Root and Kernel File Systems...
[    7.197766] systemd[1]: Starting Coldplug All udev Devices...
[    7.198758] systemd[1]: Mounted Huge Pages File System.
[    7.212408] systemd[1]: Mounted POSIX Message Queue File System.
[    7.212479] systemd[1]: Mounted Kernel Debug File System.
[    7.212548] systemd[1]: Mounted Kernel Trace File System.
[    7.212614] systemd[1]: Mounted Temporary Directory /tmp.
[    7.228982] fuse: init (API version 7.39)
[    7.236634] loop: module loaded
[    7.240496] systemd-journald[314]: Collecting audit messages is disabled.
[    7.250756] systemd[1]: Finished Create List of Static Device Nodes.
[    7.251366] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    7.253077] device-mapper: uevent: version 1.0.3
[    7.253155] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    7.277437] EXT4-fs (sda2): re-mounted 8cbae55d-5747-4453-a6d7-dee26ed81df3 r/w. Quota mode: none.
[    7.280807] Asymmetric key parser 'pkcs8' registered
[    7.287446] systemd[1]: Finished Load Kernel Module configfs.
[    7.288379] systemd[1]: Started Journal Service.
[    7.634312] systemd-journald[314]: Received client request to flush runtime journal.
[    7.842890] systemd-journald[314]: /var/log/journal/a75b719620c540e6a48e6dc445bf544f/system.journal: Journal file uses a different sequence number ID, rotating.
[    7.842900] systemd-journald[314]: Rotating system journal.
[    8.384826] acpi-tad ACPI000E:00: Missing _PRW
[    8.432699] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    8.432973] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/LNXVIDEO:00/input/input4
[    8.474440] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    8.493721] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    8.493724] RAPL PMU: hw unit of domain package 2^-16 Joules
[    8.550801] cryptd: max_cpu_qlen set to 1000
[    8.559264] ACPI: bus type thunderbolt registered
[    8.562076] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    8.562079] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    8.562134] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    8.610823] ccp 0000:73:00.2: enabling device (0000 -> 0002)
[    8.621272] ccp 0000:73:00.2: tee enabled
[    8.622011] ccp 0000:73:00.2: psp enabled
[    8.649986] hid-generic 0018:048D:8353.0002: hidraw1: I2C HID v1.00 Device [ITE8350:00 048D:8353] on i2c-ITE8350:00
[    8.652799] input: SYNA2BA6:00 06CB:CF00 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-SYNA2BA6:00/0018:06CB:CF00.0003/input/input6
[    8.652849] input: SYNA2BA6:00 06CB:CF00 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-SYNA2BA6:00/0018:06CB:CF00.0003/input/input7
[    8.652897] hid-generic 0018:06CB:CF00.0003: input,hidraw2: I2C HID v1.00 Mouse [SYNA2BA6:00 06CB:CF00] on i2c-SYNA2BA6:00
[    8.685210] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    8.685343] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    8.685433] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    8.686194] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.686345] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.693245] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input9
[    8.708153] hid-sensor-hub 0018:048D:8353.0002: hidraw1: I2C HID v1.00 Device [ITE8350:00 048D:8353] on i2c-ITE8350:00
[    8.712162] AVX2 version of gcm_enc/dec engaged.
[    8.712208] AES CTR mode by8 optimization enabled
[    8.757166] ACPI Error: No handler for Region [ECSI] (000000004d9d9824) [EmbeddedControl] (20230628/evregion-130)
[    8.757177] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20230628/exfldio-261)
[    8.757189] ACPI Error: Aborting method \_SB.UBTC.ECRD due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
[    8.757201] ACPI Error: Aborting method \_SB.UBTC._DSM due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
[    8.757380] ACPI: \_SB_.UBTC: failed to evaluate _DSM c298836f-a47c-e411-ad36-631042b5008f (0x6)
[    8.757385] ucsi_acpi USBC000:00: ucsi_acpi_dsm: failed to evaluate _DSM 2
[    8.774449] Bluetooth: Core ver 2.22
[    8.774478] NET: Registered PF_BLUETOOTH protocol family
[    8.774479] Bluetooth: HCI device and connection manager initialized
[    8.774486] Bluetooth: HCI socket layer initialized
[    8.774488] Bluetooth: L2CAP socket layer initialized
[    8.774492] Bluetooth: SCO socket layer initialized
[    8.790758] input: SYNA2BA6:00 06CB:CF00 Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-SYNA2BA6:00/0018:06CB:CF00.0003/input/input10
[    8.792320] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    8.792360] cfg80211: failed to load regulatory.db
[    8.792524] input: SYNA2BA6:00 06CB:CF00 Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-SYNA2BA6:00/0018:06CB:CF00.0003/input/input11
[    8.795170] hid-multitouch 0018:06CB:CF00.0003: input,hidraw2: I2C HID v1.00 Mouse [SYNA2BA6:00 06CB:CF00] on i2c-SYNA2BA6:00
[    8.840817] mc: Linux media interface: v0.10
[    8.840819] snd_pci_acp6x 0000:73:00.5: enabling device (0000 -> 0002)
[    8.841972] mousedev: PS/2 mouse device common for all mice
[    8.931243] usbcore: registered new interface driver btusb
[    8.931377] videodev: Linux video capture interface: v2.00
[    8.936319] Bluetooth: hci0: RTL: examining hci_ver=0c hci_rev=000c lmp_ver=0c lmp_subver=8852
[    8.939339] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    8.939345] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_fw_v2.bin
[    8.973071] snd_hda_intel 0000:73:00.1: enabling device (0000 -> 0002)
[    8.973131] snd_hda_intel 0000:73:00.1: Handle vga_switcheroo audio client
[    8.973275] snd_hda_intel 0000:73:00.6: enabling device (0000 -> 0002)
[    8.988743] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852cu_config.bin
[    9.003360] Bluetooth: hci0: RTL: cfg_sz 6, total sz 71983
[    9.033592] rtw89_8852ce 0000:01:00.0: loaded firmware rtw89/rtw8852c_fw.bin
[    9.033698] rtw89_8852ce 0000:01:00.0: enabling device (0000 -> 0003)
[    9.035178] rtw89_8852ce 0000:01:00.0: Firmware version 0.27.56.13 (ebbe528f), cmd version 0, type 1
[    9.035184] rtw89_8852ce 0000:01:00.0: Firmware version 0.27.56.13 (ebbe528f), cmd version 0, type 3
[    9.050194] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:73:00.1/sound/card0/input13
[    9.050259] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:73:00.1/sound/card0/input14
[    9.050313] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:73:00.1/sound/card0/input15
[    9.084313] kvm_amd: TSC scaling supported
[    9.084316] kvm_amd: Nested Virtualization enabled
[    9.084317] kvm_amd: Nested Paging enabled
[    9.084322] kvm_amd: Virtual VMLOAD VMSAVE supported
[    9.084322] kvm_amd: Virtual GIF supported
[    9.084323] kvm_amd: LBR virtualization supported
[    9.094208] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    9.094213] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.094215] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    9.094217] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    9.094218] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    9.094220] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    9.094978] usb 5-1: Found UVC 1.50 device Integrated RGB Camera (5986:215d)
[    9.114127] MCE: In-kernel MCE decoding enabled.
[    9.136290] usbcore: registered new interface driver snd-usb-audio
[    9.138347] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:73:00.6/sound/card1/input16
[    9.138947] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:73:00.6/sound/card1/input17
[    9.141081] usb 5-1: Found UVC 1.50 device Integrated RGB Camera (5986:215d)
[    9.155396] usbcore: registered new interface driver uvcvideo
[    9.282739] rtw89_8852ce 0000:01:00.0: chip rfe_type is 1
[    9.338671] intel_rapl_common: Found RAPL domain package
[    9.338675] intel_rapl_common: Found RAPL domain core
[    9.933332] Bluetooth: hci0: RTL: fw version 0x040d7225
[    9.998763] ucsi_acpi: probe of USBC000:00 failed with error -5
[   10.128519] Bluetooth: hci0: AOSP extensions version v1.00
[   10.128525] Bluetooth: hci0: AOSP quality report is supported
[   10.540646] [drm] amdgpu kernel modesetting enabled.
[   10.544736] amdgpu: Virtual CRAT table created for CPU
[   10.544751] amdgpu: Topology: Add CPU node
[   10.544884] amdgpu 0000:73:00.0: enabling device (0006 -> 0007)
[   10.544993] [drm] initializing kernel modesetting (YELLOW_CARP 0x1002:0x1681 0x17AA:0x3C3C 0x06).
[   10.545137] [drm] register mmio base: 0x98700000
[   10.545138] [drm] register mmio size: 524288
[   10.547778] [drm] add ip block number 0 <nv_common>
[   10.547780] [drm] add ip block number 1 <gmc_v10_0>
[   10.547781] [drm] add ip block number 2 <navi10_ih>
[   10.547783] [drm] add ip block number 3 <psp>
[   10.547784] [drm] add ip block number 4 <smu>
[   10.547785] [drm] add ip block number 5 <dm>
[   10.547786] [drm] add ip block number 6 <gfx_v10_0>
[   10.547788] [drm] add ip block number 7 <sdma_v5_2>
[   10.547789] [drm] add ip block number 8 <vcn_v3_0>
[   10.547790] [drm] add ip block number 9 <jpeg_v3_0>
[   10.547814] amdgpu 0000:73:00.0: amdgpu: Fetched VBIOS from VFCT
[   10.547817] amdgpu: ATOM BIOS: 113-REMBRANDT-X37
[   10.771054] [drm] VCN(0) decode is enabled in VM mode
[   10.771059] [drm] VCN(0) encode is enabled in VM mode
[   10.779424] [drm] JPEG decode is enabled in VM mode
[   10.791430] Console: switching to colour dummy device 80x25
[   10.845446] amdgpu 0000:73:00.0: vgaarb: deactivate vga console
[   10.845453] amdgpu 0000:73:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[   10.845505] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   10.845513] amdgpu 0000:73:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[   10.845515] amdgpu 0000:73:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   10.845517] amdgpu 0000:73:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   10.845530] [drm] Detected VRAM RAM=2048M, BAR=2048M
[   10.845531] [drm] RAM width 128bits LPDDR5
[   10.845698] [drm] amdgpu: 2048M of VRAM memory ready
[   10.845701] [drm] amdgpu: 6830M of GTT memory ready.
[   10.845718] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   10.846120] [drm] PCIE GART of 1024M enabled (table at 0x000000F47FC00000).
[   10.846428] [drm] Loading DMUB firmware via PSP: version=0x04000040
[   10.848616] [drm] use_doorbell being set to: [true]
[   10.848655] [drm] Found VCN firmware Version ENC: 1.27 DEC: 2 VEP: 0 Revision: 0
[   10.848663] amdgpu 0000:73:00.0: amdgpu: Will use PSP to load VCN firmware
[   10.872060] [drm] reserve 0xa00000 from 0xf47e000000 for PSP TMR
[   11.035182] amdgpu 0000:73:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   11.046650] amdgpu 0000:73:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   11.046654] amdgpu 0000:73:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   11.048975] amdgpu 0000:73:00.0: amdgpu: SMU is initialized successfully!
[   11.050161] [drm] Display Core v3.2.247 initialized on DCN 3.1
[   11.050164] [drm] DP-HDMI FRL PCON supported
[   11.052107] [drm] DMUB hardware initialized: version=0x04000040
[   11.065502] snd_hda_intel 0000:73:00.1: bound 0000:73:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   11.157514] [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x3a su_y_granularity 4
[   11.159130] [drm] kiq ring mec 2 pipe 1 q 0
[   11.162365] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   11.162397] [drm] JPEG decode initialized successfully.
[   11.216630] amdgpu: HMM registered 2048MB device memory
[   11.218310] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   11.218325] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[   11.219280] amdgpu: Virtual CRAT table created for GPU
[   11.219423] amdgpu: Topology: Add dGPU node [0x1681:0x1002]
[   11.219425] kfd kfd: amdgpu: added device 1002:1681
[   11.219435] amdgpu 0000:73:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
[   11.219611] amdgpu 0000:73:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   11.219613] amdgpu 0000:73:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   11.219615] amdgpu 0000:73:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   11.219616] amdgpu 0000:73:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   11.219617] amdgpu 0000:73:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   11.219618] amdgpu 0000:73:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   11.219619] amdgpu 0000:73:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   11.219620] amdgpu 0000:73:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   11.219621] amdgpu 0000:73:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   11.219623] amdgpu 0000:73:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[   11.219624] amdgpu 0000:73:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   11.219625] amdgpu 0000:73:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[   11.219626] amdgpu 0000:73:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[   11.219627] amdgpu 0000:73:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[   11.219629] amdgpu 0000:73:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[   11.221758] [drm] Initialized amdgpu 3.54.0 20150101 for 0000:73:00.0 on minor 1
[   11.232611] fbcon: amdgpudrmfb (fb0) is primary device
[   11.232804] [drm] DSC precompute is not needed.
[   11.247353] Console: switching to colour frame buffer device 160x50
[   11.259612] amdgpu 0000:73:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   16.875808] gnome-shell[650]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   18.852695] rfkill: input handler disabled
[   25.406348] systemd-journald[314]: /var/log/journal/a75b719620c540e6a48e6dc445bf544f/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[   25.968554] rfkill: input handler enabled
[   29.276109] rfkill: input handler disabled
[   41.497417] systemd-journald[314]: Time jumped backwards, rotating. 

Does that tell you something?

Offline

#4 2024-03-28 05:35:16

SinoCiCi
Member
Registered: 2024-03-28
Posts: 7

Re: ALSA: no input through internal microphone (Lenovo Ideapad,Ryzen 7735)

yes ALC257, please check https://bbs.archlinux.org/viewtopic.php … 9#p2160219 and see if it helps

Offline

Board footer

Powered by FluxBB