Messages in this thread |  | | Date | Sun, 2 Aug 2009 11:58:26 +0100 | From | Alan Cox <> | Subject | Re: Extremely slow IO with a PCMCIA CompactFlash adapter |
| |
> irq 3: nobody cared (try booting with the "irqpoll" option) > Pid: 23488, comm: modprobe Not tainted 2.6.31-rc4 #2 > Call Trace:
Something is misrouting interrupts on your machine. COuld be an ACPI bug, could be wrong tables in the BIOS etc.
> Now I rebooted with irqpoll and everything looks good in dmesg:
It will recover from the problem sort of
> Now my transfer rate has increased to 20 kilobyte / second read, about > 4 times faster than before but still pretty slow.
You should see nearer 200K/sec (PIO 0) but if the device IRQ is being lost due to misrouting then the device is being polled off the timer tick and that will drastically reduce performance.
So its a firmware/acpi/irq sort of problem not an IDE one. Try running with acpi=off and without irqpoll just as a test.
Alan
|  |