SOLVED: Ubuntu 8.10 + Wacom

Discussions related to using VirtualBox on Linux hosts.
Post Reply
tombigel
Posts: 7
Joined: 5. Nov 2008, 18:52

SOLVED: Ubuntu 8.10 + Wacom

Post by tombigel »

I got USB working following this guide - http://www.davidgrant.ca/virtualbox_usb ... untu_hardy

But when I enable Tablet in the USB devices section I get an error when launching the virtual machine:

Code: Select all

Failed to attach the USB device Tablet PTZ-630 [0102] to the virtual machine.

Failed to create a proxy device for the USB device. (Error: VERR_READ_ERROR).

Result Code: 
NS_ERROR_FAILURE (0x80004005)
Component: 
Console
Interface: 
IConsole {e3c6d4a1-a935-47ca-b16d-f9e9c496e53e}
EDIT:
That was much easier then I thought (I never managed to make it work on older Ubuntu versions)

All I had to do was to run:

Code: Select all

sudo chown username /proc/bus/usb/XXX/YYY
where username is my user; XXX and YYY are "Bus" and "Dev #" of the device ( Manufacturer=Tablet, Product=PTZ-630 on my machine) as written in /proc/bus/usb/devices
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

There is a different method. See the VirtualBox FAQ for it.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
tombigel
Posts: 7
Joined: 5. Nov 2008, 18:52

ok, thanks.

Post by tombigel »

Just to note that it wasn't easy to find the right way to do it, there are too many outdated guides out there, and too many methods to achieve the same effect.

besides that the "chown" thing was not clear, took me a while to understand that this is the issue, and Vbox cryptic error messages don't really help with that...
tombigel
Posts: 7
Joined: 5. Nov 2008, 18:52

Post by tombigel »

I don't get it, after reboot I get the error again
I tried to chown the entire /proc/bus/usb directory, doesn't help.
btw - the owner resets to root:root on reboot, how can i make it persistent?

Anyway, still trying to find the right way for the Wacom tabet.. everything else works.
stephanecharette
Volunteer
Posts: 300
Joined: 10. Nov 2007, 22:03
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Ubuntu-64bit, Windows
Location: Kelowna, British Columbia, Canada
Contact:

Post by stephanecharette »

tombigel wrote:btw - the owner resets to root:root on reboot, how can i make it persistent?
Add the chown command to your /etc/rc.local?

Stéphane
tombigel
Posts: 7
Joined: 5. Nov 2008, 18:52

Post by tombigel »

thanks, I'm still a bit clueless about advanced linux stuff.

I managed to get the tablet to work again, but only if MY user is the owner of /prob/bus/usb/[tablet device]

I don't get it, the device has a 664 permission, "root:vboxusers" ownership, and my user is a member of "vboxusers".
So why VirtualBox can access it only when the user is the owner?
Post Reply