You are not logged in.

#1 2022-06-01 22:01:00

Spekbillen
Member
Registered: 2022-06-01
Posts: 6

[solved] No kernel driver for Network controller, only on linux-lts

Hello all,

I have installed arch freshly on my laptop, the problem for me seems to be that i cant connect to wifi networks. i had this problem before on windows where i needed to download drivers from the lenovo site to get wifi working. Now after a long time of searching the web i cant figure out how to get my network controller to work.

when looking at lspci -k i find the text below. this does not say that is has any kernel drivers in use why i am thinkin that that is the cause (i can be very wrong)

03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852AE 802.11ax PCIe Wireless Network Adapter
        DeviceName: Realtek RTL8111E Ethernet LOM
        Subsystem: Lenovo Device 4852
        Kernel modules: wl

I already downloaded end build the driver pakage i need from https://github.com/lwfinger/rtw89. when reading the readme i see:

sudo modprobe -rv rtw_8852ae
sudo modprobe -v rtw_8852ae

these give me the error

 modprobe: FATAL: Module rtw_8852ae not found in directory /lib/modules/5.15.44-1-lts 

Last edited by Spekbillen (2022-06-02 21:34:30)

Offline

#2 2022-06-02 05:32:41

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [solved] No kernel driver for Network controller, only on linux-lts

https://aur.archlinux.org/packages/rtw89-dkms-git
You'll need the linux-headers and linux-lts-headers

Offline

#3 2022-06-02 10:01:29

Spekbillen
Member
Registered: 2022-06-01
Posts: 6

Re: [solved] No kernel driver for Network controller, only on linux-lts

seth wrote:

https://aur.archlinux.org/packages/rtw89-dkms-git
You'll need the linux-headers and linux-lts-headers

i already installed these in the setup.

Offline

#4 2022-06-02 10:16:20

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,889

Re: [solved] No kernel driver for Network controller, only on linux-lts

I already downloaded end build the driver pakage i need from https://github.com/lwfinger/rtw89

upstream install instructions often need adaptations for software to work well on arch.

You have uninstalled the manually build binary version and are now using the one created by makepkg (& installed through pacman) from the aur PKGBUILD linked by seth ?


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

#5 2022-06-02 13:51:16

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,307

Re: [solved] No kernel driver for Network controller, only on linux-lts

pacman -Qs '(linux|rtw)'
dkms status

Offline

#6 2022-06-02 21:33:32

Spekbillen
Member
Registered: 2022-06-01
Posts: 6

Re: [solved] No kernel driver for Network controller, only on linux-lts

I spend a few hours trying to get it working, but got tired. I uninstalled the linux-lts kernel and i hope that the normal linux kernel will keep working.
Thanks for the help Lone_Wolf and Seth, really appreciated it.

Offline

Board footer

Powered by FluxBB