[PlanetCCRMA] Newbie trying to set up Quattro

Mark Knecht markknecht@comcast.net
Tue Mar 16 08:00:03 2004


OK, I'm no guru, but I don't see where anything is getting loaded to
tell Alsa the Quatro is installed. Don't you need an Alsa USB audio
driver?

In the modules.conf file below the Shuttle's 8x0 sound chip is index-0,
so it will be the default device that gets sound duties. (I think) 

Maybe I'm missing something, but I think that you'll do better when you
get some more audio stuff in this file. From the Alsa page on the Quatro
I see:

# ALSA portion
        alias char-major-116 snd
        alias snd-card-0 snd-usb-audio
	# module options should go here

        # OSS/Free portion
        alias char-major-14 soundcore
        alias sound-slot-0 snd-card-0
	
	# card #1
	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-8 snd-seq-oss
	alias sound-service-0-12 snd-pcm-oss

So you'd want to add some of this (not all!) to your modules.conf file
but changed for snd-card-1. (Or make the Quatro snd-card-0 and change
the 8x0 to snd-card-1.

Good luck,
Mark


On Tue, 2004-03-16 at 05:43, Doug Regehr wrote:
> Thanks Mark, here is my modules.conf:
> 
> alias eth0 8139too
> alias usb-controller usb-ohci
> alias usb-controller1 ehci-hcd
> alias ieee1394-controller ohci1394
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> # --- ALSACONF verion 0.9.0 ---
> alias char-major-116 snd
> alias snd-card-0 snd-intel8x0
> 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-8 snd-seq-oss
> alias sound-service-0-12 snd-pcm-oss
> options snd major=116 cards_limit=3 
> options snd-intel8x0 index=0 
> # --- END: Generated by ALSACONF, do not edit. ---
> # -- Keep modules from being autocleaned
> add options -k snd-card-0
> alias /dev/ttySHSF[0-9]* /dev/ttySHSF
> alias /dev/modem /dev/ttySHSF
> alias char-major-240 /dev/ttySHSF
> alias /dev/cuaHSF[0-9]* /dev/ttySHSF
> alias char-major-241 /dev/ttySHSF
> options hsfserial serialmajor=240 calloutmajor=241 
> alias char-major-242 hsfosspec
> alias /dev/hsfdiag* /dev/hsfdiag
> alias /dev/hsfdiag* /dev/hsfdiag
> alias char-major-243 /dev/hsfdiag
> options hsfosspec dcpmajor=242 diagmajor=243 
> probeall /dev/ttySHSF hsfpcibasic2 hsfmc97ich hsfmc97via hsfmc97ali
> probeall hsfserial hsfpcibasic2 hsfmc97ich hsfmc97via hsfmc97ali
> alias /dev/ttySHSF[0-9]* /dev/ttySHSF
> alias /dev/cuaHSF[0-9]* /dev/ttySHSF
> 
> > -----Original Message-----
> > From: Mark Knecht [mailto:markknecht@comcast.net]
> > Sent: March 14, 2004 11:24 PM
> > To: Doug Regehr
> > Cc: PlanetCCRMA
> > Subject: Re: [PlanetCCRMA] Newbie trying to set up Quattro
> > 
> > 
> > On Sun, 2004-03-14 at 20:08, Doug Regehr wrote:
> > > Hello all,
> > > 
> > > I have just installed the planet on my Shuttle XPC SS51G, 
> > and now I'm trying to get my M-Audio Quattro working.  I've 
> > added Patrick Shirkey's  .asoundrc file to my home directory, 
> > as recommended by the ALSA website.  However, when I try to 
> > play a wave file through the Quattro:
> > > 
> > > [dregehr@atlantis dregehr]$ aplay -D quattro1 foo.wav
> > > 
> > > ...the sound comes out of the Shuttle's integrated audio!!! 
> >  (The Quattro is not connected to any speakers, but it is 
> > turned on, and it shows up in /proc/asound/cards). Does 
> > anyone know what's going on here?
> > > 
> > > Thanks in advance,
> > > 
> > > Doug Regehr
> > 
> > It's probably related to what index number each sound device is given.
> > Post back your modules.conf file showing how you set up the 
> > drivers for
> > each device. I'd guess the Shuttle's sound chip is device 0 and you're
> > command above is somehow mapping to device 0.
> > 
> > Good luck,
> > Mark
> > 
> >