Comment 31 for bug 1088721

Revision history for this message
penalvch (penalvch) wrote :

Rich Drewes, to test all commits prior to b74f05d61b73af584d0c39121980171389ecfaaa, one may execute at a terminal:
cd ~/Desktop && git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-stable && cd linux-stable && git checkout 9587190107d0c0cbaccbf7bf6b0245d29095a9ae && cp /boot/config-`uname -r` .config && yes '' | make oldconfig && make-kpkg clean && CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers && cd .. && sudo dpkg -i *.deb

then reboot into the new kernel and test. Please report the results.