On Thu, 25 Nov 2010, Jiri Kosina wrote:
I gave the kernel of the day (2.6.37-rc2-1.99.2.facd623-default) a spin on an up-to-date openSUSE 11.3 system and everything works like a charm, except for one thing -- suspend to RAM (or disk for that matter).
Digging into this a bit, I found that it seems to be tpm modules that cause this, and after unloading them suspend works again:
# lsmod | grep tpm tpm_tis 12002 0 tpm 17401 1 tpm_tis tpm_bios 6748 1 tpm # rmmod tpm_tis # rmmod tpm # rmmod tpm_bios # lsmod | grep tpm #
Does it make sense to file a Bugzilla for such a case, or will that be an immediate INVALID or WONTFIX?
Actually, I am seeing exactly that as well on my x200s after putting 2.6.37-rc2 there.
Gerald, does the problem go away if you modprobe the tpm_tis module with itpm=1 parameter? -- 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