Closed JustATester2 closed 2 years ago
nope, just use USB-C -> HDMI
FWIW, HDMI audio works under LibreELEC (Linux) so it's an OS/driver issue, not a firmware one
looks like you can force the snd_hda_intel driver to attach for HDMI via:
sudo nano /etc/modprobe.d/audio.conf
(will create file)
add line:
options snd-intel-dspcfg dsp_driver=1
save (CTRL+o, CTRL+x) and reboot
Thank you for your reply. Forget about Windows. LiberELEC is good enough for me. I installed Hyperion.ng on the box and WLED light work perfectly!
I know this post is old, Yet I had the same issues and found a solution on my end, My Audio in Debian 11 and Debian 12 was null and No Audio Devices found. I figured it may help someone else in the future
Download and Install Firmware-sof 1.7-1 (Note: If it's already installed, Uninstall and reinstall) http://http.us.debian.org/debian/pool/non-free/f/firmware-sof/firmware-sof-signed_1.7-1_all.deb
After installing open terminal and execute this command:
echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa.conf
Restart your computer
Notice: Older Hardware is not supported any further after 2.x versions of Firmware-sof At https://salsa.debian.org/mpearson/firmware-sof
Tested this on both Debian 11 and Debian 12, Works a treat
Thanks @ACR-Jeff and @MrChromebox for the previous guidance to put the pieces together in a consolidated read-me.
sudo mount /dev/sda12 /mnt
shell
sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --force --partition 2
shell
sudo mount -o remount,rw /
echo "options snd-hda-intel dmic_detect=0" | sudo tee -a /etc/modprobe.d/alsa.conf
In the spirit of Dr Strange, You really should stole the whole book because the warnings come after the spells, the following comes at the end of this read-me:
@wruberte why are you running Flex on the CN65? It's still supported for official ChromeOS
@wruberte why are you running Flex on the CN65? It's still supported for official ChromeOS
@MrChromebox, thank your for following up. Original intent was to install Fedora 38 to an external USB Drive while preserving the original ChromeOS. Detail provided below regarding failed boot of ChromeOS in Dev Mode from internal SSD using UEFI Full ROM Firmware.
Booting from SATA:TS32GMTS400 failed.
Booting from 'SATA: TS64GMTS400' failed: verify it contains a 64-bit UEFI OS.
@wruberte my recollection is a bit hazy, but I believe the CN65 has functional legacy boot mode, which is designed to do exactly what you want - ChromeOS + Linux. However, if you have Flex running well then no harm in sticking with it
I want to thank @ACR-Jeff and leave a hint about what worked for me. I have HP Chromebox 3 (NOIBAT) with coreboot 4.20 and am running Ubuntu 23.04 - using secure boot! I had no sound, and this added it to the HDMI output, which was what I wanted. I did not install any firmware, just added the following line to /etc/modprobe.d/alsa-base.conf
options snd-hda-intel dmic_detect=0
The only other quirk I have is that the system locks up when the screen is blanked. I can suspend and resume just fine, but if I set a screen blank interval and it's reached, then the screen gently gets darker, and the whole machine locks up, needing a power cycle to recover.
Lastly, since it's the first time I've commented here, I want to give a big thank you to @MrChromebox for working on and sharing the coreboot firmware.
Device: ASUS Chromebox 3 (CN65) both 3865U and 8550U version tested Fw Ver: MrChromebox-4.16 (27/04/2022) OS: WIN10/WIN11 Well done for windows usb issue fix, now the box is working pretty well. However, there is no audio output via HDMI ,audio output via USB-C/Headphone works well. Driver version Intel SST 9.21.0.3869 Realtek 5663 HW Audio Codec 10.0.10586.6834 Intel HD Graphics 610/620 30.0.101.1340 Intel (R) Display-Audio 10.27.0.11 It's weried that intel graphics command center shows the display connector-type is Displayport when HDMI connected.
Also tested on Ubuntu 20.04 LTS usb live boot The arandr command shows the display was connected via HDMI-1, but there is only dummy output, HDMI audio not show either.
USB-C has audio output while HDMI dosen't. Any ideas how to enable HDMI audio output?
Thanks.
Hi togehter,
I´ve also switched my ASUS Chromebox 3 to Windows 10. Problem is that die Audio device is not detected correctly and no manuel installed driver works.
Can anybody support here? Thx a lot in advance.
Kind Regards Christian
@e-Surfer for Windows support, please use the Chrultrabook forums: https://forum.chrultrabook.com/
my github is for firmware issues only, not OS/drivers
Device: ASUS Chromebox 3 (CN65) both 3865U and 8550U version tested Fw Ver: MrChromebox-4.16 (27/04/2022) OS: WIN10/WIN11 Well done for windows usb issue fix, now the box is working pretty well. However, there is no audio output via HDMI ,audio output via USB-C/Headphone works well. Driver version Intel SST 9.21.0.3869 Realtek 5663 HW Audio Codec 10.0.10586.6834 Intel HD Graphics 610/620 30.0.101.1340 Intel (R) Display-Audio 10.27.0.11 It's weried that intel graphics command center shows the display connector-type is Displayport when HDMI connected.
Also tested on Ubuntu 20.04 LTS usb live boot The arandr command shows the display was connected via HDMI-1, but there is only dummy output, HDMI audio not show either.
USB-C has audio output while HDMI dosen't. Any ideas how to enable HDMI audio output?
Thanks.