MilkyDeveloper
MilkyDeveloper
We've fixed this since then.
Join the [Discord](https://discord.gg/MjPKmWDr) for expedited priority.
What does `speaker-test` output? Maybe running `pulseaudio -k` would work?
Try running `sudo alsa-info`, but when it asks for the link/uploading it online, say yes and share the link here.
This is because `snd_hda_intel` isn’t being blacklisted. Will fix this soon.
What about running this from Breath: ``` git clone https://github.com/thesofproject/sof-bin —depth 1 cd sof-bin sudo ./install.sh v2.1.x ```
``` cd v2.1.x rsync -a sof*v2.1.1 /lib/firmware/intel/ ln -s sof-v2.1.1 /lib/firmware/intel/sof ln -s sof-tplg-v2.1.1 /lib/firmware/intel/sof-tplg rsync tools-v2.1.1/* /usr/local/bin ```
I'll be opening this issue if you don't mind so I can close it when I make this run OOTB.
By module I assume you mean a kernel module (like one that is in /lib/modules and determined using lsmod). Do you know what module this is? I think an alsa-info...
I think the audio card is sometimes getting initialized by Depthcharge. This might still be a SOF error, so I've posted an issue for them [here](https://github.com/thesofproject/linux/issues/3618). You might want to...