On 7/19/05, Gary Hodges <[EMAIL PROTECTED]> wrote: <snip> > Oh, last week I did install Ubuntu on the machine and the Plextor SATA > drive was found and worked fine, so I'm guessing I'll be able to get > that to work with a little experimentation.
You need to patch the kernel to get that to work, at least with the
nv_sata controller it was just this small change:
/include/linux/libata.h: change
#undef ATA_ENABLE_ATAPI
to
#define ATA_ENABLE_ATAPI
After that your SATA Plextor will show up.
~David

