Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
109
rated 0 times [  109] [ 0]  / answers: 1 / hits: 158795  / 1 Year ago, tue, december 27, 2022, 3:26:13

I was following this question but found a problem.
Use my webcam with Ubuntu running in VirtualBox



I used guvcview to test the camera, it works. I installed the 12.04 virtualbox release from their website and installed the extension pack. But when I click the usb with the green plus sign it says no devices available.



enter image description here


More From » virtualbox

 Answers
2

This may help you access the USB devices in your guest OS hosted in Ubuntu


First install dkms :



  • sudo apt-get install dkms


Next install Gnome-System-Tools



  • sudo apt-get install gnome-system-tools


Now launch the application - Users and Groups. If you're using unity you can do this by tapping the Super key and type user then click Users and Groups icon to start up the User Settings.


Click Manage Groups, find vboxusers, click properties, add your own user name and any other desired users to the vboxusers group. Click Ok. Alternative to using this GUI tool to add user to the group is to use the command sudo usermod -a -G vboxusers $USER .


It will also prove to ensure guest additions and extension pack are installed. On command line use: sudo apt-get install virtualbox-guest-additions-iso and sudo apt-get install virtualbox-ext-pack .


Next you'll have to log out (sudo restart lightdm if you're using this DM) and back in. Now start VirtualBox and proceed with adding the USB devices.


[#28739] Wednesday, December 28, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antebrow

Total Points: 291
Total Questions: 135
Total Answers: 117

Location: New Caledonia
Member since Thu, Mar 23, 2023
1 Year ago
;