Document #: 05555
3C90x - Running the DOS ODI Driver with a Non-Novell Protocol
Running the DOS ODI Driver (3C90X.COM) with a Non-Novell Protocol (ie NDIS protocols) add the keyword NO_PIPELINE to your NET.CFG.
This may be required for configurations using ODINSUP.COM or ODIHLP.EXE.
To add NO_PIPELINE to your NET.CFG file:
1) Access the C:\NWCLIENT directory and open the NET.CFG file. Type: EDIT NET.CFG [Enter]
2) Scroll through the file to the LINK DRIVER 3C90X section and locate the following line:
LINK DRIVER 3C90X
3) Add NO_PIPELINE after LINK DRIVER 3C90X. Your file should now look like this:
LINK DRIVER 3C90X
NO_PIPELINE
|