3Ware 9500S-4LP Installation Guide - Page 85

Compiling a 3ware Driver for Red Hat Linux - driver download

Page 85 highlights

Driver Installation Under Red Hat Linux Compiling a 3ware Driver for Red Hat Linux For Experts Only If necessary, you can compile the 3ware driver yourself. (For example, if you are running a different kernel version.) Notes: You must have a full Linux kernel source tree in /usr/src/linux in order to do the compile. In addition, you must boot to the UP kernel to use the make targets. Otherwise errors will result that will cause the driver build to fail. The instructions below are for compiling the driver under a 2.4 kernel. For information about compiling the driver under a 2.6 kernel, see the Knowledgebase on the website at www.3ware.com 1 Download the 3ware driver source from 3ware's website. 2 Copy the driver source into a working directory. (The latest 3ware driver source is bundled with the latest firmware.) 3 Untar the driver source with this command: tar zxfv 3w-9xxx.tgz The driver source will be output to a directory called driver. 4 Change directory to driver. cd driver 5 Red Hat 7.2 and later support multiple build targets from makefile. Boot to UP version of kernel to build all modules. www.3ware.com 77

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126

Driver Installation Under Red Hat Linux
www.3ware.com
77
Compiling a 3ware Driver for Red Hat Linux
For Experts Only
If necessary, you can compile the 3ware driver yourself. (For
example, if you are running a different kernel version.)
Notes:
You must have a full Linux kernel source tree in /usr/src/linux
in order to do the compile.
In addition, you must boot to the UP kernel to use the make targets.
Otherwise errors will result that will cause the driver build to fail.
The instructions below are for compiling the driver under a 2.4
kernel. For information about compiling the driver under a 2.6
kernel, see the Knowledgebase on the website at www.3ware.com
1
Download the 3ware driver source from 3ware’s website.
2
Copy the driver source into a working directory. (The latest
3ware driver source is bundled with the latest firmware.)
3
Untar the driver source with this command:
tar zxfv 3w-9xxx.tgz
The driver source will be output to a directory called driver.
4
Change directory to driver.
cd driver
5
Red Hat 7.2 and later support multiple build targets from
makefile.
Boot to UP version of kernel to build all
modules.