Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module
@ 2020-11-09 15:18 thenktor
  2020-11-09 15:20 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: thenktor @ 2020-11-09 15:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

New issue by thenktor on void-packages repository

https://github.com/void-linux/void-packages/issues/26241

Description:
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 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module
  2020-11-09 15:18 [ISSUE] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module thenktor
@ 2020-11-09 15:20 ` ericonr
  2020-11-09 15:34 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-09 15:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26241#issuecomment-724080018

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module
  2020-11-09 15:18 [ISSUE] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module thenktor
  2020-11-09 15:20 ` ericonr
@ 2020-11-09 15:34 ` ericonr
  2020-11-09 16:00 ` thenktor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-09 15:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26241#issuecomment-724088450

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module
  2020-11-09 15:18 [ISSUE] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module thenktor
  2020-11-09 15:20 ` ericonr
  2020-11-09 15:34 ` ericonr
@ 2020-11-09 16:00 ` thenktor
  2020-11-09 16:13 ` thenktor
  2020-11-09 17:25 ` [ISSUE] [CLOSED] " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: thenktor @ 2020-11-09 16:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

New comment by thenktor on void-packages repository

https://github.com/void-linux/void-packages/issues/26241#issuecomment-724104824

Comment:
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
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module
  2020-11-09 15:18 [ISSUE] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module thenktor
                   ` (2 preceding siblings ...)
  2020-11-09 16:00 ` thenktor
@ 2020-11-09 16:13 ` thenktor
  2020-11-09 17:25 ` [ISSUE] [CLOSED] " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: thenktor @ 2020-11-09 16:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

New comment by thenktor on void-packages repository

https://github.com/void-linux/void-packages/issues/26241#issuecomment-724104824

Comment:
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
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module
  2020-11-09 15:18 [ISSUE] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module thenktor
                   ` (3 preceding siblings ...)
  2020-11-09 16:13 ` thenktor
@ 2020-11-09 17:25 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-11-09 17:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

Closed issue by thenktor on void-packages repository

https://github.com/void-linux/void-packages/issues/26241

Description:
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 


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-09 17:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 15:18 [ISSUE] Linux kernel 5.18: Enable CONFIG_KEYBOARD_APPLESPI as module thenktor
2020-11-09 15:20 ` ericonr
2020-11-09 15:34 ` ericonr
2020-11-09 16:00 ` thenktor
2020-11-09 16:13 ` thenktor
2020-11-09 17:25 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).