[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Aiptek Hyperpen USB Tablet



Hallo,
hat es jemand geschafft dieses Tablet unter Debian/Sid zum Laufen zu 
bekommen?

Das Tablet wird erkannt:(dmesg)

drivers/usb/input/aiptek.c: input: Aiptek on usb-0000:00:11.2-2.3 
(event2)
drivers/usb/input/aiptek.c: input: Aiptek using 400 ms programming speed

Nun habe ich folgende XF86Config-4 versucht:

Section "InputDevice"
        Identifier      "pen"
        Driver          "hyperpen"
        Option          "Device"        "/dev/input/aiptektablet"
        Option          "Type"          "stylus"
        Option          "Mode"          "absolute"
        Option          "Cursor"        "stylus"
        Option          "USB"           "on"
        Option          "KeepShape"     "on"
        Option          "debuglevel"    "20"
EndSection

Section "InputDevice"
        Identifier      "cursor"
        Driver          "hyperpen"
        Option          "Device"        "/dev/input/aiptektablet"
        Option          "Type"          "cursor"
        Option          "Mode"          "absolute"
        Option          "Cursor"        "puck"
        Option          "USB"           "on"
        Option          "KeepShape"     "on"
        Option          "debuglevel"    "20"
EndSection

Section "InputDevice"
        Identifier      "eraser"
        Driver          "hyperpen"
        Option          "Device"        "/dev/input/aiptektablet"
        Option          "Type"          "eraser"
        Option          "Mode"          "absolute"
        Option          "Cursor"        "stylus"
        Option          "USB"           "on"
        Option          "KeepShape"     "on"
        Option          "debuglevel"    "20"
EndSection


/dev/input/aiptektablet habe ich dabei manuell auf /dev/input/event2 
verlinkt. (siehe dmesg)
Das würde ich später auch gern automatisiert erledigen? 
Muss allerdings auch hotplugged funktionieren, da das tablet an meinem 
Monitor-Hub hängt den ich oft an und abschalte.

Leider funktioniert das Tablet auch nicht mit manuellem Verlinken.
Es produziert folgendes XFree-Log
*****************************
[..]
(**) Option "AlwaysCore"
(**) pen: always reports core events
(**) pen serial device is /dev/input/aiptektablet
(**) Option "DebugLevel" "20"
(**) pen: debug level set to 20
(**) pen is in absolute mode
(**) pen is in cursor-mode cursor
(EE) pen: invalid PMin value (should be > 2).Using default.
(EE) pen: invalid PMax value (should be > 3).Using default.
(**) Option "BaudRate" "9600"
(**) Option "AlwaysCore"
(**) cursor: always reports core events
(**) cursor serial device is /dev/input/aiptektablet
(**) Option "DebugLevel" "20"
(**) cursor: debug level set to 20
(**) cursor is in absolute mode
(**) cursor is in cursor-mode puck
(EE) cursor: invalid PMin value (should be > 2).Using default.
(EE) cursor: invalid PMax value (should be > 3).Using default.
(**) Option "BaudRate" "9600"
(**) Option "AlwaysCore"
(**) eraser: always reports core events
(**) eraser serial device is /dev/input/aiptektablet
(**) Option "DebugLevel" "20"
(**) eraser: debug level set to 20
(**) eraser is in absolute mode
(**) eraser is in cursor-mode cursor
(EE) eraser: invalid PMin value (should be > 2).Using default.
(EE) eraser: invalid PMax value (should be > 3).Using default.
(**) Option "BaudRate" "9600"
(II) XINPUT: Adding extended input device "eraser" (type: HyperPen 
Tablet)
(II) XINPUT: Adding extended input device "cursor" (type: HyperPen 
Tablet)
(II) XINPUT: Adding extended input device "pen" (type: HyperPen Tablet)
(II) XINPUT: Adding extended input device "IntelliMouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: 
Other)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: 
Other)
xf86HypProc pHyp=0x8443048 what=INIT
xf86HypControlProc
opening /dev/input/aiptektablet
(**) Option "Device" "/dev/input/aiptektablet"
/dev/input/aiptektablet opened as fd 15
initializing HyperPen tablet
reading model
Timeout while reading HyperPen tablet. No tablet connected ???
END   xf86HypProc Success what=0 dev=0x8443048 priv=0x84420f8
[..]
*****************************

Das Lesen versucht der XServer dann mehrfach, jedoch ohne Erfolg.

Jemand eine Idee was daran falsch ist?

MfG
Markus Schulz



Reply to: