Search Criteria
Package Details: rtl8761usb-dkms 20200610-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rtl8761usb-dkms.git (read-only, click to copy) |
|---|---|
| Package Base: | rtl8761usb-dkms |
| Description: | Realtek bluetooth modules for RTL8761 usb based devices (DKMS) |
| Upstream URL: | https://www.xmpow.com/pages/download |
| Licenses: | unknown |
| Conflicts: | rtl8761b-fw, rtl8761usb |
| Submitter: | knedlyk |
| Maintainer: | MattKC |
| Last Packager: | MattKC |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-03-26 00:54 (UTC) |
| Last Updated: | 2026-03-23 20:56 (UTC) |
Latest Comments
MattKC commented on 2026-03-29 19:14 (UTC) (edited on 2026-03-29 19:15 (UTC) by MattKC)
@adrolter Make sure you've fully updated your AUR package, those specific calls have already been patched (see rtk_coex.patch).
adrolter commented on 2026-03-29 19:09 (UTC)
It's still not building for me on 6.18.19 due to missing functions (
del_timer_sync()is nowtimer_delete_sync(), etc.)MattKC commented on 2026-03-26 06:10 (UTC)
Updated for Linux kernel 6.18
Focshole commented on 2024-12-06 07:50 (UTC)
It does not work anymore with kernel 6.12.1. The fix requires to replace the
#include <asm/unaligned.h>occurrencies with#include <linux/unaligned.h>.gyscos commented on 2024-07-03 14:39 (UTC)
Note that this package blacklists the
btusbmodule (which could otherwise cause issues with bluetooth+wifi dongles). This means that just having this package installed is enough to prevent bluetooth USB dongles from working. Might be worth having in a pinned PSA message.CrisisModel commented on 2022-02-05 14:03 (UTC)
The module currently still works, but it's been throwing this error for a while now when building the kernel module.
knedlyk commented on 2021-06-27 05:58 (UTC)
Thanks, updated.
EasyToRemember commented on 2021-06-27 05:24 (UTC) (edited on 2021-06-27 05:29 (UTC) by EasyToRemember)
This fails during kernel upgrade due to using currently running kernel instead the newly installed kernel.
This patch works (although it may not be the right way to do it):