gbuloz
gbuloz
@plbossart : I've added the .conf file and power-cycled ``` [root@localhost ~]# ls -l /etc/modprobe.d/sof-dyndbg.conf -rw-r--r--. 1 root root 2485 11 juin 10:25 /etc/modprobe.d/sof-dyndbg.conf ``` shutdown+power-cycle [dmesg.log](https://github.com/thesofproject/linux/files/6637075/dmesg.log) (edit : I...
@plbossart : I've been able to get some debug and got "sof-audio-pci 0000:00:1f.3: error: cl_copy_fw: timeout HDA_DSP_SRAM_REG_ROM_STATUS read" See dmesg : [dmesg_3.log](https://github.com/thesofproject/linux/files/6648259/dmesg_3.log) I still don't know why dynamic debug did...
@plbrossart : I use only the standard packages from Fedora repos. Currently alsa-sof-firmware-1.6.1-4.fc33.noarch providing the firmware like this : ``` [root@localhost ~]# ls -l /usr/lib/firmware/intel/sof/sof-ehl.ri /usr/lib/firmware/intel/sof/intel-signed/sof-ehl.ri -rw-r--r--. 1 root root...
@plbrossart : unfortunately I have no community subdir, but only a public-signed/ and there's no file for EHL in it : sof-apl.ri sof-cnl.ri sof-icl.ri sof-jsl.ri sof-tgl-h.ri sof-tgl.ri Edit : I've...
@libinyang : your debug firmware works much better than the prod one [dmesg_prod.log](https://github.com/thesofproject/linux/files/6656461/dmesg_prod.log) [dmesg_debug.log](https://github.com/thesofproject/linux/files/6656463/dmesg_debug.log) With the debug one I now get : ``` [root@localhost ~]# lsmod | grep 5660 snd_soc_ehl_rt5660...
I've rebuilt all sound modules with pr_debug changed to pr_info and dev_dbg to dev_info and now I get this at boot time "ehl_rt5660 ehl_rt5660: ASoC: codec component i2c-10EC5660:00 not found...
No it does not exist. Even nothing with : ls /sys/bus/acpi/devices/i*
``` [root@localhost ~]# cat /sys/bus/acpi/devices/*10EC5660:*/status 15 ```
``` [root@localhost ~]# ls -l /sys/bus/acpi/devices/10EC5660:* lrwxrwxrwx. 1 root root 0 15 juin 18:04 /sys/bus/acpi/devices/10EC5660:00 -> ../../../devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:56/10EC5660:00 [root@localhost ~]# ls -l /sys/bus/acpi/devices/10EC5660:00/ total 0 -r--r--r--. 1 root root 4096 15...
``` [root@localhost ~]# cat /sys/kernel/debug/asoc/components 0000:00:1f.3 ehdaudio0D2 dmic-codec snd-soc-dummy snd-soc-dummy [root@localhost ~]# cat /sys/kernel/debug/asoc/dais SSP0 Pin SSP1 Pin SSP2 Pin SSP3 Pin SSP4 Pin SSP5 Pin DMIC01 Pin DMIC16k Pin...