asymingt / rts5139

Fix for RTS5129 USB MMC card reader on Linux 3.16+ kernels
62 stars 18 forks source link

final steps notes #20

Open Kyu opened 3 years ago

Kyu commented 3 years ago

Not an issue, but a note for for future users(maybe even me?)

For the second to last step, use grub-mkconfig instead of grub2-mkconfig, it works just as fine. Cycle through /boot/efi/EFI to find your grub.cfg

For the optional step, do it anyways.

Run sudo update-initramfs -u

just in case, to save yourself a reboot, and if you have different versions of the same kernel installed, (e.g generic, lowlatency etc), run

sudo update-initramfs -u -k all to run it on all versions.