URL: https://linuxfr.org/forums/general-hors-sujets/posts/carte-m%C3%A8re-hs Title: carte mère HS ? Authors: peshane Date: 2011年11月26日T15:42:41+01:00 Tags: Score: 1 Bonjour les moules, J'ai depuis quelques jours de petits soucis avec mon pc que je me propose de vous exposer ici: mercredi de cette semaine, depuis mon boulot (et comme quasiment chaque jour), je me connecte en ssh à ma machine perso pour lancer un _yaourt -Syu_ mais obtiens une erreur d'écriture dans /tmp. Je tente un _touch_ dans /tmp, ~/, faut me rendre à l'évidence, tout est passé en lecture seul. Ne prenant pas le temps de réfléchir, je reboot à distance ma machine: je n'y aurais plus accès. De retour chez moi, je constate qu'au reboot la partition /dev/sda3 (mon /) n'a put être monté dans /new_root. Me voilà donc dans un busybox minimal. Un reboot sur un ctkarch (live cd basé sur arch) plus tard, le fsck.ext4 me parle d'une feature "FEATURE_I15". e2fsck me dit qu'il y trop vieux pour certaines feature du fs, blablabla... Un coup de debugfs pour retirer cette feature et fsck est enfin d'accord pour faire un check du FS. Évidemment, c'est la cata, le bordel, la misère. Bref, pleins d'erreurs (mais corrigé). Reboot du pc et là, ça démarre normalement et me retrouve sur mon bureau. Sauf que... pas de réseau. je passe rapidement sur le contrôleur realtek rtl8168b de ma carte mère et les histoires de module r8169 et r8168. J'utilisais (par défaut) le r8169 pour ce contrôleur sans aucun problème. Mais à présent, mon réseau ne fonctionne qu'avec le r8168 et en forçant le lien à 10Mbit (je suis relié en 100Mbit autonegocié avec une freebox v5 normalement). si je reste en négociation automatique, voilà l'état du lien: [peshane@pesharch3 ~]$ while true; do sudo mii-tool eth0; sleep 0.1; done | awk '{if(/ok$/){ok=ok+1; nok=0; print "ok="ok,"\tnok="nok}else{nok=nok+1; ok=0; print "ok="ok,"\tnok="nok}}' ok=1 nok=0 ok=2 nok=0 ok=3 nok=0 ok=4 nok=0 ok=0 nok=1 ok=0 nok=2 ok=0 nok=3 ok=0 nok=4 ok=0 nok=5 ok=0 nok=6 ok=0 nok=7 ok=0 nok=8 ok=0 nok=9 ok=0 nok=10 ok=0 nok=11 ok=0 nok=12 ok=0 nok=13 ok=0 nok=14 ok=0 nok=15 ok=0 nok=16 ok=1 nok=0 ok=2 nok=0 ok=3 nok=0 ok=4 nok=0 ok=5 nok=0 ok=6 nok=0 ok=7 nok=0 ok=8 nok=0 ok=0 nok=1 ok=0 nok=2 ok=0 nok=3 ok=0 nok=4 ok=0 nok=5 ok=0 nok=6 ok=0 nok=7 ok=0 nok=8 ok=0 nok=9 ok=0 nok=10 ok=0 nok=11 ok=0 nok=12 ok=0 nok=13 ok=0 nok=14 ok=0 nok=15 ok=0 nok=16 ok=0 nok=17 ok=1 nok=0 ok=2 nok=0 ok=3 nok=0 ok=4 nok=0 ok=5 nok=0 ok=6 nok=0 ok=7 nok=0 ok=0 nok=1 ok=0 nok=2 ok=0 nok=3 ok=0 nok=4 ok=0 nok=5 ok=0 nok=6 ok=0 nok=7 ok=0 nok=8 ok=0 nok=9 ok=0 nok=10 ok=0 nok=11 ^C [peshane@pesharch3 ~]$ Ce problème de lien réseau est également présent durant la POST, donc l'OS ne semble pas en cause. Vu que le pc tournait et que j'étais un peu interloqué par ce problème réseau, je me penche même pas sur le problème disque précédent. Donc ok, j'achète une carte ethernet en pci. Lien ok dès la POST, cool. De retour sur mon bureau, toujours pas d'internet et de réseau. Ping de la passerelle ko. Je reforce en 10Mbit, ça fonctionne. On ne peut donc pas dire que j'ai beaucoup avancé avec cette carte pci. Je remarque, enfin, que parfois le pc freeze durant un instant plus ou moins long. En zieutant les logs du kernel, je vois des choses comme ceci: Nov 25 20:22:38 localhost kernel: [ 258.595995] ata1.00: exception Emask 0x10 SAct 0x1 SErr 0x280100 action 0x6 frozen Nov 25 20:22:38 localhost kernel: [ 258.596114] ata1.00: irq_stat 0x08000000, interface fatal error Nov 25 20:22:38 localhost kernel: [ 258.596194] ata1: SError: { UnrecovData 10B8B BadCRC } Nov 25 20:22:38 localhost kernel: [ 258.596271] ata1.00: failed command: READ FPDMA QUEUED Nov 25 20:22:38 localhost kernel: [ 258.596350] ata1.00: cmd 60/00:00:e0:1d:9d/02:00:2f:00:00/40 tag 0 ncq 262144 in Nov 25 20:22:38 localhost kernel: [ 258.596351] res 40/00:04:e0:1d:9d/00:00:2f:00:00/40 Emask 0x10 (ATA bus error) Nov 25 20:22:38 localhost kernel: [ 258.596565] ata1.00: status: { DRDY } Nov 25 20:22:38 localhost kernel: [ 258.596639] ata1: hard resetting link Nov 25 20:22:48 localhost kernel: [ 268.577425] ata1: softreset failed (1st FIS failed) Nov 25 20:22:48 localhost kernel: [ 268.577512] ata1: hard resetting link Nov 25 20:22:48 localhost kernel: [ 269.063360] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Nov 25 20:22:48 localhost kernel: [ 269.075011] ata1.00: configured for UDMA/133 Nov 25 20:22:48 localhost kernel: [ 269.086663] ata1: EH complete Nov 25 20:22:54 localhost kernel: [ 274.493172] ata1.00: exception Emask 0x10 SAct 0x1 SErr 0x280100 action 0x6 frozen Nov 25 20:22:54 localhost kernel: [ 274.493291] ata1.00: irq_stat 0x08000000, interface fatal error Nov 25 20:22:54 localhost kernel: [ 274.493370] ata1: SError: { UnrecovData 10B8B BadCRC } Nov 25 20:22:54 localhost kernel: [ 274.493447] ata1.00: failed command: READ FPDMA QUEUED Nov 25 20:22:54 localhost kernel: [ 274.493526] ata1.00: cmd 60/00:00:e0:63:de/02:00:2f:00:00/40 tag 0 ncq 262144 in Nov 25 20:22:54 localhost kernel: [ 274.493527] res 40/00:04:e0:63:de/00:00:2f:00:00/40 Emask 0x10 (ATA bus error) Nov 25 20:22:54 localhost kernel: [ 274.493741] ata1.00: status: { DRDY } Nov 25 20:22:57 localhost kernel: [ 277.436492] ata1: SATA link down (SStatus 0 SControl 310) Nov 25 20:23:02 localhost kernel: [ 282.428543] ata1: hard resetting link Nov 25 20:23:20 localhost kernel: [ 282.914437] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) Nov 25 20:23:20 localhost kernel: [ 282.926034] ata1.00: configured for UDMA/133 Nov 25 20:23:20 localhost kernel: [ 282.937688] ata1: EH complete Nov 25 20:23:20 localhost kernel: [ 282.955902] ata1.00: exception Emask 0x50 SAct 0xf SErr 0x280900 action 0x6 frozen Nov 25 20:23:20 localhost kernel: [ 282.956019] ata1.00: irq_stat 0x08000000, interface fatal error Nov 25 20:23:20 localhost kernel: [ 282.956097] ata1: SError: { UnrecovData HostInt 10B8B BadCRC } Nov 25 20:23:20 localhost kernel: [ 282.956175] ata1.00: failed command: READ FPDMA QUEUED Nov 25 20:23:20 localhost kernel: [ 282.956252] ata1.00: cmd 60/00:00:e0:6f:e0/02:00:2f:00:00/40 tag 0 ncq 262144 in Nov 25 20:23:20 localhost kernel: [ 282.956253] res 40/00:1c:02:23:ca/00:00:01:00:00/40 Emask 0x50 (ATA bus error) Nov 25 20:23:20 localhost kernel: [ 282.956465] ata1.00: status: { DRDY } Nov 25 20:23:20 localhost kernel: [ 282.956535] ata1.00: failed command: WRITE FPDMA QUEUED Nov 25 20:23:20 localhost kernel: [ 282.956612] ata1.00: cmd 61/08:08:9a:38:6a/00:00:03:00:00/40 tag 1 ncq 4096 out Nov 25 20:23:20 localhost kernel: [ 282.956613] res 40/00:1c:02:23:ca/00:00:01:00:00/40 Emask 0x50 (ATA bus error) Nov 25 20:23:20 localhost kernel: [ 282.956824] ata1.00: status: { DRDY } Nov 25 20:23:20 localhost kernel: [ 282.956894] ata1.00: failed command: WRITE FPDMA QUEUED Nov 25 20:23:20 localhost kernel: [ 282.956971] ata1.00: cmd 61/20:10:b2:68:87/00:00:01:00:00/40 tag 2 ncq 16384 out Nov 25 20:23:20 localhost kernel: [ 282.956972] res 40/00:1c:02:23:ca/00:00:01:00:00/40 Emask 0x50 (ATA bus error) Nov 25 20:23:20 localhost kernel: [ 282.957183] ata1.00: status: { DRDY } Nov 25 20:23:20 localhost kernel: [ 282.957254] ata1.00: failed command: WRITE FPDMA QUEUED Nov 25 20:23:20 localhost kernel: [ 282.957331] ata1.00: cmd 61/08:18:02:23:ca/00:00:01:00:00/40 tag 3 ncq 4096 out Nov 25 20:23:20 localhost kernel: [ 282.957332] res 40/00:1c:02:23:ca/00:00:01:00:00/40 Emask 0x50 (ATA bus error) Nov 25 20:23:20 localhost kernel: [ 282.957543] ata1.00: status: { DRDY } Nov 25 20:23:20 localhost kernel: [ 282.957621] ata1: hard resetting link smartctl, pour ce que ça vaut: [peshane@pesharch3 ~]$ sudo smartctl -H /dev/sda smartctl 5.42 2011年10月20日 r3458 [x86_64-linux-3.1.2-1-ARCH] (local build) Copyright (C) 2002-11 by Bruce Allen, http://smartmontools.sourceforge.net === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED Là j'écris depuis ce même pc souffre-tant dont le log kernel ne m'indique pour l'instant aucun problème disque mais pendant combien de temps... Qu'en pensez-vous ?

AltStyle によって変換されたページ (->オリジナル) /