salut à tous, je veux changer mon ventirad. J'ai donc besoin de connaitre le nom de la carte mère afin de trouver le socket. Y-a-t-il une commande pour connaitre le nom et le socket de ma carte mère ?

merci de votre aide.
salut
tu peux pas ouvrir ton pc ?
sinon quel est ton proc ? et de quand date le pc ?
Re: comment connaitre le nom de ma carte mère

moins compliqué et plus rapide
Code:

sudo lshw -html > votre_nom_de_fichier.html

te créer un fichier au format html avec l'intégralité de tes composants.
excellent !
  • [supprimé]

comme l'a dit quelqu'un ouvrir son PC, ça prend deux minutes...
safe93 a écritmoins compliqué et plus rapide
sudo lshw -html > votre_nom_de_fichier.html
te créer un fichier au format html avec l'intégralité de tes composants.
ok, merci à tous pour vos réponses.
j'ai fait la commande, mais où ce fichier html est-il mis ?


Je sais que j'aurai pu ouvrir mon pc, mais c'est un pc de supermarché et ce qui y est indiqué n'est pas très clair. Et j'avais peur de faire une bêtise.

merci de votre aide.
4 ans plus tard
Fort bien de constater avec joie que ça fonctionne encore aujourd'hui! Merci aux solutions natives sous Linux!!
> sudo lshw -html > /home/utilisateur/Bureau/Materiel.html
Et voilà tout chaud un beau fichier web...

(Ubuntu Natty - Unity - Dell Studio XPS)
3 ans plus tard
Excellente ligne de commande où tout à l'air d'être bien reconnu; Ubuntu 14.04.
aezaerth a écritFort bien de constater avec joie que ça fonctionne encore aujourd'hui! Merci aux solutions natives sous Linux!!
> sudo lshw -html > /home/utilisateur/Bureau/Materiel.html
Et voilà tout chaud un beau fichier web...

(Ubuntu Natty - Unity - Dell Studio XPS)
Un beau fichier web... Oui ! Mais après quelques modifs... :rolleyes:
Si tu veux, par exemple, que les accents ne soit pas remplacés par des signes cabalistiques il faut remplacer :
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="lshw-B.02.16" />
<style type="text/css">
.first {font-weight: bold; margin-left: none; padding-right: 1em;vertical-align: top; }
.second {padding-left: 1em; width: 100%; vertical-align: center; }
.id {font-family: monospace;}
.indented {margin-left: 2em; border-left: dotted thin #dde; padding-bottom: 1em; }
.node {border: solid thin #ffcc66; padding: 1em; background: #ffffcc; }
.node-unclaimed {border: dotted thin #c3c3c3; padding: 1em; background: #fafafa; color: red; }
.node-disabled {border: solid thin #f55; padding: 1em; background: #fee; color: gray; }
</style>
<title>trusty</title>
</head>

Par :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="lshw-B.02.16" />
<style type="text/css">
.first {font-weight: bold; margin-left: none; padding-right: 1em;vertical-align: top; }
.second {padding-left: 1em; width: 100%; vertical-align: center; }
.id {font-family: monospace;}
.indented {margin-left: 2em; border-left: dotted thin #dde; padding-bottom: 1em; }
.node {border: solid thin #ffcc66; padding: 1em; background: #ffffcc; }
.node-unclaimed {border: dotted thin #c3c3c3; padding: 1em; background: #fafafa; color: red; }
.node-disabled {border: solid thin #f55; padding: 1em; background: #fee; color: gray; }
</style>
<title>trusty</title>
</head>

Il n'y a plus qu'à faire la modif dans le <title>trusty</title> et remplacer trusty par le nom de votre distribution.