Skip to content

Realtek card reader driver for kernel >4.4.x (ubuntu 16.04+ drivers are broken)

Notifications You must be signed in to change notification settings

anthonyraymond/rts5227-dkms

 
 

Repository files navigation

General Information
===================

Linux driver for Realtek PCI-Express card reader chip.


Build Steps
===========

1) Clone this repo
2) Copy the whole folder content into /usr/src/rts5227-1.07/
3) dkms install -m rts5227 -v 1.07
4) Copy blacklist-rts5227.conf to /etc/modprobe.d/ (Optional)
5) reboot your computer

Note: Root privilege is required in step 2, 3 and 4

If you wanna unload the module after suspend, run the following command:

```bash
$ echo SUSPEND_MODULES="rts5227" | sudo tee -a /etc/pm/config.d/modules
```

About

Realtek card reader driver for kernel >4.4.x (ubuntu 16.04+ drivers are broken)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%