Wednesday, June 22, 2011

HowTo: Read Your SD card with your UBUNTU

"Ubuntu doesn't detect SD Card automatically, Here’s how to get it working, so that it will auto mount any SD card inserted into the slot."

Imp: Make sure your is detected, Get the details on Card Reader.
$ lspci | grep Card

Do the following things.
1. Backup the file /etc/modules
sudo cp /etc/modules /etc/modules.bak
2. Add one line to /etc/modules
gksu gedit /etc/modules
or
sudo vi /etc/modules
3.Tag this on to the end of the file in a new line:
tifm_sd
When you restart, you’re card reader will be functional. You’ll see that when you slap an SD card into the reader, it will auto-mount.
But wait, don’t want to have to restart your machine? Go back to the terminal you impatient person and type:
sudo modprobe tifm_sd

That should do the trick.


--
Regards,
Vasanth KG

3 comments:

  1. Excelent Info!!
    wORKS!
    Thanks!

    ReplyDelete
  2. why isn't stuff like this enabled by default? it's really this kind of thing that keeps linux from being more widely adopted...

    ReplyDelete
  3. Linux doesnt appeal to the general public on purpose. It is built for users that know what they are doing...my mom doesnt use Linux, nor does she ever need to. She can use Windows and IOS and user friendly OS's like that where everything is handed to them on a silver platter. Linux is designed for the user to customize every aspect they desire and to have full control, knowing nearly everything going on.

    ReplyDelete