Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Determining hardware on Dell Vostro 1520
Date: Thu, 20 Aug 2009 20:45:01
Message-Id: 58965d8a0908201344w35b48efcn47bafeaacc82905c@mail.gmail.com
In Reply to: Re: [gentoo-user] Determining hardware on Dell Vostro 1520 by Dale
1 On Thu, Aug 20, 2009 at 3:42 PM, Dale<rdalek1967@×××××.com> wrote:
2 > Yoav Luft wrote:
3 >> Hi,
4 >> I got a Dell Vostro 1520 laptop as a present, and I am trying to build
5 >> a kernel for it. I can't determine what hardware I've got on it, since
6 >> the specs (http://support.dell.com/support/edocs/systems/vos1520/en/SM/specs.htm)
7 >> say it could be installed in a few different configurations. What
8 >> drivers do I need the bluetooth (connected by a mini-card, don't know
9 >> what it means), touchpad, camera and fingerprint (if there are any, of
10 >> course)?
11 >> I tried 'lspci', it gave me no clue regarding the above hardware and
12 >> is as follow:
13 >> 00:00.0 Host bridge: Intel Corporation Unknown device 2a40 (rev 07)
14 >> 00:02.0 VGA compatible controller: Intel Corporation Unknown device
15 >> 2a42 (rev 07)
16 >> 00:02.1 Display controller: Intel Corporation Unknown device 2a43 (rev 07)
17 >> 00:1a.0 USB Controller: Intel Corporation USB UHCI Controller #4 (rev 03)
18 >> 00:1a.1 USB Controller: Intel Corporation USB UHCI Controller #5 (rev 03)
19 >> 00:1a.2 USB Controller: Intel Corporation USB UHCI Controller #6 (rev 03)
20 >> 00:1a.7 USB Controller: Intel Corporation USB2 EHCI Controller #2 (rev 03)
21 >> 00:1b.0 Audio device: Intel Corporation HD Audio Controller (rev 03)
22 >> 00:1c.0 PCI bridge: Intel Corporation PCI Express Port 1 (rev 03)
23 >> 00:1c.1 PCI bridge: Intel Corporation PCI Express Port 2 (rev 03)
24 >> 00:1c.2 PCI bridge: Intel Corporation PCI Express Port 3 (rev 03)
25 >> 00:1c.3 PCI bridge: Intel Corporation PCI Express Port 4 (rev 03)
26 >> 00:1c.4 PCI bridge: Intel Corporation PCI Express Port 5 (rev 03)
27 >> 00:1c.5 PCI bridge: Intel Corporation PCI Express Port 6 (rev 03)
28 >> 00:1d.0 USB Controller: Intel Corporation USB UHCI Controller #1 (rev 03)
29 >> 00:1d.1 USB Controller: Intel Corporation USB UHCI Controller #2 (rev 03)
30 >> 00:1d.2 USB Controller: Intel Corporation USB UHCI Controller #3 (rev 03)
31 >> 00:1d.7 USB Controller: Intel Corporation USB2 EHCI Controller #1 (rev 03)
32 >> 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
33 >> 00:1f.0 ISA bridge: Intel Corporation Unknown device 2919 (rev 03)
34 >> 00:1f.2 SATA controller: Intel Corporation Mobile SATA AHCI Controller (rev 03)
35 >> 00:1f.3 SMBus: Intel Corporation SMBus Controller (rev 03)
36 >> 08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
37 >> RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
38 >> 0e:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)
39 >> 1a:00.0 FireWire (IEEE 1394): O2 Micro, Inc. Unknown device 10f7 (rev 01)
40 >> 1a:00.1 Class 0805: O2 Micro, Inc. Unknown device 8120 (rev 01)
41 >> 1a:00.2 Mass storage controller: O2 Micro, Inc. Unknown device 8130 (rev 01)
42 >>
43 >> any help would be appreciated.
44 >>
45 >>
46 >>
47 >
48 > Try the command lspci -v from the install CD and see what drivers the CD
49 > uses. That is assuming you can boot the CD and it works of course.
50 >
51 > If the output is to large, most likely it will be, try this: lspci -v |
52 > less . You can replace less with more if you prefer.
53
54 Or "lspci -k" which will tell you which kernel module is in use by
55 each device. :)

Replies

Subject Author
Re: [gentoo-user] Determining hardware on Dell Vostro 1520 Dale <rdalek1967@×××××.com>