Skip Menu |

This queue is for tickets about the Win32-IPConfig CPAN distribution.

Report information
The Basics
Id: 20255
Status: stalled
Priority: 0/
Queue: Win32-IPConfig

People
Owner: Nobody in particular
Requestors: correo [...] t-online.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: $ipconfig->get_adapters gets all ever installed adapters - not only presently installed
I think that the registry key which should be examined is rather: HKLM\SYSTEM\CurrentControlSet\Control\Network Otherwise you'll get also information on adapters which are no more present in the system.
It would help if you provided more information * a dump of what Win32::IPConfig reports for your system (the example code in the synopsis would do) * an export of the following registry keys: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\NetworkCards HKLM\SYSTEM\CurrentControlSet\Control\Network HKLM\SYSTEM\CurrentControlSet\Services\Tcpip HKLM\SYSTEM\CurrentControlSet\Services\Netbt HKLM\SYSTEM\CurrentControlSet\Services\<id> where <id> is the service name for your network cards (on Windows XP, these would be GUIDs). * the information sources that make you think this problem is not exhibited by HKLM\SYSTEM\CurrentControlSet\Control\Network On Mon Jul 03 06:11:16 2006, guest wrote: Show quoted text
> I think that the registry key which should be examined is rather: > HKLM\SYSTEM\CurrentControlSet\Control\Network > > Otherwise you'll get also information on adapters which are no more > present in the system.