Connaître son matériel : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Utilitaires, mode graphique)
Ligne 6 : Ligne 6 :
 
== Utilitaires, mode graphique ==
 
== Utilitaires, mode graphique ==
  
; hardinfo :
+
; [[hardinfo]] :
  
; usbview :
+
; [[usbview]] :
  
 
; lshw-gtk :
 
; lshw-gtk :
Ligne 16 : Ligne 16 :
 
; [[dmidecode]] :   
 
; [[dmidecode]] :   
  
; hwinfo :           
+
; [[hwinfo]] :           
  
 
; lshw :
 
; lshw :
Ligne 50 : Ligne 50 :
  
 
[[Catégorie:Admin]]
 
[[Catégorie:Admin]]
[[Catégorie:Comment]]
+
 
 +
{{Mémo}}{{Comment}}

Version du 9 novembre 2024 à 16:58

Utilitaires, mode graphique

hardinfo 
usbview 
lshw-gtk 

Utilitaires, lignes de commande

dmidecode 
hwinfo 
lshw 

e.g. Créer une page html récapitulant la configuration matérielle d'une machine :

 lshw -html > /tmp//hwinfo.html

Consulter via :

xdg-open /tmp//hwinfo.html
lsscsi 
procinfo 
Hw-probe 

Architecture

 https://www.ostechnix.com/check-linux-system-32-bit-64-bit/

Déterminer si l'architecture est 32 bits ou 64 bits ?

 uname -m
 file /usr/bin/id
 dpkg --print-architecture
 getconf LONG_BIT


Les réponses sont

i386 / i686 / 32 ==> Architecture 32bits
x86_64 / 64 ==> Architecture 64bits