[Bug 477106] Re: [regression] lucid alpha-2 and earlier freeze upon suspend with sd card plugged in with some hardware

Paul Kishimoto mail at paul.kishimoto.name
Tue Apr 20 20:11:43 UTC 2010


If I interpret this thread correctly, the "fix" was adding the sysfs
parameter to allow designating the cards as non-removable. By setting
the parameter to "N", it should be possible to suspend with a card
mounted. But I do not observe this to be the case:

To reproduce:
1. Boot.
2. Log in.
3. Open a terminal:

khaeru at khaeru-laptop:~$ apt-cache policy linux-image-generic
linux-image-generic:
  Installed: 2.6.32.21.22
  Candidate: 2.6.32.21.22
  Version table:
 *** 2.6.32.21.22 0
        500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
khaeru at khaeru-laptop:~$ cat /sys/module/mmc_core/parameters/removable
Y
khaeru at khaeru-laptop:~$ echo N | sudo tee /sys/module/mmc_core/parameters/removable
[sudo] password for khaeru:
N
khaeru at khaeru-laptop:~$ cat /sys/module/mmc_core/parameters/removable
N
khaeru at khaeru-laptop:~$ sudo pm-suspend

Observed:
* Hard disk LED illuminates for several seconds.
* Computer freezes: video remains on-screen, power LED green ('on'), unresponsive to all input.

Expected:
* Computer suspends.

-- 
[regression] lucid alpha-2 and earlier freeze upon suspend with sd card plugged in with some hardware
https://bugs.launchpad.net/bugs/477106
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list