MControlCenter
MControlCenter copied to clipboard
Read-only screen on debian 12 with acpi_ec.
It's also appear not found ec_sys before notification this app open.
I finally got this working with Debian 12 on a MSI Summit E16 Flip A11UCT and will leave the steps here for anyone else that might need it.
- Disable Secure boot in your BIOS as the kernel will not install drivers while secure boot is on. (note that this could be unwise)
- in terminal issue the following commands to clone acpi_ec and install
cd ~/Documents
git clone https://github.com/musikid/acpi_ec
cd acpi_ec
sudo ./install.sh
sudo reboot
once acpi_ec is properly installed you should have ec in the /dev folder. After acpi_ec is verified continue with this portion of the install on this git
https://github.com/dmitry-s93/MControlCenter?tab=readme-ov-file#installation-from-the-archive