<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
On Tue, 2006-05-30 at 09:45 -0400, Don Flinn wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Thanks Andy</FONT>

<FONT COLOR="#000000">That is my problem</FONT>

<FONT COLOR="#000000">[flinn@flinn ~]$ cat /proc/asound/cards</FONT>
<FONT COLOR="#000000"> 0 [CMI8738MC6     ]: CMI8738-MC6 - C-Media PCI CMI8738-MC6</FONT>
<FONT COLOR="#000000">                      C-Media PCI CMI8738-MC6 (model 55) at 0xd400, irq</FONT>
<FONT COLOR="#000000">18</FONT>
<FONT COLOR="#000000"> 1 [Headset        ]: USB-Audio - Logitech USB Headset</FONT>
<FONT COLOR="#000000">                      Logitech Logitech USB Headset at</FONT>
<FONT COLOR="#000000">usb-0000:00:10.2-2.1, full speed</FONT>

<FONT COLOR="#000000">But how do I change the order?  </FONT>
</PRE>
</BLOCKQUOTE>
<BR>
Look in /etc/modprobe.conf<BR>
<BR>
in mine I have:<BR>
alias snd-card-0 snd-sbawe<BR>
alias snd-card-1 snd-ens1371<BR>
<BR>
...that sets the order. My Soundblaster awe64 is first and my ens-1371 is second, even though the install wanted to make the ens the first as it is PCI and the awe64 is old timey ISA... it just sounds ALOT better and I chose to make it first. <BR>
<BR>
I've not used an USB sound device, so I do not know for sure that a module is loaded for it at all. but if one is, then modprobe.conf should be the place to tell the system to load it first. Of course, I could be completely fricking wrong, and USB is handled different, but you got my troubleshooting with a shotgun approach, as well as my two cents. <chuckles> Ric<BR>
  
</BODY>
</HTML>