From owner-freebsd-virtualization@freebsd.org Wed Sep 23 15:15:57 2020 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C7223FCBED for ; Wed, 23 Sep 2020 15:15:57 +0000 (UTC) (envelope-from ali.abdallah@suse.com) Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.suse.de", Issuer "DigiCert SHA2 High Assurance Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxMFS1frRz3VH1; Wed, 23 Sep 2020 15:15:55 +0000 (UTC) (envelope-from ali.abdallah@suse.com) X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1600874153; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZKBcTw1dL0rCAWI74Ha3a5XOQo24Aksjxz24I5fgAmw=; b=jMboiwPqzKtBJifzJ3KeT+xyoSfyCYrIJ62kPKT/dnR9B/10MmR6DKYHdaf/Br3MHS9vPo OgJ+H+R5tCpBiXXN1rfSNniTZ0HzXAe6h787ZUTFcg0f7IyWr4oeQxodT1Da2bHA98VbUm zKVzyxEK++935io2ZuAJpYC5x/Y9aUQ= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id BAFD7AA35; Wed, 23 Sep 2020 15:16:30 +0000 (UTC) Date: Wed, 23 Sep 2020 17:15:52 +0200 From: Ali Abdallah To: Peter Grehan Cc: freebsd-virtualization@freebsd.org Subject: Re: HD audio problem on FreeBSD 12.1 bhyve VM Message-ID: <20200923151552.d7xe2fngbvqb5alr@frix230> References: <20200922154021.4kes7nyv2tadgofx@frix230> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BxMFS1frRz3VH1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=suse.com header.s=susede1 header.b=jMboiwPq; dmarc=pass (policy=none) header.from=suse.com; spf=pass (mx1.freebsd.org: domain of ali.abdallah@suse.com designates 195.135.220.15 as permitted sender) smtp.mailfrom=ali.abdallah@suse.com X-Spamd-Result: default: False [-6.03 / 15.00]; MID_RHS_NOT_FQDN(0.50)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[suse.com:s=susede1]; NEURAL_HAM_MEDIUM(-0.99)[-0.992]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:195.135.220.15]; MIME_GOOD(-0.10)[text/plain]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RWL_MAILSPIKE_GOOD(0.00)[195.135.220.15:from]; NEURAL_HAM_LONG(-1.03)[-1.026]; DWL_DNSWL_MED(-2.00)[suse.com:dkim]; DKIM_TRACE(0.00)[suse.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[suse.com,none]; RCVD_IN_DNSWL_MED(-0.20)[195.135.220.15:from]; NEURAL_HAM_SHORT(-0.81)[-0.813]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:29298, ipnet:195.135.220.0/22, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-virtualization] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 15:15:57 -0000 On 23.09.2020 18:31, Peter Grehan wrote: > Hi Ali, Hi Peter, > > > However, on FreeBSD 12.1 only noise comes out. Using /dev/dsp4 (which is a USB sound > > device), audio works fine, but not on /dev/dsp0, the default sound device > > on my system. > ... > > Note that: The above problem is also reproducible on 13-Current 20200917. > > Just to confirm: that was a 12.1 guest on a 13-current host ? (or a > 13-current guest ?) I tested the following combinations: 1) 12.1 guest on 12.1 host (with the HD audio from 13-current). 2) Same 12.1 guest on 13-current host. > later, > > Peter. > Cheers, Ali