Dell Inspiron built-in SD card reader

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
gimcrack

Dell Inspiron built-in SD card reader

Post by gimcrack »

I have Linux Mint 9 install on an external HDD hook to my Dell Inspiron laptop. Everything works except for the built-in SD card reader.

What drivers? Where to edit or add lines to? How can I get my built-in SD card reader to work fine using Linux Mint 9?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Old Ruler
Level 5
Level 5
Posts: 550
Joined: Sat Jul 18, 2009 12:43 pm
Location: Shropshire, UK.

Re: Dell Inspiron built-in SD card reader

Post by Old Ruler »

Try running the following in a Terminal window:

Code: Select all

tail -f /var/log/messages
And watch for new messages as you push in an SD card. Press Ctrl-C to stop the tail. If anything shows up it pretty much proves the card reader is working. It's up to 'udev' to provide device files in /dev/ next I believe, so with the card plugged in do:

Code: Select all

ls /dev/sd*
Any sdb1 or sdc1 listed?

Try to mount any new ones manually perhaps.
gimcrack

Re: Dell Inspiron built-in SD card reader

Post by gimcrack »

Thanks Old Ruler

Yeap, I just had to mount it.

sudo mkdir /media/sdcard
sudo mount /dev/sdb1 /media/sdcard

It works now, The Linux community never let me down. Been a Linux user since July 2003 & never look back at Windows.

Linux fixes are perminate fixes. Window fixes are temporary around abouts.
Locked

Return to “Hardware Support”