[Bug 272682] No Audio for Device 0x43c8
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 272682] No Audio for Device 0x43c8"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 16:48:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272682
Bug ID: 272682
Summary: No Audio for Device 0x43c8
Product: Base System
Version: 13.2-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: bugs@FreeBSD.org
Reporter: imiguelsalcedo@disroot.org
I encountered an issue where there was no default audio output on device 0x43c8
in FreeBSD. To resolve this, I modified the HDA module, adding the device using
the definition:
#define HDA_INTEL_TGLH HDA_MODEL_CONSTRUCT(INTEL, 0x43c8).
Additionally, I redirected the pin output using "hints devices" during boot
with specific configurations:
hint.hdaa.0.nid20.config="as=1 seq=1 device=Line-out"
hint.hdaa.0.nid27.config="as=1 seq=2 device=Line-out"
These changes successfully fixed the bug, and audio output now works flawlessly
without the need for manual adjustments during boot.
--
You are receiving this mail because:
You are the assignee for the bug.