Page 34 of 64 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 636

Thread: Info and help for HP TX2500 Series

  1. #331
    Join Date
    Jul 2007
    Beans
    864
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Info and help for HP TX2500 Series

    @manu7irl
    Are you refering to my tutorial?

    Here are the basic commands you need to run:
    Code:
       sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
      
      sudo apt-get install linux-headers-generic
      
      cd Desktop/
      
      wget http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.1-6.tar.bz2
      
      tar xjvf linuxwacom-0.8.1-6.tar.bz2
      
      cd linuxwacom-0.8.1-6/
     
      ./configure --enable-wacom --prefix=/usr
      
      make
      
      sudo make install
      
     sudo cp src/2.6.27/wacom.ko /lib/modules/2.6.27-7-generic/kernel/drivers/
    I just ran those exact commands on Intrepid and it installed wonderfully.
    but you might get more help for the wacom part by posting on the actual tutorial thread.
    Kory
    Last edited by gali98; November 1st, 2008 at 09:22 PM.

  2. #332
    Join Date
    Mar 2008
    Beans
    26

    Re: Info and help for HP TX2500 Series

    thanks for all but again the same :
    cp: cannot stat `src/2.6.27/wacom.ko': No such file or directory
    is there any solution?

  3. #333
    Join Date
    Jul 2007
    Beans
    864
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Info and help for HP TX2500 Series

    Okay here is what I want you to do....
    Go to your desktop and delete anything with linux wacom in the name (i.e tar.gz files and folders )
    now open a terminal (a brand new one.) and copy each of those commands to the terminal and run them. After you run everyone, copy all the output (everything in the terminal) and post it here for me to see.
    Kory

  4. #334
    Join Date
    Mar 2008
    Beans
    26

    Re: Info and help for HP TX2500 Series

    i did everything you said and it worked! think it was b/c of my os language switched to english and the commands resulted with no errors but how i get it to actually work now??

    PHP Code:
    [QUOTE]----------------------------------------
      
    BUILD ENVIRONMENT:
           
    architecture x86_64-linux-gnu
           linux kernel 
    yes 2.6.27
      module versioning 
    no 
          kernel source 
    yes /lib/modules/2.6.27-7-generic/build
         XFree86 source 
    no 
               Xorg SDK 
    yes /usr/include/xorg
              XSERVER64 
    yes
               dlloader 
    yes
                   XLib 
    yes /usr/lib
             xf86config 
    no
                    TCL 
    yes /usr/include/tcl8.4
                     TK 
    yes /usr/include/tcl8.4
                ncurses 
    yes

      BUILD OPTIONS
    :
                
    wacom.yes
                wacdump 
    yes 
                 xidump 
    yes 
            libwacomcfg 
    yes
             libwacomxi 
    yes
              xsetwacom 
    yes
                  hid
    .no 
             usbmouse
    .no
                evdev
    .no
             mousedev
    .no
                input
    .no
           wacom_drv
    .so yes /usr/lib/xorg/modules/input 
            wacom_drv
    .no
      wacom
    *_drv quirks Uninit-called IsXExtensionPointer key-events dixScreenOrigins
    ----------------------------------------
    manu@manu-laptop:~/Desktop/linuxwacom-0.8.1-6make
    Making all in src
    make
    [1]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    Making all in .
    make[2]: Entering directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    rm -f wacom.4x.gz
    gzip -9c < ./wacom.4x > wacom.4x.gz
    make[2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    Making all in wacomxi
    make
    [2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/wacomxi'
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF ".deps/wacomxi.Tpo" -c -o wacomxi.lo wacomxi.c; \
        then mv -f ".deps/wacomxi.Tpo" ".deps/wacomxi.Plo"; else rm -f ".deps/wacomxi.Tpo"; exit 1; fi
    mkdir .libs
     gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c  -fPIC -DPIC -o .libs/wacomxi.o
     gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c -o wacomxi.o >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4   -o libwacomxi.la -rpath /usr/lib/TkXInput -no-undefined wacomxi.lo -L/usr/lib -lX11 -lXi 
    gcc -shared  .libs/wacomxi.o  -L/usr/lib -lX11 -lXi  -Wl,-soname -Wl,libwacomxi.so.0 -o .libs/libwacomxi.so.0.0.0
    (cd .libs && rm -f libwacomxi.so.0 && ln -s libwacomxi.so.0.0.0 libwacomxi.so.0)
    (cd .libs && rm -f libwacomxi.so && ln -s libwacomxi.so.0.0.0 libwacomxi.so)
    ar cru .libs/libwacomxi.a  wacomxi.o
    ranlib .libs/libwacomxi.a
    creating libwacomxi.la
    (cd .libs && rm -f libwacomxi.la && ln -s ../libwacomxi.la libwacomxi.la)
    make[2]: Leaving directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src/wacomxi'
    Making all in util
    make[2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/util'
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF ".deps/wacomcfg.Tpo" --o wacomcfg.lo wacomcfg.c; \
        
    then mv -".deps/wacomcfg.Tpo" ".deps/wacomcfg.Plo"; else rm -".deps/wacomcfg.Tpo"; exit 1fi
    mkdir 
    .libs
     gcc 
    -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -pedantic -I/usr/include/xorg --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c  -fPIC -DPIC -.libs/wacomcfg.o
     gcc 
    -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -pedantic -I/usr/include/xorg --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.-o wacomcfg.>/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4   -o libwacomcfg.la -rpath /usr/lib -no-undefined -version-info 0:1:0 wacomcfg.lo -L/usr/lib -lX11 -lXi 
    gcc 
    -shared  .libs/wacomcfg.o  -L/usr/lib -lX11 -lXi  -Wl,-soname -Wl,libwacomcfg.so.0 -.libs/libwacomcfg.so.0.0.1
    (cd .libs && rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0)
    (
    cd .libs && rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so)
    ar cru .libs/libwacomcfg.a  wacomcfg.o
    ranlib 
    .libs/libwacomcfg.a
    creating libwacomcfg
    .la
    (cd .libs && rm -f libwacomcfg.la && ln -../libwacomcfg.la libwacomcfg.la)
    if 
    gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacdump.-MD -MP -MF ".deps/wacdump.Tpo" --o wacdump.o wacdump.c; \
        
    then mv -".deps/wacdump.Tpo" ".deps/wacdump.Po"; else rm -".deps/wacdump.Tpo"; exit 1fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacscrn.-MD -MP -MF ".deps/wacscrn.Tpo" --o wacscrn.o wacscrn.c; \
        
    then mv -".deps/wacscrn.Tpo" ".deps/wacscrn.Po"; else rm -".deps/wacscrn.Tpo"; exit 1fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wactablet.-MD -MP -MF ".deps/wactablet.Tpo" --o wactablet.o wactablet.c; \
        
    then mv -".deps/wactablet.Tpo" ".deps/wactablet.Po"; else rm -".deps/wactablet.Tpo"; exit 1fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacserial.-MD -MP -MF ".deps/wacserial.Tpo" --o wacserial.o wacserial.c; \
        
    then mv -".deps/wacserial.Tpo" ".deps/wacserial.Po"; else rm -".deps/wacserial.Tpo"; exit 1fi
    wacserial
    .cIn function ‘WacomFlush’:
    wacserial.c:1345warningignoring return value of ‘read’declared with attribute warn_unused_result
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacusb.-MD -MP -MF ".deps/wacusb.Tpo" --o wacusb.o wacusb.c; \
        
    then mv -".deps/wacusb.Tpo" ".deps/wacusb.Po"; else rm -".deps/wacusb.Tpo"; exit 1fi
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4   -o wacdump  wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.-lncurses 
    gcc 
    -Wall -pedantic -I/usr/include/xorg --O2 -D__amd64__ -I/usr/include/tcl8.4 -o wacdump wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.o  -lncurses
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT xidump.-MD -MP -MF ".deps/xidump.Tpo" --o xidump.o xidump.c; \
        
    then mv -".deps/xidump.Tpo" ".deps/xidump.Po"; else rm -".deps/xidump.Tpo"; exit 1fi
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4   -o xidump -L/usr/lib -lX11 -lXi -lm xidump.o wacscrn.-lncurses 
    gcc 
    -Wall -pedantic -I/usr/include/xorg --O2 -D__amd64__ -I/usr/include/tcl8.4 -o xidump xidump.o wacscrn.o  -L/usr/lib -lX11 -lXi -lm -lncurses
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT xsetwacom.-MD -MP -MF ".deps/xsetwacom.Tpo" --o xsetwacom.o xsetwacom.c; \
        
    then mv -".deps/xsetwacom.Tpo" ".deps/xsetwacom.Po"; else rm -".deps/xsetwacom.Tpo"; exit 1fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wcmAction.-MD -MP -MF ".deps/wcmAction.Tpo" --o wcmAction.o wcmAction.c; \
        
    then mv -".deps/wcmAction.Tpo" ".deps/wcmAction.Po"; else rm -".deps/wcmAction.Tpo"; exit 1fi
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  --O2 -D__amd64__ -I/usr/include/tcl8.4   -o xsetwacom  xsetwacom.o wcmAction.o libwacomcfg.la 
    gcc 
    -Wall -pedantic -I/usr/include/xorg --O2 -D__amd64__ -I/usr/include/tcl8.4 -.libs/xsetwacom xsetwacom.o wcmAction.o  ./.libs/libwacomcfg.so -L/usr/lib -lX11 -lXi -Wl,--rpath -Wl,/usr/lib
    creating xsetwacom
    make
    [2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/util'
    Making all in xdrv
    make[2]: Entering directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    gcc -MM -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -I../include -I/usr/include/xorg  ./xf86Wacom.c ./wcmSerial.c ./wcmUSB.c ./wcmISDV4.c ./wcmXCommand.c ./wcmCommon.c ./wcmCompat.c ./wcmConfig.c ./wcmFilter.c > .depend
    make[2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    make[2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o xf86Wacom.o -c ./xf86Wacom.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmSerial.o -c ./wcmSerial.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmUSB.o -c ./wcmUSB.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmISDV4.o -c ./wcmISDV4.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmXCommand.o -c ./wcmXCommand.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmCommon.o -c ./wcmCommon.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmCompat.o -c ./wcmCompat.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmConfig.o -c ./wcmConfig.c
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
            -pedantic -Wall -Wpointer-arith -fno-merge-constants \
            -fno-stack-protector -I. -I../include -I/usr/include/xorg  \
            -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \
            -o wcmFilter.o -c ./wcmFilter.c
    gcc -shared -nostdlib -o wacom_drv.so xf86Wacom.o wcmSerial.o wcmUSB.o wcmISDV4.o wcmXCommand.o wcmCommon.o wcmCompat.o wcmConfig.o wcmFilter.o -Bstatic -lgcc
    make[2]: Leaving directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    Making all in 2.6.27
    make[2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27'
    cp -../2.6.19/wacom_wac..
    cp -../2.6.22/wacom_wac..
        
    Building linuxwacom drivers for 2.6 kernel.
    ***
    NoteDrivers not enabled as modules in your kernel config but requested through configure are NOT built
    make 
    -/lib/modules/2.6.27-7-generic/build M=/home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27
    make
    [3]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'
      LD      /home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27/built-in.o
      CC [M]  /home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27/wacom_wac.o
      CC [M]  /home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27/wacom_sys.o
      LD [M]  /home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27/wacom.o
      Building modules, stage 2.
      MODPOST 1 modules
      CC      /home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27/wacom.mod.o
      LD [M]  /home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27/wacom.ko
    make[3]: Leaving directory 
    `/usr/src/linux-headers-2.6.27-7-generic'
    make[2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27'
    make[1]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    make[1]: Entering directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6'
    make[1]: Nothing to be done for `all-am'
    .
    make[1]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6'
    manu@manu-laptop:~/Desktop/linuxwacom-0.8.1-6$ sudo make install
    Making install in src
    make[1]: Entering directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    Making install in .
    make[2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    make[3]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    make[3]: Nothing to be done for 
    `install-exec-am'.
    test -z "/usr/man/man4" || mkdir -p -- "/usr/man/man4"
     /usr/bin/install -c -m 644 '
    wacom.4x.gz' '/usr/man/man4/wacom.4x.gz'
    make[3]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    make[2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    Making install in wacomxi
    make[2]: Entering directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src/wacomxi'
    make[3]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/wacomxi'
    make[3]: Nothing to be done for `install-exec-am'.
    test -z "/usr/bin" || mkdir -p -- "/usr/bin"
     /usr/bin/install -c 'wacomcpl' '/usr/bin/wacomcpl'
     /usr/bin/install -c 'wacomcpl-exec' '/usr/bin/wacomcpl-exec'
    test -z "/usr/lib/TkXInput" || mkdir -p -- "/usr/lib/TkXInput"
     /usr/bin/install -c -m 644 'pkgIndex.tcl' '/usr/lib/TkXInput/pkgIndex.tcl'
    test -z "/usr/lib/TkXInput" || mkdir -p -- "/usr/lib/TkXInput"
     /bin/bash ../../libtool --mode=install /usr/bin/install -c  'libwacomxi.la' '/usr/lib/TkXInput/libwacomxi.la'
    /usr/bin/install -c .libs/libwacomxi.so.0.0.0 /usr/lib/TkXInput/libwacomxi.so.0.0.0
    (cd /usr/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so.0 || { rm -f libwacomxi.so.0 && ln -s libwacomxi.so.0.0.0 libwacomxi.so.0; }; })
    (cd /usr/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so || { rm -f libwacomxi.so && ln -s libwacomxi.so.0.0.0 libwacomxi.so; }; })
    /usr/bin/install -c .libs/libwacomxi.lai /usr/lib/TkXInput/libwacomxi.la
    /usr/bin/install -c .libs/libwacomxi.a /usr/lib/TkXInput/libwacomxi.a
    chmod 644 /usr/lib/TkXInput/libwacomxi.a
    ranlib /usr/lib/TkXInput/libwacomxi.a
    PATH="
    $PATH:/sbin" ldconfig -n /usr/lib/TkXInput
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /usr/lib/TkXInput

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the 
    `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' 
    environment variable
         during execution
       
    add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the 
    `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'

    See any operating system documentation about shared libraries for
    more informationsuch as the ld(1) and ld.so(8manual pages.
    ----------------------------------------------------------------------
    make[3]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/wacomxi'
    make[2]: Leaving directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src/wacomxi'
    Making install in util
    make[2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/util'
    make[3]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/util'
    test -z "/usr/lib" || mkdir -p -- "/usr/lib"
     /bin/bash ../../libtool --mode=install /usr/bin/install -c  'libwacomcfg.la' '/usr/lib/libwacomcfg.la'
    /usr/bin/install -c .libs/libwacomcfg.so.0.0.1 /usr/lib/libwacomcfg.so.0.0.1
    (cd /usr/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so.0 || { rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0; }; })
    (cd /usr/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so || { rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so; }; })
    /usr/bin/install -c .libs/libwacomcfg.lai /usr/lib/libwacomcfg.la
    /usr/bin/install -c .libs/libwacomcfg.a /usr/lib/libwacomcfg.a
    chmod 644 /usr/lib/libwacomcfg.a
    ranlib /usr/lib/libwacomcfg.a
    PATH="
    $PATH:/sbin" ldconfig -n /usr/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /usr/lib

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the 
    `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' 
    environment variable
         during execution
       
    add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the 
    `-Wl,--rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'

    See any operating system documentation about shared libraries for
    more informationsuch as the ld(1) and ld.so(8manual pages.
    ----------------------------------------------------------------------
    test -"/usr/bin" || mkdir --- "/usr/bin"
      
    /bin/bash ../../libtool --mode=install /usr/bin/install -'wacdump' '/usr/bin/wacdump'
    /usr/bin/install -c wacdump /usr/bin/wacdump
      
    /bin/bash ../../libtool --mode=install /usr/bin/install -'xidump' '/usr/bin/xidump'
    /usr/bin/install -c xidump /usr/bin/xidump
      
    /bin/bash ../../libtool --mode=install /usr/bin/install -'xsetwacom' '/usr/bin/xsetwacom'
    /usr/bin/install -.libs/xsetwacom /usr/bin/xsetwacom
    test 
    -"/usr/include/wacomcfg" || mkdir --- "/usr/include/wacomcfg"
     
    /usr/bin/install --m 644 'wacomcfg.h' '/usr/include/wacomcfg/wacomcfg.h'
    make[3]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/util'
    make[2]: Leaving directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src/util'
    Making install in xdrv
    make[2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    make[3]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    make[3]: Nothing to be done for 
    `install-exec-am'.
    test -z "/usr/lib/xorg/modules/input" || mkdir -p -- "/usr/lib/xorg/modules/input"
     /usr/bin/install -c -m 644 '
    wacom_drv.so' '/usr/lib/xorg/modules/input/wacom_drv.so'
    make[3]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    make[2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/xdrv'
    Making install in 2.6.27
    make[2]: Entering directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27'
    make[2]: Nothing to be done for `install'
    .
    make[2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6/src/2.6.27'
    make[1]: Leaving directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6/src'
    make[1]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6'
    make[2]: Entering directory `/home/manu/Desktop/linuxwacom-0.8.1-6'
    make[2]: Nothing to be done for 
    `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'
    .
    make[2]: Leaving directory `/home/manu/Desktop/linuxwacom-0.8.1-6'
    make[1]: Leaving directory 
    `/home/manu/Desktop/linuxwacom-0.8.1-6'
    manu@manu-laptop:~/Desktop/linuxwacom-0.8.1-6$  sudo cp src/2.6.27/wacom.ko /lib/modules/2.6.27-7-generic/kernel/drivers/
    manu@manu-laptop:~/Desktop/linuxwacom-0.8.1-6$ 

    [/QUOTE] 

  5. #335
    Join Date
    Jul 2007
    Beans
    864
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Info and help for HP TX2500 Series

    You will need to configure your xorg.conf as per the tutorial. if you would like you can upload your xorg.conf after you are finished to make sure you did it right...
    Basically after you get it right, you just need to restart and the stylus and touch should work.
    Then you run the command
    wacomcpl

    and that opens a window where you can calibrate everything.
    Kory

  6. #336
    Join Date
    Jan 2006
    Beans
    14

    Re: Info and help for HP TX2500 Series

    thanks to all for this posts!

    i have tx2520er, and after two days i have everything working in ubuntu 8.10 except buttons (dvd, reload, rotate, settings)

    i found program getscancodes, from project keytouch
    http://keytouch.sourceforge.net/howt...ard/node4.html

    if i shut down gdm (/etc/init.d/gdm stop)
    and run
    sudo ./getscancodes /dev/input/event1
    Input driver version is 1.0.0
    Input device ID: bus 0x11 vendor 0x1 product 0x1 version 0xab41
    Input device name: "AT Translated Set 2 keyboard"

    and can get scancodes for DVD and Reload buttons (142 136)

    but when i run xev, seems that xev don't receive this keycodes (if i press other keys than i can see key codes).

    so, does any one know where could be the problem?


    by the way
    for my sound card i use following option
    options snd-hda-intel index=0 model=acer

    in attached files my system and xorg configuration

    sorry for English.
    Attached Files Attached Files

  7. #337
    Join Date
    Mar 2008
    Beans
    26

    Re: Info and help for HP TX2500 Series

    do i have to do this ? sorry but i m really stuck...
    PHP Code:
    [CODE]manu@manu-laptop:~$ sudo rmmod wacom
    [sudopassword for manu
    ERRORModule wacom does not exist in /proc/modules
    manu
    @manu-laptop:~$ sudo modprobe wacom[/CODE

  8. #338
    Join Date
    Nov 2006
    Beans
    57

    Re: Info and help for HP TX2500 Series

    hey guys,

    i spent most of yesterday trying to enable the wacom driver - but with no success so far, and thought maybe you could help me out here..

    i'm running Kubuntu Intrepid on my tx2520ej, using the fglrx video driver, sound is working, wifi, CPU scaling etc - all good. wacom, on the other hand.. well..

    i tried following Kory's manual more than a few times, but every time i get stuck just after running the command which afterwards, as Kory said, the screen should react to my touch/stylus.

    i haven't yet touched the xorg file, but i'm attaching the compiling sequence (from "configure" and right up to "sudo modprobe wacom". commands are in bold).

    output of 'uname -a', btw, is:
    Linux kishkashta 2.6.27-7-generic #1 SMP Thu Oct 30 04:12:22 UTC 2008 x86_64 GNU/Linux

    hopefully someone could tell me what's wrong here..

    thanks alot!!

    Code:
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ ls 
    aclocal.m4      config.guess  docs        Makefile.am     prebuilt
    AUTHORS         config.sub    GPL         Makefile.in     README  
    autom4te.cache  configure     install-sh  missing         src     
    bootstrap       configure.in  LGPL        mkxincludes.in          
    ChangeLog       depcomp       ltmain.sh   NEWS                    
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ ./configure --enable-wacom --prefix=/usr                                                      
    checking for a BSD-compatible install... /usr/bin/install -c       
    checking whether build environment is sane... yes                  
    checking for gawk... no                                            
    checking for mawk... mawk                                          
    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 ANSI C... none needed            
    checking for style of include used by make... GNU                  
    checking dependency style of gcc... gcc3                           
    checking for gawk... (cached) mawk                                 
    checking build system type... x86_64-unknown-linux-gnu             
    checking host system type... x86_64-unknown-linux-gnu              
    checking for a sed that does not truncate output... /bin/sed       
    checking for egrep... grep -E                                      
    checking for ld used by gcc... /usr/bin/ld                         
    checking if the linker (/usr/bin/ld) is GNU ld... yes              
    checking for /usr/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 recognise 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 f77... no                                             
    checking for xlf... no                                             
    checking for frt... no                                             
    checking for pgf77... no                                           
    checking for fort77... no                                          
    checking for fl32... no                                            
    checking for af77... no                                            
    checking for f90... no                                             
    checking for xlf90... no                                           
    checking for pgf90... no                                           
    checking for epcf90... no                                          
    checking for f95... no                                             
    checking for fort... no                                            
    checking for xlf95... no                                           
    checking for ifc... no                                             
    checking for efc... no                                             
    checking for pgf95... no                                           
    checking for lf95... no                                            
    checking for gfortran... no                                        
    checking whether we are using the GNU Fortran 77 compiler... no    
    checking whether  accepts -g... no                                 
    checking the maximum length of command line arguments... 32768     
    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/bin/ld -m elf_x86_64) 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/bin/ld -m elf_x86_64           
    checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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/bin/ld -m elf_x86_64) supports shared libraries... yes                                          
    checking dynamic linker characteristics... GNU/Linux ld.so         
    checking how to hardcode library paths into programs... immediate  
    appending configuration tag "F77" to libtool                       
    checking for pkg-config... /usr/bin/pkg-config                     
    checking pkg-config is at least version 0.9.0... yes               
    checking for arch type... x86_64-linux-gnu                         
    checking for kernel type... Linux                                  
    checking for linux-based kernel... yes                             
    checking for kernel source/headers... /lib/modules/2.6.27-7-generic/build                                                             
    checking kernel version... 2.6.27-7-generic                        
    checking for kernel module support... yes                          
    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 SDK defines IsXExtensionPointer... yes            
    checking if Xorg SDK defines dixScreenOrigins... yes               
    checking XInput extension version... >= 2.0                        
    checking for lib xf86config... 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.4                                    
    checking for tcl header files... found, /usr/include/tcl8.4        
    checking for tk header files... found, /usr/include/tcl8.4         
    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.4/Makefile 
    config.status: creating src/2.4.22/Makefile
    config.status: creating src/2.6.8/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/wacomxi/Makefile
    config.status: creating src/wacomxi/wacomcpl
    config.status: creating src/include/xdrv-config.h
    config.status: creating src/include/kernel-config.h
    config.status: creating src/include/util-config.h  
    config.status: executing depfiles commands         
    
    ----------------------------------------
      BUILD ENVIRONMENT:                    
           architecture - x86_64-linux-gnu  
           linux kernel - yes 2.6.27        
      module versioning - no                
          kernel source - yes /lib/modules/2.6.27-7-generic/build
         XFree86 source - no                                     
               Xorg SDK - yes /usr/include/xorg                  
              XSERVER64 - yes                                    
               dlloader - yes                                    
                   XLib - yes /usr/lib                           
             xf86config - no                                     
                    TCL - yes /usr/include/tcl8.4                
                     TK - yes /usr/include/tcl8.4                
                ncurses - yes                                    
    
      BUILD OPTIONS:
                wacom.o - yes
                wacdump - yes 
                 xidump - yes 
            libwacomcfg - yes 
             libwacomxi - yes 
              xsetwacom - yes 
                  hid.o - no  
             usbmouse.o - no  
                evdev.o - no  
             mousedev.o - no  
                input.o - no  
           wacom_drv.so - yes /usr/lib/xorg/modules/input 
            wacom_drv.o - no                              
      wacom*_drv quirks - Uninit-called IsXExtensionPointer key-events dixScreenOrigins                                                   
    ----------------------------------------                           
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ make                       
    Making all in src                                                  
    make[1]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src'  
    Making all in .                                                    
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src'  
    rm -f wacom.4x.gz                                                  
    gzip -9c < ./wacom.4x > wacom.4x.gz                                
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src'   
    Making all in wacomxi                                              
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/wacomxi'                                                             
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF ".deps/wacomxi.Tpo" -c -o wacomxi.lo wacomxi.c; \   
            then mv -f ".deps/wacomxi.Tpo" ".deps/wacomxi.Plo"; else rm -f ".deps/wacomxi.Tpo"; exit 1; fi                                
    mkdir .libs                                                        
     gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c  -fPIC -DPIC -o .libs/wacomxi.o                                           
     gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomxi.lo -MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c -o wacomxi.o >/dev/null 2>&1                                              
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -g -O2 -D__amd64__ -I/usr/include/tcl8.4   -o libwacomxi.la -rpath /usr/lib/TkXInput -no-undefined wacomxi.lo -L/usr/lib -lX11 -lXi               
    gcc -shared  .libs/wacomxi.o  -L/usr/lib -lX11 -lXi  -Wl,-soname -Wl,libwacomxi.so.0 -o .libs/libwacomxi.so.0.0.0                     
    (cd .libs && rm -f libwacomxi.so.0 && ln -s libwacomxi.so.0.0.0 libwacomxi.so.0)                                                      
    (cd .libs && rm -f libwacomxi.so && ln -s libwacomxi.so.0.0.0 libwacomxi.so)                                                          
    ar cru .libs/libwacomxi.a  wacomxi.o                               
    ranlib .libs/libwacomxi.a                                          
    creating libwacomxi.la                                             
    (cd .libs && rm -f libwacomxi.la && ln -s ../libwacomxi.la libwacomxi.la)                                                             
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/wacomxi'                                                              
    Making all in util                                                 
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/util'                                                                
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF ".deps/wacomcfg.Tpo" -c -o wacomcfg.lo wacomcfg.c; \                                   
            then mv -f ".deps/wacomcfg.Tpo" ".deps/wacomcfg.Plo"; else rm -f ".deps/wacomcfg.Tpo"; exit 1; fi                             
    mkdir .libs                                                        
     gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -pedantic -I/usr/include/xorg -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c  -fPIC -DPIC -o .libs/wacomcfg.o         
     gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include -Wall -pedantic -I/usr/include/xorg -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.Tpo -c wacomcfg.c -o wacomcfg.o >/dev/null 2>&1            
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4   -o libwacomcfg.la -rpath /usr/lib -no-undefined -version-info 0:1:0 wacomcfg.lo -L/usr/lib -lX11 -lXi                                      
    gcc -shared  .libs/wacomcfg.o  -L/usr/lib -lX11 -lXi  -Wl,-soname -Wl,libwacomcfg.so.0 -o .libs/libwacomcfg.so.0.0.1                  
    (cd .libs && rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0)                                                   
    (cd .libs && rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so)                                                       
    ar cru .libs/libwacomcfg.a  wacomcfg.o                             
    ranlib .libs/libwacomcfg.a                                         
    creating libwacomcfg.la                                            
    (cd .libs && rm -f libwacomcfg.la && ln -s ../libwacomcfg.la libwacomcfg.la)                                                          
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacdump.o -MD -MP -MF ".deps/wacdump.Tpo" -c -o wacdump.o wacdump.c; \                      
            then mv -f ".deps/wacdump.Tpo" ".deps/wacdump.Po"; else rm -f ".deps/wacdump.Tpo"; exit 1; fi                                 
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacscrn.o -MD -MP -MF ".deps/wacscrn.Tpo" -c -o wacscrn.o wacscrn.c; \                      
            then mv -f ".deps/wacscrn.Tpo" ".deps/wacscrn.Po"; else rm -f ".deps/wacscrn.Tpo"; exit 1; fi                                 
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wactablet.o -MD -MP -MF ".deps/wactablet.Tpo" -c -o wactablet.o wactablet.c; \              
            then mv -f ".deps/wactablet.Tpo" ".deps/wactablet.Po"; else rm -f ".deps/wactablet.Tpo"; exit 1; fi                           
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacserial.o -MD -MP -MF ".deps/wacserial.Tpo" -c -o wacserial.o wacserial.c; \              
            then mv -f ".deps/wacserial.Tpo" ".deps/wacserial.Po"; else rm -f ".deps/wacserial.Tpo"; exit 1; fi                           
    wacserial.c: In function ‘WacomFlush’:                             
    wacserial.c:1345: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result                                
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wacusb.o -MD -MP -MF ".deps/wacusb.Tpo" -c -o wacusb.o wacusb.c; \                          
            then mv -f ".deps/wacusb.Tpo" ".deps/wacusb.Po"; else rm -f ".deps/wacusb.Tpo"; exit 1; fi                                    
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4   -o wacdump  wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.o -lncurses                                                                 
    gcc -Wall -pedantic -I/usr/include/xorg -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -o wacdump wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.o  -lncurses                                              
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT xidump.o -MD -MP -MF ".deps/xidump.Tpo" -c -o xidump.o xidump.c; \                          
            then mv -f ".deps/xidump.Tpo" ".deps/xidump.Po"; else rm -f ".deps/xidump.Tpo"; exit 1; fi                                    
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4   -o xidump -L/usr/lib -lX11 -lXi -lm xidump.o wacscrn.o -lncurses        
    gcc -Wall -pedantic -I/usr/include/xorg -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -o xidump xidump.o wacscrn.o  -L/usr/lib -lX11 -lXi -lm -lncurses                                                       
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT xsetwacom.o -MD -MP -MF ".deps/xsetwacom.Tpo" -c -o xsetwacom.o xsetwacom.c; \              
            then mv -f ".deps/xsetwacom.Tpo" ".deps/xsetwacom.Po"; else rm -f ".deps/xsetwacom.Tpo"; exit 1; fi                           
    if gcc -DHAVE_CONFIG_H -I. -I. -I../../src/include -I../../src/include -I../../src/include    -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -MT wcmAction.o -MD -MP -MF ".deps/wcmAction.Tpo" -c -o wcmAction.o wcmAction.c; \              
            then mv -f ".deps/wcmAction.Tpo" ".deps/wcmAction.Po"; else rm -f ".deps/wcmAction.Tpo"; exit 1; fi                           
    /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pedantic -I/usr/include/xorg  -g -O2 -D__amd64__ -I/usr/include/tcl8.4   -o xsetwacom  xsetwacom.o wcmAction.o libwacomcfg.la                    
    gcc -Wall -pedantic -I/usr/include/xorg -g -O2 -D__amd64__ -I/usr/include/tcl8.4 -o .libs/xsetwacom xsetwacom.o wcmAction.o  ./.libs/libwacomcfg.so -L/usr/lib -lX11 -lXi -Wl,--rpath -Wl,/usr/lib       
    creating xsetwacom                                                 
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/util'                                                                 
    Making all in xdrv                                                 
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                
    gcc -MM -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -I../include -I/usr/include/xorg  ./xf86Wacom.c ./wcmSerial.c ./wcmUSB.c ./wcmISDV4.c ./wcmXCommand.c ./wcmCommon.c ./wcmCompat.c ./wcmConfig.c ./wcmFilter.c > .depend                                                   
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                 
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o xf86Wacom.o -c ./xf86Wacom.c                    
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmSerial.o -c ./wcmSerial.c                    
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmUSB.o -c ./wcmUSB.c                          
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmISDV4.o -c ./wcmISDV4.c                      
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmXCommand.o -c ./wcmXCommand.c                
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmCommon.o -c ./wcmCommon.c                    
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmCompat.o -c ./wcmCompat.c                    
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmConfig.o -c ./wcmConfig.c                    
    gcc -g -O2 -D__amd64__ -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \                                                                  
                    -pedantic -Wall -Wpointer-arith -fno-merge-constants \                                                                
                    -fno-stack-protector -I. -I../include -I/usr/include/xorg  \                                                          
                    -D_XSERVER64 -I/usr/include/xorg -I/usr/include/pixman-1   \                                                          
                    -o wcmFilter.o -c ./wcmFilter.c                    
    gcc -shared -nostdlib -o wacom_drv.so xf86Wacom.o wcmSerial.o wcmUSB.o wcmISDV4.o wcmXCommand.o wcmCommon.o wcmCompat.o wcmConfig.o wcmFilter.o -Bstatic -lgcc                                           
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                 
    Making all in 2.6.27                                               
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/2.6.27'                                                              
    cp -f ../2.6.19/wacom_wac.c .                                      
    cp -f ../2.6.22/wacom_wac.h .                                      
        Building linuxwacom drivers for 2.6 kernel.                    
    ***Note: Drivers not enabled as modules in your kernel config but requested through configure are NOT built                           
    make -C /lib/modules/2.6.27-7-generic/build M=/home/chikko/linuxwacom-0.8.1-6/src/2.6.27                                              
    make[3]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'                                                                 
      LD      /home/chikko/linuxwacom-0.8.1-6/src/2.6.27/built-in.o    
      CC [M]  /home/chikko/linuxwacom-0.8.1-6/src/2.6.27/wacom_wac.o   
      CC [M]  /home/chikko/linuxwacom-0.8.1-6/src/2.6.27/wacom_sys.o   
      LD [M]  /home/chikko/linuxwacom-0.8.1-6/src/2.6.27/wacom.o       
      Building modules, stage 2.                                       
      MODPOST 1 modules                                                
      CC      /home/chikko/linuxwacom-0.8.1-6/src/2.6.27/wacom.mod.o   
      LD [M]  /home/chikko/linuxwacom-0.8.1-6/src/2.6.27/wacom.ko      
    make[3]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'                                                                  
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/2.6.27'                                                               
    make[1]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src'   
    make[1]: Entering directory `/home/chikko/linuxwacom-0.8.1-6'      
    make[1]: Nothing to be done for `all-am'.                          
    make[1]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6'       
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ sudo make install
    Making install in src                                    
    make[1]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src'
    Making install in .                                              
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src'
    make[3]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src'
    make[3]: Nothing to be done for `install-exec-am'.               
    test -z "/usr/man/man4" || mkdir -p -- "/usr/man/man4"           
     /usr/bin/install -c -m 644 'wacom.4x.gz' '/usr/man/man4/wacom.4x.gz'                                                                 
    make[3]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src'   
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src'   
    Making install in wacomxi                                          
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/wacomxi'                                                             
    make[3]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/wacomxi'                                                             
    make[3]: Nothing to be done for `install-exec-am'.                 
    test -z "/usr/bin" || mkdir -p -- "/usr/bin"                       
     /usr/bin/install -c 'wacomcpl' '/usr/bin/wacomcpl'                
     /usr/bin/install -c 'wacomcpl-exec' '/usr/bin/wacomcpl-exec'      
    test -z "/usr/lib/TkXInput" || mkdir -p -- "/usr/lib/TkXInput"     
     /usr/bin/install -c -m 644 'pkgIndex.tcl' '/usr/lib/TkXInput/pkgIndex.tcl'                                                           
    test -z "/usr/lib/TkXInput" || mkdir -p -- "/usr/lib/TkXInput"     
     /bin/bash ../../libtool --mode=install /usr/bin/install -c  'libwacomxi.la' '/usr/lib/TkXInput/libwacomxi.la'                        
    /usr/bin/install -c .libs/libwacomxi.so.0.0.0 /usr/lib/TkXInput/libwacomxi.so.0.0.0                                                   
    (cd /usr/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so.0 || { rm -f libwacomxi.so.0 && ln -s libwacomxi.so.0.0.0 libwacomxi.so.0; }; })                                                   
    (cd /usr/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so || { rm -f libwacomxi.so && ln -s libwacomxi.so.0.0.0 libwacomxi.so; }; })                                                         
    /usr/bin/install -c .libs/libwacomxi.lai /usr/lib/TkXInput/libwacomxi.la                                                              
    /usr/bin/install -c .libs/libwacomxi.a /usr/lib/TkXInput/libwacomxi.a                                                                 
    chmod 644 /usr/lib/TkXInput/libwacomxi.a                           
    ranlib /usr/lib/TkXInput/libwacomxi.a                              
    PATH="$PATH:/sbin" ldconfig -n /usr/lib/TkXInput                   
    ----------------------------------------------------------------------                                                                
    Libraries have been installed in:                                  
       /usr/lib/TkXInput                                               
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:      
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable  
         during execution                                          
       - add LIBDIR to the `LD_RUN_PATH' environment variable      
         during linking                                            
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag              
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.   
    ----------------------------------------------------------------------                                                                
    make[3]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/wacomxi'                                                              
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/wacomxi'                                                              
    Making install in util                                             
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/util'                                                                
    make[3]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/util'                                                                
    test -z "/usr/lib" || mkdir -p -- "/usr/lib"                       
     /bin/bash ../../libtool --mode=install /usr/bin/install -c  'libwacomcfg.la' '/usr/lib/libwacomcfg.la'                               
    /usr/bin/install -c .libs/libwacomcfg.so.0.0.1 /usr/lib/libwacomcfg.so.0.0.1                                                          
    (cd /usr/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so.0 || { rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0; }; })                                                       
    (cd /usr/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so || { rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so; }; })                                                             
    /usr/bin/install -c .libs/libwacomcfg.lai /usr/lib/libwacomcfg.la  
    /usr/bin/install -c .libs/libwacomcfg.a /usr/lib/libwacomcfg.a     
    chmod 644 /usr/lib/libwacomcfg.a                                   
    ranlib /usr/lib/libwacomcfg.a                                      
    PATH="$PATH:/sbin" ldconfig -n /usr/lib                            
    ----------------------------------------------------------------------                                                                
    Libraries have been installed in:                                  
       /usr/lib                                                        
    
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:      
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable  
         during execution                                          
       - add LIBDIR to the `LD_RUN_PATH' environment variable      
         during linking                                            
       - use the `-Wl,--rpath -Wl,LIBDIR' linker flag              
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.   
    ----------------------------------------------------------------------                                                                
    test -z "/usr/bin" || mkdir -p -- "/usr/bin"                       
      /bin/bash ../../libtool --mode=install /usr/bin/install -c 'wacdump' '/usr/bin/wacdump'                                             
    /usr/bin/install -c wacdump /usr/bin/wacdump                       
      /bin/bash ../../libtool --mode=install /usr/bin/install -c 'xidump' '/usr/bin/xidump'                                               
    /usr/bin/install -c xidump /usr/bin/xidump                         
      /bin/bash ../../libtool --mode=install /usr/bin/install -c 'xsetwacom' '/usr/bin/xsetwacom'                                         
    /usr/bin/install -c .libs/xsetwacom /usr/bin/xsetwacom             
    test -z "/usr/include/wacomcfg" || mkdir -p -- "/usr/include/wacomcfg"                                                                
     /usr/bin/install -c -m 644 'wacomcfg.h' '/usr/include/wacomcfg/wacomcfg.h'                                                           
    make[3]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/util'                                                                 
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/util'                                                                 
    Making install in xdrv                                             
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                
    make[3]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                
    make[3]: Nothing to be done for `install-exec-am'.                 
    test -z "/usr/lib/xorg/modules/input" || mkdir -p -- "/usr/lib/xorg/modules/input"                                                    
     /usr/bin/install -c -m 644 'wacom_drv.so' '/usr/lib/xorg/modules/input/wacom_drv.so'                                                 
    make[3]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                 
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/xdrv'                                                                 
    Making install in 2.6.27                                           
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6/src/2.6.27'                                                              
    make[2]: Nothing to be done for `install'.                         
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src/2.6.27'                                                               
    make[1]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6/src'   
    make[1]: Entering directory `/home/chikko/linuxwacom-0.8.1-6'      
    make[2]: Entering directory `/home/chikko/linuxwacom-0.8.1-6'      
    make[2]: Nothing to be done for `install-exec-am'.                 
    make[2]: Nothing to be done for `install-data-am'.                 
    make[2]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6'       
    make[1]: Leaving directory `/home/chikko/linuxwacom-0.8.1-6'       
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ sudo cp ./src/2.6.27/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko    
    chikko@kishkashta:~/linuxwacom-0.8.1-6$                            
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ sudo rmmod wacom           
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ sudo depmod -e             
    chikko@kishkashta:~/linuxwacom-0.8.1-6$ sudo modprobe wacom

  9. #339
    Join Date
    Jan 2006
    Beans
    14

    Re: Info and help for HP TX2500 Series

    i found decision!

    i add two lines in to
    /etc/rc.local
    Code:
    #8e == 142 DVD
    setkeycodes 8e 193
    #88 == 136 RELOAD
    setkeycodes 88 194
    after reboot i have keycodes in xev
    201 for DVD
    and
    202 for RELOAD

    i add them in to modmap

    ~/.Xmodmap
    Code:
    keycode 201 = XF86Launch2
    keycode 202 = XF86Launch3
    i also write script to rotate screen (in attach)

    my resume for hp tx2520er:

    1)wifi BCM4312 802.11b/g working good with opensource driver

    2)touch screen working well with latest linuxwacom-0.8.1-6

    3)fingerprint working with fprint (packages libfprint0 libpam-fprint fprint-demo)
    but to use it with gnome-screensaver (or other screensavers)
    user need permission to usb device AES1600
    i create special group usbusers then add myself in to it and correct udev rules:
    Code:
    sudo addgroup --system usbusers
    sudo usermod -a -G usbusers $USER
    find lines
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",MODE="0664"
    SUBSYSTEM=="usb_device", MODE="0664"

    and change to

    nano /etc/udev/rules.d/40-basic-permissions.rules

    Code:
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device",GROUP="usbusers", MODE="0664"
    SUBSYSTEM=="usb_device",                GROUP="usbusers",MODE="0664"
    after that reboot

    4)web-camera working well out of the box.

    5) sound card working with cpecial setting in
    /etc/modprobe.d/alsa-base
    Code:
    options snd-hda-intel index=0 model=acer
    6)cpu cooler working well out of the box (or may be with latest bios form hp) but full silent only when laptop lid is closed (for example in vista it silent after one minute nothing do)

    7)hibernate (and resume) working well (i use radeon video driver)
    but after resume if switch to console i see garbage
    network manager automaticaly changes network settings for current available wifi network after resume.

    thanks for all, and good luck!
    Attached Files Attached Files

  10. #340
    Join Date
    Jul 2007
    Beans
    864
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Info and help for HP TX2500 Series

    @manu7irl and chiko

    You might go to the tutorial again.
    I have updated it just a few minutes ago to deal with some of the issues faced by Intrepid.

    Basically you don't need to run any of those modprobe commands.
    after you copy the module, you just need to restart.
    I would just start over (I know that's not what you wanted to hear, but it really isn't that bad. Don't skip any commands as some are the ones that are added and needed. Just delete any linux wacom folders already on your desktop and troop on )
    After you do all that, take a shot at messing with your xorg.conf. If you can't figure it out, upload it here and I can help you.
    Kory

Page 34 of 64 FirstFirst ... 24323334353644 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •