Rogério Brito wrote: > * I have never been able to boot this computer of mine without the option > irqpoll---otherwise, I get the nobody cared message. The "nobody cared" message indicates that there were too many interrupts that no driver felt responsible for, so the kernel has disabled that interrupt vector. The irqpoll option is a workaround to get the devices on that interrupt vector to work, but it's not perfect. It's possible that most of your problems are caused by the irqpoll option. What IRQ is the problematic one (see the "nobody cared" message)? What devices are connected to it (see /proc/interrupts)? Does the problem go away when you prevent the corresponding driver(s) from loading? Regards, Clemens -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html