Upon resuming my laptop from suspend, the backlit keyboard will always be on at the dimmest setting, regardless of the setting when I suspended it. I am using Mint Cinammon, version 17.1.
After some digging, I found possible solutions here and here. Unfortunately, they seem specific to Ubuntu. The most promising solution was proposed in post 46 and 47 of the second link:
In the file:
/etc/dbus-1/system.d/org.freedesktop.UPower.conf
change:
<allow send_destination="org.freedesktop.UPower"
send_interface="org.freedesktop.UPower.KbdBacklight"/>
to:
<deny send_destination="org.freedesktop.UPower"
send_interface="org.freedesktop.UPower.KbdBacklight"/>
and reboot.
Changing that value actually made my mouse stop working.
Does anyone know of a way to fix this that works with Mint?