Skip to content

Info from models NECN and NZCN #352

@qquique

Description

@qquique

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions