Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Determining hardware on Dell Vostro 1520 Paul Hartman <paul.hartman+gentoo@×××××.com>