I have an Asus laptop running Ubuntu 15.10, it has an internal sd card reader, but I don't seem to be able to use it, the system didn't make anything when inserting a card.
The output of lspci -nnk is:
07:00.2 SD Host controller [0805]: JMicron Technology Corp. Standard SD Host Controller [197b:2381] (rev 80)
Subsystem: ASUSTeK Computer Inc. Device [1043:1a07]
07:00.5 Ethernet controller [0200]: JMicron Technology Corp. JMC250 PCI Express Gigabit Ethernet Controller [197b:0250] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:1905]
Kernel driver in use: jme
I tried a couple of solutions out there but none worked for me.
sudowon't work here is because the>>operator is a pipe, and what follows would be run as a normal user. Since /etc/modules is only writable by root, you need to give the right hand side of the pipe sudo privileges, but to do that you need to use a bidirectional pipe. e.g.echo tlfm_sd | sudo tee --append /etc/modules– tudor -Reinstate Monica- Feb 26 '18 at 06:01|. Time has passed and I learned more and more about Unix and it's universe, but I'm still too noob haha – Erick César Oct 17 '18 at 14:11