Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module #26241

Closed
thenktor opened this issue Nov 9, 2020 · 3 comments
Closed

Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module #26241

thenktor opened this issue Nov 9, 2020 · 3 comments

Comments

@thenktor
Copy link

thenktor commented Nov 9, 2020

Recent Void Linux live cd with kernel 5.8.18 is missing support for Apple hardware. The kernel config says # CONFIG_KEYBOARD_APPLESPI is not set but it is needed to access keyboard and trackpad in Apple MacBooks built 2015 and after.

See also: https://cateee.net/lkddb/web-lkddb/KEYBOARD_APPLESPI.html and https://github.com/roadrunner2/macbook12-spi-driver

@ericonr
Copy link
Member

ericonr commented Nov 9, 2020

5.8 is EOL, but I can set it for new 5.9 kernels.

@ericonr
Copy link
Member

ericonr commented Nov 9, 2020

Do you know if it works fine as a separate module?

@thenktor
Copy link
Author

thenktor commented Nov 9, 2020

Yes, at least in KDE Neon live system:

neon@neon:/boot$ grep -i apple config-5.4.0-52-generic 
CONFIG_APPLE_PROPERTIES=y
CONFIG_DEV_APPLETALK=m
CONFIG_KEYBOARD_APPLESPI=m
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_SENSORS_APPLESMC=m
CONFIG_BACKLIGHT_APPLE=m
CONFIG_HID_APPLE=m
CONFIG_HID_APPLEIR=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_APPLE_GMUX=m

and

neon@neon:/boot$ lsmod | grep spi
spi_pxa2xx_platform    28672  0
applespi               40960  0

@ericonr ericonr closed this as completed in d0cba4c Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants