Lenovo IdeaPad 5 Pro 14AR7H, no WiFi connection

Hello Everybody,

I’m new here and to Linux and hoping for help with with a WiFi connection problem on Lenovo Idea Pad 5 Pro 14AR7H 82SJ (Ryzen 6000, IGP) and Intel AX200 WiFi card. I can’t get it work at all.
The webcam is also very poor with 10 fps or below.

Linux loads iwlwifi-cc-a0-71.ucode but can’t establish a connection. No networks are shown in the network manager, only a rotating symbol, the slider is on. There are iwlwifi from cc-a0-46 to 77 in /lib/firmware. A TP-Link T2U USB-WiFi works in principle but slow and needs 1-2 minutes to connect after start and standby.

What I have done so far without problem being solved:

  • Updated latest BIOS.
  • Tried out current Mint, Ubuntu, openSuse Tumbleweed and Fedora with all updates.
  • Boot option acpi.prefer_microsoft_guid=1 from Phoronix, standby is better now.
  • Vanilla kernel 6.2.0-0.rc5 in Fedora.
  • Boot options amd_pstate +passive +force, module_blacklist=acpi_cpufreq from Arch Wiki. But it didn’t worked, probably because “The amd-pstate initialization will fail if the _CPC entry in the ACPI SBIOS does not exist” - pstate docs on kernel org.

Here are some informations from lspci, rfkill, lsmod and fpaste.

$ lslpci
01:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)

$ rfkill list
0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: ideapad_bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
7: phy4: Wireless LAN
        Soft blocked: no
        Hard blocked: no

$ lsmod|grep iwl
iwlmvm                520192  0
mac80211             1282048  1 iwlmvm
iwlwifi               413696  1 iwlmvm
cfg80211             1097728  3 iwlmvm,iwlwifi,mac80211
rfkill                 36864  9 iwlmvm,bluetooth,ideapad_laptop,cfg80211
$ fpaste --sysinfo --printonly
=== fpaste 0.4.2.0 System Information ===
* OS Release (cat /etc/*-release | uniq):
     Fedora release 37 (Thirty Seven)
     NAME="Fedora Linux"
     VERSION="37 (KDE Plasma)"
     ID=fedora
     VERSION_ID=37
     VERSION_CODENAME=""
     PLATFORM_ID="platform:f37"
     PRETTY_NAME="Fedora Linux 37 (KDE Plasma)"
     ANSI_COLOR="0;38;2;60;110;180"
     LOGO=fedora-logo-icon
     CPE_NAME="cpe:/o:fedoraproject:fedora:37"
     DEFAULT_HOSTNAME="fedora"
     HOME_URL="https://fedoraproject.org/"
     DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/"
     SUPPORT_URL="https://discussion.fedoraproject.org/"
     BUG_REPORT_URL="https://bugzilla.redhat.com/"
     REDHAT_BUGZILLA_PRODUCT="Fedora"
     REDHAT_BUGZILLA_PRODUCT_VERSION=37
     REDHAT_SUPPORT_PRODUCT="Fedora"
     REDHAT_SUPPORT_PRODUCT_VERSION=37
     VARIANT="KDE Plasma"
     VARIANT_ID=kde
     Fedora release 37 (Thirty Seven)
     
* Kernel (uname -r ; cat /proc/cmdline):
     6.0.7-301.fc37.x86_64
     BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.0.7-301.fc37.x86_64 root=UUID=c8307154-9ce9-4b2b-9769-117defb6eadc ro rootflags=subvol=root rhgb quiet
     
* Desktop(s) Running (without results: "ps -eo comm= | grep -E '(gnome-session|startkde|startactive|xfce.?-session|fluxbox|blackbox|hackedbox|ratpoison|enlightenment|icewm-session|od-session|wmaker|wmx|openbox-lxde|openbox-gnome-session|openbox-kde-session|mwm|e16|fvwm|xmonad|sugar-session|mate-session|lxqt-session|cinnamon|lxdm-session)' "):
     N/A

* Desktop(s) Installed (ls -m /usr/share/xsessions/ | sed 's/\.desktop//g' ):
     plasmax11
     
* SELinux Status (sestatus):
     SELinux status:                 enabled
     SELinuxfs mount:                /sys/fs/selinux
     SELinux root directory:         /etc/selinux
     Loaded policy name:             targeted
     Current mode:                   enforcing
     Mode from config file:          enforcing
     Policy MLS status:              enabled
     Policy deny_unknown status:     allowed
     Memory protection checking:     actual (secure)
     Max kernel policy version:      33
     
* SELinux Errors (selinuxenabled && journalctl --since yesterday |grep avc: | grep -Eo comm="[^ ]+" | sort |uniq -c |sort -rn):
           6 comm="systemd-gpt-aut"
     
* CPU Model (grep 'model name' /proc/cpuinfo | awk -F: '{print $2}' | uniq -c |
     sed -re 's/^ +//' ):
     12  AMD Ryzen 5 6600HS Creator Edition
     
* 64-bit Support (grep -q ' lm ' /proc/cpuinfo && echo Yes || echo No):
     Yes
     
* Hardware Virtualization Support (grep -Eq '(vmx|svm)' /proc/cpuinfo && echo Yes || echo No):
     Yes
     
* Load average (uptime):
      16:32:49 up  1:03,  4 users,  load average: 0,49, 0,61, 0,67
     
* Memory usage (free -m):
                    total        used        free      shared  buff/cache   available
     Mem:           13659        3166        7447         198        3045       10006
     Swap:           8191           0        8191
     
* Top 5 CPU hogs (ps axuScnh | awk '$2!=7196' | sort -rnk3 | head -5):
         1000    4185  9.3  4.2 3914036 597604 ?      Sl   15:45   4:28 firefox
         1000    7098  8.0  2.5 3276252 356660 ?      Sl   16:29   0:14 plasma-discover
         1000    4513  4.6  3.6 3415912 511548 ?      Sl   15:45   2:12 Isolated Web Co
         1000    1702  3.1  2.2 2089648 314512 ?      Sl   15:31   1:53 kwin_wayland
         1000    6525  2.7  0.0 224064  5080 pts/1    Ss+  16:18   0:23 bash
     
* Top 5 Memory hogs (ps axuScnh | sort -rnk4 | head -5):
         1000    4185  9.3  4.2 3914036 597604 ?      Sl   15:45   4:28 firefox
         1000    4513  4.6  3.6 3415912 511548 ?      Sl   15:45   2:12 Isolated Web Co
         1000    1832  1.3  3.3 6095004 465540 ?      Ssl  15:31   0:50 plasmashell
            0    2316  0.4  2.9 1152472 414480 ?      Ssl  15:31   0:17 packagekitd
         1000    7098  8.0  2.5 3276252 356660 ?      Sl   16:29   0:14 plasma-discover
     
* Disk space usage (df -hT):
     Dateisystem    Typ      Größe Benutzt Verf. Verw% Eingehängt auf
     devtmpfs       devtmpfs  4,0M       0  4,0M    0% /dev
     tmpfs          tmpfs     6,7G     14M  6,7G    1% /dev/shm
     tmpfs          tmpfs     2,7G    2,1M  2,7G    1% /run
     /dev/nvme0n1p3 btrfs     953G    4,2G  947G    1% /
     tmpfs          tmpfs     6,7G    308K  6,7G    1% /tmp
     /dev/nvme0n1p3 btrfs     953G    4,2G  947G    1% /home
     /dev/nvme0n1p2 ext4      974M    184M  723M   21% /boot
     /dev/nvme0n1p1 vfat      599M     46M  553M    8% /boot/efi
     tmpfs          tmpfs     1,4G    100K  1,4G    1% /run/user/1000
     
* Block devices (without results: "blkid" AND "/sbin/blkid"):
     N/A

* PCI devices (lspci -nn):
     00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b5] (rev 01)
     00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b6]
     00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b7] (rev 01)
     00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b7] (rev 01)
     00:02.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:14ba]
     00:02.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:14ba]
     00:02.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:14ba]
     00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b7] (rev 01)
     00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b7] (rev 01)
     00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b7] (rev 01)
     00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b9] (rev 10)
     00:08.3 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:14b9] (rev 10)
     00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 71)
     00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
     00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1679]
     00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:167a]
     00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:167b]
     00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:167c]
     00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:167d]
     00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:167e]
     00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:167f]
     00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Device [1022:1680]
     01:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)
     02:00.0 SD Host controller [0805]: O2 Micro, Inc. SD/MMC Card Reader Controller [1217:8621] (rev 01)
     03:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808]
     04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt [Radeon 680M] [1002:1681] (rev 03)
     04:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller [1002:1640]
     04:00.2 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP [1022:1649]
     04:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:161d]
     04:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:161e]
     04:00.5 Multimedia controller [0480]: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor [1022:15e2] (rev 60)
     04:00.6 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller [1022:15e3]
     05:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:161f]
     05:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d6]
     05:00.4 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Device [1022:15d7]
     
* USB devices (lsusb):
     Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     Bus 010 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 005 Device 002: ID 5986:2146 Acer, Inc Integrated RGB Camera
     Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 003 Device 003: ID 8087:0029 Intel Corp. AX200 Bluetooth
     Bus 003 Device 004: ID 04e8:6863 Samsung Electronics Co., Ltd Galaxy series, misc. (tethering mode)
     Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     
* DRM Information (journalctl -k -b | grep -o 'kernel:.*drm.*$' | cut -d ' ' -f 2- ):
     ACPI: bus type drm_connector registered
     [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
     simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
     [drm] amdgpu kernel modesetting enabled.
     [drm] initializing kernel modesetting (YELLOW_CARP 0x1002:0x1681 0x17AA:0x3815 0x03).
     [drm] register mmio base: 0xC0600000
     [drm] register mmio size: 524288
     [drm] add ip block number 0 <nv_common>
     [drm] add ip block number 1 <gmc_v10_0>
     [drm] add ip block number 2 <navi10_ih>
     [drm] add ip block number 3 <psp>
     [drm] add ip block number 4 <smu>
     [drm] add ip block number 5 <dm>
     [drm] add ip block number 6 <gfx_v10_0>
     [drm] add ip block number 7 <sdma_v5_2>
     [drm] add ip block number 8 <vcn_v3_0>
     [drm] add ip block number 9 <jpeg_v3_0>
     [drm] VCN(0) decode is enabled in VM mode
     [drm] VCN(0) encode is enabled in VM mode
     [drm] JPEG decode is enabled in VM mode
     [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
     [drm] Detected VRAM RAM=2048M, BAR=2048M
     [drm] RAM width 256bits LPDDR5
     [drm] amdgpu: 2048M of VRAM memory ready
     [drm] amdgpu: 6829M of GTT memory ready.
     [drm] GART: num cpu pages 262144, num gpu pages 262144
     [drm] PCIE GART of 1024M enabled (table at 0x000000F47FC00000).
     [drm] Loading DMUB firmware via PSP: version=0x0400002A
     [drm] use_doorbell being set to: [true]
     [drm] Found VCN firmware Version ENC: 1.23 DEC: 2 VEP: 0 Revision: 5
     [drm] reserve 0xa00000 from 0xf47e000000 for PSP TMR
     [drm] Display Core initialized with v3.2.198!
     [drm] DMUB hardware initialized: version=0x0400002A
     [drm] PSR support 1, DC PSR ver 0, sink PSR ver 3 DPCD caps 0x3a su_y_granularity 4
     [drm] kiq ring mec 2 pipe 1 q 0
     [drm] VCN decode and encode initialized successfully(under DPG Mode).
     [drm] JPEG decode initialized successfully.
     [drm] Initialized amdgpu 3.48.0 20150101 for 0000:04:00.0 on minor 0
     fbcon: amdgpudrmfb (fb0) is primary device
     amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
     [drm] DSC precompute is not needed.
      snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_timer snd_pci_acp5x snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_timer snd_pci_acp5x snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_timer snd_pci_acp5x snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_timer snd_pci_acp5x snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_timer snd_pci_acp5x snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
      snd_timer snd_pci_acp5x snd_rn_pci_acp3x cfg80211 bluetooth videodev snd_acp_config snd ideapad_laptop snd_soc_acpi sparse_keymap mc platform_profile snd_pci_acp3x i2c_piix4 soundcore k10temp rfkill amd_pmc zram amdgpu drm_ttm_helper ttm nvme iommu_v2 gpu_sched nvme_core sdhci_pci drm_buddy drm_display_helper cqhci sdhci ucsi_acpi hid_sensor_hub crct10dif_pclmul crc32_pclmul crc32c_intel hid_multitouch polyval_clmulni polyval_generic ghash_clmulni_intel typec_ucsi mmc_core serio_raw ccp sp5100_tco cec typec nvme_common wmi video i2c_hid_acpi i2c_hid fuse
     [drm] PCIE GART of 1024M enabled (table at 0x000000F47FC00000).
     [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
     [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
     [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
     [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
     [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
     [drm:dc_dmub_srv_wait_idle [amdgpu]] *ERROR* Error waiting for DMUB idle: status=3
     [drm] Watermarks table not configured properly by SMU
     [drm] VCN decode and encode initialized successfully(under DPG Mode).
     [drm] JPEG decode initialized successfully.
     
* Xorg modules (grep LoadModule /var/log/Xorg.0.log ~/.local/share/xorg/Xorg.0.log | cut -d \" -f 2 | xargs):
     glx amdgpu ati modesetting fbdev vesa fbdevhw fb dri2 glamoregl ramdac libinput
     
* GL Support (glxinfo | grep -E "OpenGL version|OpenGL renderer"):
     OpenGL renderer string: REMBRANDT (rembrandt, LLVM 15.0.0, DRM 3.48, 6.0.7-301.fc37.x86_64)
     OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.2.2
     
* Xorg errors (grep '^\[.*(EE)' /var/log/Xorg.0.log ~/.local/share/xorg/Xorg.0.log | cut -d ':' -f 2- ):
     [    25.055] (EE) AMDGPU(0): Failed to make import prime FD as pixmap: 22
     
* Kernel buffer tail (dmesg | tail):
     [ 1040.610419] iwlwifi 0000:01:00.0: 0x4552414E | FSEQ_ALIVE_TOKEN
     [ 1040.610463] iwlwifi 0000:01:00.0: 0x00100530 | FSEQ_CNVI_ID
     [ 1040.610510] iwlwifi 0000:01:00.0: 0x00000532 | FSEQ_CNVR_ID
     [ 1040.610555] iwlwifi 0000:01:00.0: 0x00100530 | CNVI_AUX_MISC_CHIP
     [ 1040.610600] iwlwifi 0000:01:00.0: 0x00000532 | CNVR_AUX_MISC_CHIP
     [ 1040.610645] iwlwifi 0000:01:00.0: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
     [ 1040.610691] iwlwifi 0000:01:00.0: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
     [ 1040.610964] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
     [ 1040.610970] ieee80211 phy4: Hardware restart was requested
     [ 1040.610974] iwlwifi 0000:01:00.0: Failed to remove MAC context: -5
     
* Last few reboots (last -x -n10 reboot runlevel):
     runlevel (to lvl 5)   6.0.7-301.fc37.x Sun Jan 29 15:29   still running
     reboot   system boot  6.0.7-301.fc37.x Sun Jan 29 15:29   still running
     runlevel (to lvl 5)   6.0.7-301.fc37.x Sun Jan 29 15:19 - 15:28  (00:09)
     reboot   system boot  6.0.7-301.fc37.x Sun Jan 29 15:18 - 15:28  (00:09)
     
     wtmp beginnt Sun Jan 29 15:18:49 2023
     
* DNF Repositories (dnf repolist):
     Paketquellenkennung            Paketquellenname
     fedora                         Fedora 37 - x86_64
     fedora-cisco-openh264          Fedora 37 openh264 (From Cisco) - x86_64
     fedora-modular                 Fedora Modular 37 - x86_64
     updates                        Fedora 37 - x86_64 - Updates
     updates-modular                Fedora Modular 37 - x86_64 - Updates
     
* DNF Extras (dnf -C list extras):
     Letzte Prüfung auf abgelaufene Metadaten: vor 0:04:01 am So 29 Jan 2023 16:28:50 EST.
     
* Last 20 packages installed (rpm -qa --nodigest --nosignature --last | head -20):
     gnome-firmware-43.1-1.fc37.x86_64             So 29 Jan 2023 15:40:15 EST
     gpg-pubkey-5323552a-6112bcdc                  Sa 05 Nov 2022 04:21:48 EDT
     zd1211-firmware-1.5-11.fc37.noarch            Sa 05 Nov 2022 04:20:00 EDT
     words-3.0-40.fc37.noarch                      Sa 05 Nov 2022 04:20:00 EDT
     vazirmatn-vf-fonts-33.003-2.fc37.noarch       Sa 05 Nov 2022 04:20:00 EDT
     stix-fonts-2.13b171-2.fc37.noarch             Sa 05 Nov 2022 04:20:00 EDT
     sil-padauk-fonts-3.003-10.fc37.noarch         Sa 05 Nov 2022 04:20:00 EDT
     sil-nuosu-fonts-2.200-6.fc37.noarch           Sa 05 Nov 2022 04:20:00 EDT
     sil-mingzat-fonts-1.100-2.fc37.noarch         Sa 05 Nov 2022 04:20:00 EDT
     rootfiles-8.1-32.fc37.noarch                  Sa 05 Nov 2022 04:20:00 EDT
     rit-meera-new-fonts-1.3-2.fc37.noarch         Sa 05 Nov 2022 04:20:00 EDT
     plasma-desktop-doc-5.26.2-1.fc37.noarch       Sa 05 Nov 2022 04:20:00 EDT
     paktype-naskh-basic-fonts-6.0-4.fc37.noarch   Sa 05 Nov 2022 04:20:00 EDT
     NetworkManager-config-connectivity-fedora-1.40.0-1.fc37.noarch Sa 05 Nov 2022 04:20:00 EDT
     microcode_ctl-2.1-53.fc37.x86_64              Sa 05 Nov 2022 04:20:00 EDT
     mailcap-2.1.53-4.fc37.noarch                  Sa 05 Nov 2022 04:20:00 EDT
     lohit-telugu-fonts-2.5.5-13.fc37.noarch       Sa 05 Nov 2022 04:20:00 EDT
     lohit-tamil-fonts-2.91.3-14.fc37.noarch       Sa 05 Nov 2022 04:20:00 EDT
     lohit-odia-fonts-2.91.2-14.fc37.noarch        Sa 05 Nov 2022 04:20:00 EDT
     lohit-marathi-fonts-2.94.2-15.fc37.noarch     Sa 05 Nov 2022 04:20:00 EDT
     
* EFI boot manager output (efibootmgr -v):
     BootCurrent: 0004
     Timeout: 0 seconds
     BootOrder: 0004,2001,2002,2003,0000
     Boot0000* Fedora   HD(1,GPT,9ce78d89-8e5d-49eb-b761-509b1a09b7cf,0x800,0x12c000)/File(\EFI\fedora\shim.efi) File(.䍒)
           dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 c0 12 00 00 00 00 00 89 8d e7 9c 5d 8e eb 49 b7 61 50 9b 1a 09 b7 cf 02 02 / 04 04 2e 00 5c 00 45 00 46 00 49 00 5c 00 66 00 65 00 64 00 6f 00 72 00 61 00 5c 00 73 00 68 00 69 00 6d 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
         data: 52 43
     Boot0004* Fedora   HD(1,GPT,9ce78d89-8e5d-49eb-b761-509b1a09b7cf,0x800,0x12c000)/File(\EFI\fedora\shimx64.efi)
           dp: 04 01 2a 00 01 00 00 00 00 08 00 00 00 00 00 00 00 c0 12 00 00 00 00 00 89 8d e7 9c 5d 8e eb 49 b7 61 50 9b 1a 09 b7 cf 02 02 / 04 04 34 00 5c 00 45 00 46 00 49 00 5c 00 66 00 65 00 64 00 6f 00 72 00 61 00 5c 00 73 00 68 00 69 00 6d 00 78 00 36 00 34 00 2e 00 65 00 66 00 69 00 00 00 / 7f ff 04 00
     Boot2001* EFI USB Device   RC
           dp: 7f ff 04 00
         data: 52 43
     Boot2002* EFI DVD/CDROM    RC
           dp: 7f ff 04 00
         data: 52 43
     Boot2003* EFI Network      RC
           dp: 7f ff 04 00
         data: 52 43

I have a very long dmesg|grep iwlfifi output, but this webseite allows me not to paste it, so here a short part of it:

$ dmesg|grep iwlwifi
[ 1004.005987] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
[ 1004.005993] iwlwifi 0000:01:00.0: Failed to remove MAC context: -5
[ 1007.586363] iwlwifi 0000:01:00.0: Error sending RLC_CONFIG_CMD: time out after 2000ms.
[ 1007.586372] iwlwifi 0000:01:00.0: Current CMD queue read_ptr 13 write_ptr 14
[ 1007.586650] iwlwifi 0000:01:00.0: HCMD_ACTIVE already clear for command RLC_CONFIG_CMD
[ 1007.588166] iwlwifi 0000:01:00.0: Start IWL Error Log Dump:
[ 1007.588168] iwlwifi 0000:01:00.0: Transport status: 0x0000004A, valid: 6
[ 1007.588171] iwlwifi 0000:01:00.0: Loaded firmware version: 71.058653f6.0 cc-a0-71.ucode
[ 1007.588173] iwlwifi 0000:01:00.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN       
[ 1007.588175] iwlwifi 0000:01:00.0: 0x00A0A2F0 | trm_hw_status0
[ 1007.588177] iwlwifi 0000:01:00.0: 0x00000000 | trm_hw_status1
[ 1007.588178] iwlwifi 0000:01:00.0: 0x004FB4C6 | branchlink2
[ 1007.588180] iwlwifi 0000:01:00.0: 0x004F1D82 | interruptlink1
[ 1007.588181] iwlwifi 0000:01:00.0: 0x004F1D82 | interruptlink2
[ 1007.588182] iwlwifi 0000:01:00.0: 0x00014DC6 | data1
[ 1007.588183] iwlwifi 0000:01:00.0: 0x01000000 | data2
[ 1007.588184] iwlwifi 0000:01:00.0: 0x00000000 | data3
[ 1007.588185] iwlwifi 0000:01:00.0: 0x00000000 | beacon time
[ 1007.588186] iwlwifi 0000:01:00.0: 0x00288C24 | tsf low
[ 1007.588187] iwlwifi 0000:01:00.0: 0x00000000 | tsf hi
[ 1007.588189] iwlwifi 0000:01:00.0: 0x00000000 | time gp1
[ 1007.588190] iwlwifi 0000:01:00.0: 0x0028F32E | time gp2
[ 1007.588191] iwlwifi 0000:01:00.0: 0x00000001 | uCode revision type
[ 1007.588192] iwlwifi 0000:01:00.0: 0x00000047 | uCode version major
[ 1007.588193] iwlwifi 0000:01:00.0: 0x058653F6 | uCode version minor
[ 1007.588194] iwlwifi 0000:01:00.0: 0x00000340 | hw version
[ 1007.588195] iwlwifi 0000:01:00.0: 0x18C89000 | board version
[ 1007.588197] iwlwifi 0000:01:00.0: 0x804EFD26 | hcmd
[ 1007.588198] iwlwifi 0000:01:00.0: 0x20020000 | isr0
[ 1007.588199] iwlwifi 0000:01:00.0: 0x00000000 | isr1
[ 1007.588200] iwlwifi 0000:01:00.0: 0x08F00002 | isr2
[ 1007.588201] iwlwifi 0000:01:00.0: 0x00C0000C | isr3
[ 1007.588202] iwlwifi 0000:01:00.0: 0x00000000 | isr4
[ 1007.588203] iwlwifi 0000:01:00.0: 0x00000000 | last cmd Id
[ 1007.588204] iwlwifi 0000:01:00.0: 0x00014DC6 | wait_event
[ 1007.588205] iwlwifi 0000:01:00.0: 0x00000000 | l2p_control
[ 1007.588206] iwlwifi 0000:01:00.0: 0x00000000 | l2p_duration
[ 1007.588207] iwlwifi 0000:01:00.0: 0x00000000 | l2p_mhvalid
[ 1007.588208] iwlwifi 0000:01:00.0: 0x00000000 | l2p_addr_match
[ 1007.588209] iwlwifi 0000:01:00.0: 0x00000009 | lmpm_pmg_sel
[ 1007.588210] iwlwifi 0000:01:00.0: 0x00000000 | timestamp
[ 1007.588211] iwlwifi 0000:01:00.0: 0x0000084C | flow_handler
[ 1007.588520] iwlwifi 0000:01:00.0: Start IWL Error Log Dump:
[ 1007.588521] iwlwifi 0000:01:00.0: Transport status: 0x0000004A, valid: 7
[ 1007.588523] iwlwifi 0000:01:00.0: 0x20000066 | NMI_INTERRUPT_HOST
[ 1007.588525] iwlwifi 0000:01:00.0: 0x00000000 | umac branchlink1
[ 1007.588526] iwlwifi 0000:01:00.0: 0x80455B2C | umac branchlink2
[ 1007.588528] iwlwifi 0000:01:00.0: 0x80471DEA | umac interruptlink1
[ 1007.588529] iwlwifi 0000:01:00.0: 0x80471DEA | umac interruptlink2
[ 1007.588530] iwlwifi 0000:01:00.0: 0x01000000 | umac data1
[ 1007.588531] iwlwifi 0000:01:00.0: 0x80471DEA | umac data2
[ 1007.588532] iwlwifi 0000:01:00.0: 0x00000000 | umac data3
[ 1007.588534] iwlwifi 0000:01:00.0: 0x00000047 | umac major
[ 1007.588535] iwlwifi 0000:01:00.0: 0x058653F6 | umac minor
[ 1007.588536] iwlwifi 0000:01:00.0: 0x0028F32B | frame pointer
[ 1007.588537] iwlwifi 0000:01:00.0: 0xC0886264 | stack pointer
[ 1007.588538] iwlwifi 0000:01:00.0: 0x000D0508 | last host cmd
[ 1007.588540] iwlwifi 0000:01:00.0: 0x00000000 | isr status reg
[ 1007.588805] iwlwifi 0000:01:00.0: IML/ROM dump:
[ 1007.588806] iwlwifi 0000:01:00.0: 0x00000003 | IML/ROM error/state
[ 1007.588861] iwlwifi 0000:01:00.0: 0x00006478 | IML/ROM data1
[ 1007.588917] iwlwifi 0000:01:00.0: 0x00000080 | IML/ROM WFPM_AUTH_KEY_0
[ 1007.588968] iwlwifi 0000:01:00.0: Fseq Registers:
[ 1007.588973] iwlwifi 0000:01:00.0: 0x60000000 | FSEQ_ERROR_CODE
[ 1007.588977] iwlwifi 0000:01:00.0: 0x80290021 | FSEQ_TOP_INIT_VERSION
[ 1007.588982] iwlwifi 0000:01:00.0: 0x00050008 | FSEQ_CNVIO_INIT_VERSION
[ 1007.588987] iwlwifi 0000:01:00.0: 0x0000A503 | FSEQ_OTP_VERSION
[ 1007.588991] iwlwifi 0000:01:00.0: 0x80000003 | FSEQ_TOP_CONTENT_VERSION
[ 1007.588996] iwlwifi 0000:01:00.0: 0x4552414E | FSEQ_ALIVE_TOKEN
[ 1007.589000] iwlwifi 0000:01:00.0: 0x00100530 | FSEQ_CNVI_ID
[ 1007.589005] iwlwifi 0000:01:00.0: 0x00000532 | FSEQ_CNVR_ID
[ 1007.589009] iwlwifi 0000:01:00.0: 0x00100530 | CNVI_AUX_MISC_CHIP
[ 1007.589016] iwlwifi 0000:01:00.0: 0x00000532 | CNVR_AUX_MISC_CHIP
[ 1007.589023] iwlwifi 0000:01:00.0: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
[ 1007.589068] iwlwifi 0000:01:00.0: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
[ 1007.589073] iwlwifi 0000:01:00.0: Starting mac, retry will be triggered anyway
[ 1007.602104] iwlwifi 0000:01:00.0: mac start retry 0
[ 1010.338898] iwlwifi 0000:01:00.0: Error sending RLC_CONFIG_CMD: time out after 2000ms.
[ 1010.338909] iwlwifi 0000:01:00.0: Current CMD queue read_ptr 13 write_ptr 14
[ 1010.339176] iwlwifi 0000:01:00.0: HCMD_ACTIVE already clear for command RLC_CONFIG_CMD

Please let me know if you need any further information.

Kind regards
tempus-fugit