From owner-freebsd-questions@freebsd.org Mon Jan 18 18:19:29 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78510A8368F for ; Mon, 18 Jan 2016 18:19:29 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFACF1D62 for ; Mon, 18 Jan 2016 18:19:26 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from [10.0.0.3] (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id u0II1vut012120 for ; Mon, 18 Jan 2016 19:01:58 +0100 (CET) (envelope-from bah@bananmonarki.se) Subject: Re: FBSD 10.2, KDE 4.14.3, no microphone To: freebsd-questions@freebsd.org References: <4ccb6b031e3a3d62369e7fdb3012487a@localhost> From: Bernt Hansson Message-ID: <569D289B.8010307@bananmonarki.se> Date: Mon, 18 Jan 2016 19:02:03 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <4ccb6b031e3a3d62369e7fdb3012487a@localhost> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2016 18:19:29 -0000 On 2016-01-18 01:18, fbsd wrote: > Hi - > > On FBSD 10.2, with KDE 4.14.3, I enter system settings > Hardware > > Multimedia > Audio and Video settings. > > Under Audio Playback I find one device "oss" and audio playback works > just fine. > Under Audio Recording - I see a blank screen. No devices listed. And, > obviously, microphones don't work at all. > > From pciconv -lv: > > hdac0@pci0:0:27:0: class=0x040300 card=0x04f51028 chip=0x1c208086 > rev=0x04 hdr=0x00 > vendor = 'Intel Corporation' > device = '6 Series/C200 Series Chipset Family High Definition > Audio Controller' > class = multimedia > subclass = HDA > > From /boot/loader.conf: > > snd_hda_load="YES" > > > Clearly I'm missing something, but I've no idea what. > Can someone point me in the right direction? > > Thanks for the help (past and present). > Gene You can try sysctl hw.snd.default_unit=0-to any number. To get my mic working sysctl hw.snd.default_unit=1 ls /dev/mix* /dev/mixer0 /dev/mixer1 /dev/mixer2 /dev/mixer3 Choose wisely.