Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

31.10.2014, 15:58

Netzwerkkarte wird nicht erkannt

Hallo,

ich habe auf meinem X48t-dq6 Mainboard eine Realtek 8111C chip (10/100/1000 Mbit)Ethernet Karte, welche von meinem System nicht erkannt wird.

Wenn ich aber von der Live CD boote, dann sehe ich :

Quellcode

1
2
enp5s0 adding address fe80::cec9:dc96:ea41:8e98
enp6s0 adding address fe80::e000:e091:3d8e:44fb


lspci :

Quellcode

1
2
05:00.0 Ethernet controller RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
06:00.0 Ethernet controller RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller


Nach einem Reboot sehe ich bei ifconfig nur lo. Im Kernel (3.16.5) habe ich unter Device Drivers -> Network device support -> Ethernet driver support den Realtek 8169 Treiber ausgewählt, weil der angeblich den 8111C Chipsatz unterstützt.

Ich habe heute mein System neu aufgesetzt, vorher hatte ich den Kernel 3.6.8 und da wurde die Netzwerkkarte auf dem Mainboard ohne Probleme erkannt.


Bodo

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Bodo« (06.11.2014, 14:16)


2

31.10.2014, 16:14

Ist der Kernel nach dem Aktivieren der Option neu gebaut, installiert und gebootet?
Ist das Modul geladen? (lspci -k)
Was sagt "dmesg" beim landen des Moduls?
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

3

31.10.2014, 18:28

ja, nach dem bauen des Kernel-Modules wurde die Kiste neu gebootet.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# lspci -k
00:00.0 Host bridge: Intel Corporation 82X38/X48 Express DRAM Controller (rev 01)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5000
00:01.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Primary PCI Express Bridge (rev 01)
    	Kernel driver in use: pcieport
00:06.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Secondary PCI Express Bridge (rev 01)
    	Kernel driver in use: pcieport
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5004
    	Kernel driver in use: uhci_hcd
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5004
    	Kernel driver in use: uhci_hcd
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5004
    	Kernel driver in use: uhci_hcd
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5006
    	Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device a022
    	Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 02)
    	Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 02)
    	Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 02)
    	Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 02)
    	Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5004
    	Kernel driver in use: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5004
    	Kernel driver in use: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5004
    	Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5006
    	Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5001
00:1f.2 IDE interface: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA Controller [IDE mode] (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device b002
    	Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device 5001
    	Kernel driver in use: i801_smbus
00:1f.5 IDE interface: Intel Corporation 82801I (ICH9 Family) 2 port SATA Controller [IDE mode] (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Device b002
    	Kernel driver in use: ata_piix
01:00.0 VGA compatible controller: NVIDIA Corporation GF100 [GeForce GTX 480] (rev a3)
    	Subsystem: NVIDIA Corporation Device 075f
01:00.1 Audio device: NVIDIA Corporation GF100 High Definition Audio Controller (rev a1)
    	Subsystem: NVIDIA Corporation Device 075f
    	Kernel driver in use: snd_hda_intel
04:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Motherboard
    	Kernel driver in use: ahci
04:00.1 IDE interface: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Motherboard
    	Kernel driver in use: pata_jmicron
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Motherboard
    	Kernel driver in use: r8169
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
    	Subsystem: Gigabyte Technology Co., Ltd Motherboard
    	Kernel driver in use: r8169
07:00.0 Multimedia audio controller: Creative Labs SB X-Fi
    	Subsystem: Creative Labs X-Fi Platinum
07:06.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
    	Subsystem: Gigabyte Technology Co., Ltd Motherboard


dmesg Ausgabe :

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  0.220048] ata1: SATA max UDMA/133 abar m8192@0xf2000000 port 0xf2000100 irq 19
[	0.220190] ata2: SATA max UDMA/133 abar m8192@0xf2000000 port 0xf2000180 irq 19
[	0.220351] ata_piix 0000:00:1f.2: version 2.13
[	0.220426] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[	0.221125] scsi2 : ata_piix
[	0.221392] scsi3 : ata_piix
[	0.221552] ata3: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[	0.221683] ata4: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[	0.221878] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[	0.222540] scsi4 : ata_piix
[	0.222743] scsi5 : ata_piix
[	0.222904] ata5: SATA max UDMA/133 cmd 0xe700 ctl 0xe800 bmdma 0xeb00 irq 19
[	0.223087] ata6: SATA max UDMA/133 cmd 0xe900 ctl 0xea00 bmdma 0xeb08 irq 19
[	0.223266] pata_jmicron 0000:04:00.1: enabling device (0000 -> 0001)
[	0.224062] scsi6 : pata_jmicron
[	0.224324] scsi7 : pata_jmicron
[	0.224481] ata7: PATA max UDMA/100 cmd 0xa000 ctl 0xa100 bmdma 0xa400 irq 16
[	0.224633] ata8: PATA max UDMA/100 cmd 0xa200 ctl 0xa300 bmdma 0xa408 irq 16
[	0.224856] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[	0.224978] e100: Copyright(c) 1999-2006 Intel Corporation
[	0.225147] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[	0.225269] e1000: Copyright (c) 1999-2006 Intel Corporation.
[	0.225403] jme: JMicron JMC2XX ethernet driver version 1.0.8
[	0.225537] sky2: driver version 1.30
[	0.225704] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[	0.225826] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[	0.226198] r8169 0000:05:00.0 eth0: RTL8168c/8111c at 0xf8020000, 00:1d:7d:08:b9:d1, XID 1c2000c0 IRQ 16
[	0.228049] r8169 0000:05:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
[	0.228285] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[	0.228473] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[	0.228936] r8169 0000:06:00.0 eth1: RTL8168c/8111c at 0xf8022000, 00:1d:7d:08:b4:31, XID 1c2000c0 IRQ 17
[	0.229237] r8169 0000:06:00.0 eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
[	0.229461] PPP generic driver version 2.4.2
[	0.229745] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[	0.229907] ehci-pci: EHCI PCI platform driver
[	0.230123] ehci-pci 0000:00:1a.7: EHCI Host Controller
[	0.230303] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[	0.234342] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[	0.234353] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf2305000
[	0.240018] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00


Bodo

4

31.10.2014, 19:35

[ 0.225704] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.225826] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.226198] r8169 0000:05:00.0 eth0: RTL8168c/8111c at 0xf8020000, 00:1d:7d:08:b9:d1, XID 1c2000c0 IRQ 16
[ 0.228049] r8169 0000:05:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
[ 0.228285] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 0.228473] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.228936] r8169 0000:06:00.0 eth1: RTL8168c/8111c at 0xf8022000, 00:1d:7d:08:b4:31, XID 1c2000c0 IRQ 17
[ 0.229237] r8169 0000:06:00.0 eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]

Sieht doch bis hier hin gut aus. Der Treiber wurde geladen und eth0 und eth1 sind da. Das ifconfig die noch nicht anzeigt ist erst mal OK. In /proc/net/dev kannst du nochmal nach sehen ob Devices da sind und wie diese heißen. Bei dir im System ist die alte Bezeichnung aktiv, in der LiveCD die neue (enp5s0, enp6s0). Nach einem ifconfig eth0 up sollte eth0 erscheinen. Danach kannst du es manuell konfigurieren oder richte das Netzwerk mit einen der vielen Möglichkeiten unter Gentoo ein damit es automatisch(er) geht.
Intel Core2 Quad CPU @ 2.40GHz mit Gentoo/Gnome3

5

31.10.2014, 20:29

ifconfig zeigt erst einmal nur die aktiven Interfaces an. prüfe mal mit

Quellcode

1
ifconfig -a
ob die da sind. Wenn ja, dann sind diese "nur" nicht Konfiguriert. Wenn Du neu installiert hast wirst Du dort keine "ethX" sehen sondern die neue enpXYZ Namensgebung, auch wenn "dmesg" erst einmal was anderes sagt.
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

6

01.11.2014, 11:14

Unter /etc/init.d war nur als Service net.lo vorhanden gewesen. In dmesg stand dann noch weiter unten "Renaming eth0 in enp5s0 sowie renaming eth1 in enp6s0.

Nach einem ln -s etho.lo enp5s0 war dann der Service vorhanden, so dass ich ihn dann mit rc-update in das Runlevel hinzufügen konnte.

Nach einem Reboot war dann die Netzwerkkarte da.