Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: Gentoo AMD64 <gentoo-amd64@l.g.o>
Subject: Re: [gentoo-amd64] Can't connect to internet from Live DVD.
Date: Fri, 20 Sep 2013 18:50:18
Message-Id: CAK2H+efzQEG+VLg9PyevszFDLV+SqDf4jUozic-jYAmdY2neLg@mail.gmail.com
In Reply to: Re: [gentoo-amd64] Can't connect to internet from Live DVD. by "Henry W. Peters"
1 On Thu, Sep 19, 2013 at 5:41 PM, Henry W. Peters <hwpeters@××××××××.com> wrote:
2 > On 9/19/2013 6:25 PM, Mark Knecht wrote:
3 >>
4 >> Henry,
5 >> Report back how it goes. I've never been forced to bring up
6 >> wireless during an install so I'd like to understand how you make it
7 >> work under Gentoo and what problems you run into, if any. I'm assuming
8 >> here that Arch doesn't have any proprietary magic about getting
9 >> wireless started and that eventually a new Gentoo Live DVD would be
10 >> able to do the same thing.
11 >>
12 >> Cheers,
13 >> Mark
14 >>
15 > Mark,
16 >
17 > Well I went into the section that shows one's hardware, drivers, etc. in the
18 > live CD for Arch Linux (didn't take notes, so don't remember the exact term
19 > for it) & DID look like the Ralink & the ethernet adaptor (Qualcomm Atheros)
20 > had drivers recognized... I wasn't prepared to try to connect to anyplace
21 > from in the shell, so I will try that too (as I can). & will let you know
22 > (how it goes, if it does).
23 >
24 > It does look like having uptodate drivers are most probably (among) the
25 > problem solvers (i.e., this problem is likely solvable). I also have burned
26 > the "latest" snapshot minimal Gentoo install, which I have not yet tried,
27 > which I will do, too.
28 >
29 > Regards,
30 > Henry
31 >
32 >
33
34 Henry,
35 In my personal search to find a USB 802.11ac networking adapter I
36 ran across one additional resource which might help you, or others
37 laters, in your searches. If you were to run the command 'lspci -nn |
38 grep Ethernet' as I do here on my desktop: (adjust what you are
39 grepping for if it's not Ethernet but rather something else)
40
41 c2RAID6 ~ # lspci -nn | grep Ethernet
42 05:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd.
43 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
44 07:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd.
45 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
46 c2RAID6 ~ #
47
48 then you will find both the Ethernet controllers and their associated
49 PCI vendor & device IDs. In my case for the Marvell controllers the ID
50 is '11ab:4364'
51
52 If you then go to Google in your browser and put this in the search
53 area, making sure to remove the colon:
54
55 "11ab 4364" site:cateee.net/lkddb/
56
57 the first result directs you to this page:
58
59 http://cateee.net/lkddb/web-lkddb/SKY2.html
60
61 which gives you information about what kernels support this device.
62
63 This works for both PCI & USB device IDs.
64
65 Hope this helps,
66 Mark

Replies

Subject Author
Re: [gentoo-amd64] Can't connect to internet from Live DVD. "Henry W. Peters" <hwpeters@××××××××.com>