Hallo zusammen,
ich habe folgendes Grafiktablett:

Bus 001 Device 003: ID 08ca:0020 Aiptek International, Inc. APT-6000U Tablet

Ich verwende:
Debian unstable
Kernel 2.6.12-1-386
Xorg 6.8

Ich möchte das Grafiktablett unter Debian nutzen können und habe via google eine Seite gefunden, die einen Treiber beinhaltet:
http://aiptektablet.sourceforge.net/

In dem Installerscript habe ich die Pfade zu meinen Kernelsourcen angegeben. In der xorg.conf nahm ich folgende Änderungen vor:

Section "InputDevice"
    Identifier "stylus"
    Driver "aiptek"
    Option "Device" "/dev/input/event3"
    Option "Type" "stylus"
    Option "Mode" "absolute"
    Option "PressCurve" "0,5,95,100"
    Option "KeepShape" "on"
    Option "zMin" "0"
    Option "zMax" "512"
    Option "USB" "on"
    Option "Cursor" "stylus"
    Option "debuglevel" "0"
EndSection

Section "InputDevice"
    Identifier "cursor"
    Driver "aiptek"
    Option "Device" "/dev/input/event3"
    Option "Type" "cursor"
    Option "Mode" "absolute"
    Option "PressCurve" "0,5,95,100"
    Option "KeepShape" "on"
    Option "zMin" "0"
    Option "zMax" "512"
    Option "USB" "on"
    Option "Cursor" "puck"
    Option "debuglevel" "0"
EndSection

sowie

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice "stylus"        "AlwaysCore"
    InputDevice "cursor"        "AlwaysCore"
EndSection

Nach einem neustart habe ich lsmod gemacht:

[root][/home/sebi]$ lsmod | grep aiptek
aiptek                 18432  0
usbcore 109948 7 bcm203x,aiptek,usbhid,usb_storage,ehci_hcd,ohci_hcd

Und dmesg sagt mir:
[sebi][~]$ dmesg | grep aiptek
drivers/usb/input/aiptek.c: input: Aiptek on usb-0000:00:02.0-2 (event3)
drivers/usb/input/aiptek.c: input: Aiptek using 400 ms programming speed
usbcore: registered new driver aiptek
drivers/usb/input/aiptek.c: v1.5 (May-15-2004): Bryan W. Headley/Chris Atenasio
drivers/usb/input/aiptek.c: Aiptek HyperPen USB Tablet Driver (Linux 2.6.x)

Und in den Verzeichnissen exisitern folgende Dateien:
[sebi][/usr/src/linux-headers-2.6.12-1-386/drivers/usb/input]$ ls
aiptek.c  aiptek.o  Kconfig  Makefile

[sebi][/usr/X11R6/lib/modules/drivers]$ ls
apm_drv.o            fglrx_drv.o     nsc_drv.o        siliconmotion_drv.o
ark_drv.o            glide_drv.o     nv_drv.o         sis_drv.o
ati_drv.o            glint_drv.o     nvidia_drv.o     tdfx_drv.o
atimisc_drv.o        i128_drv.o      nvidia_drv.so    tga_drv.o
chips_drv.o          i740_drv.o      r128_drv.o       trident_drv.o
cirrus_alpine_drv.o  i810_drv.o      radeon_drv.o     tseng_drv.o
cirrus_drv.o         imstt_drv.o     rendition_drv.o  vesa_drv.o
cirrus_laguna_drv.o  linux           riva128_drv.o    vga_drv.o
cyrix_drv.o          mga_drv.o       s3_drv.o         via_drv.o
dummy_drv.o          neomagic_drv.o  s3virge_drv.o    vmware_drv.o
fbdev_drv.o          newport_drv.o   savage_drv.o


Aber das Tablett funktioniert nicht... Maus und Stift haben keine Wirkung auf den Muaszeiger...
Jemand ne Idee?
mfg



--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an