From nobody Tue Jan 16 14:52:27 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 4TDsS65RBPz57Mvb for ; Tue, 16 Jan 2024 14:52:38 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from margiolis.net (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TDsS529Jnz4LH9; Tue, 16 Jan 2024 14:52:37 +0000 (UTC) (envelope-from christos@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=margiolis.net header.s=mail header.b=C6nrDiDb; dmarc=fail reason="No valid SPF, DKIM not aligned (relaxed)" header.from=freebsd.org (policy=none); spf=softfail (mx1.freebsd.org: 95.179.159.8 is neither permitted nor denied by domain of christos@freebsd.org) smtp.mailfrom=christos@freebsd.org DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=mail; bh=mWP1oIIUXceXXc1 qYtaH+2hTMHEh7zmW/o5q5H506Qk=; h=subject:cc:to:from:date; d=margiolis.net; b=C6nrDiDbvZrrULMQP1nV8nwvDS9I+4c+0C875R/4zFDGTh6o+eW IDGyJTkwxeaSrO31sdPEwooGzmc/Sk8gpZ1pbtAfXA9a4AGfGmh2nlzBEDssdP/8JLeIpy jw3aopC1M8rmx4LwceUDeqn1xMQOvkIQ0fiJ5y0IQFJawFc6uY= Received: from tpad (ppp-94-66-59-192.home.otenet.gr [94.66.59.192]) by margiolis.net (OpenSMTPD) with ESMTPSA id 1d84142d (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 16 Jan 2024 14:52:29 +0000 (UTC) Date: Tue, 16 Jan 2024 16:52:27 +0200 From: Christos Margiolis To: status-updates@freebsdfoundation.org Cc: freebsd-multimedia@freebsd.org, markj@freebsd.org, jrm@freebsd.org Subject: [Development report #2] Audio Stack Improvements Message-ID: 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-Disposition: inline Content-Transfer-Encoding: 8bit X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.70 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; MID_RHS_NOT_FQDN(0.50)[]; R_DKIM_ALLOW(-0.20)[margiolis.net:s=mail]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : No valid SPF, DKIM not aligned (relaxed),none]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; FREEFALL_USER(0.00)[christos]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-multimedia@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_SOFTFAIL(0.00)[~all:c]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[margiolis.net:+] X-Rspamd-Queue-Id: 4TDsS529Jnz4LH9 Hello, Last week's report: Trying various different approaches to solving https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194727 While it’s no longer the case that the USB stack completely hangs endlessly, the existing code makes the channel belonging to the detached USB device go to sleep for hw.snd.timeout seconds and manually kills it after the timeout, effectively terminating the read/write operation. What we really want in the case of a hot-unplug, however, is to kill the channel immediately without waiting. We could set the timeout to 1 second, but this is still not ideal. Upon detach, pcm_unregister() sets an SD_F_DETACHING flag, and, while it should theoretically be easy to simply add a `if (PCM_DETACHING(dev))` at the beginning of chn_read() and chn_write() and kill the channel if the case is true, the channel goes to sleep before the detach routine is called. I suspect that if we somehow get around this issue, then the bug will be fixed. Other things I tried included manually freeing up resources and destroying the device’s devfs nodes, and while this seemed like it worked, the channel had again already gone to sleep. Suggestions and ideas are all welcome! Worked with imp@, emaste@ and markj@ to finalize the patches mentioned in last week’s report. Simplified device_set_usb_desc() by calling only usb_devinfo() to set the device's description and removing the first attempt to fetch the description through the iInterface descriptor, which 1) is not present in many devices and 2) usually includes less information. https://reviews.freebsd.org/D43383 Wrote a few more new minor patches: https://reviews.freebsd.org/D43394 https://reviews.freebsd.org/D43396 https://reviews.freebsd.org/D43397 Christos From nobody Wed Jan 17 17:52:10 2024 X-Original-To: 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 4TFYNq4nmLz58HYL for ; Wed, 17 Jan 2024 17:52:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TFYNq1H63z4XKN for ; Wed, 17 Jan 2024 17:52:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705513931; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4jBrBY+hCsx0Qkni9tVY32blLm3wub0cn+jyXLW4L+A=; b=EyhaqeuVkZoY4ioff0onXIj2Cc20cNKRrRlw+gm7/YYb6OT61e6940bBZBUOKrGgn9T5tH IpLLaQXVuQdbDbPw7lK3TenaALEIUN2vcdanZWQiSjGjSFDKe54OjDevuJIAHx4nLUBzGQ /Mdb7oWAO6+SF0KpmB1g4CeXu6BuASF64ZGvMeDzmrP3dA2hiUhVn9zlyql5RvL/neq0w9 ULWR5mKyiTFFwRV+7XXnUEPk0JC5Fb4bnL/f5YQzbyXQmhrrz6FGNEu0vn062ZodcMIYrT aAuKr41GoKk7EHKlLAbxqn1pmoZofxUAw8IlcVEShrPxIb97QPgtB1xledS4nA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705513931; a=rsa-sha256; cv=none; b=eNQg4Dm8i0qd/2Dgzqo6HzHPZxv1Qu8wpIk11KYetI4pQXj9QthAKWK+yTXahEYtO6p718 TshqGX4JcKx5YG/d3+UwRxN3/Dui6bvozPWaHxIkkmEmKhs2m9pUTleUFfpJQUkRsfRB+a 6S+uJhGJqylCLMLpxAT9Lq63CJaV8rPDbO/Y292qkC02dLBWgdifb4DR/OwXFbI6LXIo6T Qi+6JJv1TSk2ek0k88jambJ1U6JhZNTfLlyBQgNbiS1aqt/KgeSXwI9O+QNLxm/Bs+zxc0 chIbjMQMbBdtQtoy5VY4NwGn1yQHe/N7cwiUqAmplZD2uqvWl/2k77FnoyVpdA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TFYNq062mzYcp for ; Wed, 17 Jan 2024 17:52:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40HHqA7t004697 for ; Wed, 17 Jan 2024 17:52:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40HHqArc004696 for multimedia@FreeBSD.org; Wed, 17 Jan 2024 17:52:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Wed, 17 Jan 2024 17:52:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |multimedia@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Jan 17 18:40:57 2024 X-Original-To: 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 4TFZT54p6Cz56QX2 for ; Wed, 17 Jan 2024 18:40:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TFZT534Fcz4hHk for ; Wed, 17 Jan 2024 18:40:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705516857; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+BuDBEFFZZDL0UnrWoF6UvrtNT1yLPwW4kx8fLyCKXo=; b=DE30Zjpb8sm0XmM/l8MZmkVHWVQjN8inC4sbQsIzw3enfRWIrqfp44p8xc9E607ey+3/GW 6CPWPU6WYfeLmU76IQB2kbo4661+yPU/Z4e5XnxdmvPKDvzGlddrG8wjy01roNLqYAerfY R9YtVPQoruHfQlKnePRMT04dC29fdom2PaEI8vjqxnPSzCTzR9Yw0xX+gPy+VVHkUuy09D ychcoPR68HwyVCjgtkE8yIHYa2025nI1/8DlHlu9qVNmnCxNBbSuRiZ7UdUHDATxtRB5NH fMD+snvuRQL9pbejG4JpL9or9WZvuWHW7fP//u6tS7oAKZCkGRQApDH2M8rcgQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705516857; a=rsa-sha256; cv=none; b=U9fUNQPgruLBcRpEl0RI6qqqxhdflupY5YJHWMNkVQj6CcwSbv2nZHAFtiIMQGWEJs0cV/ 36chrW5mVFgk0Mw1b1dtVf/4d4DymYH8bMk+FFkq/72QO+pgBojaGWJclBEo18fn+eq7uJ laN/bG0H+uFjJl2BPD5Pmm5XtlUDASm83YNm0gAZt/EHwtz0DarcvFMfIHEAEzjSgh0hYU Tj7ZnkN5f5jGVXGTLtD+QSFo0OVqz9w20PCOXDJ+72+5FQQ2EW79huhKVLatopq74Cj1rW nUkp60XbOTwN8kgzfyhIAt/brfW+nBMTSDyR+/PuL74+ohOlbirRuU8+UGeYMg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TFZT527JBzZs8 for ; Wed, 17 Jan 2024 18:40:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40HIevM9053122 for ; Wed, 17 Jan 2024 18:40:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40HIevwj053121 for multimedia@FreeBSD.org; Wed, 17 Jan 2024 18:40:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 273740] accessibility/speech-dispatcher and accessibility/py-speech-dispatcher: update to 0.11.5 Date: Wed, 17 Jan 2024 18:40:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: duchateau.olivier@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273740 Olivier Duchateau changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #244793|0 |1 is obsolete| | --- Comment #1 from Olivier Duchateau --- Created attachment 247729 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247729&action= =3Dedit Patch to update accessibility/(py-)speech-dispatcher - Update to 0.11.5 - Fix man pages location --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 13:06:52 2024 X-Original-To: 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 4TG3181gtYz58HNV for ; Thu, 18 Jan 2024 13:06:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TG3176rMdz4SlY for ; Thu, 18 Jan 2024 13:06:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705583212; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xgxan1sCGVZJQRJEv6RdXV4YJM1uA6azN5iXp5oj/OE=; b=Z+WrGfkw+5MH0JVLOJrrzAp+UpnPAPWeRmOk8azjTL0oUE2kWxh7fInpuIaK5Z4ZCpddZA aC7PCLPA+AiIky0ixEY8Z2ZnKufU9EupnJjrQSFdbGxpLkGXlUEqZacIGxGiF4WAB/iGv5 hz9N1ChPsrXYipkFtCVkcepy8NsyMWCHNuoUKt6TrJT0/kraX4UDhtNa9rYXV50W+v/3wH bZtpGpyVgtnWXI/u/Uj199w9b0BsWgk7E9qv5lwB//U2prZm3ZQvEOYWu1Pjo49r3DJyIQ H5b2MjWNGafOnApGxS8cqykixkiu17nJtdk1Jaw5kjgttWjzzcZL0eePZx7BTA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705583212; a=rsa-sha256; cv=none; b=ecdAjhxhKdENoBu770DeZ9b7RZCzp/EqoF3FSMiWGGB3ZlDyA6yNXiYFGHYz8lyB8Gg+8q E86WM5H4OtC6iNxcrqqSTtgtSQkmAJ4FEPyBMI3XZ33GdJ9kT92egCDiDvdxmqQJm5vces 7wwp6ESeYNAgsFDTMHuiIiggceH38U5XDyTz1/s8jhJof40mrX6axnbGy/iCJT7xm4lqTL ZfMksG0VojC9b6nP1ZyoQMmaXchMD9L8NibjgoVjsGwkpJj4WOavDiogCpsBI415EQe9S1 37ElL0WYxUBVPJ4grwUKeUePW+QaJ4XXZMOCQ3GSn8f860QnlteGbcNSQht7kg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TG3175wMFz17D4 for ; Thu, 18 Jan 2024 13:06:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40ID6pBM091592 for ; Thu, 18 Jan 2024 13:06:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40ID6pNP091591 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 13:06:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 13:06:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #1 from Christos Margiolis --- (In reply to valery from comment #0) Can you run `pciconf -lv` and show me the entry for this device? ID 72a50 is indeed not present in snd_hda (the HDA sound driver). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 13:32:54 2024 X-Original-To: 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 4TG3bB6PZ1z58KkN for ; Thu, 18 Jan 2024 13:32:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TG3bB4CLgz4Wvn for ; Thu, 18 Jan 2024 13:32:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705584774; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t0LCt2jmxVHdpfB9uCuKPFZbD79qIn9tOrUrJY4/8K0=; b=Ea9t/mzW5+N+987yLx+ro/rPOoAsWlJqPPpEy3EdnETm7qNA4mlORdily5HrZLxN4wNjS9 AvrlwSsNZJKVcWl8F3vZQmUk9Echz8jBIrnU1OukBwEoGt39wr6DHMazlLvFYtagSwbFqb EbpHgCmpI4mQRa/DP67OfgVhUL5rux4XohUOxLYafn4gZHWzFowh+n6GvkvSLXu3pjhkYZ oHR5xTk8ClTRjU2eGiUyYK19ktpHf620cysSzWErwS8N3iIbw295CXJeLW/q/TFuUdJSY8 GoBX73ARZoEtm/HIDnFth91IQK72ZMYmGjjWDTGOdfRGTEDuDCX3RMC8bvRarw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705584774; a=rsa-sha256; cv=none; b=x/DuH+eK797CnyH4AcXYXtbyGXGktPLhB30OT6Y7ad/VNhNycI5kFwh1ug6MpwpHQglECe 321TZz9yRYk4ScZG3/4XG7eKhCwz8fbBErwpo0YrwQEz6WKSXM35cUQi8wGZgoETnGCbZ8 6ZSCS+z0xf0XkTgvucFBqJrgZUmD+vRDYuiq2o6KE1461kqSnJp420TQpuFsq8HGIOmcaS x93H5Dl3ujiphNO8KQv42dmrizwoNAc7waBArDFiW02QBut0QcijE7bFXYo6cLzgUUWKJz vdGX72d5YejC7D6msegWHDFXOBKG/f1vodSLxeQfUtmsxHufy2tP7KVwphKxCg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TG3bB3Hv7z188q for ; Thu, 18 Jan 2024 13:32:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IDWsgI027264 for ; Thu, 18 Jan 2024 13:32:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IDWsR1027260 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 13:32:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 13:32:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #2 from valery@vslash.com --- Thank you for your interest, Could you read this (still under approval): https://bsd-hardware.info/?probe=3Dd81973c8bc&log=3Dpciconf If not, here the output for the HDA device: none7@pci0:0:31:3: class=3D0x040100 rev=3D0x11 hdr=3D0x00 vendor=3D0x8= 086 device=3D0x7a50 subvendor=3D0x1a58 subdevice=3D0x3006 vendor =3D 'Intel Corporation' class =3D multimedia subclass =3D audio bar [10] =3D type Memory, range 64, base 0x625c140000, size 16384, en= abled bar [20] =3D type Memory, range 64, base 0x625c000000, size 1048576, enabled cap 01[50] =3D powerspec 3 supports D0 D3 current D0 cap 09[80] =3D vendor (length 20) Intel cap 15 version 0 cap 05[60] =3D MSI supports 1 message, 64 bit At your disposal for more information,=20 I can apply patches and provide test and debug infos without any trouble, Thanks, --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 14:09:03 2024 X-Original-To: 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 4TG4Nv4lHPz58NVk for ; Thu, 18 Jan 2024 14:09:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TG4Nv2PGGz4ZMk for ; Thu, 18 Jan 2024 14:09:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705586943; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ity4nVpXEPJUsqqvE0Jw0A6ADzMU3th2nvNEfw7nxKo=; b=G2K1LkRYkv9xafIewZyggODkhNtEB5eVZy9VoI3DYunQSS/RuirkOSi7zwkt23+dOmZg52 m1Uq3XGAhCL/qGQGqRWe+quYTB4IKiJqZD24d277XDuQzwVmWSsgq6aJSCDEwFzDt9rL18 wv6CHWsbiYj9bOXPPP3I5Iz8KM4FNRpMj23sgqhFWCRVIqcOf4rYgZtoE1hOkpCmjR/8tM METC3mHeo1AGG+dgg17dd/ld1WEx8xqB9UPdHB49wGn4ThkvnmUj4/90WQbVHlFgVp/Kmz mCIrrMzq7Z9cIFhg5MpvQ/HALxAX8N/ehW8b0ye3Sr9QV+Y/cKeQA5WrfkJmgw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705586943; a=rsa-sha256; cv=none; b=dqM3FjxNDQfWPgWxKvANNpohVgxnULaJEp11Gg5BmX5us9OQhWUJfyTiINpJNBpc4NxGNF EG8XQnwMmidDwPSRpCOR0sup23VzjuBG6IKon+UGiiAaT5pDp+OeQNUpKZTTopRed0/Qk8 GTUoBqmoRZFX6rO8Q+c+PwBp9BaQKedYisLHxw2b5BRX1RQy+JrZKOXVasKONHYKtaR58D RqhW5KWVbDzncvBjNVirpq9bjn+HoHtGBJlc6f0RIHyiMLeswClFcoh7o4qlidB1a4tl5Y yHH370x3sxFklCc9Nqn4CkXqXR8buX0C4X4irajL6cJFj8iCBhzs7QoIMCpTyw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TG4Nv1NGkz18N5 for ; Thu, 18 Jan 2024 14:09:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IE93Vh097770 for ; Thu, 18 Jan 2024 14:09:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IE93fG097761 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 14:09:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 14:09:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #3 from Christos Margiolis --- I am trying to figure out the model name (e.g "Kaby Lake", "Wellsburg", ...= ) of this device but cannot find anything, do you know it? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 16:16:16 2024 X-Original-To: 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 4TG7Cj16BRz56P6X for ; Thu, 18 Jan 2024 16:16:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TG7Ch61vYz4syS for ; Thu, 18 Jan 2024 16:16:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705594576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bO3IrKYqKYGmYMNwsvuuj1qdQcBHiBGJgydowTUME7o=; b=pgHHlD0ismg31VYHwKvCU3VgLtki784JQ3bKORzhxkYY/3CE07U5UCnUMclDPQWDM9oRm6 Cyk+cvurRxAYdUlziQvtsHNQ6uUJoLRpmjFKY5NLXh3BZttEce885ALCMVPnWMippafDtZ uPKD3jw6q6TFyjAWpxkPlQW7K0cijTIp8YRIyLJ9c2ked/HWt6vwhOfYmMHjSRsO+XBth8 Ks+C3KrYwH0QmtSpqDshsOctHlRgtOP918Uhok6JU613ITMJGDan+e1RttlUQKkKzqV/z0 Rs07Q5/HWn7Xkl3WYnT4YLnhxVZPUr7bt/3k/1KqrDVDZE0l5df+B396VsCu6g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705594576; a=rsa-sha256; cv=none; b=sryzLiXgLbWksD1mZYbB1Upf/Qc8b0oO0IEEFiCaopcNRP6M+Yr9cE3yDmg4oKUoZUEmMX 7QjdsTtMX7CPgpKgn6tZ8TOvL3MkkoKLxjbxgkGooPct64rwgwPSdJ6UhvKSQPCZ4wdDyP Oxpd34+uXe07BMTRAtagdCR//Mf72TjPSO4a1uu2wu9IxCA2dLAUcRn9MV8ppr84wVMFZB fvVnN0aNUkZqJYXKzlRHaM6QbKnVZh3QhJ3bf7kPc9go8w2r6D+MXbwT1weCue63zaT6Ea mMdwMB0TJ4wq7+lRWDd98sUOh8F32n2loce/W1TBiI2Nj9RgkRIaQe6bUyi4Zg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TG7Ch4zQCz1CxY for ; Thu, 18 Jan 2024 16:16:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IGGGvP046450 for ; Thu, 18 Jan 2024 16:16:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IGGG9b046449 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 16:16:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 16:16:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #4 from valery@vslash.com --- https://admin.pci-ids.ucw.cz/read/PC/8086/7a50 tells us: "Raptor Lake Intel High Definition Audio Controller" IIRC, most of the main Linux distros are facing some trouble in order to ma= ke it works.=20 FYI, this device implement THX Audio (as promoted by Razer), I don't know if this lead to some DRM or could prevent implementation. The laptop is very new (2023), it makes sense our HDA driver do not recogni= ze it yet.=20 Good news, everything but bluetooth work very well with FreeBSD-14, I didn't expected this. It could be so nice to get audio too ...=20 This audio chip features many other recent laptop, like some Dell G series = and some Lenovo too. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 16:30:41 2024 X-Original-To: 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 4TG7XK62Fjz56QZb for ; Thu, 18 Jan 2024 16:30:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TG7XK3PqYz4vRc for ; Thu, 18 Jan 2024 16:30:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705595441; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7lYvheeE5EeAjVw7QTFTLPkvGGbdxojo3gGkumxM0oc=; b=nNWI41pDebQyu1+fpcEHZof2HpJFLOT5BP8Zjua1uzIC4PoLaqYrqK0UEKKpzC0ogL5u50 Yrd1E75+keSUiy/GaUH4qn7PC4ThuxNTk9CACQpXKsRDPOh6HUrqgfm64nXSagN4D5FxBT LKkfdJYgUDLV+LQEWxvKEe6sHpk96XBLobeDfakJXlKmYG/jLyhBbgjs5MDZlI3TJbLH1Q Tko8qrUKaFCwX7LkER0mC2nURRFhScGuSN6s0MqaSs1qh05JuG+J01EfSB4Srtw4H0mICY FQax39lXbJS+a921DowK7JjxpPt/8UJCzz1TGdYx9XLD5Qttwhpfgzcz9n879g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705595441; a=rsa-sha256; cv=none; b=yj/D69iHO4xXFtcT0mY9vKXpibMsq9C6mm7odbSupLICazTRvBSuFkAeKDNFHg+UhEGHVk oEMgQqxXOPlZhxwDG74qS1+zmRF/X3wH35Eq7+B2twGf0yU5EgfgMtUyRYLMszvfKIRRcH Ymoe/6nzQ91HOpxCVZUNjYP4ThJ+qAXIVzJem5LdtW5A8NbBCNfuuACVnip9ftV/iDH8re 1tadlXlo9WFVZQ1rMkGzXTl/wl2KqwlL/Op/y/cfBOl+pc4MNzkCQwMufTmqSTzv1zMRaW 2l6RJnUokckLLdVOLk8BOfnFQPaT9IsDre3j8dtwEbhDPIcO0SmcxfwpS8rL/Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TG7XK2TlYzDvP for ; Thu, 18 Jan 2024 16:30:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IGUfjt012744 for ; Thu, 18 Jan 2024 16:30:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IGUfb2012706 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 16:30:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 16:30:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #5 from Christos Margiolis --- Created attachment 247745 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247745&action= =3Dedit hdac_devices patch Can you apply and test this patch? I doubt it'll work, but it should at lea= st attach to snd_hda. Hopefully it doesn't crash... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 17:46:02 2024 X-Original-To: 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 4TG9CH10Mnz56Zwp for ; Thu, 18 Jan 2024 17:46:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TG9CG5nCmz49m2 for ; Thu, 18 Jan 2024 17:46:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705599962; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LhiuQZqEP5XXhG1909hLQvOCPhBh7Sviu3R18VIdRlU=; b=pjg0sVksX0mD5KYHUHknBkuTzTxQ9/Zd7T3unTrtWoMDRhRktwRlnvS7hFJpl6EjkfFCis 4x2tvD8SxXD3blZ15Moa/32WxmPVljB47mYp2QYI/fTTmNGuXJEMvA7Ld4wByOQoYQWH8n H5vx2Pju634RaUI7bG8wmW0HP/abc/WrhS5WFDE4mIUMx71UgGonnqkGPp0VykL/dJla/n 61BswPvXDgO2sTfjRn3PwjOX4A3xx5Z5ZC1eH5zxfEhOY8Fb8zlVAKZBY2G2n9r+BXe/uU y3yu/77h4g39C65Xmu+p7dF0B4gCQ4UJsiHbC+eF6bKwGgsuBY2/+fk4udsqyQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705599962; a=rsa-sha256; cv=none; b=TqAeIZ1JQAK6x5vgUHhAO/IeiaICUdpTDObyg0guiPz5A+SV9NnT7z12DBoS6fxe+eaCYz a1Ceiqc/My34vq1QUTqlYLvaNFF86MTaSZJ2c1GV/1RVLnFfGPzdchkSuDosLKIAQlRdTL a77JCNhtl6EdUShFx+TWUzUoysWr4C25wIDbgM8UB4zDvkH1JsldXpC2TLpq7RjaUF789E TK9nlHQ0g2XtTiJ/li93NmnTvTihuVJl3lVIufERW3pGHkpgZCawBPgKkaLdVXULo9w6zC sMgEfCVMMI9l7ap02isgRWUkEugWGdPddtTmoqDmwkZ6gQUSXdgNxfLKujNs1Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TG9CG4khqzGJ5 for ; Thu, 18 Jan 2024 17:46:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IHk24h087308 for ; Thu, 18 Jan 2024 17:46:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IHk2ji087307 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 17:46:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 17:46:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #6 from valery@vslash.com --- Created attachment 247747 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247747&action= =3Dedit hdac.patch.output result after applying the patch, you will find here : dmesg sndstat mixer /dev I cannot find any pcm device in order to test it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 18:21:24 2024 X-Original-To: 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 4TGB043jF7z56g5K for ; Thu, 18 Jan 2024 18:21:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGB0422Gkz4JY8 for ; Thu, 18 Jan 2024 18:21:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705602084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hUFIatSNkzbtCI+5zV3yQo7jmYCGr7Ivkf6/4GWT7Q4=; b=lIe/+yQOyyKrTZii9J/hgXcAe1RL4AqcyBDY3a063sy4NCvf0p2fP1hs2RrwnqYuods0WB hdm80DkcRFGO3VinuVW92/kHjncTncP8MWJjEmF2KwFmGvEMze0p9RL/UA1j5vnZ8DiSoo cE0G9sfL9wMOM+a3GCUBJQEpheaTd8fV0mnoMtG35Gd37Ma11uJRHFw0RKi4Oz67d7gJT7 Fsg/CB4F+eoR+XamhibHpzG6u9cT1wNuklWfYrc/xFXk31s+gYoqA3Rce0aoOEdR6RQd2f MLnv75VxqYNLENyigSYpIiTCFNNjHoq449mFIf4gPD7prfwlGXkX1LgLgJACEA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705602084; a=rsa-sha256; cv=none; b=Yfh2UQslVo7ZXHvdauXVrgdOfrFC0iXYGiBMCVUNcqi9rqmPf2TsuINNUDtPnvu2IKVIaa rdGJa0OclUWPI6bP6nsi7fAeXt1UU1xnsCEDh0utHZU/UXYodSfsP0FTvnIbc9mRxAzl6H tnmL8aYhQ3yPMY9/UVb6xbZjHpAp7b2lPyteuPGP3iuuR2Dz03PYBPqvzWcECjOxizSv66 rrSP9nhWEZx/T3Ge0KAfU1mNbruUjJhAgLajtqqIYNlcYilYPSiehB7JcregvC8OD9E8x/ uO079AqUr4pGPJPWOty4qn8ODCFoKrj3jvIr820PwPIl9ENZ0KC9rTICd+ak+Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGB0417NVzHTQ for ; Thu, 18 Jan 2024 18:21:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IILOo9066803 for ; Thu, 18 Jan 2024 18:21:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IILOOt066802 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 18:21:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 18:21:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #7 from valery@vslash.com --- FYI: 'sox::play somefile.wav' open the dsp0.0 as reported as the default one wit= hout error during process, but cannot ear no sound on the speakers (mixer level = at max). I tried a 'cat /dev/random > /dev/dsp0.0', same result. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 19:09:22 2024 X-Original-To: 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 4TGC3R21Rgz56lkH for ; Thu, 18 Jan 2024 19:09:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGC3Q46Tqz4NtT for ; Thu, 18 Jan 2024 19:09:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705604962; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vhF5g7jBDYFdx8/n1jpZVIxuMLaT7Zo9P4ArBWt09D0=; b=Wyx2R9z+AxvSfIyw9oo5r0a5DO02ykzurzydX4zSRjbllsCll+l6vHzrOn6aQx+OKQ8054 0+Q4T2VTZyjFInDqDdkdXdRQuITt0Vju7AdBDl1pVaDP3HH7plqUmibXS0XSRvlfmvDh84 0I6H6JXKdmofXOTh9zemW9CYIocKkzTv/sXQ2t59JkkpQuPweRoS11h4dn/db0zf2V/iAr UNfQ/Oo+YYVq6cviMKm/K6UYm4SJ8c5yygiJm94vIu6GscGoAr2oF5C6K+R4vJ/ItFyiZJ dIFNuAkgb/rc9ZEwArR/UO/qkyhovEn5D4K3kok/8xP+ZP2tyl+jL/klAj0H0Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705604962; a=rsa-sha256; cv=none; b=eJsK+PMAgMvhUGO9wpDKTyj6T4H06r62JqECk3aakvf2zC0iHmJJA/4j26Dm+UVY/APWCv bpusGkbydoImmgCttPU2KLQ6ay3plKB2Ok5LHCxq5o/O/T2ywRsEhwHNThjWaHtSbVy79q zlXe9IrFl4IXFX3SIC6qnr3XHIsO8QS0HP7p9vtsT1I6C2WFPMRHKftt3g4Fkq/Q5KNq+m akfyCFWrrH3lbB/CzQvDD9sXZEgbG0qXDxiyEuBqg6lPl/fyJJdvTHEwsP4K/1ofnW23Aq bwaJ4hp8lxz4UmeEOQv7sGNJhq6zYQmali1FeYCZjdq3mUmIPaO40UEC1kuUkQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGC3Q34yLzJtx for ; Thu, 18 Jan 2024 19:09:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IJ9M9E001713 for ; Thu, 18 Jan 2024 19:09:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IJ9ME5001712 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 19:09:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 19:09:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #8 from Christos Margiolis --- (In reply to valery from comment #7) It attaches to the driver at least, so that's a good thing. Can you post the dmesg output after you run: # sysctl dev.hdac.0.pindump=3D1 There might be some non-standard pin mappings, as is the case for many other HDA cards. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 19:10:55 2024 X-Original-To: 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 4TGC5C3PNVz56lqP for ; Thu, 18 Jan 2024 19:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGC5C1Y2lz4Ny1 for ; Thu, 18 Jan 2024 19:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705605055; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lei4+k0HQKvJkxKEUgnsOThXk8cNrp2NDQmXB1qQrCY=; b=KYVzAIDIcTY5C/xG5ogmSO8hWR48m2YXkd8L5TbbQ0CxxjCulzroRBe2zSkmu0jpcrlKLY GnvwgeJvjz7jFOTxD7fztKEgbfP8MQXP7SRKiEy6VquJK6HfJ27eHtnUkdaGbt2U47UJrJ uFxXIIx3ZnrzWNFxIfv251RO/rljg0sIupzJHtMX5sG4Oco10A2UHjTWP7BeGV4XK6WrhB VCR0qNsngafKeoWcQT5NKyqBo0KSCaAgK+cvr4U9It8JhhhYekmMV4B73h2HiLvwDjifQp /lZ5B6dQEUXIcX8ZVJ12HWU7TqKCywR1T0eYXzBLRXHHyXRh+41z3uphUPxnGA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705605055; a=rsa-sha256; cv=none; b=ds1QhfX+7IevmxQ6vnbiH6DiJIQ/GYVJoTRDmumUAqZCb2BE9JNxWOJMjvGfqFqtRDZBvv wdYUDjU2pKZAj7ozGy7chXt/na6i/1HMlfOWqGEWSnfNMV2wgAvZ7adWJKRCq3JyC5shn9 a0aP1VnZN8MRXpxtBZiOhPdhwgMEy3qfEd0pl7WF4cQ2KNYsPGzC6BVcNowsKDfacjYQlk SCxjHu7GT3vS420OV0YKYU+wydXHPD+uJDJmO1Uh6yOrwtuCJ7Fdhv5AexFwql0ugdx8mN pyls+l+CROhIMbpjTdMY2bZX16T3ukw8Im7rY0qVGHVCAjmDljgjKrRU3KJv4w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGC5C0dFBzKFG for ; Thu, 18 Jan 2024 19:10:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IJAtBp010963 for ; Thu, 18 Jan 2024 19:10:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IJAthE010962 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 19:10:55 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 19:10:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #9 from Christos Margiolis --- Also try to see if there's sound coming out from the headphone jack. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jan 18 20:09:02 2024 X-Original-To: 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 4TGDNG2hkKz56sjd for ; Thu, 18 Jan 2024 20:09:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGDNG1BX3z4WmY for ; Thu, 18 Jan 2024 20:09:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705608542; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=g8IBXYgF5WW96eERs6r6jVHJ7zxbPa5v9opD1erotOA=; b=jIpfAdnR2SfDCSrGtKPdb3puHNI7aDifaLzFaesPt2u2P9u2ABtPFC6ZHHP03ZEVCDahze rn8un1flZnHYCcWbQa2Cl9nVOx/3Rswc0FxY7Df4GZWib8kGrMZJtE6etqkB1MYS1oA/Ko voxPMCtAGqUHJS5/go2OzNn8sSKY8sjIatNrLYyL6RV9HHFfInWWasKWJw3zAdNgFl5TU1 I/lMwD8twaupCiPmxFykJhuBgMM+D6RRaRMTlYBoSOO42Li9Jn8NalTIpWQ6QXxXxv+LH3 lxLPRjGTi5B24lKu5O6qLg773c87Ti9CzuGjdRgkEcf1y1fj6/63VfqtGg5C7A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705608542; a=rsa-sha256; cv=none; b=rPx+cyDdmGSihK3SHpMlGBK+Uv977Gm+RsBQE1qaJq6WZcSdu2agc2drv0XQRNgJU4KUMm 58B7nz6JEqjloTyP/9MVE+SjOBd8ua+7XOOogLWdSZyWQTHW1IL9U+eEFXIQZi8ndaYj5u c08Kb3CGZHvlxlo4mLFCXzDNKTvqAwMGVTF0BEnyicQEMeppBPtXi7l2SkFFM/5NKCSyfZ h0HHxBX4yrtpMva61dDpg3vggyZYNrT6gPnUPU8HN0/3TFUC882crgCos6/VSlfaVQ4y0c ADnbjCbLVvyT0WfxtiL8ovRdSybO+9yPwONQFEp64cdi4L70uJbVNJfVRjsbjA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGDNG082VzLfT for ; Thu, 18 Jan 2024 20:09:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40IK91Li000050 for ; Thu, 18 Jan 2024 20:09:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40IK91Tp000049 for multimedia@FreeBSD.org; Thu, 18 Jan 2024 20:09:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Thu, 18 Jan 2024 20:09:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #10 from valery@vslash.com --- Created attachment 247756 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247756&action= =3Dedit dev.hdac0 sysctl pindump=3D1 The pindump attached as required. The sound WORKS on the headphone jack output, and I have to say it is really great ! I tried the mixer level 'vol' and 'pcm' during the play, both witho= ut trouble. That's a great step, thank you so much. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 19 18:57:30 2024 X-Original-To: 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 4TGplH0sPCz578p3 for ; Fri, 19 Jan 2024 18:57:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGplG6PDhz4mSm for ; Fri, 19 Jan 2024 18:57:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705690650; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=umfJJ0bENPsKMXJ54PeGoaNcXjryhXLcaIWdkf7sVdU=; b=ivLyvpVGEsgos+bBcmqh4JpmMZIrsbaXyFA7FTtDIoQs8Ign80PIWzbH8eznARRlasrl04 5AOEpgiCqiDWdYJbrC9KTNddCQBY2lQTAdtNzazHGhgEg9hwx+R2Nc3HaW2d0PtCscjyDn H2XXwwAxoSFLK/UF4xiBDokpdyJ8jLM6zFlnf50eMLADFw311dgtvzU/Gp7krXdRUgxLm0 evP2GV6D9Wq+YvBq5saglqwZFltlpBeXCe5l71pPp2m61atE+012daxiIPylUXxVSOuqil IOiBYLwXHa66NIE/EJJt/2VUkiy7lCsgqTPhoF02fJgBn8z9vLwebed03eaZOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705690650; a=rsa-sha256; cv=none; b=E0uS/sPyH89EVrxlqGcFnEO6iiLO2GwK3Zk6qP1FVW3SM+qmAyt99b2Gc/pBpcnbWf5OKd 2ES5dXovA+cwW3sP00p3aywEoXgjpdQNO8lA7rdBhFk0ax7NBK0wme8JpkGHzci5boPJwQ nLECLW7nbb/oe1natsDYDh0dJI+Ohyyep2et+pkUvZ8shTEa7xECpXTHXwKbuyODb1W1/s KrNZgQKX2uDlXb2T4eAyo9Y/YG3On5PSDcphEEv9w1PP5jzBSIcMoJ/hLwLO2D7/xFcSdm o8KZSFZLiAzJFqUVrtfDsN58XT0Gtjk4llvHYaifby0PUfDd/2XLXt3mpNB7NA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGplG5NYLz12xF for ; Fri, 19 Jan 2024 18:57:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40JIvU29037570 for ; Fri, 19 Jan 2024 18:57:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40JIvU9S037566 for multimedia@FreeBSD.org; Fri, 19 Jan 2024 18:57:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Fri, 19 Jan 2024 18:57:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #11 from Christos Margiolis --- (In reply to valery from comment #10) Seems like a pin-mapping issue. Try adding the following line to /boot/device.hints and rebooting: hint.hdac.0.cad0.nid23.config=3D"as=3D1 seq=3D15" If it works we can patch snd_hda to do this automatically. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 19 19:03:04 2024 X-Original-To: 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 4TGpsh2ZShz579Tn for ; Fri, 19 Jan 2024 19:03:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGpsg72Zjz4nPK for ; Fri, 19 Jan 2024 19:03:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705690984; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=USMik1IWUqaDuOfNhlVk9R99OydByZI80Mu5yAyBPj8=; b=HWQrabn+dtv5Qf7Y2lKBUKqE3nbVeZ/gtnqDrGk17VMk5nNyFOsivCyAWs0IpSoJtoGajL NUQnrlge0mlZ8LwcJOsecPLTbFy0V7zy21L6rbEtpNmCmyiUARn1W0jLiqAbb1QKPtkmJa T1awwb/oWOB1mhrB5cNsEbS7hzsUJ/FEGaVDGyMga+oipzegUFUG/3mvIssMp/nmBHoVlP +Id1dVuaQY7xcnnvTMJvgDzdxQHmjv2Fbu/1R3z9BredUiVIC8YDPmVqykR3w8Mq9FPDVo qET9KzIni4QP5C+mSbizZkMBxNnIP9AITjn+sv3z3utQYcg+xl7p9Olmdz85UA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705690984; a=rsa-sha256; cv=none; b=GAX4QimvsIHi1/9KBHGBHx+5cvaB8kr39B/3pcw2ZzM2pu3i6i7PH3l3LCYp0JTev2+Qb5 3nUKAA0/OKoZMxq7t1QNn5/q9agN3Xbf//DyphN5t6fxKXymIu0N6XVNHy7rS5Bh5U0bBX Lp6/1aHTSjsZz78MTvJgcvbGlQEHbI2xHYqbhaBDTt00SRBwVcIO6VJGNnTgi6qS15cht8 wR9p7GgLwqQYEepJuV2DLeAwYpFHqHFFTS6zRhDjV/FMQHlrL8+RtpNF6upKvnqF0U5TOa XzOoYZISZZQuELhC2TWeH9NnAbAjvqSmeJD29NQXT4IafHrwzhVRJdJfeJ0G0Q== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGpsg65chz137g for ; Fri, 19 Jan 2024 19:03:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40JJ33MH075907 for ; Fri, 19 Jan 2024 19:03:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40JJ33eo075906 for multimedia@FreeBSD.org; Fri, 19 Jan 2024 19:03:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Fri, 19 Jan 2024 19:03:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #12 from Christos Margiolis --- Alternatively, try (add both of them): hint.hdac.0.cad0.nid23.config=3D"as=3D1 seq=3D0" hint.hdac.0.cad0.nid33.config=3D"as=3D1 seq=3D15" --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 19 23:02:12 2024 X-Original-To: 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 4TGw9c618Wz57c47 for ; Fri, 19 Jan 2024 23:02:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGw9c2zsxz4JVk for ; Fri, 19 Jan 2024 23:02:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705705332; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9ZOEtx9RcwH/OgguAHvWBM1VZ/u06dnk2wbvJXp0nK0=; b=LokwRndAhT2lKf0ch5bBmB16fzEKzEfdIXbIZzfD7Ml6QTOaGxaR7iIrPVGVAeedXeeFoB 9N3X9N4TtKpQqs01NLawYopZuqVflwBTafiE+//gR1iGooduVLLIzgrKRYtNFEF8y+slcu YKCpANIHY4WN0aFjHZtfG2E4ZXVpR3sopEN2rW/dwYaaXX0x/MgRlkHZoZ1N2/Z8c98Ooc 9MPbaXn8aVZWFd7uENmDyk8zZCW37DA5GdPw2zlnD96Y7v4hJwFTTp4TfeKUViaT925gZ3 /9Npzw8ediXREa+0TZRpDvpURl2dBrCmijY2gWveg2mdR5nFuxgEJCcuOSVajQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705705332; a=rsa-sha256; cv=none; b=HRxiAngaK6XFLHQEuO+dP2csvpTXLq2ywvyGjB3uFHuGW10s1R/Hkc/IZ+S+CQMLh799R1 IlA6qZvMrT9qvfkpAk+NzDh4Ngu4FWY/pX1NrafvvYJQJH7C/MYe8NSbbOk86Okk1vHnNR VH5e38NpNWd3W0q7iEmRTr60+Px6acg/Z//AbgiZBCNmlTF/kAu+WOL0O+pFseQLoaC9Ha RLYbbBnNrmsK3VaZI+FATtHJjwc60i+ZPSy5t3IeXZvFvCxsnGt0SSWuYeuN+nVkHiXMD7 fbEGpe0dPGEj7HHCJJ00zTPLwlL/je+Jcb4U5Z561IO+RKVE6hGUTxlKY00Ddg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGw9c23v1z19CW for ; Fri, 19 Jan 2024 23:02:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40JN2CpB072796 for ; Fri, 19 Jan 2024 23:02:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40JN2C5I072794 for multimedia@FreeBSD.org; Fri, 19 Jan 2024 23:02:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Fri, 19 Jan 2024 23:02:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #13 from valery@vslash.com --- Thanks, but unfortunately it doesn't work. After some fight (for some obscure reasons, nvidia hdmi took the hdac0, our= guy is now hdac1 ...), applying the hints at boot time, and the pindump match y= our configuration as well. sndstat report our guy as the default player, sysctl as well, and the headp= hone jack output is working (with still such a great sound, never ear that on a laptop ! :D) hdaa1: Dumping AFG pins: hdaa1: nid 0x as seq device conn jack loc color misc hdaa1: 18 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 D= ISA hdaa1: Caps: IN hdaa1: 19 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 D= ISA hdaa1: Caps: IN hdaa1: 20 411111f0 15 0 Speaker None 1/8 Rear Black 1 D= ISA hdaa1: Caps: OUT EAPD hdaa1: 23 90170110 1 0 Speaker Fixed Analog Internal Unknown 1 hdaa1: Caps: OUT HP EAPD Sense: 0x00000000 (disconnected) hdaa1: 24 04a11030 3 0 Mic Jack 1/8 Right Black 0 hdaa1: Caps: IN VREF Sense: 0x00000000 (disconnected) hdaa1: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 D= ISA hdaa1: Caps: IN VREF Sense: 0x80000000 (connected) hdaa1: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 D= ISA hdaa1: Caps: IN OUT HP EAPD VREF Sense: 0x00000000 (disconnected) hdaa1: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 D= ISA hdaa1: Caps: OUT Sense: 0x00000000 (disconnected) hdaa1: 31 411111f0 15 0 Speaker None 1/8 Rear Black 1 D= ISA hdaa1: Caps: IN Sense: 0x00000000 (disconnected) hdaa1: 33 0421101f 1 15 Headphones Jack 1/8 Right Black 0 hdaa1: Caps: OUT HP Sense: 0x00000000 (disconnected) hdaa1: NumGPIO=3D8 NumGPO=3D0 NumGPI=3D0 GPIWake=3D0 GPIUnsol=3D1 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 19 23:16:13 2024 X-Original-To: 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 4TGwTp0fX1z57dR0 for ; Fri, 19 Jan 2024 23:16:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGwTn62mXz4K4x for ; Fri, 19 Jan 2024 23:16:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705706173; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4DmmthKNXEJVHXyEYEWBEEa4PGmMym5OR7KOaphIpsE=; b=K+bWsdO+JtM2rKn+R8YGqtT4rfgdxNpQtlYfkk2oVAbmHPoOzZcENr+vtx8eSX/irgH0O6 eGzuGPou/RuIJgyQUARiidO0nqzT+02QOQGBgz2ei+potHXDVf6IAwB9/zAAH8D/4IBNf2 24mqlXNePjXp659NsFNKOgXlT3fHu7vXIzQzbIuuHfgpOFmh4u+PP+tsRWQXWks3oGd6gH tsVgVQAkzB14WWt98ChLu2LGOHD//s1fG0yBVb9aLzOeWmOp1/ZU9U0O7e9dSLDA0dyPVs e+5Eb3cmyGrvigtxCqTcYzE3DjT4jpGXuM/GmUEeQbl812oy0Tgk4Jgwqa6G/g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705706173; a=rsa-sha256; cv=none; b=BNuhICFwS+ajxhlqNHr/dgHNFhY6HL5G49wsN8PHJAwrm9XM5JDp+a5pFCGUgvdEt4BodN P8JJe6qSfqk4wc0R62GYtguWZRIU7f/9aB3+VItCcStrsZR9kalGbgA/gnqROd2k5zJjiK m3ilzDFKYXMeMgKE3SZLXwqbpv6kroTLskVptRTb23qhD7OeeBQOE+HWCm+rFvPgaIYouf Ug3JQAJSwrCUkHNOG4yk5pMWmNcixJaOR6p63HgmDeqk0w7YzERZ/NWzHtiyeGgLvjnKGo Wwe1qy5rkZOWed5NaXZ7NFaraM9VdWVAij21PEztyzPEY0fRRHtPabQhVDDkrw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGwTn56Szz19rZ for ; Fri, 19 Jan 2024 23:16:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40JNGD9C036477 for ; Fri, 19 Jan 2024 23:16:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40JNGDAq036476 for multimedia@FreeBSD.org; Fri, 19 Jan 2024 23:16:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Fri, 19 Jan 2024 23:16:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #14 from valery@vslash.com --- (In reply to valery from comment #13) ... and I tried both of your fixes, #11 & #12, alternatively. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 19 23:42:25 2024 X-Original-To: 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 4TGx413KXhz57gJy for ; Fri, 19 Jan 2024 23:42:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGx411dQ5z4Lwj for ; Fri, 19 Jan 2024 23:42:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705707745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IBJ+W/55uJoNKNPmsQuhhhl0eF3L/O4QekA7J+4GFrQ=; b=CFYrkgZdhF+lWX80SIKRm+OJnWNLu9DeDa8tIkJ5qCR3x7xx/JaKQ3oN0MhXNGbB9vDFxE TEVN7aK/tL6dfo+HGVpBylekTzWhZbUdtebYLEfviMgxaz8BnbLeSxVGcuUgU6VN/dsSjQ Z6Vapx37DWIXq+JGvz6a734xTeEsR83YJBKzm9GBxeX7Rv7OY3HIsJwO9ScgvJMsX/cvOM 3+DZdyVsdaB5bm4J/LNLwhTeR+zq7pYOiIxk2kLht2FyNpwdKd6g2rsuPpSJhhSKd2dRBS jP1mipA9ponz1UAEsIdkkqzVqpfdqfah2uI4scA59Si/vRMfdMtPL+FcfaJv0g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705707745; a=rsa-sha256; cv=none; b=a6b12Bu3kckDYL5LOAZj42nYGkkil5+fbADKhBYA0O+jeodXpk47QuZGBBY+nTV/UF1bCU R4FcSheIS6ZjcL9i0IM9NOTzq9lK45J28xZYALxESya218j6dgfyAREqndeg/2h2EgTzk+ 9ppZwW4BmR8pBaMG7h89bgA9pAKCQvikxD1skoDPlkOoJ+kuOYOqnuKPu9XYgjSWVngfZr RHvzJnYb0Iy8q5mLXEnTkuameac7A9GgayPDNPEkHk4nGg9/KBm+j8U14/XklPVo5f1Mtw OT8F9v3D9cJma4qU4zObiqanU6b1mIXAskfmhTLj+7+ZNmd2BIs0cha2blRXEA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGx410hPzz1B2H for ; Fri, 19 Jan 2024 23:42:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40JNgPQl068145 for ; Fri, 19 Jan 2024 23:42:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40JNgPfX068144 for multimedia@FreeBSD.org; Fri, 19 Jan 2024 23:42:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Fri, 19 Jan 2024 23:42:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #15 from Christos Margiolis --- (In reply to valery from comment #13) Can you try (If the card is on hdac1, replace "hdac.0" with "hdac.1"): hint.hdac.0.cad0.nid33.config=3D"as=3D2 seq=3D15" After you apply it, test both the speakers and the headphones. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jan 19 23:43:18 2024 X-Original-To: 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 4TGx52496Pz57gcr for ; Fri, 19 Jan 2024 23:43:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TGx522hFBz4MS2 for ; Fri, 19 Jan 2024 23:43:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705707798; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=StLazxTI76qwfz3AMTyKhH70W9pR9C58m0Qd1I1TJfk=; b=uhDMAvgDRGjgpd90ftfu7+ehCCnzh5SEMk7FHtaI3vppLFFuXSdTvYj6+zaiaseWwnXs6o 5k3uE/SfQzuo3LjdVS2DYk/TDnJNK2EqxEtGVZ1PL1KqS0uydKxh/V0pcm00c+cGKbPJWM g7LiEoGD3cCNpA8rTJJ6KqZ8Y8LKbatYwdB5ixqOOZGwB0MGMhntKlSqYDT3fy3SrJjvRY pAy5PuzGl8be+ojQl2scAtGTTNQQ8cqJERXFEDiaGJQfCkG84Z0wM3DH6vnj8vkea1cSD1 fzaYCnveavbGmZrRXyUmr51KkJTvSQHPpLZ0wKWtPL/attWDpJ45/opGhcREcg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705707798; a=rsa-sha256; cv=none; b=eXSPBR5s92q/BFZR49lH7pCy+AYLCyOEPYgPrSLiJ+uFHRw5nlDHyGyImzvIMJRZbgFi0w HPtv/gvIP/4/mwZcdrRgxPpZWiXBPzmsTRsXXc8wr4U0SMwNE3OZIicVHHONZE3yvB0IZY vntYF6SISxnm3Wz2gYOqyfHbsy34qfBGlwydoTgtSCx9Ok5NwYcuSaSnm8FM/BWvsnSbZT /suqwK/I3IiWfQG88zO9W6o9Eo/5s1CWcGssLv4oNO9L7WQMiJ634YnRj9MGp1SUdD8oAz PJwEaPCIze/263VJGZ/ygXJ50jZA50bTYmFTYuYmGWv2D3LphSZ70dWKdWtBnw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TGx521n5cz1BLh for ; Fri, 19 Jan 2024 23:43:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40JNhIr3072567 for ; Fri, 19 Jan 2024 23:43:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40JNhIbl072566 for multimedia@FreeBSD.org; Fri, 19 Jan 2024 23:43:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Fri, 19 Jan 2024 23:43:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #16 from Christos Margiolis --- (In reply to Christos Margiolis from comment #15) Remove the previous hints, of course. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jan 20 05:49:31 2024 X-Original-To: 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 4TH5Cc3Wwfz58Hj5 for ; Sat, 20 Jan 2024 05:49:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TH5Cb6wYhz430s for ; Sat, 20 Jan 2024 05:49:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705729772; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Pk2se/7tEodo1YyF0XGy1Ahm/z2A+pmduX4NvSovZjw=; b=gzkHG3o3JzVmUer2gziA/Oc/0UhzdAUtoOBidUCbFVAXlPj3gwlmTsAYexD6QHPNer7hML JjjDjFwEl4NFm7TgDOwg/B5YQm2GC5mFIGkHzpG/pidgsn7h9ePK83eLzN9dO26LbxbOcw HMKujqaSJRXAS8+LDThKq40sJaFfjyYtl5cn3N3iA65PTqPpIf7oDLE/9J9cZKiA9fkJZD CZvVdTQrBjq+UwScaH66MAyPG4jIqcLwqn06E38wppOyn7JDwVUVWqB3NdZZh2zbnHozuo 1SOtLK1QJbhhbk8KYsUnW+lOLtGInNivCfTgD0oW0qgTIGMScpQoYHfu7a33dQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705729772; a=rsa-sha256; cv=none; b=D3UMZL3iFKJrmY5Qi9i8ylEOI2/fEmiEAAefGnSaLBgTzqCADpmq4BIo5E5PbaASWemyY2 48jCzSbopb3f1fDLYfon/xigrvKR+FWkqz2cxo9RT/e64B/71Q3wwMKNSoCdiQRbNyH+bd vQogc/zrFUPVM9ciEcaNHkzXJXLyRPVBbMU/uUaKMuJcDn3K6Evj2OGyQzaag27GmwGwDu y98l0vKK58H8qFtBdnIDmEP2ACqtOwS4jw5xbZtME9/oojbfe/Zj8zPCfqdaZxUUUtyFim 7FXg5ONZSLnWtZzboc+tLw+KU0MYitVWpyP6ZAyREs5WRbOX81ZmP0m1FFhmgQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TH5Cb60KPzNMq for ; Sat, 20 Jan 2024 05:49:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40K5nVli006261 for ; Sat, 20 Jan 2024 05:49:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40K5nViN006255 for multimedia@FreeBSD.org; Sat, 20 Jan 2024 05:49:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 276469] multimedia/ffmpeg4: build error with GLSLANG option set Date: Sat, 20 Jan 2024 05:49:31 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 Bugzilla Automation has asked freebsd-multimedia (Nobody) for maintainer-feedback: Bug 276469: multimedia/ffmpeg4: build error with GLSLANG option set https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276469 --- Description --- After the PORTREVISION bump due to "multimedia/libvpx: update 1.14.0" (589aaaeb09b7daeb6a2053a684f5056d9fcfed0e) I'm facing an error while buildi= ng multimedia/ffmpeg4 with GLSLANG option set: libavfilter/glslang.cpp:164:5: error: use of undeclared identifier 'assert' 164 | assert(glslang_refcount); | ^ 2 warnings and 1 error generated. gmake[2]: *** [ffbuild/common.mak:70: libavfilter/glslang.o] Error 1 Adding #include in libavfilter/glslang.cpp fixed the build, but I'm not sure that is correc= t. The ports has been previously built (from updated ports) on 31st Dec. 2023 = with success and the only change is the PORTREVISION bump 9=3D>10. If that could be of interest, in the meanwhile... - graphics/glslang has been updated (twice, on 4th Jan. 2024) - I updated my box tracking stable/13 on 8th Jan. 2024, so llvm project in = base has been upgraded from version 16 to 17 From nobody Sat Jan 20 05:49:31 2024 X-Original-To: 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 4TH5Cc6gZbz58Hq9 for ; Sat, 20 Jan 2024 05:49:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TH5Cc1tddz439c for ; Sat, 20 Jan 2024 05:49:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705729772; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YbKYMe0w3794hucsLdaHHu1MKMXceyfjf0fsAsESkQE=; b=bnh3Rguwe27CWOqwhNID9WJ+o1b8AmnPiBAcJKbKWsVVpE8vm5L3NnM2o0Bw9DSxMEoc8f wieSLhTC6Mz3phM6h80eCxngpemDSxUytwEl0xK+NNntjSYddm/bDegfVaHjHFHmGG8596 x4OqghKtWLjQx3fMQD5y2lM6j2NzYGyReFUaCSfQdjAEVcLJELPEE9slaLW1yXK81TWDT2 tQP37u+26zbQBmTlexA00bm/nQzUSe826M2+Kys9orRoEihMGapqwPFrVvPCr6ci10MZQc 3j9IQnfBtGQDClw0AbI63FQ/aHgsqhuC8MTKfXN86bc3AaxWLlv9eHMztdI87A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705729772; a=rsa-sha256; cv=none; b=iub/LRGHXJJxuv7l4yQuoCpSd2QAqEYPWlMO/9kxuczNA5FbqxFU04gM45F2AyvQRbZrX6 flyA4RY7MhxjTZkPuQDXrSHgQ9TeZSGChvcTVxbe7gGWvKc44TlOtJ2j2yh19dTTLe5ked GXEOgLDPkUpvDNNFDYziYSd5McSXv7M6fLtVy+CLR3qDSiPVNEvNJPQr0AWPiPBvKamTLU Ni5at34XNcuayl0Pj/hIpji6hZFgxtttLjTGip3yVkyQSyIGn1wqhcuvGmEVK0RI3vSPZK qJxvmvCDrr3GNNnfoD2N9egpH0IOEEmxc5VMZwaL1vRGet78RlCpg0MBQj963g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TH5Cc0sJJzN0T for ; Sat, 20 Jan 2024 05:49:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40K5nWId006308 for ; Sat, 20 Jan 2024 05:49:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40K5nWVs006307 for multimedia@FreeBSD.org; Sat, 20 Jan 2024 05:49:32 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276469] multimedia/ffmpeg4: build error with GLSLANG option set Date: Sat, 20 Jan 2024 05:49:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: discipline@tiscali.it X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276469 Bug ID: 276469 Summary: multimedia/ffmpeg4: build error with GLSLANG option set Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: discipline@tiscali.it Flags: maintainer-feedback?(multimedia@FreeBSD.org) Assignee: multimedia@FreeBSD.org After the PORTREVISION bump due to "multimedia/libvpx: update 1.14.0" (589aaaeb09b7daeb6a2053a684f5056d9fcfed0e) I'm facing an error while buildi= ng multimedia/ffmpeg4 with GLSLANG option set: libavfilter/glslang.cpp:164:5: error: use of undeclared identifier 'assert' 164 | assert(glslang_refcount); | ^ 2 warnings and 1 error generated. gmake[2]: *** [ffbuild/common.mak:70: libavfilter/glslang.o] Error 1 Adding #include in libavfilter/glslang.cpp fixed the build, but I'm not sure that is correc= t. The ports has been previously built (from updated ports) on 31st Dec. 2023 = with success and the only change is the PORTREVISION bump 9=3D>10. If that could be of interest, in the meanwhile... - graphics/glslang has been updated (twice, on 4th Jan. 2024) - I updated my box tracking stable/13 on 8th Jan. 2024, so llvm project in = base has been upgraded from version 16 to 17 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jan 20 09:24:41 2024 X-Original-To: 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 4TH9zt2c7vz56g6j for ; Sat, 20 Jan 2024 09:24:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TH9zt027Nz4L8G for ; Sat, 20 Jan 2024 09:24:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705742682; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XI8S1NRd5/BR8PqV4NXu5PuUm74J5Vm5AnE6ANA0L+M=; b=er18K7deLEI+mZ/R1Spcd5lv4Jzqax7Vk2Y/CyP2S8HTs4dz3MWNMptxqA/tWGiBS5QMDP GPMYsszNO4hKne8hrkqhh0A7qa3TQxFcV3Mo55JsFEFf5ubw7uTMOlWJNPE80yu7qObufk YFlJEp+hl89OPpsgJ1doNUVQIcm1XTy1E8233hTsIjAnH9HdRZIvUp2putj0eEIN+StuqY /l4Zgx2fU/e+E5EnUnAPAwi5Kb88uGuU1nvorHcwHLz/bPJiSIeKPdGwYxI9pPJ9mn/YQ1 jg2HjxwRemm93feJbnTIIyROlHrULPYYVgyW24rteXh2/HfHST9egQUfaYCoCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705742682; a=rsa-sha256; cv=none; b=P8+UJ33YIAUQS/V3dTUrJ126wnoOx/HEkKzPD34ArFSIRsh4pMRFYIEqjhju4LWkBBFniC sfxudydK/4TkK42uzoe1zq38kWtY+5y8FCKj2Q3Xj+Qo2m4/IiBNnoqScpeDUznD3weGo+ PrmFgNiRMOwQ3Kau4scLtQgY2eT36+N0qgbIyZKNC2Yfm01Nhn6nMVPx+e5bn9o7RoSE3b oE1cU2wTf4h+94G1p8uw2avKsysSKYRddG04yFJ7CK+tyz4pXB8ZYTBROjADkzFyE2M2lr B9GbAHfYshPL4fKJVk6DTSid7Vob3hqEOh74rJ91uf5nJYPR9Xh48FF/KAI+IQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TH9zs6F62zVNZ for ; Sat, 20 Jan 2024 09:24:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40K9OfHO093124 for ; Sat, 20 Jan 2024 09:24:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40K9Ofqf093123 for multimedia@FreeBSD.org; Sat, 20 Jan 2024 09:24:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Sat, 20 Jan 2024 09:24:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #17 from valery@vslash.com --- Created attachment 247789 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247789&action= =3Dedit Intel OEM INF File PCI_VEN_8086&DEV_7A50 pnputil.exe /enum-devices /bus PCI /deviceids Instance ID:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 PCI\VEN_8086&DEV_7A50&SUBSYS_30061A58&REV_11\3&11583659&1&FB Device Description: Intel=C3=82=C2=AE Smart Sound Technology BUS Class Name: System Class GUID: {4d36e97d-e325-11ce-bfc1-08002be10318} Manufacturer Name: Intel(R) Corporation Status: Started Driver Name: oem1.inf Extension Driver Names: oem40.inf Hardware IDs: PCI\VEN_8086&DEV_7A50&SUBSYS_30061A58&REV_11 PCI\VEN_8086&DEV_7A50&SUBSYS_30061A58 PCI\VEN_8086&DEV_7A50&CC_040100 PCI\VEN_8086&DEV_7A50&CC_0401 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jan 20 09:27:10 2024 X-Original-To: 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 4THB2k4m5xz56gB5 for ; Sat, 20 Jan 2024 09:27:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4THB2k1qJRz4LcR for ; Sat, 20 Jan 2024 09:27:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705742830; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pR/I9bVHnFyf5WgP4DrxRMIYIf5yEEzADi+Vh4q3jTs=; b=FfvVWN9IQ15jFM9gWlAc+O5Os2WiFbN6NWrwg5hNqSbXkR/tTPnR9s1YHjAWvOfVMol/Yz XmCAEBE3weHxLssGXoJ5DOKQLb0O79vbZUQvv7W6DNEMjA9m03WCfpPOHIRqeGrshh9Z8w XXEHEW/YBhchlT5DvaJZAi+WBDeRrjwnyWiYpfiBypZYqLgs584TdRCe+yJRfpZ3LwX/+K 8G+b4E4bxFAlwJcHXT6oK2o5cJvgVDM1Akamax/MMF6TS9N5My0C+smEKmsNztpdWAtCYV bUB0tdVGCEYQGjcB4kRqHFheDC5UakFBmkS3RR3cHe8m/KHG95kIR9KoMv0jCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705742830; a=rsa-sha256; cv=none; b=Z4J6/S133JuvcKIzAEpprG+EAD0EqjFcmKNaOPD1vqL2An4I6asntTl1JcOK09JAuGAWvW Ve4rRhN+/ae97UdgMHLjv6pJ7fznlqC6ZuefteYgo4YGvWvHAb1sQ/wSkrkrXz7nwHCGYd AtmZG2eTrvyR2DNYHouoNvX/lLQiRsLAGiCiTP3gL7i1LCkHRarb9s23OjGIheGLcJ4DYn 99K7NVK64vAhd5RKDKJcdja0TsjVxZGVV2jh+0XruRdnbeW2k6/KmPxzKujEK98H8w0rdg ctNwv/jNXQepuonLtK7U3dJKeboRYQKJmob1AObZ2gTJQcb58JyLfp27e46VbA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4THB2k0smWzTMW for ; Sat, 20 Jan 2024 09:27:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40K9RAmu001319 for ; Sat, 20 Jan 2024 09:27:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40K9RAwx001318 for multimedia@FreeBSD.org; Sat, 20 Jan 2024 09:27:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Sat, 20 Jan 2024 09:27:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #18 from valery@vslash.com --- Your last settings didn't work, sorry. After some search, I attached (above comment) the 'oem.inf' file provided by Intel for WIndows arch. >From "oem.txt", line #116 seems to provide what you are looking for, but I = have no skills on this, I could be wrong. Hope this help, Val. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jan 20 11:54:18 2024 X-Original-To: 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 4THFJW174bz56xfP for ; Sat, 20 Jan 2024 11:54:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4THFJV6BY7z4YDY for ; Sat, 20 Jan 2024 11:54:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705751658; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VRz0xcLp5GjAtRIb64dI0/+XBrR6SiMcG9efBYi3fwA=; b=OQu/0ZohGtPIExuAHRViH3e8F6Zv3yknOqem4nWyqKoxArRjO2OFDnalk8596sdK0ehprB CbB5w5ouyj5vLi3ZlseYpXP1P9SyG8RSMMChreheEbtTSFj8jA9qojxwuFtZbLl2HRDOwF YCZZXyGF29OBfaiCZgyRn1RBEgPSTG9r+vA9A7GpG8FnAxsQKeTf3X7aDjhraBryh5w/Op OeLaZflQIo6yBdgPOEjWYz6xdiQi+nDxK9xGs48s2FoQTpeN1/SrMc7sw2MD3MgC40eUSP tsxKjr98CrM1+zMuvoHtjN6kOI18Ckdh4XgT+Z68kGkaWoPqdVuzQGGxEGoMrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705751658; a=rsa-sha256; cv=none; b=ZBaDb3sl4+riY4H4ED3AR1PKLllLQJUibVUfsC0HLn8Em74u9VGjEUp0Y2GIu3oEBXAejk dwqZFEMyIXdocYvVgGGMnqHmS32MjW9wbKWEbMmX52NjLy5vPgO4TguIc4p8zr9mlWDUbM e8kUYVgUzyWUUq7Qjx5oLcTQ5Eu3YdCnGN+MNUiufRD0XpKEZJsvewFfZwgQxfFOxllkdl igvZ5VS2XC2eTXfOKx6VtbmTvxTYCo/T0Sou3j+wpF1ymB4LOIa+i+I62m3VyZObb4ekeK Ib4ll7z/DB/CL/fjo6HiOXQMl7fEolJNEYVlzrpHMBf5qFQzO21ADaEJqgnVCg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4THFJV5HFzzZRk for ; Sat, 20 Jan 2024 11:54:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40KBsIwf047132 for ; Sat, 20 Jan 2024 11:54:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40KBsI0h047131 for multimedia@FreeBSD.org; Sat, 20 Jan 2024 11:54:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276469] multimedia/ffmpeg4: build error with GLSLANG option set Date: Sat, 20 Jan 2024 11:54:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276469 --- Comment #1 from Vladimir Druzenko --- Same on 13.2-p9 amd64 with latest graphics/glslang from ports. If I find time, I'll test with previous versions of graphics/glslang. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jan 20 18:52:58 2024 X-Original-To: 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 4THQbZ4CTnz56W8V for ; Sat, 20 Jan 2024 18:52:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4THQbZ1hPpz4dk5 for ; Sat, 20 Jan 2024 18:52:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705776778; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YxHJoK/H0KJp+w3NOOov0g5FRcrOI8qeag30RgMaIcs=; b=SKtHTTkVN7ghXI7fCo+EWRZVS0KD/5cl+igsOfq8UNWjK7QPE5bPD0pizjDxaJqYB8GqMj 7gwr7swHzEbpzZnX65NsZJh4EP4MFahxGVZDblu5PLxDAysSy83GRNVmDn15J4a/T0zvED c9RYgO1itgGXwALSl3V+uobrCaQnk0lbwG6AIm1njdApMzFEs/cdgSCmukkAWiN04wSBAE fF344/p3vjk/LRCm9svC2yrVykWCTfcjb1Ti4OmxpY7zcFNdv4KL8FW5AL50rY/LZbflIo 8IrTJVkOZ3AV7cgBkz6Io4uxJtDYQQqeJMJfpQgaXHtLaKifAFJbYnvOTWrV+w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705776778; a=rsa-sha256; cv=none; b=b0RM/xQCHfqFRPT7KVOjsOFt7tP+8eipNy5fMKm3Kp8pWb0gBZ2vzPLRgtxpmdEA6Ji3eb vv3+nag23ADqbEsdrZ0x59v/mJG6e51PWR/lfLlQY3fMXViOB5ENodLsBoKA4OIfPvYBc/ 5vKFcoYH/E8i4uEtwWnaDuqsHgxfVLp90yDXIyCH2nBM9y2tWuDAQSzQce6bgk1C/elbgx gpgPdlsaYMoFbXdu5HMRLrrwrI/7+jgRETtD0xEy6qeMSHRweVrpcv6kNsl+4BCuRjk7Tc M6SMyfTbOdjseTa5V/PgHhlO7ao/Rn7psduDChkup23nMSezA6zYqQahn5MQPg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4THQbZ0ljyzmWH for ; Sat, 20 Jan 2024 18:52:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40KIqweg041819 for ; Sat, 20 Jan 2024 18:52:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40KIqwPG041817 for multimedia@FreeBSD.org; Sat, 20 Jan 2024 18:52:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276379] snd_hda: Intel 700 Series Chipset not supported (pci_id 8086:7a50) Date: Sat, 20 Jan 2024 18:52:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: valery@vslash.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276379 --- Comment #19 from valery@vslash.com --- Created attachment 247800 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247800&action= =3Dedit sysctl output for dev.hdaa.1 If this could help, I provide the output from sysctl for hdaa.1 from which = you will find a summary on how the device is implemented by your hda driver. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jan 21 11:08:21 2024 X-Original-To: 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 4THrF13Xl3z57DG7 for ; Sun, 21 Jan 2024 11:08:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4THrF06Tz0z4HJG for ; Sun, 21 Jan 2024 11:08:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705835300; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qhJyJVnyEFQU3fDV+rZS+/eZ8ZrxCM5x7YUjFheZ//I=; b=hZnAMATCht7sBHPLTUT+eVREnO+0Ana9aFoJ1fH4gdf7vvBPXad9ebDut7ASl4s0nvBxNk qhW+bRDHz6/pqzqDX6sM5w/mjteGd3+iLKoE4DSaUkww4FfkB8g8+NQ44SjdEZY5mZUw7t kbcoO2cYNisoYKgWuytzNSVnzR7GhqI7K29CpP2XJ6/1Al8IUhULxBFY90v51A2o/m0FfN JJlFNDG+x+K3mA7iBDPAm/dlb9Uqtdr01fC7LBZhSvqp2d2rHExrk+wlq+LCrdOeFvHAzk EA2V5TtxsmH1jw+XPkCWiKOw8OisUbhmcHzA6t5a3BFHwKrWj7fB8kP0NmkY+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705835300; a=rsa-sha256; cv=none; b=tVYsk5DLlMEgPu0D6gLmrxnXcRb0USIINvx/ZamaPvEWmFB/rAXvEm+KkgPFB5PHATcUEu sSSsepp8cKxBf6RRhuQXMQB796FAl9DlNyda+yzEIUBXQh71Ym6z8nJoU4q6ZyTXwQQBJm coADxqG0B7R24bS1o2LCO/8TSLmK/c9CeT548Vxf0ZKb/WiVKmsW8SdSzo0irYD98YyDhM YEE1Kf0JWuvMokWfCz+Josz/2oH/We4my6Fu/Hnw5uQRFEzPixPBDkRsUNfI86LlWxlhv3 W7uDxce+8dqLgl2uj9to6EU8zV4OJSG0v15cNKh4qwqrWMnX3U8xqnGpWUEwRg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4THrF05VwZzG7P for ; Sun, 21 Jan 2024 11:08:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40LB8K8X084643 for ; Sun, 21 Jan 2024 11:08:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40LB8KTQ084642 for multimedia@FreeBSD.org; Sun, 21 Jan 2024 11:08:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 276469] multimedia/ffmpeg4: build error with GLSLANG option set Date: Sun, 21 Jan 2024 11:08:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276469 --- Comment #2 from Vladimir Druzenko --- Commit log for graphics/glslang is here: https://cgit.freebsd.org/ports/log/graphics/glslang Test result (build multimedia/ffmpeg4 with different version of the graphics/glslang): 13.0.0 build fine. 13.1.0 configure fails: can't find libglslang. 14.0.0 build fails: use of undeclared identifier 'assert'. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jan 21 21:00:05 2024 X-Original-To: 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 4TJ5Mp74cVz57kQD for ; Sun, 21 Jan 2024 21:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TJ5Mn6mbLz3x38 for ; Sun, 21 Jan 2024 21:00:05 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1705870806; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=KqfQZU5s84Ziz7QyfoZImznV5tDkP5Q6N92ZNcXdO2g=; b=w/nqI6DWU3kI5Q3VJvx50Ne9icDuHcx1kDWxVmu2SW/IxNYKMr0obUzG+SKzkBJXFRbcvw eEtG+bKxHEC2Dz68miA+TFyXCptKpc95xfKlNlBHXFaI2mobkyRTTQJlU6THThnpOqsV5B jWawazXKmbnDpaUWTAlJCHqyaSIBb+oyVTn1bPgBieCflfPEyRn6RP5VjHk2gfgW1KFJnw 3P6rdOAW7K6my+YqzStWBq/u7UXhrF6kn2J5hZ3dHAFZtDvoGZjoVJq/Gs/nvmsSfc3ZJ5 newx3dknNbo/b6oURSpD+kjRyk3v4odCQlDxnCqFtViucPV+3OPCRVjGaMFEtA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1705870806; a=rsa-sha256; cv=none; b=skeYGPMIQOdzo/8d91AHM8kJA8JmBCV9SNTsAd3maL2XwewZBWYEIy3DKkWs0DOwgd6hC9 7H+/EWglwhSpKb1Coa7Cq1Gc179We18JzsI4gPoxNDj28Uo2gzUgPkANW+XcMFn3TD1f8j Uzi/G7GslalsbS1M4bh9NlQbmx6xmcxZEAxNrqQUGkv4Q1zmU6TYnr6nNf7CNfEEG8CSlr zyxQsXTxd2sv5mLOZlIPggC/n4vYVlQT+7QHPp8QJK2Uh0R6e2bXBsIKbqjAzWj/SeL9Lx C2AMUMcEOptBD32U6aJTKFxn56FNyU5BQCNaLcD5qMJRrT2gp8RqWqtpYOm7TQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TJ5Mn5tfXzYqP for ; Sun, 21 Jan 2024 21:00:05 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40LL05KQ011021 for ; Sun, 21 Jan 2024 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40LL05eo011015 for multimedia@FreeBSD.org; Sun, 21 Jan 2024 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202401212100.40LL05eo011015@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: multimedia@FreeBSD.org Subject: Problem reports for multimedia@FreeBSD.org that need special attention Date: Sun, 21 Jan 2024 21:00:05 +0000 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: multipart/alternative; boundary="17058708058.0FeF.8510" Content-Transfer-Encoding: 7bit --17058708058.0FeF.8510 Date: Sun, 21 Jan 2024 21:00:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 275057 | audio/libsndfile: CVE-2022-33065 fix not availabl Open | 252099 | multimedia/webcamd after a stop of the webcamd se Open | 270642 | www/firefox: 112.0: no sound with sndio backend Open | 225237 | www/firefox causes zombie through accessibility/s 4 problems total for which you should take action. --17058708058.0FeF.8510 Date: Sun, 21 Jan 2024 21:00:05 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
New         |    275057 | audio/libsndfile: CVE-2022-33065 fix not availabl
Open        |    252099 | multimedia/webcamd after a stop of the webcamd se
Open        |    270642 | www/firefox: 112.0: no sound with sndio backend
Open        |    225237 | www/firefox causes zombie through accessibility/s

4 problems total for which you should take action.
--17058708058.0FeF.8510--