From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 18:46:14 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 513E7106564A; Thu, 4 Nov 2010 18:46:14 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id AA2E18FC14; Thu, 4 Nov 2010 18:46:12 +0000 (UTC) Received: by ewy28 with SMTP id 28so1253400ewy.13 for ; Thu, 04 Nov 2010 11:46:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=SofXjVx2xJb3MqNLDHCtJUNgnfR3DhRt6/eSNbi3nHg=; b=dP6RNLJIAO1ET7cYhZfOoCfPwk5CnWW0jRIIasbMN3Oowc7u/v45mkNaQpVRM++7hQ W00C2slqQiiLVWCuigjjvyeKBWE9yDqVnsBORTKlEGJxEFxOto4mPKsJfLxrI9pQyq/H 6g2IrpBbXYQS4UVhMmTsX0+HXul+TJukWnzCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=RF7/xUuMhbcRTACR7dQU0L3k7YWVgMPgz9yy4Wqz7KKvejvTtypEHF9GNBsTF0HfnO 1wX/9nLITMt1kVR4z5wD3jsXZEXZbNIxEbgCxmW7yDBPzc+/09FUm3kIWvS5Y5Xedu8U 3GuDlfxoGcX3joLfd2RYnVvX8lKPd1VdUy7+Q= MIME-Version: 1.0 Received: by 10.216.46.200 with SMTP id r50mr213970web.45.1288896371148; Thu, 04 Nov 2010 11:46:11 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Thu, 4 Nov 2010 11:46:11 -0700 (PDT) In-Reply-To: <4CD2FE43.7060709@FreeBSD.org> References: <4CD2FE43.7060709@FreeBSD.org> Date: Thu, 4 Nov 2010 11:46:11 -0700 X-Google-Sender-Auth: frL_1QFkhlqdmRd6ayod2tsvHKQ Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Problems with hda X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 18:46:14 -0000 On Thu, Nov 4, 2010 at 11:41 AM, Doug Barton wrote: > Howdy, > > Thanks to a generous FreeBSD user I have a shiny new Dell Optiplex 960, w= ith > the following device: > > hdac0: mem > 0xf7adc000-0xf7adffff irq 16 at device 27.0 on pci0 > hdac0: HDA Driver Revision: 20100226_0142 > hdac0: HDA Codec #0: Analog Devices AD1984A > pcm0: at cad 0 nid 1 on hdac0 > pcm1: at cad 0 nid 1 on hdac0 > > There's 2 problems. When I plug the headphones in there are sounds, > sometimes a low-level sound like a tea kettle whistling, and sometimes a > louder screeching sound. The other problem is that the front headphone ja= ck > doesn't work. The rear one works, but this is less than convenient. :) > =A0Windows and ubuntu linux do not have either problem with the same hard= ware. Can you try with 7.x to see if there's a similar problem? I ask this because similar symptoms might exist with snd_emu10kx as another person and I have hashed over in another thread. Thanks, -Garrett