Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Realtec 8111C LAN not detected... Jarry <mr.jarry@×××××.com>