[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Soundblaster AWE 64 installation and stuff



On Sun, Oct 15, 2000 at 11:18:28AM -0700, Jeff Hornsberger wrote:

Hi Jeff,  I have the same card you do.   IIRC, I read somewhere that
one needs the softoss modules with the 2.2.17 kernel. 
> 

<snippage >
#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_ICH 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_OSS=m
# CONFIG_SOUND_PAS is not set
CONFIG_SOUND_SB=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_VIA82CXXX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_OPL3SA1 is not set
CONFIG_SOUND_SOFTOSS=m
CONFIG_SOUND_YM3812=m
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_UART6850 is not set
# CONFIG_SOUND_NM256 is not set
# CONFIG_SOUND_YMPCI is not set

#
# Additional low level sound drivers
#
CONFIG_LOWLEVEL_SOUND=y
# CONFIG_ACI_MIXER is not set
# CONFIG_VIDEO_MSP3400 is not set
CONFIG_AWE32_SYNTH=m
# CONFIG_AEDSP16 is not set


and for good measure , my modules.dep file (sound modules only )

/lib/modules/2.2.17/misc/adlib_card.o:	/lib/modules/2.2.17/misc/sound.o \
	/lib/modules/2.2.17/misc/opl3.o
/lib/modules/2.2.17/misc/awe_wave.o:	/lib/modules/2.2.17/misc/sound.o
/lib/modules/2.2.17/misc/opl3.o:	/lib/modules/2.2.17/misc/sound.o
/lib/modules/2.2.17/misc/sb.o:	/lib/modules/2.2.17/misc/sound.o \
	/lib/modules/2.2.17/misc/uart401.o \
	/lib/modules/2.2.17/misc/soundcore.o
/lib/modules/2.2.17/misc/softoss2.o:	/lib/modules/2.2.17/misc/sound.o
/lib/modules/2.2.17/misc/sound.o:	/lib/modules/2.2.17/misc/soundlow.o \
	/lib/modules/2.2.17/misc/soundcore.o
/lib/modules/2.2.17/misc/soundcore.o:
/lib/modules/2.2.17/misc/soundlow.o:
/lib/modules/2.2.17/misc/uart401.o:	/lib/modules/2.2.17/misc/sound.o

I use the following script to build my kernels, (I'm not sure if this
is really relevent to the "modules.conf more recent than the .dep file",
but here goes (I'm always mucking with kernels (: ) so I automated it.
#!/bin/bash
cd /usr/src
make-kpkg clean
make-kpkg -revision custom.1.0 kernel_image
mv /lib/modules/2.2.17  /lib/modules/2.2.17.save
dpkg -i /usr/src/kernel-image-2.2.17_custom.1.0_i386.deb


Good luck and hope this helps

-- 
Cliff



Reply to: