VirtualBox

Changes between Version 2 and Version 3 of Ticket #2274, comment 25


Ignore:
Timestamp:
Feb 4, 2013 4:14:19 PM (11 years ago)
Author:
Frank Mehnert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2274, comment 25

    v2 v3  
    11This may help anybody who's wants use VBox USB support and has USB sound device which want to be ignored by VBoxSvc. Guide is for Windows.
    22
    3 1) Open settings of virtual machine from Virtual Box Manager (VBM) while your usb sound device is connected (*
    4 
    5 2) From USB group use "Add Filter From Device" and select usb sound device, which is problematic, click Ok
    6 
    7 3) Use "Edit Filter" and write down all numeric fields from dialog - or you may leave this dialog open
    8 
    9 4) Open CMD and go to VBM install path (e.g. "c:\Program Files\Oracle\VirtualBox\")
    10 5) Run this command
    11 
    12   vboxmanage usbfilter add 0 -target "VMName" -name "USB Sound Device" -action ignore
     3 1. Open settings of virtual machine from Virtual Box Manager (VBM) while your usb sound device is connected [*]
     4 2. From USB group use "Add Filter From Device" and select usb sound device, which is problematic, click Ok
     5 3. Use "Edit Filter" and write down all numeric fields from dialog - or you may leave this dialog open
     6 4. Open CMD and go to VBM install path (e.g. "c:\Program Files\Oracle\!VirtualBox\")
     7 5. Run this command
     8{{{
     9vboxmanage usbfilter add 0 -target "VMName" -name "USB Sound Device" -action ignore
    1310  -vendorid HHHH -productid HHHH -revision HHHH
    14 
     11}}}
    1512  where "VMName" is exact name of your virtual machine and HHHH's are values from dialog mentioned before
    16 6) Close all VBM dialogs WITHOUT saving (use Cancel) and restart VBM
    17 
    18 7) If any problem occur, you may delete new ignored USB device via settings/USB in VMB.
     13 6. Close all VBM dialogs WITHOUT saving (use Cancel) and restart VBM
     14 7. If any problem occur, you may delete new ignored USB device via settings/USB in VMB.
    1915
    2016Now, when you start your VM, USB sound card will be ignored and you may use all other USG things freely.
     
    2218Note: when parameter -target is set to "global" for effect to entire VBox, another bug i reflected, VBox cannot save "Product ID", so this way is useless.
    2319
    24 *) If you cannot start VBM while usb sound device is connected, try stop all video/sound players, then mute audio and check taskmgr for "audiodg.exe" - if present, kill it. And dont forget kill all vbox* processes before another try to run VBM.
     20[*] If you cannot start VBM while usb sound device is connected, try stop all video/sound players, then mute audio and check taskmgr for "audiodg.exe" - if present, kill it. And dont forget kill all vbox* processes before another try to run VBM.
    2521
    2622....and sorry for my English. :)

© 2023 Oracle
ContactPrivacy policyTerms of Use