Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 16:48:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272682] No Audio for Device 0x43c8
Message-ID:  <bug-272682-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272682

            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 0x=
43c8
in FreeBSD. To resolve this, I modified the HDA module, adding the device u=
sing
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:=20

hint.hdaa.0.nid20.config=3D"as=3D1 seq=3D1 device=3DLine-out"
hint.hdaa.0.nid27.config=3D"as=3D1 seq=3D2 device=3DLine-out"

These changes successfully fixed the bug, and audio output now works flawle=
ssly
without the need for manual adjustments during boot.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272682-227>