looking for some help =)
got a new wacom graphire table [mouse and pen] ET-0405-U, works in windows - having a hell of a time getting this to work in linux.
maybe my USB could be heywire, i checked the HOWTO pages on the linuxwacom.sourceforge.net/index.php/howto/all - yet i am coming up short. i got my normal ps/2 mouse with scroll to work in xorg, but this tablet is driving me nuts. anyone out there got some suggestions with slackware 10.x and a wacom graphire tablet? i've done searches aplenty, but cant find much for my issue.
> uname -a
Linux kallisti 2.6.13.4 #4 SMP Sun Oct 23 13:20:53 PDT 2005 i686 unknown unknown GNU/Linux
# modprobe wacom
# less /var/log/messages
Oct 23 14:02:55 kallisti kernel: usbcore: registered new driver wacom
Oct 23 14:02:55 kallisti kernel: drivers/usb/input/wacom.c: v1.40 - 2.6.11.3-pc-0.3:USB Wacom Graphire and Wacom Intuos tablet driver
> lsmod
Module Size Used by
wacom 14720 0
it87 20256 0
eeprom 6928 0
i2c_sensor 3968 2 it87,eeprom
i2c_isa 2944 0
ipv6 248704 10
i2c_voodoo3 5380 0
i2c_algo_bit 9864 1 i2c_voodoo3
i2c_viapro 7824 0
evdev 8320 0
> cat /proc/bus/input/devices
I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
H: Handlers=kbd event0
B: EV=40001
B: SND=6
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
H: Handlers=kbd event1
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7
I: Bus=0011 Vendor=0002 Product=0005 Version=0000
N: Name="ImPS/2 Generic Wheel Mouse"
P: Phys=isa0060/serio1/input0
H: Handlers=mouse0 event2
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=103
> ls -al /dev/input/
total 0
drwxr-xr-x 2 root root 0 Oct 23 06:42 ./
drwxr-xr-x 20 root root 0 Oct 23 13:42 ../
crw------- 1 root root 13, 64 Oct 23 13:42 event0
crw------- 1 root root 13, 65 Oct 23 13:42 event1
crw------- 1 root root 13, 66 Oct 23 13:42 event2
crw-r--r-- 1 root root 13, 63 Oct 23 06:42 mice
crw-r--r-- 1 root root 13, 32 Oct 23 06:42 mouse0
@@@@@@@@@@@@@@@@@@@
its like the linux isn't recognizing USB at all - maybe i have something configured incorrectly in the kernel?
> grep -e usb -e USB /var/log/dmesg
usbmon: debugfs is not available
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
USB Universal Host Controller Interface driver v2.3
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
> ls -al /proc/bus/usb/
total 0
dr-xr-xr-x 2 root root 0 Oct 23 14:04 ./
dr-xr-xr-x 5 root root 0 Oct 23 13:45 ../
the kernel was configured with the following options, as stated by the linuxwacom HOWTO;
> grep USB /usr/src/linux/.config
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_SPLIT_ISO=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_SL811_HCD=m
CONFIG_USB_STORAGE=y
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_AIPTEK=m
CONFIG_USB_WACOM=m
> less /usr/src/linux/.config
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=m
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_INPUT_JOYSTICK=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
CONFIG_INPUT_UINPUT=y
@@@@@@@@@@@@@@@@@@@@@@@@@
once i get linux to recognize the the tablet, i think i can get xorg to go from there, but it just doesn't look like either USB is being recognized _properly_ on this SOYO K7V DRAGON PLUS! board, or usb is loading, but no devices are being detected....
i'm a bit perplexed, if someone has any suggestions at all with slack and wacom, fire away - i am all ears =)
agentdcooper@gmail.com