Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 85

Thread: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

  1. #41
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Outstanding! Nice work!

    So we can get the WizardPen driver to compile in Precise and it works!!!


    Do the pen buttons work too?

    Did you need a .conf file or other change to the configuration?

  2. #42
    Join Date
    Sep 2011
    Beans
    23

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Work with the settings you explained in a previous post
    Comment out (#) the contents of 70-wizardpen.conf:
    Code:
    gksudo gedit /usr/share/X11/xorg.conf.d/70-wizardpen.conf
    And modify the 52-tablet.conf:
    Code:
    gksudo gedit /etc/X11/xorg.conf.d/52-tablet.conf
    to:
    Code:
    Section "InputClass"
        Identifier "UC-Logic H850S"
        MatchIsTablet "on"
        MatchProduct "H850S"
        MatchDevicePath "/dev/input/event*"
    #    Driver "evdev"
    #    Option "Calibration" "0 32000 0 20000"
        Driver "wizardpen"
    EndSection
    Of course this configuration is centered on the H85 Kanvus tablet, but the original configuration should work with other tablets like the Genius MousePen. And the pen buttons work perfectly, as the buttons of a mouse.

  3. #43
    Join Date
    Jan 2011
    Location
    Poor Country
    Beans
    22
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    OMG thank you guys. People who make things work make Ubuntu the choice for me. My Genius EasyPen i405x is working perfectly

  4. #44
    Join Date
    Oct 2012
    Beans
    3

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Has anyone figure out how to get the tablet's button to work? I have a Digi Pro 640 (UC-LOGIC Tablet WP5540U) and the pen and it's buttons work automaticallly, but the preset buttons on the tablet don't. From what I've read it doesn't sound like there's been an answer to this.

  5. #45
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Hi Stethea,

    If you are talking about what are sometimes called the hotkeys or shortcut keys or whatever no they don't work. There's usually a whole bunch of those things, right? I have no idea how they are implemented. A couple of folks have posted saying "hey I looked at them, no big deal to figure out". Then they are never heard from again

    If the tablet has actual frame or bezel buttons or a scroll wheel etc. then Nick enables them when he does a kernel driver for the tablet.

  6. #46
    Join Date
    Oct 2012
    Beans
    3

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Yeah.. well looking at it,
    It doesn't seem like it would be too hard to implement. Just figure out the dimensions of each button and what function it should perform.... But being a noob, I don't know how to do any of that. So in reality it could be a lot more difficult than I think. I've been thinking of running the software cd that came with the tablet on a windows computer to see if it can give me some information about it, since I can't get it to run in Wine. If somehow I could figure it out I'll be sure to post back here.

  7. #47
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Right. That would be good. What we need to know is what kind of signal do they send? What would be handling that signal?

    With bezel buttons or a scroll wheel it is a key signal, the kind of thing xev would pick up when you pressed the button with xev running. A button press and release event. Those signals naturally enough are handled like keyboard keys and when Nick is done with the kernel driver the evdev.conf file keyboard snippet in xorg.conf.d handles them.

  8. #48
    Join Date
    Jul 2012
    Beans
    5

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Hi again.
    Does anyone know about the tablets working on Ubuntu 12.10? I'm still with 12.04, and thinking on updating.

    Thanks.

  9. #49
    Join Date
    Aug 2008
    Location
    Buenos Aires, Argentina
    Beans
    84
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Hi,

    I have been searching a lot to make my EasyPen i405x tablet to work, but on the first step, I can not see it in lsusb command.

    Code:
    herman@patricia-laptop:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 004: ID 04f2:b15c Chicony Electronics Co., Ltd 
    Bus 002 Device 002: ID 0458:5010 KYE Systems Corp. (Mouse Systems) 
    Bus 003 Device 002: ID 0489:e00f Foxconn / Hon Hai Foxconn T77H114 BCM2070 [Single-Chip Bluetooth 2.1 + EDR Adapter]
    How can I fix the problem to see the tablet in lsusb?

    OS: Ubuntu 12.04; HW: Sony Vaio VPCW210AL.

    Thanks in advance!

  10. #50
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO Add Support for KYE, UC-logic, and Waltop Tablets in Ubuntu

    Hi Terraman,

    This is your EasyPen:
    Code:
    Bus 002 Device 002: ID 0458:5010 KYE Systems Corp. (Mouse Systems)
    That's why lsusb is so useful. It tells you the OEM's name (Vendor ID 0458) and gives you the actual Product ID (5010). For example: http://sourceforge.net/apps/mediawik...support_status

Page 5 of 9 FirstFirst ... 34567 ... 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
  •