cb22 / macbook12-spi-driver

WIP input driver for the SPI touchpad / keyboard found in the 12" MacBook (MacBook8,1 + MacBook9,1)
GNU General Public License v2.0
298 stars 103 forks source link

Macbook14,3 needs two loading to get keyboard backlights #58

Closed aapo closed 6 years ago

aapo commented 6 years ago

On Macbook14,3 it needs two modprobing to get keyboard backlights. If I autoload applespi during boot, keyboard works, but no backlights at all. After "rmmod applespi ; modprobe applespi" backlights work.

If I don't load applespi during boot, I need "rmmod applespi ; modprobe applespi ; mmod applespi ; modprobe applespi" to get lights.

Dunedan commented 6 years ago

Is this problem still there after your Touch Bar problem (https://github.com/Dunedan/mbp-2016-linux/issues/52) got fixed? Just to make sure those two problems aren't related.

aapo commented 6 years ago

This got fixed. (It also needs firmware-files in /boot/efi/EFI/APPLE).