DFE-650 Series Fast Ethernet PC Card User's Guide
34
Troubleshooting
C:\> edit autoexec.bat
and find the troublesome line by inspection, and simply delete it.
But if you are that clever, then it is very unlikely that you will be
reading this. So here is a procedure which will help you to identify
the troublesome line of AUTOEXEC.BAT.
Use the
MEM
Command to Help Identify the Conflicting
Network Driver
At the DOS prompt (here represented by C:\
>
), type
C:\> mem /d | find "Program"
exactly as shown here, including the vertical bar (DOS "pipe"
symbol,
|
), then
<Enter>
. The resulting display of memory
allocation information will be a few rows of tabular data. Here is
an example:
0122E 80 (0K) MSDOS System
Program
01236 2,656 (3K) COMMAND Program
012F8 5,376 (5K) LSL Program
0144F 32,994 (32K) DFE650 Program
01718 16,640 (16K) IPXODI Program
01B28 48,688 (48K) NETX Program
0270B 29,024 (28K) SMARTDRV Program
02E2D 27,952 (27K) MSCDEX Program
03500 4,144 (4K) DOSKEY Program
03610 88,992 (87K) MEM Program
The next-last column lists the names of certain program modules
present in memory. We will disregard all the other columns.