johnfanv2 / LenovoLegionLinux

Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode.
https://github.com/johnfanv2/LenovoLegionLinux
GNU General Public License v2.0
1.59k stars 59 forks source link

Need support for Legion 7i 2024 (Y9000P 2024). #244

Open gou4shi1 opened 2 months ago

gou4shi1 commented 2 months ago

Is your feature request related to a problem? Please describe. I'm running NixOS on Legion 7i 2024 (Y9000P 2024 in China). The legion_laptop is failed to load:

kernel: legion_laptop: Loading legion_laptop
kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
kernel: legion PNP0C09:00: legion_laptop platform driver probing
kernel: legion PNP0C09:00: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 83DF; DMI_BIOS_VERSION:N0CN10WW
kernel: legion_laptop: Read identifying information: DMI_SYS_VENDOR: LENOVO; DMI_PRODUCT_NAME: 83DF; DMI_BIOS_VERSION:N0CN10WW
kernel: legion PNP0C09:00: is_denied: 0; is_allowed: 0; do_load_by_list: 0; do_load: 0
kernel: legion PNP0C09:00: Module not usable for this laptop because it is not in allowlist. Notify the maintainer if you want to add your device or force load with param force.
kernel: legion PNP0C09:00: legion_laptop not loaded for this device

Describe the solution you'd like This machine is similar to https://github.com/johnfanv2/LenovoLegionLinux/issues/62, so I think the support should be similar?

Model and Debug Info Distribution: NixOS 24.05 Model name: Legion Y9000P IRX9 CPU model: Intel(R) Core(TM) i9-14900HX GPU model: NVIDIA GeForce RTX 4060 Laptop GPU Keyboard backlight: single color with off/medium/bright Light in lid or logo: yes Light at IO-Ports at back: yes

Output of sudo dmidecode -t system. Please remove Serial Number and UUID for privacy:

# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 3.4 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
    Manufacturer: LENOVO
    Product Name: 83DF
    Version: Legion Y9000P IRX9
    Serial Number: xxx
    UUID: xxx
    Wake-up Type: Power Switch
    SKU Number: LENOVO_MT_83DF_BU_idea_FM_Legion Y9000P IRX9
    Family: Legion Y9000P IRX9

Handle 0x0024, DMI type 12, 5 bytes
System Configuration Options
    Option 1: ConfigOptions1
    Option 2: ConfigOptions2
    Option 3: ConfigOptions3

Handle 0x0027, DMI type 15, 29 bytes
System Event Log
    Area Length: 0 bytes
    Header Start Offset: 0x0000
    Header Length: 8192 bytes
    Data Start Offset: 0x2000
    Access Method: General-purpose non-volatile data functions
    Access Address: 0x0000
    Status: Valid, Not Full
    Change Token: 0x12345678
    Header Format: OEM-specific
    Supported Log Type Descriptors: 3
    Descriptor 1: POST memory resize
    Data Format 1: None
    Descriptor 2: POST error
    Data Format 2: POST results bitmap
    Descriptor 3: Log area reset/cleared
    Data Format 3: None

Handle 0x0033, DMI type 32, 11 bytes
System Boot Information
    Status: No errors detected

Output of sudo dmidecode -t bios:

# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 3.4 present.

Handle 0x0000, DMI type 0, 26 bytes
BIOS Information
    Vendor: LENOVO
    Version: N0CN10WW
    Release Date: 10/27/2023
    Address: 0xE0000
    Runtime Size: 128 kB
    ROM Size: 16 MB
    Characteristics:
        PCI is supported
        BIOS is upgradeable
        BIOS shadowing is allowed
        Boot from CD is supported
        Selectable boot is supported
        EDD is supported
        Japanese floppy for NEC 9800 1.2 MB is supported (int 13h)
        Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
        5.25"/360 kB floppy services are supported (int 13h)
        5.25"/1.2 MB floppy services are supported (int 13h)
        3.5"/720 kB floppy services are supported (int 13h)
        3.5"/2.88 MB floppy services are supported (int 13h)
        8042 keyboard services are supported (int 9h)
        CGA/mono video services are supported (int 10h)
        ACPI is supported
        USB legacy is supported
        BIOS boot specification is supported
        Targeted content distribution is supported
        UEFI is supported
    BIOS Revision: 1.10
    Firmware Revision: 1.10

Handle 0x0025, DMI type 13, 22 bytes
BIOS Language Information
    Language Description Format: Long
    Installable Languages: 8
        en|US|iso8859-1,0
        fr|FR|iso8859-1,0
        zh|TW|unicode,0
        ja|JP|unicode,0
        it|IT|iso8859-1,0
        es|ES|iso8859-1,0
        de|DE|iso8859-1,0
        pt|PT|iso8859-1,0
    Currently Installed Language: en|US|iso8859-1,0

Output of sudo cat /sys/kernel/debug/legion/fancurve:

cat: /sys/kernel/debug/legion/fancurve: No such file or directory
gou4shi1 commented 2 months ago

related issue: https://github.com/johnfanv2/LenovoLegionLinux/issues/226

gou4shi1 commented 2 months ago

related issue: #163