Comment 82 for bug 1216583

Revision history for this message
Detlef (racinggoat) wrote : Re: 14e4:16bc Sandisk ExtremePro 32GB not readable in Acer Aspire V3-571G

I did the following:

in file /etc/modules:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
rtc
pciehp

Then I tried this:

pciehp.pciehp_force=1

pciehp.pciehp_poll=1

elevator=noop

...and the combinations:

pciehp.pciehp_force=1 pciehp.pciehp_poll=1

pciehp.pciehp_force=1 elevator=noop

pciehp.pciehp_poll=1 elevator=noop

pciehp.pciehp_force=1 pciehp.pciehp_poll=1 elevator=noop

The last was:
muede@muede-nb:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.13.0-031300rc6-generic root=UUID=85259d26-9563-45e4-a36f-8f6c19ac62aa ro quiet splash vt.handoff=7 pciehp.pciehp_force=1 pciehp.pciehp_poll=1 elevator=noop

...and always came:

[ 112.464105] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
[ 112.464133] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[ 112.495702] mmcblk0: mmc0:aaaa SU32G 29.7 GiB
[ 112.505762] mmc0: Controller never released inhibit bit(s).
[ 122.523736] mmc0: Timeout waiting for hardware interrupt.
[ 122.523899] mmcblk0: error -110 sending status command, retrying
[ 122.525239] mmcblk0: unknown error -5 sending read/write command, card status 0x900
[ 122.525243] end_request: I/O error, dev mmcblk0, sector 0
[ 122.525246] quiet_error: 135 callbacks suppressed
[ 122.525248] Buffer I/O error on device mmcblk0, logical block 0
[ 122.537309] ldm_validate_partition_table(): Disk read failed.
[ 122.537314] Dev mmcblk0: unable to read RDB block 0
[ 122.538591] mmcblk0: unable to read partition table

So I would say, that nothing has changed.