[tpm2] Re: Installing on FreeBSD?

Tadeusz Struk <tstruk at gmail.com> Thu, 31 Mar 2022 18:46:09 -0700
Newsgroups dev.linux.lists.tpm2
Message-ID <[email protected]>
On 3/31/22 15:04, John Connett wrote:
>> did you "sudo kldload tpm" ?
> I hadn't (on bare hardware the TPM was found automatically). Here's the output:
> 
>     root(a)atelier2:~ # kldload tpm
>     tpmcrb0: <Trusted Platform Module 2.0, CRB mode> iomem 0xfed40000-0xfed40fff
>     on acpi0
>     device_attach: tpmcrb0 attach returned 6
>     tpmcrb0: <Trusted Platform Module 2.0, CRB mode> iomem 0xfed40000-0xfed40fff
>     on acpi0
>     device_attach: tpmcrb0 attach returned 6
>     root(a)atelier2:~ #
> 
> Still no /dev/tpm0

6 - ENXIO Device not configured. There is something wrong with that device.
You need to debug that first.

https://www.freebsd.org/cgi/man.cgi?query=errno&sektion=2&manpath=freebsd-release-ports

Thanks,
Tadeusz