Kapel Asked: 2021-07-03 07:33:20 +0800 CST2021-07-03 07:33:20 +0800 CST 2021-07-03 07:33:20 +0800 CST Which TPM version? 772 What Terminal command I should make in Ubuntu in order to find out which TPM version I have, i.e TPM version 1.2 or 2.0 ? command-line 2 Answers Voted Jeff Schaller 2021-07-03T10:34:12+08:002021-07-03T10:34:12+08:00 As FedonKadifeli commented, you could use the tpm_version program from the tpm-tools package. Kirk Pearson 2021-11-08T14:24:44+08:002021-11-08T14:24:44+08:00 Another command works well also: $ sudo dmesg | grep -i tpm | grep -i Reserving will result in: [ 0.007734] ACPI: Reserving TPM2 table memory at [mem 0x41ac6000-0x41ac604b]
As FedonKadifeli commented, you could use the
tpm_version
program from thetpm-tools
package.Another command works well also:
will result in: