i have no wifi… i am on kde plasma… all devices are there with lspci but no drivers… yesterday i tried a live cd usb drive… and every device had drivers and worked perfectly…
I accidentally deleted all files and folders in /var/lib/pacman/local and that way i had no packages installed. After that reinstalled all packages using the script:
pacman -Fl | grep -v ‘/$’ | xargs -d\n -P16 bash -c ‘for arg; do [[ -e “/${arg#* }” ]] && echo “${arg%% *}”; done’ bash | sort -u
Maybe because when i reinstalled all packages they were during a major update and the old files stayed on the filesystem after the update. Are there any GUI programs to select which files to delete that are NOT tracked by pacman anymore?
lspci -k
00:00.0 Host bridge: Intel Corporation 12th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
lspci: Unable to load libkmod resources: error -13
00:01.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x16 Controller #1 (rev 02)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT1 [UHD Graphics] (rev 0c)
DeviceName: Onboard - Video
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: i915
00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation Platform Framework Processor Participant (rev 02)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 02)
Kernel driver in use: pcieport
00:06.2 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #2 (rev 02)
Kernel driver in use: pcieport
00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian & Neural Accelerator (rev 02)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: xhci_hcd
00:14.1 USB controller: Intel Corporation Device 51ee (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
DeviceName: Onboard - Other
00:14.3 Network controller: Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01)
DeviceName: Onboard - Ethernet
Subsystem: Intel Corporation Dual Band Wi-Fi 6(802.11ax) AX201 160MHz 2x2 [Harrison Peak]
00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C Controller #0 (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: intel-lpss
00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
00:17.0 SATA controller: Intel Corporation Alder Lake-P SATA AHCI Controller (rev 01)
DeviceName: Onboard - SATA
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation Alder Lake-P PCH PCIe Root Port #6 (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
DeviceName: Onboard - Sound
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: intel-spi
01:00.0 VGA compatible controller: NVIDIA Corporation GA107BM / GN20-P0-R-K2 [GeForce RTX 3050 6GB Laptop GPU] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: nvidia
01:00.1 Audio device: NVIDIA Corporation GA107 High Definition Audio Controller (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: snd_hda_intel
03:00.0 Non-Volatile memory controller: Micron Technology Inc 2400 NVMe SSD (DRAM-less) (rev 03)
Subsystem: Micron Technology Inc Device 1100
Kernel driver in use: nvme
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 13b6
Kernel driver in use: r8168
what info or output should i give you to tell me how to solve the problem?