Cerca nel blog

13 febbraio, 2010

Ghost network card

When you trying to set the IP address on a network adapter, you may receive the following error message:
The IP address XXX.XXX.XXX.XXX you have entered for this network adapter is already assigned to another adapter Name of adapter. Name of adapter is hidden from the network and Dial-up Connections folder because it is not physically in the computer or is a legacy adapter that is not working. If the same address is assigned to both adapters and they become active, only one of them will use this address. This may result in incorrect system configuration. Do you want to enter a different IP address for this adapter in the list of IP addresses in the advanced dialog box?

Follow this kb article:
http://support.microsoft.com/?scid=kb%3Ben-us%3B269155&x=13&y=8


The DevCon utility is a command-line utility that acts as an alternative to Device Manager. When you use DevCon, you can enable, disable, restart, update, remove, and query individual devices or groups of devices. To use DevCon, follow these steps:

1. Download the DevCon tool by clicking the following article number to view the article in the Microsoft Knowledge Base:

311272 (http://support.microsoft.com/kb/311272/ ) The DevCon command-line utility functions as an alternative to Device Manager

1. Unpack the 32-bit or 64-bit DevCon tool binary to a local folder.
2. Click Start, click Run, then type cmd and press ENTER.
3. Type CD:\path_to_binaries to navigate to the devcon.exe is located.
4. Use the following syntax to find installed network adapters:
devcon findall =net or
devcon listclass net
Note In the output of the previous commands, there is a line for the ghosted network adapter that is similar to the following:

PCI\VEN_10B7&DEV_9200&SUBSYS_00D81028&REV_78\4&19FD8D60&0&58F0: 3Com 3C920 Integrated Fast Ethernet Controller (3C905C-TX Compatible)

1. Remove the ghosted device by typing the following syntax:

devcon -r remove "@PCI\VEN_10B7&DEV_9200&SUBSYS_00D81028&REV_78\4&19FD8D60&0&58F0"

WARNING= YOU MUST TYPE "@" IN ORDER TO REMOVE PERIPHERALS!!

Nessun commento: