Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ethernet dont use kernel module
Date: Sun, 09 Mar 2014 08:28:43
Message-Id: CADPrc82CQ10+cVsLOoiGMerCE8T=VUnjnD+s2M2TLSJKo9fvrA@mail.gmail.com
In Reply to: Re: [gentoo-user] ethernet dont use kernel module by Facundo Curti
1 On Sun, Mar 9, 2014 at 2:18 AM, Facundo Curti <facu.curti@×××××.com> wrote:
2
3 [snip]
4
5 First of all, you should not need to run any script. udev should
6 handle everything by itself.
7
8 > http://bpaste.net/show/186711/
9
10 Second of all:
11
12 could not open /proc/modules: No such file or directory
13
14 How is that even possible? In the first .config you posted, you had
15 CONFIG_MODULES unset, but I'm assuming you changed CONFIG_R8169 to 'm'
16 by running make menuconfig and going into the correct option, and that
17 you don't just edited your .config file. Right?
18
19 Because if you edited your .config by hand, that *CANNOT* result in
20 anything good, unless you know precisely what are you doing, and even
21 then most people would not recommend it.
22
23 It looks like you don't have kernel module support. Is that so?
24
25 What does the following command prints:
26
27 find /lib/modules -name "*r816*"
28
29 Regards.
30 --
31 Canek Peláez Valdés
32 Posgrado en Ciencia e Ingeniería de la Computación
33 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] ethernet dont use kernel module Facundo Curti <facu.curti@×××××.com>
Re: [gentoo-user] ethernet dont use kernel module Facundo Curti <facu.curti@×××××.com>