rts5139 icon indicating copy to clipboard operation
rts5139 copied to clipboard

Fix for RTS5129 USB MMC card reader on Linux 3.16+ kernels

Results 12 rts5139 issues
Sort by recently updated
recently updated
newest added

Hey there, First thanks for the development of this driver. I am using Debian 11. All steps worked but I am facing a strange issue where all photos extracted from...

Similar to https://github.com/asymingt/rts5139/issues/5, just a note that on Fedora 35 with kernel 5.15.11-200.fc35.x86_64, the steps and resulting module works for ``` # lsusb | grep Card Bus 001 Device 002:...

Not an issue, but a note for for future users(maybe even me?) For the second to last step, use grub-mkconfig instead of grub2-mkconfig, it works just as fine. Cycle through...

build-essential is installed. Not sure what I'm missing. ``` $ uname -a Linux Insp15 4.15.0-111-generic #112-Ubuntu SMP Thu Jul 9 20:32:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux $ make make...

It seems the changes introduced in kernel 5.0.14 were recently backported to the 4.x branch. I encountered compiling problems after upgrading to kernel 4.19.52. With the changes implemented by #11,...

Read speed is 20 MB/c. In the Windows read speed is 170 MB/c.

It helps me for SD, but after adding that line into grub `module_blacklist=rtsx_usb_sdmmc,rtsx_usb_ms,rtsx_usb"` My Dell Inspiron 3180 freezes after the opening the LID (waking up from suspend mode) - blacklisting...

Dear andrew. Firstly thanks for the fix and contributing to the community. This patch can't seem to fix my card reader. Since I installed exfat-utils, card doesn't even show up...

I have a RTS5129. the SD reader works fine with FAT32 cards but not exFAT ones despite having exfat-utils, exfat-fuse, and udisks2 all present on the offending machine. I don't...

error when compiling on Linux 5.0.5 (fedora 29) ``` make -C /lib/modules/5.0.5-200.fc29.x86_64/build/ SUBDIRS=/home/noeel/Documents/git/rts5139 modules make[1]: Map '/usr/src/kernels/5.0.5-200.fc29.x86_64' wordt binnengegaan Makefile:189: ================= WARNING ================ Makefile:190: 'SUBDIRS' will be removed after Linux...