Gigabyte GA-8I945P-G Manual - Page 69

Linux

Page 69 highlights

GigaRAID (IT8212) ATA RAID Controller USER'S MANUAL Linux Install the GigaRAID (IT8212) ATA RAID Controller on Red Hat 7.3 1. Mount the driver CD-ROM. [/]mkdir cdrom For mount point [/]mount -t iso9660 /dev/cdrom /cdrom Mount CD-ROM under /cdrom directory 2. Copy and unzip the new kernel [/]cp /cdrom/linux/linux-2.4.18.tar.gz /usr/src/ Copy new kernel to the /usr/src/ [/]cd /usr/src/ [/]tar zxvf linux-2.4.18.tar.gz Untar the kernel 1. Compile the new kernel [/]cd linux-2.4.18 Go to the new kernel directory [/]make menuconfig Configure your hardware (Our RAID controller is already selected , you don't have to select again) The following are the procedures to compile the new kernel: [/]make dep [/]make clean [/]make bzImage [/]make modules [/]make modules_install or you can use this way [/] make dep clean bzImage modules modules_install then [/]make install This will copy the necessary stuffs to the /boot directory 2. Update the new kernel into LILO 69

  • 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

GigaRAID (IT8212) ATA RAID Controller USER’S MANUAL
69
Linux
Install the GigaRAID (IT8212) ATA RAID Controller on Red Hat 7.3
1.
Mount the driver CD-ROM.
[/]mkdir cdrom
Å
For mount point
[/]mount –t iso9660 /dev/cdrom /cdrom
Å
Mount CD-ROM under /cdrom
directory
2.
Copy and unzip the new kernel
[/]cp /cdrom/linux/linux-2.4.18.tar.gz /usr/src/
Å
Copy new kernel to the
/usr/src/
[/]cd /usr/src/
[/]tar zxvf linux-2.4.18.tar.gz
Å
Untar the kernel
1.
Compile the new kernel
[/]cd linux-2.4.18
Å
Go to the new kernel directory
[/]make menuconfig
Å
Configure your hardware (Our RAID controller is
already selected , you don’t have to select again)
The following are the procedures to compile the new kernel:
[/]make dep
[/]make clean
[/]make bzImage
[/]make modules
[/]make modules_install
or you can use this way
[/] make dep clean bzImage modules modules_install
then
[/]make install
Å
This will copy the necessary stuffs to the /boot directory
2.
Update the new kernel into LILO