From owner-freebsd-ports@freebsd.org Sat Jan 28 11:37:27 2017 Return-Path: Delivered-To: freebsd-ports@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 C4D3ACC55DC for ; Sat, 28 Jan 2017 11:37:27 +0000 (UTC) (envelope-from t@tobik.me) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 9CAA3E69 for ; Sat, 28 Jan 2017 11:37:27 +0000 (UTC) (envelope-from t@tobik.me) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id D06DA207DF; Sat, 28 Jan 2017 06:37:25 -0500 (EST) Received: from web5 ([10.202.2.215]) by compute6.internal (MEProxy); Sat, 28 Jan 2017 06:37:25 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=tobik.me; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=lpy35QqKOCFMrhkQh6kLpAjHcD 4=; b=EQTJFyjMmYuoXOqx5Xo2eJRdqkMY11XFg3TFh72Q0jtxEqIoT6uMxrEJ4y WfoLdEs17gUfpptKKtaL/7FkS1j8cE6n5fNOV/btj9PmaAzmz0mCamHcsDggVBZD 4JEcqL4GjaLdVCJnLAKeBZrCSw8C88eWuFse6yq9nRNSLKJ+U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=lp y35QqKOCFMrhkQh6kLpAjHcD4=; b=OtdrTlbSlKhPJl9EThFci9sCnw8hmGwhqO jq7nYS85ryHmLw7PRF/5KJqXSIb47UK7V+eCw2sUv/bsvtB7hRvDSYysYp3MHi4B ndpGDXW0u3htI2U5DY8ajTUfXUjxtxwh01xxQZ/uOPBCGjvQAkBa5MkkhzS/YniA BZgZhBKDY= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id A61796ABF7; Sat, 28 Jan 2017 06:37:25 -0500 (EST) Message-Id: <1485603445.2093002.862376464.07259356@webmail.messagingengine.com> From: Tobias Kortkamp To: Grzegorz Junka , freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-37809a74 Subject: Re: Firefox and sndio References: <1407e2ee-c943-91ac-c623-6ed59fa26823@gjunka.com> In-Reply-To: <1407e2ee-c943-91ac-c623-6ed59fa26823@gjunka.com> Date: Sat, 28 Jan 2017 12:37:25 +0100 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jan 2017 11:37:27 -0000 On Sat, Jan 28, 2017, at 11:23, Grzegorz Junka wrote: > Audio in Firefox seems to be working fine when ALSA is enabled. But when > ALSA is disabled and only SNDIO is enabled there is no sound. In either > case I had PULSEAUDIO disabled. What's the expected configuration for > this to work? Is sndiod running? If not: sysrc sndiod_enable=YES service sndiod start