You are not logged in.
I've been trying to do everything from google for a 3 months. I didn't find anything helpful. I have hp 14 cf1000. It has intel Core i5 and Radeon R7 M400. I need to enable and make access to dicrete video, but it's not working. DRI_PRIME=1 showing only my intel integrated GPU. lspci -k show only:
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile] (rev c3)
Subsystem: Hewlett-Packard Company Device 852f
Kernel modules: amdgpu
Here's my grub-config in line LINUX_DEFAULT:
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1"
I've installed every packages, for amdgpu, but nothing works. Mesa - installed.
One interesting thing.... When I've installed Debian 11, my amd GPU work's. But when I update it - it breaks. Same story with a linux mint and elementary os. Problem not in the kernel.
Here's my dmesg output from command "sudo dmesg | grep -i amdgpu":
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm root=/dev/vg/root loglevel=3 quiet radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1
[ 0.041251] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm root=/dev/vg/root loglevel=3 quiet radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1
[ 4.081463] [drm] amdgpu kernel modesetting enabled.
[ 4.081484] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[ 4.081804] amdgpu: CRAT table not found
[ 4.081807] amdgpu: Virtual CRAT table created for CPU
[ 4.081818] amdgpu: Topology: Add CPU node
[ 4.081889] amdgpu 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 4.082283] kfd kfd: amdgpu: TOPAZ not supported in kfd
[ 4.088643] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ATRM
[ 4.088647] amdgpu: ATOM BIOS: BR53530.001
[ 4.088658] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 4.088661] amdgpu 0000:01:00.0: amdgpu: PCIE atomic ops is not supported
[ 4.090475] amdgpu 0000:01:00.0: amdgpu: VRAM: 4294967295M 0x000000FFFF000000 - 0x001000FFFEEFFFFF (4294967295M used)
[ 4.090481] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x0000000000000000 - 0x000000000FFFFFFF
[ 4.090511] [drm] amdgpu: 4294967295M of VRAM memory ready
[ 4.090513] [drm] amdgpu: 7876M of GTT memory ready.
[ 4.270034] amdgpu 0000:01:00.0: amdgpu: Wait for MC idle timedout !
[ 4.450567] amdgpu 0000:01:00.0: amdgpu: Wait for MC idle timedout !
[ 4.458545] amdgpu: hwmgr_sw_init smu backed is iceland_smu
[ 4.463333] amdgpu 0000:01:00.0: amdgpu:
[ 4.463341] amdgpu 0000:01:00.0: amdgpu:
[ 4.463346] amdgpu 0000:01:00.0: amdgpu:
[ 4.825249] amdgpu 0000:01:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring gfx test failed (-110)
[ 4.825648] [drm:amdgpu_device_init [amdgpu]] *ERROR* hw_init of IP block <gfx_v8_0> failed -110
[ 4.825934] amdgpu 0000:01:00.0: amdgpu: amdgpu_device_ip_init failed
[ 4.825936] amdgpu 0000:01:00.0: amdgpu: Fatal error during GPU init
[ 4.825938] amdgpu 0000:01:00.0: amdgpu: amdgpu: finishing device.
[ 4.827165] amdgpu: probe of 0000:01:00.0 failed with error -110
[ 4.827313] [drm] amdgpu: ttm finalized
If someone helps me, I'll be happy, because I can't launch play CS:GO on my laptop, I can't use hashcat on my laptop, because good discrete GPU not working. Don't recommend me please install mint or debian or elementary without updating. I've installed it just for test and I wan't to stay on arch and fresh software.
Thank you
Offline
First off, that card is GCN 3, It's not Southern Islands or Sea Island, so get rid of all of that si and cik stuff.
After that, a full log, enclosed in code tags is more helpful. In general, journalctl is better than dmesg, too. Assuming this is a hybrid system where the output is connected to the igpu, see https://wiki.archlinux.org/title/PRIME
Offline
PRIME is not working for me. Also I've been installed every needed drivers; Here's a PRIME ouput:
╭─ ~ ✔ 01:08:41 PM ─╮
╰─ glxinfo | grep -i opengl ─╯
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 620 (WHL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.0.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.0.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
╭─ ~ ✔ 01:09:25 PM ─╮
╰─ DRI_PRIME=1 glxinfo | grep -i opengl ─╯
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 620 (WHL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.0.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.0.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
Offline
[ 4.081889] amdgpu 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 4.825249] amdgpu 0000:01:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring gfx test failed (-110)
[ 4.825648] [drm:amdgpu_device_init [amdgpu]] *ERROR* hw_init of IP block <gfx_v8_0> failed -110
[ 4.825934] amdgpu 0000:01:00.0: amdgpu: amdgpu_device_ip_init failed
[ 4.825936] amdgpu 0000:01:00.0: amdgpu: Fatal error during GPU init
[ 4.825938] amdgpu 0000:01:00.0: amdgpu: amdgpu: finishing device.
[ 4.827165] amdgpu: probe of 0000:01:00.0 failed with error -110
These lines indicate that the issue occurs long before X & PRIME start working.
We need full dmesg & journal outputs (both ran as root) and the contents of your /etc/mkinitcpio.conf file to start troubleshooting .
And use code tags as scimmia asked . see https://bbs.archlinux.org/help.php#bbcode
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Here mkinitcpio.conf:
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block encrypt lvm2 filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"
Here dmesg output:
[ 0.000000] microcode: microcode updated early to revision 0xf4, date = 2022-07-31
[ 0.000000] Linux version 6.2.12-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Thu, 20 Apr 2023 16:11:55 +0000
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm root=/dev/vg/root loglevel=3 quiet
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 2032
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000020fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000021000-0x0000000000021fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000022000-0x0000000000087fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007e23dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007e23e000-0x000000007e63dfff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000007e63e000-0x000000007f59dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007f59e000-0x000000007fc8dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007fc8e000-0x000000007fd0dfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007fd0e000-0x000000007fd0efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007fd0f000-0x000000008b7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff300000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004727fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.60 by INSYDE Corp.
[ 0.000000] efi: TPMFinalLog=0x7f575000 ACPI=0x7fd0d000 ACPI 2.0=0x7fd0d014 SMBIOS=0x7e7e7000 SMBIOS 3.0=0x7e7e5000 ESRT=0x7e7e2218 MEMATTR=0x6e981018
[ 0.000000] efi: Remove mem60: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[ 0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[ 0.000000] efi: Not removing mem61: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem62: MMIO range=[0xfed10000-0xfed19fff] (40KB) from e820 map
[ 0.000000] efi: Not removing mem63: MMIO range=[0xfed84000-0xfed84fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem64: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem65: MMIO range=[0xff300000-0xffffffff] (13MB) from e820 map
[ 0.000000] e820: remove [mem 0xff300000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.0.1 present.
[ 0.000000] DMI: HP HP Laptop 14-cf1xxx/852F, BIOS F.73 11/18/2022
[ 0.000000] tsc: Detected 1800.000 MHz processor
[ 0.001450] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001454] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001462] last_pfn = 0x472800 max_arch_pfn = 0x400000000
[ 0.001467] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001877] last_pfn = 0x7fd0f max_arch_pfn = 0x400000000
[ 0.009995] esrt: Reserving ESRT space from 0x000000007e7e2218 to 0x000000007e7e2250.
[ 0.010006] Using GB pages for direct mapping
[ 0.010317] Secure boot disabled
[ 0.010317] RAMDISK: [mem 0x31c5b000-0x34e24fff]
[ 0.010322] ACPI: Early table checksum verification disabled
[ 0.010325] ACPI: RSDP 0x000000007FD0D014 000024 (v02 HPQOEM)
[ 0.010329] ACPI: XSDT 0x000000007FCEA188 000124 (v01 HPQOEM SLIC-MPC 00000000 HP 01000013)
[ 0.010335] ACPI: FACP 0x000000007FCE4000 00010C (v05 HPQOEM SLIC-MPC 00000000 HP 00040000)
[ 0.010340] ACPI: DSDT 0x000000007FCA5000 03B262 (v02 HPQOEM SLIC-MPC 00000000 ACPI 00040000)
[ 0.010343] ACPI: FACS 0x000000007FC2B000 000040
[ 0.010346] ACPI: UEFI 0x000000007FD0C000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.010349] ACPI: SSDT 0x000000007FD08000 00310C (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.010352] ACPI: SSDT 0x000000007FD06000 001B5F (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.010355] ACPI: UEFI 0x000000007FD05000 000042 (v01 HPQOEM INSYDE 00000002 HP 00040000)
[ 0.010358] ACPI: IHIS 0x000000007FD04000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.010361] ACPI: SSDT 0x000000007FD03000 00045A (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010364] ACPI: SSDT 0x000000007FD02000 000046 (v02 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.010367] ACPI: TPM2 0x000000007FD01000 000034 (v03 HPQOEM INSYDE 00000002 HP 00040000)
[ 0.010370] ACPI: SSDT 0x000000007FD00000 000169 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010373] ACPI: SSDT 0x000000007FCF9000 006544 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010376] ACPI: MSDM 0x000000007FCF8000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
[ 0.010379] ACPI: SSDT 0x000000007FCF3000 0045D5 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010382] ACPI: LPIT 0x000000007FCF2000 000094 (v01 HPQOEM INSYDE 00000000 HP 00040000)
[ 0.010385] ACPI: WSMT 0x000000007FCF1000 000028 (v01 HPQOEM INSYDE 00000000 HP 00040000)
[ 0.010388] ACPI: SSDT 0x000000007FCF0000 000C2F (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010391] ACPI: SSDT 0x000000007FCEE000 00149F (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
[ 0.010394] ACPI: DBGP 0x000000007FCED000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
[ 0.010397] ACPI: DBG2 0x000000007FCEC000 000054 (v00 HPQOEM INSYDE 00000002 HP 00040000)
[ 0.010400] ACPI: SSDT 0x000000007FCEB000 000B9F (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010403] ACPI: SSDT 0x000000007FCE6000 0033A0 (v02 HPQOEM INSYDE 00000000 ACPI 00040000)
[ 0.010406] ACPI: ASF! 0x000000007FCE5000 0000A5 (v32 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.010409] ACPI: HPET 0x000000007FCE3000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.010412] ACPI: APIC 0x000000007FCE2000 00012C (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
[ 0.010415] ACPI: MCFG 0x000000007FCE1000 00003C (v01 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.010418] ACPI: SSDT 0x000000007FCA4000 00008E (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010421] ACPI: SSDT 0x000000007FCA3000 0008F9 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010424] ACPI: DMAR 0x000000007FCA2000 0000A8 (v01 HPQOEM INSYDE 00000002 HP 00040000)
[ 0.010427] ACPI: SSDT 0x000000007FCA0000 001B6D (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010430] ACPI: SSDT 0x000000007FC9F000 000723 (v02 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.010433] ACPI: FPDT 0x000000007FC9E000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
[ 0.010436] ACPI: BGRT 0x000000007FC9D000 000038 (v01 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.010439] ACPI: Reserving FACP table memory at [mem 0x7fce4000-0x7fce410b]
[ 0.010440] ACPI: Reserving DSDT table memory at [mem 0x7fca5000-0x7fce0261]
[ 0.010441] ACPI: Reserving FACS table memory at [mem 0x7fc2b000-0x7fc2b03f]
[ 0.010442] ACPI: Reserving UEFI table memory at [mem 0x7fd0c000-0x7fd0c235]
[ 0.010443] ACPI: Reserving SSDT table memory at [mem 0x7fd08000-0x7fd0b10b]
[ 0.010444] ACPI: Reserving SSDT table memory at [mem 0x7fd06000-0x7fd07b5e]
[ 0.010445] ACPI: Reserving UEFI table memory at [mem 0x7fd05000-0x7fd05041]
[ 0.010446] ACPI: Reserving IHIS table memory at [mem 0x7fd04000-0x7fd04037]
[ 0.010447] ACPI: Reserving SSDT table memory at [mem 0x7fd03000-0x7fd03459]
[ 0.010448] ACPI: Reserving SSDT table memory at [mem 0x7fd02000-0x7fd02045]
[ 0.010449] ACPI: Reserving TPM2 table memory at [mem 0x7fd01000-0x7fd01033]
[ 0.010450] ACPI: Reserving SSDT table memory at [mem 0x7fd00000-0x7fd00168]
[ 0.010451] ACPI: Reserving SSDT table memory at [mem 0x7fcf9000-0x7fcff543]
[ 0.010452] ACPI: Reserving MSDM table memory at [mem 0x7fcf8000-0x7fcf8054]
[ 0.010452] ACPI: Reserving SSDT table memory at [mem 0x7fcf3000-0x7fcf75d4]
[ 0.010453] ACPI: Reserving LPIT table memory at [mem 0x7fcf2000-0x7fcf2093]
[ 0.010454] ACPI: Reserving WSMT table memory at [mem 0x7fcf1000-0x7fcf1027]
[ 0.010455] ACPI: Reserving SSDT table memory at [mem 0x7fcf0000-0x7fcf0c2e]
[ 0.010456] ACPI: Reserving SSDT table memory at [mem 0x7fcee000-0x7fcef49e]
[ 0.010457] ACPI: Reserving DBGP table memory at [mem 0x7fced000-0x7fced033]
[ 0.010458] ACPI: Reserving DBG2 table memory at [mem 0x7fcec000-0x7fcec053]
[ 0.010459] ACPI: Reserving SSDT table memory at [mem 0x7fceb000-0x7fcebb9e]
[ 0.010460] ACPI: Reserving SSDT table memory at [mem 0x7fce6000-0x7fce939f]
[ 0.010461] ACPI: Reserving ASF! table memory at [mem 0x7fce5000-0x7fce50a4]
[ 0.010462] ACPI: Reserving HPET table memory at [mem 0x7fce3000-0x7fce3037]
[ 0.010463] ACPI: Reserving APIC table memory at [mem 0x7fce2000-0x7fce212b]
[ 0.010464] ACPI: Reserving MCFG table memory at [mem 0x7fce1000-0x7fce103b]
[ 0.010465] ACPI: Reserving SSDT table memory at [mem 0x7fca4000-0x7fca408d]
[ 0.010466] ACPI: Reserving SSDT table memory at [mem 0x7fca3000-0x7fca38f8]
[ 0.010467] ACPI: Reserving DMAR table memory at [mem 0x7fca2000-0x7fca20a7]
[ 0.010468] ACPI: Reserving SSDT table memory at [mem 0x7fca0000-0x7fca1b6c]
[ 0.010469] ACPI: Reserving SSDT table memory at [mem 0x7fc9f000-0x7fc9f722]
[ 0.010470] ACPI: Reserving FPDT table memory at [mem 0x7fc9e000-0x7fc9e043]
[ 0.010471] ACPI: Reserving BGRT table memory at [mem 0x7fc9d000-0x7fc9d037]
[ 0.010620] No NUMA configuration found
[ 0.010621] Faking a node at [mem 0x0000000000000000-0x00000004727fffff]
[ 0.010624] NODE_DATA(0) allocated [mem 0x4727fb000-0x4727fffff]
[ 0.010656] Zone ranges:
[ 0.010656] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.010658] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.010660] Normal [mem 0x0000000100000000-0x00000004727fffff]
[ 0.010662] Device empty
[ 0.010663] Movable zone start for each node
[ 0.010663] Early memory node ranges
[ 0.010664] node 0: [mem 0x0000000000001000-0x0000000000020fff]
[ 0.010666] node 0: [mem 0x0000000000022000-0x0000000000087fff]
[ 0.010667] node 0: [mem 0x0000000000100000-0x000000007e23dfff]
[ 0.010668] node 0: [mem 0x000000007fd0e000-0x000000007fd0efff]
[ 0.010669] node 0: [mem 0x0000000100000000-0x00000004727fffff]
[ 0.010672] Initmem setup node 0 [mem 0x0000000000001000-0x00000004727fffff]
[ 0.010675] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010677] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.010698] On node 0, zone DMA: 120 pages in unavailable ranges
[ 0.013428] On node 0, zone DMA32: 6864 pages in unavailable ranges
[ 0.032361] On node 0, zone Normal: 753 pages in unavailable ranges
[ 0.032596] On node 0, zone Normal: 22528 pages in unavailable ranges
[ 0.032610] Reserving Intel graphics memory at [mem 0x89800000-0x8b7fffff]
[ 0.032910] ACPI: PM-Timer IO Port: 0x1808
[ 0.032918] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.032920] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.032921] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.032921] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.032922] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.032923] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.032924] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.032925] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.032926] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.032926] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.032927] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.032928] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.032929] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.032930] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.032931] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.032932] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.032983] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.032986] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.032988] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.032993] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.032994] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.033001] e820: update [mem 0x6ea38000-0x6ea41fff] usable ==> reserved
[ 0.033012] TSC deadline timer available
[ 0.033013] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.033031] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.033034] PM: hibernation: Registered nosave memory: [mem 0x00021000-0x00021fff]
[ 0.033036] PM: hibernation: Registered nosave memory: [mem 0x00088000-0x000fffff]
[ 0.033038] PM: hibernation: Registered nosave memory: [mem 0x6ea38000-0x6ea41fff]
[ 0.033040] PM: hibernation: Registered nosave memory: [mem 0x7e23e000-0x7e63dfff]
[ 0.033041] PM: hibernation: Registered nosave memory: [mem 0x7e63e000-0x7f59dfff]
[ 0.033041] PM: hibernation: Registered nosave memory: [mem 0x7f59e000-0x7fc8dfff]
[ 0.033042] PM: hibernation: Registered nosave memory: [mem 0x7fc8e000-0x7fd0dfff]
[ 0.033044] PM: hibernation: Registered nosave memory: [mem 0x7fd0f000-0x8b7fffff]
[ 0.033045] PM: hibernation: Registered nosave memory: [mem 0x8b800000-0xfdffffff]
[ 0.033046] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.033047] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
[ 0.033047] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.033048] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[ 0.033049] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[ 0.033050] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[ 0.033051] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.033051] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[ 0.033053] [mem 0x8b800000-0xfdffffff] available for PCI devices
[ 0.033055] Booting paravirtualized kernel on bare hardware
[ 0.033056] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.039337] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.039681] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[ 0.039688] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[ 0.039691] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.039714] Fallback order for Node 0: 0
[ 0.039717] Built 1 zonelists, mobility grouping on. Total pages: 4066582
[ 0.039718] Policy zone: Normal
[ 0.039719] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm root=/dev/vg/root loglevel=3 quiet
[ 0.039802] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm", will be passed to user space.
[ 0.039842] random: crng init done
[ 0.041164] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.041820] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.042098] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.042106] software IO TLB: area num 8.
[ 0.085871] Memory: 15879048K/16525076K available (16384K kernel code, 2097K rwdata, 12576K rodata, 3276K init, 4100K bss, 645768K reserved, 0K cma-reserved)
[ 0.086005] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.086030] ftrace: allocating 46879 entries in 184 pages
[ 0.094838] ftrace: allocated 184 pages with 4 groups
[ 0.094906] Dynamic Preempt: full
[ 0.094939] rcu: Preemptible hierarchical RCU implementation.
[ 0.094940] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.094941] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.094942] Trampoline variant of Tasks RCU enabled.
[ 0.094942] Rude variant of Tasks RCU enabled.
[ 0.094943] Tracing variant of Tasks RCU enabled.
[ 0.094944] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.094945] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.098114] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[ 0.098373] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.098689] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.098723] Console: colour dummy device 80x25
[ 0.098725] printk: console [tty0] enabled
[ 0.098779] ACPI: Core revision 20221020
[ 0.099168] hpet: HPET dysfunctional in PC10. Force disabled.
[ 0.099170] APIC: Switch to symmetric I/O mode setup
[ 0.099172] DMAR: Host address width 39
[ 0.099173] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.099181] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.099183] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.099187] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.099189] DMAR: RMRR base: 0x0000007f57d000 end: 0x0000007f59cfff
[ 0.099191] DMAR: RMRR base: 0x00000089000000 end: 0x0000008b7fffff
[ 0.099194] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.099195] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.099196] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.101327] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.101329] x2apic enabled
[ 0.101352] Switched APIC routing to cluster x2apic.
[ 0.106836] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns
[ 0.106842] Calibrating delay loop (skipped), value calculated using timer frequency.. 3601.00 BogoMIPS (lpj=6000000)
[ 0.106845] pid_max: default: 32768 minimum: 301
[ 0.110173] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[ 0.110173] landlock: Up and running.
[ 0.110173] Yama: becoming mindful.
[ 0.110173] LSM support for eBPF active
[ 0.110173] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.110173] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.110173] CPU0: Thermal monitoring enabled (TM1)
[ 0.110173] process: using mwait in idle threads
[ 0.110173] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.110173] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.110173] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.110173] Spectre V2 : Mitigation: Enhanced IBRS
[ 0.110173] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.110173] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[ 0.110173] RETBleed: Mitigation: Enhanced IBRS
[ 0.110173] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.110173] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.110173] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 0.110173] SRBDS: Mitigation: Microcode
[ 0.110173] Freeing SMP alternatives memory: 40K
[ 0.110173] smpboot: CPU0: Intel(R) Core(TM) i5-8265UC CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc)
[ 0.110173] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.110173] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.110173] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.110173] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.110173] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.110173] ... version: 4
[ 0.110173] ... bit width: 48
[ 0.110173] ... generic registers: 4
[ 0.110173] ... value mask: 0000ffffffffffff
[ 0.110173] ... max period: 00007fffffffffff
[ 0.110173] ... fixed-purpose events: 3
[ 0.110173] ... event mask: 000000070000000f
[ 0.110173] Estimated ratio of average max frequency by base frequency (times 1024): 2104
[ 0.110173] rcu: Hierarchical SRCU implementation.
[ 0.110173] rcu: Max phase no-delay instances is 1000.
[ 0.110173] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.110173] smp: Bringing up secondary CPUs ...
[ 0.110173] x86: Booting SMP configuration:
[ 0.110173] .... node #0, CPUs: #1 #2 #3 #4
[ 0.116931] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 0.116958] #5 #6 #7
[ 0.122192] smp: Brought up 1 node, 8 CPUs
[ 0.122192] smpboot: Max logical packages: 1
[ 0.122192] smpboot: Total of 8 processors activated (28811.00 BogoMIPS)
[ 0.123973] devtmpfs: initialized
[ 0.123973] x86/mm: Memory block size: 128MB
[ 0.124494] ACPI: PM: Registering ACPI NVS region [mem 0x7f59e000-0x7fc8dfff] (7274496 bytes)
[ 0.124494] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.124494] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.124494] pinctrl core: initialized pinctrl subsystem
[ 0.124494] PM: RTC time: 11:47:32, date: 2023-04-24
[ 0.124494] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.124609] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.124745] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.124876] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.124897] audit: initializing netlink subsys (disabled)
[ 0.124910] audit: type=2000 audit(1682336852.016:1): state=initialized audit_enabled=0 res=1
[ 0.124910] thermal_sys: Registered thermal governor 'fair_share'
[ 0.124910] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.124910] thermal_sys: Registered thermal governor 'step_wise'
[ 0.124910] thermal_sys: Registered thermal governor 'user_space'
[ 0.124910] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.124910] cpuidle: using governor ladder
[ 0.124910] cpuidle: using governor menu
[ 0.124910] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.124910] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.124910] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.124910] PCI: not using MMCONFIG
[ 0.124910] PCI: Using configuration type 1 for base access
[ 0.127008] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.127015] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.133511] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.133511] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.133511] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.133511] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.133719] ACPI: Added _OSI(Module Device)
[ 0.133719] ACPI: Added _OSI(Processor Device)
[ 0.133719] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.133719] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.205927] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._PR0], AE_ALREADY_EXISTS (20221020/dswload2-326)
[ 0.205934] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
[ 0.205940] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._PR2], AE_ALREADY_EXISTS (20221020/dswload2-326)
[ 0.205944] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
[ 0.205948] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._PR3], AE_ALREADY_EXISTS (20221020/dswload2-326)
[ 0.205951] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
[ 0.205956] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.RP05._S0W], AE_ALREADY_EXISTS (20221020/dswload2-326)
[ 0.205959] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
[ 0.205961] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.206417] ACPI: 16 ACPI AML tables successfully acquired and loaded
[ 0.218363] ACPI: Dynamic OEM Table Load:
[ 0.218376] ACPI: SSDT 0xFFFF91C1C15B7600 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160422)
[ 0.219371] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.221821] ACPI: Dynamic OEM Table Load:
[ 0.221830] ACPI: SSDT 0xFFFF91C1C15FD800 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.222940] ACPI: Dynamic OEM Table Load:
[ 0.222947] ACPI: SSDT 0xFFFF91C1C1A0E800 0004FD (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.224130] ACPI: Dynamic OEM Table Load:
[ 0.224137] ACPI: SSDT 0xFFFF91C1C157B400 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
[ 0.225135] ACPI: Dynamic OEM Table Load:
[ 0.225142] ACPI: SSDT 0xFFFF91C1C1A0B000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160422)
[ 0.226446] ACPI: Dynamic OEM Table Load:
[ 0.226454] ACPI: SSDT 0xFFFF91C1C1A08000 0005FC (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.227643] ACPI: Dynamic OEM Table Load:
[ 0.227650] ACPI: SSDT 0xFFFF91C1C15FF000 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 0.228841] ACPI: Dynamic OEM Table Load:
[ 0.228849] ACPI: SSDT 0xFFFF91C1C1A01000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160422)
[ 0.230173] ACPI: Dynamic OEM Table Load:
[ 0.230173] ACPI: SSDT 0xFFFF91C1C15FB000 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.236372] ACPI: EC: EC started
[ 0.236374] ACPI: EC: interrupt blocked
[ 0.238735] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.238738] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions
[ 0.238739] ACPI: Interpreter enabled
[ 0.238790] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.238792] ACPI: Using IOAPIC for interrupt routing
[ 0.240175] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.244774] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[ 0.244790] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.244791] PCI: Using E820 reservations for host bridge windows
[ 0.246742] ACPI: Enabled 8 GPEs in block 00 to 7F
[ 0.254648] ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
[ 0.258354] ACPI: \_SB_.PCI0.RP05.PC05: New power resource
[ 0.258598] ACPI: \_SB_.PCI0.RP05.PCRP: New power resource
[ 0.270228] ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
[ 0.270382] ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
[ 0.270529] ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
[ 0.275181] ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
[ 0.275404] acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
[ 0.278492] ACPI: \_TZ_.FN00: New power resource
[ 0.279056] ACPI: \PIN_: New power resource
[ 0.279505] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.279513] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.279631] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.279835] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[ 0.279837] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.282800] PCI host bridge to bus 0000:00
[ 0.282803] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.282805] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.282807] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.282809] pci_bus 0000:00: root bus resource [mem 0x8b800000-0xdfffffff window]
[ 0.282810] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[ 0.282811] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.282904] pci 0000:00:00.0: [8086:3e34] type 00 class 0x060000
[ 0.282982] pci 0000:00:02.0: [8086:3ea0] type 00 class 0x030000
[ 0.282990] pci 0000:00:02.0: reg 0x10: [mem 0xa1000000-0xa1ffffff 64bit]
[ 0.282996] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.283000] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
[ 0.283016] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.283019] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.283196] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.283206] pci 0000:00:04.0: reg 0x10: [mem 0xa2310000-0xa2317fff 64bit]
[ 0.283493] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.283503] pci 0000:00:08.0: reg 0x10: [mem 0xa2324000-0xa2324fff 64bit]
[ 0.283630] pci 0000:00:12.0: [8086:9df9] type 00 class 0x118000
[ 0.283649] pci 0000:00:12.0: reg 0x10: [mem 0xa2325000-0xa2325fff 64bit]
[ 0.283798] pci 0000:00:14.0: [8086:9ded] type 00 class 0x0c0330
[ 0.283813] pci 0000:00:14.0: reg 0x10: [mem 0xa2300000-0xa230ffff 64bit]
[ 0.283871] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.284141] pci 0000:00:14.2: [8086:9def] type 00 class 0x050000
[ 0.284159] pci 0000:00:14.2: reg 0x10: [mem 0xa2320000-0xa2321fff 64bit]
[ 0.284172] pci 0000:00:14.2: reg 0x18: [mem 0xa2326000-0xa2326fff 64bit]
[ 0.284287] pci 0000:00:14.3: [8086:9df0] type 00 class 0x028000
[ 0.284310] pci 0000:00:14.3: reg 0x10: [mem 0xa2318000-0xa231bfff 64bit]
[ 0.284437] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[ 0.284748] pci 0000:00:15.0: [8086:9de8] type 00 class 0x0c8000
[ 0.284835] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.285469] pci 0000:00:15.1: [8086:9de9] type 00 class 0x0c8000
[ 0.285556] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.286146] pci 0000:00:16.0: [8086:9de0] type 00 class 0x078000
[ 0.286167] pci 0000:00:16.0: reg 0x10: [mem 0xa2329000-0xa2329fff 64bit]
[ 0.286242] pci 0000:00:16.0: PME# supported from D3hot
[ 0.286794] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[ 0.286807] pci 0000:00:17.0: reg 0x10: [mem 0xa2322000-0xa2323fff]
[ 0.286815] pci 0000:00:17.0: reg 0x14: [mem 0xa232d000-0xa232d0ff]
[ 0.286822] pci 0000:00:17.0: reg 0x18: [io 0x5080-0x5087]
[ 0.286830] pci 0000:00:17.0: reg 0x1c: [io 0x5088-0x508b]
[ 0.286837] pci 0000:00:17.0: reg 0x20: [io 0x5060-0x507f]
[ 0.286858] pci 0000:00:17.0: reg 0x24: [mem 0xa232c000-0xa232c7ff]
[ 0.286899] pci 0000:00:17.0: PME# supported from D3hot
[ 0.287542] pci 0000:00:1c.0: [8086:9dbc] type 01 class 0x060400
[ 0.287615] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.287636] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[ 0.288463] pci 0000:00:1d.0: [8086:9db0] type 01 class 0x060400
[ 0.288538] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.288561] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[ 0.289385] pci 0000:00:1f.0: [8086:9d84] type 00 class 0x060100
[ 0.289841] pci 0000:00:1f.3: [8086:9dc8] type 00 class 0x040300
[ 0.289875] pci 0000:00:1f.3: reg 0x10: [mem 0xa231c000-0xa231ffff 64bit]
[ 0.289923] pci 0000:00:1f.3: reg 0x20: [mem 0xa2000000-0xa20fffff 64bit]
[ 0.290005] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.290584] pci 0000:00:1f.4: [8086:9da3] type 00 class 0x0c0500
[ 0.290608] pci 0000:00:1f.4: reg 0x10: [mem 0xa232a000-0xa232a0ff 64bit]
[ 0.290637] pci 0000:00:1f.4: reg 0x20: [io 0x5040-0x505f]
[ 0.290915] pci 0000:00:1f.5: [8086:9da4] type 00 class 0x0c8000
[ 0.290930] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.291087] pci 0000:01:00.0: [1002:6900] type 00 class 0x038000
[ 0.291107] pci 0000:01:00.0: reg 0x10: [mem 0x90000000-0x9fffffff 64bit pref]
[ 0.291120] pci 0000:01:00.0: reg 0x18: [mem 0xa0000000-0xa01fffff 64bit pref]
[ 0.291128] pci 0000:01:00.0: reg 0x20: [io 0x4000-0x40ff]
[ 0.291136] pci 0000:01:00.0: reg 0x24: [mem 0xa2200000-0xa223ffff]
[ 0.291144] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.291152] pci 0000:01:00.0: enabling Extended Tags
[ 0.291243] pci 0000:01:00.0: supports D1 D2
[ 0.291322] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:1c.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[ 0.291424] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.291427] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.291430] pci 0000:00:1c.0: bridge window [mem 0xa2200000-0xa22fffff]
[ 0.291434] pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[ 0.291488] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.291508] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
[ 0.291533] pci 0000:02:00.0: reg 0x18: [mem 0xa2104000-0xa2104fff 64bit]
[ 0.291550] pci 0000:02:00.0: reg 0x20: [mem 0xa2100000-0xa2103fff 64bit]
[ 0.291653] pci 0000:02:00.0: supports D1 D2
[ 0.291654] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.291834] pci 0000:00:1d.0: PCI bridge to [bus 02]
[ 0.291837] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
[ 0.291839] pci 0000:00:1d.0: bridge window [mem 0xa2100000-0xa21fffff]
[ 0.437525] ACPI: EC: interrupt unblocked
[ 0.437528] ACPI: EC: event unblocked
[ 0.437546] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.437549] ACPI: EC: GPE=0x3
[ 0.437551] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC initialization complete
[ 0.437554] ACPI: \_SB_.PCI0.LPCB.H_EC: EC: Used to handle transactions and events
[ 0.437646] iommu: Default domain type: Translated
[ 0.437646] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.437646] SCSI subsystem initialized
[ 0.437646] libata version 3.00 loaded.
[ 0.437646] ACPI: bus type USB registered
[ 0.437646] usbcore: registered new interface driver usbfs
[ 0.437646] usbcore: registered new interface driver hub
[ 0.437646] usbcore: registered new device driver usb
[ 0.437646] pps_core: LinuxPPS API ver. 1 registered
[ 0.437646] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.437646] PTP clock support registered
[ 0.437646] EDAC MC: Ver: 3.0.0
[ 0.437646] Registered efivars operations
[ 0.440426] NetLabel: Initializing
[ 0.440429] NetLabel: domain hash size = 128
[ 0.440430] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.440446] NetLabel: unlabeled traffic allowed by default
[ 0.440450] mctp: management component transport protocol core
[ 0.440451] NET: Registered PF_MCTP protocol family
[ 0.440454] PCI: Using ACPI for IRQ routing
[ 0.473836] PCI: pci_cache_line_size set to 64 bytes
[ 0.473981] e820: reserve RAM buffer [mem 0x00021000-0x0002ffff]
[ 0.473983] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[ 0.473984] e820: reserve RAM buffer [mem 0x6ea38000-0x6fffffff]
[ 0.473985] e820: reserve RAM buffer [mem 0x7e23e000-0x7fffffff]
[ 0.473986] e820: reserve RAM buffer [mem 0x7fd0f000-0x7fffffff]
[ 0.473987] e820: reserve RAM buffer [mem 0x472800000-0x473ffffff]
[ 0.474022] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.474022] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.474022] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.474022] vgaarb: loaded
[ 0.474991] clocksource: Switched to clocksource tsc-early
[ 0.475085] VFS: Disk quotas dquot_6.6.0
[ 0.475096] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.475160] pnp: PnP ACPI init
[ 0.475263] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[ 0.475583] system 00:01: [io 0x1800-0x18fe] has been reserved
[ 0.475586] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 0.475588] system 00:01: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[ 0.475590] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.475591] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.475593] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.475594] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[ 0.475895] system 00:02: [io 0x2000-0x20fe] has been reserved
[ 0.476014] system 00:03: [io 0x0680-0x069f] has been reserved
[ 0.476016] system 00:03: [io 0x164e-0x164f] has been reserved
[ 0.476147] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.477059] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.477063] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.477065] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.477066] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.477068] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.477069] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.477070] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[ 0.477072] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.477589] pnp: PnP ACPI: found 9 devices
[ 0.482963] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.483019] NET: Registered PF_INET protocol family
[ 0.483157] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.485970] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.486000] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.486056] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.486256] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.486483] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.486549] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.486592] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.486629] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.486678] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.486684] NET: Registered PF_XDP protocol family
[ 0.486689] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 0.486698] resource: avoiding allocation from e820 entry [mem 0x00088000-0x000fffff]
[ 0.486701] pci 0000:00:15.0: BAR 0: assigned [mem 0x8b800000-0x8b800fff 64bit]
[ 0.486757] resource: avoiding allocation from e820 entry [mem 0x00088000-0x000fffff]
[ 0.486759] pci 0000:00:15.1: BAR 0: assigned [mem 0x8b801000-0x8b801fff 64bit]
[ 0.486813] pci 0000:01:00.0: BAR 6: assigned [mem 0xa2240000-0xa225ffff pref]
[ 0.486815] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.486817] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.486820] pci 0000:00:1c.0: bridge window [mem 0xa2200000-0xa22fffff]
[ 0.486823] pci 0000:00:1c.0: bridge window [mem 0x90000000-0xa01fffff 64bit pref]
[ 0.486827] pci 0000:00:1d.0: PCI bridge to [bus 02]
[ 0.486829] pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
[ 0.486832] pci 0000:00:1d.0: bridge window [mem 0xa2100000-0xa21fffff]
[ 0.486838] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.486839] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.486849] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.486850] pci_bus 0000:00: resource 7 [mem 0x8b800000-0xdfffffff window]
[ 0.486851] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[ 0.486853] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
[ 0.486854] pci_bus 0000:01: resource 1 [mem 0xa2200000-0xa22fffff]
[ 0.486855] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa01fffff 64bit pref]
[ 0.486856] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.486858] pci_bus 0000:02: resource 1 [mem 0xa2100000-0xa21fffff]
[ 0.488570] pci 0000:01:00.0: disabling ATS
[ 0.488573] pci 0000:01:00.0: CLS mismatch (64 != 1020), using 64 bytes
[ 0.488588] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.488589] software IO TLB: mapped [mem 0x0000000071507000-0x0000000075507000] (64MB)
[ 0.488614] Trying to unpack rootfs image as initramfs...
[ 0.488637] sgx: EPC section 0x80200000-0x85f7ffff
[ 0.489590] Initialise system trusted keyrings
[ 0.489598] Key type blacklist registered
[ 0.489627] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.489640] zbud: loaded
[ 0.489746] integrity: Platform Keyring initialized
[ 0.489748] integrity: Machine keyring initialized
[ 0.497387] Key type asymmetric registered
[ 0.497390] Asymmetric key parser 'x509' registered
[ 0.497406] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.497433] io scheduler mq-deadline registered
[ 0.497436] io scheduler kyber registered
[ 0.497448] io scheduler bfq registered
[ 0.497879] pcieport 0000:00:1c.0: AER: enabled with IRQ 122
[ 0.497926] pcieport 0000:00:1c.0: DPC: enabled with IRQ 122
[ 0.497928] pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.498181] pcieport 0000:00:1d.0: AER: enabled with IRQ 123
[ 0.498220] pcieport 0000:00:1d.0: DPC: enabled with IRQ 123
[ 0.498222] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.498296] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.642170] Freeing initrd memory: 50984K
[ 0.704020] ACPI: AC: AC Adapter [AC] (off-line)
[ 0.704101] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.704117] ACPI: button: Lid Switch [LID0]
[ 0.704138] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.704153] ACPI: button: Power Button [PWRB]
[ 0.704177] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.706915] ACPI: button: Power Button [PWRF]
[ 0.709814] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.709817] ACPI: thermal: Thermal Zone [TZ00] (56 C)
[ 0.709950] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.709952] ACPI: thermal: Thermal Zone [TZ01] (50 C)
[ 0.710216] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.712716] hpet_acpi_add: no address or irqs in _CRS
[ 0.712773] Non-volatile memory driver v1.3
[ 0.712775] Linux agpgart interface v0.103
[ 0.712777] ACPI: battery: Slot [BAT0] (battery present)
[ 0.722892] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.723017] ACPI: bus type drm_connector registered
[ 0.724388] ahci 0000:00:17.0: version 3.0
[ 0.734986] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x5 impl RAID mode
[ 0.734996] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst
[ 0.735654] scsi host0: ahci
[ 0.735972] scsi host1: ahci
[ 0.736325] scsi host2: ahci
[ 0.736384] ata1: SATA max UDMA/133 abar m2048@0xa232c000 port 0xa232c100 irq 124
[ 0.736388] ata2: DUMMY
[ 0.736390] ata3: SATA max UDMA/133 abar m2048@0xa232c000 port 0xa232c200 irq 124
[ 0.736530] usbcore: registered new interface driver usbserial_generic
[ 0.736537] usbserial: USB Serial support registered for generic
[ 0.736668] rtc_cmos 00:04: RTC can wake from S4
[ 0.737879] rtc_cmos 00:04: registered as rtc0
[ 0.738109] rtc_cmos 00:04: setting system clock to 2023-04-24T11:47:32 UTC (1682336852)
[ 0.738143] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 0.738518] intel_pstate: Intel P-state driver initializing
[ 0.739459] intel_pstate: HWP enabled
[ 0.739558] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.739948] efifb: probing for efifb
[ 0.739972] efifb: showing boot graphics
[ 0.740532] efifb: framebuffer at 0xb0000000, using 4160k, total 4160k
[ 0.740535] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.740539] efifb: scrolling: redraw
[ 0.740540] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.740612] fbcon: Deferring console take-over
[ 0.740615] fb0: EFI VGA frame buffer device
[ 0.740658] hid: raw HID events driver (C) Jiri Kosina
[ 0.740743] intel_pmc_core INT33A1:00: initialized
[ 0.740897] drop_monitor: Initializing network drop monitor service
[ 0.764787] Initializing XFRM netlink socket
[ 0.764833] NET: Registered PF_INET6 protocol family
[ 0.774935] Segment Routing with IPv6
[ 0.774939] RPL Segment Routing with IPv6
[ 0.774955] In-situ OAM (IOAM) with IPv6
[ 0.774996] NET: Registered PF_PACKET protocol family
[ 0.776299] microcode: Microcode Update Driver: v2.2.
[ 0.776309] IPI shorthand broadcast: enabled
[ 0.778966] sched_clock: Marking stable (768601151, 8242444)->(831860394, -55016799)
[ 0.779412] registered taskstats version 1
[ 0.780235] Loading compiled-in X.509 certificates
[ 0.786400] Loaded X.509 cert 'Build time autogenerated kernel key: 3316eb52dab4eea1b778e41b33b7d6e003fb6d3b'
[ 0.786947] zswap: loaded using pool lz4/z3fold
[ 0.789720] Key type .fscrypt registered
[ 0.789724] Key type fscrypt-provisioning registered
[ 0.792942] integrity: Loading X.509 certificate: UEFI:db
[ 0.793012] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.793015] integrity: Loading X.509 certificate: UEFI:db
[ 0.793054] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.793056] integrity: Loading X.509 certificate: UEFI:db
[ 0.793086] integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7'
[ 0.799141] PM: Magic number: 3:194:783
[ 0.799371] RAS: Correctable Errors collector initialized.
[ 1.048311] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.048349] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.048837] ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 1.048964] ata1.00: ATA-10: KINGSTON SA400S37480G, SBFKK1B3, max UDMA/133
[ 1.049084] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.049453] ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 1.049466] ata3.00: ATA-11: SanDisk SD9SN8W-256G-1006, X6104006, max UDMA/100
[ 1.049686] ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 1.049864] ata1.00: configured for UDMA/133
[ 1.050052] ata3.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 1.050104] scsi 0:0:0:0: Direct-Access ATA KINGSTON SA400S3 K1B3 PQ: 0 ANSI: 5
[ 1.050662] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[ 1.050697] sd 0:0:0:0: [sda] Write Protect is off
[ 1.050703] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.050730] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.050757] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.051757] ata3.00: Features: Dev-Sleep
[ 1.053212] ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 1.056172] ata3.00: configured for UDMA/100
[ 1.056429] scsi 2:0:0:0: Direct-Access ATA SanDisk SD9SN8W- 4006 PQ: 0 ANSI: 5
[ 1.057704] sd 2:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 1.057712] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[ 1.057799] sd 2:0:0:0: [sdb] Write Protect is off
[ 1.057807] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.057988] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.058272] sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 1.070620] sda: sda1 sda2 sda3 sda4
[ 1.071377] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.079440] sdb: sdb1 sdb2 sdb3
[ 1.079867] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 1.082056] Freeing unused decrypted memory: 2036K
[ 1.083134] Freeing unused kernel image (initmem) memory: 3276K
[ 1.100427] Write protecting the kernel read-only data: 30720k
[ 1.101560] Freeing unused kernel image (rodata/data gap) memory: 1760K
[ 1.131930] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.131936] rodata_test: all tests were successful
[ 1.131942] Run /init as init process
[ 1.131944] with arguments:
[ 1.131946] /init
[ 1.131948] with environment:
[ 1.131949] HOME=/
[ 1.131950] TERM=linux
[ 1.131951] BOOT_IMAGE=/boot/vmlinuz-linux
[ 1.131953] cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm
[ 1.305908] wmi_bus wmi_bus-PNP0C14:03: WQBJ data block query control method not found
[ 1.313182] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 1.313188] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 1.314242] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.321892] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.321905] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.323002] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[ 1.323288] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.323294] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.323298] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.323355] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[ 1.323359] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.323362] usb usb1: Product: xHCI Host Controller
[ 1.323364] usb usb1: Manufacturer: Linux 6.2.12-arch1-1 xhci-hcd
[ 1.323366] usb usb1: SerialNumber: 0000:00:14.0
[ 1.323655] hub 1-0:1.0: USB hub found
[ 1.323677] hub 1-0:1.0: 12 ports detected
[ 1.333214] cryptd: max_cpu_qlen set to 1000
[ 1.352953] AVX2 version of gcm_enc/dec engaged.
[ 1.353000] AES CTR mode by8 optimization enabled
[ 1.353575] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[ 1.353581] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.353584] usb usb2: Product: xHCI Host Controller
[ 1.353587] usb usb2: Manufacturer: Linux 6.2.12-arch1-1 xhci-hcd
[ 1.353589] usb usb2: SerialNumber: 0000:00:14.0
[ 1.368892] hub 2-0:1.0: USB hub found
[ 1.368911] hub 2-0:1.0: 6 ports detected
[ 1.371302] usb: port power management may be unreliable
[ 1.432502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 1.490220] tsc: Refined TSC clocksource calibration: 1800.000 MHz
[ 1.490226] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f2297dd97, max_idle_ns: 440795236593 ns
[ 1.490299] clocksource: Switched to clocksource tsc
[ 1.606881] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[ 1.764882] usb 1-6: New USB device found, idVendor=04f2, idProduct=b67f, bcdDevice=26.67
[ 1.764886] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.764888] usb 1-6: Product: HP TrueVision HD Camera
[ 1.764889] usb 1-6: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.764890] usb 1-6: SerialNumber: 0001
[ 1.800845] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 1.802129] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.803523] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 1.844262] i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
[ 1.855441] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[ 1.857449] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.858140] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[ 1.867336] fbcon: i915drmfb (fb0) is primary device
[ 1.867338] fbcon: Deferring console take-over
[ 1.867340] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 1.886899] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[ 2.028235] usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[ 2.028238] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.033998] [drm] amdgpu kernel modesetting enabled.
[ 4.034019] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[ 4.034129] ATPX version 1, functions 0x00000033
[ 4.034232] ATPX Hybrid Graphics
[ 4.034416] amdgpu: CRAT table not found
[ 4.034418] amdgpu: Virtual CRAT table created for CPU
[ 4.034431] amdgpu: Topology: Add CPU node
[ 4.034509] amdgpu 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 4.034620] [drm] initializing kernel modesetting (TOPAZ 0x1002:0x6900 0x103C:0x852F 0xC3).
[ 4.034756] [drm] register mmio base: 0xA2200000
[ 4.034757] [drm] register mmio size: 262144
[ 4.034866] [drm] add ip block number 0 <vi_common>
[ 4.034869] [drm] add ip block number 1 <gmc_v7_0>
[ 4.034870] [drm] add ip block number 2 <iceland_ih>
[ 4.034871] [drm] add ip block number 3 <gfx_v8_0>
[ 4.034872] [drm] add ip block number 4 <sdma_v2_4>
[ 4.034873] [drm] add ip block number 5 <powerplay>
[ 4.034877] kfd kfd: amdgpu: TOPAZ not supported in kfd
[ 4.041359] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ATRM
[ 4.041362] amdgpu: ATOM BIOS: BR53530.001
[ 4.041373] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 4.041376] amdgpu 0000:01:00.0: amdgpu: PCIE atomic ops is not supported
[ 4.041456] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[ 4.043203] amdgpu 0000:01:00.0: amdgpu: VRAM: 4294967295M 0x000000FFFF000000 - 0x001000FFFEEFFFFF (4294967295M used)
[ 4.043208] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x0000000000000000 - 0x000000000FFFFFFF
[ 4.043218] [drm] Detected VRAM RAM=4294967295M, BAR=256M
[ 4.043219] [drm] RAM width 64bits UNKNOWN
[ 4.043239] [drm] amdgpu: 4294967295M of VRAM memory ready
[ 4.043241] [drm] amdgpu: 7876M of GTT memory ready.
[ 4.043255] [drm] GART: num cpu pages 65536, num gpu pages 65536
[ 4.222788] amdgpu 0000:01:00.0: amdgpu: Wait for MC idle timedout !
[ 4.403814] amdgpu 0000:01:00.0: amdgpu: Wait for MC idle timedout !
[ 4.403825] [drm] PCIE GART of 256M enabled (table at 0x000000FFFF000000).
[ 4.406660] [drm] Chained IB support enabled!
[ 4.411922] amdgpu: hwmgr_sw_init smu backed is iceland_smu
[ 4.416627] amdgpu 0000:01:00.0: amdgpu:
last message was failed ret is 65535
[ 4.416636] amdgpu 0000:01:00.0: amdgpu:
last message was failed ret is 65535
[ 4.416641] amdgpu 0000:01:00.0: amdgpu:
last message was failed ret is 65535
[ 4.596006] [drm] Timeout wait for RLC serdes 0,0
[ 4.778432] amdgpu 0000:01:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring gfx test failed (-110)
[ 4.778826] [drm:amdgpu_device_init [amdgpu]] *ERROR* hw_init of IP block <gfx_v8_0> failed -110
[ 4.779098] amdgpu 0000:01:00.0: amdgpu: amdgpu_device_ip_init failed
[ 4.779099] amdgpu 0000:01:00.0: amdgpu: Fatal error during GPU init
[ 4.779102] amdgpu 0000:01:00.0: amdgpu: amdgpu: finishing device.
[ 4.780311] amdgpu: probe of 0000:01:00.0 failed with error -110
[ 4.780457] [drm] amdgpu: ttm finalized
[ 4.793859] device-mapper: uevent: version 1.0.3
[ 4.793971] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 4.803095] Key type trusted registered
[ 4.811897] Key type encrypted registered
[ 4.821167] fbcon: Taking over console
[ 4.834642] Console: switching to colour frame buffer device 170x48
[ 13.762314] EXT4-fs (dm-2): mounted filesystem 05749416-59cb-4ce3-9d39-bf0b3465bbad with ordered data mode. Quota mode: none.
[ 14.001128] systemd[1]: systemd 253.3-3-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)
[ 14.001133] systemd[1]: Detected architecture x86-64.
[ 14.531280] systemd[1]: bpf-lsm: LSM BPF program attached
[ 15.045092] systemd[1]: Queued start job for default target Graphical Interface.
[ 15.072348] systemd[1]: Created slice Slice /system/getty.
[ 15.073066] systemd[1]: Created slice Slice /system/modprobe.
[ 15.073683] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 15.074157] systemd[1]: Created slice User and Session Slice.
[ 15.074300] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 15.074403] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 15.074735] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 15.074821] systemd[1]: Reached target Local Encrypted Volumes.
[ 15.074855] systemd[1]: Reached target Login Prompts.
[ 15.074886] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 15.074935] systemd[1]: Reached target Path Units.
[ 15.074976] systemd[1]: Reached target Remote File Systems.
[ 15.074998] systemd[1]: Reached target Slice Units.
[ 15.075053] systemd[1]: Reached target Local Verity Protected Volumes.
[ 15.075190] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 15.075418] systemd[1]: Listening on LVM2 poll daemon socket.
[ 15.078008] systemd[1]: Listening on Process Core Dump Socket.
[ 15.078272] systemd[1]: Listening on Journal Socket (/dev/log).
[ 15.078500] systemd[1]: Listening on Journal Socket.
[ 15.079209] systemd[1]: Listening on udev Control Socket.
[ 15.079402] systemd[1]: Listening on udev Kernel Socket.
[ 15.081283] systemd[1]: Mounting Huge Pages File System...
[ 15.083059] systemd[1]: Mounting POSIX Message Queue File System...
[ 15.084899] systemd[1]: Mounting Kernel Debug File System...
[ 15.086656] systemd[1]: Mounting Kernel Trace File System...
[ 15.088666] systemd[1]: Starting Create List of Static Device Nodes...
[ 15.090496] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 15.092525] systemd[1]: Starting Load Kernel Module configfs...
[ 15.094498] systemd[1]: Starting Load Kernel Module dm_mod...
[ 15.096464] systemd[1]: Starting Load Kernel Module drm...
[ 15.099336] systemd[1]: Starting Load Kernel Module fuse...
[ 15.101430] systemd[1]: Starting Load Kernel Module loop...
[ 15.101610] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 15.105401] systemd[1]: Starting Journal Service...
[ 15.107576] systemd[1]: Starting Load Kernel Modules...
[ 15.107623] 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).
[ 15.108680] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 15.109834] systemd[1]: Starting Coldplug All udev Devices...
[ 15.111638] systemd[1]: Mounted Huge Pages File System.
[ 15.111780] systemd[1]: Mounted POSIX Message Queue File System.
[ 15.111915] systemd[1]: Mounted Kernel Debug File System.
[ 15.112036] systemd[1]: Mounted Kernel Trace File System.
[ 15.113183] loop: module loaded
[ 15.117457] EXT4-fs (dm-2): re-mounted 05749416-59cb-4ce3-9d39-bf0b3465bbad. Quota mode: none.
[ 15.118957] fuse: init (API version 7.38)
[ 15.122349] systemd-journald[273]: Collecting audit messages is disabled.
[ 15.140383] systemd[1]: Finished Create List of Static Device Nodes.
[ 15.141045] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 15.167077] systemd[1]: Finished Load Kernel Module configfs.
[ 15.167198] systemd[1]: Started Journal Service.
[ 15.448131] systemd-journald[273]: Received client request to flush runtime journal.
[ 15.481275] systemd-journald[273]: /var/log/journal/463457aee7f7454383d33e139724fd04/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 15.481290] systemd-journald[273]: Rotating system journal.
[ 15.849534] Consider using thermal netlink events interface
[ 15.851076] input: Wireless hotkeys as /devices/virtual/input/input5
[ 15.860118] Adding 8388604k swap on /dev/mapper/vg-swap. Priority:-2 extents:1 across:8388604k SSFS
[ 16.045877] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 16.045949] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 16.055779] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 16.056653] i2c i2c-5: 2/2 memory slots populated (from DMI)
[ 16.057520] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 16.057593] i2c i2c-5: Successfully instantiated SPD at 0x50
[ 16.057842] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 16.064887] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 16.065134] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 16.120646] intel_rapl_common: Found RAPL domain package
[ 16.120652] intel_rapl_common: Found RAPL domain core
[ 16.120653] intel_rapl_common: Found RAPL domain uncore
[ 16.120654] intel_rapl_common: Found RAPL domain dram
[ 16.120658] intel_rapl_common: Found RAPL domain psys
[ 16.121101] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 16.121529] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 16.124734] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 16.124741] cfg80211: failed to load regulatory.db
[ 16.139102] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 16.139108] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 16.139109] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 16.139111] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 16.139112] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 16.139114] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 16.152181] mc: Linux media interface: v0.10
[ 16.153805] input: ELAN0703:00 04F3:30A0 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0703:00/0018:04F3:30A0.0001/input/input6
[ 16.153920] input: ELAN0703:00 04F3:30A0 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0703:00/0018:04F3:30A0.0001/input/input8
[ 16.153972] hid-generic 0018:04F3:30A0.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0703:00 04F3:30A0] on i2c-ELAN0703:00
[ 16.190638] iTCO_vendor_support: vendor-support=0
[ 16.199137] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[ 16.250041] ee1004 5-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 16.253545] Bluetooth: Core ver 2.22
[ 16.253567] NET: Registered PF_BLUETOOTH protocol family
[ 16.253569] Bluetooth: HCI device and connection manager initialized
[ 16.253575] Bluetooth: HCI socket layer initialized
[ 16.253578] Bluetooth: L2CAP socket layer initialized
[ 16.253584] Bluetooth: SCO socket layer initialized
[ 16.311531] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 16.311725] Intel(R) Wireless WiFi driver for Linux
[ 16.318833] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[ 16.318957] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 16.328347] input: ELAN0703:00 04F3:30A0 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0703:00/0018:04F3:30A0.0001/input/input9
[ 16.328465] input: ELAN0703:00 04F3:30A0 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN0703:00/0018:04F3:30A0.0001/input/input11
[ 16.328542] hid-multitouch 0018:04F3:30A0.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0703:00 04F3:30A0] on i2c-ELAN0703:00
[ 16.348000] intel_rapl_common: Found RAPL domain package
[ 16.348005] intel_rapl_common: Found RAPL domain dram
[ 16.357540] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 80:e8:2c:4a:52:77, XID 541, IRQ 134
[ 16.357548] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 16.366288] videodev: Linux video capture interface: v2.00
[ 16.389227] mousedev: PS/2 mouse device common for all mice
[ 16.390137] r8169 0000:02:00.0 eno1: renamed from eth0
[ 16.395022] iwlwifi 0000:00:14.3: WRT: Overriding region id 0
[ 16.395027] iwlwifi 0000:00:14.3: WRT: Overriding region id 1
[ 16.395030] iwlwifi 0000:00:14.3: WRT: Overriding region id 2
[ 16.395033] iwlwifi 0000:00:14.3: WRT: Overriding region id 3
[ 16.395035] iwlwifi 0000:00:14.3: WRT: Overriding region id 4
[ 16.395038] iwlwifi 0000:00:14.3: WRT: Overriding region id 6
[ 16.395040] iwlwifi 0000:00:14.3: WRT: Overriding region id 8
[ 16.395042] iwlwifi 0000:00:14.3: WRT: Overriding region id 9
[ 16.395045] iwlwifi 0000:00:14.3: WRT: Overriding region id 10
[ 16.395047] iwlwifi 0000:00:14.3: WRT: Overriding region id 11
[ 16.395050] iwlwifi 0000:00:14.3: WRT: Overriding region id 15
[ 16.395052] iwlwifi 0000:00:14.3: WRT: Overriding region id 16
[ 16.395054] iwlwifi 0000:00:14.3: WRT: Overriding region id 18
[ 16.395057] iwlwifi 0000:00:14.3: WRT: Overriding region id 19
[ 16.395059] iwlwifi 0000:00:14.3: WRT: Overriding region id 20
[ 16.395061] iwlwifi 0000:00:14.3: WRT: Overriding region id 21
[ 16.395064] iwlwifi 0000:00:14.3: WRT: Overriding region id 28
[ 16.395478] iwlwifi 0000:00:14.3: loaded firmware version 46.ea3728ee.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[ 16.413586] intel_tcc_cooling: Programmable TCC Offset detected
[ 16.433083] usb 1-6: Found UVC 1.00 device HP TrueVision HD Camera (04f2:b67f)
[ 16.433048] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 16.438245] input: HP TrueVision HD Camera: HP Tru as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input13
[ 16.438321] usbcore: registered new interface driver uvcvideo
[ 16.500860] usbcore: registered new interface driver btusb
[ 16.502101] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015
[ 16.503035] Bluetooth: hci0: Device revision is 2
[ 16.503038] Bluetooth: hci0: Secure boot is enabled
[ 16.503040] Bluetooth: hci0: OTP lock is enabled
[ 16.503042] Bluetooth: hci0: API lock is enabled
[ 16.503043] Bluetooth: hci0: Debug lock is disabled
[ 16.503045] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 16.563159] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[ 16.563334] Bluetooth: hci0: Boot Address: 0x40800
[ 16.563337] Bluetooth: hci0: Firmware Version: 108-45.22
[ 16.584395] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 16.584402] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 16.584404] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 16.584407] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 16.584408] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 16.584409] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 16.584411] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 16.599750] iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9461, REV=0x312
[ 16.599807] thermal thermal_zone7: failed to read out thermal zone (-61)
[ 16.654498] iwlwifi 0000:00:14.3: base HW address: 98:2c:bc:3b:81:8e, OTP minor version: 0x4
[ 16.663646] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 16.663677] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 16.663702] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 16.663726] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 16.663748] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 16.683460] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.683464] Bluetooth: BNEP filters: protocol multicast
[ 16.683467] Bluetooth: BNEP socket layer initialized
[ 16.698520] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 16.702509] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[ 16.851790] vboxdrv: loading out-of-tree module taints kernel.
[ 16.852160] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 16.871701] input: HP WMI hotkeys as /devices/virtual/input/input12
[ 16.874601] vboxdrv: Found 8 processor cores/threads
[ 16.897165] vboxdrv: TSC mode is Invariant, tentative frequency 1799999936 Hz
[ 16.897169] vboxdrv: Successfully loaded version 7.0.8 r156879 (interface 0x00330004)
[ 16.946866] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[ 17.117908] VBoxNetFlt: Successfully started.
[ 17.124861] VBoxNetAdp: Successfully started.
[ 17.140310] r8169 0000:02:00.0 eno1: Link is Down
[ 17.313548] iwlwifi 0000:00:14.3: Conflict between TLV & NVM regarding enabling LAR (TLV = enabled NVM =disabled)
[ 17.517657] iwlwifi 0000:00:14.3: Conflict between TLV & NVM regarding enabling LAR (TLV = enabled NVM =disabled)
[ 18.002273] Bluetooth: hci0: Waiting for firmware download to complete
[ 18.003110] Bluetooth: hci0: Firmware loaded in 1406196 usecs
[ 18.003214] Bluetooth: hci0: Waiting for device to boot
[ 18.017227] Bluetooth: hci0: Device booted in 13772 usecs
[ 18.017230] Bluetooth: hci0: Malformed MSFT vendor event: 0x02
[ 18.018596] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-17-16-1.ddc
[ 18.020142] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 18.021255] Bluetooth: hci0: Firmware revision 0.1 build 108 week 45 2022
[ 18.028767] hp_wmi: query 0x4c returned error 0x6
[ 18.078749] Bluetooth: MGMT ver 1.22
[ 18.099979] NET: Registered PF_ALG protocol family
[ 19.844229] rfkill: input handler disabled
[ 21.025565] wlo1: authenticate with 84:d8:1b:e6:59:7b
[ 21.034604] wlo1: send auth to 84:d8:1b:e6:59:7b (try 1/3)
[ 21.056783] wlo1: authenticated
[ 21.060511] wlo1: associate with 84:d8:1b:e6:59:7b (try 1/3)
[ 21.163890] wlo1: associate with 84:d8:1b:e6:59:7b (try 2/3)
[ 21.233856] wlo1: RX AssocResp from 84:d8:1b:e6:59:7b (capab=0x1411 status=0 aid=3)
[ 21.236436] wlo1: associated
[ 21.304086] wlo1: Limiting TX power to 23 (23 - 0) dBm as advertised by 84:d8:1b:e6:59:7b
[ 21.304116] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[ 25.303516] systemd-journald[273]: /var/log/journal/463457aee7f7454383d33e139724fd04/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[ 25.663687] rfkill: input handler enabled
[ 27.812426] Bluetooth: RFCOMM TTY layer initialized
[ 27.812438] Bluetooth: RFCOMM socket layer initialized
[ 27.812441] Bluetooth: RFCOMM ver 1.11
[ 28.420800] rfkill: input handler disabled
Offline
You could try to remove the "kms" hook and explicitly add "i915" and "amdgpu" to the MODULES list (and re-generate the initramfs')
Other than that, some stuff to throw at the wall
pcie_aspm=off iommu=soft amdgpu.dpm=0 amdgpu.bapm=0 amdgpu.runpm=0 amdgpu.aspm=0
though the system doesn't support ASPM, do I would not hold my breath too long
Offline
Where I need to add modules? To /etc/mkinitcpio.conf? Like this:
MODULES=(i915 amdgpu)
And also, where I need add this line:
pcie_aspm=off iommu=soft amdgpu.dpm=0 amdgpu.bapm=0 amdgpu.runpm=0 amdgpu.aspm=0
Offline
So I've updated mkinitcpio:
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=(i915 amdgpu)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block encrypt lvm2 filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"
I've added lines to grub:
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX="cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm root=/dev/vg/root pcie_aspm=off iommu=soft amdgpu.dpm=0 amdgpu.bapm=0 amdgpu.runpm=0 amdgpu.aspm=0"
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
GRUB_ENABLE_CRYPTODISK=y
# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `videoinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT=true
# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y
# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
#GRUB_DISABLE_OS_PROBER=false
Correct me if I did something wrong. ( Nothing changes, still discrete GPU not working )
Offline
Did you re-generate the grub config and initramfs afterwards? (otherwise just editing those files does absolutely nothing)
Offline
Yes, I did
Offline
When I've installed Debian 11, my amd GPU work's. But when I update it - it breaks. Same story with a linux mint and elementary os. Problem not in the kernel.
What is in the breaking updates and what does the journal of a debian session look like?
Offline
I noticed this in the kernel log
[ 4.034509] amdgpu 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible
There are multiple reports with a similar issue for Intel + nVidia setups. There is no definitive resolution but it appears that somewhere around kernel 6.0 there has been a regression that causes this. You may want to report this as a bug to the AMD people, at least to make sure that the kernel devs are aware of this.
Offline
Any other instructions, what should try to do?
Offline
When I've installed Debian 11, my amd GPU work's. But when I update it - it breaks. Same story with a linux mint and elementary os. Problem not in the kernel.
What is in the breaking updates and what does the journal of a debian session look like?
Edit: https://aur.archlinux.org/packages/linux-lts-515-git
But you asserted it's not the kernel version, so that'd be moot?
Last edited by seth (2023-04-25 19:57:21)
Offline
Any other instructions, what should try to do?
You could test again with 6.3 once it hits testing and if that doesn't help report an issue here (https://gitlab.freedesktop.org/drm/amd/-/issues)
Offline
:: PGP keys need importing:
-> ABAF11C65A2970B130ABE3C479BE3E4300411886, required by: linux-lts515
:: Import? [Y/n] Y
:: Importing keys with gpg...
gpg: keyserver receive failed: No data
-> problem importing keys
Offline
https://aur.archlinux.org/packages/linu … ent-904039
What command produces that output? Some AUR helper?
Offline
yay -S linux-lts515
Offline
Yeah, don't use yay…
https://wiki.archlinux.org/title/Arch_User_Repository
Nevertheless, see the AUR comment and add the keys.
Offline
Well, on kernel 6.3.1 I have this dmesg output, using command
sudo dmesg | grep -i amdgpu
dmesg:
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm root=/dev/vg/root splash elevator=noop pcie_aspm=off iommu=soft amdgpu.dpm=0 amdgpu.bapm=0 amdgpu.runpm=0 amdgpu.aspm=0 loglevel=3 quiet
[ 0.003333] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=a8b6ccb4-92d5-474b-a5cc-ab160b1494c1:cryptlvm root=/dev/vg/root splash elevator=noop pcie_aspm=off iommu=soft amdgpu.dpm=0 amdgpu.bapm=0 amdgpu.runpm=0 amdgpu.aspm=0 loglevel=3 quiet
[ 3.733023] [drm] amdgpu kernel modesetting enabled.
[ 3.733044] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[ 3.733420] amdgpu: CRAT table not found
[ 3.733422] amdgpu: Virtual CRAT table created for CPU
[ 3.733434] amdgpu: Topology: Add CPU node
[ 3.733511] amdgpu 0000:01:00.0: Unable to change power state from D3cold to D0, device inaccessible
[ 3.733974] kfd kfd: amdgpu: TOPAZ not supported in kfd
[ 3.740313] amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ATRM
[ 3.740316] amdgpu: ATOM BIOS: BR53530.001
[ 3.740327] amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[ 3.740329] amdgpu 0000:01:00.0: amdgpu: PCIE atomic ops is not supported
[ 3.742052] amdgpu 0000:01:00.0: amdgpu: VRAM: 4294967295M 0x000000FFFF000000 - 0x001000FFFEEFFFFF (4294967295M used)
[ 3.742057] amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x0000000000000000 - 0x000000000FFFFFFF
[ 3.742224] [drm] amdgpu: 4294967295M of VRAM memory ready
[ 3.742228] [drm] amdgpu: 7876M of GTT memory ready.
[ 3.920517] amdgpu 0000:01:00.0: amdgpu: Wait for MC idle timedout !
[ 4.099825] amdgpu 0000:01:00.0: amdgpu: Wait for MC idle timedout !
[ 4.107969] amdgpu: hwmgr_sw_init smu backed is iceland_smu
[ 4.112647] amdgpu 0000:01:00.0: amdgpu:
[ 4.112655] amdgpu 0000:01:00.0: amdgpu:
[ 4.112660] amdgpu 0000:01:00.0: amdgpu:
[ 4.471963] amdgpu 0000:01:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring gfx test failed (-110)
[ 4.472306] [drm:amdgpu_device_init [amdgpu]] *ERROR* hw_init of IP block <gfx_v8_0> failed -110
[ 4.472535] amdgpu 0000:01:00.0: amdgpu: amdgpu_device_ip_init failed
[ 4.472536] amdgpu 0000:01:00.0: amdgpu: Fatal error during GPU init
[ 4.472539] amdgpu 0000:01:00.0: amdgpu: amdgpu: finishing device.
[ 4.472575] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.472840] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.472852] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.473131] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.473364] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.473595] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.473822] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.474074] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.474383] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.474646] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.474655] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.474927] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.475159] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.475387] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.475613] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.475862] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.476163] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.476426] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.476434] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.476707] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.476939] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.477167] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.477394] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.477642] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.477943] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.478206] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.478214] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.478486] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.478717] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.478945] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.479171] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.479419] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.479718] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.479981] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.479989] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.480261] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.480492] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.480720] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.480947] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.481197] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.481496] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.481760] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.481769] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.482041] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.482272] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.482499] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.482726] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.482975] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.483275] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.483538] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.483546] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.483818] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.484049] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.484277] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.484505] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.484753] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.485052] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.485316] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.485324] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.485596] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.485826] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.486055] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.486281] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.486528] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.486827] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.487090] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.487098] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.487370] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.487600] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.487831] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.488057] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.488305] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.488604] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.488868] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.488876] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.489149] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.489380] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.489608] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.489835] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.490083] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.490382] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.490645] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.490653] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.490925] amdgpu_fence_driver_hw_fini+0x60/0xe0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.491158] amdgpu_device_fini_hw+0xa6/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.491387] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.491613] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.491862] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.493169] WARNING: CPU: 3 PID: 134 at drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:599 amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.493432] Modules linked in: amdgpu(+) drm_ttm_helper gpu_sched i915 intel_gtt i2c_algo_bit ttm video wmi drm_buddy drm_display_helper cec
[ 4.493440] RIP: 0010:amdgpu_irq_put+0x46/0x70 [amdgpu]
[ 4.493712] gmc_v7_0_hw_fini+0x1b/0xa0 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.493971] amdgpu_device_fini_hw+0x1ea/0x340 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.494200] amdgpu_driver_load_kms+0xec/0x190 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.494428] amdgpu_pci_probe+0x141/0x420 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.494677] ? __pfx_init_module+0x10/0x10 [amdgpu ce772bc03400808253ec2c29f4f799fa4c517d4f]
[ 4.495156] amdgpu: probe of 0000:01:00.0 failed with error -110
[ 4.495380] [drm] amdgpu: ttm finalized
Offline
Did you try linux-lts515?
Also, for the 3rd time
What is in the breaking updates and what does the journal of a debian session look like?
Offline
No, I still can't install it
:: Importing keys with gpg...
gpg: keyserver receive failed: Not enabled
-> problem importing keys
Offline
Today I'll try to build it manually
Offline
Well. I've builded kernel manually and my discrete card is working:
╭─ ~ ✔ 05:53:11 AM ─╮
╰─ DRI_PRIME=1 glxinfo | grep -i opengl ─╯
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon R5 M445 Series (iceland, LLVM 15.0.7, DRM 3.42, 5.15.110)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.0.3
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.0.3
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
But I don't understand, why it's not working on new kernels. Is it possible to fix it, or I need to wait fix from developers of drivers in kernel?
One more question. I've builded kernel from sources and how to install all kernel headers? Or I don't need it and it has been installed automatically while it builds?
Offline
why it's not working on new kernels
Kernel code regression, likely in the amdgpu module.
I need to wait fix from developers of drivers in kerne
https://gitlab.freedesktop.org/drm/amd/-/issues
https://gitlab.freedesktop.org/drm/amd/-/issues/2500 looks related (unfortunately gitlab sucks and the search function is borderline useless)
I've builded kernel from sources and how to install all kernel headers? Or I don't need it and it has been installed automatically while it builds?
https://aur.archlinux.org/packages/linux-lts515-headers
You'll mostly need them for dkms, otherwise probably not.
Offline