Tiny Core Base > TCB Q&A Forum

TinyCorePure64 14.0 Mouse and Keyboard Not Working on Macbook Pro

<< < (4/9) > >>

Juanito:
Hopefully, it's not this:
--- Code: ---# CONFIG_SPI is not set
--- End code ---

Juanito:

--- Code: ---The Linux kernel configuration item CONFIG_KEYBOARD_APPLESPI:

    prompt: Apple SPI keyboard and trackpad
    type: tristate
    depends on: ( CONFIG_ACPI && CONFIG_EFI ) && ( CONFIG_SPI ) && ( CONFIG_X86 || CONFIG_COMPILE_TEST ) && ( CONFIG_LEDS_CLASS )
    defined in drivers/input/keyboard/Kconfig
    found in Linux kernels: 5.3–5.19, 6.0–6.3
    modules built: applespi

--- End code ---

...looks like it is and you'll need to recompile the kernel  :(

pek:
Thank you very much Juanito for looking into this.
Although I already lost since this :o

--- Quote ---..would tend to indicate you need to look at the spi_pxa2xx_platform and applespi divers
--- End quote ---

So.. can you please show me link of howto recompile kernel? (I will need to learn a lot before actually doing it)
And what "things" should I recompile into the kernel?

Juanito:
If you search these forums on “prepare kernel source” someone asked the same question last week.

Juanito:
You may also need this:
--- Code: ---The Linux kernel configuration item CONFIG_SPI_PXA2XX:

    prompt: PXA2xx SSP SPI master
    type: tristate
    depends on: CONFIG_ARCH_PXA || CONFIG_ARCH_MMP || CONFIG_PCI || CONFIG_ACPI || CONFIG_COMPILE_TEST
    defined in drivers/spi/Kconfig
    found in Linux kernels: 2.6.17–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.3
    modules built: pxa2xx_spi, spi-pxa2xx-platform, spi-pxa2xx

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version