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/>

index | next in thread | raw e-mail

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.

help

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