From owner-freebsd-questions@FreeBSD.ORG Thu Nov 17 10:08:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 95F5816A41F for ; Thu, 17 Nov 2005 10:08:47 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C52143D46 for ; Thu, 17 Nov 2005 10:08:46 +0000 (GMT) (envelope-from fowlplay77@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so1602363wra for ; Thu, 17 Nov 2005 02:08:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bEb9lrFHtks4EoGrAftqV7OrYyF0vxUM4jyD2pQCT2QOMday4wJswLz4wQGzkbX+9fq+OUrBdBAJpJnz0CfWOnSiU2rNlhlyz5MfB0x7eBLHMDf8BfjFRMPBOWFx8V5A+2fBauT7CsTmSVa+YCZQtLfpXv5SlLBRc7Y0WLgdS1k= Received: by 10.65.126.9 with SMTP id d9mr3696467qbn; Thu, 17 Nov 2005 02:08:46 -0800 (PST) Received: by 10.65.83.8 with HTTP; Thu, 17 Nov 2005 02:08:46 -0800 (PST) Message-ID: <25b28b630511170208r7c88a0abm8f6192d15a996001@mail.gmail.com> Date: Thu, 17 Nov 2005 17:08:46 +0700 From: Owen Jeremiah To: Peter Clutton In-Reply-To: <57416b300511170105y28eb6a3ewb3338bc345e6cffb@mail.gmail.com> MIME-Version: 1.0 References: <57416b300511152041y2a68b5dbk21cefa7ba2ad427d@mail.gmail.com> <1132149866.9234.7.camel@dracula> <57416b300511170105y28eb6a3ewb3338bc345e6cffb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: dev@unixdaemon.org, FreeBSD Questions Subject: Re: Sound Configuration, Sony Laptop with ac97 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2005 10:08:47 -0000 IIRC, the recommended step to do is do: kldload snd_driver and then do: cat /dev/sndstat to get the correct driver (in my case it is snd_ich). After that you put th= e driver into loder.conf (in my case: snd_ich_load=3D"YES"). Hope it helps. Regards, OJ