As far as I understand, upstream provides the driver needed. tree /var/lib/dkms /rtw88/
and tree /lib/modules/$(uname -r)/updates/
.
You can read upstreams's README also. Don't miss the last paragraph ;)
Git Clone URL: | https://aur.archlinux.org/rtw88-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | rtw88-dkms-git |
Description: | Driver for Realtek 802.11ac wireless chips |
Upstream URL: | https://github.com/lwfinger/rtw88 |
Keywords: | realtek rtl8723cs rtl8723de rtl8723ds rtl8723du rtl8811au rtl8811cu rtl8812au rtl8812bu rtl8812cu rtl8814ae rtl8814au rtl8821au rtl8821ce rtl8821cs rtl8821cu rtl8822be rtl8822bs rtl8822bu rtl8822ce rtl8822cs rtl8822cu |
Licenses: | GPL2, custom |
Submitter: | librewish |
Maintainer: | xx777 |
Last Packager: | xx777 |
Votes: | 15 |
Popularity: | 1.21 |
First Submitted: | 2020-07-07 06:33 (UTC) |
Last Updated: | 2025-02-12 01:10 (UTC) |
As far as I understand, upstream provides the driver needed. tree /var/lib/dkms /rtw88/
and tree /lib/modules/$(uname -r)/updates/
.
You can read upstreams's README also. Don't miss the last paragraph ;)
@PRESFIL do you think we should report this to dkms
upstream?
Also ... I was wondering if this driver has something to do with the Realtek Semiconductor Corp. RTL8822BE Bluetooth 4.2 Adapter
because I'm having a lot of problems with it, and I was thinking in fill a bug in the upstream.
You can try to look inside make logs. Search this files with
find /var/lib/dkms/rtw88/ -iname '*log*'
UPD1: OK, now I'm experiencing this error too.
But apparently the build is successful. Maybe this is some minor bug in dkms
.
It says that there is no such module in the current kernel:
rtw_pci.ko.xz:
Running module version sanity check.
- Original module
- No original module exists within this kernel
, but it is there!
All modules after the build are present here:
/usr/lib/modules/$kernel/updates/
The original ones remain in their places. It seems that the build is successful and it is not critical.
@PRESFIL I actually got that message when updating from r44.d4fd1ae
to r50.cbe75c9
so now I have the latest version (r50.cbe75c9
) but I've had that message in previous updates.
❯ uname -r
5.10.16-arch1-1
❯ dkms status
rtl8812au, 5.9.3.2.r8.gb95e750, 5.10.16-arch1-1, x86_64: installed
rtl8812au, 5.9.3.2.r8.gb95e750, 5.10.17-1-lts, x86_64: installed
rtw88, r50.cbe75c9, 5.10.16-arch1-1, x86_64: installed
rtw88, r50.cbe75c9, 5.10.17-1-lts, x86_64: installed
vmware-workstation, 16.1.0_17198959, 5.10.16-arch1-1, x86_64: installed
vmware-workstation, 16.1.0_17198959, 5.10.17-1-lts, x86_64: installed
As you can see I have the error also reinstalling the package: http://ix.io/2PW7
Obviously this time is with r50.cbe75c9
:: Processing package changes...
Error! The module/version combo: rtw88-r50.cbe75c9
is not located in the DKMS tree.
error: command failed to execute correctly
I cannot reproduce that...
If you would provide more information about how the build process went, uname-r
, dkms status
after installing the package.
Did you perform kernel updates during the build of this package?
Also interesting is why your version is not the latest - my current version is rtw88, r50.cbe75c9
. You can compare it yourself.
Why I'm having this kind of messages when I update the package?
Error! the module/version combo rtw88-r44.d4fd1ae is not located in the DKMS tree.
Latest version is working correctly.
The package is available in chaotic-aur repo
You can add chaotic-aur repo for the prebuilt package
It looks like the driver itself is broken since yesterday. Would it be possible to change the source of this package to the last working commit? https://github.com/lwfinger/rtw88/commit/98e63c92e1f52d7cf6235c5069ac8a085a4830dc
Pinned Comments
xx777 commented on 2024-07-13 22:37 (UTC) (edited on 2025-02-13 00:46 (UTC) by xx777)
Reminders:
If your wifi adapter is in CD-ROM mode, you need to use the command
usb_modeswitch
oreject
to switch it to "Wifi Mode" first.Before installing this package, make sure your system has the corresponding kernel headers and the package
base-devel
installed.You have to manually blacklist or remove any conflicting drivers installed except the in-kernel rtw88 driver.
Experimental support for RTL8814AE chip (device id: 10ec:8813) was added, please test and report here if you have this card, thanks.