On Thu, 2011-11-24 at 01:39 +1300, Chris Edwards wrote: > Hi all, > > Problem: > IRQ-related "nobody cared" kernel call traces not long after bootup on > Linux 3.0.10-rt27. I thought I'd try a -rt kernel to see if it would > resolve the audio drop-outs on my new Firewire audio interface. I wonder if this is another bad irq chipset. Does it go away if you boot with noapic in the kernel command line? > > System: > Dual Opteron 244 processors on an Iwill DK8N (AMD 8131 and nForce3 250Gb) > Ubuntu 10.04.3 LTS > > I did try the "irqpoll" kernel command-line option as suggested in the > error messages, but the kernel messages say that it's not supported in -rt. Right. There's an issue on some chipsets that running interrupts as threads causes the chipset to go into legacy mode, and interrupts coming in on one apic line, appear on another line. There is a work around for it (I believe), and we black list these chipsets, but as with all black lists, we only list those that we know about. Yours may be a new one. > > Needless to say, the Firewire audio is a no-go. > > I'm also having trouble getting dual-head X to work, but that's another > issue, most likely. I'm also wondering if I can get the HPET timer > enabled: AFAICT (from looking at other BIOSes) the nForce3 has one, but > this system's ACPI tables don't advertise it. Keep us posted. Thanks! -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html