search for: 4d36e972

Displaying 7 results from an estimated 7 matches for "4d36e972".

Did you mean: 4d36e97b
2008 Jun 27
2
New USB ethernet adapter
...* ; * ; Copyright 2001-2003, ASIX Electronics Corporation * ; ; Version: 2.0.0.5 ;**************************************************************** [Version] Signature = "$Windows NT$" CatalogFile = ax88172xp.cat Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %ASIX% ;LayoutFile = layout.inf DriverVer = 05/22/2003, 2.0.0.5 [Manufacturer] %ASIX% = USB [ControlFlags] ExcludeFromSelect = USB\VID_0B95&PID_1720 [USB] %AX88172.DeviceDesc% = AX88172.Ndi,USB\VID_0B95&PID_1720 ;**************************...
2011 Jan 04
5
mac Ethernet Adress in Wine for installing Pro-Engineer Wild
Sorry for my english, it's so lala ... because I'm a German. I would like to install a 3D cad programm called Pro/Engineer 4.0 in Wine 1.3.10. I have Wildfire 3.0 running under Ubuntu, but I need to install Wildfire 4.0 version. Wildfire 3.0 was the last Linux version, all newer versions are only for Windows and Unix, but Unix support will also end with Wildfire 6.0. If I try to start
2018 Oct 02
0
Re: [PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.
...ws up the plan greatly, since without the MAC address there is no way to associate network adapters with hardware. Well, that's not quite true. There is some PCI address information available. For example for the above guest we have: [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\{307052F7-EE0A-4FD2-8CE6-212EFDD711B0}\Connection] "DefaultNameResourceId"=dword:0000076c "DefaultNameTargetsPort"=dword:00000000 "Name"=str(1):"Ethernet" "PnPInstanceId"=str(1):"PCI\VEN_10EC&DEV_8139&SUBSYS...
2008 Dec 28
3
TAP unistall issue Windows XP - Update
Hi, To recap, after installing and uninstalling TINC a number of times, TINC eventually wouldn't start. Debug gave a "".. not a usable Windows TAP Device.. File not found" error. After doing some digging, I found a dozen or so duplicate Network Adaptor bindings for the TAP driver in the Windows Registry. These were essentially orphaned entries as there was no corresponding
2018 Oct 01
7
[PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.
The proposed API is the same as v1, but this includes an implementation (for /etc/sysconfig/network-scripts/ifcfg-*) and modifications to virt-inspector. This compiles and works. If you look in patch 5 you can see proposed output as virt-inspector XML for a guest (although this guest has not been booted, so a real guest would hopefully have a hwaddr="MAC" attribute too). Rich.
2018 Dec 04
2
[PATCH FOR DISCUSSION ONLY 0/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
This patch is just for discussion. There are still a couple of issues that I'm trying to fix. One is that all of the test guests I have, even ones with static IPs, have multiple interfaces, some using DHCP, so the conditions for adding the Powershell script don't kick in. This makes testing very awkward. However a bigger issue is that I think the premise is wrong. In some registries
2018 Dec 11
2
[PATCH v2 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
v1 was here with much discussion: https://www.redhat.com/archives/libguestfs/2018-December/msg00048.html v2: - Fix the case where there are multiple interfaces. Note this does not preserve order correctly (see patch for comment on why that is a hard problem). - Preserve name servers. This patch is still for discussion only. I'd like to see what might be done to get this upstream