All,
I have a tv-capture card that works great if I add the irqpoll option to the kernel.
Without the option, it always get
irq 21: nobody cared! and then a stack dump.
But the strange part is, it works also if I add the noapic option.
My system has a Pentium4 with hyperthreating and it shows 2 cpus.
Which option would give best performance: irqpoll or noapic? And could somebody explain why?
If noapic works go with
If noapic works go with that. irqpoll makes the kernel ask every interrupt handler if they want to handle the interrupt in question whenever one fires.