### modinfo
Usage: modinfo [-0][-F field] module...
Prints out the information about one or more module(s).
If a fieldname is given, just print out that field (or nothing if not found).
Otherwise, print all information out in a readable form
If -0 is given, separate with nul, not newline.
ex)
modinfo e100
filename: /lib/modules/2.6.9-42.0.10.EL/kernel/drivers/net/e100.ko
description: Intel(R) PRO/100 Network Driver
author: Copyright(c) 1999-2005 Intel Corporation
license: GPL
version: 3.5.10-k2-NAPI 6481838CE42D9570A7D35AF
parm: debug:Debug level (0=none,...,16=all)
vermagic: 2.6.9-42.0.10.EL 686 REGPARM 4KSTACKS gcc-3.4
depends: mii
alias: pci:v00008086d00001029sv*sd*bc02sc00i*
alias: pci:v00008086d00001030sv*sd*bc02sc00i*
해당 모듈에 대한 정보를 알 수 있다.
### lspci
DESCRIPTION
lspci is a utility for displaying information about all PCI buses in
the system and all devices connected to them.
If you are going to report bugs in PCI device drivers or in lspci
itself, please include output of "lspci -vvx".
ex)
lspci
00:00.0 Host bridge: Broadcom CNB20LE Host Bridge (rev 06)
00:00.1 Host bridge: Broadcom CNB20LE Host Bridge (rev 06)
00:02.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:03.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 08)
00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:0f.0 ISA bridge: Broadcom CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: Broadcom CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: Broadcom OSB4/CSB5 OHCI USB Controller (rev 05)
00:0f.3 Host bridge: Broadcom CSB5 LPC bridge
01:0a.0 RAID bus controller: Intel Corporation RAID Controller
PCI 장치들에 대한 정보를 알 수 있다.



