Package Details: rts5227-dkms 1.08-1

Git Clone URL: https://aur.archlinux.org/rts5227-dkms.git (read-only, click to copy)
Package Base: rts5227-dkms
Description: Driver to support Realtek RTS5227/5229 SD Card Reader
Upstream URL: http://www.realtek.com.tw/Downloads/downloadsView.aspx?Langid=1&PNid=15&PFid=25&Level=4&Conn=3&DownTypeID=3&GetDown=false
Licenses: GPL2
Submitter: mober
Maintainer: None
Last Packager: robertfoster
Votes: 11
Popularity: 0.000000
First Submitted: 2017-06-22 13:19 (UTC)
Last Updated: 2023-04-04 22:25 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4

turboencabulator commented on 2017-12-18 04:07 (UTC)

Thank you @robertfoster, I was able to dkms rebuild the driver after that change successfully and add the module to kernel. For those using Arch, once you finish with the yaourt process and get the error reported by @ldmdev and others, go to the directory with the source code for e.g. "/var/lib/dkms/rts5227/1.07/source", then edit the file "rtsx_scsi.c" as described by @robertfoster in his link and save the edits. Then do a <$ make clean> inside the "build" directory under "../1.07/" finally under the "/var/lib/dkms" directory, execute < $ dkms install rts5227/1.07 -k 4.XX.X-X-ARCH > where 4.XX.X-X-ARCH is your kernel version. This should complete all the remaining install steps and end automatically with depmod.

robertfoster commented on 2017-12-07 14:39 (UTC)

Please use this to fix dkms on latest kernel: https://gist.github.com/M0Rf30/216dac68d544d60f94df862b074781fa

ldmdev commented on 2017-11-26 22:13 (UTC) (edited on 2017-11-26 22:14 (UTC) by ldmdev)

Same for me [code] ==> dkms install rts5227/1.07 -k 4.14.2-1-MANJARO Error! Bad return status for module build on kernel: 4.14.2-1-MANJARO (x86_64) Consult /var/lib/dkms/rts5227/1.07/build/make.log for more information. [/code] log: https://hastebin.com/ewakubirec.cs

jyettec commented on 2017-10-07 20:57 (UTC)

Same problem as alter2000

alter2000 commented on 2017-10-06 08:39 (UTC)

The package gets installed but the driver doesn't. Here's what pacaur says in the end (Thinkpad T440p ans `lspci -k` is identical to the Ubuntu specs: https://certification.ubuntu.com/hardware/201307-13930/) [code] ==> dkms install rts5227/1.07 -k 4.13.3-1-ARCH Error! Bad return status for module build on kernel: 4.13.3-1-ARCH (x86_64) Consult /var/lib/dkms/rts5227/1.07/build/make.log for more information. [/code] And the log is here: https://hastebin.com/juqadumaxa.cs I'm not really fluent in the C family, so I don't know what's going on or how to fix. Thanks anyway!