From owner-freebsd-questions@FreeBSD.ORG Fri Mar 15 22:19:40 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 C9007AC7 for ; Fri, 15 Mar 2013 22:19:40 +0000 (UTC) (envelope-from four.harrisons@googlemail.com) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3245CAEC for ; Fri, 15 Mar 2013 22:19:39 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id 8so100364wgl.6 for ; Fri, 15 Mar 2013 15:19:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=x-received:from:date:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=LFIlZWAvHBA/hvFs2gxs8Xcz1oiHKbCMrQMx4yIFxfk=; b=KqW/nw9/Np32pzHYRZjpUrFURIwvjeFFfwt3uoecM6zl3VVyFStDGD2o5ucrx+0DZu kqf658gkuN5Odu6jrOK2TwVtAOc6auOTgpppGXU2ZwY5zIFraGlinusToN8pVGLhjzq2 k2Wsrei63G7b4mCcE9i8gpJhUMY6UDng38aYDuZfMjPb6IQvaBiV28DOY3JOZ+gi+/Cx GOHKxHjUw0dn6lOu6Ll2JBKniGo4CXv6iVZrBMZ35a9CK2AJ+ezBgDFzA2Vm1dB05OxL t5A3SCv9hxlO5OVOqC2O7f1Z05+sCoEWuaXfPq1w+L2LQKZV4lfD0iT484w8O0+XFrqy EWWg== X-Received: by 10.180.108.3 with SMTP id hg3mr5831850wib.33.1363385973581; Fri, 15 Mar 2013 15:19:33 -0700 (PDT) Received: from localhost (client-81-105-215-216.mcr-bng-011.adsl.virginmedia.net. [81.105.215.216]) by mx.google.com with ESMTPS id ex15sm462253wid.5.2013.03.15.15.19.30 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 15 Mar 2013 15:19:32 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Fri, 15 Mar 2013 23:28:27 +0000 From: Peter Harrison Date: Fri, 15 Mar 2013 23:28:27 +0000 To: Michael Ross Subject: Re: No sound with Thinkpad X60 Message-ID: <20130315232827.GA2189@thinkpad.piggybox> References: <20130314225908.GA2157@thinkpad.piggybox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: questions@freebsd.org, Peter Harrison 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 22:19:40 -0000 Friday, 15 March 2013 at 18:48:24 +0100, Michael Ross said: > 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 Thanks Michael. Tried turning gnome off. Still no sound from the console. Is there a FreeBSD kernel module for the modem? Thanks again, Peter Harrison.