From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 25 12:45:38 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D4D916A4DD for ; Fri, 25 Aug 2006 12:45:38 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83C8F43D46 for ; Fri, 25 Aug 2006 12:45:37 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 18966 invoked from network); 25 Aug 2006 22:45:36 +1000 Received: from 203-217-78-140.dyn.iinet.net.au (HELO localhost) (203.217.78.140) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Aug 2006 22:45:36 +1000 Date: Fri, 25 Aug 2006 22:45:32 +1000 From: Norberto Meijome To: "Jim Stapleton" Message-ID: <20060825224532.19840d5b@localhost> In-Reply-To: <80f4f2b20608250520g706353b1n455113add50cd5d@mail.gmail.com> References: <80f4f2b20608250520g706353b1n455113add50cd5d@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Intel HDA use X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 12:45:38 -0000 On Fri, 25 Aug 2006 08:20:50 -0400 "Jim Stapleton" wrote: > I have a notebook with Intel HDA audio in it, and it is useing a > Realtek ALC 861 codec. I tried the OSS drivers as suggested, but they > cause the system to stall for 15-20 seconds then reboot. it has probably caused your kernel to panic and it's generating a dump. most probably your card shares it's IRQ with something else (ccb0 in my case). >Loading the > driver "snd" does not make the audio work. Any one know of a way to > get this audio chip to work, or of a standard driver that is being > worked on that maybe I could help with? sure, check the archives of this list, look for hdac.ko / HDA / Intel High Definition driver updates , etc..., from May to July 2006. Beto