[Bug 607838] Re: 3w-sas driver

Robert Hardy 607838 at bugs.launchpad.net
Thu Aug 19 22:33:49 UTC 2010


The simplest way of dealing with this right now, and it is far from
painless, is to grab the 3w-sas-2.6.32.tgz src driver from 3ware/lsi and
use dkms to manage it. It took me a while to find this. The rough
process for Lucid goes:

apt-get install dkms

mkdir -p /tmp/foo; cd /tmp/foo; tar xzvpf 3w-sas-2.6.32; mv drivers/*
/usr/src/3w-sas-2.6.32/

Then put the attached dkms.conf in /usr/src/3w-sas-2.6.32/dkms.conf

N.B. Obviously if you are building for something other than
2.6.32-24-server you update the -k arguments below appropriately.

You then add the source with:
   dkms add -m 3w-sas -v 2.6.32

You can then build it with: 
   dkms build -m 3w-sas -v 2.6.32 -k 2.6.32-24-server

Check the build status with: 
   dkms status

Install it with:
   dkms install -m 3w-sas -v 2.6.32 -k 2.6.32-24-server

-- 
3w-sas driver
https://bugs.launchpad.net/bugs/607838
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list