2. scsi configuration utility for linux:ascconf – Ratoc Systems CB31U User Manual
Page 69

67
7. Linux
Linux
7-2. SCSI Configuration Utility for Linux:ascconf
This section explains the instructions to set up the CB31U SCSI Configuration Utility on RedHat 6.1.
Log in as root before setting up the CB31U SCSI Configuration Utility.
* Instructions for making CB31U SCSI Configuration Utility(ascconf).
Step1: Copying the source files
Copy the following files to ascconf/src directory.
ascconf.c -- source file of ascconf
eepasc.h -- header file for eeprom
Makefile -- make file
Step2: Running makefile
Execute make and compile ascconf.c.
# make ascconf
Note: You might see some warning messages. If you can build ascconf, don't worry about it.
Step3: Copying ascconf
Copy ascconf to the directory you can execute it. (for example : /usr/local/bin)
# cp ascconf /usr/local/bin/.