Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8
|
Kernel (uname -r):
|
2.6.17.6
|
|
Distribution:
|
FC3
|
Drivers from Promise are built for 2.4 kernel, so they do not work on 2.6 kernels. Promise also does not seem very interested in providing drivers for the 2.6 series.
Fortunately, the 2.6 kernel has drivers for this card (sata_promise for use with libata). Unfortunately, the module did not recognize this card correctly, so even after the module was loaded, drives attached to the card did not show up. After some research, I found that the PCI ID for my card was not recognized by the driver. I modified the source for the driver to tell it that my PCI ID really was a Promise SATA controller and recompiled the module. Once that was done, everything worked great. I've submitted a patch to the kernel to incorporate the new PCI ID for this card so future users of this card should not have this problem.
|