From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 19:53:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6A616A4CE for ; Fri, 31 Oct 2003 19:53:33 -0800 (PST) Received: from flock1.newmail.ru (flock1.newmail.ru [212.48.140.157]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A0D243FBD for ; Fri, 31 Oct 2003 19:53:31 -0800 (PST) (envelope-from lial@newmail.ru) Received: (qmail 27225 invoked from network); 1 Nov 2003 03:53:29 -0000 Received: from unknown (HELO a094-pool1.dialup.vtelecom.ru) (lial@217.106.186.94) by smtpd.newmail.ru with SMTP; 1 Nov 2003 03:53:29 -0000 Date: Sat, 1 Nov 2003 13:53:28 +1000 From: "Alexey V. Litvinov" Organization: Azarax X-Priority: 3 (Normal) Message-ID: <105513359.20031101135328@newmail.ru> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Two sound cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Alexey V. Litvinov" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 03:53:33 -0000 Hello All, I have two sound cards and FreeBSD 5.0 cat < /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xd000 irq 11 (1p/1r/0v channels duplex default) pcm1: at io 0xe400 irq 10 (1p/1r/0v channels duplex) And wants to make /dev/dsp point to pcm1 by default instead of pcm0. How to do this? Or where to read about this..? I take a look at man devfs but have no ideas ln -s /dev/dsp1 /dev/dsp gives an error. -- Best regards, Alexey mailto:lial@newmail.ru