Gentoo Archives: gentoo-user

From: Stephen Reynolds <stev.john.reynolds@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Net work cards
Date: Mon, 03 Feb 2014 19:34:36
Message-Id: CANbdgKhJiQ9BMs0G=-tL2Ke0PChhJiTOsndnCWNyzXWikJN31A@mail.gmail.com
In Reply to: Re: [gentoo-user] Net work cards by Chris Stout
1 dmesg | grep -i firmware I get nothing.
2
3 dmesg | grep eth0 i get this below.
4
5 [ 50.931566] r8169 0000:02:00.0: eth0: RTL8168evl/8111evl at
6 0xffffc9000467e000, bc:5f:f4:e8:59:14, XID 0c900800 IRQ 42
7 [ 50.931568] r8169 0000:02:00.0: eth0: jumbo features [frames: 9200
8 bytes, tx checksumming: ko]
9 [ 102.775702] r8169 0000:02:00.0: eth0: link down
10 [ 102.775719] r8169 0000:02:00.0: eth0: link down
11 [ 104.330871] r8169 0000:02:00.0: eth0: link up
12 [ 144.845438] r8169 0000:02:00.0: eth0: link down
13 [ 144.845448] r8169 0000:02:00.0: eth0: link down
14 [ 144.845470] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
15 [ 145.104677] r8169 0000:02:00.0: eth0: link down
16 [ 145.104706] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
17 [ 146.650141] r8169 0000:02:00.0: eth0: link up
18 [ 146.650150] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
19
20
21 On 2/3/14, Chris Stout <chris.stout@×××.com> wrote:
22 > ----- Original Message -----
23 > From: Stephen Reynolds
24 > Sent: 02/03/14 11:15 AM
25 > To: gentoo-user@l.g.o
26 > Subject: Re: [gentoo-user] Net work cards
27 >
28 > if I run ifconfig -a this currently what I get. I have completed the
29 > installtion, but Kernel Modules I am not sure about.
30 >
31 > You can get the info on what modules are loaded for the cards with `lspci
32 > -k`. For instance, the lines for my network card are:01:01.0 Network
33 > controller: Ralink corp. RT2760 Wireless 802.11n 1T/2R Subsystem: Edimax
34 > Computer Co. Device 7727 Kernel driver in use: rt2800pci It may also be
35 > relevant to post the output of `dmesg | grep -i firmware`.
36 >