Ububtu virtualbox do not show usb list

First you should install „virtualbox vm extension pack” on site https://www.virtualbox.org/wiki/Downloads 

after that add right to user:

sudo usermod -a -G vboxusers $USER

to check your user is in group execute command:

groups $USER

szymon : szymon adm cdrom sudo dip plugdev lpadmin sambashare libvirtd libvirtd vboxusers

If you have problem of showing usb list 

VBoxManage list usbhost

ls -lR /dev/vboxusb

shows

/dev/vboxusb:
razem 0
drwxr-x--- 2 root vboxusers 120 lis 28 19:37 002
drwxr-x--- 2 root vboxusers 60 lis 28 19:37 003

/dev/vboxusb/002:
razem 0
crw-rw---- 1 root vboxusers 189, 131 lis 28 19:37 004
crw-rw---- 1 root vboxusers 189, 132 lis 28 19:37 005
crw-rw---- 1 root vboxusers 189, 133 lis 28 19:37 006
crw-rw---- 1 root vboxusers 189, 134 lis 28 19:37 007

/dev/vboxusb/003:
razem 0
crw-rw---- 1 root vboxusers 189, 257 lis 28 19:37 002

execute command:

chmod 777 -R /dev/vboxusb/

chmod 777 -R /dev/vbox*

then normal user szymon will display 


About the author

Szymon Wójtowicz

Programista C++/Qt. Tworzący aplikacje mobilne i desktopowe.

View all posts

Dodaj komentarz

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są oznaczone *

This site uses Akismet to reduce spam. Learn how your comment data is processed.