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 04:51:04
Message-Id: CADPrc80fEXVx6=awLYJnWQrasA21v69X9HPJ52kKax_HBGqrmg@mail.gmail.com
In Reply to: Re: [gentoo-user] ethernet dont use kernel module by Facundo Curti
1 On Sat, Mar 8, 2014 at 10:28 PM, Facundo Curti <facu.curti@×××××.com> wrote:
2 > This dont show anything ._.
3 >
4 > Here my dmseg complete: bpaste.net/show/186667
5 >
6 > And my .config from kernel: http://bpaste.net/show/186668
7
8 Please don't top-post.
9
10 You have the module compiled in the kernel. That should not be a
11 problem, but perhaps for debugging having it as a module would help
12 (to see what happens when you rmmod and modprobe it).
13
14 From the kernel source code, it seems that the module requires some
15 firmware. Do you have linux-firmware installed? If not, install it and
16 see if now gets recognized.
17
18 From the logs, the only acknowledgement of your network card I see are
19 the following lines:
20
21 [ 0.191153] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
22 [ 0.191167] pci 0000:03:00.0: reg 10: [io 0xe000-0xe0ff]
23 [ 0.191193] pci 0000:03:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit pref]
24 [ 0.191211] pci 0000:03:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit pref]
25 [ 0.191279] pci 0000:03:00.0: supports D1 D2
26 [ 0.191280] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
27 [ 0.191305] pci 0000:03:00.0: System wakeup disabled by ACPI
28
29 That is weird, if it's a firmware problem, it should complain about it
30 in the logs.
31
32 From your system, what does lspci says?
33
34 Regards.
35 --
36 Canek Peláez Valdés
37 Posgrado en Ciencia e Ingeniería de la Computación
38 Universidad Nacional Autónoma de México

Replies

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