Search Criteria
Package Details: rts5227-dkms 1.08-1
Package Actions
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) |
Latest Comments
1 2 3 4 Next › Last »
hgkamath commented on 2025-03-26 19:49 (UTC) (edited on 2025-03-27 18:39 (UTC) by hgkamath)
On upgrading from kernel 6.13 (kernel-6.13.8-200.fc41.x86_64) Fedora-41 to kernel 6.14 (kernel-6.14.0-63.fc42.x86_64) Fedora-42, the dkms compilation broke. I had used the dkms code from here (aur-arch) to get my rts5227 working. I also needed to apply the previously mentioned patch. I am not a kernel expert. I don't really know what the sections of code do, nor the implication of the below code changes. But with some understanding of C language, and sifting through linux official git repo commit logs, I made the below changes to push forward through the compilation.
I hope a moderator/developer can notify me to make corrections if it turns out to be misleading/noise and possibly provide a more reliable patch.
Posting here to just to stir activity.
pqatsi commented on 2025-01-08 03:42 (UTC) (edited on 2025-01-08 03:43 (UTC) by pqatsi)
Hello!
At commit https://github.com/torvalds/linux/commit/113d1dd9c8ea2186d56a641a787e2588673c9c32#diff-545daf8a36330dbe9e9bca384f13ff7dc878284c411be77102044393eab7e310 (Seek for blk_queue_dma_alignment in code) this function was removed from all drivers, including mainline rts5208/rtsx.c file.
That said, I applied this patch:
And module compiled. Since my hardware is the rtsx usb, this module still not serving me, but may help other people
Anakon commented on 2024-08-22 15:58 (UTC)
Hi, I've got a compilation error with a 6.10.6 kernel :
Downgrading to a 6.9.10 kernel is OK.
alex.pyattaev commented on 2023-02-22 13:34 (UTC)
Dear Robert, could you update the package to point at this repo: https://github.com/strahl/rts5227-dkms It appears to work fine on recent kernels. If you have no time for this I can maintain this package, ping me on github alexpyattaev.
ewisuri commented on 2022-08-17 21:55 (UTC)
I patched the driver in https://github.com/strahl/rts5227-dkms for 5.16 here: https://github.com/ewisuri/rts5227-dkms
mekb commented on 2022-07-04 04:25 (UTC) (edited on 2022-07-04 05:04 (UTC) by mekb)
i've tried replacing
https://github.com/Zibri/Realtek-rts5229-linux-driver
withhttps://github.com/strahl/rts5227-dkms
insource
, and5229
with5227
in$sourceDir/blacklist-rts5229.conf
, but it still does not compilendnd2121 commented on 2022-01-17 11:39 (UTC)
hello! since the first kernel 5.16 I'm getting this error and sd card stops being mounted after cold/hard boot.
==> dkms install --no-depmod rts5227/1.07 -k 5.16.1-arch1-1 Deprecated feature: REMAKE_INITRD Error! Bad return status for module build on kernel: 5.16.1-arch1-1 (x86_64) Consult /var/lib/dkms/rts5227/1.07/build/make.log for more information. ==> WARNING: `dkms install --no-depmod rts5227/1.07 -k 5.16.1-arch1-1' exited 10
robertfoster commented on 2020-09-27 15:15 (UTC) (edited on 2020-09-27 15:16 (UTC) by robertfoster)
@Shara lspci output is not a valid way to debug these kind of issues."Unassigned class" string also appears on working devices.
@LittleHuba this issue was fixed and can't reproduce. Please reinstall the package and everything should work flawlessly
LittleHuba commented on 2020-09-21 08:00 (UTC)
Build issue with newer kernels:
1 2 3 4 Next › Last »