LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 12-05-2008, 03:11 PM   #1
Jordan&&&&
Member
 
Registered: Mar 2006
Location: Bulgaria
Distribution: OpenSuse
Posts: 70

Rep: Reputation: 15
Genius MousePen 8x6


Hi,

I have tried to install a Genius MousePen tablet on OpenSuse 11.0. I followed this guide and this repository. What confuses me is that I cannot find wizardpen kernel module in the packages and /dev/input/tablet device is missing. The driver package consists of a shared lib - wizardpen_drv.so. On the other hand, the other tablets like wacom that are supported by opensuse do have both kernel modules and shared libs.

Code:
Section "InputDevice"
  Identifier      "WizardPen Tablet"
  Driver          "wizardpen"
...
Are the drivers listed in xorg.conf kernel ones or some other drivers. I noticed that wacom kernel module is loaded everytime xorg is restarted.

I will greatly appreciate any help on that.
 
Old 11-08-2009, 02:40 PM   #2
Jordan&&&&
Member
 
Registered: Mar 2006
Location: Bulgaria
Distribution: OpenSuse
Posts: 70

Original Poster
Rep: Reputation: 15
I found out how to install this device on openSuse 11.1 so I decided to share the solution.

First you need to add some lines in your xorg.conf file:

Code:
Section "ServerLayout"
...
    InputDevice    "stylus" "SendCoreEvents"
...
EndSection
... and

Code:
Section "InputDevice"
      Identifier  "stylus"
      Driver       "wizardpen"
      Option "Name" "UC-LOGIC Tablet WP8060U"
      Option "SendCoreEvents" "true"
      Option      "Type" "stylus"
      Option      "USB" "on"
      Option      "Button1" "1"
      Option      "Button2" "1"
      Option      "Device" "/dev/input/event5"      
      Option      "TopX"          "2650"
      Option      "TopY"          "3563"
      Option      "TopZ"          "10"
      Option      "BottomX"       "30733"
      Option      "BottomY"       "29715"
      Option      "BottomZ"       "1023"
      Option      "MaxX"          "30733"
      Option      "MaxY"          "29715"
      Option      "MaxZ"          "1023"
      Option      "Mode"          "Absolute"
   #   Option  	  "debugyn"       "true"
EndSection
The options Name and Device are specific to your wizardpen device. You can check them using the following command:

Code:
cat /proc/bus/input/devices
For example:

Code:
I: Bus=0003 Vendor=5543 Product=0005 Version=0100
N: Name="UC-LOGIC Tablet WP8060U"
P: Phys=usb-0000:00:02.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:02.0/usb1/1-1/1-1:1.0/input/input6
U: Uniq=
H: Handlers=mouse1 event5
B: EV=1f
B: KEY=c01 3f0001 0 0 0 0
B: REL=303
B: ABS=100000f
B: MSC=10
You need to copy the Name e.g. UC-LOGIC Tablet WP8060U, and use the Handlers entry for the path to the right event device: e.g. /dev/input/event5

Then install the driver from source code http://code.google.com/p/linuxgenius/. Your driver version has to be compatible with the version of xorg, for example if you get the following error in Xorg log file (/var/log/Xorg.0.log) usr/lib64/xorg/modules//input/wizardpendrv.so: undefined symbol, you need a newer driver.

Read the INSTALL file included with the source. If you are using a 64bit OS you need to replace the string /usr/lib/xorg/modules with /usr/lib64/xorg/modules in the instructions.

Restart xorg and it should work.

You can use the calibration tool to change the values for the coordinates in the xorg.conf.

Last edited by Jordan&&&&; 11-08-2009 at 02:57 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Genius Webcam NB jalal Linux - Hardware 2 09-11-2006 06:36 PM
Genius is Humerous doondoon900 General 23 07-13-2006 09:37 PM
Evil Genius MEPIS4LIFE Linux - Software 2 04-03-2006 03:39 PM
Configuring USB Genius MousePen tablet (wp5540u) cr09 Linux - Hardware 1 01-20-2006 08:55 AM
XFree driver for Genius MousePen WizardPen dabicho Linux - Hardware 0 12-28-2003 10:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 06:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration