Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
scanner_canon_canoscan_5200f [Le 23/07/2025, 11:37] 129.175.14.197 [Contexte] |
scanner_canon_canoscan_5200f [Le 27/07/2025, 21:28] (Version actuelle) ExoticApple57 Ajout de l'activation de la virtualisation matérielle en prérequis |
||
---|---|---|---|
Ligne 24: | Ligne 24: | ||
* Canon CanoScan 5200F | * Canon CanoScan 5200F | ||
- | * | + | |
<note tip>Ce tutoriel peut être appliqué à d'autres machines qui seraient incompatibles avec SANE. </note> | <note tip>Ce tutoriel peut être appliqué à d'autres machines qui seraient incompatibles avec SANE. </note> | ||
Ligne 45: | Ligne 45: | ||
* //[[https://www.malekal.com/comment-installer-virtualbox-additions-invites-guest-additions/|Comment installer VirtualBox additions invités (Guest Additions)]] par malekalmorte// | * //[[https://www.malekal.com/comment-installer-virtualbox-additions-invites-guest-additions/|Comment installer VirtualBox additions invités (Guest Additions)]] par malekalmorte// | ||
* //[[https://sectorgeek.com/virtualbox-fixing-the-during-certificate-downloading-unknown-reason-error-during-vboxguestadditions-download/|VirtualBox: Fixing the "During certificate downloading: Unknown reason" error during VBoxGuestAdditions download]] par Edgardo// | * //[[https://sectorgeek.com/virtualbox-fixing-the-during-certificate-downloading-unknown-reason-error-during-vboxguestadditions-download/|VirtualBox: Fixing the "During certificate downloading: Unknown reason" error during VBoxGuestAdditions download]] par Edgardo// | ||
+ | |||
+ | |||
+ | === Activer la virtualisation matérielle dans le BIOS === | ||
+ | |||
+ | Basé sur : https://lecrabeinfo.net/tutoriels/activer-la-virtualisation-intel-vt-x-amd-v-dans-le-bios-uefi/ | ||
+ | |||
+ | Vérifier si la virtualisation matérielle est activée sous Linux avec la commande : | ||
+ | egrep -i 'svm|vmx' /proc/cpuinfo | ||
+ | |||
+ | La chaîne "svm" (si processeur AMD) ou "vmx" (si processeur Intel) doit apparaître dans la sortie. | ||
+ | |||
+ | Dans le cas contraire, vous devez activer l'option dans votre BIOS : cherchez « Intel Virtualisation Technology », « Technologie de virtualisation Intel », « Intel VT-x », « AMD-V », « Secure Virtual Machine Mode » ou encore « SVM Mode ». | ||
+ | |||
+ | Si l'option n'existe pas, une mise à jour du BIOS peut s'avérer nécessaire. | ||
==== VirtualBox ==== | ==== VirtualBox ==== |