I got this error:
# modprobe sound
/lib/modules/current/misc/sound.o: invalid parameter dma_buffsize
It went away when I took "options sound dma_buffsize=131072" out of
/etc/modules.conf.
Here are the modules I loaded:
Module Size Used by
awe_wave 44276 0
sb 22956 0
uart401 5484 0 [sb]
sound 56052 0 [awe_wave sb uart401]
soundcore 1688 6 [sb sound]
soundlow 204 0 [sound]
The soundlow and soundcore modules loaded automatically.
Here's the sound-related configuration for the kernel:
CONFIG_SOUND=m
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_PAS is not set
CONFIG_SOUND_SB=m
CONFIG_SOUND_ADLIB=m
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_MAD16_OLDCARD is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_SOFTOSS is not set
# CONFIG_SOUND_YM3812 is not set
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_UART6850 is not set
CONFIG_LOWLEVEL_SOUND=y
# CONFIG_ACI_MIXER is not set
CONFIG_AWE32_SYNTH=m
# CONFIG_AEDSP16 is not set
___
Trevor Johnson
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu