From nobody Mon Sep 16 22:04:16 2024 X-Original-To: freebsd-multimedia@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 4X6zTf4Wgxz5Vw5d for ; Mon, 16 Sep 2024 22:04:22 +0000 (UTC) (envelope-from josef.c.bailey@protonmail.com) Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) (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 "protonmail.com", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X6zTf1kLQz4L8d for ; Mon, 16 Sep 2024 22:04:22 +0000 (UTC) (envelope-from josef.c.bailey@protonmail.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1726524260; x=1726783460; bh=hmHTZ7GR06VugiZe+mWWgtxNiOz0/lDMwdBNd46FOUc=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=jahnaJrPk71bGBHf1kNjdxbvHgG8FATt5SifcpQoT7Azl8iR5isis4u4yMouZU0sC Mqdpnbk5mpGxkY4eP7cjzRsmQm+Y+jFfT4PEdwSA6Vc0AOZ5ahGiG5Cm1UTsZmDmRm xxK0aiiJ7YXgvHymnAkpy1rwlwsPG1tggNP+BGLgS9b8w0Sz8lqpDV0PoFt+IdOY7L Ukt/xSen42RmxYoRLEHjuCBQJGz/XcZzWYVVi84M8sbKi9C1SjLgONLfbavhRrmpwQ hdiGw3vHQmdoXH/cWadaWrX4PvlVNPxZkPyLmOOjklUWNmqt3ZlwVPNYOK6lU6bmY1 t+8+ODSatX+bA== Date: Mon, 16 Sep 2024 22:04:16 +0000 To: Christos Margiolis From: Joe B Cc: Kevin Zheng , "freebsd-multimedia@FreeBSD.org" Subject: Re: Getting sound to work Message-ID: In-Reply-To: References: Feedback-ID: 120396043:user:proton X-Pm-Message-ID: 1fe96e24dc7755272ec44ca4aa3ac5e52ddaf923 List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] X-Rspamd-Queue-Id: 4X6zTf1kLQz4L8d On Monday, September 16th, 2024 at 11:31 AM, Christos Margiolis wrote: >=20 >=20 > Kevin Zheng wrote: >=20 > > Which Chromebook are you using? Is it one of the devices in the links y= ou've > > provided? If not, could you please provide the outputs of running: > >=20 > > - `cat /dev/sndstat` >=20 >=20 > With hw.snd.verbose=3D2. >=20 > Also the output of mixer(8) would be useful. Thanks for the reply root@freebsd1:~ # sysctl hw.snd.verbose=3D2 hw.snd.verbose: 0 -> 2 root@freebsd1:~ # cat /dev/sndstat FreeBSD Audio Driver (64bit 2009061500/amd64) Installed devices: pcm0: on hdaa0 (1p:1v/0r:0v) default snddev flags=3D0x2e7 [pcm0:play:dsp0.p0]: spd 48000, fmt 0x00200010, flags 0x00006100, 0= x00000004 interrupts 0, underruns 0, feed 0, ready 0 [b:2048/1024/2|bs:2048/1= 024/2] channel flags=3D0x6100 {userland} -> feeder_mixer(0x00200010) -> {hardware} pcm0:play:dsp0.p0[pcm0:virtual:dsp0.vp0]: spd 8000, fmt 0x00100008,= flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=3D0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} root@freebsd1:~ # mixer pcm0:mixer: on hdaa0 (play) (default) vol =3D 1.00:1.00 pbk pcm =3D 1.00:1.00 pbk Thanks Joe