Comment 20 for bug 546091

Revision history for this message
John Morrissey (jwm) wrote :

The megaraid_sas driver in the current linux-2.6 (stable) git tree has support for this adapter, the LSI SAS2 "SKINNY." I've cherrypicked the updated driver into the latest Lucid kernel and uploaded to this PPA:

https://launchpad.net/~jwm/+archive/lp546091

(Note that the built kernel is based on the next Lucid kernel update, 2.6.32-24.42. Currently, the only difference between .42 and .41 are some fixes in the i915 graphics driver.)

I'll try to keep the PPA kernel up-to-date, but I can't make any guarantees.

Also, I'm netbooting to install, so I'm adding the newer scsi-modules udeb to the initrd like so:

[jwm@boost:pts/1 ~> wget -q http://us.archive.ubuntu.com/ubuntu/dists/lucid-updates/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64/initrd.gz
[jwm@boost:pts/1 ~> wget -q http://ppa.launchpad.net/jwm/lp546091/ubuntu/pool/main/l/linux/scsi-modules-2.6.32-24-generic-di_2.6.32-24.42+lp546091_amd64.udeb
[jwm@boost:pts/1 ~> mkdir lucid-initrd
[jwm@boost:pts/1 ~> cd lucid-initrd/
[jwm@boost:pts/1 ~/lucid-initrd> gzip -dc ../initrd.gz | sudo cpio -i --make-directories
51151 blocks
[jwm@boost:pts/1 ~/lucid-initrd> sudo mv ../scsi-modules-2.6.32-24-generic-di_2.6.32-24.42+lp546091_amd64.udeb .
[jwm@boost:pts/1 ~/lucid-initrd> sudo chroot . udpkg -i scsi-modules-2.6.32-24-generic-di_2.6.32-24.42+lp546091_amd64.udeb
(Reading database...)
(Updating database...)
[jwm@boost:pts/1 ~/lucid-initrd> sudo rm scsi-modules-2.6.32-24-generic-di_2.6.32-24.42+lp546091_amd64.udeb
[jwm@boost:pts/1 ~/lucid-initrd> sudo find . | sudo cpio -H newc -o | gzip >../initrd.gz-new
63149 blocks