Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1004 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1004 Bytes

A DKMS module for Realtek Semiconductor Corp. RTS5139 / RTS5129 Card Reader Controller

Description

This source is forked from varhub thanks to him.

This module need DKMS, build essential and kernel headers to install.

Installation

  1. Clone or download this repo, if you download it, you must extract first.

  2. Add it to DKMS as below

    sudo dkms add ./Realtek-RTS5139-RTS5129-DKMS-master/

  3. Install it using DKMS as below

    sudo dkms install realtek-rts5139-rts5129-varhub-kr-git/1.04

  4. Reboot or restart your GNU/Linux machine to check are your Realtek RTS5139 / RTS5129 Card Reader Controller is functioned.

Uninstall

  1. Uninstall it using DKMS as below

    sudo dkms remove realtek-rts5139-rts5129-varhub-kr-git/1.04 --all

  2. Reboot or restart your GNU/Linux machine.

References

http://ubuntuone.com/p/153B/

http://www.marqueta.org/lector-de-tarjetas/

https://lkml.org/lkml/2012/3/27/345