Download Print this page

Compaq 127507-008 - Deskpro EP - 64 MB RAM Deployment Manual page 5

Network installation of microsoft windows using the multi-nic boot utility
Hide thumbs Also See for 127507-008 - Deskpro EP - 64 MB RAM:

Advertisement

W
P
HITE
APER
(cont.)
. .
If you wish to identify another network controller instead of the default, change /eNET0 to
. .
. .
/eNET1. The third controller is NET2 and so on.
. .
. .
To find out which NETx identifier corresponds to the NIC you wish to use, run SYSINV.EXE at
. .
. .
the command line. This lists devices next to the NETx identifier.
. .
. .
. .
A
D
D D I N G A N D
. .
. .
Drivers may be added or deleted from the MNBU diskette. Currently, there is very little free space
. .
. .
on the diskette, so adding a new driver may require that you remove another.
. .
. .
Removing a driver from the MNBU diskette requires only that you delete the driver
. .
. .
(<drivername>.DOS) from the \NET directory.
. .
. .
Adding a driver requires the following steps:
. .
. .
1. Copy the new driver into the \NET directory.
. .
. .
2. Run SYSINV.EXE /S on a PC equipped with the new network card. SYSINV will display a
. .
. .
line similar to this:
. .
. .
NET0: (21120E11) Unknown type - update INI file
. .
. .
. .
. .
The eight characters in parentheses constitute the PCI ID of the new network card.
. .
. .
3. Edit SYSINV.INI by adding the PCI ID of the new card to the bottom of the file along with a
. .
NIC code and a description. For example:
. .
. .
. .
21120E11=6=My New Favorite Network Controller from Compaq
. .
. .
The choice of NIC code is arbitrary, but due to the rules of MS-DOS batch script, it is
. .
. .
recommended that the new value be one less than the lowest existing code.
. .
. .
4. Run SYSINV.EXE /S again and verify that the new network card is shown as:
. .
NET0: (21120E11) My New Favorite Network Controller from Compaq
. .
. .
5. Edit DETECT.BAT and add a section to handle the new NIC code. Immediately after the line
. .
. .
. .
"REM TODO - Add additional errorlevel checks for other NICs here."
. .
. .
add the following line:
. .
. .
. .
if errorlevel==6 goto NewNet
. .
. .
6. Add the MS-DOS batch script to handle NewNet after the line
. .
. .
. .
"REM TODO - add new NIC sections here."
. .
. .
:NewNet
. .
echo Detected My New Favorite Network Controller from Compaq
. .
. .
set netcard=<drivername>
. .
set drivername=<drivername>$
. .
set ndis2=<drivername>.dos
. .
. .
cd\net
. .
autoinf us < protoini.tmp > protocol.ini
. .
autoinf us < sysini.tmp > system.ini
. .
. .
goto end
. .
. .
The choice of "NewNet" is arbitrary.
. .
. .
. .
. .
NA141A/1098
. .
5
N
E L E T I N G
E T W O R K
C
D
O N T R O L L E R
R I V E R S

Advertisement

loading