Package Details: rtw89-dkms-git r1094.67a66dd-1

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 802.11ax wireless chips
Upstream URL: https://github.com/lwfinger/rtw89
Keywords: realtek rtl8851be rtl8852ae rtl8852be rtl8852be-vt rtl8852ce rtl8922ae
Licenses: GPL2
Submitter: JerryXiao
Maintainer: xx777
Last Packager: xx777
Votes: 13
Popularity: 0.026685
First Submitted: 2021-06-19 01:37 (UTC)
Last Updated: 2024-11-12 20:49 (UTC)

Latest Comments

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

xz-dev commented on 2022-11-11 12:57 (UTC)

Build success, install module success, but can't enable module.

xz@ZERO ~> sudo modprobe rtw_8852be
modprobe: ERROR: could not insert 'rtw_8852be': Unknown symbol in module, or unknown parameter (see dmesg)
xz@ZERO ~ [1]> sudo dmesg
[   82.286341] rtw_8852b: Unknown symbol rtw89_phy_read32_idx (err -2)
[   82.286351] rtw_8852b: Unknown symbol rtw89_mac_read_xtal_si (err -2)
[   82.286371] rtw_8852b: Unknown symbol rtw89_phy_set_txpwr_limit_ru (err -2)
[   82.286393] rtw_8852b: Unknown symbol rtw89_phy_set_txpwr_byrate (err -2)
[   82.286403] rtw_8852b: Unknown symbol rtw89_btc_set_policy (err -2)
[   82.286406] rtw_8852b: Unknown symbol rtw89_phy_set_txpwr_offset (err -2)
[   82.286409] rtw_8852b: Unknown symbol rtw89_phy_set_txpwr_limit (err -2)

xz-dev commented on 2022-11-04 02:10 (UTC)

It not install 8852be module. But I can follow rtw89 README to install it.

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