Networking Forums

Networking Forums > Computer Networking > Windows Networking > If you're installing a second NIC, you may experience a problem.

Reply
Thread Tools Display Modes

If you're installing a second NIC, you may experience a problem.

 
 
Mike Hall \(MS-MVP\)
Guest
Posts: n/a

 
      01-10-2006, 12:17 AM
Also, some motherboards sporting integrated LAN don't like other NIC's being
installed.. more often than not, the integrated card has to be disabled in
BIOS..

--
Mike Hall
MVP - Windows Shell/User


"xfile" <cou-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
>
> Just to share with you for something I just learned and many may not aware
> of it:
>
> If you're installing a second NIC, you may find Windows (Server 2003 or
> XP) may not recognize it (not list in device manager) or has it listed
> with a yellow exclamation mark.
>
> If that happens and you're sure the NIC is good, you may wish to change it
> to a different PCI slot before doing something else, such as find a new
> driver, calling vendor, returning the card, and so on.
>
> It turned out that some (or all, for which I don't know) motherboards will
> have resource conflicts at certain PCI slots due to resources sharing.
> Well, I don't know specific reasons and how they do it, but that's how I
> have learned from Asus.
>
> So changing it to another PCI slot could solve the problem.
>
> That happened to us when we were trying a second NIC card. After we moved
> the card from slot 2, slot 3, to slot 5, it works out fine.
>
> We did turn off the onboard LAN chip just to ensure the second card would
> be detected when we changed it to a different PCI slot.
>
> Interesting enough, even the vendor of NIC (ZyXEL in this case) did not
> know this could be a problem and we shared with them also after we found
> out and solved the problem.
>
> Hope this helps those who will be installing a second NIC in the future.
>
>
>



 
Reply With Quote
 
 
 
 
xfile
Guest
Posts: n/a

 
      01-10-2006, 12:20 AM
Hi,

Just to share with you for something I just learned and many may not aware
of it:

If you're installing a second NIC, you may find Windows (Server 2003 or XP)
may not recognize it (not list in device manager) or has it listed with a
yellow exclamation mark.

If that happens and you're sure the NIC is good, you may wish to change it
to a different PCI slot before doing something else, such as find a new
driver, calling vendor, returning the card, and so on.

It turned out that some (or all, for which I don't know) motherboards will
have resource conflicts at certain PCI slots due to resources sharing.
Well, I don't know specific reasons and how they do it, but that's how I
have learned from Asus.

So changing it to another PCI slot could solve the problem.

That happened to us when we were trying a second NIC card. After we moved
the card from slot 2, slot 3, to slot 5, it works out fine.

We did turn off the onboard LAN chip just to ensure the second card would be
detected when we changed it to a different PCI slot.

Interesting enough, even the vendor of NIC (ZyXEL in this case) did not know
this could be a problem and we shared with them also after we found out and
solved the problem.

Hope this helps those who will be installing a second NIC in the future.



 
Reply With Quote
 
philo
Guest
Posts: n/a

 
      01-10-2006, 12:51 AM

"xfile" <cou-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
>
> Just to share with you for something I just learned and many may not aware
> of it:
>
> If you're installing a second NIC, you may find Windows (Server 2003 or
> XP) may not recognize it (not list in device manager) or has it listed
> with a yellow exclamation mark.
>
> If that happens and you're sure the NIC is good, you may wish to change it
> to a different PCI slot before doing something else, such as find a new
> driver, calling vendor, returning the card, and so on.


<snip>

Although I've never had a problem installing a 2nd NIC in XP...
I have *never* been able to remove it in device manager (show hidden)
if I physically remove the card from the machine.

I have posted about that many times on Usenet and never gotten an answer
either !


 
Reply With Quote
 
V Green
Guest
Posts: n/a

 
      01-10-2006, 01:14 AM

"philo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "xfile" <cou-(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hi,
> >
> > Just to share with you for something I just learned and many may not

aware
> > of it:
> >
> > If you're installing a second NIC, you may find Windows (Server 2003 or
> > XP) may not recognize it (not list in device manager) or has it listed
> > with a yellow exclamation mark.
> >
> > If that happens and you're sure the NIC is good, you may wish to change

it
> > to a different PCI slot before doing something else, such as find a new
> > driver, calling vendor, returning the card, and so on.

>
> <snip>
>
> Although I've never had a problem installing a 2nd NIC in XP...
> I have *never* been able to remove it in device manager (show hidden)
> if I physically remove the card from the machine.
>
> I have posted about that many times on Usenet and never gotten an answer
> either !


Proper policy would be to
remove it from Device Manager BEFORE physically
removing it in any circumstance.

>
>



 
Reply With Quote
 
philo
Guest
Posts: n/a

 
      01-10-2006, 01:49 AM
<snip>
>
> Proper policy would be to
> remove it from Device Manager BEFORE physically
> removing it in any circumstance.



I'll have to give that a try.

(of course having the listing there does not seem to hurt anything)


 
Reply With Quote
 
David Vair
Guest
Posts: n/a

 
      01-10-2006, 01:55 AM
Put this into a little batch file:

set devmgr_show_nonpresent_devices=1
cd\ %SystemRoot% \System32
start devmgmt.msc


When the device manager opens select the show hidden devices, you will now be able to see the items
that are no longer physically present. The icons for these items will be dimmed out when you expand
their tree.
--
Dave Vair
CNE, CNA, MCP, A+, N+

"philo" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>
> "xfile" <cou-(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi,
>>
>> Just to share with you for something I just learned and many may not aware of it:
>>
>> If you're installing a second NIC, you may find Windows (Server 2003 or XP) may not recognize it
>> (not list in device manager) or has it listed with a yellow exclamation mark.
>>
>> If that happens and you're sure the NIC is good, you may wish to change it to a different PCI
>> slot before doing something else, such as find a new driver, calling vendor, returning the card,
>> and so on.

>
> <snip>
>
> Although I've never had a problem installing a 2nd NIC in XP...
> I have *never* been able to remove it in device manager (show hidden)
> if I physically remove the card from the machine.
>
> I have posted about that many times on Usenet and never gotten an answer either !
>



 
Reply With Quote
 
Thomas Wendell
Guest
Posts: n/a

 
      01-10-2006, 02:18 AM
You might also get problems if you have 2 identical NICs, as a lot of the
DRIVERS don't understand that.


--
Tumppi
=================================
Most learned on these newsgroups
Helsinki, FINLAND
(translations from/to FI not always accurate
=================================




"xfile" <cou-(E-Mail Removed)> kirjoitti
viestissä:%(E-Mail Removed). ..
> Hi,
>
> Just to share with you for something I just learned and many may not aware
> of it:
>
> If you're installing a second NIC, you may find Windows (Server 2003 or
> XP) may not recognize it (not list in device manager) or has it listed
> with a yellow exclamation mark.
>
> If that happens and you're sure the NIC is good, you may wish to change it
> to a different PCI slot before doing something else, such as find a new
> driver, calling vendor, returning the card, and so on.
>
> It turned out that some (or all, for which I don't know) motherboards will
> have resource conflicts at certain PCI slots due to resources sharing.
> Well, I don't know specific reasons and how they do it, but that's how I
> have learned from Asus.
>
> So changing it to another PCI slot could solve the problem.
>
> That happened to us when we were trying a second NIC card. After we moved
> the card from slot 2, slot 3, to slot 5, it works out fine.
>
> We did turn off the onboard LAN chip just to ensure the second card would
> be detected when we changed it to a different PCI slot.
>
> Interesting enough, even the vendor of NIC (ZyXEL in this case) did not
> know this could be a problem and we shared with them also after we found
> out and solved the problem.
>
> Hope this helps those who will be installing a second NIC in the future.
>
>
>



 
Reply With Quote
 
Richard Urban
Guest
Posts: n/a

 
      01-10-2006, 04:35 AM
I just installed a third LAN adapter (in addition to the two that are part
of the M/B) because Windows Vista didn't recognize the on-board LAN
selections and manufacturer drivers (Nvidia) are not available yet - that
work! All three connections will work within Windows XP, depending upon
which one I have connected when I bootup the system.

Yes, I am dual booting. Actually I boot between many operating systems.

--


Regards,

Richard Urban
Microsoft MVP Windows Shell/User

Quote from George Ankner:
If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!

"philo" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "xfile" <cou-(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi,
>>
>> Just to share with you for something I just learned and many may not
>> aware of it:
>>
>> If you're installing a second NIC, you may find Windows (Server 2003 or
>> XP) may not recognize it (not list in device manager) or has it listed
>> with a yellow exclamation mark.
>>
>> If that happens and you're sure the NIC is good, you may wish to change
>> it to a different PCI slot before doing something else, such as find a
>> new driver, calling vendor, returning the card, and so on.

>
> <snip>
>
> Although I've never had a problem installing a 2nd NIC in XP...
> I have *never* been able to remove it in device manager (show hidden)
> if I physically remove the card from the machine.
>
> I have posted about that many times on Usenet and never gotten an answer
> either !
>



 
Reply With Quote
 
Ian
Guest
Posts: n/a

 
      01-10-2006, 11:31 AM

It's also a recognised fact that IRQ conflicts DO happen on the PCI bus,
even though the theory says they shouldn't. This is often the cause of slow
or erratic network transfers, intermittent sound, etc.


 
Reply With Quote
 
philo
Guest
Posts: n/a

 
      01-11-2006, 12:48 AM

"David Vair" <(E-Mail Removed)> wrote in message
news:TmFwf.92236$(E-Mail Removed)...
> Put this into a little batch file:
>
> set devmgr_show_nonpresent_devices=1
> cd\ %SystemRoot% \System32
> start devmgmt.msc
>
>
> When the device manager opens select the show hidden devices, you will now
> be able to see the items that are no longer physically present. The icons
> for these items will be dimmed out when you expand their tree.



Yes
I can see the non-present devices
but cannot delete the non-present NIC card
but it's not hurting anything...
so I will leave it alone


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem installing NIC Indro Linux Networking 1 07-09-2008 09:34 AM
Problem with wifi after re-installing OS gMan Wireless Networks 0 10-04-2007 10:55 PM
Less than Positive Experience installing Linksys WPC54G/WRT54G on Win2K SP4. snowdog512 Wireless Internet 5 01-24-2005 02:12 AM
Problem installing AFS Odin Haller Linux Networking 3 12-09-2004 08:30 PM
Problem Installing LinNeighborhood Khawar Ameer Malik Linux Networking 2 02-19-2004 04:28 PM



1 2 3 4 5 6 7 8 9 10 11