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

Re: yet another sound question



On Tue, Jan 23, 2001 at 09:36:10PM -0200, Marcelo Chiapparini wrote:
> Hi!
> 
> I run potato 2.2r with the 2.2.17 kernel. My motherboard has a built in
> Creative Labs VIBRA 16CL sound, which is working under Windows and OS/2.
> I would like to put it to work under Debian too.
> I did:
> 
> grep CONFIG_SOUND config-2.2.17
> 
> and obtained the output:
> 
> CONFIG_SOUNDMODEM=m
> CONFIG_SOUND=m
> CONFIG_SOUND_CMPCI=m
> CONFIG_SOUND_ES1370=m
> CONFIG_SOUND_ES1371=m
> CONFIG_SOUND_MAESTRO=m
> CONFIG_SOUND_ESSSOLO1=m
> CONFIG_SOUND_ICH=m
> CONFIG_SOUND_SONICVIBES=m
> CONFIG_SOUND_TRIDENT=m
> CONFIG_SOUND_MSNDCLAS=m
> CONFIG_SOUND_MSNDPIN=m
> CONFIG_SOUND_OSS=m
> CONFIG_SOUND_PAS=m
> CONFIG_SOUND_SB=m
> CONFIG_SOUND_GUS=m
> CONFIG_SOUND_MPU401=m
> CONFIG_SOUND_PSS=m
> CONFIG_SOUND_MSS=m
> CONFIG_SOUND_SSCAPE=m
> CONFIG_SOUND_TRIX=m
> CONFIG_SOUND_VIA82CXXX=m
> CONFIG_SOUND_MAD16=m
> CONFIG_SOUND_WAVEFRONT=m
> CONFIG_SOUND_CS4232=m
> CONFIG_SOUND_OPL3SA2=m
> CONFIG_SOUND_MAUI=m
> CONFIG_SOUND_SGALAXY=m
> CONFIG_SOUND_AD1816=m
> CONFIG_SOUND_OPL3SA1=m
> CONFIG_SOUND_SOFTOSS=m
> CONFIG_SOUND_YM3812=m
> CONFIG_SOUND_VMIDI=m
> CONFIG_SOUND_UART6850=m
> CONFIG_SOUND_NM256=m
> CONFIG_SOUND_YMPCI=m
> 
> is it OK?
> 
>  From the lsmod command I obtain:
> 
> Module                  Size  Used by
> nls_cp437               3904   1  (autoclean)
> serial                 19564   1  (autoclean)
> sg                     15320   0  (unused)
> ppp                    20684   1
> slhc                    4436   0  [ppp]
> soundcore               2628   0  (unused)
> hpfs                    8552   1
> ide-floppy              8444   0
> unix                   10212  88  (autoclean)
> 
> 
> I learned from this list that I have to use modprobe. May be
> 
> modprobe ES1371 ?
> 
> Thanks in advance for the help!
> 
> Marcelo
> 

Well, it depends which module works for your sound card.
A quick search of the sound-HOWTO suggests that the
'sb' driver should work. 

So
$ depmod -a
$ modprobe sb

HOWTO - <http://www.linuxdoc.org/HOWTO/Sound-HOWTO-3.html>

If that doesn't work, then you may need to do a 
search to figure out what the correct driver is...

Good luck!

Vinod


-- 
_____________________________
Vinod Kurup, MD
email: vkurup@massmed.org
phone: 617.277.2012
cell:  617.359.5990
http://www.medicalrecords.com



Reply to: