[Fonctionnement 14.04 LTS.]
J'essaie de configurer la puce TPM sur mon T510. J'ai suivi les instructions sur https://askubuntu.com/a/414755/50785 mais j'ai le problème suivant:
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# ls -la
total 148
drwxr-xr-x 3 root root 4096 Feb 23 20:08 .
drwxr-xr-x 9 root root 4096 Feb 23 20:08 ..
drwxr-xr-x 2 root root 4096 Feb 23 20:08 st33zp24
-rw-r--r-- 1 root root 11449 Feb 20 04:23 tpm_atmel.ko
-rw-r--r-- 1 root root 12097 Feb 20 04:23 tpm_crb.ko
-rw-r--r-- 1 root root 11857 Feb 20 04:23 tpm_i2c_atmel.ko
-rw-r--r-- 1 root root 15361 Feb 20 04:23 tpm_i2c_infineon.ko
-rw-r--r-- 1 root root 21321 Feb 20 04:23 tpm_i2c_nuvoton.ko
-rw-r--r-- 1 root root 25273 Feb 20 04:23 tpm_infineon.ko
-rw-r--r-- 1 root root 16145 Feb 20 04:23 tpm_nsc.ko
-rw-r--r-- 1 root root 14489 Feb 20 04:23 xen-tpmfront.ko
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe tpm_atmel.ko
modprobe: FATAL: Module tpm_atmel.ko not found.
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe tpm_crb.ko
modprobe: FATAL: Module tpm_crb.ko not found.
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe tpm_i2c_atmel.ko
modprobe: FATAL: Module tpm_i2c_atmel.ko not found.
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe tpm_i2c_infineon.ko
modprobe: FATAL: Module tpm_i2c_infineon.ko not found.
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe tpm_i2c_nuvoton.ko
modprobe: FATAL: Module tpm_i2c_nuvoton.ko not found.
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe tpm_infineon.ko
modprobe: FATAL: Module tpm_infineon.ko not found.
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe tpm_nsc.ko
modprobe: FATAL: Module tpm_nsc.ko not found.
root@FEYNMAN:/lib/modules/4.2.0-30-generic/kernel/drivers/char/tpm# modprobe xen-tpmfront.ko
modprobe: FATAL: Module xen-tpmfront.ko not found.
J'ai essayé de redémarrer mais cela ne fait aucune différence. Le TPM est déjà activé/actif à partir de ma précédente installation de Windows 10 (j'ai également revérifié le BIOS juste pour être sûr.)
Est-ce que quelqu'un peut aider?
Essayez d'exécuter depmod -a
puis répétez vos commandes modprobe
.
Selon le man modprobe
:
modprobe
attend une mise à jourmodules.dep
fichier, généré pardepmod
. Ce fichier répertorie les autres modules dont chaque module a besoin (le cas échéant) etmodprobe
l'utilise pour ajouter ou supprimer ces dépendances automatiquement.
Dès que ce fichier a été mis à jour, utilisez la commande modprobe
sans chemins et .ko
extension:
modprobe module_name