From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 25 04:26:53 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5787716A4B3 for ; Sat, 25 Oct 2003 04:26:53 -0700 (PDT) Received: from amsfep13-int.chello.nl (amsfep13-int.chello.nl [213.46.243.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A7C43F93 for ; Sat, 25 Oct 2003 04:26:51 -0700 (PDT) (envelope-from dodell@sitetronics.com) Received: from sitetronics.com ([213.46.142.207]) by amsfep13-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with ESMTP id <20031025112650.MXXZ4557.amsfep13-int.chello.nl@sitetronics.com>; Sat, 25 Oct 2003 13:26:50 +0200 Message-ID: <3F9A5DF1.6030603@sitetronics.com> Date: Sat, 25 Oct 2003 13:26:41 +0200 From: "Devon H. O'Dell" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Martin_V=E1=F2a?= References: <20031025211141.16475ea7.martin.vana@vslib.cz> In-Reply-To: <20031025211141.16475ea7.martin.vana@vslib.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-hackers@freebsd.org Subject: Re: two soundcards and realplayer X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 11:26:53 -0000 Martin Ván(a wrote: >Hi, >I use two soundcards on my Freebsd5.1 box - Sb Live and SB AWE64, FreeBSD somehow figured out that >Live is better than Awe and made it "primary" soundcard. The reason I have AWE still in computer, is >it's amplyfing skills /2x4W/ so I don't need aditional amplyfier. With Xmms it's fine, I just changed >confile and enjoy music. But I can't figure out how to swap soundcards in RealPlayer and Mplayer. >Is there a way how to change it system wide? >Thank you >Martin > > Well, I suppose you could do something like mv /dev/dsp0 /dev/dsp.tmp && mv /dev/dsp1 /dev/dsp0 && mv /dev/dsp.tmp /dev/dsp1 Not sure how terribly well that'd work (and it's a horrendous hack), though you can select the output device in mplayer with the ao: option. I don't know anything about RealPlayer, so I wouldn't be able to help you there. --Devon