In order to use Alpine Linux on the Framework Laptop, I needed to
recompile the kernel with the Intel Tiger Lake pinctrl driver enabled
by setting CONFIG_PINCTRL_TIGERLAKE=m in the kernel configuration.
Without it, the touchpad is not recognized and some media keys do not
function. It would be nice if this module was enabled upstream.
On Mon Apr 18, 2022 at 5:23 PM CEST, Adnan Maolood wrote:
> In order to use Alpine Linux on the Framework Laptop, I needed to> recompile the kernel with the Intel Tiger Lake pinctrl driver enabled> by setting CONFIG_PINCTRL_TIGERLAKE=m in the kernel configuration.> Without it, the touchpad is not recognized and some media keys do not> function. It would be nice if this module was enabled upstream.
you should open an issue on https://gitlab.alpinelinux.org/alpine/aports/-/issues
so ncopa is (more likely to) see it and enable it on -lts
On 2022-04-18 11:23:32 -0400, Adnan Maolood wrote:
> In order to use Alpine Linux on the Framework Laptop, I needed to> recompile the kernel with the Intel Tiger Lake pinctrl driver enabled> by setting CONFIG_PINCTRL_TIGERLAKE=m in the kernel configuration.> Without it, the touchpad is not recognized and some media keys do not> function. It would be nice if this module was enabled upstream.
Just a note, you can compile only the module, that's how I've solved
issue with missing driver for my wifi card. The archlinux wiki has a
solid guide: https://wiki.archlinux.org/title/Compile_kernel_module
At least to me that seems like easier option.
W.
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.