Tpm: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
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..."
 
Manpaz (talk | contribs)
No edit summary
 
Line 1: Line 1:
__NOTOC__
=== How to enable the security hardware device on Dell servers (tpm) ===
=== 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.
The tpm module available at Bashlinux repo has been build from sources to setup the TPM chipset on Dell servers.

Latest revision as of 03:23, 11 June 2015

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>

  • Select the TPM device driver under Device Drivers > Character devices > TPM devices
# make modules