Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base-defconfig: make ACPI_FAN / fan.ko a module so we can blocklist it #96

Merged
merged 1 commit into from
May 22, 2024

Conversation

marc-hb
Copy link

@marc-hb marc-hb commented May 21, 2024

New driver: new, 6.10 error on cml-hel-rt5682.

kernel: acpi-fan INT3404:00: probe with driver acpi-fan failed with error -22

Easily avoided by blocklisting fan.ko on this model.

Part of the fix for:

New driver: new, 6.10 error on cml-hel-rt5682.

```
kernel: acpi-fan INT3404:00: probe with driver acpi-fan failed with error -22
```

Easily avoided by blocklisting fan.ko on this model.

Part of the fix for:
thesofproject/sof-test#1198

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
@marc-hb
Copy link
Author

marc-hb commented May 21, 2024

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

for i in 01 05 07; do block_fan jf-cml-hel-rt5682-$i; done

@plbossart plbossart merged commit c3171af into thesofproject:master May 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants