-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue report] chromiumos_image_r86r1-rpi4b not work HDMI audio on RPi4, but fixed #109
Comments
Same happened with me. Just flashed that build today, and no sound on HDMI, only analog output works. Where can I find cmdlist.txt? |
cmdlist.txt was found on mmcblk0p12 partition.
4-2. mount check, exec "ls /mnt"
5-1. check original cmdlist.txt "cat /mnt/cmdline.txt"
5-2. backup old cmdlist.txt, "sudo cp /mnt/cmdline.txt /mnt/cmdline.txt.org"
(update 2020/12/10) |
how to check audio device.
My environment , left microHDMI is "card1, device0"
If you use headphone output, "aplay sound.wav -D hw:2,0" |
sorry, it's typo. filename is cmdline.txt |
this seems to work |
chromiumos_image_r86r2-rpi4b worked fine on left microHDMI port. |
Describe the bug or issue
chromiumos_image_r86r1-rpi4b not work HDMI audio on RPi4
But, I tried to change cmdlist.txt, then worked HDMI audio
Describe your setup
To Reproduce
I add string "snd_bcm2835.enable_compat_alsa=1" to cmdlist.txt.
But worked only left microHDMI.
The text was updated successfully, but these errors were encountered: