You are not logged in.
Pages: 1
my setup :
i have a rog strix g15 2022 edition laptop with a dual boot setup that has arch with kde
i installed arch and everything was normal until when i logged in wifi wasn't working
when i run ip link it only shows wired interfaces
my wifi card is detected because when i run this command
lspci | grep Wireless
i get
03:00.0 Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter
and when i try to search if the kernel module for the driver of the wifi card it shows that it is indeed inserted
the services enabled are NetworkManager and idw, however the wpa_supplicant isn't so there isn't a conflict
i have tried with both linux and linux-lts kernels and it doesn't change anything
when i booted with a usb that has the arch iso burned on it, it also doesn't recognize the wifi card when i run ip link which is weird
anyway if anyone can help i would appreciate it
Last edited by Hamza193 (2024-01-25 10:50:50)
Offline
iwd and NetworkManager should not be enabled at the same time, if you want integration with desktop applets keep NetworkManager enabled but configure NetworkManager to use iwd: https://wiki.archlinux.org/title/Networ … Fi_backend
Post a dmesg/journalctl -b. Is linux-firmware installed? https://wiki.archlinux.org/title/List_o … n_services
Offline
i did as you said and disabled iwd and left only NetworkManager active, i also added the config file from the arch wiki page that you shared then rebooted but with no result
i have the linux-firmware installed
the commands dmesg/journalctl -b have long outputs that excced 1000 lines, how much of that input do you need?
anyway here is some of the output of journalctl-b :
[ 1.960620] usb 3-2.2: New USB device found, idVendor=1038, idProduct=12c2, bcdDevice= 1.01
[ 1.960634] usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.960639] usb 3-2.2: Product: SteelSeries Arctis 9
[ 1.960644] usb 3-2.2: Manufacturer: SteelSeries
[ 2.070861] hid-generic 0003:1038:12C2.0003: hiddev97,hidraw2: USB HID v1.11 Device [SteelSeries SteelSeries Arctis 9] on usb-0000:06:00.4-2.2/input0
[ 2.076114] input: SteelSeries SteelSeries Arctis 9 as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-2/3-2.2/3-2.2:1.1/0003:1038:12C2.0004/input/input12
[ 2.131083] hid-generic 0003:1038:12C2.0004: input,hidraw3: USB HID v1.11 Device [SteelSeries SteelSeries Arctis 9] on usb-0000:06:00.4-2.2/input1
[ 2.135812] hid-generic 0003:1038:12C2.0005: hiddev98,hidraw4: USB HID v1.11 Device [SteelSeries SteelSeries Arctis 9] on usb-0000:06:00.4-2.2/input2
[ 3.686401] sda: sda1 sda2 sda3 sda4 sda5
[ 3.686999] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.701800] asus_wmi: ASUS WMI generic driver loaded
[ 4.052517] asus 0003:0B05:19B6.0001: Asus initialise N-KEY Device
[ 4.136885] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:06:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input13
[ 4.191547] asus 0003:0B05:19B6.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:06:00.3-3/input0
[ 30.453542] EXT4-fs (dm-0): mounted filesystem a2bd2dbf-a325-4aef-bec1-5f5a9ed777b8 r/w with ordered data mode. Quota mode: none.
[ 30.527125] systemd[1]: systemd 255.2-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)
[ 30.527129] systemd[1]: Detected architecture x86-64.
[ 30.527887] systemd[1]: Hostname set to <archbtw>.
[ 30.977391] systemd[1]: bpf-lsm: LSM BPF program attached
[ 31.007469] systemd-fstab-generator[2217]: Mount point is not a valid path, ignoring.
[ 31.008264] systemd-fstab-generator[2217]: Mount point is not a valid path, ignoring.
[ 31.008485] systemd-fstab-generator[2217]: Mount point is not a valid path, ignoring.
[ 31.065937] systemd[1]: Queued start job for default target Graphical Interface.
[ 31.132861] systemd[1]: Created slice Slice /system/getty.
[ 31.133130] systemd[1]: Created slice Slice /system/modprobe.
[ 31.133314] systemd[1]: Created slice User and Session Slice.
[ 31.133363] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 31.133397] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 31.133532] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 31.133546] systemd[1]: Expecting device /dev/disk/by-uuid/3E8E-FD68...
[ 31.133551] systemd[1]: Expecting device /dev/disk/by-uuid/4d1094ae-728b-4078-9275-0aee6413046d...
[ 31.133558] systemd[1]: Reached target Local Encrypted Volumes.
[ 31.133565] systemd[1]: Reached target Login Prompts.
[ 31.133573] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 31.133584] systemd[1]: Reached target Path Units.
[ 31.133591] systemd[1]: Reached target Remote File Systems.
[ 31.133598] systemd[1]: Reached target Slice Units.
[ 31.133613] systemd[1]: Reached target Local Verity Protected Volumes.
[ 31.133660] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 31.133925] systemd[1]: Listening on LVM2 poll daemon socket.
[ 31.134735] systemd[1]: Listening on Process Core Dump Socket.
[ 31.134821] systemd[1]: Listening on Journal Socket (/dev/log).
[ 31.134897] systemd[1]: Listening on Journal Socket.
[ 31.134919] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.135150] systemd[1]: Listening on udev Control Socket.
[ 31.135217] systemd[1]: Listening on udev Kernel Socket.
[ 31.135286] systemd[1]: Listening on User Database Manager Socket.
[ 31.136157] systemd[1]: Mounting Huge Pages File System...
[ 31.136928] systemd[1]: Mounting POSIX Message Queue File System...
[ 31.137495] systemd[1]: Mounting Kernel Debug File System...
[ 31.138053] systemd[1]: Mounting Kernel Trace File System...
[ 31.138657] systemd[1]: Starting Create List of Static Device Nodes...
[ 31.139200] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 31.139793] systemd[1]: Starting Load Kernel Module configfs...
[ 31.140316] systemd[1]: Starting Load Kernel Module dm_mod...
[ 31.141000] systemd[1]: Starting Load Kernel Module drm...
[ 31.141648] systemd[1]: Starting Load Kernel Module fuse...
[ 31.142313] systemd[1]: Starting Load Kernel Module loop...
[ 31.142351] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 31.143741] systemd[1]: Starting Journal Service...
[ 31.144706] systemd[1]: Starting Load Kernel Modules...
[ 31.144717] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.145235] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 31.145258] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 31.145784] systemd[1]: Starting Coldplug All udev Devices...
[ 31.146656] systemd[1]: Mounted Huge Pages File System.
[ 31.146737] systemd[1]: Mounted POSIX Message Queue File System.
[ 31.146803] systemd[1]: Mounted Kernel Debug File System.
[ 31.146871] systemd[1]: Mounted Kernel Trace File System.
[ 31.149530] loop: module loaded
[ 31.153248] fuse: init (API version 7.39)
[ 31.154309] systemd-journald[2239]: Collecting audit messages is disabled.
[ 31.156731] i2c_dev: i2c /dev entries driver
[ 31.174439] EXT4-fs (dm-0): re-mounted a2bd2dbf-a325-4aef-bec1-5f5a9ed777b8 r/w. Quota mode: none.
[ 31.180778] systemd[1]: Finished Create List of Static Device Nodes.
[ 31.181658] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 31.227438] systemd[1]: Finished Load Kernel Module configfs.
[ 31.227721] systemd[1]: Started Journal Service.
[ 31.368887] nvidia: loading out-of-tree module taints kernel.
[ 31.368895] nvidia: module license 'NVIDIA' taints kernel.
[ 31.368896] Disabling lock debugging due to kernel taint
[ 31.368899] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 31.368900] nvidia: module license taints kernel.
[ 31.601492] systemd-journald[2239]: Received client request to flush runtime journal.
[ 31.628319] systemd-journald[2239]: /var/log/journal/393427914d194ad0820171aa290dcc40/system.journal: Journal file uses a different sequence number ID, rotating.
[ 31.628327] systemd-journald[2239]: Rotating system journal.
[ 31.733064] nvidia-nvlink: Nvlink Core is being initialized, major device number 235
[ 31.733910] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[ 31.734001] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 31.784614] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 545.29.06 Thu Nov 16 01:59:08 UTC 2023
[ 31.802461] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 31.906866] nvidia-uvm: Loaded the UVM driver, major device number 511.
[ 31.918854] Asymmetric key parser 'pkcs8' registered
[ 32.172368] mousedev: PS/2 mouse device common for all mice
[ 32.203626] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 32.203635] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 32.208544] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 32.248118] Adding 10239996k swap on /dev/nvme1n1p4. Priority:-2 extents:1 across:10239996k SS
[ 32.257659] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 545.29.06 Thu Nov 16 01:47:29 UTC 2023
[ 32.259499] input: PC Speaker as /devices/platform/pcspkr/input/input14
[ 32.259643] asus_wmi: Initialization: 0x1
[ 32.259824] asus_wmi: SFUN value: 0x1821
[ 32.259826] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[ 32.259829] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[ 32.259975] cdc_acm 7-1:1.1: ttyACM0: USB ACM device
[ 32.260013] usbcore: registered new interface driver cdc_acm
[ 32.260015] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 32.274133] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0006/input/input15
[ 32.274253] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0006/input/input16
[ 32.274378] hid-generic 0018:04F3:319B.0006: input,hidraw5: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[ 32.276497] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[ 32.281934] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[ 32.290853] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 32.291067] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 32.291196] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 32.291221] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 32.291333] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 32.291336] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[ 32.291380] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 32.291542] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 32.295941] asus_wmi: fan_curve_get_factory_default (0x00110032) failed: -19
[ 32.300431] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 32.300435] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 32.301439] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 32.301444] cfg80211: failed to load regulatory.db
[ 32.319900] snd_pci_acp6x 0000:06:00.5: enabling device (0000 -> 0002)
[ 32.320621] r8169 0000:04:00.0 eth0: RTL8125B, 58:11:22:dd:b7:1b, XID 641, IRQ 82
[ 32.320626] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 32.332786] ACPI: battery: new extension: ASUS Battery Extension
[ 32.425711] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 32.431314] Bluetooth: Core ver 2.22
[ 32.431366] NET: Registered PF_BLUETOOTH protocol family
[ 32.431369] Bluetooth: HCI device and connection manager initialized
[ 32.431382] Bluetooth: HCI socket layer initialized
[ 32.431388] Bluetooth: L2CAP socket layer initialized
[ 32.431399] Bluetooth: SCO socket layer initialized
[ 32.431479] mc: Linux media interface: v0.10
[ 32.498846] kvm_amd: TSC scaling supported
[ 32.498850] kvm_amd: Nested Virtualization enabled
[ 32.498851] kvm_amd: Nested Paging enabled
[ 32.498857] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 32.498858] kvm_amd: Virtual GIF supported
[ 32.498859] kvm_amd: LBR virtualization supported
[ 32.508562] MCE: In-kernel MCE decoding enabled.
[ 32.509293] usbcore: registered new interface driver btusb
[ 32.512067] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20231120183620
[ 32.517244] mt7921e 0000:03:00.0: enabling device (0000 -> 0002)
[ 32.612384] intel_rapl_common: Found RAPL domain package
[ 32.612390] intel_rapl_common: Found RAPL domain core
[ 32.646441] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0006/input/input18
[ 32.646531] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0006/input/input19
[ 32.646610] hid-multitouch 0018:04F3:319B.0006: input,hidraw5: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[ 32.649751] Bluetooth: hci0: Device setup in 137157 usecs
[ 32.649758] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 32.708136] Bluetooth: hci0: AOSP extensions version v0.96
[ 32.708143] Bluetooth: hci0: AOSP quality report is not supported
[ 32.713936] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 32.714053] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 32.714072] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 32.867144] usbcore: registered new interface driver snd-usb-audio
[ 33.486058] mt7921e 0000:03:00.0: firmware own failed
[ 33.486122] mt7921e: probe of 0000:03:00.0 failed with error -5
[ 33.918402] [drm] amdgpu kernel modesetting enabled.
[ 33.918420] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[ 33.918938] amdgpu: ATPX version 1, functions 0x00000001
[ 33.918997] amdgpu: ATPX Hybrid Graphics
[ 33.920903] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input20
[ 33.921039] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input21
[ 33.921149] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input22
[ 33.921249] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card1/input23
[ 33.927679] amdgpu: Virtual CRAT table created for CPU
[ 33.927698] amdgpu: Topology: Add CPU node
[ 33.927838] amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
[ 33.927888] [drm] initializing kernel modesetting (YELLOW_CARP 0x1002:0x1681 0x1043:0x1CB2 0xC7).
[ 33.928211] [drm] register mmio base: 0xFC500000
[ 33.928212] [drm] register mmio size: 524288
[ 33.929105] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 33.929108] snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 33.929110] snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 33.929112] snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
[ 33.929113] snd_hda_codec_realtek hdaudioC2D0: inputs:
[ 33.929114] snd_hda_codec_realtek hdaudioC2D0: Headset Mic=0x19
[ 33.929115] snd_hda_codec_realtek hdaudioC2D0: Internal Mic=0x12
[ 33.930888] [drm] add ip block number 0 <nv_common>
[ 33.930891] [drm] add ip block number 1 <gmc_v10_0>
[ 33.930893] [drm] add ip block number 2 <navi10_ih>
[ 33.930895] [drm] add ip block number 3 <psp>
[ 33.930896] [drm] add ip block number 4 <smu>
[ 33.930897] [drm] add ip block number 5 <dm>
[ 33.930898] [drm] add ip block number 6 <gfx_v10_0>
[ 33.930900] [drm] add ip block number 7 <sdma_v5_2>
[ 33.930901] [drm] add ip block number 8 <vcn_v3_0>
[ 33.930902] [drm] add ip block number 9 <jpeg_v3_0>
[ 33.930911] amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
[ 33.930914] amdgpu: ATOM BIOS: 113-REMBRANDT-X37
[ 33.936872] [drm] VCN(0) decode is enabled in VM mode
[ 33.936874] [drm] VCN(0) encode is enabled in VM mode
[ 33.938856] [drm] JPEG decode is enabled in VM mode
[ 33.957541] Console: switching to colour dummy device 80x25
[ 34.008955] amdgpu 0000:06:00.0: vgaarb: deactivate vga console
[ 34.008960] amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 34.008999] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 34.009004] amdgpu 0000:06:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[ 34.009006] amdgpu 0000:06:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 34.009008] amdgpu 0000:06:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 34.009017] [drm] Detected VRAM RAM=512M, BAR=512M
[ 34.009019] [drm] RAM width 128bits DDR5
[ 34.009160] [drm] amdgpu: 512M of VRAM memory ready
[ 34.009162] [drm] amdgpu: 15675M of GTT memory ready.
[ 34.009178] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 34.009493] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[ 34.009712] [drm] Loading DMUB firmware via PSP: version=0x04000043
[ 34.010491] [drm] use_doorbell being set to: [true]
[ 34.010517] [drm] Found VCN firmware Version ENC: 1.27 DEC: 2 VEP: 0 Revision: 0
[ 34.010526] amdgpu 0000:06:00.0: amdgpu: Will use PSP to load VCN firmware
[ 34.033812] [drm] reserve 0xa00000 from 0xf41e000000 for PSP TMR
[ 34.173492] amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 34.183189] amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
[ 34.183192] amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 34.186554] amdgpu 0000:06:00.0: amdgpu: SMU is initialized successfully!
[ 34.187766] [drm] Display Core v3.2.247 initialized on DCN 3.1
[ 34.187769] [drm] DP-HDMI FRL PCON supported
[ 34.189080] [drm] DMUB hardware initialized: version=0x04000043
[ 34.197083] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 34.197085] Bluetooth: BNEP filters: protocol multicast
[ 34.197088] Bluetooth: BNEP socket layer initialized
[ 34.197858] Bluetooth: MGMT ver 1.22
[ 34.202285] NET: Registered PF_ALG protocol family
[ 34.251062] Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
[ 34.290832] [drm] PSR support 1, DC PSR ver 0, sink PSR ver 1 DPCD caps 0x0 su_y_granularity 0
[ 34.293190] [drm] kiq ring mec 2 pipe 1 q 0
[ 34.298595] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 34.298616] [drm] JPEG decode initialized successfully.
[ 34.303740] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[ 34.352841] amdgpu: HMM registered 512MB device memory
[ 34.353839] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 34.353857] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[ 34.354559] amdgpu: Virtual CRAT table created for GPU
[ 34.354711] amdgpu: Topology: Add dGPU node [0x1681:0x1002]
[ 34.354713] kfd kfd: amdgpu: added device 1002:1681
[ 34.354725] amdgpu 0000:06:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 6, active_cu_number 12
[ 34.355943] amdgpu 0000:06:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 34.355945] amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 34.355946] amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 34.355948] amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 34.355949] amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 34.355950] amdgpu 0000:06:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 34.355951] amdgpu 0000:06:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 34.355952] amdgpu 0000:06:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 34.355954] amdgpu 0000:06:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 34.355955] amdgpu 0000:06:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[ 34.355956] amdgpu 0000:06:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 34.355957] amdgpu 0000:06:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[ 34.355958] amdgpu 0000:06:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[ 34.355960] amdgpu 0000:06:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[ 34.355961] amdgpu 0000:06:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[ 34.358245] [drm] Initialized amdgpu 3.54.0 20150101 for 0000:06:00.0 on minor 2
[ 34.361143] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card2/input24
[ 34.361196] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card2/input25
[ 34.371714] fbcon: amdgpudrmfb (fb0) is primary device
[ 34.371844] [drm] DSC precompute is not needed.
[ 34.404516] Console: switching to colour frame buffer device 160x45
[ 34.419303] amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 34.507962] r8169 0000:04:00.0 enp4s0: Link is Down
[ 34.970070] ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
[ 34.970164] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
[ 36.161938] Xorg[2600]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 42.119461] systemd-journald[2239]: /var/log/journal/393427914d194ad0820171aa290dcc40/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[ 42.612383] block nvme1n1: No UUID available providing old NGUID
[ 43.126164] Bluetooth: RFCOMM TTY layer initialized
[ 43.126173] Bluetooth: RFCOMM socket layer initialized
[ 43.126177] Bluetooth: RFCOMM ver 1.11
[ 80.937065] usb 7-1: USB disconnect, device number 2
[ 81.507151] usb 7-1: new high-speed USB device number 3 using xhci_hcd
[ 81.655749] usb 7-1: New USB device found, idVendor=04e8, idProduct=6864, bcdDevice= c.00
[ 81.655761] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 81.655766] usb 7-1: Product: SAMSUNG_Android
[ 81.655771] usb 7-1: Manufacturer: SAMSUNG
[ 81.655774] usb 7-1: SerialNumber: RF8N31617CJ
[ 81.722295] usbcore: registered new interface driver cdc_ether
[ 81.729501] rndis_host 7-1:1.0 usb0: register 'rndis_host' at usb-0000:07:00.3-1, RNDIS device, 02:29:70:09:79:70
[ 81.729539] usbcore: registered new interface driver rndis_host
[ 81.736248] rndis_host 7-1:1.0 enp7s0f3u1: renamed from usb0
Last edited by Hamza193 (2024-01-24 17:52:53)
Offline
That suffices for now
[ 33.486058] mt7921e 0000:03:00.0: firmware own failed
[ 33.486122] mt7921e: probe of 0000:03:00.0 failed with error -5
What's your VID:PID (lspci -n) of the card? You might have to add a mapping in https://github.com/torvalds/linux/blob/ … 7921/pci.c
Offline
Since this will happen if the firmware is loaded because eg. some hibernating system added it there: is there a parallel windows installation?
Offline
i just booted today and it seems that it is resolved somehow, maybe there was a temporary problem with my hardware or something like that since the problem was there also when i booted from an arch iso usb, but i am glad it is over now, thanks you for your support
i do have a dual boot with a windows installation
Offline
Then make absolutely sure that Windows fast start is disabled: http://wiki.archlinux.org/index.php/Dua … ibernation -- that needs to be the case and issues like that are very often caused by it
Offline
Pages: 1