Hello, I am trying to set up automatic brightness control on my framework 16. I checked whether my sensor reads info properly and I can confirm it works. I ran: sudo watch cat /sys/bus/iio/devices/iio:device0/in_illuminance_raw
and it was periodically changing based on light in my room. Sensor seems to work.
To manage automatic brightness I used this program: GitHub - mikhail-m1/illuminanced: Ambient Light Sensor Daemon for Linux
Installation went fine, I configured it and the result was that the service started normally after I fixed the config file.
Unfortunately, I was not able to get the adaptive brightness. In my journal (journalctl -p 3 -xb
), I got the following:
Jun 12 14:01:41 Samo-PCFW kernel: i2c_hid_acpi i2c-FRMW0003:00: failed to set a report to device: -121
Jun 12 14:02:23 Samo-PCFW kernel: i2c_hid_acpi i2c-FRMW0003:00: failed to set a report to device: -121
Jun 12 14:02:37 Samo-PCFW kernel: i2c_hid_acpi i2c-FRMW0003:00: failed to set a report to device: -121
Jun 12 14:07:26 Samo-PCFW kernel: i2c_hid_acpi i2c-FRMW0003:00: failed to set a report to device: -121
Jun 12 14:07:39 Samo-PCFW kernel: i2c_hid_acpi i2c-FRMW0003:00: failed to set a report to device: -121
Sensor was reporting correct ambient light in the room but display brightness did not change.
Info
- Which release of your OS (Operating System / Windows 10, 11, Distribution of Linux)? Arch Linux + KDE Plasma 6
- Which Framework laptop (11th, 12th or 13th generation Framework laptop) are you asking for support with? Framework Laptop 16 with Ryzen 7, no dGPU, Samsung 990 Pro 1 TB drive, Kingston Fury 32GB Ram Kit
- If this is a Linux issue, please use the Linux tag or at least put Linux in the title.
- If there is no information pertaining to your issue or question, please let us know here: Framework | Support Framework | Fix Consumer Electronics
Well, on google, no similar info seems to be printed. Does it mean I should report this to FW support?