Appendix B
Special Instructions for Changing the Software Settings
© National Instruments Corp.
B-3
AT-GPIB for SCO UNIX
6. Edit the file
/etc/conf/cf.d/mdevice
. The third field for the
ad
entry contains the string
iHroCc
. Remove the
r
(required) from
this field. Also, change the last field for the
ad
entry from
5
to
-1
.
Similarly, remove the
r
from the third fields of entries for
Sdsk
and
Stp
.
7. Comment out all the entries in the file
/etc/conf/cf.d/
mscsi
by making the first character of each line an asterisk (
*
).
8. Examine the file
/etc/conf/pack.d/Sdsk/stubs.c
. It must
contain the following lines:
struct iobuf *Sdsktab;
Sdskopen() {}
Sdskclose() {}
Sdskread() {}
Sdskwrite() {}
Sdskioctl() {}
Sdskstrategy() {}
Sdskpres() {return (0);}
If the file does not contain these lines, edit the file to contain them.
9. Relink the kernel by changing to the directory
/etc/conf/cf.d
and entering the following command:
./link_unix
Answer
yes
to all questions.
10. Reboot the system to run on the new kernel by entering the following
commands:
cd /
reboot