-
-
Save viniciusdaniel/e08d3c7f1f10bec60ad33e988bd14ae9 to your computer and use it in GitHub Desktop.
Revisions
-
samgooi4189 revised this gist
Nov 27, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Follow the WORKAROUND: sudo modprobe sdhci sudo modprobe sdhci-pci If SD card still not detected after reboot, type this in command line: $ sudo setpci -s 00:1c.2 0x50.B=0x41 Tested on Acer V5-171 Reference: -
samgooi4189 revised this gist
Nov 27, 2016 . 1 changed file with 10 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,19 @@ Follow the WORKAROUND: 1. Add a comand to /etc/rc.local, add the following line above "exit 0": setpci -s 00:1c.2 0x50.B=0x41 2. Add the same comand to /etc/apm/resume.d/21aspm (which does not exist yet): setpci -s 00:1c.2 0x50.B=0x41 3. Add the following to /etc/modprobe.d/sdhci.conf: options sdhci debug_quirks2=4 4. Re-generate initrd: sudo update-initramfs -u -k all 5. Reboot or reload sdhci module: sudo rmmod sdhci-pci sdhci sudo modprobe sdhci sudo modprobe sdhci-pci Tested on Acer V5-171 Reference: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1307674 https://wiki.allensmith.net/kb:linux:14lts-bcm57765-bmc57785 -
samgooi4189 created this gist
Nov 27, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ Follow the WORKAROUND: 1. Add the following to /etc/modprobe.d/sdhci.conf: options sdhci debug_quirks2=4 2. Re-generate initrd: sudo update-initramfs -u -k all 3. Reboot or reload sdhci module: sudo rmmod sdhci-pci sdhci sudo modprobe sdhci sudo modprobe sdhci-pci Tested on Acer V5-171 Reference: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1307674