Search Criteria
Package Details: rtw89bt-dkms-git 5.15.0.r40.g101e29a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rtw89bt-dkms-git.git (read-only, click to copy) |
---|---|
Package Base: | rtw89bt-dkms-git |
Description: | Out-of-kernel driver for Realtek BT devices found in rtw89 devices (8852AE, RTW8852BE, RTW8852CE). Kernel >= 5.15.0 |
Upstream URL: | https://github.com/lwfinger/rtw89-BT |
Licenses: | GPL2 |
Conflicts: | rtw89bt-dkms-git |
Submitter: | shurka |
Maintainer: | samuelbernardo |
Last Packager: | shurka |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-10-18 12:19 (UTC) |
Last Updated: | 2025-04-29 07:38 (UTC) |
Latest Comments
1 2 Next › Last »
sontaran commented on 2025-08-08 07:32 (UTC) (edited on 2025-08-08 07:46 (UTC) by sontaran)
@shurka @samuelbernardo this package does not build with 6.15.9-arch1-1 neither.
xx777 commented on 2025-07-22 20:25 (UTC) (edited on 2025-07-22 20:26 (UTC) by xx777)
@ArchONeil The Bluetooth driver provided by kernel 6.15 is MUCH newer, why were you trying to install an older one?
ArchONeil commented on 2025-06-30 20:26 (UTC)
Hiya mate,
The rtw89bt-dkms-git package is currently failing to build on my system with kernel 6.15.4-arch2-1.
The make.log shows multiple compilation errors indicating API changes in recent kernel versions that the current source/patches do not account for. Key errors include:
These changes typically occurred around kernel 6.8-6.12. Despite the package including a patch for kernels >= 6.12, it seems insufficient for 6.15.4.
A snippet from make.log:
btusb.c: In function ‘btusb_probe’: btusb.c:4346:21: error: ‘struct hci_dev’ has no member named ‘dev_type’ 4346 | hdev->dev_type = HCI_AMP; | ^~ btusb.c:4346:34: error: ‘HCI_AMP’ undeclared (first use in this function); did you mean ‘HCI_UP’? ... btusb.c:4424:23: error: ‘struct hci_dev’ has no member named ‘cmd_timeout’; did you mean ‘cmd_timer’? ... btrtl.c:1283:25: error: ‘HCI_QUIRK_VALID_LE_STATES’ undeclared ... btusb.c:4842:10: error: ‘struct usb_driver’ has no member named ‘drvwrap’
Could the package patches please be updated to support kernel 6.15.4-arch2-1?
shurka commented on 2025-04-30 07:17 (UTC)
@samuelbernardo done. Feel free to contact me if something isn't working.
samuelbernardo commented on 2025-04-30 06:53 (UTC)
@shurka If you can, just add me as a co-maintainer for this package, so I can help with later updates. I need this module for my laptop. Thanks
shurka commented on 2025-04-29 07:42 (UTC)
@samuelbernardo thank you for the tip. I've added your script with minor changes to the packaging function. Unfortunately, I no longer have a laptop with this device, so I'm unable to test it myself. If anyone is interested in maintaining the package, I would be glad to transfer the ownership.
samuelbernardo commented on 2025-04-27 08:01 (UTC)
Since linux kernel 6.12 headers, it is required to do the following:
for f in $(grep 'asm.unaligned.h' -rl *); do sed -i 's|asm/unaligned.h|linux/unaligned.h|g' $f; done
Upstream sources are not updated in conformance. I just tested the module with kernel 6.14.4-arch1-1 and it works!
<deleted-account> commented on 2023-08-25 14:16 (UTC)
(or you can add it as a optional dependency)
<deleted-account> commented on 2023-08-25 14:15 (UTC)
@shurka you need to remove linux-headers now. See rtw89-dkms package, it does not have any of that. You can specify linux version requirement in description.
shurka commented on 2022-11-05 15:11 (UTC)
@xz-dev, according to project's README on github "This driver will build for kernels 5.15+", so I added explicit dependencies for linux>=5.15.0 and linux-headers>=5.15.0.
1 2 Next › Last »