[opensuse-kernel] suspend fails on 2.6.37.1
Hi, with kernel 2.6.37.1 from Kernel:/stable/openSUSE_11.3 suspend fails on my HP 2510p. dmesg output is: tpm_tis 00:02: Operation Timed out legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns -62 PM: Device 00:02 failed to suspend: error -62 PM: Some devices failed to suspend after unloading the tpm modules (tpm_tis,tpm_infineon and tpm) the problem is gone. With kernel 2.6.37 suspend works without problems. Is there any fix available? Thanks, Michael -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Sat, Feb 19, 2011 at 06:04:40PM +0100, Michael Großhäuser wrote:
Hi,
with kernel 2.6.37.1 from Kernel:/stable/openSUSE_11.3 suspend fails on my HP 2510p.
dmesg output is:
tpm_tis 00:02: Operation Timed out legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns -62 PM: Device 00:02 failed to suspend: error -62 PM: Some devices failed to suspend
after unloading the tpm modules (tpm_tis,tpm_infineon and tpm) the problem is gone. With kernel 2.6.37 suspend works without problems.
Is there any fix available?
Blacklisting the tpm modules? :) Anyway, this is probably due to the tpm fix I added to the .1 release that was supposed to resolve other issues with the tpm modules. I strongly suggest, unless you are using the tpm modules, that you blacklist them on your machine, as they seem to be a source of problems for a lot of people. Hope this helps, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Sat, 19 Feb 2011, Michael Großhäuser wrote:
with kernel 2.6.37.1 from Kernel:/stable/openSUSE_11.3 suspend fails on my HP 2510p.
dmesg output is:
tpm_tis 00:02: Operation Timed out legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns -62 PM: Device 00:02 failed to suspend: error -62 PM: Some devices failed to suspend
after unloading the tpm modules (tpm_tis,tpm_infineon and tpm) the problem is gone. With kernel 2.6.37 suspend works without problems.
Is there any fix available?
Does using itpm=1 parameter when modrpobing 'tpm' module fix the problem you are seeing? -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
Jiri Kosina wrote:
On Sat, 19 Feb 2011, Michael Großhäuser wrote:
with kernel 2.6.37.1 from Kernel:/stable/openSUSE_11.3 suspend fails on my HP 2510p.
dmesg output is:
tpm_tis 00:02: Operation Timed out legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns -62 PM: Device 00:02 failed to suspend: error -62 PM: Some devices failed to suspend
after unloading the tpm modules (tpm_tis,tpm_infineon and tpm) the problem is gone. With kernel 2.6.37 suspend works without problems.
Is there any fix available?
Does using
itpm=1
parameter when modrpobing 'tpm' module fix the problem you are seeing?
Hi, tpm doesn't load with this parameter tpm: Unknown parameter `itpm' did you mean the tpm_tis module? tpm_tis 00:02: 1.2 TPM (device-id 0xB, rev-id 16) tpm_tis 00:02: Intel iTPM workaround enabled Loaded with this parameter suspend still fails, only the error number is different legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns 28 PM: Device 00:02 failed to suspend: error 28 PM: Some devices failed to suspend Michael -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Sun, 20 Feb 2011, Michael Großhäuser wrote:
with kernel 2.6.37.1 from Kernel:/stable/openSUSE_11.3 suspend fails on my HP 2510p.
dmesg output is:
tpm_tis 00:02: Operation Timed out legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns -62 PM: Device 00:02 failed to suspend: error -62 PM: Some devices failed to suspend
after unloading the tpm modules (tpm_tis,tpm_infineon and tpm) the problem is gone. With kernel 2.6.37 suspend works without problems.
Is there any fix available?
Does using
itpm=1
parameter when modrpobing 'tpm' module fix the problem you are seeing?
Hi,
tpm doesn't load with this parameter
tpm: Unknown parameter `itpm'
did you mean the tpm_tis module?
Yup, sorry for the confusion.
tpm_tis 00:02: 1.2 TPM (device-id 0xB, rev-id 16) tpm_tis 00:02: Intel iTPM workaround enabled
Loaded with this parameter suspend still fails, only the error number is different
legacy_suspend(): pnp_bus_suspend+0x0/0xa0 returns 28 PM: Device 00:02 failed to suspend: error 28 PM: Some devices failed to suspend
You are likely being hit by the issue that is currently being discussed at https://lkml.org/lkml/2011/2/20/18 -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (3)
-
Greg KH
-
Jiri Kosina
-
Michael Großhäuser