I do see an ethernet controller with a question mark. So, can I assume
that the device driver is not present for this device?. And how can I
know what kind of device it is?. Its vendor type, device type etc. I
am not able to find them out. If I know the vendor type and device
type I can look for the inf in my own machine.
How do I know it is of type network card?. Can I know it in the UI?.
Or should I go to the registry?.
This is what I found in registry :
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-
E325-11CE-BFC1-08002BE10318}\Descriptions]
"WAN Miniport (L2TP)"=hex(7):31,00,00,00,00,00
"WAN Miniport (PPTP)"=hex(7):31,00,00,00,00,00
"WAN Miniport (PPPOE)"=hex(7):31,00,00,00,00,00
"WAN Miniport (IPv6)"=hex(7):31,00,00,00,00,00
"WAN Miniport (IP)"=hex(7):31,00,00,00,00,00
"RAS Async Adapter"=hex(7):31,00,00,00,00,00
"Realtek RTL8101 Family PCI-E Fast Ethernet NIC (NDIS 6.0)"=hex(7):
31,00,00,00,\
00,00
"Microsoft Tun Miniport Adapter"=hex(7):31,00,00,00,00,00
"Microsoft ISATAP Adapter"=hex(7):32,00,00,00,00,00
Thanks
On Aug 14, 12:21*am, motarola2 <gu...@xxxxxx-email.com> wrote:
> well, if it is not listed under network adapters, check if you have a
> cathegory named other devices, if it is it should show as ethernet
> controller.
>
> now, laptops normally have a FN key combination to turn on or off the
> wireless card, if it is off, it will not show under the device manager.
>
> you didnt specify which laptop, but normally it is FN + F2.
>
> --
> motarola2