linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kent Yoder <shpedoikal@gmail.com>
To: peterasplund@gentoo.se
Cc: Peter.Huewe@infineon.com, mail@srajiv.net, aaron.lu@intel.com,
	tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: Re: [tpmdd-devel] tpm_tis driver failed to suspend, error -62
Date: Thu, 11 Apr 2013 16:41:43 -0500	[thread overview]
Message-ID: <20130411214141.GA12814@gmail.com> (raw)
In-Reply-To: <d9741eb17fbc5731469a79b8bca3ed07@gentoo.se>

On Sat, Apr 06, 2013 at 06:00:59PM +0200, peterasplund@gentoo.se wrote:
> 2013-04-02 16:03 skrev Kent Yoder:
> >Hi Peter,
> >
> >On Mon, Apr 1, 2013 at 4:17 PM,  <peterasplund@gentoo.se> wrote:
> >>2013-03-28 14:12 skrev Peter.Huewe@infineon.com:
> >>>What also might be worth a look - in your bugzilla it states:
> >>>[ 0.225891] pnp 00:0a: Plug and Play ACPI device, IDs IFX0102
> >>>PNP0c31
> >>>(active)
> >>>[ 9.150673] tpm_tis 00:0a: 1.2 TPM (device-id 0xB, rev-id 16)
> >>>[ 9.292148] tpm_tis 00:0a: Adjusting TPM timeout parameters.
> >>>[ 10.084067] tpm_tis 00:0a: A TPM error (7) occurred attempting to
> >>>read a pcr
> >>>value
> >>>[ 10.084077] tpm_tis 00:0a: TPM is disabled/deactivated (0x7)
> >>>
> >>>
> >>>Can you perhaps try to enable your TPM in the BIOS? It's quite
> >>>often
> >>>hidden under "embedded security device" or "system security".
> >>>Quite often you have to have a bios password set to access these
> >>>settings.
> >>>If your system does not have bios support for TPMs, please
> >>>tell me so
> >>>and I'll try to help you out.
> >>>
> >>
> >>I've enabled it in BIOS now, and the output seems to be a bit
> >>different. Not too uplifting though...
> >>
> >>root@zepto:/home/peter# dmesg | grep tpm
> >>[   14.631662] tpm_tis 00:08: 1.2 TPM (device-id 0xB, rev-id 16)
> >>[   14.748276] tpm_tis 00:08: Adjusting TPM timeout parameters.
> >>[   34.908128] tpm_tis 00:08: tpm_transmit: tpm_send: error -62
> >>[  125.992108] tpm_tis 00:08: tpm_transmit: tpm_send: error -62
> >>[  212.908502] tpm_tis 00:08: tpm_transmit: tpm_send: error -62
> >>root@zepto:/home/peter# tpm_version
> >>Tspi_Context_Connect failed: 0x00003011 - layer=tsp, code=0011 (17),
> >>Communication failure
> >>root@zepto:/home/peter# tcsd -f
> >>TCSD TDDL ioctl: (25) Inappropriate ioctl for device
> >>TCSD TDDL Falling back to Read/Write device support.
> >>TCSD TDDL ERROR: write to device /dev/tpm0 failed: Timer expired
> >>TCSD TCS ERROR: TCS GetCapability failed with result = 0x1087
> >
> >  Can you cat /sys/class/misc/tpm0/device/timeouts? Ivan Pryvalov
> >reported that his TPM showed values that were too small to keep from
> >causing timeouts waiting on TPM commands, but too big to trigger the
> >driver's code to scale them.  (He saw 12000 for the 3 timeout
> >values.)
> >
> Hi Kent
> 
> The values I'm seeing are:
> 
> root@zepto:~# cat /sys/class/misc/tpm0/device/timeouts
> 752000 2000000 752000 752000 [adjusted]
> 
> So I guess these are within a normal range?

  Yes, these look normal. So it seems you can send commands to the TPM
up until you try to suspend?  Can you try to cat other files like
/sys/class/misc/tpm0/device/pcrs? This is the simplest way to send some
command to the TPM...

Kent

> Thanks,
> Peter
> 
> > If you're seeing similar values, can you try the attached patch?
> >
> >Thanks,
> >Kent
> >
> >>/Peter A
> >>
> >>
> >>------------------------------------------------------------------------------
> >>Own the Future-Intel&reg; Level Up Game Demo Contest 2013
> >>Rise to greatness in Intel's independent game demo contest.
> >>Compete for recognition, cash, and the chance to get your game
> >>on Steam. $5K grand prize plus 10 genre and skill prizes.
> >>Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> >>_______________________________________________
> >>tpmdd-devel mailing list
> >>tpmdd-devel@lists.sourceforge.net
> >>https://lists.sourceforge.net/lists/listinfo/tpmdd-devel

  reply	other threads:[~2013-04-11 21:43 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-19  2:34 tpm_tis driver failed to suspend, error -62 Aaron Lu
2013-03-19 15:50 ` [tpmdd-devel] " Luigi Semenzato
2013-03-21 13:17   ` peterasplund
     [not found]     ` <CAEQAOwpmnLXBCJQTf_xU-oSKvAtmpQjHWwMYDm_QOsP+1Kd_aQ@mail.gmail.com>
2013-03-27 15:22       ` Rajiv Andrade
2013-03-28  8:49         ` Aaron Lu
2013-03-28 13:12           ` Peter.Huewe
2013-03-28 14:58             ` peterasplund
2013-04-01 21:01             ` peterasplund
2013-04-01 21:12               ` Peter Hüwe
2013-04-02 14:34                 ` peterasplund
2013-04-01 21:17             ` peterasplund
2013-04-02 14:03               ` Kent Yoder
2013-04-06 16:00                 ` peterasplund
2013-04-11 21:41                   ` Kent Yoder [this message]
2013-04-23 14:30                     ` peterasplund
2013-04-23 14:43                       ` Kent Yoder
2013-04-23 15:03                         ` peterasplund
2013-04-23 16:29                           ` Kent Yoder
2013-04-29  9:38                             ` peterasplund

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130411214141.GA12814@gmail.com \
    --to=shpedoikal@gmail.com \
    --cc=Peter.Huewe@infineon.com \
    --cc=aaron.lu@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mail@srajiv.net \
    --cc=peterasplund@gentoo.se \
    --cc=tpmdd-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).