From owner-freebsd-current@freebsd.org Fri Jul 13 12:14:09 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 686991039DB6 for ; Fri, 13 Jul 2018 12:14:09 +0000 (UTC) (envelope-from kalle.carlbark+freebsd@kcbark.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 079AA82FC4 for ; Fri, 13 Jul 2018 12:14:09 +0000 (UTC) (envelope-from kalle.carlbark+freebsd@kcbark.net) Received: by mailman.ysv.freebsd.org (Postfix) id B71AF1039DB5; Fri, 13 Jul 2018 12:14:08 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A466A1039DB4 for ; Fri, 13 Jul 2018 12:14:08 +0000 (UTC) (envelope-from kalle.carlbark+freebsd@kcbark.net) Received: from smtp.kcbark.net (static-212-247-41-80.cust.tele2.se [212.247.41.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A3FD82FC3 for ; Fri, 13 Jul 2018 12:14:07 +0000 (UTC) (envelope-from kalle.carlbark+freebsd@kcbark.net) Received: from [100.89.91.61] (m83-185-91-61.cust.tele2.se [83.185.91.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kcbark.net (Postfix) with ESMTPSA id 6096366E6F for ; Fri, 13 Jul 2018 14:13:53 +0200 (CEST) From: Kalle Carlbark Mime-Version: 1.0 (1.0) Date: Fri, 13 Jul 2018 14:13:52 +0200 Subject: HD Audio Emulation For Bhyve Message-Id: <8EA0050D-E83E-4DB0-9ADD-A1EE485BCFC9@kcbark.net> To: current@freebsd.org X-Mailer: iPhone Mail (15F79) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 12:14:09 -0000 Hi! First post to the mailing list.=20 I was trying out the https://reviews.freebsd.org/D12419 on a recent FreeBSD c= urrent (>=3D 336229) but didn=E2=80=99t get it to work using debian 9 as a g= uest. Mpg123 just hangs when trying to play a mp3. Also tried Ubuntu 18 but t= hat just hangs at boot time at =E2=80=9CDetecting sound card=E2=80=9D. I=E2=80= =99ve compiled bhyve WITHOUT_CAPSICUM but that doesn=E2=80=99t seem to solve= anything. Also built with DEBUG_HDA and that doesn=E2=80=99t output any err= ors. Sound works just fine on the host system. Any hints? Thanks!=20