From owner-freebsd-questions@FreeBSD.ORG Thu Mar 14 21:50:16 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E0D11736 for ; Thu, 14 Mar 2013 21:50:16 +0000 (UTC) (envelope-from four.harrisons@googlemail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 6D04BDBF for ; Thu, 14 Mar 2013 21:50:16 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id t44so2622094wey.40 for ; Thu, 14 Mar 2013 14:50:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=x-received:from:date:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=O1jXe0zZ394E5NaQuXrLiXVZh+7KIeoF/sS6E+waKAc=; b=Z+gSrklEUMVL/Xy7oPojWwHVkgrfuq8x2ec4/f4XsoikN5w8a97H0+zrCmaAw0iPBT aFj4kKCh5Rnu9+TMu9klBxtkswop1fqHEAQIujSpUJ5f8vY8F08d54DXnn9PTzhHNarj XmOnzxbAKIpNeKj0R8qX+pnyczvPzkt3DI457daCVnptdBfoG/fQBuYcmPaqpKOLoMuk cxs0bb/JlHFbINo7+EsZXOY8yxmfYP3Dk4KEAhfnFVtrLjgm/Z+Y1IsfO+B1nf3IbOEg 7cPRTiU4aiGaSnx+tlQd/hojh6PSJdJcNJk7vFXHzN95WYLTwX1/xqhVc78zO+eghPMU 5plw== X-Received: by 10.180.76.84 with SMTP id i20mr7040459wiw.9.1363297815707; Thu, 14 Mar 2013 14:50:15 -0700 (PDT) Received: from localhost (client-81-105-210-251.mcr-bng-011.adsl.virginmedia.net. [81.105.210.251]) by mx.google.com with ESMTPS id eo1sm11508963wib.8.2013.03.14.14.50.13 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 14 Mar 2013 14:50:14 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Thu, 14 Mar 2013 22:59:09 +0000 From: Peter Harrison Date: Thu, 14 Mar 2013 22:59:09 +0000 To: questions@freebsd.org Subject: No sound with Thinkpad X60 Message-ID: <20130314225908.GA2157@thinkpad.piggybox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 21:50:16 -0000 Hi list, I've a problem with sound on a Thinkpad X60, which has an Intel HDA chip. This is what I see in dmesg: hdac0: mem 0xee240000-0xee243fff irq 17 at device 27.0 on pci0 hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 5 and 25,8 on hdaa0 hdacc1: at cad 1 on hdac0 unknown: at nid 2 on hdacc1 (no driver attached) and from sndstat: FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386) Installed devices: pcm0: (play/rec) default and from mixer: Mixer vol is currently set to 100:100 Mixer pcm is currently set to 100:100 Mixer speaker is currently set to 100:100 Mixer cd is currently set to 1:1 Mixer rec is currently set to 1:1 Mixer igain is currently set to 42:42 Mixer ogain is currently set to 100:100 Mixer monitor is currently set to 67:67 Recording source: cd But I have no sound. This is using Gnome 2.32 on 9.1-R. I did initially accidentally install Pulseaudio, but have subsequently deleted it and reinstalled everything that depended on it without the Pulseaudio dependency. Any thoughts on what I'm doing wrong? Thanks in advance. Peter Harrison.