In the post where you show things going wrong, you have usb AND ethernet on 11. You say you have no usb devices.
How about this test then? = Disable USB in the BIOS and see what happens.
I tried that. It made no difference.
I'm still not clear on how to disable acpi in grub.conf. I tried
options ide-cd ignore=hdd acpi=off
and
kernel /vmlinuz-2.6.8-1.521 ro root=LABEL=/ hdd=ide-scsi acpi=off
and neither seemed to make a difference. In the latter case, I see this in /var/log/messages:
Sep 16 21:47:26 dell kernel: Kernel command line: ro root=LABEL=/ hdd=ide-scsi acpi=off
...
Sep 16 21:47:26 dell kernel: ACPI: Subsystem revision 20040326
Sep 16 21:47:26 dell kernel: ACPI: Interpreter disabled.
so I guess that worked. Then when it dies it says:
Sep 16 21:49:06 dell kernel: irq 11: nobody cared! (screaming interrupt?)
Sep 16 21:49:06 dell kernel: irq 11: Please try booting with acpi=off and report a bug
Sep 16 21:49:06 dell kernel: Stack pointer is garbage, not printing trace
Sep 16 21:49:06 dell kernel: handlers:
Sep 16 21:49:06 dell kernel: [<429b3010>] (e100_intr+0x0/0xe6 [e100])
Sep 16 21:49:06 dell kernel: [<42a3c9a2>] (snd_intel8x0_interrupt+0x0/0x44f [snd_intel8x0])
Sep 16 21:49:06 dell kernel: Disabling IRQ #11
In the one case where it printed a stack trace I got:
Sep 11 15:55:42 dell kernel: irq 11: nobody cared! (screaming interrupt?)
Sep 11 15:55:42 dell kernel: Call Trace:
Sep 11 15:55:42 dell kernel: [<021070c9>] __report_bad_irq+0x2b/0x67
Sep 11 15:55:42 dell kernel: [<02107161>] note_interrupt+0x43/0x66
Sep 11 15:55:42 dell kernel: [<02107327>] do_IRQ+0x109/0x169
Sep 11 15:55:42 dell kernel: [<0211af64>] __do_softirq+0x2c/0x73
Sep 11 15:55:42 dell kernel: [<021078f5>] do_softirq+0x46/0x4d
Sep 11 15:55:42 dell kernel: =======================
Sep 11 15:55:42 dell kernel: [<0210737b>] do_IRQ+0x15d/0x169
Sep 11 15:55:42 dell kernel:
Sep 11 15:55:42 dell kernel: handlers:
Sep 11 15:55:42 dell kernel: [<0221522d>] (usb_hcd_irq+0x0/0x4b)
Sep 11 15:55:42 dell kernel: [<429cbc6e>] (e100_intr+0x0/0xe0 [e100])
Sep 11 15:55:42 dell kernel: [<44d88501>] (snd_intel8x0_interrupt+0x0/0x17e [snd_intel8x0])
Sep 11 15:55:42 dell kernel: Disabling IRQ #11
I also get some other interesting error messages:
Sep 16 21:48:13 dell bonobo-activation-server (shannon-1810): iid OAFIID:BrokenNoType:20000808 has a NULL type
Sep 16 21:48:13 dell bonobo-activation-server (shannon-1810): invalid character '#' in iid 'OAFIID:This#!!%$iid%^$%_|~!OAFIID_ContainsBadChars'
Sep 16 21:48:15 dell modprobe: FATAL: Error running install command for sound_slot_0
Sep 16 21:48:15 dell modprobe: FATAL: Error running install command for sound_slot_0
Sep 16 21:48:15 dell modprobe: FATAL: Error running install command for sound_slot_1
What's the bonobo-activation-server message trying to tell me?
And, it looks like sound isn't working. And sound is using IRQ 11. Perhaps that's the problem? Way back in RH9, I think it was, I had problems making sound work as well. But FC1 fixed that. Maybe it's been broken again?
So, is this a well known problem or should I report it as a bug? If the latter, what additional information should I include in the bug report?
Thanks for any help.