http://bugzilla.novell.com/show_bug.cgi?id=548644 User koenig@linux.de added comment http://bugzilla.novell.com/show_bug.cgi?id=548644#c6 --- Comment #6 from Harald Koenig <koenig@linux.de> 2009-11-10 10:25:20 MST --- (In reply to comment #5)
some more testing & tracing:
found problem and "fix" -- after some more testing/suspending/booting: I've disabled all scripts in /usr/lib/pm-utils/sleep.d/ (then resume works) and enabled them one by one: 45pcmcia causes the resume hang! reason: I have a D-Link DFE-660 pcmcia ethernet card installed in my Lenovo T61p notebook (which workds and suspends/resumes fine in 11.1 which uses the same 45pcmcia script...). reality check #1) removing the pcmcia card makes resume work fine! reality check #2) the mini-patch below "fixes" my resume problem too, "powersave -u" now works (for now;).... any bells ringing when you read PCMCIA and 11.2 ?! or D-link and 11.2 ?!? this is my "fix": --- /usr/lib/pm-utils/sleep.d/45pcmcia~ 2009-10-24 04:55:47.000000000 +0200 +++ /usr/lib/pm-utils/sleep.d/45pcmcia 2009-11-10 18:07:04.000000000 +0100 @@ -1,5 +1,6 @@ #!/bin/bash +exit 0 case "$1" in hibernate|suspend) if [ -x "/sbin/pccardctl" ]; then -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.