Search:

Type: Posts; User: dreh; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    780

    [ubuntu] casper, live cd, dhcp assigned hostname

    I'm booting sucessfull via pxeboot a live ubuntu remix. I wan't to set the hostname via dhcp because I'm booting several instances of the same image. Right now I'm using a hookline in...
  2. Replies
    4
    Views
    2,219

    [ubuntu] Re: BlackMagic Decklink SDI to display desktop?

    You found a solution for the decklink card ? I'm interested in pbuying one.
  3. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    sudo udevadm info --path=/devices/pnp0/00:08/tty/ttyS0/serio2/input/input5 --query=all


    P: /devices/pnp0/00:08/tty/ttyS0/serio2/input/input5
    E: ABS=1000003
    E:...
  4. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    udevadm info -a -p $(udevadm info -q path -n /dev/ttyS0)

    Udevadm info starts with the device specified by the devpath and then
    walks up the chain of parent devices. It prints for every device...
  5. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    # Attach Wacom W8001 devices
    SUBSYSTEM=="tty", KERNEL=="ttyS[0-9]*", ATTRS{id}=="FUJ02e5", ACTION=="add|change", RUN+="/lib/udev/inputattach --daemon --baud 19200 --w8001 /dev/%k"
    ...
  6. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    sry took a while.
    I use this:
  7. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    To answer my own questions. The udev rule works I've overseen the "="-typo in ENV{PRODUCT}=='13/3d/*'. Even the system settings are now recognized. Now I have to adjust the threshold in a custom 52...
  8. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    I have another question the ubuntu system settings -> wacom graphics tablet recognizes that a tablet is connected but it seems like values are ignored. Is this a known issue?
  9. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    The udev rule is not working for me. I actually never got the driver running on boot. Maybe thats the next task for me.
    Should wacom_serial.ko gets automatically loaded when inputattach is called?...
  10. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    YIHA! This did the trick! No interference with the tsc40 driver. Well done Favux!
  11. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Both ways don't work. There has to be something else than just addressing the wacom_serial driver.
  12. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    I don't think I made a mistake changing this.
    #define SERIO_WACOM_IV 0x3d --> #define SERIO_WACOM_IV 0x3e
    and recompiling and inserting the new driver.

    What I found out is if I backup the...
  13. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    This is what I did:
    sudo mv tsc40.ko.bak tsc40.ko
    reboot
    changed wacom_serial.c from:
    #define SERIO_WACOM_IV 0x3d --> #define SERIO_WACOM_IV 0x3e
    make all
    sudo insmod ./wacom_serial.ko
    sudo...
  14. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    me again,
    I found some wierdness going on here:
    pen works:

    xsetwacom --set "Wacom protocol 4 serial tablet stylus" Threshold 400
    xsetwacom --get "Wacom protocol 4 serial tablet stylus"...
  15. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    did the trick. But still odd why this happend. Thanks Favux!
    dreh
  16. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Hi,
    i updated to 12.04 and everything seemd to work and it did for some days. Now I can't get it work anymore and I'm quite puzzled.

    This is what I do:
    download latest driver von tokenrove -->...
  17. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Hi Tokenrove,
    I used your NEW driver and indeed my eraser is working for the first time. (Wacom Digitizer II UD-1218-R Linux ali 3.0.0-17-server #30-Ubuntu SMP Thu Mar 8 22:15:30 UTC 2012 x86_64...
  18. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    hello list,
    12.04 final beta is around. Did someone test tokenroves driver already. Is the architecture complete different again? Will wacom (serial 4) will be functioning native without patches?
    ...
  19. Replies
    0
    Views
    596

    [ubuntu] fibrechannel qla2342 boot

    Hello Ubuntucommunity,
    I want to hook up an old Sun Storedge T3 via fibrechannel on my Lenovo Thinkstation S20 (Single Xeon). For this I got an Qlogic qla2342 1Gbit fibrechannel pci-x card. I tested...
  20. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Hi Favux, tokenrove et al
    I finally upgraded from maverick to oneiric (I hope I ever get used to unity...sigh). Unfortunately my 3D package is making problems ... blablabla.
    But fortunatly my Wacom...
  21. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Hello tokenrove, hello favux and everyone else,
    I'm excited the serial wacom issue has so much activity. Thanks for all the work and information you provide. I'm overall impressed of community...
  22. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    This did the trick! Tokenroves driver works with my tablet. One nit the eraser doesn't work as expected but maybe I have to get familiar with the new xsetwacom parameters.

    Please help me to...
  23. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Xorg.0.log gives this while I inputattach

    [ 19480.964] (II) config/udev: Adding input device Wacom protocol 4 serial tablet (/dev/input/mouse1)
    [ 19480.964] (II) No input driver/identifier...
  24. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Hello tokenrove

    That did the trick. What I did next:
    downloaded Joystick sources and tried to patch inputattach. It failed. Maverick doesnt come with joystick-1.4.1 it comes with...
  25. Replies
    559
    Views
    79,011

    [all variants] Re: HOW TO Set Up a Wacom Serial Tablet in Ubuntu

    Hello Tokenrove


    ls -l /lib/modules/2.6.35-30*/build
    lrwxrwxrwx 1 root root 40 2011-07-05 14:47 /lib/modules/2.6.35-30-generic/build -> /usr/src/linux-headers-2.6.35-30-generic
    lrwxrwxrwx 1...
Results 1 to 25 of 48
Page 1 of 2 1 2