Package Details: rtw89-dkms-git 1:r327.e834edf-2

Git Clone URL: https://aur.archlinux.org/rtw89-dkms-git.git (read-only, click to copy)
Package Base: rtw89-dkms-git
Description: Driver for Realtek 8852AE, an 802.11ax device
Upstream URL: https://github.com/lwfinger/rtw89
Licenses: GPL2
Conflicts: rtw89
Provides: rtw89
Submitter: JerryXiao
Maintainer: JerryXiao
Last Packager: JerryXiao
Votes: 12
Popularity: 0.000282
First Submitted: 2021-06-19 01:37 (UTC)
Last Updated: 2023-01-04 02:15 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

salimp commented on 2022-03-22 10:33 (UTC) (edited on 2022-03-22 21:31 (UTC) by salimp)

hi UPDATE: ITt is FIXED with latest update today :) I just did the update on 22/03/2022 and my thinkpad laptop cannot see the wireless anymore. I removed and reinstalled by the help of my cell phone wireless / hotspot. It still does not work. It was working fine today since 3 months. currently on Manjaro ; kernel 5.15.28-1 I am Manjaro with latest updates. Anything changed ??

Can you recommend what do i have to do ? (I am kinda new to Linux; 3 months only:)

dkms.conf file shows this ;

PACKAGE_NAME="@_PKGBASE@" PACKAGE_VERSION="@PKGVER@" BUILT_MODULE_NAME[0]="${PACKAGE_NAME}core" BUILT_MODULE_NAME[1]="${PACKAGE_NAME}pci" MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules" CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" DEST_MODULE_LOCATION[0]=/kernel/drivers/net/wireless/realtek/rtw89 DEST_MODULE_LOCATION[1]=/kernel/drivers/net/wireless/realtek/rtw89 AUTOINSTALL=yes BUILD_EXCLUSIVE_KERNEL="^(4.[0-9]+.|5.[0-9].|5.1[0-5].)"

wszqkzqk commented on 2022-01-18 04:06 (UTC)

Maybe writing rtw89-dkms-git.install like this will work with extramodules-*

post_upgrade() {
    if [[ $(vercmp "1:r0.4dc5371-1" "$2") -eq 1 ]]; then
    # upgraded from epoch 0, kernel <= 5.15
        for i in /usr/lib/modules/*/; do
            i="${i%/*}"
            echo "==> rtw89-dkms-git: depmod ${i}"
            if [[ "${i##*/}" != extramodules-* ]];then
                depmod "${i##*/}"
            fi
        done
  fi
}

pluckobtain commented on 2022-01-16 12:50 (UTC)

Just came here to say thank you! This package saved my hp aero laptop for many months!

zetta commented on 2022-01-15 18:29 (UTC)

I'm not getting the sha256 error anymore and my wifi interface is available again - thanks!

mortmann commented on 2022-01-15 15:59 (UTC)

For AP mode (hostapd) this package is not obsolete for systems with the standard arch kernel yet, because currently AP mode (hostapd) is only supported by https://github.com/lwfinger/rtw89 (since commit https://github.com/lwfinger/rtw89/commit/2bb53209a0db41cb9cd84fdfebd945ef6bb98906) and not by mainline kernel 5.16 yet.

wszqkzqk commented on 2022-01-15 03:31 (UTC)

The sha256 doesn't match. Now the sha256 of dkms.conf is d4015a9c63b86baa120b558f4acc19c60fe5cbea7ded338173e08cec47327b40

zetta commented on 2022-01-14 09:10 (UTC) (edited on 2022-01-14 09:12 (UTC) by zetta)

I am getting this error:

==> Validating source files with sha256sums...
    rtw89 ... Skipped
    dkms.conf ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: rtw89-dkms-gi

faustian commented on 2022-01-14 08:27 (UTC)

Thanks dude. You've done a great job so far. Used your package and saved my 800 GBP Lenovo-13ALC6.

xuanwo commented on 2022-01-14 02:25 (UTC)

Note

This package should be removed after upgrade to linux >= 5.16