From owner-freebsd-questions@FreeBSD.ORG Fri Mar 22 04:27:57 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 9AFA9FC7 for ; Fri, 22 Mar 2013 04:27:57 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 228FEF03 for ; Fri, 22 Mar 2013 04:27:56 +0000 (UTC) Received: from kw.news4all.se (usenet4all.se [82.182.32.53]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id r2M4RqAw080167; Fri, 22 Mar 2013 05:27:53 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <514BDDAA.5050401@bananmonarki.se> Date: Fri, 22 Mar 2013 05:27:22 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130301 Thunderbird/17.0.3 MIME-Version: 1.0 To: Peter Harrison Subject: Re: No sound with Thinkpad X60 References: <20130314225908.GA2157@thinkpad.piggybox> <20130315232827.GA2189@thinkpad.piggybox> <20130321234229.GA2205@thinkpad.piggybox> In-Reply-To: <20130321234229.GA2205@thinkpad.piggybox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Michael Ross , questions@freebsd.org 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, 22 Mar 2013 04:27:57 -0000 2013-03-22 00:42, Peter Harrison skrev: > Sorry for the late reply, been away from the keyboard for a while. > > I'm not loading snd_hda separately, but it's definitely there: > > root@thinkpad:/home/peter # kldload snd_hda > kldload: can't load snd_hda: File exists > > I've seen that blog and a couple of other sites describing configure FreeBSD on the X60, and they all seem to infer that sound works without a problem. > > So for the moment at least I'm stumped. > > Thanks for trying to help. > > Cheers, In your /etc/rc.conf you have mixer_enable="YES" # Run the sound mixer. sound_enable="YES" Dont know if that should be in loader.conf or rc.conf. Not having it myself.