wacom graphire 4..?

This is for discussing general topics about how to use VirtualBox.
Post Reply
fktt
Posts: 12
Joined: 17. May 2007, 05:03
Location: Estonia
Contact:

wacom graphire 4..?

Post by fktt »

hmm.. so i have a wacom graphire 4.. in my linux it works perfectly, pressure and everything, though in virtual box, i do not have any pressure, any ideas? :roll: and i have installed the guest additions..(or might i have to add something to it?)
fktt
Posts: 12
Joined: 17. May 2007, 05:03
Location: Estonia
Contact:

Post by fktt »

allso the error i get when i try to activate the usb(the stylus uses usb, so umm.. yeah..)

Image
thelaser
Posts: 1
Joined: 18. May 2007, 18:47

Post by thelaser »

Pressure isn't going to work without USB passthrough, even with the additions.

To get the USB to pass through you need write permission to the device. Either run VirtualBox as root or find the tablet in /proc/bus/usb/devices, then change the permissions on /proc/bus/usb/XXX/YYY to give the account running VirtualBox read and write permissions. On Ubuntu, running "sudo chown username /proc/bus/usb/XXX/YYY" should do it.

X is the bus number listed in the devices file, and Y is the device number.
fktt
Posts: 12
Joined: 17. May 2007, 05:03
Location: Estonia
Contact:

Post by fktt »

thanks, that helps alot! whee~ photoshopie, ive missed you, my pal :)
hshan
Posts: 6
Joined: 23. Oct 2007, 21:40

Post by hshan »

This is hopeful... don't want to run as root. But could one maybe give an example of the device to chown.. I guess I'm not sure what device is associated with my tablet.

Thanks.
hshan
Posts: 6
Joined: 23. Oct 2007, 21:40

Post by hshan »

bump

fktt,
maybe you could answer here... how were you successful? Are you running as root? Or, did you chown the associated device files. If the latter... could you explain how you went about identifying the files and your basic proceedure to allow your usb tablet to pass through. I'm using an Intuos3 myself. And, the main reason that I'm using VirtualBox is so that I can use Photoshop again with my pen.

If it weren't for photoshop, I'd never launch windows again. Any help appreciated. Thanks!
hshan
Posts: 6
Joined: 23. Oct 2007, 21:40

Post by hshan »

No help here?
elvismagrelo
Posts: 1
Joined: 5. Nov 2007, 18:02

Post by elvismagrelo »

when i open this devices file the contents are blank... :/
fktt
Posts: 12
Joined: 17. May 2007, 05:03
Location: Estonia
Contact:

Post by fktt »

ahh, sorry for not answering sooner, I'm reminding myself how to do it right now.. will probably write a more proper 'how-to' about it later, bare with me.. :)
hshan
Posts: 6
Joined: 23. Oct 2007, 21:40

Post by hshan »

fxtt,

Thanks for responding. I'm still not there and need the pen functionality in windows. Looking forward to your enlightenment. Thanks again!
fktt
Posts: 12
Joined: 17. May 2007, 05:03
Location: Estonia
Contact:

Post by fktt »

I remember now.. :roll:
actually what i have done is got it into a state where it does not give me an error message about the usb device,
but i doubt its possible to get the pressure to work, because i doubt the guest additions supports digital stylus's pressure,
and afaik trying to install any drivers to the vm-windows probably will give you a BSoD.. :| or at least it sure gave me a big ugly blue one.. :lol:

but generally move, the tablet should be able to without any special tweaks..

if your planning to use it in apps such as Photoshop then you can manage by simply changing the pressure manually, thats not hard, and you can still get natural lines as you'll still be using the tablet..

@elvismagrelo: thats because its not supposed to be opened as such.. i think its more of a link or a placeholder that indicates the piece of hardware..
Last edited by fktt on 24. Nov 2007, 18:18, edited 1 time in total.
fktt
Posts: 12
Joined: 17. May 2007, 05:03
Location: Estonia
Contact:

Post by fktt »

hshan wrote:But could one maybe give an example of the device to chown..
to find out witch devise to chown just enter this in the terminal:

Code: Select all

cat /proc/bus/usb/devices
it should give something such as:
T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.20-16-generic ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=0000:00:02.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms

T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 3
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.20-16-generic ohci_hcd
S: Product=OHCI Host Controller
S: SerialNumber=0000:00:02.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms

T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 3
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.20-16-generic ohci_hcd
S: Product=OHCI Host Controller
S: SerialNumber=0000:00:02.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms

T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=056a ProdID=0015 Rev= 4.03
S: Manufacturer=WACOM
S: Product=###-###-# V4.0-3
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 40mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms

the first two sections are from device [001] folder (/proc/bus/usb/001)
the third section there is from device [002] folder (/prog/bus/usb/002)
and the last one obviously is the device [003] folder (/prog/bus/usb/003)

but thats just how it is for my machine, yours might be little different structured

oh, and are you running ubuntu gutsy? if you are:
http://ubuntuforums.org/showthread.php?t=596949
hshan
Posts: 6
Joined: 23. Oct 2007, 21:40

Post by hshan »

fktt,

Thanks again for any help!
the third section there is from device [002] folder (/prog/bus/usb/002)
I think that you meant that the first 3 devices were were all device one (bus1,2,3)?

I am indeed on gusty... thanks for the link. I have followed all of that advise already.

I guess what is holding me up is thinking that I can install wacom driver on the windows side and use their control panel. Judging from what I am reading from your response... you don't have it installed and you are using your linux (host) sensitivity adjustments.. that pass straight through? Is that right? I guess I didn't even check it out on photoshop to see if I already had the function. Duh?! I'll try it out later today.

Thanks !

Steve

(quote was messed up)
Last edited by hshan on 24. Nov 2007, 22:00, edited 1 time in total.
fktt
Posts: 12
Joined: 17. May 2007, 05:03
Location: Estonia
Contact:

Post by fktt »

hshan wrote:fktt,

Thanks again for any help!

<quote>the third section there is from device [002] folder (/prog/bus/usb/002) </quote>

I think that you meant that the first 3 devices were were all device one (bus1,2,3)?
as i said it might be different for you, but on my machine theres only 2 in the first folder..
Image
hshan wrote:I guess what is holding me up is thinking that I can install wacom driver on the windows side and use their control panel. Judging from what I am reading from your response... you don't have it installed
well yes i tryed to install the driver but all i got from that was a Blue Screen of Death.. :cry:
hshan wrote:you are using your linux (host) sensitivity adjustments.. that pass straight through? Is that right?
no as far as i know, the sensitivity doesn't pass trough either, would be cool if it did though.. :wink:

i actually use gimp for texture painting these days, doest the job for that fine.. :)
hshan
Posts: 6
Joined: 23. Oct 2007, 21:40

Post by hshan »

Oh, so you don't get pressure sensitivity in photoshop either. Ok.

I can use the pen fine in photoshop as per selecting, it seems to map out fine. I would really like to be able to enable pressure sensitivity. I'll keep messing around. If you or anyone else reading this, comes up with or has a solution, it would be greatly appreciated if you could take the time to share.

Thanks again for your help!
Post Reply