Package Details: rtl8761usb-dkms 20200610-3

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: knedlyk
Last Packager: knedlyk
Votes: 4
Popularity: 0.83
First Submitted: 2021-03-26 00:54 (UTC)
Last Updated: 2023-07-17 15:15 (UTC)

Latest Comments

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.

Deprecated feature: REMAKE_INITRD

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):

--- Makefile_old    2021-06-27 07:16:57.325127495 +0200
+++ Makefile    2021-06-27 07:17:07.484824743 +0200
@@ -3,7 +3,7 @@
         rtl8761usb-y = rtk_coex.o rtk_misc.o rtk_bt.o
 else
         PWD := $(shell pwd)
-        KVER := $(shell uname -r)
+        KVER := $(kernelver)
         KDIR := /lib/modules/$(KVER)/build

 all: