Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Why does Ubuntu not detect my SD card?

Run these commands from a command prompt:

sudo modprobe -r r852
sudo modprobe -r sdhci_pci
sudo modprobe r852
sudo modprobe sdhci_pci

This uses modprobe to unload and reload the device drivers (in this case kernel modules) to automatically detect the SD card into the kernel.

Source codes

  • r852 driver: Ricoh 85xx xD/smartmedia card reader driver
  • sdhci_pci driver: Secure Digital Host Controller Interface PCI driver

Tags:

Sd Card

12.04

Related

How do you find libraries (C++) in Ubuntu? "JACK server could not be started" when using Qjackctl Resetting Xfce Panels to default settings? How to add programs to the Unity Launcher or Ubuntu Dock? Custom keyboard shortcuts in gedit How to automatically restart Tomcat7 on system reboots? How to interpret output of "free -m" command? How do I create a script file for terminal commands? Windows Ubuntu dual boot - Share files between OS How to format a USB stick How can I install XFCE along side Unity? Ubuntu gets stuck in a login loop

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy