From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.43)
	id 1EBDQ6-00064Z-I4
	for garchives@archives.gentoo.org; Fri, 02 Sep 2005 15:25:35 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j82FKcTJ009594;
	Fri, 2 Sep 2005 15:20:38 GMT
Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206])
	by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j82FFZ12017207
	for <gentoo-user@lists.gentoo.org>; Fri, 2 Sep 2005 15:15:36 GMT
Received: by zproxy.gmail.com with SMTP id x7so444364nzc
        for <gentoo-user@lists.gentoo.org>; Fri, 02 Sep 2005 08:18:13 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=Vnu+X22PSf8NYqTXW7h+HH6EA+CwjjhWnPZDwFnMf0CJZp3IFShoRUuVz+v1uGA4mz9+rSljNr8K1q8iAAPCbHiFo1+gVZOc35RaH/CvKnVogOwHVd0JQgbPb4ZK8agRc6S1Jkol+iZ7558dULHptOLFx+5zR+YwwvBspC/Xnbo=
Received: by 10.36.74.13 with SMTP id w13mr2544246nza;
        Fri, 02 Sep 2005 08:18:13 -0700 (PDT)
Received: by 10.36.60.4 with HTTP; Fri, 2 Sep 2005 08:18:13 -0700 (PDT)
Message-ID: <5bdc1c8b05090208185f9759b2@mail.gmail.com>
Date: Fri, 2 Sep 2005 08:18:13 -0700
From: Mark Knecht <markknecht@gmail.com>
To: Stefan Frank <s_frank@freesurf.ch>
Subject: Re: [gentoo-user] (AMD64) wrong soundcard is becoming default - Gnome unhappy
Cc: gentoo-user@lists.gentoo.org
In-Reply-To: <200509020905.35404.s_frank@freesurf.ch>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <5bdc1c8b05090114582c9a53fd@mail.gmail.com>
	 <200509020905.35404.s_frank@freesurf.ch>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j82FFZ12017207
X-Archives-Salt: 7ee9c934-aa60-4d2c-a6fb-f9b7f4bc86c6
X-Archives-Hash: e69a0a0966096a25326a9d0fcdabc997

Hi Stefan,
   Nice idea but it seems it didn't work in my case. I set this in
/etc/modules.autoload

lightning ~ # cat /etc/modules.autoload.d/kernel-2.6
# /etc/modules.autoload.d/kernel-2.6:  kernel modules to load when
system boots.#
# Note that this file is for 2.6 kernels.

snd-intel8x0
snd-hdsp
ohci1394
sbp2
realtime gid=600 any=1
lightning ~ #

and then rebooted. It didn't change the name:

lightning ~ # cat /proc/asound/cards
0 [CK804          ]: NFORCE - NVidia CK804
                     NVidia CK804 with ALC850 at 0xda103000, irq 185
1 [default        ]: H-DSP - Hammerfall DSP
                     RME Hammerfall HDSP 9652 at 0xda000000, irq 209
lightning ~ #

Note that in my case it's not that the cards are out of order. They
are in the order that I wanted. The NVidia is #0 and the HDSP is #1.
That is correct. The only thing that is wrong, as far as I know right
now, if the name. It says

1 [default        ]

instead of 

1 [hdsp9652       ]

I got a response back form the Alsa developers. They see a problem
with the way the naming is done in the code. I'm filing a bug report
and it will get cleaned up at some future date.

   Thanks for the idea. I had great hopes!

Cheers,
Mark

On 9/2/05, Stefan Frank <s_frank@freesurf.ch> wrote:
> Hi
> 
> I just had a quick look at your message, I think I may provide you a solution:
> 
> It all depends on which driver is called first - so may control this by adding
> the modules of your two soundcards in /etc/modules.autoload.d/kernel-2.6. Add
> the one you need to work with Gnome first and the other one second. I had the
> same problem with my two cards and was able to get the right card to
> get /dev/dsp1 instead of /dev/dsp2.
> 
> Hope this helps!
> 
> Stefan
>

-- 
gentoo-user@gentoo.org mailing list