From owner-freebsd-questions@FreeBSD.ORG Tue Jul 19 23:13:14 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 AA95416A41F for ; Tue, 19 Jul 2005 23:13:14 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5073443D45 for ; Tue, 19 Jul 2005 23:13:14 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) by pencil.math.missouri.edu (8.12.11/8.12.11) with ESMTP id j6JNDAKb097383; Tue, 19 Jul 2005 18:13:10 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.12.11/8.12.11/Submit) id j6JNDA4h097382; Tue, 19 Jul 2005 18:13:10 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200507192313.j6JNDA4h097382@pencil.math.missouri.edu> In-Reply-To: <42DD804E.7090302@scls.lib.wi.us> "from Greg Barniskis at Jul 19, 2005 05:35:58 pm" To: Greg Barniskis Date: Tue, 19 Jul 2005 18:13:10 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pencil.math.missouri.edu X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Cc: Rich Winkel , freebsd-questions@freebsd.org Subject: Re: No sound on gx280 with 5.4 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: Tue, 19 Jul 2005 23:13:14 -0000 According to Greg Barniskis: [ Charset ISO-8859-1 unsupported, converting... ] > Rich Winkel wrote: > > I have a GX280 shipped 11/30/2004. The 5.4 kernel doesn't probe any > > sound device. Has anyone gotten this working? > > The GENERIC (default) kernel doesn't have sound compiled in, but it > should be easy to get going with loadable kernel modules. > > # kldload snd_driver > > should probe all known sound devices, then > > # cat /dev/sndstat > > should tell you what specific module to name in loader.conf so that > it is automatically available on subsequent reboots > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html Thank you!! I had "device sound" in my kernel config, but I guess this must be the way to do things now... Rich