public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
To: linux-thinkpad@linux-thinkpad.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [ltp] Re: ACPI Hibernate and Suspend Strange behavior 2.6.7/-mm1
Date: Thu, 15 Jul 2004 23:57:45 +0200	[thread overview]
Message-ID: <87smbtndba.fsf@deneb.enyo.de> (raw)
In-Reply-To: <20040715214646.GK22472@khan.acc.umu.se> (David Weinehall's message of "Thu, 15 Jul 2004 23:46:47 +0200")

* David Weinehall:

> Strange.  suspend works for me (T40 though, not T40p), latest
> BIOS-version, ACPI enabled, APM disabled.

Thanks for your /proc/interrupts file.  You have a lot less IRQ
sharing than me:

           CPU0       
  0:    5484369          XT-PIC  timer
  1:      13698          XT-PIC  i8042
  2:          0          XT-PIC  cascade
 11:     301909          XT-PIC  uhci_hcd, uhci_hcd, uhci_hcd, Intel 82801DB-ICH4, eth0, yenta, yenta, radeon@PCI:1:0:0
 12:      14446          XT-PIC  i8042
 14:      63403          XT-PIC  ide0
 15:         21          XT-PIC  ide1
NMI:          0 
ERR:          0

I wonder why the system has got such a high affinity to IRQ 11.  I've
never seen so much IRQ sharing before. 8-/

I'm going to give it a try without the radeon DRM module.

By the way, here's a log message from the system when it tries to come
back from suspend:

Jul 15 18:44:06 deneb kernel: irq 11: nobody cared!
Jul 15 18:44:06 deneb kernel:  [<c01058ca>] __report_bad_irq+0x2a/0x90
Jul 15 18:44:06 deneb kernel:  [<c01059c0>] note_interrupt+0x70/0xb0
Jul 15 18:44:06 deneb kernel:  [<c0105bd0>] do_IRQ+0xe0/0xf0
Jul 15 18:44:06 deneb kernel:  [<c010406c>] common_interrupt+0x18/0x20
Jul 15 18:44:06 deneb kernel:  [<c01190ee>] __do_softirq+0x2e/0x80
Jul 15 18:44:06 deneb kernel:  [<c0119167>] do_softirq+0x27/0x30
Jul 15 18:44:06 deneb kernel:  [<c0105bb5>] do_IRQ+0xc5/0xf0
Jul 15 18:44:06 deneb kernel:  [<c010406c>] common_interrupt+0x18/0x20
Jul 15 18:44:06 deneb kernel: handlers:
Jul 15 18:44:06 deneb kernel: [<c02d22a0>] (snd_intel8x0_interrupt+0x0/0x200)
Jul 15 18:44:06 deneb kernel: [<c027f310>] (usb_hcd_irq+0x0/0x70)
Jul 15 18:44:06 deneb last message repeated 2 times
Jul 15 18:44:06 deneb kernel: [<c023ca40>] (e1000_intr+0x0/0x90)
Jul 15 18:44:06 deneb kernel: Disabling IRQ #11
Jul 15 18:44:06 deneb kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
Jul 15 18:44:06 deneb kernel: agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
Jul 15 18:44:06 deneb kernel: agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
Jul 15 18:44:06 deneb kernel: [drm] Loading R200 Microcode
Jul 15 18:44:16 deneb kernel: NETDEV WATCHDOG: eth0: transmit timed out

  reply	other threads:[~2004-07-15 21:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <A6974D8E5F98D511BB910002A50A6647615FEF48@hdsmsx403.hd.intel.com>
2004-07-05 19:00 ` ACPI Hibernate and Suspend Strange behavior 2.6.7/-mm1 Len Brown
2004-07-06 14:14   ` Volker Braun
2004-07-14 20:16     ` John Goerzen
2004-07-14 20:27       ` David Weinehall
2004-07-14 20:45         ` John Goerzen
2004-07-15  6:00           ` David Weinehall
2004-07-16 14:47             ` David Weinehall
2004-07-15  9:08         ` [ltp] " Vincent Touquet
2004-07-14 23:28       ` Volker Braun
2004-07-16 17:00         ` Pavel Machek
2004-07-16 22:59           ` Volker Braun
2004-07-20 19:42           ` Vernon Mauery
2004-07-20 20:12             ` Pavel Machek
2004-07-15 21:29       ` [ltp] " Florian Weimer
2004-07-15 21:37         ` David Weinehall
2004-07-15 21:43           ` Florian Weimer
2004-07-15 21:46             ` David Weinehall
2004-07-15 21:57               ` Florian Weimer [this message]
2004-07-16  6:14                 ` David Weinehall
2004-07-16  9:16         ` Matthew Garrett
2004-07-16 20:41           ` Florian Weimer
     [not found] <566B962EB122634D86E6EE29E83DD808182C04EC@hdsmsx403.hd.intel.com>
2004-07-17  7:15 ` Len Brown
2004-07-17  7:47   ` Dax Kelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87smbtndba.fsf@deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-thinkpad@linux-thinkpad.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox