"Easiest way to check is boot the live cd and do lspci -K. This will
list detected hardware on the PCI bus and if applicable the drivers.
Note the RTL8169 name, probably 'r8169'."

1) the result of #lspci K was:

02:00.0 Ethernet Controller: Intel Corporation 82574L Gigabit Network connection
....................................................................................................................
kernel modules:e1000e

2)after that I did a test with: #modprobe e1000e that returned:

modprobe:ERROR: could not insert 'e1000e' unknown symbol in mocule, or unknown parameter (see dmesg)

I still have to run 'make menuconfig' as I was told to do but I do not understand this modprobe ERROR as it is not he first time I do #modprobe and this error message comes as result.

3)I must explain that I have changed the ethernet controller just to check it would be recognized but it wasn't either, like the other ethernet controller


2014-12-30 1:06 GMT-02:00 James Trimbee <james.trimbee@gmail.com>:
On 29 December 2014 at 20:17, Cezar Rangel <cezar.rangel@gmail.com> wrote:
>
> I thank you all for the attention and kindness towards my first questions after installing Crux 3.1. After the answers I got, I have decided to reinstall it, even though I must remark that my first installation did not result kernel panic. The only problem came after the nvidia installation.
>
> Nevertheless I have tried now with the new kernel 3.14.27. Everything was perfect except surprisingly for the ethernet controller that has not been recognized by the system.
>  (Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller) it is the same controller that  with the kernel that comes with the iso (3.12.24) was recognized by the system...marybe kernel 3.14.27 was not a good choice for Crux 3.1? I apologize for my newbie questions concerning the great Crux which documentation I am still studying a lot.
>
> I take the opportunity to wish for all of the list a wonderful 2015 with much health and achievements for Crux.
>
>

You're just missing the module or built-in driver.

Easiest way to check is boot the livecd and do lspci -K. This will
list detected hardware on the PCI bus and if applicable the drivers.
Note the RTL8169 name, probably 'r8169'.

When you run 'make menuconfig' to setup your kernel search for the
string using the '/' key and just select it as built-in [y] or module
[m]. Recompile the kernel and you should be good to go.



--
       Cezar Rangel
cezar.rangel@gmail.com