Re: need help with ALSA / soundcard

2001-05-23 Thread vester
ooops, i forgot: use ./snddevices after you have compiled the drivers, and alsamixer will work! i think cameron just had the same problem and noah's advice fixed it for him -- good thing =) cheers, vester On Wed, 23 May 2001, [ISO-8859-1] christophe barbé wrote: > Hi all, > > Vester, did y

Re: need help with ALSA / soundcard

2001-05-23 Thread sherab
Hi Vester, To use alsa-sound you don't need to configure the oss either as module or build-in while you build your kernel image. It was documented in the alsa-driver-0.5.10b.tar.bz2 package. Just configure the sound support in module or build-in, then compile your kernel as usual. If oss was bui

Re: need help with ALSA / soundcard

2001-05-23 Thread christophe barbé
Hi all, Vester, did you use the alsa modules debain package or you take it from www.alsa-project.org source. I got the same problem : I've tried several thing and everything load fine but I hear no sound (after unmuting my card) or the alsamixer said me thing like "lsamixer: failed to open mixer #

Re: need help with ALSA / soundcard

2001-05-22 Thread Cameron Matheson
Hey, That fixed the one problem, but I have one more. When I try to compile programs that use alsa (such as alsaplayer or esd), it gives me a bunch of errors about not knowing the alsa variables (here's an excerpt): alsa.c:98: invalid use of incomplete typedef `snd_pcm_hw_params_t' alsa.c:99: in

Re: need help with ALSA / soundcard

2001-05-22 Thread Noah L. Meyerhans
On Wed, May 23, 2001 at 12:36:12AM +0200, vester wrote: > modprobe snd-seq-oss says: > /lib/modules/2.4.4/misc/snd-seq-oss.o: init_module: Device or resource > busy > Hint: insmor errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > > alsamixer says: > >

Re: need help with ALSA / soundcard

2001-05-22 Thread vester
i think i am almost there...i basically did what you suggested, now modprobe snd-card-ymfpci modprobe snd-pcm-oss work fine, but modprobe snd-seq-oss says: /lib/modules/2.4.4/misc/snd-seq-oss.o: init_module: Device or resource busy Hint: insmor errors can be caused by incorrect module parameter

Re: need help with ALSA / soundcard

2001-05-22 Thread Noah L. Meyerhans
On Tue, May 22, 2001 at 08:33:21PM +0200, vester wrote: > modprobe gives me a Can't locate module output to all three of them... > Run depmod -a, followed by modprobe -l to list the available modules. If you don't see the right modules, you'll have to rebuild them. What I normally do is get the

Re: need help with ALSA / soundcard

2001-05-22 Thread vester
> On Tue, May 22, 2001 at 07:57:40PM +0200, vester wrote: > > i'm using a vaio notebook with a yamaha ymf-754 soundcard on > > debian/testing. i compiled the > > kernel with CONFIG_SOUND CONFIG_SOUND_OSS and CONFIG_SOUND_YMFPCI as > > modules (i know that the last one is the correct module for my

Re: need help with ALSA / soundcard

2001-05-22 Thread Noah L. Meyerhans
On Tue, May 22, 2001 at 07:57:40PM +0200, vester wrote: > i'm using a vaio notebook with a yamaha ymf-754 soundcard on > debian/testing. i compiled the > kernel with CONFIG_SOUND CONFIG_SOUND_OSS and CONFIG_SOUND_YMFPCI as > modules (i know that the last one is the correct module for my soundcard,

need help with ALSA / soundcard

2001-05-22 Thread vester
i'm using a vaio notebook with a yamaha ymf-754 soundcard on debian/testing. i compiled the kernel with CONFIG_SOUND CONFIG_SOUND_OSS and CONFIG_SOUND_YMFPCI as modules (i know that the last one is the correct module for my soundcard, because it worked with my old suse system) and succesfully load