
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Kernel Modules?
Hi.
> Hi, is there a way to figure out what loadable modules are used by the
> kernel?
Did you use lsmod ?
for example:
[wakatono@example.com wakatono]$ /sbin/lsmod
Module Size Used by Tainted: P
vfat 9260 0 (autoclean)
fat 28864 0 (autoclean) [vfat]
parport_pc 25232 1 (autoclean)
lp 6048 0 (autoclean)
parport 21928 1 (autoclean) [parport_pc lp]
autofs 9212 1 (autoclean)
tulip 36632 1
ipchains 39576 0
serial 44864 0 (autoclean)
isa-pnp 27520 0 (autoclean) [serial]
uhci 23600 0 (unused)
hid 18816 0 (unused)
ide-scsi 7456 0
scsi_mod 78760 1 [ide-scsi]
md 56832 0 (unused)
encode-eucjp 242464 0 (unused)
rtc 5536 0 (autoclean)
> I poked around "insmod" and this and that, but couldn't figure it out.
?I use lsmod(8) and find(1L) to find out my using module(s).
I added boot parameter "hdc=ide-scsi" to use CD-R/RW drive, and
ide-scsi.o module file is used as scsi_mod module.
---
Kunio Miyamoto
E-mail: wakatono@example.com
WebDAV Resources JP: http://webdav.todo.gr.jp/
Home |
Main Index |
Thread Index