From owner-freebsd-questions@FreeBSD.ORG Fri Mar 22 16:30:51 2013 Return-Path: Delivered-To: freebsd-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 48AEAFED for ; Fri, 22 Mar 2013 16:30:51 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 225C8B61 for ; Fri, 22 Mar 2013 16:30:50 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 84BC833C1D for ; Fri, 22 Mar 2013 12:30:39 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id AADBF39841; Fri, 22 Mar 2013 12:30:37 -0400 (EDT) From: Lowell Gilbert To: FreeBSD Subject: Re: No sound with Thinkpad X60 References: <20130314225908.GA2157@thinkpad.piggybox> <20130315232827.GA2189@thinkpad.piggybox> <20130321234229.GA2205@thinkpad.piggybox> <514BEC19.2060802@bananmonarki.se> <20130322073106.10ab6e89@scorpio> Date: Fri, 22 Mar 2013 12:30:37 -0400 In-Reply-To: <20130322073106.10ab6e89@scorpio> (jerry@seibercom.net's message of "Fri, 22 Mar 2013 07:31:06 -0400") Message-ID: <444ng3qtw2.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain 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 16:30:51 -0000 Jerry writes: > On Fri, 22 Mar 2013 06:28:57 +0100 > Bernt Hansson articulated: > >> 2013-03-22 00:42, Peter Harrison skrev: >> >> Put this in your /boot/loader.conf and report back. >> >> hw.snd.default_unit="0" >> >> Test with other nubers if 0 do not work. > > Using an nVidia card, I had to do the following: > > /etc/sysctl.conf > hw.snd.default_unit=4 > > Rebooted and the sound worked. I never found any truly accurate > information on it, it was basically just a trail and error experiment. > And YES, it sucks that in all to many cases, sound doesn't "just work". You don't actually need to reboot for each trial. Running sysctl(8) from the command line will do. And /dev/sndstat would probably tell you the right value to try. These things are covered in the Handbook..