LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-22-2007, 03:38 PM   #1
rfw
LQ Newbie
 
Registered: Nov 2006
Location: PA, USA
Distribution: Ferdora Redhat i386
Posts: 23

Rep: Reputation: 15
Install RocketRaid 1520 on Fedora 5


Last January I tried to install a RocketRaid 1520A card and my 160 GB SATA drive to do volcopies of my /dev/hdb (fedora) drive and I blew away my /dev/hdb drive.
I want to try again.
I am trying to get help. I have contacted HighPoint and they had me print out their "RocketRAID 152x Controller, Fedora Linux, Installation Guide".
I have read it but I don't fully understand it. I have also went to the HighPoint site and printed out their readme.txt file. I hope someone out there has done a similar install and can help me.

I have the following drives on my dual booted (XP2 and Fedora 5) Dell Dimension 4500.

/dev/hda 40 GB IDE for windows
/dev/hdb 120 GB IDE for Fedora
/dev/sda 80 GB CMS SATA backup for XP on it own card
/dev/sdb 160 GB SATA to be backup for Linux to be on the Rocket Raid 1520 card.

I need to know how to proceed. What I am trying to do now is get the drivers for the Rocket Raid 1520 on to a floppy drive so I can install them on Fedora.
Any advice would be appreciated. Is there an equivalent of the Geeks for windows for linux?
 
Old 08-23-2007, 08:49 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Haven't used this card but if you've got something where a vendor is giving documentation about Linux you're ahead of the game.

Looking at their site I found:
http://www.highpoint-tech.com/USA/bios_rr1520.htm

This has the drivers bundle which is a tar.gz.

You'd have to download the file from there to your Linux partition.

The you can run:
tar tvzf RR152x-Fedora-2.1.6-1111.tgz
To see what is in the bundle.

You can then run:
tar xvzf RR152x-Fedora-2.1.6-1111.tgz
To extract what is in the bundle.

That should give you the following files.
Install_Fedora_RR152x.pdf
Readme.txt
rr152x-fedora-1-i386.img
rr152x-fedora-2.img
rr152x-fedora-3.img
rr152x-fedora-4.img
rr152x-fedora-5.img
rr152x-fedora-6.img

The pdf is a document you can read with Adobe Acrobat.

The Readme.txt is flat ascii you can read with cat, more, or vi. It tells you the .img files are for specific versions of Fedora (1 through 6).

These are floppy images - to copy out to floppy you should just need to run:

dd if=<file>.img of=/dev/fd0 bs=1440k

Where "<file>.img" is the one appropriate for you distro (e.g. rr152x-fedora-5.img for Fedora Core 5).

Last edited by MensaWater; 08-23-2007 at 11:30 AM.
 
Old 08-23-2007, 12:34 PM   #3
rfw
LQ Newbie
 
Registered: Nov 2006
Location: PA, USA
Distribution: Ferdora Redhat i386
Posts: 23

Original Poster
Rep: Reputation: 15
Thank you for your help. I have down loaded rr152x-fedora-5.img to my floppy. Now the instructions I got from the Highpoint site tell me I need to update either /etc/lilo.conf or /etc/grub.conf. Since I use grub,
I will want to edit /etc/grub which now looks like this:

cat grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.20-1.2316.fc5)
root (hd1,0)
kernel /vmlinuz-2.6.20-1.2316.fc5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.2316.fc5.img
title Fedora Core (2.6.18-1.2257.fc5)
root (hd1,0)
kernel /vmlinuz-2.6.18-1.2257.fc5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2257.fc5.img
title Other
rootnoverify (hd0,1)
chainloader +1
My grub.conf doesn't look like the one in the Hihgpoint document so I don't know how to proceed.

Here is the grub info from the 152x Installation Guide

. If you are using Grub to boot your system, update /etc/grub.conf.
E.g.
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux
root (hd0,0)
kernel /vmlinux hde=noprobe hdf=noprobe hdg=noprobe
hdh=noprobe ro root=LABLE=/
initrd /initrd.img

The kernel parameters, "hdx=noprobe", are used to prevent Fedora Core kernel from loading the default HPT3xx IDE driver. When your system has other IDE interfaces supported by Linux, you may need to modify “hdx=noprobe” according to your hardware configuration.
Then reboot the system to make new kernel parameter take effect.

Since these file don't look alike, I don't know how to proceed.

I got this above info from using the "RocketRaid 152x Controller, Fedora Linux, Installation Guide", section 3 "Installing RR152x driver on existing System".

Again, I am very concerned about losing my linux /dev/hb1 home drive like I did last January.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
does ubuntu and fedora support DELL inspiron 1520 entirely? Mathsniper Linux - Laptop and Netbook 3 08-23-2007 11:00 AM
cannot compile rocketraid 1520 module from source on >2.6.17-r8 pauljunod Linux - Kernel 10 05-08-2007 11:14 AM
RocketRAID 1520 driver compiling problems on Kernel 2.6.11-8 Icedman Linux - Hardware 8 09-08-2005 09:27 PM
RocketRAID 404 on Fedora 3 javiera Fedora 1 04-22-2005 02:36 PM
Installing RocketRaid 454 card on new Fedora 3 installation bcity04 Linux - Hardware 1 01-09-2005 12:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration