{"id":15589855,"url":"https://github.com/ljmf00/rts5139","last_synced_at":"2025-10-08T06:18:39.413Z","repository":{"id":70394174,"uuid":"183835705","full_name":"ljmf00/rts5139","owner":"ljmf00","description":"Linux kernel drivers module backport for RTS5129/RTS5139 USB MMC card reader","archived":false,"fork":false,"pushed_at":"2023-09-24T03:15:41.000Z","size":292,"stargazers_count":9,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T06:23:46.881Z","etag":null,"topics":["card-reader","drivers","kernel","kernel-module","linux","mmc","module","realtek","rts5129","usb"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ljmf00.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-28T00:49:36.000Z","updated_at":"2024-03-07T00:12:19.000Z","dependencies_parsed_at":"2023-09-24T06:49:14.255Z","dependency_job_id":null,"html_url":"https://github.com/ljmf00/rts5139","commit_stats":{"total_commits":41,"total_committers":6,"mean_commits":6.833333333333333,"dds":0.3414634146341463,"last_synced_commit":"6dd73fd9f877b01ad5a0ba3e26d564384e54935f"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ljmf00/rts5139","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmf00%2Frts5139","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmf00%2Frts5139/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmf00%2Frts5139/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmf00%2Frts5139/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ljmf00","download_url":"https://codeload.github.com/ljmf00/rts5139/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmf00%2Frts5139/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269973133,"owners_count":24506134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["card-reader","drivers","kernel","kernel-module","linux","mmc","module","realtek","rts5129","usb"],"created_at":"2024-10-02T23:11:10.712Z","updated_at":"2025-10-08T06:18:34.380Z","avatar_url":"https://github.com/ljmf00.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTS5129/RTS5139\n\n## Overview\n\nThis is a temporary fix for RTS5129/RTS5139 USB MMC card reader on Linux 3.16+ kernels.\n\nThis ocurred during a transition from ```3.15``` to ```3.16``` kernel, as a result of the ```staging/rts5139``` driver (which worked with the RTS5129/RTS5139) being replaced by the newer ```rtsx``` driver (which does not work with the RTS5129/RTS5139). This project reverts back to the old drivers as a temporary measure to get things up and running again.\n\n## Requirements\n\n- make\n- gcc\n- linux-headers\n\n## Building\n\n1. Checkout, build and install the replacement driver.\n\n```\ncd /tmp\ngit clone https://github.com/aurorafossorg/rts5139.git\ncd rts5139\nmake\nsudo make install\n```\n\n2. Blacklist the problematic modules by adding `blacklist-rts5139.conf`, `blacklist-rts5139-dkms.conf`, or this to `/etc/modprobe.d/`:\n\n```\nblacklist rtsx_usb_sdmmc\nblacklist rtsx_usb_ms\nblacklist rtsx_usb\n```\n\n3. Then, make sure you generate modules.dep and map files.\n\n```\nsudo depmod -a\n```\n\n4. Finally, disable module autoloading (and, optionally, also in the initial RAM filesystem)\n\n5. Blacklist rtsx mmc modules via kernel parameters.\n\n6. If wanted/needed, update the initramfs.\n\n7. Reboot, and check to see if the card reader works.\n\n## License\nGNU General Public License - Version 2, June 1991\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljmf00%2Frts5139","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fljmf00%2Frts5139","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljmf00%2Frts5139/lists"}