Skip to content
Advertisement

ACPI event not triggering associated action

I’ve been trying for some time now to enable my computer’s Fn+F9/F10 brightness control. Reading this thread, I tried to set up an acpi event/action script to manually change my brightness. The scripts themselves work – I can manually call bl_down.sh and bl_up.sh in the terminal.

However, for some reason the acpi events themselves aren’t triggering the scripts. I’ve included the output of acpi_listen below, as well as the scripts:

JavaScript

bl_down.sh

JavaScript

bl_up.sh

JavaScript

So I know that acpi is enabled, and that the scripts work. It’s just that the event itself for some reason isn’t triggering the action. Any pointers in the right direction are appreciated!

EDIT: I forgot to include the actual acpi events:

bl_down

JavaScript

bl_up

JavaScript

Advertisement

Answer

Welp, figured it out. Reading other posts on this site, I realized that I needed to restart acpid. After trying sudo /etc/init.d/acpid reload, everything is working as it should.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement