Microsoft KB Archive/111962: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 60: Line 60:
<pre class="codesample">  [MS$PRO1347]
<pre class="codesample">  [MS$PRO1347]
   DriverName=PRO4$
   DriverName=PRO4$
   IRQ=<xx&gt;
   IRQ=<xx>
                 </pre>
                 </pre>
<div class="indent">
<div class="indent">
Line 70: Line 70:
<pre class="codesample">  [MS$PRO1346]
<pre class="codesample">  [MS$PRO1346]
   DriverName=PRO4$
   DriverName=PRO4$
   IRQ=<xx&gt;
   IRQ=<xx>
                 </pre>
                 </pre>
where <xx&gt; is the IRQ value.
where <xx> is the IRQ value.


</div>
</div>
Line 82: Line 82:
<pre class="codesample">  [MS$PRO1347]
<pre class="codesample">  [MS$PRO1347]
   DriverName=PRO4$
   DriverName=PRO4$
   INtLevel=<xx&gt;
   INtLevel=<xx>
                 </pre>
                 </pre>
where <xx&gt; is the IRQ value.
where <xx> is the IRQ value.


</div>
</div>

Latest revision as of 17:48, 20 July 2020

Knowledge Base


M2052 or M2010 Err Msg Appears After You Install WFWG 3.11

Article ID: 111962

Article Last Modified on 11/15/1999



APPLIES TO

  • Microsoft Windows for Workgroups 3.11



This article was previously published under Q111962

SYMPTOMS

When you install Windows for Workgroups and configure it for the Proteon ISA Token Ring (1346) or Proteon ISA Token Ring (1346) card, you receive the following error after you restart your computer:

M2052: Bad protocol.ini - Driver Name not found PRO4AT$.
M2010: Driver conf error - Error when loading

CAUSE

This problem is caused by incorrect settings in the PROTOCOL.INI file. The PROTOCOL.INI file has the following section

   [MS$PRO1347]
   DriverName=PRO4$
   IRQ=<xx>
                

-or-


   [MS$PRO1346]
   DriverName=PRO4$
   IRQ=<xx>
                

where <xx> is the IRQ value.

WORKAROUND

To work around this problem, edit the [MS$PRO1347] or [MS$PRO1346] section and change the IRQ= entry to INtLevel=. For example

   [MS$PRO1347]
   DriverName=PRO4$
   INtLevel=<xx>
                

where <xx> is the IRQ value.


Additional query words: 3.11

Keywords: KB111962