On Fri, Aug 2, 2013 at 6:21 AM, Volker Armin Hemmann
<volkerar...@googlemail.com> wrote:
> Am 02.08.2013 12:47, schrieb Frank Steinmetzger:
>> Hey list
>>
>> My netbook doesn't freeze so often during operation any more. But now it’s
>> started to not properly wake up from suspend-to-ram. It’s like with my big
>> laptop: when that one runs on nouveau instead of nvidia-drivers, it behaves
>> the very same way, i.e. I switch it on and the screen stays blank. Not even
>> sysrq are working then, only hard power-down.
>>
>> I tried to confirm my oberservation by deliberately hibernating it multiple
>> times yesterday -- it always woke up with 3.9. Now I booted it with 3.10 and
>> it didn't come up on the first try.
>> Do you have any suggestion how I might debug this? I can’t simply report to
>> kernel blokes “3.10 is crap on my netbook, you put in a regression 
>> somewhere”.
>>
>> I don’t really have the time right now to go after hunches, such as the new
>> tikless system, as building a kernel takes up to 45 minutes on that thing.
> well, take your 3.9 config and don't change it.

If the config change doesn't reveal anything, you can do git bisect of
the kernel to find out which patch broke it. When you do git bisect
you don't need to recompile the whole kernel every time, it only
compiles the changed files, which are usually not many. So even on a
slower machine it's not so bad once the first compile is finished.

https://wiki.gentoo.org/wiki/Kernel_git-bisect

Reply via email to