From owner-freebsd-newbies@FreeBSD.ORG Sat Feb 5 16:04:54 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A70E16A4CE for ; Sat, 5 Feb 2005 16:04:54 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 66BE843D2D for ; Sat, 5 Feb 2005 16:04:53 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 26491 invoked from network); 5 Feb 2005 16:04:52 -0000 Received: from unknown (HELO ale.varnet.bsd) (unknown) by unknown with SMTP; 5 Feb 2005 16:04:52 -0000 X-pair-Authenticated: 200.115.214.206 Date: Sat, 5 Feb 2005 13:05:18 -0300 From: Alejandro Pulver To: Nikolas Britton Message-ID: <20050205130518.00416fb1@ale.varnet.bsd> In-Reply-To: <4203F5E2.8080605@nbritton.org> References: <20050204201505.A75EDC031@postfix3-2.free.fr> <4203F5E2.8080605@nbritton.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: Loading module for sound chip SiS 7102 X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2005 16:04:54 -0000 On Fri, 04 Feb 2005 16:23:30 -0600 Nikolas Britton wrote: > Yea, find a better translation service... Put these in /boot/loader.conf: > sound_load="YES" > snd_driver_load="YES" > hw.snd.maxautovchans=4 'sysctl' settings (like 'hw.snd.maxautovchans=4') should be put in '/etc/sysctl.conf', not in '/boot/loader.conf'. Check sysctl.conf(5). I have the following in my '/etc/sysctl.conf': hw.snd.pcm0.vchans=4 hw.snd.maxautovchans=4 The first line will work only if your card is detected at system boot (with entries in '/boot/loader.conf' or statically compiled into the kernel). Also 'snd_driver' will automatically load the required module 'sound' (it is the same including it or not; personally I include both). Best Regards, Ale