2013/10/26 João Matos <jaon...@gmail.com> > > Hi João, >> >> Let's do some basic troubleshooting. >> >> look at the output of the following commands >> # lspci >> > [...] > 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B > PCI Express Gigabit Ethernet controller (rev 06) > > # dmesg | grep -b2 -a2 -i ethernet >> > > [system, not chroot environment] > 37800-[ 0.959789] e1000: Copyright (c) 1999-2006 Intel Corporation. > 37865-[ 0.959836] sky2: driver version 1.30 > 37906:[ 0.959959] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded > 37969-[ 0.960183] r8169 0000:02:00.0: irq 41 for MSI/MSI-X > 38025-[ 0.960346] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at > 0xffffc90000628000, 90:2b:34:fb:4e:f9, XID 0c900800 IRQ 41 > > >> # lsmod >> > > There is something really strange here! These 5 lines is everything that I > got when I run lsmod. The module is compiled (.conf attached) but, even if > I tape "modprobe r8169" the output doesn't change. > > berore I configure the kernel I've run "make localmodconfig", but I don't > think I would create any problem since I've used it some times before. > > Maybe it is not module. I compile it in kernel itself. > > The lines: > > Module Size Used by > sit 12439 0 > ip_tunnel 11548 1 sit > tunnel4 2165 1 sit > ipv6 279632 15 sit > > >> >> This will hopefully help us determine if the correct driver is loaded. >> >> > > -- > João Neto > Linux User #461527 > http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552 >
Problem solved! Just a misunderstanding. At the beginning the module really wasn`t compilled into the kernel, but, when I did it, I was already assuming that the name was sit0. Everything is working fine with enp2s0. Thank you all. -- João Neto Linux User #461527 http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552