From owner-freebsd-questions@FreeBSD.ORG Fri Mar 15 17:48:38 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BF3648EC for ; Fri, 15 Mar 2013 17:48:38 +0000 (UTC) (envelope-from gmx@ross.cx) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) by mx1.freebsd.org (Postfix) with ESMTP id 85F34125 for ; Fri, 15 Mar 2013 17:48:38 +0000 (UTC) Received: from [92.76.70.82] (helo=michael-think) by www81.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1UGYk8-0004EA-Ab; Fri, 15 Mar 2013 18:48:36 +0100 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: questions@freebsd.org, "Peter Harrison" Subject: Re: No sound with Thinkpad X60 References: <20130314225908.GA2157@thinkpad.piggybox> Date: Fri, 15 Mar 2013 18:48:24 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <20130314225908.GA2157@thinkpad.piggybox> User-Agent: Opera Mail/12.14 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.6/16853/Thu Mar 14 23:39:17 2013) 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: Fri, 15 Mar 2013 17:48:38 -0000 On Thu, 14 Mar 2013 23:59:09 +0100, Peter Harrison wrote: > 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. Possibly not helping a lot: I have a T510 thinkpad with Intel HDA audio, running Windows 7. I need to have the audio driver *and* the modem driver installed for any sound to work. So possibly the modem part has to be initialised or something. You have "no driver attached" on your modem, so maybe that's worth looking at. You could also try if sound works from a terminal without running Gnome at all, just to be sure it's not some Gnome configuration thing. Regards, Michael