/ / Adaptec informs me that I need to download the drivers, although in theory and brings the AACR in the kernel.
> We do have Source Code available for unsupported revisions of Linux here;
> http://www.adaptec.com/en-US/downloads/linux_source/linux_source_code?productId=SAS-2405&dn=Adaptec RAID 2405
/ / Download the latest driver
http://www.adaptec.com/en-US/speed/raid/aac/linux/aacraid_dkms_v1_1_5-2459_tgz.htm
aacraid_dkms_v1.1.5-2459.tgz
/ * NOTES .........................
* The complication is that the ubuntu does not start, but the grub is not started after the linux.
* All these operations have to do starting the system from the CD in rescue mode
* Mounting partitions manually, loading the shell ... / bin / bash
* The kernel is not loaded into memory which is installed on the disk, but the kernel on the CD.
* Who knows what will happen?
*
* Documents in which I have relied to do this ...
*
* In Spanish http://www.wikilearning.com/tutorial/como_compilar_el_kernel_en_ubuntu-como_compilar_el_kernel_en_ubuntu/8234-1
* In Spanish http://www.ubuntu-es.org/index.php?q=node/97169
* In English there are many post and documentation .... googlea a bit
* Www.google.com / linux
* /
# # # Guess can be made in far fewer steps, and maybe not even need to download the source code
# # # Just compile the driver and add it as a module.
# # # If anyone knows how you count. thanks
/ / Decompressing
[user @ localhost] $ tar-xvzf aacraid_dkms_v1.1.5-2459.tgz
/ / I get the following files AACR-1.1.5.2459-dkms.noarch.rpm DKMS-2.0.19-1.noarch.rpm
/ / Read the "readme.txt"
/ / Convert rpm to deb, to install this alien
[user @ localhost] $ sudo apt-get install alien debhelper dpkg-dev build-essential
/ / transform the rpm to deb
[user @ localhost] $ sudo alien AACR-1.1.5.2459-dkms.noarch.rpm
[user @ localhost] $ sudo alien DKMS-2.0.19-1.noarch.rpm
/ / Install the deb
[user @ localhost] $ sudo dpkg-i AACR-1.1.5.2459-1-all.deb
[user @ localhost] $ sudo dpkg-i DKMS-2.0.19-2-all.deb
/ / Then you create sources / usr/src/aacraid-1.1.5.2459
/ / I do not have the kernel source for what I have to download
/ / I believe that this had already done so
[root @ localhost] $ apt-get install build-essential
/ / Disclaimer sources? I think this is just the image ...
[root @ localhost] $ apt-get install linux-image-2.6.24-19-server
# # # This was necessary?
/ / Now that I download the source code
[root @ localhost] $ apt-get install linux-source-2.26-24
# # # Perhaps just needed the amd64
/ / Unzip the tar.bz2
[root @ localhost] $ cd / usr / src
[root @ localhost] $ tar-xvjf linux-source-2.6.24.tar.bz2
/ / Libncurses do you have?
[root @ localhost] $ apt-cache search libncurses
/ / If you do not have
[root @ localhost] $ apt-get install libncurses
/ / Move to the directory of sources
[root @ localhost] $ cd / usr/src/linux-source-2.6.24
/ / From a configuration known
[root @ localhost] $ cp / boot/config-2.6.24-19-server. config
/ / From a configuration known
[root @ localhost] $ oldconfig make menuconfig
# # # Gives me errors but I still
# # # I think I will add many modules you do not need ....
/ / Install another utility to compile and thus avoiding run make dep, make clean, make bzImage and make modules
[root @ localhost] $ apt-get install kernel-package
/ / Man make-kpkg
/ / Compile, I think it clean
[root @ localhost] $ make-kpkg clean
/ / Compile, and create image header
[root @ localhost] $ make-kpkg - initrd kernel_image kernel_headers
# # # # This takes a long time, a respite tomato ...
# # # #
/ / It has created two packages. Deb
[root @ localhost] $ cd / usr / src
[root @ localhost] $ ls-ltr
/ / I has generated the following. Deb ?????
linux-header-2.6.24-3_2.6.24.3-10.00.Custom_amd64.deb
linux-image-2.6.24-3_2.6.24.3-10.00.Custom_amd64.deb
/ / Install the kernel generated, it is easy
[root @ localhost] $ dpkg-i linux-image-2.6.24-3_2.6.24.3-10.00.Custom_amd64.deb
/ / Install kernel headers
[root @ localhost] $ dpkg-i-header linux-2.6.24-3_2.6.24.3-10.00.Custom_amd64.deb
# # # Will update grub? I think so
/ / Tips. Tips -> copied from Alejandro Garrido Mota -> http://www.ubuntu-es.org/index.php?q=node/97169
* All kernels that have existed in Linux can be found at: http://kernel.org/pub/linux/kernel
* Consult the manual for make-kpkg documentation that is simple and Spanish. man make-kpkg
/ / Now the driver for the Adaptec 2405, you'd forgotten that all this is to add the AACR in theory driver is already in the kernel?
/ / Build the driver to a different system to native, as the charged is the cd and installed it has not started
/ / Consult readme.txt containing the aacraid_dkms_v1.1.5-2459.tgz
/ / According to your case
/ / 1. I try this and nothing, error
[root @ localhost] $ DKMS build 2.6.24.3-m-k-AACR v 1.1.5.2459
[root @ localhost] $ DKMS install 2.6.24.3-m-k-AACR v 1.1.5.2459
/ / 2. I try this and nothing, error
[root @ localhost] $ DKMS build - kernelsourcedir = / usr/src/linux-source-2.6.24-k 2.6.24.3-m-AACR v 1.1.5.2459
[root @ localhost] $ DKMS install - kernelsourcedir = / usr/src/linux-source-2.6.24-k 2.6.24.3-m-AACR v 1.1.5.2459
/ / 3. I try this and nothing, error
[root @ localhost] $ DKMS build - config = / boot/config-2.6.24.3 - kernelsourcedir = / usr/src/linux-source-2.6.24-k 2.6.24.3-m-AACR v 1.1.5.2459
[root @ localhost] $ DKMS install - config = / boot/config-2.6.24.3 - kernelsourcedir = / usr/src/linux-source-2.6.24-k 2.6.24.3-m-AACR v 1.1.5.2459
# # # Gives me the error in the "DKMS Buil ..."
/ / As the sources are at AACR / usr/src/linux-source-2.6.24
/ / Vamo to try to create a deb and then install it with dpkg-i
/ / Use this mini tutorial
http://www.ubuntu-es.org/index.php?q=node/11143
# # # It does not create a deb as of / usr/src/aacraid-1.1.5.2459
dh_make
fakeroot debian / rules binary
/ / Error 2
I will keep trying ............