Page 11 of 56 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 554

Thread: HOWTO: Wacom in 8.04 Hardy

  1. #101
    Join Date
    May 2008
    Beans
    2

    Re: HOWTO: Wacom in 8.04 Hardy

    Many thanks for the guide and help neko18

    I managed to get the tablet screen working as a mouse (and it's calibrated nicely too!) on my hp tx2110. I used the instructions you gave to rajivnanda on page 2 (the numbers are a little out of sync after the updated 0.8.0 instructions). Although wacomcpl doesn't seem to work - it gives me an unknown device error for all four wacom components in the list

    There's also a nasty side effect. Every time I now press tab in a bash terminal window (with a system beep) X restarts. It only happens after using the patched instructions. I was wondering if anyone else has seen this or has any ideas why it might be.
    Attached Images Attached Images
    Attached Files Attached Files

  2. #102
    Join Date
    May 2008
    Beans
    2

    Re: HOWTO: Wacom in 8.04 Hardy

    Seems the tab issue is fixed by using the xorg.conf file entries in here (post #27).

    wacomcpl kind of works now too, though this may be unrelated to the changes to xorg.conf

  3. #103
    Join Date
    Feb 2008
    Beans
    12

    Re: HOWTO: Wacom in 8.04 Hardy

    How can disinstall the wacom driver for retring to install wacom driver

  4. #104
    Join Date
    Feb 2008
    Beans
    12

    Re: HOWTO: Wacom in 8.04 Hardy

    @rospo84
    Try running through the guide again.
    i tried to run through the guide but now it give me error at the step 7.
    7.
    Code:

    ./configure --enable-wacom
    make
    sudo make install
    It didn't make the "sudo make install". I tried to go ahed but at the step 12 when i write
    Code:
    sudo cp linuxwacom-0.8.0/src/2.6.24/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
    it returned:
    cp: impossibile fare stat di `linuxwacom-0.8.0/src/2.6.24/wacom.ko': Nessun file o directory
    that means that there are no file or directory and that it was impossible make the stat of `linuxwacom-0.8.0/src/2.6.24/wacom.ko'.
    So, can anybody help me.
    Sorry for my worst english!!!

  5. #105
    Join Date
    May 2008
    Beans
    4

    Talking Like all Linux: It worked...after some work

    I tried all steps and it worked just fine...After I tweaked the xorg.conf.. this because my tablet is an old ArtPad II Serial tablet and not a USB model...After playing with wacdump and xsetwacom I managed to get my old tablet working and with
    Code:
     xsetwacom set stylus button2 3
    I mapped the middle button to mouse-right.

    Thank you so much

  6. #106
    Join Date
    May 2008
    Beans
    4

    Re: HOWTO: Wacom in 8.04 Hardy

    Quote Originally Posted by rospo84 View Post
    i tried to run through the guide but now it give me error at the step 7.
    It didn't make the "sudo make install". I tried to go ahed but at the step 12 when i write
    Code:
    sudo cp linuxwacom-0.8.0/src/2.6.24/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
    it returned:
    that means that there are no file or directory and that it was impossible make the stat of `linuxwacom-0.8.0/src/2.6.24/wacom.ko'.
    So, can anybody help me.
    Sorry for my worst english!!!
    You can't find it possibly because you are on "/home/whomeveryoure/linuxwacom-0.8.0/",it happened to me, so try instead:
    Code:
    sudo cp src/2.6.24/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
    or

    Code:
    sudo cp /home/'usrname'/wacom/linuxwacom-0.8.0/src/2.6.24/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko

  7. #107
    Join Date
    Dec 2005
    Location
    Nowhere!
    Beans
    180
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Wacom in 8.04 Hardy

    @tss101
    I'm glad your tablet is working. I'm guessing the 'Option "ForceDevice" "ISDV4"' line fixed it.

    @rospo84
    Please open a terminal and run the following commands. Attach their output.
    Code:
    cd ~/wacom/linuxwacom-0.8.0
    ./configure --enable-wacom
    make | tail -n 300
    sudo make install
    @Papadzulinux
    Noting the current directory is a good tip. I'll try to integrate it into the guide somehow.

  8. #108
    Join Date
    Feb 2008
    Beans
    12

    Re: HOWTO: Wacom in 8.04 Hardy

    Quote Originally Posted by Papadzulinux View Post
    You can't find it possibly because you are on "/home/whomeveryoure/linuxwacom-0.8.0/",it happened to me, so try instead:
    Code:
    sudo cp src/2.6.24/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
    or

    Code:
    sudo cp /home/'usrname'/wacom/linuxwacom-0.8.0/src/2.6.24/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
    doesn't work!!!

  9. #109
    Join Date
    Feb 2008
    Beans
    12

    Re: HOWTO: Wacom in 8.04 Hardy

    Quote Originally Posted by neko18 View Post
    @tss101
    I'm glad your tablet is working. I'm guessing the 'Option "ForceDevice" "ISDV4"' line fixed it.

    @rospo84
    Please open a terminal and run the following commands. Attach their output.
    Code:
    cd ~/wacom/linuxwacom-0.8.0
    ./configure --enable-wacom
    make | tail -n 300
    sudo make install
    @Papadzulinux
    Noting the current directory is a good tip. I'll try to integrate it into the guide somehow.
    make | tail -n 300 give me:

    Code:
    Making all in src
    make[1]: Entering directory `/home/neararo/linuxwacom-0.8.0/src'
    Making all in .
    make[2]: Entering directory `/home/neararo/linuxwacom-0.8.0/src'
    make[2]: Nothing to be done for `all-am'.
    make[2]: Leaving directory `/home/neararo/linuxwacom-0.8.0/src'
    Making all in wacomxi
    make[2]: Entering directory `/home/neararo/linuxwacom-0.8.0/src/wacomxi'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/neararo/linuxwacom-0.8.0/src/wacomxi'
    Making all in util
    make[2]: Entering directory `/home/neararo/linuxwacom-0.8.0/src/util'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/neararo/linuxwacom-0.8.0/src/util'
    Making all in xdrv
    make[2]: Entering directory `/home/neararo/linuxwacom-0.8.0/src/xdrv'
    gcc -MM -g -O2 -I/usr/include/tcl  -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/neararo/linuxwacom-0.8.0/src/xdrv'
    make[2]: Entering directory `/home/neararo/linuxwacom-0.8.0/src/xdrv'
    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/neararo/linuxwacom-0.8.0/src/xdrv'
    Making all in 2.6.24
    make[2]: Entering directory `/home/neararo/linuxwacom-0.8.0/src/2.6.24'
    cp -f ../2.6.19/wacom_wac.c .
    cp -f ../2.6.19/wacom.h .
    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.24-16-generic/build M=/home/neararo/linuxwacom-0.8.0/src/2.6.24
    make[3]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
      CC [M]  /home/neararo/linuxwacom-0.8.0/src/2.6.24/wacom_wac.o
      CC [M]  /home/neararo/linuxwacom-0.8.0/src/2.6.24/wacom_sys.o
      LD [M]  /home/neararo/linuxwacom-0.8.0/src/2.6.24/wacom.o
      Building modules, stage 2.
      MODPOST 1 modules
      LD [M]  /home/neararo/linuxwacom-0.8.0/src/2.6.24/wacom.ko
    make[3]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
    make[2]: Leaving directory `/home/neararo/linuxwacom-0.8.0/src/2.6.24'
    make[1]: Leaving directory `/home/neararo/linuxwacom-0.8.0/src'
    make[1]: Entering directory `/home/neararo/linuxwacom-0.8.0'
    make[1]: Nothing to be done for `all-am'.
    make[1]: Leaving directory `/home/neararo/linuxwacom-0.8.0'

  10. #110
    Join Date
    May 2008
    Beans
    11

    Question Re: HOWTO: Wacom in 8.04 Hardy

    Hello everyone, I can not run the file. Xinitrc to boot my PC to restart my setup, I am French, starting on Linux and I have a little difficulty to understand or do I put this file. Xinitrc I has a wacom bamboo and the beta version 0.7.9-11 driver because I encounter some difficulties with version 0.8.0!

    I would like to know if there is a special code to enter the file. Xinitrc or if he just returned my staff like this:
    Code:
    xsetwacom set stylus button2 3 
    xsetwacom set stylus button3 2 
    xsetwacom set pad button1 "core key shift" 
    xsetwacom set pad button1 "core key shift super" 
    xsetwacom set pad button1 "core key ctrl" 
    xsetwacom set pad button1 "core alt key super tab"
    and I wanted to know whether this file requires absolutely wacomcpl and if it depends on him because I have some problems with him,GUI displays, but show nothing !!!


    Be indulgent with me and my English, I am not an expert !

    Another possibility, with a file. sh, but because I try my knowledge are limited, and when my system restarts execute it in the file, but Kate

    For those interested I send you my Xorg.0.log together with the results of diagnostic USB my machine:
    Code:
    (II) LoadModule: "wacom" 
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so 
    (II) Module wacom: vendor="X.Org Foundation" 
    (II) Wacom driver level: 47-0.7.9-11 $ 
    (**) stylus device is /dev/input/wacom 
    (**) WACOM: suppress value is 2 
    (**) cursor device is /dev/input/wacom 
    (**) WACOM: suppress value is 2 
    (**) eraser device is /dev/input/wacom 
    (**) WACOM: suppress value is 2 
    (**) pad device is /dev/input/wacom 
    (**) WACOM: suppress value is 2 
    (II) XINPUT: Adding extended input device "pad" (type: Wacom Pad) 
    (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser) 
    (II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor) 
    (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus) 
    (**) Option "Device" "/dev/input/wacom" 
    pad Wacom X driver grabbed event device 
    (==) Wacom using pressure threshold of 30 for button 1 
    (==) Wacom USB Bamboo tablet speed=9600 maxX=14760 maxY=9225 maxZ=511 resX=2540 resY=2540  tilt=enabled 
    (==) Wacom device "pad" top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540 
    (==) Wacom device "eraser" top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540 
    (==) Wacom device "cursor" top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540 
    (==) Wacom device "stylus" top X=0 top Y=0 bottom X=14760 bottom Y=9225 resol X=2540 resol Y=2540
    and lsusb result :

    Code:
    Bus 005 Device 004: ID 0930:6545 Toshiba Corp. 
    Bus 005 Device 001: ID 0000:0000 
    Bus 004 Device 004: ID 1241:1503 Belkin 
    Bus 004 Device 003: ID 15ca:00c3 
    Bus 004 Device 002: ID 058f:9254 Alcor Micro Corp. Hub 
    Bus 004 Device 001: ID 0000:0000 
    Bus 003 Device 002: ID 056a:0065 Wacom Co., Ltd 
    Bus 003 Device 001: ID 0000:0000 
    Bus 002 Device 003: ID 046d:c512 Logitech, Inc. 
    Bus 002 Device 001: ID 0000:0000 
    Bus 001 Device 001: ID 0000:0000

Page 11 of 56 FirstFirst ... 91011121321 ... LastLast

Tags for this Thread

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
  •