Can not see USB device anymore

Discussions related to using VirtualBox on Linux hosts.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Can not see USB device anymore

Post by socratis »

reggler wrote:After running sudo /sbin/rcvboxdrv setup
So that went smoothly with no errors or warnings?
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.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Can not see USB device anymore

Post by Perryg »

I would purge the current VirtualBox install, make sure that you update the host, reboot, then install again including the extension pack followed with another reboot. Something on the host is really tweaked. You should not need to run rcvboxdrv setup after a reboot.
reggler
Posts: 47
Joined: 26. Jul 2008, 17:49
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows 10

Re: Can not see USB device anymore

Post by reggler »

socratis wrote:
reggler wrote:After running sudo /sbin/rcvboxdrv setup
So that went smoothly with no errors or warnings?
Yes, it complains about a missing dkms.cnf file.
I just ran it again and that's the ouput of it:

Code: Select all

$ sudo /sbin/rcvboxdrv setup
[sudo] password for ron: 
Stopping VirtualBox kernel modules ...done.
Uninstalling old VirtualBox DKMS kernel modulesError! Could not locate dkms.conf file.
File:  does not exist.
 ...done.
Removing old VirtualBox pci kernel module ...done.
Removing old VirtualBox netadp kernel module ...done.
Removing old VirtualBox netflt kernel module ...done.
Removing old VirtualBox kernel module ...done.
Trying to register the VirtualBox kernel modules using DKMSError! DKMS tree already contains: vboxhost-5.0.12
You cannot add the same module/version combo more than once.
 ...failed!
  (Failed, trying without DKMS)
Recompiling VirtualBox kernel modules ...done.
Starting VirtualBox kernel modules ...done.
reggler
Posts: 47
Joined: 26. Jul 2008, 17:49
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows 10

Re: Can not see USB device anymore

Post by reggler »

Perryg wrote:I would purge the current VirtualBox install, make sure that you update the host, reboot, then install again including the extension pack followed with another reboot. Something on the host is really tweaked. You should not need to run rcvboxdrv setup after a reboot.
Really? I'm in the process of cloning one of my VMs to try them out on another host... maybe that'll give me some more info....
reggler
Posts: 47
Joined: 26. Jul 2008, 17:49
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Windows 10

Re: Can not see USB device anymore

Post by reggler »

reggler wrote: Really? I'm in the process of cloning one of my VMs to try them out on another host... maybe that'll give me some more info....
Okay, I cloned my VM and scp-ed it over to my laptop, started it up on a newly and fully updated Kubuntu 15.10 box.
lsusb gives me the following:

Code: Select all

:~$ lsusb
Bus 004 Device 004: ID 8087:07da Intel Corp. 
Bus 004 Device 003: ID 04f2:b330 Chicony Electronics Co., Ltd Asus 720p CMOS webcam
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 10c4:8382 Cygnal Integrated Products, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
While VirtualBox still doesn't see any devices(<no devices available>)! Has there been a bad update? I just did an apt-get update; apt-get upgrade on this machine as well. What's happening here? Has there been a bad update that I've installed?
Post Reply