Hi, On Tuesday 06 June 2006 23.54, [EMAIL PROTECTED] wrote: > I have Graphire 4 A6 [USB], linuxwacom-0.7.4-2, my kernel is 2.6.15. > and distribution: Slackawre [it's hard to say, what version it is > exactly...] > > My new tablet didn't want to work properly.
On Wednesday 07 June 2006 14.44, [EMAIL PROTECTED] wrote: > OK, I'm really foolish. My usbhid seems now working correctly, but in > /proc/bus/input/devices is still something like that for my tablet: > > I: Bus=0003 Vendor=056a Product=0015 Version=0403 > N: Name="Wacom Graphire4 4x5" > P: Phys= > S: Sysfs=/class/input/input3 > H: Handlers=mouse1 > B: EV=1f > B: KEY=1c63 0 700ff 0 0 0 0 0 0 0 0 > B: REL=100 > B: ABS=100 3000003 > B: MSC=1 > > any suggestions how to fix it? I must say that I have a hard time understanding how your tablet doesn't work and what fix you need... But I'll assume for the time beeing that you're missing some devices in /dev that you need for the X-configuration step as described on the detailed HOWTO on the Linux Wacom Project web. My own entry in /proc/usb/input/devices for my Wacom tablet looks like this: I: Bus=0003 Vendor=056a Product=0062 Version=0200 N: Name="Wacom Volito2 4x5" P: Phys= S: Sysfs=/class/input/input23 H: Handlers=mouse1 event3 ts1 B: EV=f B: KEY=1c43 0 70000 0 0 0 0 0 0 0 0 B: REL=100 B: ABS=3000003 And the difference I think is significant is the 'H:'-line. The event3 handler is provided by the evdev module, and the ts1 handler is provided by the tsdev module. See if loading the evdev-module will give you the needed devices for the X-config. > When > /configure --enable-mousedev > I get > mousedev.o - no > > This mousedev.c is for 2.4.x kernels, and I have 2.6.15 - can I safe > add it into my kernel? Excerpt for Wacom Graphire 4 tablet i have a > PS/2 mouse... And my tablet is still working as mouse1 and has no > "Phys" value :/ Mixing source code from two kernels that far apart is (in my experience) not a good idea. Otoh, looking at your output from /proc/usb/input/devices I'd say that the driver is already loaded (as the mouse1 handler does exist). If you have access to the '.config' file for your compiled kernel look for 'CONFIG_INPUT_MOUSEDEV', if it say 'y' it's statically linked into the kernel and you won't need a mousedev module. The 2.6.15 _should_ include it btw.. /Magnus _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss