I'm running Linux Mint 22 Cinnamon on an older Dell Latitude laptop, model E6420. I've been using this laptop with Mint as my work laptop for about 3 months with no issues. I decided to bring it home over the holidays because I had some stuff I wanted to 3D print and having a laptop in the room with the printer was easier than running back and forth to my desktop. Turns out the SD card reader won't read any of my SD cards but was working fine a few months ago when I had Windows 11 on this laptop. I did some googling and came up with this thread on askubuntu.com https://askubuntu.com/questions/1003051/16-04-not-recognizing-sd-card-need-specific-help. When I run the rmmod and modprobe commands listed here
My SD card/s mount and work flawlessly until I reboot. I tried creating the .conf file metioned in that thread but no luck. I have to run the rmmod and modprobe commands on every boot. I'd really like to avoid using an external reader if possible. But entering those commands on every boot is a bit of a pain. I've already asked on the Mint forum and while I got a lot of advice nothing seemed to work. I'm hoping someone here may have a solution. I've read that this is a common problem with some Dell and Lenovo models but it seems that creating that config file usually fixes the issue. Thanks in advance for any help.
Code:
rmmod sdhci_pci
rmmod sdhci
modprobe sdhci debug_quirks2="0x2"
modprobe sdhci_pci
My SD card/s mount and work flawlessly until I reboot. I tried creating the .conf file metioned in that thread but no luck. I have to run the rmmod and modprobe commands on every boot. I'd really like to avoid using an external reader if possible. But entering those commands on every boot is a bit of a pain. I've already asked on the Mint forum and while I got a lot of advice nothing seemed to work. I'm hoping someone here may have a solution. I've read that this is a common problem with some Dell and Lenovo models but it seems that creating that config file usually fixes the issue. Thanks in advance for any help.