From owner-freebsd-stable@FreeBSD.ORG Thu Nov 2 13:54:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD24A16A5AD for ; Thu, 2 Nov 2006 13:54:34 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av9-1-sn3.vrr.skanova.net (av9-1-sn3.vrr.skanova.net [81.228.9.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4257843D4C for ; Thu, 2 Nov 2006 13:54:34 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av9-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 05B3C37F4D; Thu, 2 Nov 2006 14:54:33 +0100 (CET) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av9-1-sn3.vrr.skanova.net (Postfix) with ESMTP id E69BA37F46; Thu, 2 Nov 2006 14:54:32 +0100 (CET) Received: from dude.automatvapen.se (81-229-112-193-no21.tbcn.telia.com [81.229.112.193]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id C189D37EA1; Thu, 2 Nov 2006 14:54:30 +0100 (CET) From: Joel Dahl To: Michel Talon In-Reply-To: <20061102134938.GA64052@lpthe.jussieu.fr> References: <20061102134938.GA64052@lpthe.jussieu.fr> Content-Type: text/plain Date: Thu, 02 Nov 2006 14:54:31 +0100 Message-Id: <1162475671.672.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Problem with the installer sysinstall. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 13:54:34 -0000 On Thu, 2006-11-02 at 14:49 +0100, Michel Talon wrote: > > By the way another minor problem is that the audio does not > work. According to the mobo manual, it is a Realtek ALC882 audio chip. None > of the sound modules have recognized the chip. Sound works under Linux. HDA sound is only supported (by the snd_hda(4) driver) in CURRENT atm. -- Joel