Package Details: rts_bpp-dkms-git 12-1

Git Clone URL: https://aur.archlinux.org/rts_bpp-dkms-git.git (read-only, click to copy)
Package Base: rts_bpp-dkms-git
Description: A kernel module for Realtek Card Reader RTL8402/8411/8411B Device
Upstream URL: https://github.com/M0Rf30/rts_bpp
Keywords: 10EC:5286 10EC:5287 10EC:5289 Barossa RTL8402 RTL8411 RTL8411B
Licenses: GPL
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 4
Popularity: 0.000000
First Submitted: 2016-08-05 13:36 (UTC)
Last Updated: 2023-03-03 11:37 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2

arteme commented on 2019-12-30 13:18 (UTC)

To fix this, replace dkms.conf with the one from here: https://gist.github.com/arteme/74af02be36594b0163622c338ac9686a

arteme commented on 2019-12-30 12:48 (UTC)

Indeed, installation fails, but the issue is that the DKMS hook uses the wrong kernel version. While updating the system from kernel 5.3.7 to 5.4.6 (still running 5.3.7 kernel) I get the following:

==> dkms install rts_bpp/9 -k 5.4.6-arch3-1 Error! Bad return status for module build on kernel: 5.4.6-arch3-1 (x86_64) Consult /var/lib/dkms/rts_bpp/9/build/make.log for more information.

The latter file reads:

DKMS make.log for rts_bpp-9 for kernel 5.4.6-arch3-1 (x86_64) Mon 30 Dec 2019 02:34:26 PM EET Makefile:47: warning: overriding recipe for target 'clean' Makefile:41: warning: ignoring old recipe for target 'clean' make -C /lib/modules/5.3.7-arch1-2-ARCH/build M=/var/lib/dkms/rts_bpp/9/build modules make[1]: /lib/modules/5.3.7-arch1-2-ARCH/build: No such file or directory. Stop. make: [Makefile:39: default] Error 2

thePanz commented on 2019-12-23 09:54 (UTC)

With the latest kernel 5.4.6 the installation fails. See: https://bbs.archlinux.org/viewtopic.php?pid=1879065#p1879065

PythonNut commented on 2019-08-06 06:09 (UTC) (edited on 2019-08-06 06:09 (UTC) by PythonNut)

I implemented some fixes for Linux 5.2 at https://github.com/PythonNut/rts_bpp

archibald869 commented on 2018-12-23 10:32 (UTC)

Works also for RTS5249. Many thanks!

hansbonini commented on 2018-02-26 07:02 (UTC)

change: https://github.com/M0Rf30/rts_bpp.git to: https://github.com/Ri0n/rts_bpp.git

and get module working again on 4.15.5-1^

meepzh commented on 2017-04-29 01:25 (UTC)

I had to make the following changes to have the pacman DKMS hooks run for the proper kernel versions: dkms.conf: Replace line 3: MAKE[0]="make KERNELVER=$kernelver" Makefile: Replace $(shell uname -r) with $(KERNELVER)