My Dell Vostro 1510 has an internal SD card reader that works well under Windows XP, but it is not recognised by Ubuntu. ls /dev/sd*
only fetches lines related to the HDD, same for commands fd
and fdisk
. The following is the output of lspci
:
08:05.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02) (prog-if 01)
Subsystem: Dell Integrated MMC/SD Controller
Flags: bus master, slow devsel, latency 32, IRQ 22
Memory at f8202800 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
Rebooting with a SD card inserted does not help. Dell does not supply any device driver for Linux. How can I fix this?