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: | robertfoster |
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 »
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:
Shara commented on 2019-11-13 01:50 (UTC)
5229 no more works
09:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
DamirK commented on 2019-06-24 14:45 (UTC) (edited on 2019-06-24 15:02 (UTC) by DamirK)
I was getting errors about missing files when updating Manjaro on Thinkpad T440.
The last commit added wrong source variable in the .SRCINFO and PKGBUILD files.
PKGBUILD file:
source=("rts5229::git+https://github.com/Zibri/Realtek-rts5229-linux-driver" <<---wrong
source=("rts5229::git+https://github.com/Zibri/Realtek-rts5229-linux-driver.git" <<---repaired
.SRCINFO file:
source = rts5229::git+https://github.com/Zibri/Realtek-rts5229-linux-driver <<---wrong
source = rts5229::git+https://github.com/Zibri/Realtek-rts5229-linux-driver.git <<---repaired
I changed these lines and installed the package with no problems.
1 2 3 4 Next › Last »