HP Vectra VE C/xxx 7 HP Vectra VE C/xxx Series 7 PC - Network Administration G - Page 75

PROTOCOL.INI., Family Adapter and 3Com 3+Open is shown below

Page 75 highlights

4 Installing Other Network Drivers NDIS 2.01 Driver with Other Networking Products The driver's PROTOCOL.INI file must be merged with the networking product's PROTOCOL.INI. BINDINGS statements must be created to identify the HP Ethernet Family Adapter NDIS 2.01 driver to the networking product's protocol modules. An example PROTOCOL.INI file that supports 3+Open might look like the following: ; 3Com 3+Open

  • 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

English
75
4
Installing Other Network Drivers
NDIS 2.01 Driver with Other Networking Products
The driver's PROTOCOL.INI file must be merged with the networking product's
PROTOCOL.INI.
BINDINGS statements must be created to identify the HP Ethernet Family
Adapter NDIS 2.01 driver to the networking product's protocol modules.
An example PROTOCOL.INI file that supports 3+Open might look like the
following:
; 3Com 3+Open <--- Networking Product
[TCPIP]
bindings = PCNTND
; HP Ethernet Family Adapter <--- Driver
[PCNTND]
DriverName = PCNTND$
BUSTYPE = PCI1
LED2 = 0x90
5
Use a text editor to modify the CONFIG.SYS file to include
DEVICE
statements for
the PROTMAN.DOS (or PROTMAN.OS2), for the PCNTND driver, and any of the
drivers for the networking product being used.
An example portion of a DOS CONFIG.SYS file that supports the HP Ethernet
Family Adapter and 3Com 3+Open is shown below:
DEVICE=C:\3OPEN\DOSWKSTA\LANMAN\DRIVERS\PROTMAN.DOS
DEVICE=C:\3OPEN\DOSWKSTA\LANMAN\DRIVERS\PCNTND.DOS
DEVICE=C:\3OPEN\DOSWKSTA\LANMAN\DRIVERS\NEMM.DOS
DEVICE=C:\3OPEN\DOSWKSTA\LANMAN\DRIVERS\TCPDRV.DOS
6
To activate the modified PROTOCOL.INI and CONFIG.SYS files, reboot the
computer.
When the boot process is complete, run NETBIND.EXE. This file is included with
the networking product software. It is recommended that a call to
NETBIND.EXE be added to the AUTOEXEC.BAT file.
The installation process is now complete.