From owner-freebsd-multimedia@FreeBSD.ORG Wed Feb 15 17:33:17 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 4F51716A420 for ; Wed, 15 Feb 2006 17:33:17 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 50FC643D48 for ; Wed, 15 Feb 2006 17:33:15 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: (qmail invoked by alias); 15 Feb 2006 17:33:14 -0000 Received: from bras-co-85-197-6-233.westend.de (EHLO hanbruch.tg.intern) [85.197.6.233] by mail.gmx.net (mp010) with SMTP; 15 Feb 2006 18:33:14 +0100 X-Authenticated: #18235045 To: Ariff Abdullah References: <89irrg26dh.fsf@hanbruch.tg.intern> <20060215210953.0cce9da8.ariff@FreeBSD.org> <20060215232144.7d04184a.ariff@FreeBSD.org> From: Thomas Gellekum In-Reply-To: <20060215232144.7d04184a.ariff@FreeBSD.org> Date: 15 Feb 2006 18:33:13 +0100 Message-ID: <2lirrgo7c6.fsf@hanbruch.tg.intern> Lines: 16 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Emacs Gnus X-Y-GMX-Trusted: 0 Cc: freebsd-multimedia@FreeBSD.org Subject: Re: No sound with ALC650 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: Wed, 15 Feb 2006 17:33:17 -0000 Ariff Abdullah writes: > I was a bit ignorant, but digging through ich.c reveals something. > Look into your sys/dev/sound/pci/ich.c , look for string "73987", and > you have few choices: > > 1) increase the DELAY() from 100 to 1000 > > or > > 2) replace the "#if 1" with "#if 0" Nope, sorry. Neither 1) nor 2) works, not with the current ac97.c or with the new one from your directory. tg