To activate the SD card reader on a laptop running Ubuntu:1 – Back up your module file:sudo cp /etc/modules /etc/modules.bak2 – Edit the module file and add the « tifm_sd » module at the end of the filesudo gedit /etc/modul...
TBWritten byThomas Bourdin1 min read
To activate the SD card reader on a laptop running Ubuntu: 1 – Back up your module file: sudo cp /etc/modules /etc/modules.bak
2 – Edit the module file and add the « tifm_sd » module at the end of the file sudo gedit /etc/modules or sudo vi /etc/modules
3 – Restart the machine or activate modules: sudo modprobe tifm_sd