sebanc / brunch

Boot ChromeOS on x86_64 PC - Supports Intel CPU/GPU from 8th gen or AMD Ryzen
GNU General Public License v3.0
3.55k stars 388 forks source link

All bug on bytcr 5651 Intel Cherry Trail-T3 Z8300/Z8350 #530

Open DevHamid opened 3 years ago

DevHamid commented 3 years ago

After several weeks using, I encounter bug, which is really annoying for me, hopefully we can figuring out this bug and also as feedback for development :.

  1. Audio doesn't work, make playback error.
  2. Mic doesn't work.
  3. Camera doesn't work.

I try brunch new version still not work, add disable_intel_hda and baytrail_chromebook still not work. Added manually UCM bytcr-5651, audio only work on Wireless Bluetooth. At the same time, I try Linux mint, and work flawlessly without problem.

Thanks before. 🙏👍

sebanc commented 3 years ago

ChromeOS is only compatible with usb cameras which is not the case usually on baytrail device, so there is not much I can do on that.

Regarding audio, both original chromeos r84 and r85 have a sound issue (fixed in the latest r85 stable update a few days ago), so only use r83 or latest r85 (after enabling updates) to test sound.

Then, could you try just running alsactl -f /usr/share/alsa/ucm/bytcr-rt5651/asound.state restore in crosh shell and check if you have sound ?

Perchemop commented 3 years ago

I am having this same issue using Intel Atom x5-z8350. Audio creates playback error only when connected and output is selected. If internal speaker is selected, playback works normally. Audio will work for maybe 1 second then it will stop and cause speaker to create crackling/popping noises and system will freeze. Using r83.

I have tried running that command in crosh but it gives me the error unknown command: alsact1. I am new to linux/terminal so apologise if this is an easy error.

I have not been able to add add disable_intel_hda and baytrail_chromebook to kernal as I can't figure out how to do this.

Hoping to solve this issue because I am otherwise really enjoying the experience with ChromeOS

EDIT: ran the above command and got the following message. Desktop-screenshot

sebanc commented 3 years ago

@Perchemop after running the command, did you try to play audio ?

Perchemop commented 3 years ago

@Perchemop after running the command, did you try to play audio ?

@sebanc after running the command, playback skipping and freezing (when on the external audio selection) seems to be fixed but audio still has the same crackling/popping noises.

sebanc commented 3 years ago

Could you try to replace the files in /usr/share/alsa/ucm/bytcr-rt5651/ with those ones ? https://fedorapeople.org/~jwrdegoede/bytcr-rt5651/

sebanc commented 3 years ago

or those config files also: https://github.com/alsa-project/alsa-ucm-conf/tree/master/ucm2/bytcr-rt5651

DevHamid commented 2 years ago

Hello, this bug still not resolved unfortunately. Last version audio works is Chrome os 83. Since that, never work anymore. Maybe I miss something?

DevHamid commented 2 years ago

https://user-images.githubusercontent.com/13690753/143677863-b1234dda-4e4e-4e77-9ad2-83ce94f2dd1b.mp4

DevHamid commented 2 years ago

Update @sebanc already told me how to fix it on Telegram, just do this on shell Try this one: "sudo alsactl restore -f /usr/share/alsa/ucm/bytcr-rt5651/asound.state"

image

restart and now working. Hopefully this bug not showing again in future updates.