Package Details: rtw88-dkms-git r536.ec2cee9-1

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 rtl8821au rtl8821ce rtl8821cs rtl8821cu rtl8822be rtl8822bs rtl8822bu rtl8822ce rtl8822cs rtl8822cu
Licenses: GPL2, custom
Submitter: librewish
Maintainer: xx777
Last Packager: xx777
Votes: 13
Popularity: 0.34
First Submitted: 2020-07-07 06:33 (UTC)
Last Updated: 2024-11-24 17:15 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Pinned Comments

xx777 commented on 2024-07-13 22:37 (UTC) (edited on 2024-08-31 06:34 (UTC) by xx777)

Reminders:

  1. If your wifi adapter is in CD-ROM mode, you need to use the command usb_modeswitch or eject to switch it to "Wifi Mode" first.

  2. Before installing this package, make sure your system has the corresponding kernel headers and the package base-devel installed.

  3. You have to manually blacklist or remove any conflicting drivers installed except the in-kernel rtw88 driver.

Latest Comments

1 2 3 4 5 6 Next › Last »

xx777 commented on 2024-11-15 09:40 (UTC)

@dreieck Sure, I will add them if the package rtw88-dkms is ever created

dreieck commented on 2024-11-14 20:21 (UTC)

Can you please add provides=("rtw88-dkms") and conflicts=("rtw88-dkms")?

Regards and thanks for the package!

xx777 commented on 2024-08-08 18:38 (UTC)

@muziknavi I made some changes and it should work now.

muziknavi commented on 2024-08-08 11:49 (UTC)

6.11 fix merged.

xx777 commented on 2024-08-06 07:33 (UTC)

@muziknavi Fixed. Hope that PR will be merged soon...

muziknavi commented on 2024-08-06 06:11 (UTC)

For 6.11 compiling needs https://github.com/lwfinger/rtw88/pull/225

xx777 commented on 2024-07-18 00:57 (UTC) (edited on 2024-07-18 00:59 (UTC) by xx777)

@xiota Sorry that I am not going to add provides/conflicts on rtw88-dkms. I think no one would create a package like rtw88-dkms as the stable version of rtw88 is just in the kernel. I am not pretty good at English, so please tell me if I misunderstand what you mean.

xiota commented on 2024-07-13 23:32 (UTC)

Setting provides/conflicts is standard practice for git and patched packages. It is in guidelines. Since stable package doesn't exist, you could bundle it with a future update, but many maintainers forget when they put it off for later. If you want to avoid unnecessary rebuilds, you could skip bumping pkgrel. The update would take effect when upstream pushes a new commit.

xx777 commented on 2024-07-13 22:37 (UTC) (edited on 2024-08-31 06:34 (UTC) by xx777)

Reminders:

  1. If your wifi adapter is in CD-ROM mode, you need to use the command usb_modeswitch or eject to switch it to "Wifi Mode" first.

  2. Before installing this package, make sure your system has the corresponding kernel headers and the package base-devel installed.

  3. You have to manually blacklist or remove any conflicting drivers installed except the in-kernel rtw88 driver.

xx777 commented on 2024-07-13 22:36 (UTC)

@xiota The package rtw88-dkms doesn't exist currently, do we really need to have provides/conflicts on it?