Gentoo Archives: gentoo-user

From: Facundo Curti <facu.curti@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ethernet dont use kernel module
Date: Sun, 09 Mar 2014 06:08:18
Message-Id: CABxff5-1eLAEZrk=oNVqkkZkjNjj1=FidNa5AOKYrE-7um1O1Q@mail.gmail.com
In Reply to: Re: [gentoo-user] ethernet dont use kernel module by "Canek Peláez Valdés"
1 2014-03-09 1:50 GMT-03:00 Canek Peláez Valdés <caneko@×××××.com>:
2
3 > On Sat, Mar 8, 2014 at 10:28 PM, Facundo Curti <facu.curti@×××××.com>
4 > wrote:
5 > > This dont show anything ._.
6 > >
7 > > Here my dmseg complete: bpaste.net/show/186667
8 > >
9 > > And my .config from kernel: http://bpaste.net/show/186668
10 >
11 > Please don't top-post.
12 >
13 > You have the module compiled in the kernel. That should not be a
14 > problem, but perhaps for debugging having it as a module would help
15 > (to see what happens when you rmmod and modprobe it).
16 >
17 > From the kernel source code, it seems that the module requires some
18 > firmware. Do you have linux-firmware installed? If not, install it and
19 > see if now gets recognized.
20 >
21 > From the logs, the only acknowledgement of your network card I see are
22 > the following lines:
23 >
24 > [ 0.191153] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
25 > [ 0.191167] pci 0000:03:00.0: reg 10: [io 0xe000-0xe0ff]
26 > [ 0.191193] pci 0000:03:00.0: reg 18: [mem 0xf0004000-0xf0004fff 64bit
27 > pref]
28 > [ 0.191211] pci 0000:03:00.0: reg 20: [mem 0xf0000000-0xf0003fff 64bit
29 > pref]
30 > [ 0.191279] pci 0000:03:00.0: supports D1 D2
31 > [ 0.191280] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
32 > [ 0.191305] pci 0000:03:00.0: System wakeup disabled by ACPI
33 >
34 > That is weird, if it's a firmware problem, it should complain about it
35 > in the logs.
36 >
37 > From your system, what does lspci says?
38 >
39 > Regards.
40 > --
41 > Canek Peláez Valdés
42 > Posgrado en Ciencia e Ingeniería de la Computación
43 > Universidad Nacional Autónoma de México
44 >
45 >
46 Sorry about top posting, My bad. Gmail jaja. I need to find a email client
47 :P
48
49 Thank you for help. I'm trying to install firmware as you sugest. But now I
50 have the problem, when I do modprobe r8168 it says:
51
52 Error: Could not insert 'r8168': Function not implemented

Replies

Subject Author
Re: [gentoo-user] ethernet dont use kernel module "Canek Peláez Valdés" <caneko@×××××.com>
Re: [gentoo-user] ethernet dont use kernel module Dale <rdalek1967@×××××.com>