From nobody Wed Nov 17 12:20:37 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 C1F09188BDB3 for ; Wed, 17 Nov 2021 12:21:02 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HvMTp531Fz3JxR for ; Wed, 17 Nov 2021 12:21:02 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Received: from [192.168.0.30] (unknown [94.45.211.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: wulf) by smtp.freebsd.org (Postfix) with ESMTPSA id 4AC73B890 for ; Wed, 17 Nov 2021 12:21:02 +0000 (UTC) (envelope-from wulf@FreeBSD.org) Message-ID: <7c36027d-0196-9ea8-b79e-4e3ef1440b9f@FreeBSD.org> Date: Wed, 17 Nov 2021 15:20:37 +0300 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: 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> <17bb4c38-18d1-ac26-2bfe-d55ba3a23641@selasky.org> <86v90r4y7e.fsf@gmail.com> <093f0d18-c538-9b08-313f-70f9184ad072@selasky.org> <86r1bf3xr0.fsf@gmail.com> From: Vladimir Kondratyev In-Reply-To: <86r1bf3xr0.fsf@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 17.11.2021 13:03, Ludovit Koren wrote: >>>>>> Hans Petter Selasky writes: > > > Hi, > >> Still the same result... > >> > > > Please show all commands you try! > > > Can you explain, which if these devices you want to receive audio > > from, and which you want to transmit audio to: > > > pcm0: (play/rec) default > > pcm1: (play) > > pcm2: (play) > > > > It might also be the mixer has the volume or recording level set to zero. > > It is my new notebook... I want to use applications like mplayer, > firefox, chrome. On my old notebook, I can listen from speakers, after > plugging in the headphones, from them. I would like to have the same > functionality. > > It does not work automatically on the new notebook. I suppose pcm1, is > the output for the jack headphones. You don't need virtual_oss to do that. Just configure pins on your soundchip properly. See EXAMPLES section of man snd_hda. -- WBR Vladimir Kondratyev