Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.08/ 3) dkms install -m rts5227 -v 1.08 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 ```