Tpm

From Bashlinux
Revision as of 03:20, 11 June 2015 by Manpaz (talk | contribs) (Created page with "=== How to enable the security hardware device on Dell servers (tpm) === The tpm module available at Bashlinux repo has been build from sources to setup the TPM chipset on Del...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to enable the security hardware device on Dell servers (tpm)

The tpm module available at Bashlinux repo has been build from sources to setup the TPM chipset on Dell servers.

Warning Useful Information
Please note that ncurses-devel must be installed to get menuconfig running.

To build the module is necessary to enable it on kernel, one way to get this done is going to the kernel source folder, usually /usr/src/linux and:

  • Run the config utility.
# cd /usr/local/src
# make menuconfig
</nowiki></pre>
  • Select the TPM device driver under Device Drivers > Character devices > TPM devices
# make modules