Package: module-init-tools
Version: 3.3-pre11-4_i386
After inserting and then removing the module snd-sb16, the following
happens: When I type modprobe --first-time -v snd-sb16 irq=2 isapnp=0
I get the following messaage:
insmod /lib/modules/2.6.21-2-486/kernel/sound/drivers/mpu401/snd-mpu401-uart.ko
insmod /lib/modules/2.6.21-2-486/kernel/sound/core/snd-hwdep.ko
insmod /lib/modules/2.6.21-2-486/kernel/drivers/base/firmware_class.ko
insmod /lib/modules/2.6.21-2-486/kernel/sound/isa/sb/snd-sb-common.ko
insmod /lib/modules/2.6.21-2-486/kernel/sound/isa/sb/snd-sb16-csp.ko
insmod /lib/modules/2.6.21-2-486/kernel/sound/isa/sb/snd-sb16-dsp.ko
insmod /lib/modules/2.6.21-2-486/kernel/sound/drivers/opl3/snd-opl3-lib.ko
install /sbin/modprobe --ignore-install snd-sb16 irq=2 isapnp=0 &&
/lib/alsa/modprobe-post-install snd-sb16
insmod /lib/modules/2.6.21-2-486/kernel/sound/isa/sb/snd-sb16.ko irq=2 isapnp=0
index=0 isapnp=0
FATAL: Error inserting snd_sb16
(/lib/modules/2.6.21-2-486/kernel/sound/isa/sb/snd-sb16.ko): No such device
FATAL: Error running install command for snd_sb16
-----------------------------------------------------------------------------
Then when I give exactly the same command the 2nd time I get:
FATAL: Module snd_sb16 already in kernel.
-------------------------------------------------------------------------
Then when I type lsmod I get:
Module Size Used by
snd_sb16 16136 0
snd_opl3_lib 9856 1 snd_sb16
snd_sb16_dsp 9728 1 snd_sb16
snd_sb16_csp 19072 1 snd_sb16
snd_sb_common 16256 3 snd_sb16,snd_sb16_dsp,snd_sb16_csp
firmware_class 9344 1 snd_sb16_csp
snd_hwdep 8580 2 snd_opl3_lib,snd_sb16_csp
snd_mpu401_uart 7936 1 snd_sb16
snd_seq_dummy 3844 0
snd_seq_oss 28928 0
snd_seq_midi 8224 0
snd_seq_midi_event 6912 2 snd_seq_oss,snd_seq_midi
snd_seq 44624 6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_rawmidi 22432 2 snd_mpu401_uart,snd_seq_midi
snd_seq_device 7692 6
snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_pcm_oss 38816 0
snd_mixer_oss 15360 1 snd_pcm_oss
snd_pcm 69896 3 snd_sb16,snd_sb16_dsp,snd_pcm_oss
snd_timer 20484 3 snd_opl3_lib,snd_seq,snd_pcm
snd 46948 15
snd_sb16,snd_opl3_lib,snd_sb16_dsp,snd_sb16_csp,snd_sb_common,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_seq,snd_rawmidi,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 7264 1 snd
snd_page_alloc 9608 1 snd_pcm
ipv6 223904 10
lp 10820 0
tsdev 7616 0
parport_pc 32292 1
psmouse 34696 0
parport 32840 2 lp,parport_pc
serio_raw 6660 0
rtc 12440 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
--------------------------------------------------------------------------
As you can see, the module snd-sb16 does get loaded in spite of a
"fatal error". And after this the sound works OK with *.wav files
(I've yet to get it to work with other formats and there are problems
with interrupt conflicts, etc. but that's another story for which I'll
file bug reports against the snd-sb16 module.)
David Lawyer
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]