> > >>- pci-resume-2.6.10.patch and resume-finish-split-2.6.10.patch > > >> are applied > > > > > > Excuse my ignorance, but where can I get these patches? > > > > > >From my local harddisk ;-) > > > > Actually, you only need resume-finish-split-2.6.10.patch, the other > > patch did not have any effect in my testing. Patch attached. > > The patch actually looks good, are you going to submit it? > Pavel I think this is the patch I sent to this list a few months ago. Here the archive linksfor reference: http://sourceforge.net/mailarchive/message.php?msg_id=9091506 The background is that any write access to the pci config registers of some devices(sound card, usb 2.0 controler, and modem) cause a system lockup if they are called before acpi_leave_sleep_state and acpi_disable_wakeup_device were called. This is on an Acer Travelmate 803 Notebook, and it seems to be the same on other systems. I sent the patch to the list, but it seems that nobody noticed it and I forgot to send it again. Here is an updated patch against 2.6.10. I can't promise that it doesn't break other systems. Someone should make sure that pm_ops->leave is set to NULL for apm. I haven't found this in the apm code yet. Stefan Dösinger