MilkyDeveloper

Results 106 comments of MilkyDeveloper

What's the output of `dmesg` and the file created by `sudo alsa-info`?

Looks like there's a bug in the kernel and this is not userspace. Could you run `VERSION=ALT bash updatekernel.sh` on the PC you built Breath with?

Could you run alsa info with sudo?

I don't have an AMD Chromebook, but following the build instructions again (including recloning the git repo) gives you a newer kernel and may fix it.

This confuzzles me. `acp3xalc5682m98` is the right sound card, but there are `rt5682` logs, meaning that its (wrong) module was loaded. Did you by chance run the `RTK` version of...

``` acp3x-alc5682-max98357 AMDI5682:00: ASoC: failed to instantiate card -17 ``` Error -17 is that the file already exists. I think `snd_hda_intel` must be conflicting with `acp3x-alc5682-max98357`, but I've already blacklisted...

What’s the output of `lsmod`? Sorry for the late reply :D

Yeah, this error was never fixed for me, hence why I never documented Fedora guest support. I'm not exactly sure why too. Maybe we should use a different rootfs.

I’m confused by this too. SOF devices used to be well supported. The only variable changing is the kernel. `sudo alsa-info` (Upload the file made) would be super helpful. Once...