Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: video driver discovery
Date: Tue, 23 Dec 2008 01:29:13
Message-Id: loom.20081223T012307-108@post.gmane.org
In Reply to: Re: [gentoo-user] Re: video driver discovery by Alan McKinnon
1 Alan McKinnon <alan.mckinnon <at> gmail.com> writes:
2
3
4 > grepping a log file is the most natural way for an experienced unix admin to
5 > do it. It's a useful skill, all newbies should be encouraged (but not
6 > required) to learn it. Sometimes we experienced admin types lose sight of the
7 > fact that regardless of all the nice new user-friendly aspects of Linux being
8 > driven by distros like Ubuntu, under the covers we still have a hard-core
9 > Unix system.
10
11
12 hmmmm,
13
14 Look at lspci -v. It lists quite a few kernel drivers....
15
16
17 00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge (prog-if 00 [Normal
18 decode])
19 <snip>
20 Kernel driver in use: pcieport-drive
21
22 and here:
23 00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller (prog-if
24 8f [Master SecP SecO PriP PriO])
25 <snip>
26 Kernel driver in use: sata_sil
27
28 and so on...
29 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
30 (prog-if 10 [OHCI])
31 Kernel driver in use: ohci_hcd
32
33 00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
34
35 Kernel driver in use: piix4_smbus
36
37
38 I guess that was done just for lazy(slow) admins.....?
39
40
41 common, it's an obviously an oversight, cause lots of other
42 things get listed.........you think? Maybe it'd be too
43 difficult to do?
44
45 (nah)
46
47
48 James

Replies

Subject Author
Re: [gentoo-user] Re: video driver discovery Alan McKinnon <alan.mckinnon@×××××.com>