VirtualBox USB proxy errorVirtualbox , Ubuntu 11.10 , linux-kernel 3: cannot start virtual machine“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxUSB hub card reader stopped working for virtualbox guest after 12.04 upgradeVBox Failed to open/create the internal network after upgrading to ubuntu 13.10What is holding my USB device when I try to use it in VirtualBox?VirtualBox USB device error NS_ERROR_FAILURE (0x80004005) on Ubuntu 14.04 x64 VirtualBox 4.3Why are my USB devices still grayed out in VirtualBox?Ubuntu 14.04 LTS Virtualbox errorUbuntu 16.04 Virtualbox 5.1 Win 7 VM USB not workingAfter I have installed VirtualBox in Redhat, I cannot run an Ubuntu OS inside the VirtualBox
Why are some hotels asking you to book through Booking.com instead of matching the price at the front desk?
Why does the UK Prime Minister need the permission of Parliament to call a general election?
Is the interior of a Bag of Holding actually an extradimensional space?
What's the connection between a spoon (匕) and the old age (⺹)? (Kanji: 老)
How do I delete cookies from a specific site?
Remaining in the US beyond VWP admission period
How should Thaumaturgy's "three times as loud as normal" be interpreted?
Infinitely many primes
What is the purpose of the rotating plate in front of the lock?
What are the solutions of this Diophantine equation?
What can we do about our 9 month old putting fingers down his throat?
Looking for a big fantasy novel about scholarly monks that sort of worship math?
What exactly is Apple Cider
Why would image resources loaded from different origins triggering HTTP authentication dialogs be harmful?
Was the lunar landing site always in the same plane as the CM's orbit?
Phrase request for "work in" in the context of gyms
What's this constructed number's starter?
Why did Boris Johnson call for new elections?
Do I need to declare engagement ring bought in UK when flying on holiday to US?
First Number to Contain Each Letter
What quests do you need to stop at before you make an enemy of a faction for each faction?
Are language and thought the same?
Pronounceable encrypted text
Draw the ☣ (Biohazard Symbol)
VirtualBox USB proxy error
Virtualbox , Ubuntu 11.10 , linux-kernel 3: cannot start virtual machine“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxUSB hub card reader stopped working for virtualbox guest after 12.04 upgradeVBox Failed to open/create the internal network after upgrading to ubuntu 13.10What is holding my USB device when I try to use it in VirtualBox?VirtualBox USB device error NS_ERROR_FAILURE (0x80004005) on Ubuntu 14.04 x64 VirtualBox 4.3Why are my USB devices still grayed out in VirtualBox?Ubuntu 14.04 LTS Virtualbox errorUbuntu 16.04 Virtualbox 5.1 Win 7 VM USB not workingAfter I have installed VirtualBox in Redhat, I cannot run an Ubuntu OS inside the VirtualBox
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Using VirtualBox 4.1.12, as packaged in Ubuntu 12.04, I'm unable to use USB 1.1 device (a Canon FS-4000US scanner) within a Win XP VM. I'm able to connect other USB devices, such as a USB flash drive, fine, yet the scanner gives:
Failed to attach the USB device Canon Scanner [1001] to the virtual machine WinXP.
Failed to create a proxy device for the USB device. (Error:VERR_READ_ERROR).
Result Code: NS_ERROR_FAILURE (0x80004005) Component: Console
Interface: IConsole 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb
As follows from other devices working, I'm in the vboxusers
group. Any ideas?
12.04 virtualbox
add a comment |
Using VirtualBox 4.1.12, as packaged in Ubuntu 12.04, I'm unable to use USB 1.1 device (a Canon FS-4000US scanner) within a Win XP VM. I'm able to connect other USB devices, such as a USB flash drive, fine, yet the scanner gives:
Failed to attach the USB device Canon Scanner [1001] to the virtual machine WinXP.
Failed to create a proxy device for the USB device. (Error:VERR_READ_ERROR).
Result Code: NS_ERROR_FAILURE (0x80004005) Component: Console
Interface: IConsole 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb
As follows from other devices working, I'm in the vboxusers
group. Any ideas?
12.04 virtualbox
3
Note: please pastebin the output oflsmod
. 0x80004005 in most contexts is a permissions error or file not found error (that presents as permissions). that error code is a blanket for "i tried to read something but couldn't". if you want to see what i mean back up your vbox xml and change a disk-id to something that doesn't exist or change the permissions on a disk to root only.
– ish
Jul 7 '12 at 0:08
@izx pastebin.com/KaPGTZBa (will incorporate into question if any of it turns out to be relevant; don't see anything there myself)
– gsnedders
Jul 7 '12 at 0:43
add a comment |
Using VirtualBox 4.1.12, as packaged in Ubuntu 12.04, I'm unable to use USB 1.1 device (a Canon FS-4000US scanner) within a Win XP VM. I'm able to connect other USB devices, such as a USB flash drive, fine, yet the scanner gives:
Failed to attach the USB device Canon Scanner [1001] to the virtual machine WinXP.
Failed to create a proxy device for the USB device. (Error:VERR_READ_ERROR).
Result Code: NS_ERROR_FAILURE (0x80004005) Component: Console
Interface: IConsole 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb
As follows from other devices working, I'm in the vboxusers
group. Any ideas?
12.04 virtualbox
Using VirtualBox 4.1.12, as packaged in Ubuntu 12.04, I'm unable to use USB 1.1 device (a Canon FS-4000US scanner) within a Win XP VM. I'm able to connect other USB devices, such as a USB flash drive, fine, yet the scanner gives:
Failed to attach the USB device Canon Scanner [1001] to the virtual machine WinXP.
Failed to create a proxy device for the USB device. (Error:VERR_READ_ERROR).
Result Code: NS_ERROR_FAILURE (0x80004005) Component: Console
Interface: IConsole 1968b7d3-e3bf-4ceb-99e0-cb7c913317bb
As follows from other devices working, I'm in the vboxusers
group. Any ideas?
12.04 virtualbox
12.04 virtualbox
edited Sep 18 '15 at 3:18
Ravan
6,21116 gold badges48 silver badges76 bronze badges
6,21116 gold badges48 silver badges76 bronze badges
asked Jul 6 '12 at 22:49
gsneddersgsnedders
1161 silver badge4 bronze badges
1161 silver badge4 bronze badges
3
Note: please pastebin the output oflsmod
. 0x80004005 in most contexts is a permissions error or file not found error (that presents as permissions). that error code is a blanket for "i tried to read something but couldn't". if you want to see what i mean back up your vbox xml and change a disk-id to something that doesn't exist or change the permissions on a disk to root only.
– ish
Jul 7 '12 at 0:08
@izx pastebin.com/KaPGTZBa (will incorporate into question if any of it turns out to be relevant; don't see anything there myself)
– gsnedders
Jul 7 '12 at 0:43
add a comment |
3
Note: please pastebin the output oflsmod
. 0x80004005 in most contexts is a permissions error or file not found error (that presents as permissions). that error code is a blanket for "i tried to read something but couldn't". if you want to see what i mean back up your vbox xml and change a disk-id to something that doesn't exist or change the permissions on a disk to root only.
– ish
Jul 7 '12 at 0:08
@izx pastebin.com/KaPGTZBa (will incorporate into question if any of it turns out to be relevant; don't see anything there myself)
– gsnedders
Jul 7 '12 at 0:43
3
3
Note: please pastebin the output of
lsmod
. 0x80004005 in most contexts is a permissions error or file not found error (that presents as permissions). that error code is a blanket for "i tried to read something but couldn't". if you want to see what i mean back up your vbox xml and change a disk-id to something that doesn't exist or change the permissions on a disk to root only.– ish
Jul 7 '12 at 0:08
Note: please pastebin the output of
lsmod
. 0x80004005 in most contexts is a permissions error or file not found error (that presents as permissions). that error code is a blanket for "i tried to read something but couldn't". if you want to see what i mean back up your vbox xml and change a disk-id to something that doesn't exist or change the permissions on a disk to root only.– ish
Jul 7 '12 at 0:08
@izx pastebin.com/KaPGTZBa (will incorporate into question if any of it turns out to be relevant; don't see anything there myself)
– gsnedders
Jul 7 '12 at 0:43
@izx pastebin.com/KaPGTZBa (will incorporate into question if any of it turns out to be relevant; don't see anything there myself)
– gsnedders
Jul 7 '12 at 0:43
add a comment |
1 Answer
1
active
oldest
votes
Some things that helped me:
- Disable USB3 ("XHCI") temporarily in BIOS/UEFI system settings. Some instructions hint on using different USB port (eg. one with only USB2 support), but that did not help me.
- Edit/add temporarily /etc/modprobe.d/blacklist-local.conf and add lines "blacklist usb_storage" and "blacklist keucr" to it. Reboot, but note you'll lose access to any USB storage like it says.
After that I was able to mount a SD card reader in VirtualBox, even without USB filter as such but just selecting it from the USB menu during runtime.
Ubuntu 12.04.4 LTS (3.11 kernel), Asus Z87 motherboard, latest VirtualBox.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f160643%2fvirtualbox-usb-proxy-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Some things that helped me:
- Disable USB3 ("XHCI") temporarily in BIOS/UEFI system settings. Some instructions hint on using different USB port (eg. one with only USB2 support), but that did not help me.
- Edit/add temporarily /etc/modprobe.d/blacklist-local.conf and add lines "blacklist usb_storage" and "blacklist keucr" to it. Reboot, but note you'll lose access to any USB storage like it says.
After that I was able to mount a SD card reader in VirtualBox, even without USB filter as such but just selecting it from the USB menu during runtime.
Ubuntu 12.04.4 LTS (3.11 kernel), Asus Z87 motherboard, latest VirtualBox.
add a comment |
Some things that helped me:
- Disable USB3 ("XHCI") temporarily in BIOS/UEFI system settings. Some instructions hint on using different USB port (eg. one with only USB2 support), but that did not help me.
- Edit/add temporarily /etc/modprobe.d/blacklist-local.conf and add lines "blacklist usb_storage" and "blacklist keucr" to it. Reboot, but note you'll lose access to any USB storage like it says.
After that I was able to mount a SD card reader in VirtualBox, even without USB filter as such but just selecting it from the USB menu during runtime.
Ubuntu 12.04.4 LTS (3.11 kernel), Asus Z87 motherboard, latest VirtualBox.
add a comment |
Some things that helped me:
- Disable USB3 ("XHCI") temporarily in BIOS/UEFI system settings. Some instructions hint on using different USB port (eg. one with only USB2 support), but that did not help me.
- Edit/add temporarily /etc/modprobe.d/blacklist-local.conf and add lines "blacklist usb_storage" and "blacklist keucr" to it. Reboot, but note you'll lose access to any USB storage like it says.
After that I was able to mount a SD card reader in VirtualBox, even without USB filter as such but just selecting it from the USB menu during runtime.
Ubuntu 12.04.4 LTS (3.11 kernel), Asus Z87 motherboard, latest VirtualBox.
Some things that helped me:
- Disable USB3 ("XHCI") temporarily in BIOS/UEFI system settings. Some instructions hint on using different USB port (eg. one with only USB2 support), but that did not help me.
- Edit/add temporarily /etc/modprobe.d/blacklist-local.conf and add lines "blacklist usb_storage" and "blacklist keucr" to it. Reboot, but note you'll lose access to any USB storage like it says.
After that I was able to mount a SD card reader in VirtualBox, even without USB filter as such but just selecting it from the USB menu during runtime.
Ubuntu 12.04.4 LTS (3.11 kernel), Asus Z87 motherboard, latest VirtualBox.
answered Jan 30 '14 at 15:58
Timo JyrinkiTimo Jyrinki
4432 silver badges7 bronze badges
4432 silver badges7 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f160643%2fvirtualbox-usb-proxy-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Note: please pastebin the output of
lsmod
. 0x80004005 in most contexts is a permissions error or file not found error (that presents as permissions). that error code is a blanket for "i tried to read something but couldn't". if you want to see what i mean back up your vbox xml and change a disk-id to something that doesn't exist or change the permissions on a disk to root only.– ish
Jul 7 '12 at 0:08
@izx pastebin.com/KaPGTZBa (will incorporate into question if any of it turns out to be relevant; don't see anything there myself)
– gsnedders
Jul 7 '12 at 0:43