All virtmachine are working and the guest additions are installed and the extension pack is installed for virtualbox.
It seems that the suse does not give the list of USB devices to the virtual machine.
When i want to add an USB device the asnwer is - ther is no reachable device - hovewer a lot of USB devise is in the system.
I used this version of Virtualbox with suse 13.1, it has worked good.
Which VirtualBox?
The one from virtualbox.org, or the one included in openSUSE?
Please find the bug and fix it.
There probably is no bug.
In openSUSEâs packages USB pass-through is disabled by default because of the security risks it imposes.
To enable it, copy /usr/lib/udev/rules.d/60-vboxdrv.rules to /etc/udev/rules.d/, open it in a text editor and remove the comment characters (â#â) at the beginning of the last 4 lines.
You also need to describe exactly what is the USB device youâre trying to connect to. In most cases, the Guest doesnât access the hardware device directly⌠The HostOS should recognize the device, and then a virtual device can be created that accesses the hardware.
So, examples of this include
Hard drives. The HostOS needs to mount and see the partitioned and formatted disk, then you can create a virtual disk on that drive
NICs. The HostOS needs to detect, configure and be able to use the NIC, then a Linux Bridge Device can be created that points to the interface pointing to the NIC. Then, you can configure that LBD in the Guest properties and create a wired network interface in your Guest (regardless what type of network is on the Host).
The only USB device mentioned in this Forum I can remember where a User needed direct USB access was a fingerprint reader for logging into the system.
I also have this problem, and the solution suggested here does not work for me. I use USB programmers like SiLab, ST Link2 etc, and none of these register is VBox, but is available in opensuse 13.2, not even the mouse, keyboards etc.
lsusb gives âŚ
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 002: ID 0483:3748 STMicroelectronics ST-LINK/V2
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 0d8c:0001 C-Media Electronics, Inc. Audio Device
Bus 004 Device 002: ID 09da:0006 A4 Tech Co., Ltd Optical Mouse WOP-35 / Trust 450L Optical Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ST-LINK/V2 is available, but the VBox devices says I donât have any USB attached ?
The forums moderators comment was most helpful. In my case the virtualbox client from Oracle wasnât connecting to the USB devices.
The /etc/udev/rules.d/60-vboxdrv.rules where correct but the 60-vboxdrv.rules where missing in /usr/lib/udev/rules.d/. Just coping the file at the last mensioned folder solved the problem. Of course it has to be done as Super User.
As the saying goes: âThere are many roads leading to Romaâ or the more cruel english âThere are many ways to skin a catâ
This BUG wasted HOURS of my time in troubleshooting.
What arrogence to cripple the expected behaviour of an application without warning the user of the hack or providing a quick one-button fix to set it right.
Connecting to USB devices that have Windows-only software IS EXACTLY WHY MOST PEOPLE USE VIRTUAL BOX.
Hi
You posted in an exactly one year old thread, a lot of water has passed under the bridge since then⌠If thatâs still present in the current release of VirtualBox, then suggest you raise a bug, else use an alternative, eg KVM (no drivers needed to compile, just works!).
Note it is well known and documented that VBox dos not support USB out of the box for years. It was a way to get Corporate users to pay since the fix is proprietary and only licensed free for personal use.