|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
Problems with a new Wacom CTL-460 Pen-only tabletOk, found out how to post this here finally ;v) (Ping, I emailed you directly first, oops!)
BTW, search just doesn't work in SF archives - it won't bring up anything for "460" - even tho there is another post mentioning this tablet?! (found it paging down after clicking a days link) - not nice... anyway... I am having a heck of a time with a new "Wacom Bamboo Pen" (only) Model: CTL-460 tablet. I am running Ubuntu Remix on a Acer One Netbooks It does have with a hard/software mod for the Egalax TouchKit screen (USB finger touch surface, added on top of the LCD) I mention the touch screen in case it could be interfering somehow?! I am getting device recognition but no data anywhere. I've followed many HowTo's include wacomlinux.org (although many locations for modules etc are wrong for Ubuntu) but still no joy :v) Packages, configs and compiles all seem fine and in line with HowTo's - except when it comes to getting any raw data to show up. X will not do anything with the device, even with xorg.conf modifed. The following are all the specifics: --- The xorg.conf lines for the existing touch screen are: Section "InputDevice" Identifier "EETI" Driver "egalax" Option "Device" "usbauto" Option "Parameters" "/var/lib/eeti.param" Option "ScreenNo" "0" Option "SkipClick" "1" EndSection NOTE: I did comment these out but have not tried disconnecting it (requires laptop dissasembly) --- Ubuntu Remx (netbook version) Linux version Linux kganb 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux --- X version (xorg) X.Org X Server 1.6.0 Release Date: 2009-2-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-23-server i686 Ubuntu Current Operating System: Linux kganb 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 Build Date: 09 April 2009 02:10:02AM xorg-server 2:1.6.0-0ubuntu14 (buildd@...) Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. --- in order to have the device recognized at all, I had to add lines in wacom_wac.c and reconfigure with "--enable-wacom"... --- lines from wacom_wac.c (condensed - see comments) static struct wacom_features wacom_features[] = { { "Wacom Penpartner", 7, 5040, 3780, 255, 0, PENPARTNER }, { "Wacom Graphire", 8, 10206, 7422, 511, 63, GRAPHIRE }, { "Wacom Graphire2 4x5", 8, 10206, 7422, 511, 63, GRAPHIRE }, .... { "Wacom ISDv4 9A", 8, 26202, 16325, 255, 0, TABLETPC }, { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 31, INTUOS }, { "Wacom Bamboo Pen", 8, 5104, 3712, 511, 63, GRAPHIRE }, // ...added for Bamboo Pen CTL-460 { } }; static struct usb_device_id wacom_ids[] = { { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x00) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x10) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x11) }, ... { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x9A) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x47) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xD4) }, // ...added for Bamboo Pen CTL-460 { } }; --- Configured, compiled and copied to my proper /lib/modules/...kernel/drivers/input/tablet folder (this is where "locate" found the original), rmmod and insmod'ng the newly compiled wacom.ko and plugging it in I got this info from /proc/bus/usb/input/devices I: Bus=0003 Vendor=056a Product=00d4 Version=0106 N: Name="Wacom Bamboo Pen 4x6" P: Phys= S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input12 U: Uniq= H: Handlers=mouse1 event6 B: EV=1f B: KEY=1c63 0 70011 0 0 0 0 0 0 0 0 B: REL=100 B: ABS=100 3000003 B: MSC=1 ... I: Bus=0003 Vendor=056a Product=00d4 Version=0106 N: Name="Wacom Bamboo Pen 4x6" P: Phys= S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input13 U: Uniq= H: Handlers=mouse4 event12 B: EV=1f B: KEY=1c63 0 70011 0 0 0 0 0 0 0 0 B: REL=100 B: ABS=100 3000003 B: MSC=1 --- and from dmesg: Oct 13 21:13:24 kganb kernel: [ 2938.668098] usb 2-1: new full speed USB device using uhci_hcd and address 3 Oct 13 21:13:25 kganb kernel: [ 2938.827658] usb 2-1: configuration #1 chosen from 1 choice Oct 13 21:13:25 kganb kernel: [ 2938.830069] input: Wacom Bamboo Pen 4x6 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input12 Oct 13 21:13:25 kganb kernel: [ 2938.954274] input: Wacom Bamboo Pen 4x6 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/input/input13 Oct 13 21:13:25 kganb logger: device input12 is bound to the driver Oct 13 21:13:25 kganb logger: must rebind Oct 13 21:13:25 kganb logger: device input13 is bound to the driver Oct 13 21:13:25 kganb logger: must rebind --- issuing 'lsmod | grep wac' gave: wacom 28936 0 --- issuing 'ls -l /dev/input' gave me this: NOTE! I had updated the /etc/udev/rules.d/40-xserver-xorg-input-wacom.rules file total 0 drwxr-xr-x 2 root root 120 2009-10-13 21:13 by-id drwxr-xr-x 2 root root 200 2009-10-13 21:13 by-path crw-r----- 1 root root 13, 64 2009-10-13 20:24 event0 crw-r----- 1 root root 13, 65 2009-10-13 20:24 event1 crw-r----- 1 root root 13, 74 2009-10-13 20:24 event10 crw-r----- 1 root root 13, 75 2009-10-13 20:24 event11 crw-r----- 1 root root 13, 76 2009-10-13 21:13 event12 crw-rw----+ 1 root root 13, 77 2009-10-13 21:13 event13 crw-r----- 1 root root 13, 66 2009-10-13 20:24 event2 crw-r----- 1 root root 13, 67 2009-10-13 20:24 event3 crw-rw----+ 1 root root 13, 68 2009-10-13 20:24 event4 crw-r----- 1 root root 13, 69 2009-10-13 20:24 event5 crw-r----- 1 root root 13, 70 2009-10-13 21:13 event6 crw-r----- 1 root root 13, 71 2009-10-13 20:24 event7 crw-r----- 1 root root 13, 72 2009-10-13 20:24 event8 crw-r----- 1 root root 13, 73 2009-10-13 20:24 event9 crw-r----- 1 root root 13, 63 2009-10-13 20:24 mice crw-r----- 1 root root 13, 32 2009-10-13 20:24 mouse0 crw-r----- 1 root root 13, 33 2009-10-13 21:13 mouse1 crw-r----- 1 root root 13, 34 2009-10-13 20:24 mouse2 crw-r----- 1 root root 13, 35 2009-10-13 20:24 mouse3 crw-r----- 1 root root 13, 36 2009-10-13 21:13 mouse4 crw-r----- 1 root root 13, 37 2009-10-13 21:13 mouse5 lrwxrwxrwx 1 root root 7 2009-10-13 21:13 tablet-bamboo-pen -> event12 lrwxrwxrwx 1 root root 6 2009-10-13 21:13 wacom -> event6 lrwxrwxrwx 1 root root 7 2009-10-13 21:13 wacom-touch -> event12 --- also a listing of /dev/input/by-path lrwxrwxrwx 1 root root 9 2009-10-13 21:13 pci-0000:00:1d.0-usb-0:1:1.0-event-mouse -> ../event6 lrwxrwxrwx 1 root root 9 2009-10-13 21:13 pci-0000:00:1d.0-usb-0:1:1.0-mouse -> ../mouse1 lrwxrwxrwx 1 root root 10 2009-10-13 21:13 pci-0000:00:1d.1-usb-0:1:1.0-event-mouse -> ../event13 lrwxrwxrwx 1 root root 9 2009-10-13 21:13 pci-0000:00:1d.1-usb-0:1:1.0-mouse -> ../mouse5 lrwxrwxrwx 1 root root 9 2009-10-13 20:24 platform-i8042-serio-0-event-kbd -> ../event5 lrwxrwxrwx 1 root root 10 2009-10-13 20:24 platform-i8042-serio-2-event-mouse -> ../event11 lrwxrwxrwx 1 root root 9 2009-10-13 20:24 platform-i8042-serio-2-mouse -> ../mouse3 lrwxrwxrwx 1 root root 9 2009-10-13 20:24 platform-pcspkr-event-spkr -> ../event9 --- That's about it! Other points of interest... * I did try to add "Device" & "ServerLayout" lines in xorg.conf - to no avail. * I cannot get any data from cat'ing any /dev/input/event*|mouse*|wacom*|tablet* or with wacdump, xxd etc. * I sometimes get a "Segmentation fault" running "wacdump /dev/input/event12" the first time, but not after that * My USB tablet works just fine on my Mac OSX computer, so it's not a hardware issue. * All USB ports on my Linux computer work fine - never any hint of trouble. * have also tried the Beta - linuxwacom-0.8.3-6 Karl :v( ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tablet> I am having a heck of a time with a new "Wacom Bamboo Pen" (only) Model:
> CTL-460 tablet. This bamboo pen is a new device. So its a bit of a gamble with adding the ID entries in the source. If the tablet speaks a protocol known from an earlier device and you have guessed it right, it may work, but there are no guarantees. I don't think using GRAPHIRE for the protocol for this device has highest probability of success tho. I suggest trying with WACOM_MO, like the rest of the bamboos. If the difference is just device number, It might work, but does not have to. If it does not, somebody needs to find out what the new protocol is and implement it. > I am running Ubuntu Remix on a Acer One Netbooks > It does have with a hard/software mod for the Egalax TouchKit screen (USB > finger touch surface, added on top of the LCD) > I mention the touch screen in case it could be interfering somehow?! I dont think the touch hack infulences wacom in any way. > I am getting device recognition but no data anywhere. Trying to talk the wrong protocol can cause that. Probably you have some errors in dmesg from wacom driver because of this. -- --Alexia ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tabletThx Alexia!
I'll play around a bit and see if I can get it. I am having trouble finding digitizer specs (X/Y) for this tablet so I am working a bit blind. I tried to pick something that was similar. In my internet travels I seemed to pick up that it was compatible with several other Graphire tablets - or at least the same Win/Mac driver would work. There is also a packet length param that's a gamble as well. Maybe I'll get lucky! ;) Do you have any idea where I'd find the structure def for WacomModelDesc as found in wcmUSB.c? Thx so much, Karl On Wed, Oct 14, 2009 at 2:22 AM, Alexia Death <alexiadeath@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tabletOn Wed, Oct 14, 2009 at 9:30 AM, Karl Gingerich
<karl.gingerich@...> wrote: > Thx Alexia! > > I'll play around a bit and see if I can get it. I am having trouble finding > digitizer specs (X/Y) > for this tablet so I am working a bit blind. I tried to pick something that > was similar. Tablets resolution should be marked on the box I think, but not much more is available. AFAIK its usually just reverse engenered. > In my internet travels I seemed to pick up that it was compatible with > several other > Graphire tablets - or at least the same Win/Mac driver would work. There is > also a > packet length param that's a gamble as well. Maybe I'll get lucky! ;) Same driver does not imply compatibility with earlyer model. Its the same in linux the driver. They can and do contain several protocols that are used by device ID and new ones can easily be added. > Do you have any idea where I'd find the structure def for WacomModelDesc as > found in wcmUSB.c? In any of the headers included in this file? But no definite answer from me, sorry. -- --Alexia ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tabletAlexia!!! I got lucky indeed!!!
I copied the complete line from the Bamboo def with WACOM_MO and sure enough it works!!! THANK YOU!!! The source is this: ... { "Wacom ISDv4 9A", 8, 26202, 16325, 255, 0, TABLETPC }, { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 31, INTUOS }, { "Wacom Bamboo Pen 4x6", 9, 14760, 9225, 511, 63, WACOM_MO }, // ...for CTL-460 Bamboo Pen Only { } }; static struct usb_device_id wacom_ids[] = { { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x00) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x10) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x11) }, ... { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x9A) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0x47) }, { USB_DEVICE(USB_VENDOR_ID_WACOM, 0xD4) }, // ...for CTL-460 Bamboo Pen Only { } }; I have yet to check out full use of surface etc but I at least have mouse action... Karl :D On Wed, Oct 14, 2009 at 2:30 AM, Karl Gingerich <karl.gingerich@...> wrote: Thx Alexia! ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tablet..just another update....
Boundaries are off a bit but I'll get my xorg setup and try settings with wacomcpl etc. I have no idea if I have pressure data yet either. But, I'm on my way. Thanks so much again!! Karl :P On Wed, Oct 14, 2009 at 2:39 AM, Alexia Death <alexiadeath@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tabletOn Wed, Oct 14, 2009 at 9:43 AM, Karl Gingerich
<karl.gingerich@...> wrote: > Alexia!!! I got lucky indeed!!! Id say you had pretty good odds of success. Wacom seems to add a new protocol quite rarely. > I copied the complete line from the Bamboo def with WACOM_MO and sure enough > it works!!! Could you please format your final result into a nice patch and post it here so Ping can add support for this device to the official driver? You sound like the type who knows/can learn how to do it. { "Wacom Bamboo Pen 4x6", 9, 14760, 9225, 511, 63, WACOM_MO }, {"name", don know, width, height, pressure steps, dont know, protocol} sums up what I know about this format. -- --Alexia ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tabletOk, I've never created a patch but I have been around Linux since it's early years ;) (I'm a C programmer by trade but do very little coding any more - did write a SCSI drive for a Sun system once - Ha, don't ask me to do it now tho ;v)
Point me to info on how to do it and I'd gladly help. Just before I forget, I did add a line to wcmUSB.c ( a suggestion from Favux on the Ubuntu forum) I'll paste it here until I can get you something formal. Oh and the structure def is right at the top!!! Duh! Here's the line added to the end of the WacomModel in context of other code... static struct { unsigned char model_id; int yRes; /* tablet Y resolution in points/inch */ int xRes; /* tablet X resolution in points/inch */ WacomModelPtr model; } WacomModelDesc [] = { { 0x00, 1000, 1000, &usbPenPartner }, /* PenPartner */ ....entire list here.... { 0x9A, 2540, 2540, &usbTabletPC }, /* TabletPC 0x9A */ { 0xD4, 2540, 2540, &usbBamboo } /* Bamboo Pen CTL-460 4x6 */ <---- line I added }; I will will also have to hunt for specs. I have check the box the manual and come up with nothing but I'll keep looking! For now all I know is that I have mouse control active. I'm quite sure the specs are wrong as it feels like the pen only needs a quarter of the tablet to navigate the entire screen area (that's 1024 x 600 on my little netbook) On Wed, Oct 14, 2009 at 2:52 AM, Alexia Death <alexiadeath@...> wrote: On Wed, Oct 14, 2009 at 9:43 AM, Karl Gingerich ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
|
|
|
|
|
Re: Problems with a new Wacom CTL-460 Pen-only tabletThank you Alexia for your active and informative support. I will include the Bamboo support into next dash release if the patch is available and a positive testing result by at least one user who has the same model is received.
Karl, I know Camden Buzard is also working on the same model as yours. I'll introduce you to him in a separate email (I didn't ask him to use his email address publicly yet). You two may work together on the patch and exchange testing results before submit it at http://sourceforge.net/tracker/?atid=525126&group_id=69596&func=browse. You both will be credited for the work. Thank you and good luck, Ping On Wed, Oct 14, 2009 at 7:59 AM, Karl Gingerich <karl.gingerich@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss |
| Free embeddable forum powered by Nabble | Forum Help |