From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 12:39:22 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 631C316A4CE for ; Sat, 8 Nov 2003 12:39:22 -0800 (PST) Received: from mta4.adelphia.net (mta4.adelphia.net [68.168.78.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F7743FBD for ; Sat, 8 Nov 2003 12:39:21 -0800 (PST) (envelope-from alexkelly@adelphia.net) Received: from [192.168.0.100] ([24.52.113.18]) by mta4.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031108203924.IJPB4841.mta4.adelphia.net@[192.168.0.100]> for ; Sat, 8 Nov 2003 15:39:24 -0500 From: Alex Kelly To: freebsd-questions@freebsd.org Date: Sat, 8 Nov 2003 15:41:03 -0500 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311081541.03869.alexkelly@adelphia.net> Subject: Virtual Sound Channels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alexkelly@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 20:39:22 -0000 Is there a way I can make these commands run at boot time: # sysctl hw.snd.pcm0.vchans=4 # sysctl hw.snd.maxautovchans=4 Rather than enter them in each time I want to use xmms in kde? I guess aRTs hogs psm0. Thanks.