I was out at the yard sales this last week and found this item marked $20 got it for $15.
The pen uses a small AAA battery and when I plug it in the device automatically is registered as some kind of mouse or pointer in 12.04. But I can't seem to get it to access any of the features like;
I did try a driver called "Wizard Pen" but that didn't seem to make any new settings and when I drew a line it was very jagged. So I removed "Wizard Pen". Seems to be tons of drivers for Wacom. But I can't find a single one for Genius. So maybe if someone knows how I can get access to the other features this would be cool. It is pretty cool that it works as much as it does without supporting software. I plan to experiment with some windows stuff under WINE.
Later!
btw...
I also did this in terminal window;
Edit: More info
Really no one has any clues?
Well this is what I figured out on my own:
So I am going to add it to my xorg and try to use a wacom driver.
Wish me luck!
The pen uses a small AAA battery and when I plug it in the device automatically is registered as some kind of mouse or pointer in 12.04. But I can't seem to get it to access any of the features like;
- pressure sensivity tip
- two buttons on the pen itself
- programable "hot spots" on the pad
I did try a driver called "Wizard Pen" but that didn't seem to make any new settings and when I drew a line it was very jagged. So I removed "Wizard Pen". Seems to be tons of drivers for Wacom. But I can't find a single one for Genius. So maybe if someone knows how I can get access to the other features this would be cool. It is pretty cool that it works as much as it does without supporting software. I plan to experiment with some windows stuff under WINE.
Later!
btw...
I also did this in terminal window;
Code:
[B]ls /dev/input[/B] by-id event0 event2 event4 event6 event8 mice by-path event1 event3 event5 event7 event9 mouse0 [I](after plugged into the USB)[/I] [B]ls /dev/input[/B] by-id event0 event10 event2 event4 event6 event8 mice mouse1 by-path event1 event11 event3 event5 event7 event9 mouse0 mouse2 [B]sudo cat /dev/input/mouse1 > mouse1.txt[/B] [I](File returns unknown binary data from tablet)[/I] [B]sudo cat /dev/input/mouse2 > mouse2.txt[/B] [I](File remains empty)[/I]
Really no one has any clues?
Well this is what I figured out on my own:
Code:
lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 021: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse [B]Bus 004 Device 022: ID 5543:0004 UC-Logic Technology Corp. Tablet WP5540U[/B] xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ PixArt USB Optical Mouse id=8 [slave pointer (2)] ⎜ ↳ UC-LOGIC Tablet WP5540U id=10 [slave pointer (2)] ⎜ ↳ UC-LOGIC Tablet WP5540U id=11 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)]
Wish me luck!
Comment