Package: module-init-tools
Version: 3.3-pre11-4_i386

When I insert snd-sb16 using modprobe -v snd-sb16 irq=2, it fails to
display the inserted module.  But it does display the dependencies
loaded. Here's what it does display:

insmod /lib/modules/2.6.21-2-486/kernel/sound/core/snd-page-alloc.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/soundcore.ko 
install /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet 
snd-ioctl32 ; : ; }
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/snd.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/snd-timer.ko 
install /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet 
snd-pcm-oss ; : ; }
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/snd-pcm.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/oss/snd-mixer-oss.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/oss/snd-pcm-oss.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/seq/snd-seq-device.ko 
install /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet 
snd-seq-midi ; : ; }
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/snd-rawmidi.ko 
install /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet 
snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/seq/snd-seq.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/seq/snd-seq-midi-event.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/seq/snd-seq-midi.ko 
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/seq/oss/snd-seq-oss.ko 
----------------------------------------------------------------------------
Before inserting it I checked that it was not already inserted using
lsmod:

Module                  Size  Used by
tcp_diag                1792  0 
inet_diag              10760  1 tcp_diag
ppp_deflate             5760  0 
zlib_deflate           17816  1 ppp_deflate
bsd_comp                5632  0 
ppp_async              10368  1 
crc_ccitt               2176  1 ppp_async
ppp_generic            24724  7 ppp_deflate,bsd_comp,ppp_async
slhc                    6144  1 ppp_generic
ipv6                  223904  12 
lp                     10820  0 
tsdev                   7616  0 
parport_pc             32292  1 
parport                32840  2 lp,parport_pc
psmouse                34696  0 
serio_raw               6660  0 
rtc                    12440  0 
pcspkr                  2944  0 
evdev                   9216  0 
ext3                  118024  2 
jbd                    49704  1 ext3
ide_disk               15488  6 
floppy                 54180  0 
ata_generic             8196  0 
libata                109460  1 ata_generic
scsi_mod              133644  1 libata
piix                    9476  0 [permanent]
generic                 4868  0 [permanent]
ide_core              113316  3 ide_disk,piix,generic

                        David Lawyer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to