Agent Purple
09-04-2001, 09:18 PM
when doing a make when installing the alsa drivers for the VT82C686, what does "[compile] error "sound.o"" mean? does it mean that my sound.o is corrupted? or ist normal? when i finish the alsa install, i get sound, but it's very jerky, not smooth. how do you fix this? and how do you install the linux drivers for VT82686 on a RedHat box? I've searched via's site, and there's no docs on how to install. just the drivers.
bdg1983
09-05-2001, 05:35 AM
I believe sound.o is created by OSS in the kernel configuration.
#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
CONFIG_SOUND_ES1370=m
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
# CONFIG_SOUND_ICH is not set
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_SOUND_OSS is not set
# CONFIG_SOUND_TVMIXER is not set
Check in /lib/modules/<kernel version>/kernel/drivers/sound (or a similiar directory) to see if sound.o exists.
If it doesn't, then you may need to recompile the kernel and add OSS support.