[PlanetCCRMA] USB-audio config questions

Mark Knecht Mark Knecht <markknecht@gmail.com>
Thu Mar 10 19:14:02 2005


On 10 Mar 2005 18:42:21 -0800, Fernando Lopez-Lezcano
<nando@ccrma.stanford.edu> wrote:
> ]On Thu, 2005-03-10 at 18:04, Mark Knecht wrote:
> > Hi,
> >    Two questions:
> >
> > 1) I bought a small USB sound device for my wife's Planet box.  I
> > plugged it in and it worked first time. Question is why? What loaded
> > snd_usb_audio?
> 
> That would be the hotplug subsystem, it monitors events in pluggable
> buses like usb and loads the modules that understands the new
> peripherial that was just added.
> 
> This is independent of the modprobe.conf configuration file.

OK - I didn't know it was set up to Alsa's usb-audio. I have usb-midi
in /etc/hotplug/blacklist. Should I also have usb-audio?
> 
> > 2) In this new style of modprobe.conf (which does not match the
> > modules.conf formats on the Planet site)
> 
> There is something about multiple cards in the fc2/3 configuration
> section (using the new format).

You're right. It was there. Seems likeone fo these days you'll have to
make FC2/3 the normal page and FC1/RH9 the alternative one people
search for. ;-)
> 
> > where do I place the options
> > statements to make sure the Intel chip is hw:0 and the USB device is
> > hw:1?
> >
> > [root@dragonfly root]# cat /proc/asound/cards
> > 0 [ICH5           ]: ICH4 - Intel ICH5
> >                      Intel ICH5 with ALC655 at 0xfa081000, irq 17
> > 1 [default        ]: USB-Audio - USB Audio CODEC
> >                      Burr-Brown from TI               USB Audio CODEC
> > at usb-0000:00:1d.1-2, full s
> > [root@dragonfly root]#
> >
> > It seems that if I boot with this device plugged in it comes up as
> > hw:0 and I'd like it to be hw:1.
> 
> I think the thing to do is to add a line like this:
> options snd_intel8x0 index=1
> to modprobe.conf, do a "/sbin/depmod -a" and reload alsa (or reboot)

OK, seems to have worked, at least when restarting also by hand. I'll
send this message now and then reboot and make sure it sticks. thanks
for your help!

> 
> Come to think about it, I think this was failing for me in a test I did.
> I can't remember what happened and I'm away from the machine in which I
> could test it.
> 

Looks like your instructions were right on target. Thanks!

- Mark