- Click Here for Archive Driver Downloads for Linux and FreeBSD.
- Free drivers for HighPoint RocketRAID 2314. Found 9 files for Windows Vista, Windows Vista 64-bit, Windows XP, Windows XP 64-bit, Windows 2000, Windows Server 2003, Windows Server 2003 64-bit, Windows Server 2008 x86 / 64, Fedora Core 1-8, Red Hat Enterprise/CentOS Linux, SuSE Linux 9.0-10.3, SLES Linux, FreeBSD 4.3 - 7.0, Linux Kernel v2.4.x / v2.6.x.
- Rocketraid 2314 Driver Mac
- Rocketraid 2314 Drivers For Mac Windows 7
- Rocketraid 2314 Drivers For Mac Os
HighPoint was the first PC HBA manufacturer to enter the Mac market. In early 2005, we released OS X support for the RocketRAID 1820A 8-port PCI-X card for Mac G4 systems, followed mid-year by the first SATAII PCI-X adapter available for Macintosh G5 platforms, the RocketRAID 2220. Device Driver for RocketRAID 2314 and RocketRAID 2304 Operating System File Name Version File Date. Mac OS X 10.4.9 rr231000.kext v2.1. Yes, they are working on Mac drivers for it. Several companies make internal drive mounting kits for the G5 Power Mac if you want to avoid running the RocketRAID's cables outside. However, be aware that the newest, high capacity drives require so much 'juice' to spin up that you might need a supplemental power supply like the one offered.
This guide assists with the installation of a RocketRAID card on Gentoo Linux.
Installation
Enabling the HPT-RR overlay
The HPT-RR overlay contains the necessary packages to easily install and configure a RocketRAID card.
Using eselect repository
Ensure that app-eselect/eselect-repository and dev-vcs/git are installed:
root #
emerge --ask --noreplace app-eselect/eselect-repository dev-vcs/git
Then configure and sync the overlay:
root #
eselect repository add RocketRAID git https://github.com/dsiggi/RocketRAID.git
Using layman
The second method to enable the overlay is through layman. Edit /etc/layman/layman.cfg and add the overlay definition:
/etc/layman/layman.cfg
At the overlay to the configNext, synchronize the overlays and add the RocketRAID one (which is named RocketRAID):
root #
layman -a RocketRAID
It is of course also possible to clone the repository for a local overlay:
root #
git clone https://github.com/dsiggi/RocketRAID.git
Building and installing the Linux kernel module
Depending on the hardware card, enable the right USE flag.
Then, install the sys-block/rocketraid package in order to automatically build and install the right kernel module:
Loading the kernel module
Load the newly built kernel module (example for the rr232x module):
Validate that the hardware has been properly detected by reading through the dmesg output close after loading the module:
If the module correctly found the hardware, then make sure that this module is automatically loaded at boot. This can be accomplished by adding it to the /etc/modules-load.d/raid.conf file.
Installing supporting software
There are a couple of software packages that provide additional support for the RocketRAID cards.
The sys-block/hptraidconf package provides configuration and monitoring support for the RocketRAID card. It requires a daemon running on the system, provided through the sys-block/hptsvr package. The client itself does not need to be installed on the system that has the RAID card in it.
Deploy the two packages:
Configuration
To run the server, add the right hardware module to /etc/hptcfg:
Now start the server:
To start the server on every system boot, type in:
Administration
To administer the RAID card settings, connect to the server using the hptraidconf command.
The default username is RAID and the default password is hpt.
After a successful login, a prompt will appear through which the administrative tasks can be executed.
All supported commands are documented in the official documentation (.tgz).
Supported cards
Rocketraid 2314 Driver Mac
Card | module |
---|---|
RocketRAID 1720 | rr172x |
RocketRAID 1740/1742 | rr174x |
RocketRAID 2210 | rr2210 |
RocketRAID 2220/2224 | rr222x |
RocketRAID 2240 | rr2240 |
RocketRAID 2314/2310/2302/2300 | rr231x |
RocketRAID 2322/2320 | rr232x |
RocketRAID 2340 | rr2340 |
RocketRAID 2522 | rr2522 |
RocketRAID 2644X4 | rr2644 |
RocketRAID 2640X4/2640X1/2642 | rr264x |
RocketRAID 2680/2684 | rr268x |
RocketRAID 620/622 | rr62x |
RocketRAID 640/644 | rr64x |
RocketRAID 640L/644L/644LS/642L | rr64xl |
Special thanks
Special thanks go to camper2 from ubuntuforums.org who wrote the patches for the kernel modules.
Rocketraid 2314 Drivers For Mac Windows 7
Also special thanks goes to dlder from forums.opensuse.org for the new patches for kernels >=4.7.