On Mon, 2003-06-09 at 16:49, steve wrote:Thanks, I am trying to fix the ATAPI CDROM missing interrupt and buffer overflow issue. I though my kernel was behind in patches.
I am trying to decide if I need the latest kernel patch(s) to fix my ide-cd problems ( missing interrupts and buffer overflows). How can I find the patch version of 2.4.20-18.9? Can I patch this kernel to 2.4.21-rc6?
This will give you some idea of what patches are applied. To see all the patches applied you can look at the .spec file in the kernel SRPM.
rpm -q --changelog kernel-2.4.20-18.9 | less
Regards, Jim H
Steve