-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Hi, I made a PR #347 that fixes fan curves on the LOQ LZCN model, looking at the legion-laptop.c code there are two other models that use the same EC register offsets ec_register_offsets_loq_v0 (NECN, NZCN), so in order to be sure that the changes also work for these other models, I need the output of the ACPI tables similar to what the maintainer of this project requested in comment : #13 (comment)
# Create folder for all the new files
mkdir acpi_re
cd acpi_re
# List ACPI tables and copy them
ls /sys/firmware/acpi/tables/
sudo cp --no-preserve=mode /sys/firmware/acpi/tables/*SDT* .
# Disassemble tables to output DSDT.dsl
iasl -e SSDT* -d DSDT
I need the dsdt and ssdt files, I can generate the dsl's.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels