Ubuntu Installation :: Compile RAID Driver - 3Ware 9750?
Jul 28, 2011
I have several servers running 3ware 9750 raid controller cards. The 9750 does not have a driver built into the linux kernel and must be manually added during installation. This hasn't been a problem as I had a driver compiled for the kernel versions I was using.
There isn't a driver available precompiled for 10.04.3. I would like to compile one from the source code I downloaded from the manufacturer, but I am not sure where to start. I've looked for some sort of walkthrough or directions, but I haven't had any luck. I've compiled and installed software from source, but I have a feeling that drivers are probably a bit more complicated, especially since I will need to compile the driver on a system that does not have the same kernel version.
View 5 Replies
ADVERTISEMENT
Sep 1, 2010
I need to add the LSI drivers for the 9750 RAID controller during the install. These drivers are not included in 10.04 (or 10.04.1) and I need to install onto the RAID device I've created. LSI provides the drivers and instructions here - [URL]
Here are my steps, with the drivers on a USB drive -
Code:
Boot from the installation CD and select Install Ubuntu Server.
Press CTRL+ALT+F2 to switch to console 2 while Ubuntu detects the network.
# mkdir /mnt2 /3ware
# mount /dev/sda1 /mnt2
NOTE: LSI drivers are at /dev/sda1, via USB
# cp /mnt2/9750-server.tgz /3ware
# cd /3ware ; tar zxvf 9750-server.tgz
# umount /mnt2
* Remove the USB flash before insmod command *
# insmod /3ware/2.6.32-21-generic/3w-sas.ko
Press CTRL+ALT+F1 to return to the installer. Continue the installation as usual. Do not reboot when the installation is complete. Press CTRL+ALT+F2 to switch to console 2 again.
# cp /3ware/2.6.32-21-server/3w-sas.ko /target/lib/modules/2.6.32-21-server/kernel/drivers/scsi
# chroot /target
# /sbin/depmod -a 2.6.32-21-server
# update-initramfs -u -v
# exit
Press CTRL+ALT+F1 to return to the installer. Reboot to complete the installation. There are no errors, but after I reboot I just get "GRUB" in the upper left corner, nothing else.
View 2 Replies
View Related
Mar 17, 2011
I'm helping my brother setup a server he has. The server has a 3Ware 9690SA Hardware RAID card, and it has 4 x 2Tb 5400 RPM Samsung Harddrives. When I boot into the 3Ware BIOS, it recognizes all 4 drives, no problem. What he wants to do is install them in RAID 10 for a 4 Tb mirrored volume for performance and redundancy. When I try to create a RAID array with the 4 drives, and set it to use RAID 10, it only allows me to utilize 2079 Gb (1/4 x 8 Tb), which is half of what I would expect for this RAID config.
Assuming I go ahead and allow it to build the array with this volume, we can go on to install Fedora 14 with no issue, but still only 2 Tb are available. This is our first time setting up a RAID array like this, I've also tried enabling Auto-carving to insure that I have support for physical volumes larger than 2 Tb, but to no avail. With the version of Linux we're running, and the RAID card he's got, it should support greater than 2 Tb PVs either way though.
View 10 Replies
View Related
Mar 13, 2011
Why could there not be a 3-way or even 4-way RAID level 1 (mirror)? It seems every hardware (and at least the software I tested a few years ago) RAID controller only supports a 2-way mirror.I recently tried to configure a 3ware 9650SE RAID controller. I selected all 3 drives. Then RAID 1 was not presented as an option. Only RAID 0 (striping, no redundancy) and RAID 5 (one level of redundancy, low performance). Is there some engineer who thinks "triple redundancy is a waste, so I'm not going to let them do that"? Or is it a manager?
Mirror RAID should be simple, even when more than 2 drives are used. The data is simply written in parallel to all the drives in the mirror set, and read from one of the drives (with load balancing over parallel and/or read-ahead operations to improve performance, though some of this is in question, too).
View 14 Replies
View Related
Jul 27, 2010
Here any know how to compile the driver file manually?
For example i have been insert the Realtek Ethernet card in my customized kernel and kernel can't detect the card. I know the c file 8139too.c which going to use by the realtek Ethernet card.but i don't know to how to compile the file and make this as a kernel module..
View 2 Replies
View Related
Jun 13, 2010
I get the following output when trying to compile and install the driver for the EyeToy webcam (see here)
Code:
tony_glombek@Glombook:~/Downloads/ov51x-jpeg-1.5.9$ sudo make install
[sudo] password for tony_glombek:
make -C /lib/modules/2.6.32-22-generic/build M=/home/tony_glombek/Downloads/ov51x-jpeg-1.5.9 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-generic'
[Code]...
View 1 Replies
View Related
Jul 23, 2011
I have a new machine with an Intel 82579lm network card (needs an e1000e driver, I believe). I got Debian installed, but it doesn't have access to the Internet, because it needs a driver for that card. So, I managed to download the card driver on another computer and transfer it to this computer. Problem is that when I run 'make install' for the card driver, it turns out that my Debian install doesn't have 'make'.
I could compile the card source on another computer with Debian. Problem is that computer has a different architecture (old amd 32 bit machine vs. new intel i7 64 bit) than the machine with the problem card. Am guessing that the compiled driver module won't work on a different kind of machine.
Another possibility is to check in synaptic on my old 32-bit machine and use "Generate package download script" to determine where synaptic is getting the 'make' package from and all its dependencies. I also would need to modify the downloads to get the packages for the 64bit machine. *Assuming* that a) the dependencies in Synaptic on the old 32-bit machine will be the same as for a 64bit machine and b) I correctly identify all necessary packages and their proper names for the amd64 architecture, I should be able to move the files to the new machine and compile what I need to compile.
View 10 Replies
View Related
Jan 12, 2009
Installing new Intel server S5000VSA (Sapello) motherboard with RAID 1. Downloaded F10 32 bit DVD and run install. Everything works fine and select Samba and all that. Install completes but on reboot get a blank screen.
I know with Windows one has to load the RAID driver off the Intel driver CD, so guess that is the problem. But how do I do this in Fedora? Question: How do I get to select the Intel RAID driver in the install process? There does not seem to be any place to stop and make this selection. I tried selecting the Red Hat and Suze installs on the Intel configuration assistant but it then reboots and that is it. In Windows it would ask to insert the Intel driver CD but that does not happen. So I am stuck. I loaded Fedora some 3 year ago and like it but then it was not on a RAID setup. I created a VMWare install on my desktop and did the same install options and it works. So the DVD seems fine.
View 3 Replies
View Related
Jun 4, 2011
Fedora is having trouble identifying a raid partition, it sees them as separate drives. I got drivers from dell, but during a Fedora dvd install, it mentions nothing about a place to install extra drivers.
When it says it must "initialize" the drives, Fedora then breaks the dell bios raid. How to either install the dell drivers or make Fedora see the raid partition as one?
View 1 Replies
View Related
Feb 28, 2011
If I have a windows installed in raid-0, then install virtualbox and install all my linux os,s to virtualbox will they be a raid-0 install without needing to install raid drivers?
View 1 Replies
View Related
Jan 6, 2010
I am using Centos 5.2, with the latest 3ware driver installed. The 3ware bios shows all the external disks (its a 9690SA-8-E), they are setup as Jbod, but when I login to Centos I do not see my attached drives only my local ones. When using fdisk -l under root I see my attached disks but not my external array:
[root@sf ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md1 7.6G 749M 6.5G 11% /
/dev/md2 190M 24M 157M 14% /boot
/dev/mapper/vg01-scratch
[Code]...
View 3 Replies
View Related
May 13, 2010
i have the same problem like [URL] but i cant compile the driver:
[Code]....
View 1 Replies
View Related
May 13, 2010
I know this isn't the place for this but I am having trouble with my wireless with Linux mint but ubuntu forums feels more friendly and knowledgeable about these problems the wireless adapter in question is a HornetTek HT-H5DN I have been to the company website they do have a driver but I can't compile it due to lack of experience it runs on a Ralink 2720 driver.
View 4 Replies
View Related
Oct 15, 2010
I have a conexant modem and i want to make it work(just for fun, i have DSL). The linuxant driver works but i want full 56k. I tried ubuntu [URL]... How to/Conexant and there was alink for some Dell driver. I've compiled and installed the Dell successfully but when i run
[Code]...
View 9 Replies
View Related
Mar 5, 2010
I wanted to take a current system with a working CentOS 4.7 LVM and move it to a 3ware 9650SE raid card so that I can mirror the drive and have a RAID1. The current system has 2 hard drives. One hard drive contains the CentOS 4.7 LVM install and the second drive is not part of the LVM. The second drive is being used for basic backups. I took a copy of the OS HD using dd and confirmed it worked by booting it up with the hard drive on the motherboard. When I connect it to the 3ware raid card with a new hard drive for the RAID1 and configure the 3ware raid card for RAID1, I get the "Volume Group "VolGroup00" not found" error. It gets past grub and then starts to load up but that is when the error occurs.
The error message exactly is:
Making device-mapper control node
Scanning logical volumes
Reading all physical volumes. This may take a while...
No volume groups found
Activating logical volumes
Volume group "VolGroup00" not found
ERROR: /bin/lvm exited abnormally! (pid 461)
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempted to kill init!
View 2 Replies
View Related
Jun 5, 2011
I have a Alfa AWUS036NH that I have downloaded the lastest drivers from Alfa. I have read for 3 days straight and tryed so many fixes I cant remember them all. My problem is that it connects then after about 15 minutes the connection degrades and i have to unplug and replug in and then it goes down sooner each time. I have edited the black list and blacklisted all the 2870 chipsets as mine has 3070 chipset. once i edited the blacklist I can no longer boot into linux unless I unplug my Alfa (usb) and then once I am into the UI I can plug it back in but the wirless management client up by the top right of my screen that came with ubuntu no longer sees the card and when I do the show devices command from a terminal it doesn't show the adapter either. I also have a wired eth0 that works and a wireless wlan0 thats an internal Aethros that works. After blacklisting though it no longer shows it's name in the wireless manager but does show the connections. I am getting errors when trying to compile the manufactors drivers. I have renamed the 2 files as per several posts and still errors. I have read it works if you load the intel 2200 drivers. I got the compiler and everything but am missing the ieee80211 wireless what evers to compile and make it work. I am at wits end at what to do now to fix it.
View 2 Replies
View Related
Apr 5, 2011
How can I install or compile this driver in ubuntu kernel.
View 5 Replies
View Related
Nov 26, 2010
I have installed Ubuntu on my m1530 since 8.04 and currently dual boot Win7 and 10.10. I would like to dual boot on my PC, but I have run into a problem. I am not a pro at Ubuntu, but this problem I can not solve by reading forums like I have in the past.
I realize this is a common problem, but I have noticed people having success.
I have a M4A87TD EVO MB with two Seagate drives in Raid 0. (The raid controller is a SB850 on that MB) I use the raid utility to create the raid drive that Windows7x64 uses. I have 2 partitions and 1 unused space. Partition 1 is Windows, partition 2 is for media, and the remaining unused space is for Ubuntu.
I am running ubuntu-10.10-desktop-amd64 off a Cruzer 16GB flash drive that was installed via Universal-USB-Installer-1.8.1.4.
My problem like so many others is that when I load into Ubuntu, gparted detects two separate hard drives instead of the raid. I read that this is because kpartx is not installed on 10.10. I then went in LiveCD mode and downloaded kpartx from Synaptic Manager. Gparted still reported two drives. I opened terminal and run a few commands with kpartx. I received an error. (Forgive me I didn't write it down, but I believe it said something about a communication error. I will try again later and see.)
Currently I am reflashing the Cruzer with a persistence of 4GB. I am not familiar with this process, but I understand that my LiveCD boot will save information I download to it. I decided to try this method because I was going to install kpartx and reboot to see if this made a difference.
I am looking for any suggestions on a different method or perhaps someone to tell me that the raid controller or some hardware isn't supported. I did install ubuntu-10.10-alternate-amd64 on my flash drive, but fail to get past detecting my CD-ROM drive since it's not plugged in. If this method is viable, I will plug it in. I also watched the ..... video were a guy creates Raid 0 with the alternated CD, but it wasn't a dual boot and didn't use a raid controller from a MB.
View 6 Replies
View Related
Jan 22, 2011
i'm trying to compile a driver module on ubuntu 10.10 . initially i was getting a lot of include file errors. but then when i added the include path. but after doing that i was getting a series of errors which i have no idea how to solve and it wont fit in one page. i've followed the same way how it is given in the tutorials online but still i'm not able to get it done. Is there any simple method to do this? is there something that i shouldn't do.
View 9 Replies
View Related
Feb 16, 2011
I've been trying to make/compile the driver for a wireless card. The card is usb, it's titled Micronext MN-WD550M and seems to use the rtl8712 driver.Firstly, though I did this once two years ago I seem to have completely forgotten how to install a driver in ubuntu.
Secondly, I'm not sure I have the right driver anyway since in the notes in the readme it says it is for i386 (I run amd 64). The driver is here [URL] Thirdly, after clicking through various readmes and documentation without feeling any more intelligent, I then tried using ndiswrapper to install a windows driver and ubuntu would crash if the usb wireless card was plugged in. Blarg.I feel like this should be so simple I'm going to make a clean installation of ubuntu 10.10 shortly (for various unrelated reasons) so anything I messed up with ndiswrapper should be back to normal.
View 1 Replies
View Related
Feb 10, 2011
I have a Rosewill b/g/n wireless USB adapter. I downloaded the source code of the linux driver from Rosewill website. How do I compile the code and then install the driver? I think that I can just type "make" to compile the code, but, how to install the driver after the compilation?
View 2 Replies
View Related
May 17, 2009
I'm trying to compile Rocketraid 2310 driver v2.2 on CentOS 5.3 x86_64 (kernel 2.6.18-128.el5). When I run make I get the following:
make KERNELDIR=/lib/modules/2.6.18-128.el5/build/ ARCH=x86_64
make[1]: Entering directory `/usr/src/kernels/2.6.18-128.el5-x86_64'
CC [M] /root/rr231x_0x-linux-src-v2.2/product/rr2310pm/linux/.build/os_linux.o
CC [M] /root/rr231x_0x-linux-src-v2.2/product/rr2310pm/linux/.build/osm_linux.o
[code]....
View 4 Replies
View Related
Nov 14, 2010
I'm trying to compile the D-Link netcard driver from the official source, and when I first ran "make," I got an error that "make" couldn't be found. So I installed "apt-get install make," then make told me that it needed gcc, I installed "apt-get install gcc." Now make says: make: *** /lib/modules/2.6.32-5-amd64/build: No such file or directory. Stop. make: *** [LINUX] Error 2 and exits.
I suspect that I need to install some package group which will handle the make and make install (rather than manually trying to fix one hole after another)
View 7 Replies
View Related
Jul 3, 2010
when i trying to install NVIDIA drivers i get compile error:
NVIDIA: calling KBUILD...
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (
echo;
echo " ERROR: Kernel configuration is invalid.";
echo " include/linux/autoconf.h or include/config/auto.conf are mis
sing.";
[Code]...
View 8 Replies
View Related
Jun 5, 2011
I'm working with a GuruPlug...maybe you've heard of them.I'm trying to get EasyCap DC60 drivers installed on it(easycap_dc60.0.9.tar.gz), but in the README file I see that the "header files" must be present.nfortunately they are not. This little wall wart runs Debian/Lenny, probably some server oriented build.uname -r reports:2.6.32-00007-g56678ecIt boots to RunLevel 2 and stays there, incidentally.I tried apt-get install linux-headers-$(uname -r) but I am told "file not found" or something similar
View 5 Replies
View Related
Apr 22, 2010
I am new to the embedded domain.I am learning about cross compilation. Just i want to compile an application and an driver file for ARM platform. I have downloaded the toolchain binaries from [URL]..
View 3 Replies
View Related
Mar 27, 2011
1. Installed a fresh 10.10 and upgraded all packages (via Ethernet).
2. Downloaded latest drivers from ASUS webiste (DPO_RT3070_LinuxSTA_V2.3.0.2_20100422)
3. Unpacked and tried to compile:
The wireless card is working with the driver rt2870sta, but I've read not all the capabilities of the device is unleash unless the native driver is used.
View 2 Replies
View Related
May 27, 2010
I have been trying to compile a patched driver for use with my RTL8187L wireless device and get this error.
rm -f ieee80211/Module.symvers 2>/dev/null
rm -f ieee80211/Modules.symvers 2>/dev/null
make -C ieee80211 all
[code].....
View 3 Replies
View Related
May 3, 2011
When I only change a driver file manually, for example /newkernel/linux-source-.6.32/drivers/gpu/drm/i915_drv.h, do I need to run "make config" or similar like "make menuconfig" or can I just skip? I mean these steps:
1.) apt-get install linux-source-2.6.32
2.) mkdir ~/newkernel/
3.) cp /usr/src/linux-source-2.6.32.tar.bz2 ~/newkernel/
4.) cd /newkernel/
5.) tar xjf linux-source-2.6.32.tar.bz2
6.) cd linux-source-2.6.32
7.) cp /boot/config-$(uname -r) ./.config yes "" | make oldconfig
8.) change the driver file /newkernel/linux-source-2.6.32/drivers/gpu/drm/i915_drv.h manually
8.) make-kpkg clean
9.) make-kpkg --rootcmd fakeroot --initrd --revision=custom.001 kernel_image kernel_headers
10.) dpkg -i *.deb
Is this way OK or do I miss something?
View 14 Replies
View Related
Feb 1, 2011
Could any RAID gurus kindly assist me on the following RAID-5 issue?I have an mdadm-created RAID5 array consisting of 4 discs. One of the discs was dropping out, so I decided to replace it. Somehow, this went terribly wrong and I succeeded in marking two of the drives as faulty, and the re-adding them as spare.
Now the array is (logically) no longer able to start:
mdadm: Not enough devices to start the array.Degraded and can't create RAID ,auto stop RAID [md1]
I was able to examine the disks though:
Code:
root@127.0.0.1:/etc# mdadm --examine /dev/sdb2
/dev/sdb2:
Magic : a92b4efc
Version : 00.90.00
code....
Code:
mdadm --create --assume-clean --level=5 --raid-devices=4 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2
As I don't want to ruin the maybe small chance I have left to rescue my data, I would like to hear the input of this wise community.
View 4 Replies
View Related