請檢查protocol.ini中的 BINDINGS= 是否有同名的項目。如:
drivername=PROTMAN$
drivername=PKTDRV$
bindings=nic
intvec=0x60
chainvec=0x66
; The following section contains information specific to your network card
drivername=MHZX$
bindings=nic 的話 protocol.ini 中就要有 項目。 而 中的 drivername=則要指明該NDIS2驅動的驅動名稱(請參考該NDIS2驅動所提供的INI檔內容修改)
Please check if there are items with the same name in BINDINGS= in protocol.ini. For example:
drivername=PROTMAN$
drivername=PKTDRV$
bindings=nic
intvec=0x60
chainvec=0x66
; The following section contains information specific to your network card
drivername=MHZX$
If bindings=nic, then there should be a item in protocol.ini. And the drivername= in should indicate the driver name of this NDIS2 driver (please modify according to the content of the INI file provided by the NDIS2 driver)