Comment 11 for bug 599830

Revision history for this message
Lars (lars-taeuber) wrote :

Hi BDV,

I suggest to update the driver with the most recent one from LSI and install it using dkms.
You might need to change the source a little bit, because there are statements like
#if (KERNEL_VERSION >= 2.6.32) .....

but it has to be
#if (KERNEL_VERSION > 2.6.32) .....

You'll find it just easily.

Try to update your firmware if possible, too. There are linux utils to do this from LSI available.

Good luck.
Lars