I'm trying to test setting up FreeBSD to replace chromeos on an HP chrome-book (14a-nb0013dx). The sound card seems to be found:
Sysctl list of settings related to hdac0:
Is there anything I can do to try to force it to find the audio outputs for the speakers? So far this seems to tax the CPU/battery a ton less but I use the speakers a lot!
pcm0: <Intel Gemini Lake (HDMI/DP 8ch)> (play) default
but is only showing the HDMI out, not the speakers or headphone jack. USB audio works as expected, as does everything else on the install. For the installation I have drm-kmod with "kldlist+="i915kms" for graphics, but not finding anything further on dmesg that I can figure out to help.hdacc0: <Intel Gemini Lake HDA CODEC> at cad 2 on hdac0
Sysctl list of settings related to hdac0:
Code:
hdaa0: <Intel Gemini Lake Audio Function Group> at nid 1 on hdacc0
pcm0: <Intel Gemini Lake (HDMI/DP 8ch)> at nid 3 on hdaa0
dev.pcm.0.%parent: hdaa0
dev.hdaa.0.init_clear: 0
dev.hdaa.0.reconfig: 0
dev.hdaa.0.gpo_config:
dev.hdaa.0.gpo_state:
dev.hdaa.0.gpio_config:
dev.hdaa.0.gpio_state:
dev.hdaa.0.gpi_state:
dev.hdaa.0.config: forcestereo,ivref50,ivref80,ivref100,ivref,vref
dev.hdaa.0.nid3_original: 0x18560010 as=1 seq=0 device=Digital-out conn=Jack ctype=Digital loc=0x18 color=Unknown misc=0
dev.hdaa.0.nid3_config: 0x18560010 as=1 seq=0 device=Digital-out conn=Jack ctype=Digital loc=0x18 color=Unknown misc=0
dev.hdaa.0.nid3: pin: Digital-out (Jack)
dev.hdaa.0.nid2: audio output
dev.hdaa.0.%parent: hdacc0
dev.hdaa.0.%pnpinfo: type=0x01 subsystem=0x80860101
dev.hdaa.0.%location: nid=1
dev.hdaa.0.%driver: hdaa
dev.hdaa.0.%desc: Intel Gemini Lake Audio Function Group
dev.hdaa.%parent:
Is there anything I can do to try to force it to find the audio outputs for the speakers? So far this seems to tax the CPU/battery a ton less but I use the speakers a lot!