Comment 36 for bug 908691

Revision history for this message
penalvch (penalvch) wrote : Re: Keyboard events fail to register after resuming from suspend (Dell Vostro V13)

Ronan Jouchet, thank you for your comments. Regarding them https://bugs.launchpad.net/ubuntu/+source/linux/+bug/908691/comments/32 :
"Hello again. Christopher, what do you think of my previous proposal?"

Sorry for misunderstanding your proposal here, and subsequent long delay, as it's a good one. Using as a guide https://wiki.ubuntu.com/Kernel/KernelBisection#Commit_bisecting_upstream_kernel_versions could you please execute the following via a terminal, reboot into the generated kernel, and advise if this is reproducible (the expectation based on your findings is this would work):
cd ~/Desktop && git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-stable && cd linux-stable && git checkout 93f38e914183c9b7af248fab793153772996987c && cp /boot/config-`uname -r` .config && yes '' | make oldconfig && make-kpkg clean && CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom2 kernel_image kernel_headers && cd .. && sudo dpkg -i *.deb