From nobody Tue Nov 16 20:25:46 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id F29081856406 for ; Tue, 16 Nov 2021 20:25:59 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtyHq5q9yz3PCg for ; Tue, 16 Nov 2021 20:25:59 +0000 (UTC) (envelope-from hps@selasky.org) Received: from [10.36.2.165] (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id C73822600D4; Tue, 16 Nov 2021 21:25:51 +0100 (CET) Message-ID: <17bb4c38-18d1-ac26-2bfe-d55ba3a23641@selasky.org> Date: Tue, 16 Nov 2021 21:25:46 +0100 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: sound on FreeBSD 14.0-CURRENT Content-Language: en-US To: Ludovit Koren Cc: freebsd-current@freebsd.org References: <86h7cc5tgq.fsf@gmail.com> <8e946cd7-6380-87cc-9f9d-f624717a0954@selasky.org> <86czn05rcb.fsf@gmail.com> <6c443abb-2d0f-ab04-2d8f-16e74323f4af@selasky.org> <868rxo59ey.fsf@gmail.com> <0bc2da89-337b-c6ed-fd41-0e31f6fde1ae@selasky.org> <86zgq350ty.fsf@gmail.com> From: Hans Petter Selasky In-Reply-To: <86zgq350ty.fsf@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HtyHq5q9yz3PCg X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; TAGGED_RCPT(0.00)[]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 11/16/21 20:59, Ludovit Koren wrote: >>>>>> Hans Petter Selasky writes: > > > Hi, > >> It is not working... > >> Just a thought... Could not be the problem how are the apps built > >> (chromium, firefox), i.e. which options are set on? > > > No, the default should work out of the box. > > > What does "which virtual_oss_cmd" output? > > which virtual_oss_cmd > /usr/local/sbin/virtual_oss_cmd > > > Maybe /usr/local/bin is not in your PATH? > > env > SHELL=/usr/local/bin/bash > WORDLIST=/usr/home/koren/ispell.words > crt=24 > EDITOR=vi > ENV=/usr/home/koren/.shrc > PWD=/usr/home/koren > LOGNAME=koren > TEXINPUTS=.:/usr/local/lib/texmf/tex//:/usr/local/share/texmf/tex//:/usr/local/share/texmf-dist/tex//:/usr/home/koren/others:/usr/home/koren/mytex:/usr/home/koren/projects/interpre/manual/english > MANPATH=/usr/share/man:/usr/X11R6/man:/usr/local/man:/usr/local/pgsql/man > HOME=/usr/home/koren > LANG=C.UTF-8 > EXINIT=set redraw wm=8 > TEXEDIT=/usr/local/bin/emacs +%d %s > SSH_CONNECTION=192.168.2.16 15340 192.168.2.19 22 > PGLIB=/usr/local/pgsql/lib > TERM=xterm > USER=koren > MORE=-cei > mail=/usr/spool/mail/koren > DISPLAY=localhost:11.0 > SHLVL=1 > PAGER=more > MM_CHARSET=UTF-8 > PS1=\! \h|\w> > SSH_CLIENT=192.168.2.16 15340 22 > PGDATA=/usr/local/pgsql/data > host=jedi > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/usr/home/koren/bin > BLOCKSIZE=K > MAIL=/usr/spool/mail/koren > SSH_TTY=/dev/pts/11 > _=/usr/bin/env > > >> regards, > >> > > > Can you show the commands you are running and the result printed in > > the terminal. > > virtual_oss_cmd /dev/dsp.ctl -f /dev/dsp1.0 > virtual_oss_cmd /dev/dsp.ctl -f /dev/dsp2.0 > virtual_oss_cmd /dev/dsp.ctl -f /dev/dsp1 > virtual_oss_cmd /dev/dsp.ctl -f /dev/dsp2 > > no output > Hi, Maybe the output and input are two different DSP devices. Try using the -P /dev/dsp1 and -R /dev/dsp0 options instead to sepecify each device separately. --HPS