From owner-freebsd-hardware@FreeBSD.ORG Thu Aug 17 11:24:39 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B4A116A4DA for ; Thu, 17 Aug 2006 11:24:39 +0000 (UTC) (envelope-from admin@intron.ac) Received: from intron.ac (unknown [210.51.165.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8049D43D45 for ; Thu, 17 Aug 2006 11:24:37 +0000 (GMT) (envelope-from admin@intron.ac) Received: from localhost (localhost [127.0.0.1]) (uid 1003) by intron.ac with local; Thu, 17 Aug 2006 19:24:35 +0800 id 00102C05.44E451F3.00015E05 References: <6abe9f0c0608170221y66c526d0m2c421ebacf309ef8@mail.gmail.com> In-Reply-To: <6abe9f0c0608170221y66c526d0m2c421ebacf309ef8@mail.gmail.com> From: "Intron is my alias on the Internet" To: andi.trinculescu@gmail.com Date: Thu, 17 Aug 2006 19:24:35 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312"; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Cc: freebsd-hardware@freebsd.org Subject: Re: default sound card X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 11:24:39 -0000 [ISO-8859-1] Andi Tri^nculescu wrote: > Hello > > I have 2 soundcards on my system, one is on-board and the other is on usb. > The system recognise both of them but it uses by default the on-board > card. > I would like to route the sound to the usb card by default. > Any hint appreciated. Thanks. > > -- > Andi Trinculescu > +40 722 239747 > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to > "freebsd-hardware-unsubscribe@freebsd.org" The device node /dev/dsp is an intelligent link to a current idle device node "/dev/dspX.Y". You may have a try that load sound device driver modules in /etc/rc.local so that you can control the order a sound device uses /dev/dspX.Y. ------------------------------------------------------------------------ From Beijing, China