I have been trying to connect my new Boogie Board sync to a virtualbox 4.3 virtual machine running on an ubuntu 14.04 host. I keep running into this NS_ERROR_FAILURE (0x80004005) and have not been able to resolve it, despite trying it a number of different ways.
Note I did look up a few different existing posts, but they did not help. The issues are different than the one that I am running into and the software versions are different too. But here are the ones I looked at.
Virtualbox does not run: NS_ERROR_FAILURE
What is holding my USB device when I try to use it in VirtualBox?
The error message I get says
Failed to attach the USB device Improv Electronics Sync [0120] to the virtual machine
IE11 - Win8.1_1. Failed to create a proxy device for the USB device. (Error:
VERR_READ_ERROR).
The message details indicate
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component: Console
Interface: IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
Note I am using the Windows 8.1 virtual machine from Microsoft, but I don't believe that makes any difference.
Things I have tried:
- enabled USB controller on the virtualbox manager with the EHCI controller.
- tried enabled USB controller without the EHCI controller.
- tried to rebuild the virtualbox image from scratch.
- added myself to the vboxusers group.
None of this has seemed to work.
Any suggestions?