For any Linux system using the BCM57765/57785 SDXC/MMC reader, do the following to fix mounting & reading SD cards:
/etc/rc.local
:sudo nano /etc/rc.local # add the following line above "exit 0"
setpci -s 00:1c.2 0x50.B=0x41
/etc/apm/resume.d/21aspm
(which does not exist yet):sudo nano /etc/apm/resume.d/21aspm
setpci -s 00:1c.2 0x50.B=0x41
/etc/modprobe.d/sdhci
(which may not exist yet):sudo nano /etc/modprobe.d/sdhci # add the following to this file
# For BCM57765/57785 SDXC/MMC reader options sdhci debug_quirks2=4
sudo update-initramfs -u -k all
References: