【回答】
カーネル標準のドライバは以下に保管されています。
/lib/modules/<カーネル名>/kernel/drivers/
例:
# ll /lib/modules/2.6.9-78.ELsmp/kernel/drivers/
合計 112
drwxr-xr-x 2 root root 4096 4月 8 01:17 acpi
drwxr-xr-x 2 root root 4096 4月 8 01:17 ata
drwxr-xr-x 2 root root 4096 4月 8 01:17 atm
drwxr-xr-x 2 root root 4096 4月 8 01:17 block
drwxr-xr-x 2 root root 4096 4月 8 01:17 bluetooth
drwxr-xr-x 5 root root 4096 4月 8 01:17 char
drwxr-xr-x 2 root root 4096 4月 8 01:17 cpufreq
drwxr-xr-x 2 root root 4096 4月 8 01:17 edac
drwxr-xr-x 2 root root 4096 4月 8 01:17 firmware
drwxr-xr-x 2 root root 4096 4月 8 01:17 hwmon
drwxr-xr-x 5 root root 4096 4月 8 01:17 i2c
drwxr-xr-x 4 root root 4096 4月 8 01:17 ide
drwxr-xr-x 6 root root 4096 4月 8 01:17 infiniband
drwxr-xr-x 5 root root 4096 4月 8 01:17 input
drwxr-xr-x 7 root root 4096 4月 8 01:17 isdn
drwxr-xr-x 2 root root 4096 4月 8 01:17 md
drwxr-xr-x 4 root root 4096 4月 8 01:17 media
drwxr-xr-x 4 root root 4096 4月 8 01:17 message
drwxr-xr-x 6 root root 4096 4月 8 01:17 mtd
drwxr-xr-x 16 root root 4096 4月 8 01:17 net
drwxr-xr-x 2 root root 4096 4月 8 01:17 parport
drwxr-xr-x 3 root root 4096 4月 8 01:17 pci
drwxr-xr-x 2 root root 4096 4月 8 01:17 pcmcia
drwxr-xr-x 12 root root 4096 4月 8 01:17 scsi
drwxr-xr-x 2 root root 4096 4月 8 01:17 serial
drwxr-xr-x 12 root root 4096 4月 8 01:17 usb
drwxr-xr-x 4 root root 4096 4月 8 01:17 video
drwxr-xr-x 4 root root 4096 4月 8 01:17 xenpv_hvm
ただしドライバを標準からアップデートした場合には
/lib/modules/<カーネル名>/update/
に保管されます。
(*)本ページは Redhat Enterprise Linux 4以後を想定しています。
最終更新日:2012/04/08
[Redhat Enterprise linux 6(EL) FAQ トップへ]
[FAQ CENTER トップ]