Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.13 KB

Update

All those patches are alreay upstreamed and starting with Linux 6.7 the missing ACPI tables are now handled by the Cirrus driver, so no need to add them.

Unless you're running Linux 6.6 or older you don't need this repo.

Sound fixes

  • This laptop comes with a Cirrus amplifier which needs some ACPI tables that are not present in the BIOS. See acpi/ for instructions.
  • Patch 01 contains fixes for ALSA:
    • Fixes subwoofer volume not being adjustable
    • Fixes Headset mic not being detected

For more info read:

WMI keys

  • Connecting/disconnecting the charger causes kernel: asus_wmi: Unknown key code 0x7b errors in dmesg
  • Connecting/disconnecting external USB-C display causes kernel: asus_wmi: Unknown key code 0xc0 errors in dmesg

Patch 02 silences both errors by ignoring those keys codes.