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.