Invalid LAA MAC Address Causes Network Driver Failure.Last reviewed: February 20, 1998Article ID: Q171332 |
The information in this article applies to:
SYMPTOMSIf a user types invalid characters other than (0-9 A-F) or types more than 12 characters for the media access control address by not using hyphens between bytes, Windows NT network driver interface specification (NDIS) cannot initialize the card and will result in event message(s):
Event ID: 7000 Source: Service Control Manager Description: The IBM Token Ring Adapter (ISA/PCMCIA) driver service failed to start due to the following error: A Device attached to the system is not functioning.And in some instances, depending on the invalid characters typed, the following event log message may be displayed:
Event ID: 6004 Source: Eventlog Description: A driver packet received from the I/O subsystem was invalid. The data is the packet DATA: ........................ibmtok IBMTOK 17 CAUSESome network adapter drivers allow an administrator to assign locally administered addresses (LAA) or universally administered addresses (UAA) for the installed adapter card. This allows administrators to manage media access control addresses and use it for inventory control and troubleshooting purposes. The media access control address consists of 6 bytes using HEX Numbers 0-9 and A-F, so a typical media access control address would look like this:
00-C0-4F-C9-F1-70Most token ring adapter drivers present a dialog box during installation to allow the user to type the LAA media access control address. The field presented to the user allows for 17 characters and assumes the user is going to use hyphens between bytes. NOTE: Some OEM Ethernet drivers may also support this feature.
RESOLUTIONTo resolve this problem, clear the invalid entry by performing the following steps:
NET CONFIG WORKSTATION Workstation active on: NetBT_IBMTOK1 (00C04FC9F170) <--- media accesscontrol address
MORE INFORMATIONIt is up to the driver's installation .inf file to parse user input and determine if the values entered are valid during network card installation. Some OEM drivers will prevent invalid entries while other OEM drivers accept any user input, that may cause problems during network card initialization. The Windows NT registry entry that contains the network address is found in:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\IBMTOK1\Parameters Where <IMBTOK1> depends on your adapter type NetworkAddress:REG_SZ:00-C0-4F-C9-F1-70 |
Additional query words: MAC
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |