From nobody Sat Oct 05 19:39:39 2024 X-Original-To: freebsd-questions@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 4XLbND6WBjz5Ykjh for ; Sat, 05 Oct 2024 19:39:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane-mx.org) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4XLbNC1ht5z4WM3 for ; Sat, 5 Oct 2024 19:39:55 +0000 (UTC) (envelope-from freebsd-questions@m.gmane-mx.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd-questions@m.gmane-mx.org designates 116.202.254.214 as permitted sender) smtp.mailfrom=freebsd-questions@m.gmane-mx.org; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=gmail.com (policy=none) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1sxAd0-0002yt-PP for freebsd-questions@freebsd.org; Sat, 05 Oct 2024 21:39:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Anton Shepelev Subject: Sound /only/ via HDMI Date: Sat, 5 Oct 2024 19:39:39 -0000 (UTC) Sender: Anton Shepelev Message-ID: User-Agent: tin/2.6.3-20231224 ("Banff") (FreeBSD/14.1-RELEASE (amd64)) X-Spamd-Result: default: False [-0.81 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-0.998]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_SPAM_LONG(0.99)[0.990]; FORGED_SENDER(0.30)[antontxt@gmail.com,freebsd-questions@m.gmane-mx.org]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; DMARC_POLICY_SOFTFAIL(0.10)[gmail.com : SPF not aligned (relaxed), No valid DKIM,none]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:116.202.0.0/16, country:DE]; FREEMAIL_FROM(0.00)[gmail.com]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; RCVD_TLS_LAST(0.00)[]; FROM_NEQ_ENVFROM(0.00)[antontxt@gmail.com,freebsd-questions@m.gmane-mx.org]; FROM_HAS_DN(0.00)[]; R_DKIM_NA(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TAGGED_FROM(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4XLbNC1ht5z4WM3 X-Spamd-Bar: / List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org Hello, all I have FreeBSD 14.1 RELEASE on an AC-8 mini-PC: And am trying to configure the sound card by the Cookbook: # dmesg | grep pcm pcm0: at nid 4 on hdaa0 # cat /dev/sndstat Installed devices: pcm0: (play) default No devices installed from userspace. # pciconf -lv hdac0 hdac0@pci0:0:31:3: class=0x040100 rev=0x01 hdr=0x00 vendor=0x8086 device=0x4dc8 subvendor=0x0000 subdevice=0x0000 vendor = 'Intel Corporation' device = 'Jasper Lake HD Audio' class = multimedia subclass = audio Loading all the sound meta driver snd_driver, either from the prompt or from rc.conf, has no effect, so that only the HDMI output is available, whereas my PC also has a normal sound card with analog input and output with 3.5 mm jacks. Can you please help me troubleshoot this, and configure the analog input and output the primary sound interface?