Gentoo Archives: gentoo-user

From: Jarry <mr.jarry@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Realtec 8111C LAN not detected...
Date: Fri, 28 Oct 2011 16:47:50
Message-Id: 4EAADC26.5080601@gmail.com
In Reply to: Re: [gentoo-user] Realtec 8111C LAN not detected... by Michael Mol
1 On 28-Oct-11 18:30, Michael Mol wrote:
2 >>
3 >> # lspci -k
4 >> <snip>
5 >> 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B
6 >> PCI Express Gigabit Ethernet Controller (rev 02)
7 >> Subsystem: Giga-byte Technology GA-EP45-DS5 Motherboard
8 >> Kernel driver in use: r8169
9 >> Kernel modules: r8169
10 >>
11 >> # lspci -vn
12 >> <snip>
13 >> 03:00.0 0200: 10ec:8168 (rev 02)
14 >> Subsystem: 1458:e000
15 >> Flags: bus master, fast devsel, latency 0, IRQ 44
16 >> I/O ports at ee00 [size=256]
17 >> Memory at fdcff000 (64-bit, prefetchable) [size=4K]
18 >> Memory at fdce0000 (64-bit, prefetchable) [size=64K]
19 >> [virtual] Expansion ROM at fdc00000 [disabled] [size=64K]
20 >> Capabilities: [40] Power Management version 3
21 >> Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
22 >> Capabilities: [70] Express Endpoint, MSI 01
23 >> Capabilities: [b0] MSI-X: Enable- Count=2 Masked-
24 >> Capabilities: [d0] Vital Product Data
25 >> Capabilities: [100] Advanced Error Reporting
26 >> Capabilities: [140] Virtual Channel
27 >> Capabilities: [160] Device Serial Number 12-34-56-78-12-34-56-78
28 >> Kernel driver in use: r8169
29 >> Kernel modules: r8169
30 >>
31 >
32 > I think the next step is to check udev.
33 > Find something like 70-persistant-net.rules under /etc/udev/rules.d.
34 > Make a backup of that file, then delete the one in the folder. Reboot,
35 > see if that solves the problem.
36
37 Well, there is no need to delete something in /etc/udev/rules.d
38 because it is a live-cd. But here is content of
39 /etc/udev/rules.d/70-persistent-net.rules
40
41 # PCI device 0x10ec:0x8168 (r8169)
42 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
43 ATTR{address}=="00:1f:d0:8f:d0:58", ATTR{dev_id}=="0x0",
44 ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
45
46 Jarry
47
48 --
49 _______________________________________________________________
50 This mailbox accepts e-mails only from selected mailing-lists!
51 Everything else is considered to be spam and therefore deleted.

Replies

Subject Author
Re: [gentoo-user] Realtec 8111C LAN not detected... Michael Mol <mikemol@×××××.com>