Hey Leute,
inzwischen bin ich schon ein paar Jahre halblebig mit LInux unterwegs, aber diese Anleitung hier bringt mich an meine Grenzen. Ich habe einfach null Ahnung von dem Stoff und nicht die Muße dafür Stunden irgend welche Seiten zu wälzen und kernel-hacker zu werden bloß damit ich mein Keyboard und Touchpad zum laufen bekomme 😀.
Deshalb meine Hoffnung: Kann mir jemand in einfachen Schritten für das Terminal auseinander fieseln was ich hier wie tun soll? ☺
Eine Verlinkung auf dederzierte Wiki-Einträge ist auch okay.
Hier die Anleitung:
To get this driver to work on a 2016 12" MacBook, you'll need to boot the kernel with intremap=nosid. Also, you'll need to modify your DSDT as described by Leif Liddy at https://bugzilla.kernel.org/attachment.cgi?id=206671. (but don't worry about applying patches. Also see https://wiki.archlinux.org/index.php/DSDT for a quicker way to load custom DSDTs without recompiling)
This should result in the intel-lpss driver attaching itself to the SPI controller, and exposing the APP000D device.
The 2015 MacBook seems much more complicated, as the DMA controller isn't built in to the SPI controller. Unfortunately, I don't have a 2015 model to test.
link: https://github.com/cb22/macbook12-spi-driver
Danke euch! ☺