USB devices not available for Filter in 6.0.12 – checklist

Discussions related to using VirtualBox on Linux hosts.
Post Reply
anik
Posts: 2
Joined: 5. Sep 2019, 15:10

USB devices not available for Filter in 6.0.12 – checklist

Post by anik »

Hello all,

I upgraded to VirtualBox 6.0.12 r133076 on my Linux Mint 18.3 x64 host (using Linux 4.15.0-60-generic). With and without using the Extension Pack 6.0.12 r133076 I can’t bind any USB device to any VM. Clicking the add-filter-button I get no devices available. The guest OS is Windows 10 32-bit.

It worked with VirtualBox 6.0.10 prior to the update.

Here is my output from working through the USB troubleshoot check-list.
Shutdown your host. Reboot your host. Relaunch your guest.
This, and reconnecting USB devices with or without the VM running did not help.
All USB-devices won’t work (show up for capture), I tried with USB 1.1 and USB 2.0.

Code: Select all

$ id
uid=1026(anik) gid=1026(anik) Gruppen=1026(anik),4(adm),21(fax),24(cdrom),27(sudo),30(dip),46(plugdev),113(lpadmin),122(scanner),131(sambashare),132(vboxusers)

Code: Select all

$ VBoxManage list usbhost
Host USB Devices:

<none>

Code: Select all

$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 008: ID 046a:0021 Cherry GmbH CyMotion Expert Combo
Bus 003 Device 003: ID 046d:c01d Logitech, Inc. MX510 Optical Mouse
Bus 003 Device 002: ID 0c4b:0100 Reiner SCT Kartensysteme GmbH cyberJack e-com/pinpad
Bus 003 Device 007: ID 047d:2041 Kensington SlimBlade Trackball
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I did not do the logging for now. Should I?

Thanks for reading and in advance for your help. Much appreciated.

anik
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: USB devices not available for Filter in 6.0.12 – checklist

Post by socratis »

anik wrote:With and without using the Extension Pack
I know what happens if you don't have the ExtPack installed (the "without" part), you can only connect USB1 devices. It's the "with" part that we need to fix... ;)
anik wrote:I upgraded to VirtualBox 6.0.12 r133076 on my Linux Mint 18.3 x64 host
How? What's the output of the two following commands?[1]
  • 
    VBoxManage -version
    VBoxManage list extpacks
anik wrote:I did not do the logging for now. Should I?
No, not at all. If you can't even see any devices, there's no point. Can you also post the output of:
  • 
    sudo VBoxManage list usbhost

[1]: I updated/ammended the USB basics and troubleshooting » #8: Asking for help post to reflect this.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
anik
Posts: 2
Joined: 5. Sep 2019, 15:10

Re: USB devices not available for Filter in 6.0.12 – checklist

Post by anik »

Hi socratis, thanks for caring.
socratis wrote:
anik wrote:With and without using the Extension Pack
I know what happens if you don't have the ExtPack installed (the "without" part), you can only connect USB1 devices.
That doesn’t work either.
socratis wrote:
anik wrote:I upgraded to VirtualBox 6.0.12 r133076 on my Linux Mint 18.3 x64 host
How?
I upgraded with Linux Mints Upgrade Manager. I’m using the source

Code: Select all

deb https://download.virtualbox.org/virtualbox/debian xenial contrib

Code: Select all

$ VBoxManage -version
6.0.12r133076

Code: Select all

$ VBoxManage list extpacks
Extension Packs: 1
Pack no. 0:   Oracle VM VirtualBox Extension Pack
Version:      6.0.12
Revision:     133076
Edition:      
Description:  USB 2.0 and USB 3.0 Host Controller, Host Webcam, VirtualBox RDP, PXE ROM, Disk Encryption, NVMe.
VRDE Module:  VBoxVRDP
Usable:       true 
Why unusable: 

Code: Select all

$ sudo VBoxManage list usbhost
[sudo] Passwort für anik: 
Host USB Devices:

<none>

Hmm, I hope this gives a hint.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: USB devices not available for Filter in 6.0.12 – checklist

Post by socratis »

anik wrote:Hmm, I hope this gives a hint.
Nope, nothing, zilch, nada, niente. :?
anik wrote:I upgraded with Linux Mints Upgrade Manager. I’m using the source ...
How about if you completely uninstall what you have installed, and download the appropriate package directly from the Oracle servers?

You said you have Mint 18.3, which according to Mint is based on Ubuntu Xenial, aka Ubuntu 16.04. That would make the appropriate package for you this: https://download.virtualbox.org/virtual ... _amd64.deb.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply