Hi Kent, I'm sorry I haven't replied to this message before. I must
have missed it!
root@zepto:/sys/class/misc/tpm0# ll
drwxr-xr-x 3 root root 0 Apr 23 16:20 ./
drwxr-xr-x 3 root root 0 Apr 23 16:20 ../
-r--r--r-- 1 root root 4096 Apr 23 16:26 dev
lrwxrwxrwx 1 root root 0 Apr 23 16:26 device -> ../../../00:08/
drwxr-xr-x 2 root root 0 Apr 23 16:26 power/
lrwxrwxrwx 1 root root 0 Apr 23 16:20 subsystem ->
../../../../../class/misc/
-rw-r--r-- 1 root root 4096 Apr 23 16:20 uevent
root@zepto:/sys/class/misc/tpm0# cat dev
10:224
root@zepto:/sys/class/misc/tpm0# cat device/pcrs (prints nothing
after a delay of a second or so)
root@zepto:/sys/class/misc/tpm0# cat uevent
MAJOR=10
MINOR=224
DEVNAME=tpm0
root@zepto:/sys/class/misc/tpm0# cat device/active
root@zepto:/sys/class/misc/tpm0# cat device/cancel
cat: device/cancel: Permission denied
root@zepto:/sys/class/misc/tpm0# cat device/caps
root@zepto:/sys/class/misc/tpm0# cat device/durations
1000000 4000000 152000000 [adjusted]
root@zepto:/sys/class/misc/tpm0# cat device/enabled
root@zepto:/sys/class/misc/tpm0# cat device/id
IFX0102
PNP0c31
root@zepto:/sys/class/misc/tpm0# cat device/options
root@zepto:/sys/class/misc/tpm0# cat device/owned
root@zepto:/sys/class/misc/tpm0# cat device/pubek
root@zepto:/sys/class/misc/tpm0# cat device/resources
state = active
mem 0xfed40000-0xfed44fff
io 0x4e-0x4f
io 0x1670-0x167f
irq 11
root@zepto:/sys/class/misc/tpm0# cat device/temp_deactivated
root@zepto:/sys/class/misc/tpm0# cat device/timeouts
752000 2000000 752000 752000 [adjusted]
root@zepto:/sys/class/misc/tpm0# cat device/uevent
DRIVER=tpm_tis
To be able to do the 'cat' above, I usually need to restart my
computer, otherwise the files aren't there. That's probably after I've
put the computer in sleep mode (which works if I add tpm_tis to the
module blacklist). Perhaps the same problem is related to this one:
I just did a grep of my dmesg and saw some new error messages (28) in
it. Perhaps they started occurring after I enabled it in BIOS.
root@zepto:/home/peter# dmesg | grep tpm_
[ 11.369198] tpm_tis 00:08: 1.2 TPM (device-id 0xB, rev-id 16)
[ 11.508115] tpm_tis 00:08: Adjusting TPM timeout parameters.
[ 32.560040] tpm_tis 00:08: tpm_transmit: tpm_send: error -62
[ 4320.577827] tpm_tis 00:08: 1.2 TPM (device-id 0xB, rev-id 16)
[ 4320.636111] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the timeouts
[ 4320.696081] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the durations
[ 4320.696091] tpm_tis 00:08: Could not get TPM timeouts and durations
[ 9279.692915] tpm_tis 00:08: 1.2 TPM (device-id 0xB, rev-id 16)
[ 9279.756184] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the timeouts
[ 9279.822186] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the durations
[ 9279.822197] tpm_tis 00:08: Could not get TPM timeouts and durations
[10968.845856] tpm_tis 00:08: 1.2 TPM (device-id 0xB, rev-id 16)
[10968.904111] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the timeouts
[10968.964100] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the durations
[10968.964111] tpm_tis 00:08: Could not get TPM timeouts and durations
[13304.341746] tpm_tis 00:08: 1.2 TPM (device-id 0xB, rev-id 16)
[13304.400093] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the timeouts
[13304.464134] tpm_tis 00:08: A TPM error (28) occurred attempting to
determine the durations
[13304.464142] tpm_tis 00:08: Could not get TPM timeouts and durations
Thank you,
Peter A