All of lore.kernel.org
 help / color / mirror / Atom feed
* How to interpret PM_TRACE output
@ 2006-12-13 21:22 Tino Keitel
  2006-12-16  8:57 ` Pavel Machek
  0 siblings, 1 reply; 6+ messages in thread
From: Tino Keitel @ 2006-12-13 21:22 UTC (permalink / raw)
  To: linux-kernel

Hi folks,

I tried PM_TRACE to find the driver that breaks resume from suspend.
I got working resume until I switched to the sk98lin driver
(because sky2 doesn't support wake on LAN). That's why I was quite sure that
sk98lin is the culprit, but I tried PM_TRACE anymay.

Here is the PM_TRACE output in dmesg:

  Magic number: 0:150:255
  hash matches drivers/base/power/resume.c:28
  hash matches device 0000:00:1d.3

$ lspci | grep 1d.3
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4

/proc/interrupts:

 17:      52387          0   IO-APIC-level  uhci_hcd:usb5, eth0, i915@pci:0000:00:02.0
 20:    1223105    1222776   IO-APIC-level  ehci_hcd:usb1, uhci_hcd:usb2

Since UHCI #4 (usb5, as ehci is usb1) and eth0 (sk98lin) use the same
interrupt, is it right to assume that the sk98lin driver does bad
interrupt handling and therefore breaks the usb5 device on resume?

Regards,
Tino

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-12-28  8:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-13 21:22 How to interpret PM_TRACE output Tino Keitel
2006-12-16  8:57 ` Pavel Machek
2006-12-19  8:56   ` Tino Keitel
2006-12-20 16:19     ` Pavel Machek
2006-12-21 10:01       ` Tino Keitel
2006-12-28  8:36         ` Pavel Machek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.