https://github.com/gexplorer/rts5209-linux-driver
PCIE RTS5209 card reader driver for Linux
https://github.com/gexplorer/rts5209-linux-driver
Last synced: about 1 year ago
JSON representation
PCIE RTS5209 card reader driver for Linux
- Host: GitHub
- URL: https://github.com/gexplorer/rts5209-linux-driver
- Owner: gexplorer
- Created: 2016-01-03T13:23:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T13:41:48.000Z (over 10 years ago)
- Last Synced: 2023-08-05T12:22:18.587Z (almost 3 years ago)
- Language: C
- Size: 116 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
General Information
===================
Linux driver for **Realtek PCI-Express card reader** chip.
These are the same drivers from the [Realtek](http://www.realtek.com/Downloads) website but updated for compatibility with **4.x kernels**.
Build Steps
===========
1. make
2. make install
3. depmod
4. reboot your computer
Note: Root privilege is required in step 2 and 3