Re: problem with suspend and usb

From: Pavel Machek
Date: Wed Sep 22 2004 - 12:54:44 EST


Hi!

> Well, turns out that the lastest -mm kernel is much worse.

Hmm, well, I'm not going to debug -vanilla when there's better
codebase pending in -mm, so -mm is better because it has chance to get
debugged.

> Found several problems:
> * Shutdown is very slow. After the message "acpi_power_off called"
> appears, it taken ~30s for the laptop to shutdown. Using 2.6.8 it shuts
> down immediately after that message is printed.

Insert printk's to see what is slow, then contact acpi list.

> * Suspend with ohci_hcd hangs. Removing the ohci_hcd module suspend
> works.
> Here's what's printed on the screen before hanging (I hand-write it so
> there could be some typos)
>
> Freeing memory.... done (54077 pages freed)
> usbhid1-1:1.0: resume is unsafe!
> usb1-1: no poweroff yet, suspending instead.
> usb usb1: no poweroff yet, suspending instead.
> ............. swsusp: Need to copy 9776 pages
> ............. swsusp: critical section/: done (9840 pages copied)

Can you insert printks to ohci_hcd to see what went wrong there?

> * Network doesn't work after resuming. I'm using 8139cp. I tried "ifdown
> eth0 && ifup eth0" and network stil. doesn't work after suspend.
> Even tried "ifdown eth0 && modprobe -r 8139cp && modprobe 8139cp && ifup
> eth0" and network still doesn't work. Only started to work after reboot
> Here are the logs from the suspend request

This looks like interrupt problem. Can you try noapic and/or disabling
acpi for irq routing?

> Sep 22 15:29:42 taz kernel: ** PCI interrupts are no longer routed automatically. If this
> Sep 22 15:29:42 taz kernel: ** causes a device to stop working, it is probably because the
> Sep 22 15:29:42 taz kernel: ** driver failed to call pci_enable_device(). As a temporary
> Sep 22 15:29:42 taz kernel: ** workaround, the "pci=routeirq" argument restores the old
> Sep 22 15:29:42 taz kernel: ** behavior. If this argument makes the device work again,
> Sep 22 15:29:42 taz kernel: ** please email the output of "lspci" to bjorn.helgaas@xxxxxx
> Sep 22 15:29:42 taz kernel: ** so I can fix the driver.

Hmm, also try pci=routeirq.
Pavel
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/