From: Jaco K. <ja...@kr...> - 2005-12-23 22:56:45
|
Pavel Machek wrote: > But try _minimal config_, first. Doesn't include CONFIG_NET imho, but kernel/power/ui.h (part of suspend2?) doesn't compile without it. I can probably write a patch, the problem seems to be that ui_helper_data only gets declared if CONFIG_NET is set, but it gets used elsewhere even if CONFIG_NET is not set. Setting CONFIG_NET works around this problem. With almost nothing in the kernel though (only what is essential to make it boot) suspend-to-ram works. Still suspend-to-disk though. Guess it's time to go find the module that causes the problem and fix it (if I can figure it out). >>And that is where it all stops. > > See Doc*/power/swsusp.txt. suspend to disk should be easier to fix. That didn't really teach me anything new. -- There are only 10 kinds of people in this world, those that understand binary and those that don't. http://www.kroon.co.za/ |