problem configuring sb16 and alsa

Gregory Nowak greg at romualt.dhs.org
Wed May 22 18:15:30 EDT 2002


Which code? I installed alsa beta 12 just today, and I don't see why the kernel needs rebuilding since like I said, sound core is selected.
Greg


On Wed, May 22, 2002 at 05:12:49PM -0400, Igor Gueths wrote:
> Hi Greg. I know the sb16 works with alsa. I wonder why you are experiencing this? Did you rebuild the code? 
> ----- Original Message ----- 
> From: Gregory Nowak <greg at romualt.dhs.org>
> To: <speakup at braille.uwo.ca>
> Sent: Wednesday, May 22, 2002 4:51 PM
> Subject: Re: problem configuring sb16 and alsa
> 
> 
> > Yes, soundcore is in the kernel, but no other kernel sound modules are configured. I'm running alsa 0.90 beta 12 just fine on my other machine with an sblive card, so I feel confortable with the general alsa/kernel configuration procedure.
> > Greg
> > 
> > 
> > On Wed, May 22, 2002 at 04:22:14PM -0400, Igor Gueths wrote:
> > > Did you configure sound card support in the kernel? But configure no specific drivers? Bc if not you're going to have to rebuild your kernel. 
> > > ----- Original Message ----- 
> > > From: Gregory Nowak <greg at romualt.dhs.org>
> > > To: <speakup at braille.uwo.ca>
> > > Sent: Wednesday, May 22, 2002 3:53 PM
> > > Subject: Re: problem configuring sb16 and alsa
> > > 
> > > 
> > > > Hi Igor,
> > > > 
> > > > Actually, I tried configuring alsa 0.90 beta 9 first. The module tree was as you describe. I first tried loading everything by hand, but when I got the same results then as I'm getting now, I decided to try the modules.conf. When that also didn't work, I upgraded to beta 12 in hopes of getting that to work.
> > > > Greg
> > > > 
> > > > 
> > > > On Wed, May 22, 2002 at 03:12:57PM -0400, Igor Gueths wrote:
> > > > > Hi Greg. I don't use modules.conf, I have a script which loads my sound modules. Also, don't install your modules in /lib/modules/2.4.18/kernel/sound tree, because this is in conformance with the kernel 2.5.x tree. I have found that 2.4.18 has problems with this. What I did was build the code as follows: ./configure --with-oss=yes --moddir=/lib/modules/2.4.18/misc. I created the misc directory manually. I then wrote a script that loads the sound module, and runs alsactl to restore the previously saved mixer configuration. 
> > > > > ----- Original Message ----- 
> > > > > From: Gregory Nowak <greg at romualt.dhs.org>
> > > > > To: <speakup at braille.uwo.ca>
> > > > > Sent: Wednesday, May 22, 2002 2:53 PM
> > > > > Subject: problem configuring sb16 and alsa
> > > > > 
> > > > > 
> > > > > > Hi all,
> > > > > > 
> > > > > > I have finally gotten around to configuring my sb16 card with alsa 0.9.0 beta 12 on one of my machines. The card is an isa nonpnp card. Below is my (or should I say Kirk's) sound card section from /etc/modules.conf.
> > > > > > 
> > > > > > # ok, my attempt at ALSA config stuff (kirk)
> > > > > > alias char-major-116 snd
> > > > > > options snd snd_major=116 snd_cards_limit=1
> > > > > > alias snd-card-0 snd-sb16
> > > > > > options snd-sb16 snd_index=0 snd_id="SB16" \
> > > > > >         snd_port=0x220 snd_irq=5 snd_dma8=1 snd_dma16=5 \
> > > > > >         snd_mpu_port=0x330
> > > > > > 
> > > > > > # OSS/Free setup
> > > > > > alias char-major-14 soundcore
> > > > > > alias sound-slot-0 snd-card-0
> > > > > > alias sound-service-0-0 snd-mixer-oss
> > > > > > alias sound-service-0-1 snd-seq-oss
> > > > > > alias sound-service-0-3 snd-pcm-oss
> > > > > > alias sound-service-0-12 snd-pcm-oss
> > > > > > 
> > > > > > All the parameters like irq, i/o, dma, ETC. are correct. I know this because I ran creative's diagnose.exe from a DOS floppy, and it figured out all the settings correctly, and the tests it did on the card went fine.
> > > > > > 
> > > > > > When I do modprobe snd-card-0, I get the following.
> > > > > > 
> > > > > > /lib/modules/2.4.18/kernel/sound/isa/sb/snd-sb16.o: init_module: No such device
> > > > > > /lib/modules/2.4.18/kernel/sound/isa/sb/snd-sb16.o: Hint: insmod errors can be caused by incorrect module parameters, including
> > > > > > invalid IO or IRQ parameters
> > > > > > /lib/modules/2.4.18/kernel/sound/isa/sb/snd-sb16.o: insmod /lib/modules/2.4.18/kernel/sound/isa/sb/snd-sb16.o failed
> > > > > > /lib/modules/2.4.18/kernel/sound/isa/sb/snd-sb16.o: insmod snd-card-0 failed
> > > > > > 
> > > > > > Why is it saying there is no such device? And, before anyone asks, yes, I've run the snddevices script. Any help would be much appreciated. Thanks.
> > > > > > Greg
> > > > > > 
> > > > > > 
> > > > > > _______________________________________________
> > > > > > Speakup mailing list
> > > > > > Speakup at braille.uwo.ca
> > > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > > > > 
> > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > Speakup mailing list
> > > > > Speakup at braille.uwo.ca
> > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > > 
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup at braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > 
> > > 
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup at braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup at braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup at braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup




More information about the Speakup mailing list