From: Jaco K. <ja...@kr...> - 2005-12-24 12:00:42
|
Jaco Kroon wrote: > Stefan Seyfried wrote: >>>Same problem. SysRq+T reveals that the newly spawned process is getting >>>stuck in: >>> >>>ide_do_request+0x18a/0x3c5 >>>io_schedule+0xe/0x16 [--snip--] >>To my untrained eye this looks like an IDE suspend / resume problem. >>Maybe another machine that needs those ACPI methods for the IDE drives >>badly :-( > > > To mine as well. _WAK? Some other methods? I'm posting my DSDT at > http://www.kroon.co.za/downloads/toshiba_p10-792/ now. If somebody else > can take a look it just might reveal something I'm missing. Damn. I just thought I solved it. I disabled the APIC and tried again. This time round I managed to re-enable APIC in the kernel source (without IO-APIC) and _recompile_ it entirely. Only upon issueing "make install modules_install" did it pop. Sequence was something like: echo mem > /sys/power/state cd /usr/src/linux make menuconfig make menuconfig echo mem > /sys/power/state make menuconfig --> re-enable APIC but not IO-APIC make make install modules_install ->> pop. When copying the image from the source directory to /boot. This is beginning to sound more and more like some obscure race-condition if you ask me. Jaco -- There are only 10 kinds of people in this world, those that understand binary and those that don't. http://www.kroon.co.za/ |