Hyper-V Windows 8: Error Applying Virtual Switch Properties Changes - Wireless network
-
2011年9月20日 3:33
I am experiencing an issue when I removed the Wireless device and then re-installed it on Hyper-V Windows 8.
The error states : "Failed while modifying virtual Ethernet Switch connection settings" followed by "Ethernet port {f...} bind failed unspecified error (0x80004005)"
Is anyone else experiencing this kind of issue?
If this post is helpful, please mark it as such
________________________________________
Alessandro Cardoso
MVP | Microsoft Heroes | MCT
blog: http://virtualisationandmanagement.wordpress.com
http://virtualizacaoegerenciamento.wordpress.com- 已更改类型 Vincent HuModerator 2011年9月22日 15:43
全部回复
-
2011年9月20日 3:44
I also tried the following commands to Reset Hyper-V Networking in Windows 8:
1. c:\>netcfg -u vms_pp
2. c\>netcfg -l c:\windows\winsxs\amd64_wvms_vspp.inf_31bf3856ad364e35_6.2.8102.0_none_8bf66ac0928702ad\wvms_vspp.inf -c p -i vms_pp
3. restart the machine and recreate the virtual switch
Still not working for the wireless nic
If this post is helpful, please mark it as such
________________________________________
Alessandro Cardoso
MVP | Microsoft Heroes | MCT
blog: http://virtualisationandmanagement.wordpress.com
http://virtualizacaoegerenciamento.wordpress.com -
2011年9月20日 3:56
I am experiencing an issue when I removed the Wireless device and then re-installed it on Hyper-V Windows 8.
The error states : "Failed while modifying virtual Ethernet Switch connection settings" followed by "Ethernet port {f...} bind failed unspecified error (0x80004005)"
Is anyone else experiencing this kind of issue?
If this post is helpful, please mark it as such
________________________________________
Alessandro Cardoso
MVP | Microsoft Heroes | MCT
blog: http://virtualisationandmanagement.wordpress.com
http://virtualizacaoegerenciamento.wordpress.com
Get yourself a copy of nvspbind:http://archive.msdn.microsoft.com/nvspbind
And nvspscrub.js:
http://archive.msdn.microsoft.com/nvspscrub/Release/ProjectReleases.aspx?ReleaseId=2916
Then follow these instructions to clean up the mess:
http://eniackb.blogspot.com/2009/10/hyper-v-error-error-applying-new.html
Philip Elder SBS MVP Blog: http://blog.mpecsinc.ca -
2011年9月20日 5:51
Hi Philip
I tried that already and it did not work.
Although I am running Windows 8, most of the commands still working like nvspbind.
but, still not working for the wireless nic
If this post is helpful, please mark it as such
________________________________________
Alessandro Cardoso
MVP | Microsoft Heroes | MCT
blog: http://virtualisationandmanagement.wordpress.com
http://virtualizacaoegerenciamento.wordpress.com -
2011年9月20日 15:10版主
Wireless should be working with Client, but there are reports of it not working with Server at this time.
Brian Ehlert (hopefully you have found this useful) http://ITProctology.blogspot.com
Learn. Apply. Repeat. -
2012年5月5日 9:30
Hi,
I have exactly the same issue. Did you somehow solve it?
thnk, M.
Martin
-
2012年5月6日 3:16
There are two options:
1. Look for a wireless access point that has a decent DHCP server in it (this may take a while)
2. Disable the DHCP server in your wireless access point and use a Windows Server 2012 DHCP server in a handy virtual machineIf this post is helpful, please mark it as such
________________________________________
Alessandro Cardoso
MVP | Microsoft Heroes | MCT
blog: http://virtualisationandmanagement.wordpress.com
http://virtualizacaoegerenciamento.wordpress.com -
2012年5月6日 3:21
or a third option, which is the one that I am currently using :
http://blogs.msdn.com/b/virtual_pc_guy/archive/2008/01/09/using-hyper-v-with-a-wireless-network-adapter.aspxNote:
Microsoft already worked in this issue, but the fix is not present in the beta versionIf this post is helpful, please mark it as such
________________________________________
Alessandro Cardoso
MVP | Microsoft Heroes | MCT
blog: http://virtualisationandmanagement.wordpress.com
http://virtualizacaoegerenciamento.wordpress.com -
2012年9月28日 12:17
Ok I faced similar issue in Windows 2012 and I simply uninstalled my NIC/Wi-Fi device from Device manager, then I scanned for device and reinstalled the device.
That is it after that I can successfully able to create external switch and so on.....hope it will work for you without doing much.
-
2012年10月14日 15:59
I experienced the same problems in W8x64 installed on a MacBook with Boot Camp. Uinstalling the WLAN driver then letting it reinstall itself fixed the error Message and let me set it up as a part of a virtual switch (VS).
I installed a W7 as a VM using the VS and was unable to connect to the internet through it from inside the VM.
I then selected "Not Connected" as VS in the settings for the W7 VM, started the VM, logged in, and then changed the VS in the settings of the VM to the VS, and the image was able to connect to the internet with no problems.Weird, but effective.
-
2012年11月6日 9:31
Hi Alessandro,
I am having the same issue and approached a HyperV MVP Aidan Finn. It looks like no one knows when this issue will be resolved.
Depending on why your are using Windows 8 for HyperV (Lab, Testing, Development) and need to activate Windows or apply updates. The workaround I can think of would be to store the Virtual Machines on a External Drive and when you need to internet access on the machines import them from the external drive to Windows 2008 HyperV or Windows 2012 HyperV.I will say I havent tested this myself yet but plan to over the next couple of days.
Im using Windows 8 Pro HyperV for my Microsoft Lync Lab testing
Regards
Andrew Price
-
2012年11月6日 10:59Hi Andrew Since working with RTM version, I had no issue with wireless on Windows 8. The issue I reported here was actually with the server version What kind of issue you have with the client version ?
If this post is helpful, please mark it as such
________________________________________
Alessandro Cardoso
MVP | Microsoft Heroes | MCT
blog: http://virtualisationandmanagement.wordpress.com
http://virtualizacaoegerenciamento.wordpress.com -
2012年11月6日 14:13
Hi,
I am running Windows 8 Pro and when I try and bind the Virtual Switch with a Netgear Wireless Adapter. I get the following error
Failed while adding virtual Ethernet switch connections. Ethernet Port (long guid) bind failed: Catastrophic failure (0x8000FFFF)
- 已编辑 Andrew John Price 2012年11月6日 14:29
-
2012年11月6日 14:24http://social.technet.microsoft.com/Forums/en-GB/w8itprovirt/thread/6f32cab1-7a73-4a98-b287-d258807fcd35 here is another post with the same issue I am having
-
2012年11月27日 8:07
2. c\>netcfg -l c:\windows\winsxs\amd64_wvms_vspp.inf_31bf3856ad364e35_6.2.8102.0_none_8bf66ac0928702ad\wvms_vspp.inf -c p -i vms_pp
Thanks, that worked for me! I'm running Windows 8 x64 RTM so the command for me was
c\>netcfg -l c:\Windows\WinSxS\amd64_wvms_vspp.inf_31bf3856ad364e35_6.2.9200.16384_none_011140b7d740cce9\wvms_vspp.inf -c p -i vms_pp
- 已编辑 Yngvar Johnsen 2012年11月27日 8:08
-
2012年11月29日 21:59Uninstalling my wifi adapter, re-installing then adding the virtual switch worked for me. The down side however, I had to repeat the uninstall/install process after I had finished using hyper-v machine in order to restore internet connectivity to my PC.
Microsoft Certified Technology Specialist (CRM) GAP Consulting Ltd Microsoft Community Contributor Award 2011
-
2013年4月12日 10:13
thanks! this worked for me!
KR
guenther- 已编辑 gpunktschmitz 2013年4月12日 10:14 greeting

