Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: kernel 3.8 and external drivers
Date: Sun, 10 Mar 2013 23:34:59
Message-Id: khj5a2$dlt$1@ger.gmane.org
1 On 10/03/13 21:04, Daniel Wagener wrote:
2 > On Sun, 10 Mar 2013 12:49:02 -0600
3 > Canek Peláez Valdés <caneko@×××××.com> wrote:
4 >>>> Mmmh. What sources do you use? In vanilla-sources-3.8.2, there is a
5 >>>> r8169 driver:
6 >>>>
7 >>>> ./drivers/net/ethernet/realtek/r8169.c
8 >>>>
9 >>>> config R8169
10 >>>> tristate "Realtek 8169 gigabit ethernet support"
11 >>>>
12 >>>> Say Y here if you have a Realtek 8169 PCI Gigabit
13 >>>> Ethernet adapter.
14 >>>>
15 >>>> To compile this driver as a module, choose M here: the
16 >>>> module will be called r8169. This is recommended.
17 >>>>
18 >>>
19 >>> oh great, so I actually mixed it up…
20 >>> the 8169 is in the Kernel yes, but what i need is the 8168
21 >>
22 >> The in-kernel drive (supposedly) supports 8168:
23 >>
24 >> r8169.c: RealTek 8169/8168/8101 ethernet driver.
25 >
26 > Thanks for encouraging me, the in-kernel driver actually works.
27
28 Note that you also need to emerge sys-kernel/linux-firmware. The driver
29 will work without it, but the ethernet connection can hang after an hour
30 or so.
31
32 You can verify whether you need to install the firmware or not by
33 inspecting the kernel log:
34
35 dmesg | grep -i firmware
36
37 This should show the kernel trying to load the firmware for your R8168
38 chip but failing.

Replies

Subject Author
Re: [gentoo-user] Re: kernel 3.8 and external drivers Joseph <syscon780@×××××.com>