RSS

Get your Ricoh SD card reader working in Ubuntu

Mon, Apr 30, 2007

ArsGeek, Linux, Ubuntu, howto

Talk about it in our Forums

I’ve got a Lenovo x60s laptop, which has a built in Ricoh SD card reader. The card reader works fine under XP (and not so fine under Vista, but that’s another story) but hasn’t been automatically detected by my Ubuntu installs.sd.jpg

Here’s how to get it working, so that it will auto mount any SD card inserted into the slot.

It’s actually quite a simple process. You’ll need to edit one file, adding one short line. The next time you restart your machine, the SD card reader will be functional.

First, we’ll go into the command line (Applications-> Accessories-> Terminal) and make a backup copy of the file we’re going to modify, which is the modules file in the /etc directory.

sudo cp /etc/modules /etc/modules.bak

Now we’re going to edit the file and add one line.

gksu gedit /etc/modules

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 automount.

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.

Technorati Tags: , , , ,

Click the icon, share the link:
  • Digg
  • del.icio.us
  • MisterWong
  • Furl
  • Reddit
  • Technorati
  • BlinkList
  • feedmelinks
  • PopCurrent
  • Blogosphere News
  • Facebook
  • Fark
  • Mixx
  • Slashdot

This post was written by:

arsgeek - who has written 1980 posts on ArsGeek.


Contact the author

11 Comments For This Post

  1. bambit Says:

    Hi AG,

    I wish the built-in card reader on this Toshiba Satellite Pro M10 were as acquiescent as your Ricoh. Been scouring the ‘net for solutions, none have worked so far.

    Bambit

  2. arsgeek Says:

    Hey Bambit,

    Who makes it? If you do an ‘lspci’ you should see it in there somewhere (probably near the bottom).

    AG

  3. supreme Says:

    I have a dell inspiron 6400 chipset intel, my lspci says:

    03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
    03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
    03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
    03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)

    But It doesn’t work with a mmc card, I haven’t try with a sd because I don’t have any.

  4. kgoerz Says:

    where do

  5. kgoerz Says:

    where do I find this file to modify

  6. mezhaka Says:

    have you tried it with memory stick? the sd is running ok, but MS does not…

  7. Xico Says:

    I’m using Ubuntu 8.10 - Intrepid Ibex.

    Worked like a charm on my Dell Vostro 1400.

    Thanks a lot.

    Cheers from Brazil!

  8. Durand Says:

    Thank you so much! The card reader was the only thing that didn’t work on my dell vostro. Works now!

  9. Luis Says:

    Worked in a heartbeat in my Vostro 1500 with jaunty. Thanks!

  10. 32gb SD Card Says:

    Just grabbed the feed… thanks for posting this.

  11. Jeremy@Flash Drive Recovery Says:

    I’ve never had problems using it in Vista. What types of problems are you running into?

2 Trackbacks For This Post

  1. SD card access « 0ddn1x: tricks with *nix Says:

    [...] SD card access Filed under: Linux — 0ddn1x @ 2007-05-15 22:30:55 +0000 http://www.arsgeek.com/?p=1556 [...]

  2. Read Your SD card with your ubuntu laptop « Going GNU Says:

    [...] Got the solution in the very 2nd link.http://www.arsgeek.com/2007/04/30/get-your-ricoh-sd-card-reader-working-in-ubuntu/ [...]

Leave a Reply