Skip to content

Instantly share code, notes, and snippets.

@pgjean
Created January 20, 2020 03:09
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pgjean/ea8ef775809e8fd8be481d45520b9936 to your computer and use it in GitHub Desktop.
Save pgjean/ea8ef775809e8fd8be481d45520b9936 to your computer and use it in GitHub Desktop.
How to enable macbook or macbook pro trackpad and keyboard on Kali Linux

Macbook & Kali linux

Keyboard/Touchpad/Touchbar

Since the internal keyboard and touchpad won't work until you have built and loaded the drivers, you'll need to plug in an external USB keyboard to do the initial setup and installation.

apt install dkms
git clone https://github.com/cb22/macbook12-spi-driver.git /usr/src/applespi-0.1
dkms install -m applespi -v 0.1

https://github.com/cb22/macbook12-spi-driver

Screen Brightness Control

https://gist.github.com/roadrunner2/1289542a748d9a104e7baec6a92f9cd7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment