0
Spróbuj tego rozwiązania:
Za https://askubuntu.com/questions/1298103/...ad-sd-card
Cytat:That said, you can give this a try if you're interested:
Open terminal
Create a file with: xed admin:///etc/modprobe.d/sdcard.conf
Paste this into the file: options sdhci debug_quirks2=0x2
Save the file
Once this is done, we'll need to remove and probe some modules:
sudo rmmod sdhci_acpi sdhci_pci sdhci
sudo modprobe sdhci; sudo modprobe sdhci_acpi; sudo modprobe sdhci_pci
Then, to save the config and make it active:
sudo update-initramfs -u
Za https://askubuntu.com/questions/1298103/...ad-sd-card