MilkyDeveloper

Results 106 comments of MilkyDeveloper

Show the output of `dmesg` and post the link from `sudo alsa-info` from Breath.

I don't know if `apl-sof-setup-audio` ran properly. Your device should be SOF supported. What's in the file `/etc/systemd/system/alsa-reload.service`?

What about running `modprobe bxt_da7219_max98357a && alsa reload`? That would be a stopgap solution, though. Preferably we should use SOF. Blacklisting those modules might not make SOF load. I think...

Nevermind, that's already in the kernel parameters. What's the output of `dmesg` after `modprobe snd-soc-sst-bxt-da7219_max98357a snd-soc-kbl_da7219_max98357a snd-sof-pci-intel-apl && alsa reload`

Maybe run `systemctl restart alsa-state` instead of `alsa reload`?

This is our error: ``` [ 128.948429] snd_soc_sst_bxt_da7219_max98357a: unknown parameter 'snd-soc-kbl_da7219_max98357a' ignored [ 128.948440] snd_soc_sst_bxt_da7219_max98357a: unknown parameter 'snd-sof-pci-intel-apl' ignored ``` I've never encountered anything like this before. What if you...

I think an `lsmod` from ChromeOS would also be useful - once we get the correct modules loaded, this should be fixed and I'll add it to `apl-setup-audio`. The config...

`modprobe snd_soc_max98357a snd_soc_da7219 snd-sof-pci-intel-apl sof-pci-dev && sudo alsa reload` Post a `dmesg`

Maybe blacklist `snd_hda_intel`?

``` [ 5.959231] da7219 i2c-DLGS7219:00: Invalid micbias pulse level [ 6.290841] pci 0000:00:0e.0: attach allowed to drvr snd_hda_intel [internal device] [ 6.330036] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0 [ 6.838134]...