[Bug 607838] Re: 3w-sas driver

2013-08-16 Thread Rusty Burchfield
Works for me out of the box on precise with these kernels: linux-image-generic linux-image-generic-lts-quantal linux-image-generic-lts-raring ** Changed in: linux (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 607838] Re: 3w-sas driver

2013-08-15 Thread Christopher M. Penalver
Rusty Burchfield, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from

[Bug 607838] Re: 3w-sas driver

2012-08-01 Thread aaron thomas
I'm not using 2.6.32-34, I'm using Ubuntu 10.04, which at the time of writing was 2.6.32-40. I had to do the following to get it to work: dkms.conf: code MAKE=make -C src/ KERNELDIR=/lib/modules/$(uname -r)/build ##MAKE=make -C src/ KERNELDIR=/lib/modules/$(kernelver)/build CLEAN=make -C src/

[Bug 607838] Re: 3w-sas driver

2012-08-01 Thread aaron thomas
Sorry, those first commented parts of the Makefile above didn't get formatted pretty by this form, everything up to BUILD_KERNEL should be commented out, the line breaks make it look like they're not. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 607838] Re: 3w-sas driver

2012-05-25 Thread aaron thomas
#3, I get an unlimited number of error messages trying to do this telling me that I'm missing linux kernel header files. Note that this is after I've installed all relevent linux-header* deb packages using apt-get. So, it doesn't work, I can't use dkms to get the drivers to work. Yes, this

[Bug 607838] Re: 3w-sas driver

2012-05-25 Thread aaron thomas
To clarify, where others have reported that the (kernel headers) are missing a file present in prior kernels, namely /lib/modules/2.6.32-34-server/build/include/linux/bounds.h, which is required to build 3w-sas.ko correctly. My build errors out with this missing file, but copying it from a

[Bug 607838] Re: 3w-sas driver

2012-05-25 Thread Ben Stoutenburgh
The instructions from #3 still work for me with 2.6.32-34-server, I just upgraded a server with 3w-sas and dkms yesterday. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/607838 Title: 3w-sas driver

[Bug 607838] Re: 3w-sas driver

2012-04-01 Thread Christopher M. Penalver
** Tags added: lucid needs-upstream-testing ** Tags removed: needs-upstream-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/607838 Title: 3w-sas driver To manage notifications about this

[Bug 607838] Re: 3w-sas driver

2011-10-14 Thread Tam
Any progress? Installing 10.04 LTS server still does not work out of the box. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/607838 Title: 3w-sas driver To manage notifications about this bug go

[Bug 607838] Re: 3w-sas driver

2011-10-03 Thread Bogdan
I've successfully made Ubuntu boot on this hardware with kernel version 2.6.32-33-server Note: kernel version identifier is whatever the folder name is in /lib/modules which corresponds to your target kernel. In my case this was 2.6.32-33-server. The issue with the dkms driver install path

[Bug 607838] Re: 3w-sas driver

2011-09-01 Thread Rgpublic
During installation immediately after network setup I switched to a console via Alt+F2 and downloaded the 3w-sas.ko-file from another server where I extracted the .ko-file from the corresponding linux-kernel-image .deb-file. Afterwards, the installation finishes flawlessly. But after reboot, I

[Bug 607838] Re: 3w-sas driver

2011-05-27 Thread KyleAnderson
Yes, it seems that the drives is part of the base modules, but it just not on the installer cd. The bug is with the installer kernel+images. The 3w-sas driver *is* in 2.6.38-8-server package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 607838] Re: 3w-sas driver

2011-04-29 Thread Marc Reichman
Ditto on Natty. New system with LSI-9750-8i card, drives not seen, driver not presented as option. CentOS 5.6 sees everything fine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/607838 Title:

[Bug 607838] Re: 3w-sas driver

2011-04-28 Thread Stephen Figgins
Still a problem in Natty. I can't install on my system with LSI-9750-8i. Install fails at drive detection. 3w-sas not included in list of drivers to try. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 607838] Re: 3w-sas driver

2011-04-28 Thread Steffen Röcker
** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/607838 Title: 3w-sas driver -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 607838] Re: 3w-sas driver

2010-10-25 Thread Robert Hardy
Note: for dkms to work reliably you must do this: echo 3w-sas /etc/initramfs-tools/modules I'm not sure what happened but starting with 2.6.32-25-server dkms now refuses to install the 3w-sas.ko module anywhere except /lib/modules/2.6.32-*-server/updates/dkms/3w-sas.ko, despite my dkms.conf

[Bug 607838] Re: 3w-sas driver

2010-10-06 Thread gdowle
There are compiled driver modules for the 2.6.32-24 server kernel on the 3ware support pages: http://kb.lsi.com/KnowledgebaseArticle16055.aspx As Rusty said, it would be great to have support for the 3ware 9750 controller, so that we are able to install Ubuntu 10.04 Server on our new servers

[Bug 607838] Re: 3w-sas driver

2010-08-19 Thread Robert Hardy
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

[Bug 607838] Re: 3w-sas driver

2010-08-19 Thread Robert Hardy
Here is the dkms.conf referenced in my previous comment. ** Attachment added: dkms.conf https://bugs.launchpad.net/ubuntu/+source/linux/+bug/607838/+attachment/1501492/+files/dkms.conf -- 3w-sas driver https://bugs.launchpad.net/bugs/607838 You received this bug notification because you are

[Bug 607838] Re: 3w-sas driver

2010-07-21 Thread Jeremy Foshee
Hi Rusty, Please be sure to confirm this issue exists with the latest development release of Ubuntu. ISO CD images are available from http://cdimage.ubuntu.com/daily/current/ . If the issue remains, please run the following command from a Terminal (Applications-Accessories-Terminal). It

[Bug 607838] Re: 3w-sas driver

2010-07-21 Thread Rusty Burchfield
** Changed in: linux (Ubuntu) Status: Incomplete = New ** Tags removed: needs-kernel-logs needs-upstream-testing -- 3w-sas driver https://bugs.launchpad.net/bugs/607838 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 607838] Re: 3w-sas driver

2010-07-21 Thread Rusty Burchfield
The driver is present in the Maverick kernels because they are =2.6.33 and the driver made it into Linus's kernel here. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f619106bdd9d197c947f07108af57946f19a7f7e Since this is an LTS release, it would be nice to have

[Bug 607838] Re: 3w-sas driver

2010-07-20 Thread Rusty Burchfield
** Summary changed: - 3w-sas + 3w-sas driver -- 3w-sas driver https://bugs.launchpad.net/bugs/607838 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com