Gentoo Archives: gentoo-user

From: "João Matos" <jaoneto@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Brand new instalation - Network problem
Date: Sat, 26 Oct 2013 21:43:33
Message-Id: CAP4tJZL-=743VyYR5D3m7MZy5bqBNV=HwRUzwV1U_KuYdq8a+g@mail.gmail.com
In Reply to: Re: [gentoo-user] Brand new instalation - Network problem by Dragostin Yanev
1 > Hi João,
2 >
3 > Let's do some basic troubleshooting.
4 >
5 > look at the output of the following commands
6 > # lspci
7 >
8 [...]
9 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B
10 PCI Express Gigabit Ethernet controller (rev 06)
11
12 # dmesg | grep -b2 -a2 -i ethernet
13 >
14
15 [system, not chroot environment]
16 37800-[ 0.959789] e1000: Copyright (c) 1999-2006 Intel Corporation.
17 37865-[ 0.959836] sky2: driver version 1.30
18 37906:[ 0.959959] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
19 37969-[ 0.960183] r8169 0000:02:00.0: irq 41 for MSI/MSI-X
20 38025-[ 0.960346] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at
21 0xffffc90000628000, 90:2b:34:fb:4e:f9, XID 0c900800 IRQ 41
22
23
24 > # lsmod
25 >
26
27 There is something really strange here! These 5 lines is everything that I
28 got when I run lsmod. The module is compiled (.conf attached) but, even if
29 I tape "modprobe r8169" the output doesn't change.
30
31 berore I configure the kernel I've run "make localmodconfig", but I don't
32 think I would create any problem since I've used it some times before.
33
34 Maybe it is not module. I compile it in kernel itself.
35
36 The lines:
37
38 Module Size Used by
39 sit 12439 0
40 ip_tunnel 11548 1 sit
41 tunnel4 2165 1 sit
42 ipv6 279632 15 sit
43
44
45 >
46 > This will hopefully help us determine if the correct driver is loaded.
47 >
48 >
49
50 --
51 João Neto
52 Linux User #461527
53 http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552

Attachments

File name MIME type
.config application/octet-stream

Replies

Subject Author
Re: [gentoo-user] Brand new instalation - Network problem "João Matos" <jaoneto@×××××.com>