Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] net-misc/r8168 build issue
Date: Thu, 15 Nov 2018 23:21:16
Message-Id: 20181115232100.3bff4737@digimed.co.uk
In Reply to: [gentoo-user] net-misc/r8168 build issue by "Hasan Ç."
1 On Thu, 15 Nov 2018 18:06:26 +0300, Hasan Ç. wrote:
2
3 > This is a known problem kernel uses r8169 ethernet firmware for r8168
4 > chips and causes connectivity issues.Thanks gentoo there is a r8168
5 > package in net-misc but i encountered a problem.
6 >
7 > James Le Cuirot <chewi@g.o>, Sat, 28 Apr 2018 00:09, commit
8 > ee232457
9 > <https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee232457ed7bad1c3d62c4c509419086b6ea3a65>
10 >
11 > -CONFIG_CHECK="!R8169"
12 > -ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter
13 > (CONFIG_R8169) to be DISABLED"
14 >
15 > emerge --ask net-misc/r8168
16
17 You can't have two r8168 modules installed at the same time. Use either
18 the in-kernel one or thebinary driver from Realtek, that's what the ebuild
19 is checking for. For the 8168 firmware, install linux-firmware.
20
21 % qlist linux-firmware | grep 8168
22 /lib/firmware/rtl_nic/rtl8168h-2.fw
23 /lib/firmware/rtl_nic/rtl8168h-1.fw
24 /lib/firmware/rtl_nic/rtl8168g-3.fw
25 /lib/firmware/rtl_nic/rtl8168g-2.fw
26 /lib/firmware/rtl_nic/rtl8168g-1.fw
27 /lib/firmware/rtl_nic/rtl8168f-2.fw
28 /lib/firmware/rtl_nic/rtl8168f-1.fw
29 /lib/firmware/rtl_nic/rtl8168e-3.fw
30 /lib/firmware/rtl_nic/rtl8168e-2.fw
31 /lib/firmware/rtl_nic/rtl8168e-1.fw
32 /lib/firmware/rtl_nic/rtl8168d-2.fw
33 /lib/firmware/rtl_nic/rtl8168d-1.fw
34
35
36 --
37 Neil Bothwick
38
39 WORM: (n.) acronym for Write Once, Read Mangled. Used to describe a
40 normally-functioning computer disk of the very latest design.