thesofproject / sof-test

BSD 3-Clause "New" or "Revised" License
13 stars 46 forks source link

[BUG] New v6.10 errors to filter out #1198

Closed plbossart closed 6 months ago

plbossart commented 6 months ago

New set of useless errors with 6.10-rcX (https://github.com/thesofproject/linux/pull/5009)

https://sof-ci.01.org/linuxpr/PR5009/build3055/devicetest/index.html?model=CML_HEL_RT5682-ipc3&testcase=verify-kernel-boot-log [ 0.520780] kernel: acpi-fan INT3404:00: probe with driver acpi-fan failed with error -22

https://sof-ci.01.org/linuxpr/PR5009/build3052/devicetest/index.html?model=LNLM_RVP_NOCODEC&testcase=verify-kernel-boot-log [ 4.951203] kernel: intel_ish_ipc 0000:00:12.0: ISH loader: request firmware intel/ish/ish_lnlm.bin failed:-2

marc-hb commented 6 months ago

The ish_lnlm.bin failed:-2 error is fixed now

block_ish() { ssh ubuntu@"$1".intel.com "printf 'blacklist intel_ish_ipc\n' | sudo tee /etc/modprobe.d/blacklist-ish.conf"; }

for hst in jf-lnlm-rvp-sdw-1.jf ba-lnlm-rvp-sdw-01.iind jf-lnlm-rvp-sdw-2.jf ba-lnlm-rvp-sdw-02.iind ..
do echo "$hst"; block_ish "$hst"; done

This should really be done with Ansible but good enough for now.

spandruvada commented 6 months ago

This firmware intel/ish/ish_lnlm.bin is getting added to Linux firmware. Is this error only appearing on some specific platform?

marc-hb commented 6 months ago

This firmware intel/ish/ish_lnlm.bin is getting added to Linux firmware.

Too slow! :-)

marc-hb commented 6 months ago

Is this error only appearing on some specific platform?

Yes: LNL with 6.10-rc1: https://github.com/thesofproject/linux/pull/5009

spandruvada commented 6 months ago

Need to check FAN error. May be this platform doesn't have FAN support.

marc-hb commented 6 months ago

The acpi-fan error is specific to cml-hel-rt5682, totally unrelated. Fixed by blocklist fan +

marc-hb commented 6 months ago

Please re-open if seen again.