• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Aiptek MyNote Premium II installieren?

Hab dieses eigentlich sehr praktische Tablet kürzlich erworben und wollte es jetzt auch am PC unter opensuse 11.1 nutzen, allerdings derzeit Pustekuchen, lediglich das Konvertieren der offline erstellten Zeichnungen klappt.
Von Waltop gibts ein Treiberpaket für dieses Tablet (Aiptek MyNote Premium II/Waltop T01s/ Medion MD 58276) zum selber basteln, aber mittlerweile bin ich mit meinen bescheidenden Kenntnissen am Ende.
Folgt man der Readme und arbeitet das prebuilt-Verzeichnis ab ergibt das nach Aufruf des Install-Scripts folgendes:
Code:
poseidon:/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/prebuilt # sh instal
l
Installing Wacom man page......
Installed under /usr/share/man/man4

Installing wacom_drv....
wacom_drv.so installed under /usr/lib/xorg/modules/input

Installing utility programs (wacdump, xidump, xsetwacom....)
Installed under /usr/local/bin
/usr/bin/install: Aufruf von stat für „hal-setup-wacom“ nicht möglich: Datei ode                              r Verzeichnis nicht gefunden
/usr/bin/install: Aufruf von stat für „10-linuxwacom.fdi“ nicht möglich: Datei o                              der Verzeichnis nicht gefunden
hal-setup-wacom installed under /usr/local/libexec
10-linuxwacom.fdi installed under /usr/local/share/hal/fdi/policy/20thirdparty

Installing wacomcpl......
Installed under /usr/local/bin


You need to compile and install wacom.(k)o manually if your kernel is out of dat                              e.

After adding your Wacom tools into /etc/X11/xorg.conf, please restart X server o                              r simply reboot your system to run the new Wacom X driver.

Der Versuch das ganze über das Hauptverzeichnis zu installieren scheitert vermutlich schon nach Eingabe von configure, weil ein paar Sachen fehlen:
Code:
poseidon:/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4 # sh configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... yes
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for HAL... yes
checking for arch type... i586-suse-linux
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/2.6.27.45-0.1-pae/source
checking kernel version... grep: /lib/modules/2.6.27.45-0.1-pae/source/include/linux/version.h: No such file or directory
grep: /lib/modules/2.6.27.45-0.1-pae/source/include/linux/utsrelease.h: No such file or directory
configure: WARNING: unable to identify kernel version
checking for kernel module support... no
checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... no
checking if scaling tablet to screen size is needed... no
checking if Uninit is called... yes
checking if Xorg is version 1.6 or later... no
yes
checking if Xorg SDK defines dixScreenOrigins... yes
checking XInput extension version... >= 2.0
checking for lib xf86config... found, /usr/include/xorg
checking for XORG... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for tclsh... /usr/bin/tclsh
checking for tcl version... 8.5
checking for tcl header files... found, /usr/include
checking for tk header files... found, /usr/include
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking if libwacomcfg should/can be built... yes
checking if libwacomxi should/can be built... yes
checking if wacdump should/can be built... yes
checking if xidump should/can be built... yes
checking if xsetwacom should be built... yes
checking for Wacom X driver module path... /usr/lib/xorg/modules/input
checking for dynamic driver loading support... yes
checking if wacom_drv.{o,so} should be compiled... yes
checking if gcc accepts -fno-merge-constants... yes
checking if gcc accepts -fno-stack-protector... yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkxincludes
config.status: creating src/Makefile
config.status: creating src/util/Makefile
config.status: creating src/xdrv/Makefile
config.status: creating src/2.6.9/Makefile
config.status: creating src/2.6.10/Makefile
config.status: creating src/2.6.11/Makefile
config.status: creating src/2.6.13/Makefile
config.status: creating src/2.6.14/Makefile
config.status: creating src/2.6.15/Makefile
config.status: creating src/2.6.16/Makefile
config.status: creating src/2.6.18/Makefile
config.status: creating src/2.6.19/Makefile
config.status: creating src/2.6.22/Makefile
config.status: creating src/2.6.24/Makefile
config.status: creating src/2.6.26/Makefile
config.status: creating src/2.6.27/Makefile
config.status: creating src/2.6.28/Makefile
config.status: creating src/2.6.31/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating src/include/xdrv-config.h
config.status: src/include/xdrv-config.h is unchanged
config.status: creating src/include/kernel-config.h
config.status: src/include/kernel-config.h is unchanged
config.status: creating src/include/util-config.h
config.status: src/include/util-config.h is unchanged
config.status: executing depfiles commands

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i586-suse-linux
       linux kernel - yes
  module versioning - no
      kernel source - yes /lib/modules/2.6.27.45-0.1-pae/source
     XFree86 source - no
           Xorg SDK - yes /usr/include/xorg
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
         xf86config - yes
                TCL - yes /usr/include
                 TK - yes /usr/include
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - no
            wacdump - yes
             xidump - yes
        libwacomcfg - yes
         libwacomxi - yes
          xsetwacom - yes
              hid.o - no
       wacom_drv.so - yes /usr/lib/xorg/modules/input
        wacom_drv.o - no
  wacom*_drv quirks - hal Uninit-called IsXExtensionPointer key-events dixScreenOrigins
Jedenfalls kommen beim Kompilieren dann Fehlermeldungen:
Code:
poseidon:/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4 # make
Making all in src
make[1]: Entering directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src'
Making all in .
make[2]: Entering directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src'
make[2]: Für das Ziel »all-am« ist nichts zu tun.
make[2]: Leaving directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src'
Making all in wacomxi
make[2]: Entering directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/wacomxi'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/wacomxi'
Making all in util
make[2]: Entering directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/util'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/util'
Making all in xdrv
make[2]: Entering directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/xdrv'
gcc -MM -g -O2 -I/usr/include  -I../include -I/usr/include/xorg  -I/usr/include/xorg -I/usr/include/pixman-1   ./xf86Wacom.c ./wcmSerial.c ./wcmUSB.c ./wcmISDV4.c ./wcmXCommand.c ./wcmCommon.c ./wcmCompat.c ./wcmConfig.c ./wcmFilter.c ./wcmTilt2Rotation.c > .depend
make[2]: Leaving directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/xdrv'
make[2]: Entering directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/xdrv'
gcc -g -O2 -I/usr/include  -fPIC -pipe -std=c99 \
                -pedantic -Wall -Wpointer-arith -fno-merge-constants \
                -fno-stack-protector -I. -I../include -I/usr/include/xorg  -I/usr/include/xorg -I/usr/include/pixman-1   \
                 -I/usr/include/xorg -I/usr/include/pixman-1   \
                -o xf86Wacom.o -c ./xf86Wacom.c
./xf86Wacom.c: In function ‘xf86WcmEventAutoDevProbe’:
./xf86Wacom.c:864: warning: implicit declaration of function ‘open’
./xf86Wacom.c:864: error: ‘O_RDONLY’ undeclared (first use in this function)
./xf86Wacom.c:864: error: (Each undeclared identifier is reported only once
./xf86Wacom.c:864: error: for each function it appears in.)
./xf86Wacom.c:879: warning: implicit declaration of function ‘usleep’
make[2]: *** [xf86Wacom.o] Fehler 1
make[2]: Leaving directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src/xdrv'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4/src'
make: *** [all-recursive] Fehler 1
poseidon:/home/mario/Desktop/WaltopTablet/linuxwaltop-0.8.4 #

Bei mir sind bereits die üblichen Wacom-Pakete installiert, das Tablet wird auch erkannt, so das man quasi den Stift als Maus benutzen kann. Das wars dann aber auch -> beim Neuansetzen landet man auf einer anderen Position und das Tablet läßt sich so natürlich auch nicht in einem Grafikprogramm einrichten, weil nicht vorhanden.
Das hier hat mir nicht wirklich weiter geholfen, außerdem schreckt mich bei der Lösung die Tatsache ab das das Gerät beim booten am Rechner sein muß.
 
Installiert sind: x11-input-wacom; x11-input-wacom-devel, x11-input-wacom-tools und der wacom-Kernel, bei mir ist das wacom-kmp-pae.
 
Oben