Carte réseau non trouvée [Réglé]

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :
Suite de mes déboires quant à l'installation de Mageia 5 sur mon nouveau PC au boulot...
L'installation me disait qu'aucune carte réseau n'était trouvée pour configurer le réseau filaire. Pareil post installation si je vais dans le CCM / Réseau et Internet / Configurer une nouvelle connexion Internet / Filaire (Ethernet) :
Citation :
Ethernet
Aucun périphérique trouvé pour ce type de connexion.
Aucun périphérique trouvé pour ce type de connexion.
:-(
Pourtant quand je vais dans CCM / Matériel / Explorer et configurer le matériel, Mageia trouve bien ceci, à la rubrique "Carte Ethernet" :
Ethernet Connection (2) I219-LM
Voici les détails :
Fabricant : Intel Corporation
Description : Ethernet Connection (2) I219-LM
Classe de média : Ethernet controller
Bus : PCI
Domaine PCI : 0
Bus PCI n° : 0
Périphérique PCI n° : 31
Fonction PCI n° : 6
Révision PCI : 0x31
Identifiant du fabricant : 0x8086
Identifiant du périphérique : 0x15b7
Identifiant du sous-vendeur : 0x103c
Identifiant du sous-périphérique : 0x805d
Module : inconnu
Et maintenant, je fais quoi, docteur ? :-(
EDIT :
Après quelques recherches sur Internet, j'ai trouvé une option dans le bios appelée "Wake on LAN" qui était positionnée à "Amorçage sur réseau" et que j'ai positionnée sur "Amorçage disque dur" mais ça n'a rien changé. :(
EDIT 2 :
J'ai téléchargé le pilote Intel pour linux (freebsd mais a priori c'est le seul indiqué pour linux).
Le README dit ceci :
Citation :
1. Move the base driver tar file to the directory of your choice. For
example, use /home/username/em or /usr/local/src/em.
2. Untar/unzip the archive:
tar xzf em-x.x.x.tar.gz
This will create the em-x.x.x directory.
3. To install man page:
cd em-x.x.x
gzip -c em.4 > /usr/share/man/man4/em.4.gz
4. To load the driver onto a running system:
cd em-x.x.x/src
make load
example, use /home/username/em or /usr/local/src/em.
2. Untar/unzip the archive:
tar xzf em-x.x.x.tar.gz
This will create the em-x.x.x directory.
3. To install man page:
cd em-x.x.x
gzip -c em.4 > /usr/share/man/man4/em.4.gz
4. To load the driver onto a running system:
cd em-x.x.x/src
make load
Étapes 1 et 2 OK
Étape 3 : en fait le em.4 est dans le sous-répertoire src mais la commande fonctionne une fois qu'on est positionné dans le bon répertoire et man em fonctionne.
Étape 4 plante ! :(
Citation :
Makefile:3: *** séparateur manquant . Arrêt
EDIT :
Voici le Makefile :
Code C :
#$FreeBSD$ .include <bsd.own.mk> .PATH: ${.CURDIR} KMOD = if_em SRCS = device_if.h bus_if.h pci_if.h SRCS += $(CORE_SRC) $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED) CORE_SRC = if_em.c if_lem.c e1000_osdep.c em_compat.c # Shared COMMON_SHARED = e1000_api.c e1000_phy.c e1000_nvm.c e1000_mac.c e1000_manage.c PCIE_SHARED = e1000_80003es2lan.c e1000_ich8lan.c e1000_82571.c LEGACY_SHARED = e1000_82540.c e1000_82542.c e1000_82541.c e1000_82543.c # These flags are only used when in a standalone tarball build CFLAGS += -DINET -DINET6 -DEM_STANDALONE_BUILD # Uncomment this to disable Fast interrupt handling. #CFLAGS += -DEM_LEGACY_IRQ # DEVICE_POLLING for a non-interrupt-driven method #CFLAGS += -DDEVICE_POLLING # Uncomment this to enable the stack multiqueue routines # with this driver you do not get multiple tx queues, # but it does provide input queuing. Testing has shown # some stability issues so its off by default. # NOTE: it has been found that UDP intensive traffic # actually does better with the old stack interface # and so it seems better to have this off by default. # however it works fine, and some workloads may benefit # having it on. #CFLAGS += -DEM_MULTIQUEUE clean: rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef* rm -f *.o *.kld *.ko rm -f @ machine export_syms x86 rm -f ${CLEANFILES} .include <bsd.kmod.mk>
Édité par CinePhil Le 22/09/2016 à 15h48
Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
A titre d'essai, en root :
Code BASH :
modprobe e1000e
Cà doit charger le module qui gère cette carte.
As-tu fait la mise à jour, avec un noyau récent en particulier ?
Yves

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :
A titre d'essai, en root :
Cà doit charger le module qui gère cette carte.
Code BASH :
modprobe e1000e
Cà doit charger le module qui gère cette carte.
Pas de message d'erreur avec cette commande ; c'est déjà ça !
Mais je ne vois toujours pas la carte réseau dans la configuration d'une nouvelle connexion filaire éthernet. :(
Citation:
As-tu fait la mise à jour, avec un noyau récent en particulier ?
Ben comme je n'ai pas de réseau, je n'ai que ce qu'il y a sur le DVD de Magiea 5 dans son image ISO téléchargée il y a quelques jours.
Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Ta carte mère est-elle récente ? quel modèle ?
Que donne en root la commande
# modinfo e1000e
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :
Citation :
[root@localhost src]# modinfo e1000e
filename: /lib/modules/3.19.8-desktop-3.mga5/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko.xz
version: 2.3.2-k
license: GPL
description: Intel(R) PRO/1000 Network Driver
author: Intel Corporation, <linux.nics@intel.com>
srcversion: A1AA8F77482AA26B2715149
alias: pci:v00008086d000015A3sv*sd*bc*sc*i*
alias: pci:v00008086d000015A2sv*sd*bc*sc*i*
alias: pci:v00008086d000015A1sv*sd*bc*sc*i*
alias: pci:v00008086d000015A0sv*sd*bc*sc*i*
alias: pci:v00008086d00001559sv*sd*bc*sc*i*
alias: pci:v00008086d0000155Asv*sd*bc*sc*i*
alias: pci:v00008086d0000153Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000153Asv*sd*bc*sc*i*
alias: pci:v00008086d00001503sv*sd*bc*sc*i*
alias: pci:v00008086d00001502sv*sd*bc*sc*i*
alias: pci:v00008086d000010F0sv*sd*bc*sc*i*
alias: pci:v00008086d000010EFsv*sd*bc*sc*i*
alias: pci:v00008086d000010EBsv*sd*bc*sc*i*
alias: pci:v00008086d000010EAsv*sd*bc*sc*i*
alias: pci:v00008086d00001525sv*sd*bc*sc*i*
alias: pci:v00008086d000010DFsv*sd*bc*sc*i*
alias: pci:v00008086d000010DEsv*sd*bc*sc*i*
alias: pci:v00008086d000010CEsv*sd*bc*sc*i*
alias: pci:v00008086d000010CDsv*sd*bc*sc*i*
alias: pci:v00008086d000010CCsv*sd*bc*sc*i*
alias: pci:v00008086d000010CBsv*sd*bc*sc*i*
alias: pci:v00008086d000010F5sv*sd*bc*sc*i*
alias: pci:v00008086d000010BFsv*sd*bc*sc*i*
alias: pci:v00008086d000010E5sv*sd*bc*sc*i*
alias: pci:v00008086d0000294Csv*sd*bc*sc*i*
alias: pci:v00008086d000010BDsv*sd*bc*sc*i*
alias: pci:v00008086d000010C3sv*sd*bc*sc*i*
alias: pci:v00008086d000010C2sv*sd*bc*sc*i*
alias: pci:v00008086d000010C0sv*sd*bc*sc*i*
alias: pci:v00008086d00001501sv*sd*bc*sc*i*
alias: pci:v00008086d00001049sv*sd*bc*sc*i*
alias: pci:v00008086d0000104Dsv*sd*bc*sc*i*
alias: pci:v00008086d0000104Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000104Asv*sd*bc*sc*i*
alias: pci:v00008086d000010C4sv*sd*bc*sc*i*
alias: pci:v00008086d000010C5sv*sd*bc*sc*i*
alias: pci:v00008086d0000104Csv*sd*bc*sc*i*
alias: pci:v00008086d000010BBsv*sd*bc*sc*i*
alias: pci:v00008086d00001098sv*sd*bc*sc*i*
alias: pci:v00008086d000010BAsv*sd*bc*sc*i*
alias: pci:v00008086d00001096sv*sd*bc*sc*i*
alias: pci:v00008086d0000150Csv*sd*bc*sc*i*
alias: pci:v00008086d000010F6sv*sd*bc*sc*i*
alias: pci:v00008086d000010D3sv*sd*bc*sc*i*
alias: pci:v00008086d0000109Asv*sd*bc*sc*i*
alias: pci:v00008086d0000108Csv*sd*bc*sc*i*
alias: pci:v00008086d0000108Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000107Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000107Esv*sd*bc*sc*i*
alias: pci:v00008086d0000107Dsv*sd*bc*sc*i*
alias: pci:v00008086d000010B9sv*sd*bc*sc*i*
alias: pci:v00008086d000010D5sv*sd*bc*sc*i*
alias: pci:v00008086d000010DAsv*sd*bc*sc*i*
alias: pci:v00008086d000010D9sv*sd*bc*sc*i*
alias: pci:v00008086d00001060sv*sd*bc*sc*i*
alias: pci:v00008086d000010A5sv*sd*bc*sc*i*
alias: pci:v00008086d000010BCsv*sd*bc*sc*i*
alias: pci:v00008086d000010A4sv*sd*bc*sc*i*
alias: pci:v00008086d0000105Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000105Esv*sd*bc*sc*i*
depends: ptp
intree: Y
vermagic: 3.19.8-desktop-3.mga5 SMP mod_unload modversions
parm: debug:Debug level (0=none,...,16=all) (int)
parm: copybreak:Maximum size of packet that is copied to a new buffer on receive (uint)
parm: TxIntDelay:Transmit Interrupt Delay (array of int)
parm: TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int)
parm: RxIntDelay:Receive Interrupt Delay (array of int)
parm: RxAbsIntDelay:Receive Absolute Interrupt Delay (array of int)
parm: InterruptThrottleRate:Interrupt Throttling Rate (array of int)
parm: IntMode:Interrupt Mode (array of int)
parm: SmartPowerDownEnable:Enable PHY smart power down (array of int)
parm: KumeranLockLoss:Enable Kumeran lock loss workaround (array of int)
parm: WriteProtectNVM:Write-protect NVM [WARNING: disabling this can lead to corrupted NVM] (array of int)
parm: CrcStripping:Enable CRC Stripping, disable if your BMC needs the CRC (array of int)
filename: /lib/modules/3.19.8-desktop-3.mga5/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko.xz
version: 2.3.2-k
license: GPL
description: Intel(R) PRO/1000 Network Driver
author: Intel Corporation, <linux.nics@intel.com>
srcversion: A1AA8F77482AA26B2715149
alias: pci:v00008086d000015A3sv*sd*bc*sc*i*
alias: pci:v00008086d000015A2sv*sd*bc*sc*i*
alias: pci:v00008086d000015A1sv*sd*bc*sc*i*
alias: pci:v00008086d000015A0sv*sd*bc*sc*i*
alias: pci:v00008086d00001559sv*sd*bc*sc*i*
alias: pci:v00008086d0000155Asv*sd*bc*sc*i*
alias: pci:v00008086d0000153Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000153Asv*sd*bc*sc*i*
alias: pci:v00008086d00001503sv*sd*bc*sc*i*
alias: pci:v00008086d00001502sv*sd*bc*sc*i*
alias: pci:v00008086d000010F0sv*sd*bc*sc*i*
alias: pci:v00008086d000010EFsv*sd*bc*sc*i*
alias: pci:v00008086d000010EBsv*sd*bc*sc*i*
alias: pci:v00008086d000010EAsv*sd*bc*sc*i*
alias: pci:v00008086d00001525sv*sd*bc*sc*i*
alias: pci:v00008086d000010DFsv*sd*bc*sc*i*
alias: pci:v00008086d000010DEsv*sd*bc*sc*i*
alias: pci:v00008086d000010CEsv*sd*bc*sc*i*
alias: pci:v00008086d000010CDsv*sd*bc*sc*i*
alias: pci:v00008086d000010CCsv*sd*bc*sc*i*
alias: pci:v00008086d000010CBsv*sd*bc*sc*i*
alias: pci:v00008086d000010F5sv*sd*bc*sc*i*
alias: pci:v00008086d000010BFsv*sd*bc*sc*i*
alias: pci:v00008086d000010E5sv*sd*bc*sc*i*
alias: pci:v00008086d0000294Csv*sd*bc*sc*i*
alias: pci:v00008086d000010BDsv*sd*bc*sc*i*
alias: pci:v00008086d000010C3sv*sd*bc*sc*i*
alias: pci:v00008086d000010C2sv*sd*bc*sc*i*
alias: pci:v00008086d000010C0sv*sd*bc*sc*i*
alias: pci:v00008086d00001501sv*sd*bc*sc*i*
alias: pci:v00008086d00001049sv*sd*bc*sc*i*
alias: pci:v00008086d0000104Dsv*sd*bc*sc*i*
alias: pci:v00008086d0000104Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000104Asv*sd*bc*sc*i*
alias: pci:v00008086d000010C4sv*sd*bc*sc*i*
alias: pci:v00008086d000010C5sv*sd*bc*sc*i*
alias: pci:v00008086d0000104Csv*sd*bc*sc*i*
alias: pci:v00008086d000010BBsv*sd*bc*sc*i*
alias: pci:v00008086d00001098sv*sd*bc*sc*i*
alias: pci:v00008086d000010BAsv*sd*bc*sc*i*
alias: pci:v00008086d00001096sv*sd*bc*sc*i*
alias: pci:v00008086d0000150Csv*sd*bc*sc*i*
alias: pci:v00008086d000010F6sv*sd*bc*sc*i*
alias: pci:v00008086d000010D3sv*sd*bc*sc*i*
alias: pci:v00008086d0000109Asv*sd*bc*sc*i*
alias: pci:v00008086d0000108Csv*sd*bc*sc*i*
alias: pci:v00008086d0000108Bsv*sd*bc*sc*i*
alias: pci:v00008086d0000107Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000107Esv*sd*bc*sc*i*
alias: pci:v00008086d0000107Dsv*sd*bc*sc*i*
alias: pci:v00008086d000010B9sv*sd*bc*sc*i*
alias: pci:v00008086d000010D5sv*sd*bc*sc*i*
alias: pci:v00008086d000010DAsv*sd*bc*sc*i*
alias: pci:v00008086d000010D9sv*sd*bc*sc*i*
alias: pci:v00008086d00001060sv*sd*bc*sc*i*
alias: pci:v00008086d000010A5sv*sd*bc*sc*i*
alias: pci:v00008086d000010BCsv*sd*bc*sc*i*
alias: pci:v00008086d000010A4sv*sd*bc*sc*i*
alias: pci:v00008086d0000105Fsv*sd*bc*sc*i*
alias: pci:v00008086d0000105Esv*sd*bc*sc*i*
depends: ptp
intree: Y
vermagic: 3.19.8-desktop-3.mga5 SMP mod_unload modversions
parm: debug:Debug level (0=none,...,16=all) (int)
parm: copybreak:Maximum size of packet that is copied to a new buffer on receive (uint)
parm: TxIntDelay:Transmit Interrupt Delay (array of int)
parm: TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int)
parm: RxIntDelay:Receive Interrupt Delay (array of int)
parm: RxAbsIntDelay:Receive Absolute Interrupt Delay (array of int)
parm: InterruptThrottleRate:Interrupt Throttling Rate (array of int)
parm: IntMode:Interrupt Mode (array of int)
parm: SmartPowerDownEnable:Enable PHY smart power down (array of int)
parm: KumeranLockLoss:Enable Kumeran lock loss workaround (array of int)
parm: WriteProtectNVM:Write-protect NVM [WARNING: disabling this can lead to corrupted NVM] (array of int)
parm: CrcStripping:Enable CRC Stripping, disable if your BMC needs the CRC (array of int)
Oui carte mère récente puisque le PC est neuf. C'est un HP ProDesk 600 G2 MT
Édité par CinePhil Le 22/09/2016 à 17h03
Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

Papoteur Membre non connecté
-
- Voir le profil du membre Papoteur
- Inscrit le : 03/10/2011
- Groupes :
-
Modérateur
-
Équipe Mageia
-
Administrateur
-
Forgeron
Serais-tu concerné par le même problème que là :
https://bugs.mageia.org/show_bug.cgi?id=16196
Une carte mis en veille par Windows et qui ne se réveille pas sous Linux ?
Bon, manifestement tu as testé aussi le solution du site Arch qui suggère de mettre le "Wake on Lan" non actif.
Dans le même fil, il existe une autre suggestion : https://bugs.mageia.org/show_bug.cgi?id=16196
Je te suggère avant d'exécuter le script de faire manuellement :
Code BASH :
PCI=`/usr/bin/lspci | /bin/egrep -i 'network|ethernet' | /usr/bin/cut -d' ' -f1` /usr/bin/find /sys -name *\${PCI} | /bin/egrep -i *pci0000*
et de vérifier que la sortie ne comporte qu'une seule ligne.
Je reste quand même dans l'idée que tu as besoin d'un noyau plus récent. C'est pour çà qu'on prépare la 5.1.
Aurais-tu une connexion par Wi-fi ?
Yves

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :
J'ai essayé de taper ton script en ligne de commande, sur une seule ligne : pas de résultat.

Sur deux lignes : pas de résultat.

Non, pas de connexion wifi, c'est un desktop à brancher sur le réseau.

Et je n'ai plus de Windows sur la machine ; dans mes diverses tentatives d'installation suite à mon premier problème de lecture de disque, j'ai fini par effacer et départitionner tout le disque avant d'installer Mageia.
Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Bizarre, le module semble présent mais n'est pas chargé.
Quand papoteur t'a demandé d'entrer "modprobe e1000e", as tu bien retenté la connexion dans la foulée, sans redémarrage ?
quelle est la sortie sous root de
# dmesg|grep -iE "fail|e1000e|i219"
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :
# dmesg|grep -iE "fail|e1000e|i219"
Rien en rapport avec le réseau, juste des trucs de ce genre :
Citation:
tsc: Fast TSC calibration failed
ACPI Error: Method parse/execution failed...
ACPI Error: Method parse/execution failed...
Il y a plusieurs lignes du second type.
Après un "modprobe e1000e" (car j'avais éteint l'ordi hier soir), il s'est ajouté aux lignes précédemment évoquées :
Citation:
e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
e1000e: Copyright(c) 1999 - 2014 Intel Corporation
e1000e: Copyright(c) 1999 - 2014 Intel Corporation
Tentative de "Configurer une nouvelle connexion Internet / Filaire":
Citation:
Ethernet
Aucun périphérique trouvé pour ce type de connexion.
Aucun périphérique trouvé pour ce type de connexion.

Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
Peut-être essayer dans l'ordre
# modprobe -v e1000e
# systemctl restart network
essayer de configurer la connexion
Sinon, une autre commande pourrait donner des indices
systemctl list-units
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :

Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :
Citation :
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable
sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card1.device loaded act
sys-devices-pci0000:00-0000:00:14.0-usb2-2x2d8-2x2d8:1.0-host6-target6:0:0-6
sys-devices-pci0000:00-0000:00:16.3-tty-ttyS1.device loaded active plugged /
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.d
sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.d
sys-devices-pci0000:00-0000:00:1f.3-sound-card0.device loaded active plugged
sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/
sys-devices-pnp0-00:07-tty-ttyS0.device loaded active plugged /sys/devices/p
-.mount loaded active mounted /
dev-hugepages.mount loaded active mounted Huge Pages File System
dev-mqueue.mount loaded active mounted POSIX Message Queue File Sy
home.mount loaded active mounted /home
run-user-1000.mount loaded active mounted /run/user/1000
sys-kernel-debug.mount loaded active mounted Debug File System
tmp.mount loaded active mounted Temporary Directory
usr.mount loaded active mounted /usr
var.mount loaded active mounted /var
systemd-ask-password-plymouth.path loaded active waiting Forward Password Re
systemd-ask-password-wall.path loaded active waiting Forward Password Reques
session-c1.scope loaded active running Session c1 of user plemenag
acpid.service loaded active running ACPI Event Daemon
alsa-state.service loaded active running Manage Sound Card State (re
cpupower.service loaded active exited Configure CPU power related
crond.service loaded active running Command Scheduler
dbus.service loaded active running D-Bus System Message Bus
fedora-loadmodules.service loaded active exited Load legacy module configur
fedora-readonly.service loaded active exited Configure read-only root su
fedora-wait-storage.service loaded active exited Wait for storage scan
ip6tables.service loaded active exited ip6tables Firewall for IPv6
iptables.service loaded active exited iptables Firewall for IPv4
irqbalance.service loaded active running irqbalance daemon
kmod-static-nodes.service loaded active exited Create list of required sta
mandi.service loaded active running Network monitoring daemon (
mandriva-everytime.service loaded active exited Reconfigure the system on a
mandriva-save-dmesg.service loaded active exited Save boot dmesg content
msec.service loaded active exited LSB: Enables MSEC security
network-up.service loaded active exited LSB: Wait for the hotplugge
network.service loaded active exited LSB: Bring up/down networki
nscd.service loaded active running Name Service Cache Daemon
partmon.service loaded active exited LSB: Checks if a partition
polkit.service loaded active running Authorization Manager
prefdm.service loaded active running Display Manager
preload.service loaded active running LSB: Adaptive readahead dae
resolvconf.service loaded active exited LSB: Nameserver information
rtkit-daemon.service loaded active running RealtimeKit Scheduling Poli
● shorewall.service loaded failed failed Shorewall IPv4 firewall
● shorewall6.service loaded failed failed Shorewall IPv6 firewall
systemd-fsck@dev-disk-byx2duuid-57f1a21cx2d6749x2d48bcx2d9628x2dc43155082
systemd-fsck@dev-disk-byx2duuid-e0df9669x2d10cex2d47f6x2d8ebdx2dc60ba9506
systemd-journal-flush.service loaded active exited Trigger Flushing of Jour
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-networkd.service loaded active running Network Service
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel Fil
systemd-resolved.service loaded active running Network Name Resolution
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-timesyncd.service loaded active running Network Time Synchronizatio
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Devic
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files a
systemd-udev-settle.service loaded active exited udev Wait for Complete Dev
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System B
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
udisks2.service loaded active running Disk Manager
upower.service loaded active running Daemon for power management
user@1000.service loaded active running User Manager for UID 1000
-.slice loaded active active Root Slice
system-getty.slice loaded active active system-getty.slice
system-systemdx2dfsck.slice loaded active active system-systemdx2dfsck.sl
system.slice loaded active active System Slice
user-1000.slice loaded active active user-1000.slice
user.slice loaded active active User and Session Slice
dbus.socket loaded active running D-Bus System Message Bus So
nscd.socket loaded active running Name Service Cache Daemon S
systemd-initctl.socket loaded active listening /dev/initctl Compatibility
systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/l
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
dev-disk-byx2duuid-a1600eb7x2dac02x2d4d7ax2dbec4x2d5914a7f44b33.swap load
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network.target loaded active active Network
nss-lookup.target loaded active active Host and Network Name Looku
paths.target loaded active active Paths
remote-fs.target loaded active active Remote File Systems
rpcbind.target loaded active active RPC Port Mapper
slices.target loaded active active Slices
nscd.socket loaded active running Name Service Cache Daemon S
systemd-initctl.socket loaded active listening /dev/initctl Compatibility
systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/l
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
dev-disk-byx2duuid-a1600eb7x2dac02x2d4d7ax2dbec4x2d5914a7f44b33.swap load
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network.target loaded active active Network
nss-lookup.target loaded active active Host and Network Name Looku
paths.target loaded active active Paths
remote-fs.target loaded active active Remote File Systems
rpcbind.target loaded active active RPC Port Mapper
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
time-sync.target loaded active active System Time Synchronized
timers.target loaded active active Timers
systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporar
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
114 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
UNIT LOAD ACTIVE SUB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable
sys-devices-pci0000:00-0000:00:01.0-0000:01:00.1-sound-card1.device loaded act
sys-devices-pci0000:00-0000:00:14.0-usb2-2x2d8-2x2d8:1.0-host6-target6:0:0-6
sys-devices-pci0000:00-0000:00:16.3-tty-ttyS1.device loaded active plugged /
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda-s
sys-devices-pci0000:00-0000:00:17.0-ata1-host0-target0:0:0-0:0:0:0-block-sda.d
sys-devices-pci0000:00-0000:00:17.0-ata2-host1-target1:0:0-1:0:0:0-block-sr0.d
sys-devices-pci0000:00-0000:00:1f.3-sound-card0.device loaded active plugged
sys-devices-platform-serial8250-tty-ttyS2.device loaded active plugged /sys/
sys-devices-platform-serial8250-tty-ttyS3.device loaded active plugged /sys/
sys-devices-pnp0-00:07-tty-ttyS0.device loaded active plugged /sys/devices/p
-.mount loaded active mounted /
dev-hugepages.mount loaded active mounted Huge Pages File System
dev-mqueue.mount loaded active mounted POSIX Message Queue File Sy
home.mount loaded active mounted /home
run-user-1000.mount loaded active mounted /run/user/1000
sys-kernel-debug.mount loaded active mounted Debug File System
tmp.mount loaded active mounted Temporary Directory
usr.mount loaded active mounted /usr
var.mount loaded active mounted /var
systemd-ask-password-plymouth.path loaded active waiting Forward Password Re
systemd-ask-password-wall.path loaded active waiting Forward Password Reques
session-c1.scope loaded active running Session c1 of user plemenag
acpid.service loaded active running ACPI Event Daemon
alsa-state.service loaded active running Manage Sound Card State (re
cpupower.service loaded active exited Configure CPU power related
crond.service loaded active running Command Scheduler
dbus.service loaded active running D-Bus System Message Bus
fedora-loadmodules.service loaded active exited Load legacy module configur
fedora-readonly.service loaded active exited Configure read-only root su
fedora-wait-storage.service loaded active exited Wait for storage scan
ip6tables.service loaded active exited ip6tables Firewall for IPv6
iptables.service loaded active exited iptables Firewall for IPv4
irqbalance.service loaded active running irqbalance daemon
kmod-static-nodes.service loaded active exited Create list of required sta
mandi.service loaded active running Network monitoring daemon (
mandriva-everytime.service loaded active exited Reconfigure the system on a
mandriva-save-dmesg.service loaded active exited Save boot dmesg content
msec.service loaded active exited LSB: Enables MSEC security
network-up.service loaded active exited LSB: Wait for the hotplugge
network.service loaded active exited LSB: Bring up/down networki
nscd.service loaded active running Name Service Cache Daemon
partmon.service loaded active exited LSB: Checks if a partition
polkit.service loaded active running Authorization Manager
prefdm.service loaded active running Display Manager
preload.service loaded active running LSB: Adaptive readahead dae
resolvconf.service loaded active exited LSB: Nameserver information
rtkit-daemon.service loaded active running RealtimeKit Scheduling Poli
● shorewall.service loaded failed failed Shorewall IPv4 firewall
● shorewall6.service loaded failed failed Shorewall IPv6 firewall
systemd-fsck@dev-disk-byx2duuid-57f1a21cx2d6749x2d48bcx2d9628x2dc43155082
systemd-fsck@dev-disk-byx2duuid-e0df9669x2d10cex2d47f6x2d8ebdx2dc60ba9506
systemd-journal-flush.service loaded active exited Trigger Flushing of Jour
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-modules-load.service loaded active exited Load Kernel Modules
systemd-networkd.service loaded active running Network Service
systemd-random-seed.service loaded active exited Load/Save Random Seed
systemd-remount-fs.service loaded active exited Remount Root and Kernel Fil
systemd-resolved.service loaded active running Network Name Resolution
systemd-sysctl.service loaded active exited Apply Kernel Variables
systemd-timesyncd.service loaded active running Network Time Synchronizatio
systemd-tmpfiles-setup-dev.service loaded active exited Create Static Devic
systemd-tmpfiles-setup.service loaded active exited Create Volatile Files a
systemd-udev-settle.service loaded active exited udev Wait for Complete Dev
systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
systemd-udevd.service loaded active running udev Kernel Device Manager
systemd-update-utmp.service loaded active exited Update UTMP about System B
systemd-user-sessions.service loaded active exited Permit User Sessions
systemd-vconsole-setup.service loaded active exited Setup Virtual Console
udisks2.service loaded active running Disk Manager
upower.service loaded active running Daemon for power management
user@1000.service loaded active running User Manager for UID 1000
-.slice loaded active active Root Slice
system-getty.slice loaded active active system-getty.slice
system-systemdx2dfsck.slice loaded active active system-systemdx2dfsck.sl
system.slice loaded active active System Slice
user-1000.slice loaded active active user-1000.slice
user.slice loaded active active User and Session Slice
dbus.socket loaded active running D-Bus System Message Bus So
nscd.socket loaded active running Name Service Cache Daemon S
systemd-initctl.socket loaded active listening /dev/initctl Compatibility
systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/l
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
dev-disk-byx2duuid-a1600eb7x2dac02x2d4d7ax2dbec4x2d5914a7f44b33.swap load
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network.target loaded active active Network
nss-lookup.target loaded active active Host and Network Name Looku
paths.target loaded active active Paths
remote-fs.target loaded active active Remote File Systems
rpcbind.target loaded active active RPC Port Mapper
slices.target loaded active active Slices
nscd.socket loaded active running Name Service Cache Daemon S
systemd-initctl.socket loaded active listening /dev/initctl Compatibility
systemd-journald-dev-log.socket loaded active running Journal Socket (/dev/l
systemd-journald.socket loaded active running Journal Socket
systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
systemd-udevd-control.socket loaded active running udev Control Socket
systemd-udevd-kernel.socket loaded active running udev Kernel Socket
dev-disk-byx2duuid-a1600eb7x2dac02x2d4d7ax2dbec4x2d5914a7f44b33.swap load
basic.target loaded active active Basic System
cryptsetup.target loaded active active Encrypted Volumes
getty.target loaded active active Login Prompts
graphical.target loaded active active Graphical Interface
local-fs-pre.target loaded active active Local File Systems (Pre)
local-fs.target loaded active active Local File Systems
multi-user.target loaded active active Multi-User System
network-online.target loaded active active Network is Online
network.target loaded active active Network
nss-lookup.target loaded active active Host and Network Name Looku
paths.target loaded active active Paths
remote-fs.target loaded active active Remote File Systems
rpcbind.target loaded active active RPC Port Mapper
slices.target loaded active active Slices
sockets.target loaded active active Sockets
sound.target loaded active active Sound Card
swap.target loaded active active Swap
sysinit.target loaded active active System Initialization
time-sync.target loaded active active System Time Synchronized
timers.target loaded active active Timers
systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporar
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
114 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Édité par CinePhil Le 23/09/2016 à 15h22
Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur

On reprend tout depuis le début
sous root
lspcidrake -v
journalctl -ab | grep -iE "219|e1000e|network"
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits

CinePhil Membre non connecté
-
- Voir le profil du membre CinePhil
- Inscrit le : 24/12/2011
- Groupes :
lebarhon :
lspcidrake -v
Voici :
Citation :
[root@localhost ~]# lspcidrake -v
snd_hda_intel : NVIDIA Corporation|GF119 HDMI Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:10de device:0e08 subv:103c subd:1154) (rev: a1)
Card:NVIDIA GeForce 420 series and later: NVIDIA Corporation|GF119 [NVS 310] [DISPLAY_VGA] (vendor:10de device:107d subv:103c subd:1154) (rev: a1)
unknown : Intel Corporation|Ethernet Connection (2) I219-LM [NETWORK_ETHERNET] (vendor:8086 device:15b7 subv:103c subd:805d) (rev: 31)
i2c_i801 : Intel Corporation|Sunrise Point-H SMBus [SERIAL_SMBUS] (vendor:8086 device:a123 subv:103c subd:805d) (rev: 31)
snd_hda_intel : Intel Corporation|Sunrise Point-H HD Audio [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:a170 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H PMC [MEMORY_OTHER] (vendor:8086 device:a121 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H LPC Controller [BRIDGE_ISA] (vendor:8086 device:a147 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Device a102 [STORAGE_SATA] (vendor:8086 device:a102 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H KT Redirection [COMMUNICATION_SERIAL] (vendor:8086 device:a13d subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H CSME HECI #1 [COMMUNICATION_OTHER] (vendor:8086 device:a13a subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H Thermal subsystem [SIGNAL_OTHER] (vendor:8086 device:a131 subv:103c subd:805d) (rev: 31)
xhci_pci : Intel Corporation|Sunrise Point-H USB 3.0 xHCI Controller [SERIAL_USB] (vendor:8086 device:a12f subv:103c subd:805d) (rev: 31)
Card:Intel 810 and later: Intel Corporation|Sky Lake Integrated Graphics [DISPLAY_VGA] (vendor:8086 device:1912 subv:103c subd:805d) (rev: 06)
shpchp : Intel Corporation|Sky Lake PCIe Controller (x16) [BRIDGE_PCI] (vendor:8086 device:1901) (rev: 07)
unknown : Intel Corporation|Sky Lake Host Bridge/DRAM Registers [BRIDGE_HOST] (vendor:8086 device:191f subv:103c subd:805d) (rev: 07)
hub : Linux 3.19.8-desktop-3.mga5 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0003)
usb_storage : Realtek|USB3.0 Card Reader [Mass Storage|SCSI|Bulk-Only] (vendor:0bda device:0329)
hub : Linux 3.19.8-desktop-3.mga5 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
usbhid : PixArt|HP USB Optical Mouse [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:03f0 device:134a)
usbhid : Lite-On Technology Corp|HP USB Slim Keyboard - Skylab EU [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:03f0 device:2b4a)
hid_generic : Lite-On Technology Corp HP USB Slim Keyboard - Skylab EU
hid_generic : Lite-On Technology Corp HP USB Slim Keyboard - Skylab EU
hid_generic : PixArt HP USB Optical Mouse
[root@localhost ~]#
[root@localhost ~]# lspcidrake -v
snd_hda_intel : NVIDIA Corporation|GF119 HDMI Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:10de device:0e08 subv:103c subd:1154) (rev: a1)
Card:NVIDIA GeForce 420 series and later: NVIDIA Corporation|GF119 [NVS 310] [DISPLAY_VGA] (vendor:10de device:107d subv:103c subd:1154) (rev: a1)
unknown : Intel Corporation|Ethernet Connection (2) I219-LM [NETWORK_ETHERNET] (vendor:8086 device:15b7 subv:103c subd:805d) (rev: 31)
i2c_i801 : Intel Corporation|Sunrise Point-H SMBus [SERIAL_SMBUS] (vendor:8086 device:a123 subv:103c subd:805d) (rev: 31)
snd_hda_intel : Intel Corporation|Sunrise Point-H HD Audio [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:a170 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H PMC [MEMORY_OTHER] (vendor:8086 device:a121 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H LPC Controller [BRIDGE_ISA] (vendor:8086 device:a147 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Device a102 [STORAGE_SATA] (vendor:8086 device:a102 subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H KT Redirection [COMMUNICATION_SERIAL] (vendor:8086 device:a13d subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H CSME HECI #1 [COMMUNICATION_OTHER] (vendor:8086 device:a13a subv:103c subd:805d) (rev: 31)
unknown : Intel Corporation|Sunrise Point-H Thermal subsystem [SIGNAL_OTHER] (vendor:8086 device:a131 subv:103c subd:805d) (rev: 31)
xhci_pci : Intel Corporation|Sunrise Point-H USB 3.0 xHCI Controller [SERIAL_USB] (vendor:8086 device:a12f subv:103c subd:805d) (rev: 31)
Card:Intel 810 and later: Intel Corporation|Sky Lake Integrated Graphics [DISPLAY_VGA] (vendor:8086 device:1912 subv:103c subd:805d) (rev: 06)
shpchp : Intel Corporation|Sky Lake PCIe Controller (x16) [BRIDGE_PCI] (vendor:8086 device:1901) (rev: 07)
unknown : Intel Corporation|Sky Lake Host Bridge/DRAM Registers [BRIDGE_HOST] (vendor:8086 device:191f subv:103c subd:805d) (rev: 07)
hub : Linux 3.19.8-desktop-3.mga5 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0003)
usb_storage : Realtek|USB3.0 Card Reader [Mass Storage|SCSI|Bulk-Only] (vendor:0bda device:0329)
hub : Linux 3.19.8-desktop-3.mga5 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
usbhid : PixArt|HP USB Optical Mouse [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:03f0 device:134a)
usbhid : Lite-On Technology Corp|HP USB Slim Keyboard - Skylab EU [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:03f0 device:2b4a)
hid_generic : Lite-On Technology Corp HP USB Slim Keyboard - Skylab EU
hid_generic : Lite-On Technology Corp HP USB Slim Keyboard - Skylab EU
hid_generic : PixArt HP USB Optical Mouse
[root@localhost ~]#
Citation :
journalctl -ab | grep -iE "219|e1000e|network"
Voilà :
Citation :
[root@localhost ~]# journalctl -ab | grep -iE "219|e1000e|network"
sept. 23 08:54:17 localhost network[1116]: Démarrage de l'interface loopback : [ OK ]
sept. 23 08:54:17 localhost network-up[1269]: Attente de l'activation du réseau[ OK ]
sept. 23 08:54:19 localhost shorewall6[1284]: ERROR: No network interfaces defined
sept. 23 08:54:21 localhost shorewall[1283]: ERROR: No network interfaces defined
sept. 23 08:59:57 localhost mgaapplet[3325]: Checking Network: seems disabled
sept. 23 10:30:15 localhost kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
sept. 23 10:30:15 localhost kernel: e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
sept. 23 13:53:19 localhost systemd-networkd[990]: lo : lost carrier
sept. 23 13:53:19 localhost network[21576]: Arrêt de l'interface « loopback » : [ OK ]
sept. 23 13:53:19 localhost network[21576]: net.ipv4.tcp_syncookies = 0
sept. 23 13:53:19 localhost systemd-networkd[990]: lo : gained carrier
sept. 23 13:53:19 localhost network[21699]: Démarrage de l'interface loopback : [ OK ]
sept. 23 13:53:37 localhost polkit-agent-helper-1[21962]: pam_tcb(polkit-1:auth): Authentication passed for root from (uid=1000)
sept. 23 13:53:37 localhost polkitd[3198]: Operator of unix-session:c1 successfully authenticated as unix-user:root to gain TEMPORARY authorization for action org.mageia.drakconf.pkexec.run for unix-process:21957:1797332 [/usr/bin/perl /usr/bin/drakconf] (owned by unix-user:plemenager)
sept. 23 13:53:37 localhost pkexec[21960]: pam_tcb(polkit-1:session): Session opened for root by (uid=1000)
sept. 23 13:53:37 localhost pkexec[21960]: plemenager: Executing command [USER=root] [TTY=unknown] [CWD=/home/plemenager] [COMMAND=/usr/libexec/drakconf]
sept. 23 13:53:37 localhost drakconf[21960]: ### Program is starting ###
sept. 23 13:53:41 localhost drakconnect[21989]: ### Program is starting ###
[root@localhost ~]#
[root@localhost ~]# journalctl -ab | grep -iE "219|e1000e|network"
sept. 23 08:54:17 localhost network[1116]: Démarrage de l'interface loopback : [ OK ]
sept. 23 08:54:17 localhost network-up[1269]: Attente de l'activation du réseau[ OK ]
sept. 23 08:54:19 localhost shorewall6[1284]: ERROR: No network interfaces defined
sept. 23 08:54:21 localhost shorewall[1283]: ERROR: No network interfaces defined
sept. 23 08:59:57 localhost mgaapplet[3325]: Checking Network: seems disabled
sept. 23 10:30:15 localhost kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
sept. 23 10:30:15 localhost kernel: e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
sept. 23 13:53:19 localhost systemd-networkd[990]: lo : lost carrier
sept. 23 13:53:19 localhost network[21576]: Arrêt de l'interface « loopback » : [ OK ]
sept. 23 13:53:19 localhost network[21576]: net.ipv4.tcp_syncookies = 0
sept. 23 13:53:19 localhost systemd-networkd[990]: lo : gained carrier
sept. 23 13:53:19 localhost network[21699]: Démarrage de l'interface loopback : [ OK ]
sept. 23 13:53:37 localhost polkit-agent-helper-1[21962]: pam_tcb(polkit-1:auth): Authentication passed for root from (uid=1000)
sept. 23 13:53:37 localhost polkitd[3198]: Operator of unix-session:c1 successfully authenticated as unix-user:root to gain TEMPORARY authorization for action org.mageia.drakconf.pkexec.run for unix-process:21957:1797332 [/usr/bin/perl /usr/bin/drakconf] (owned by unix-user:plemenager)
sept. 23 13:53:37 localhost pkexec[21960]: pam_tcb(polkit-1:session): Session opened for root by (uid=1000)
sept. 23 13:53:37 localhost pkexec[21960]: plemenager: Executing command [USER=root] [TTY=unknown] [CWD=/home/plemenager] [COMMAND=/usr/libexec/drakconf]
sept. 23 13:53:37 localhost drakconf[21960]: ### Program is starting ###
sept. 23 13:53:41 localhost drakconnect[21989]: ### Program is starting ###
[root@localhost ~]#
Merci pour l'aide... qui sera de nouveau la bienvenue au mois d'octobre car je suis absent une semaine.
Édité par CinePhil Le 23/09/2016 à 17h39
Philippe Leménager
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.
Ingénieur d'études en informatique retraité.
Auto-entrepreneur en conception et développement de bases de données, de sites et d'applications web.

lebarhon Membre non connecté
-
- Voir le profil du membre lebarhon
- Inscrit le : 09/10/2010
- Groupes :
-
Équipe Mageia
-
Membre d'Honneur
unknown : Intel Corporation|Ethernet Connection (2) I219-LM [NETWORK_ETHERNET] (vendor:8086 device:15b7 subv:103c subd:805d) (rev: 31)
Le pilote ne doit pas être le bon
Ton pilote semble être ici
https://downloadcenter.intel.com/download/4237/Administrative-Tools-for-Intel-Network-Adapters?product=71307
Telécharge PROADMIN.tar.gz, dedans on y trouve:
What's New in This Release
==========================
- Support for the Intel(R) Ethernet Connection (4) I219-LM
- Support for the Intel(R) Ethernet Connection (4) I219-V
- Support for the Intel(R) Ethernet Connection (5) I219-LM
- Support for the Intel(R) Ethernet Connection (5) I219-V
- Intel(R) I/OAT (Intel(R) I/O Acceleration Technology / Intel(R) QuickData
Technology) and Intel(R) AMT (Intel(R) Active Management Technology)
features are no longer supported
- The prefix for Intel(R) PROSet for Windows* Device Manager ANS teams has
changed from "TEAM : " to "TEAM: ". Please update your scripts accordingly.
==========================
- Support for the Intel(R) Ethernet Connection (4) I219-LM
- Support for the Intel(R) Ethernet Connection (4) I219-V
- Support for the Intel(R) Ethernet Connection (5) I219-LM
- Support for the Intel(R) Ethernet Connection (5) I219-V
- Intel(R) I/OAT (Intel(R) I/O Acceleration Technology / Intel(R) QuickData
Technology) and Intel(R) AMT (Intel(R) Active Management Technology)
features are no longer supported
- The prefix for Intel(R) PROSet for Windows* Device Manager ANS teams has
changed from "TEAM : " to "TEAM: ". Please update your scripts accordingly.
et aussi 1 rpm, à tenter
Téléchargements/PROADMIN.tar.gz/TOOLS/IOUtil/Linux64e/DRIVER/iqvlinux-1.1.5.6-0.noarch.rpm
Ce sont des pilotes pour Linux mais l'aide n'évoque que l'installation pour Windows !
Édité par lebarhon Le 23/09/2016 à 19h16
CM Asus Z77-A+i5-2500K+GeForceGT520+RAM8Go
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
SSD Crucial M4+SSD Samsung EVO
Mageia 6 64 bits
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie