Re: [Alsa-user] quick question: cd sound

2002-07-07 Thread Frank Barknecht
Hi, Jonathan Lau hat gesagt: // Jonathan Lau wrote: > >1) Is CD playing? (plug headphones into the CD player front jack) > > > Yeah, the CD is playing when I plug headphones into the CD jack. > > >2) Do you have the cable from the back of the CD player plugged in? > > > >3) Is it a digital or an

Re: [Alsa-user] quick question: cd sound

2002-07-07 Thread Jonathan Lau
Hi, thanks for the quick response. Mark Rages wrote: >Some stupid questions, please don't be insulted: > No problem :P >1) Is CD playing? (plug headphones into the CD player front jack) > Yeah, the CD is playing when I plug headphones into the CD jack. >2) Do you have the cable from the back

Re: [Alsa-user] quick question: cd sound

2002-07-07 Thread Mark Rages
Some stupid questions, please don't be insulted: 1) Is CD playing? (plug headphones into the CD player front jack) 2) Do you have the cable from the back of the CD player plugged in? 3) Is it a digital or analog cable? Regards, Mark On Sun, Jul 07, 2002 at 11:19:14PM -0400, Jonathan Lau wrote:

[Alsa-user] quick question: cd sound

2002-07-07 Thread Jonathan Lau
Hi, I recently got my ALSA 0.9.0rc2 drivers set up on RH Linux 7.3. I can play wav files fine, but do not get any sound when I play a music CD (using the GNOME cd player). The settings under alsamixer have been turned up. I'm pretty sure there's just a small thing I'm missing but I can't s

Re: [Alsa-user] how to compile on redhat 7.2

2002-07-07 Thread Aaron Gaudio
Installing the kernel source is not enough... you need to configure the kernel. The easiest thing to do is probably to go into /usr/src/linux, copy the config from the configs directory appropriate to which version of the RH kernel you have installed to a file named .config (e.g. cp configs/kernel

Re: [Alsa-user] devfs

2002-07-07 Thread Aaron Gaudio
I think these lines are included in the default devfsd.conf that comes with devfsd... And lo, upon Sun, Jul 07, 2002 at 11:11:52AM +0200, Frank Barknecht spaketh thusly: > Hi, > Aaron Gaudio hat gesagt: // Aaron Gaudio wrote: > > > Try these lines: > > > > REGISTERsound/.*MKOLDCOMPA

[Alsa-user] how to compile on redhat 7.2

2002-07-07 Thread Stephen Burgess
Sorry if this is sounds like a newbie question, I have a problem compiling on RedHat 7.2. This is what I did : 1. installed kernel-source-2.4.7-10 from the distribution rpm (and checked it matches my kernel version) 2. downloaded alsa-driver-0.5.12a 3. ./configure --with-kernel=/usr/src/linux-2.

Re: [Alsa-user] devfs

2002-07-07 Thread Frank Barknecht
Hi, Aaron Gaudio hat gesagt: // Aaron Gaudio wrote: > Try these lines: > > REGISTER sound/.*MKOLDCOMPAT > UNREGISTERsound/.*RMOLDCOMPAT > > They have nothing to do with ALSA, but with OSS, but should > work once you've loaded the oss compatibility modules. Maybe these