From owner-freebsd-stable@FreeBSD.ORG Sun Apr 15 10:13:52 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFD4716A403 for ; Sun, 15 Apr 2007 10:13:52 +0000 (UTC) (envelope-from hlh@restart.be) Received: from oola.is.scarlet.be (oola.is.scarlet.be [193.74.71.23]) by mx1.freebsd.org (Postfix) with ESMTP id 11ECC13C484 for ; Sun, 15 Apr 2007 10:13:51 +0000 (UTC) (envelope-from hlh@restart.be) Received: from (ip-83-134-216-130.dsl.scarlet.be [83.134.216.130]) by oola.is.scarlet.be with ESMTP id l3F9toM31900 for ; Sun, 15 Apr 2007 11:55:50 +0200 Received: from [192.168.24.2] (morzine.restart.bel [192.168.24.2]) (authenticated bits=0) by restart.be (8.14.1/8.14.1) with ESMTP id l3F9temb063161 for ; Sun, 15 Apr 2007 11:55:42 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=0.5; a=rsa-sha1; c=simple/simple; d=restart.be; s=avoriaz; t=240062036; bh=bBG1Sk/MMkZ2mClU2abNMhlfjNQ=; h=DomainKey-Signature: Message-ID:Date:From:Organization:User-Agent:MIME-Version:To: Subject:References:In-Reply-To:Content-Type: Content-Transfer-Encoding:X-Spam-Status:X-Scanned-By; b=m54PpAN2L7 2bVFzwmIL/XbVwb0p/VIR/teV9IzVGiYJwsb10ZXz29lslhGajHXfxHEplO3nrK1Xww P3I7fjBbA== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to: subject:references:in-reply-to:content-type: content-transfer-encoding:x-spam-status:x-scanned-by; b=Stkgl4Mk5sO7Wn1C7tZuT1CtrLF7qwHoeQWuYIKKHuVkKK0kxTYZT7Ji4xwKUhv4H +AHbfLC/6Ime/pON79tNw== Message-ID: <4621F69C.1010809@restart.be> Date: Sun, 15 Apr 2007 11:55:40 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 1.5.0.10 (X11/20070322) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20070414233457.602FFDA826@mailserver8.hushmail.com> <20070415000650.GA17375@owl.midgard.homeip.net> In-Reply-To: <20070415000650.GA17375@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: -4.303 (ALL_TRUSTED,AWL,BAYES_00) X-Scanned-By: MIMEDefang 2.61 on 192.168.24.1 X-DCC-scarlet.be-Metrics: oola 20001; Body=1 Fuz1=1 Fuz2=1 Subject: Re: Problem with Sound Drivers... 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: Sun, 15 Apr 2007 10:13:52 -0000 Erik Trulsson wrote: > On Sat, Apr 14, 2007 at 07:34:56PM -0400, liquid06@hushmail.com wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hey guys, having a problem getting the sound driver to load >> properly, any suggestions/solutions? >> >> >> none0@pci0:27:0: class=0x040300 card=0x103e147b >> chip=0x26688086 rev=0x03 hdr=0x00 >> >> >> Not sure which sound drivers to load.. since there listed in 2 >> areas. AC97 and "High Defination Audio" >> >> >> http://pci-ids.ucw.cz/iii/?i=80862668 >> >> Thanks! > > You could try with snd_ich(4). If that does not work (and I don't think > it will) you probably need snd_hda(4). > Unfortunately snd_hda is only available in -CURRENT at the moment and > not in -STABLE. modules (sound.ko and snd_hda.ko) work great for me on 6.2-RELEASE. see http://people.freebsd.org/~ariff/lowlatency/ Henri > > > >