-
Thanks for this repository and image. I am installing on a Lenovo Yoga Slim 7X. I was able to install debian with the installer from Linaro, had working wi fi, and built in keyboard, no trackpad, sound. I compiled vanilla 6.11-rc4 natively, which works, however no built in keyboard, trackpad, sound. Only an external usb plugged keyboard and mouse work. Using the kernel compiled Lenovo Yoga Slim7X dtb file. When I boot from your kernel and image, using your initrd, from the default grub menu for the lenovo Yoga which used the dtb file in your image, and only giving the kernel the debian partition as root to the kernel on the command line, debian comes up, and the built in keyboard and trackpad work perfectly! Even swiping, gestures work. What exactly in the initrd or the dtb file used to boot that grub entry makes the keyboard and trackpad work? Is it the defconfig used to compile the kernel, firmware in the initrd or the dtb definition? Am I missing loading some specific modules for the the devices? I would like to use the same method to enable the my compiled vanilla kernel do exactly the same thing. Thanks for your help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Ok, I cannot reproduce it now. Debian Trixie updated, and your kernel crashes the machine after "start plymouth boot screen" service. For a while your kernel was booting with the keyboard, trackpad, gestures all working. In fact even the touch screen was working! I can still boot the vanilla compiled kernel, but no native keyboard or touchpad! |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply, need to check my comms settings (I got no email that there is a new discussion). Most recent Image is V5, it has evdev listed in the modules to load. Please try this one. Also, V6 is in preparation, with some local testing (finally!) although on a HP Omnibook X14. First boot didn't show internal keyboard either, I'm checking. |
Beta Was this translation helpful? Give feedback.
It is not evdev.
Link to the patch on kernel mailing list
Applying that patch to vanilla rc4 kernel fixed the problem. Trackpad, keyboard and touchscreen.
Your dtb file and the wakeup-parent fix, that is why everything worked.
Your latest rc7 kernel works as well, normal keyboard trackpad and even touchscreen.