Hello again. After a lot of tries, I have finally got the Wacom Graphire2 tablet to work!!!!. I think it only functions as an USB mouse, and only in relative mode, e. g. , you cannot point to a place in the inner rectangle of the tablet, and get the pointer in the screen at the same coordinates. But, at least, it works
)The trick is that you don't need the masami's driver, just to make sure that you use USB mouse support in your CONFIG.SYS. Here's mine:
(...)
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
rem BASEDEV=USBUHCD.SYS
BASEDEV=USBD.SYS
BASEDEV=USBHID.SYS
BASEDEV=USBMSD.ADD
REM BASEDEV=USBCDROM.ADD
rem DEVICE=D:\OS2\BOOT\USBWCM.SYS /V <---------- NOTE THIS!!!
DEVICE=D:\OS2\BOOT\USBKBD.SYS
DEVICE=D:\OS2\BOOT\USBMOUSE.SYS
DEVICE=D:\OS2\BOOT\USBCOM.SYS
DEVICE=D:\OS2\BOOT\USBPRT.SYS
regards,
vinaros2