Re: NIC reports type incorrectly?

Tech-Archive recommends: Fix windows errors by optimizing your registry



So, I'm not sure what you think is contradictory, but to answer your
question about if it's a Wireless card or not..

You could use the PNPDeviceID pulling out the Vendor (168C) and Device
ID (0013) and match it against known values for nics ...

If you only have a few wireless cards/wired cards.. you could do this
pretty easily. but this method requires you to have some mapping of
Vendor and Device IDs...

I use this approach in trying to autodetect a network adapter to boot
from CD and load network drivers so I can ghost computer systems.

To that end... Someone has done a lot of the legwork for you (actually
a lot of someones -- but one in particular)..

http://www.nu2.nu/bootdisk/network/


namely the vendor code and device id.. (this one is for a popular NIC
in Dell PCs) is stored in the NDIS.PCI file in each cab on this site.

ven=14E4 "Broadcom"
dev=4401 "440x 10/100 Ethernet (BCM4401 10/100)"


While I couldn't find your card quickly.. what you are looking for is
in the ndis.pci file in each cab file.. and technically you have what
you need .. namely a simple description for the NIC, the Vendor ID and
Device ID.. from there you need to ascertain if that NIC has wireless
capabilities. once you create that mapping, it can be re-used ad
nauseum.


While you would still need to grep out this information, this seems
like a little cleaner approach to just looking for the word WLAN or a
description name that can change based on the driver or firmware
revision.

It's still a lot of work.

I hope this helps.

Steven

.



Relevant Pages

  • Re: [SLE] SuSE 9.2, anyone have 2 nic cards on 1 pc working?
    ... > attached by rj45 cable and the other one is a wireless card. ... to have both NICs on at the same time? ... would be to use profiles. ...
    (SuSE)
  • Re: WinPE on machines with two NICs
    ... Well could be misunderstanding but if wireless nic is really not wanted why ... >> ethernet LAN card. ... >> it up results in it only binding to the wireless LAN. ... >> When we change the order of the NICs presented it works and builds ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: [SLE] SuSE 9.2, anyone have 2 nic cards on 1 pc working?
    ... > I have a dell notebook with 2 nic cards. ... > attached by rj45 cable and the other one is a wireless card. ... nics set up and I let Knemo do the deed. ...
    (SuSE)
  • Re: Photo editing on the go (and trying linux)
    ... wireless network cards is lacking because the vendors refuse to write drivers, or to release documentation so others can do it. ... I have a couple ancient Lucent WaveLan cards that have always worked, but I also have had a PCI 802.11b card in my home machine for a couple years and it's never worked. ... Old unsupported hardware is less likely to be supported in the future ... Hardware that's a deep dark secret is worthless if the vendor won't provide a driver. ...
    (rec.photo.digital)
  • Re: Atheros AR928x
    ... I was wondering if any work was going into drivers for this line of wireless ... vendor = 'Atheros Communications Inc.' ... If I have a card then I can add support. ...
    (freebsd-current)