Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st February 2013, 03:01 PM
dbach Offline
Registered User
 
Join Date: Jan 2013
Location: Liverpool
Posts: 3
linuxchrome
Question Fedora 18 KDE - Graphic Tablet Aiptek

Hi Forum, 2 days I'm looking now around to find a way to get my Aiptek 12000U working in Fedora 18 KDE 64bit.
Have found some drivers, tried to compile them, but never compiled to end because of missing or wrong references, or simply ending because kernel 2.7 isn't supported.

The graphic tablet has been sold under many labels, I think Wabcom and Aiptek are the most sold tablets. i suppose there are a bunch of the tablets out there. The support of Aiptek is lousy, drivers for linux aren't there, or to old - under Windows the newest driver is a beta for vista..
Is there anybody out there who has installed successfully a Aiptek 12000U on Fedora 17 or 18?
Help is very appreciated
Dirk
Reply With Quote
  #2  
Old 1st February 2013, 04:45 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Fedora 18 KDE - Graphic Tablet Aiptek

Are you getting some errors or anything?

Aiptek tablets are supported without having to install any drivers. It's in the included kernel modules.

look at the output of lsusb and it should tell you if your tablet is detected or not.
Reply With Quote
  #3  
Old 1st February 2013, 05:27 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxchrome
Re: Fedora 18 KDE - Graphic Tablet Aiptek

This resource might be of some help to you. There are many guides on the net for configuring an aiptek tablet in Linux if you search with Google.

The "aiptek" kernel module should load when it's plugged in. Use the lsmod command to see if it's loaded.
You should also have the rpm package xorg-x11-drv-aiptek installed.
Reply With Quote
  #4  
Old 1st February 2013, 05:40 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Fedora 18 KDE - Graphic Tablet Aiptek

There is no xorg-x11-drv-aiptek in Fedora 18.

There is a Fedora 17 version, but not sure if it will work on F18 or not.
http://koji.fedoraproject.org/koji/b...buildID=259303
Reply With Quote
  #5  
Old 1st February 2013, 05:53 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxchrome
Re: Fedora 18 KDE - Graphic Tablet Aiptek

Quote:
Originally Posted by DBelton View Post
There is no xorg-x11-drv-aiptek in Fedora 18.

There is a Fedora 17 version, but not sure if it will work on F18 or not.
http://koji.fedoraproject.org/koji/b...buildID=259303
Yeah...... sorry about that. Of course, I was checking in F16. "xorg-x11-drv-aiptek-1.4.1-2.fc16.x86_64"
Reply With Quote
  #6  
Old 1st February 2013, 06:39 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Fedora 18 KDE - Graphic Tablet Aiptek

It is possible that the aiptek xorg driver got merged with the wacom driver. Would have cut down a lot of duplication if it did. The two tablets are nearly the same, and the wacom driver was handling some of them anyway.
Reply With Quote
  #7  
Old 1st February 2013, 09:51 PM
dbach Offline
Registered User
 
Join Date: Jan 2013
Location: Liverpool
Posts: 3
linuxchrome
Re: Fedora 18 KDE - Graphic Tablet Aiptek

Thank you very much all for your fast replies.
i do not receive error messages, the tablet generally works, without any tweeks I can use pen and mouse. What's not working is the pressure sensitve.
I have looked around, have found a rpm, but this only works till F16 I think.
I have tried the wacom rpm from fedora 18 repos, but this doesn't recognize the tablet.
I will give wacom another try, lets see what happens
Reply With Quote
  #8  
Old 2nd February 2013, 10:15 AM
dbach Offline
Registered User
 
Join Date: Jan 2013
Location: Liverpool
Posts: 3
linuxchrome
Re: Fedora 18 KDE - Graphic Tablet Aiptek

Ok, lsmod shows that there is aiptek recognized.
aiptek 24639 0
I have tried to create a config file in xorg/xorg.conf.d/, but that has blocked my keyboard and mouse completely
Reply With Quote
  #9  
Old 3rd February 2013, 02:58 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Fedora 18 KDE - Graphic Tablet Aiptek

What did you put in the file you created in /etc/X11/xorg.conf.d

It should only have configuration for your tablet, and not have other devices in it.

Something like this, and named something like 40-aiptek.conf

Code:
Section "InputClass"
       Identifier "pen"
       MatchProduct "Aiptek|AIPTEK|aiptek"
       MatchDevicePath "/dev/input/event*"
       Driver "aiptek"
       Option "SendCoreEvents" "true"
       Option "USB" "on"
       Option "Type" "stylus"
       Option "Mode" "absolute"
       Option "zMin" "0"
       Option "zMax" "511"
EndSection
Section "InputClass"
       Identifier "pen"
       MatchProduct "Aiptek|AIPTEK|aiptek"
       Driver "aiptek"
       Option "SendCoreEvents" "true"
       Option "USB" "on"
       Option "Type" "erasor"
       Option "Mode" "absolute"
       Option "zMin" "0"
       Option "zMax" "511"
EndSection
Section "InputClass"
       Identifier "pen"
       MatchProduct "Aiptek|AIPTEK|aiptek"
       MatchDevicePath "/dev/input/event*"
       Driver "aiptek"
       Option "SendCoreEvents" "true"
       Option "USB" "on"
       Option "Type" "cursor"
       Option "Mode" "absolute"
       Option "zMin" "0"
       Option "zMax" "511"
EndSection
Reply With Quote
Reply

Tags
aiptek, fedora, graphic, kde, tablet

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
aiptek tablet recognized in KinfoCenter but doesn't show in gimp simta Hardware & Laptops 2 28th January 2009 05:42 AM
Aiptek USB Tablet and Stylus polc1410 Hardware & Laptops 5 30th May 2005 09:46 PM
Aiptek Tablet Compatability Kalek Hardware & Laptops 1 12th April 2005 04:55 AM
aiptek 6000u tablet usb neuromancer Hardware & Laptops 0 27th June 2004 01:34 AM


Current GMT-time: 02:13 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat