From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 20:56:41 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 731ED89F for ; Mon, 27 Jan 2014 20:56:41 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.15.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5A061FF1 for ; Mon, 27 Jan 2014 20:56:40 +0000 (UTC) Received: from nebel.ror.de ([91.47.115.193]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0M1XDJ-1VJM521C6j-00tPq8 for ; Mon, 27 Jan 2014 21:56:33 +0100 Received: by nebel.ror.de (Postfix, from userid 1001) id 303EA5C63; Mon, 27 Jan 2014 21:56:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by nebel.ror.de (Postfix) with ESMTP id 2B2595C62 for ; Mon, 27 Jan 2014 21:56:34 +0100 (CET) Date: Mon, 27 Jan 2014 21:56:34 +0100 (CET) From: Volker Nebel X-X-Sender: volker@localhost To: freebsd-questions@freebsd.org Subject: No sound on Macmini with FreeBSD 10 Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Provags-ID: V03:K0:uTS9XMQYH+9sIzh/lYGl9xv62p5wyWi86BnO31NG/sBew+kA6jG hTB2mrvGVH8tMhySxcZ1EqIL2AZ4U5eU/ogLT+J3KcVeAAWypnTZAVsxO9cw4E8rLNNxSI6 quq3u5NzwJAFmX3Uzvu3Bc5hsTZZUwWLOB7F5qKoSOThU9umFNUpPerYIGcADjBnAelayw2 AGrAFrmtjb0V+Ai9HD4xQ== X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 20:56:41 -0000 Good morning! Since a few days my Macmini 6.1 is running on FreeBSD 10.0 (yeah, and FreeBSD alone)! Unfortunately, it does not (yet) produce any sound, and I really need help on this. I followed the handbook and it looks like, driver snd_hda is used. [CMD=" "]dmesg | grep hda[/CMD] gives the output shown below. Soundcard seems to be Cirrus Logic CS4206. I tried the following steps: - Find a specific driver for this sound card: Nothing. - Turn volume up with [CMD=" "]mixer pcm 100 vol 100[/CMD]. Still nothing to hear. - Change the value of hw.snd.default_unit to 0,1,2. No effect. Has anybody a good idea how to proceed? Don't know, whether the following is relevant: [CMD=" "]kldload snd_driver[/CMD] gives 6 times "ppc0: cannot reserve I/O port range". When booting, I get this message once. Best regards, Volker dmseg | grep hda gives: hdac0: mem 0xa0710000-0xa0713fff irq 22 at device 27.0 on pci0 hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 11 and 12 on hdaa0 pcm1: at nid 16 and 15 on hdaa0 pcm2: at nid 10 on hdaa0 hdacc1: at cad 3 on hdac0 hdaa1: at nid 1 on hdacc1 hdaa1: hdaa_audio_as_parse: Duplicate pin 0 (6) in association 1! Disabling association. hdaa1: hdaa_audio_as_parse: Duplicate pin 0 (7) in association 1! Disabling association. hdac0: mem 0xa0710000-0xa0713fff irq 22 at device 27.0 on pci0 hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 11 and 12 on hdaa0 pcm1: at nid 16 and 15 on hdaa0 pcm2: at nid 10 on hdaa0 hdacc1: at cad 3 on hdac0 hdaa1: at nid 1 on hdacc1 hdaa1: hdaa_audio_as_parse: Duplicate pin 0 (6) in association 1! Disabling association. hdaa1: hdaa_audio_as_parse: Duplicate pin 0 (7) in association 1! Disabling association.