Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Aiptek usb tablet
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
radikale
n00b
n00b


Joined: 23 Feb 2005
Posts: 7

PostPosted: Fri Feb 25, 2005 12:35 pm    Post subject: aiptek not working Reply with quote

Thank you for helping me out that's what i like about Linux and in this case Gentoo people help eachother :-)

well i entered the
Quote:
dmesg | grep aiptek
command and this i got as a reply;

Quote:
drivers/usb/input/aiptek.c: input: Aiptek on usb-0000:00:02.1-3 (event2)
drivers/usb/input/aiptek.c: aiptek: timeout proximity
drivers/usb/input/aiptek.c: input: Aiptek using 400 ms programming speed
drivers/usb/input/aiptek.c: aiptek: error loading 'evdev' module
usbcore: registered new driver aiptek
drivers/usb/input/aiptek.c: v1.8 (Oct-28-2004): Bryan W. Headley/Chris Atenasio/Cédric Brun/René van Paassen
drivers/usb/input/aiptek.c: Aiptek HyperPen USB Tablet Driver (Linux 2.6.x


you also asked for my xorg.conf here it is;

Quote:
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
# FontPath "/usr/share/fonts/ttf-bitstream-vera/"
# FontPath "/usr/share/fonts/terminus/"
# FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/Type1/"
# FontPath "/usr/share/fonts/freefont/"
# FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
# FontPath "/usr/share/fonts/Speedo/"
# FontPath "/usr/share/fonts/CID/"
# FontPath "/usr/share/fonts/encodings/"
# FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/sharefont/"
# FontPath "/usr/share/fonts/lfp-fix/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
# FontPath "/usr/share/fonts/unifont/"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
# Load "dri"
# Load "speedo"
Load "type1"
Load "freetype"
Load "ddc"
Load "v4l"
EndSection

Section "InputDevice"

Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
Option "XkbOptions" "altwin:menu"

EndSection

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
# Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
EndSection

Section "InputDevice"
Identifier "stylus"
Driver "aiptek"
Option "Device" "/dev/input/event2"
Option "Type" "stylus"
Option "Mode" "absolute"
Option "PressCurve" "0,5,95,100"
Option "KeepShape" "on"
Option "zMin" "0"
Option "zMax" "512"
Option "USB" "on"
Option "Cursor" "stylus"
Option "debuglevel" "0"
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "aiptek"
Option "Device" "/dev/input/event2"
Option "Type" "cursor"
Option "Mode" "absolute"
Option "PressCurve" "0,5,95,100"
Option "KeepShape" "on"
Option "zMin" "0"
Option "zMax" "512"
Option "USB" "on"
Option "Cursor" "puck"
Option "debuglevel" "0"
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "aiptek"
Option "Device" "/dev/input/event2"
Option "Type" "eraser"
Option "Mode" "absolute"
Option "PressCurve" "0,5,95,100"
Option "KeepShape" "on"
Option "zMin" "0"
Option "zMax" "512"
Option "USB" "on"
Option "Cursor" "stylus"
Option "debuglevel" "0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Benq"
ModelName "FP937s+"
HorizSync 31.5 - 95.0
VertRefresh 60-75
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "philips"
ModelName "unknown"
HorizSync 48 - 61.0
VertRefresh 60-76
Option "DPMS"
EndSection


Section "Device"
Identifier "GeForceFX5950"
VendorName "nvidia"
Driver "nvidia"
BusID "PCI:0:10:0"
VideoRam 262144
Option "NvAGP" "3"
Option "NoLogo" "true"
Option "CursorShadow" "true"
Option "CursorShadowAlpha" "64"
Screen 0

EndSection

Section "Device"
Identifier "GeForceFX5950-2"
Vendorname "nvidia"
Driver "nvidia"
BusID "PCI:0:10:0"
VideoRam 262144
Option "NvAGP" "3"
Option "NoLogo" "true"
Option "CursorShadow" "true"
Option "CursorShadowAlpha" "64"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "GeForceFX5950"
Monitor "Monitor0"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"
Identifier "Screen1"
Device "GeForceFX5950-2"
Monitor "Monitor1"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Layout"

Screen 0 "Screen0" 0 0
Screen 1 "Screen1" rightOf "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
Option "Xinerama" "true"
EndSection



Again thank you for the effort you put in solving my problem
Back to top
View user's profile Send private message
shadowfac
n00b
n00b


Joined: 20 Dec 2004
Posts: 48
Location: Redmond, WA

PostPosted: Fri Feb 25, 2005 4:53 pm    Post subject: Reply with quote

You're welcome, people here have been helping me get setup also :)

The only thing that catches my eye is
Code:
drivers/usb/input/aiptek.c: aiptek: error loading 'evdev' module
I don't know what hat module is, but it is producing and error.
Code:
usbcore: registered new driver aiptek
drivers/usb/input/aiptek.c: v1.8 (Oct-28-2004): Bryan W. Headley/Chris Atenasio/Cédric Brun/René van Paassen
drivers/usb/input/aiptek.c: Aiptek HyperPen USB Tablet Driver (Linux 2.6.x
is showing the the kernel does have the aiptek driver running.

What is the "evdev" module? Could it be a typo?

I do see one thing in the xorg.conf
Code:
Section "ServerLayout"   
Identifier   "A Layout"   
InputDevice   "A Screen"   
     InputDevice   "A Keyboard"   
    InputDevice   "A Mouse"           "CorePointer"   
    InputDevice   "stylus"           "AlwaysCore"   
    InputDevice   "cursor"            "AlwaysCore"   
    InputDevice   "eraser"           "AlwaysCore"
EndSection
Is it missing from yours?
Back to top
View user's profile Send private message
Ceh
n00b
n00b


Joined: 07 Jan 2005
Posts: 16

PostPosted: Fri Feb 25, 2005 6:54 pm    Post subject: Reply with quote

shadowfac wrote:

What is the "evdev" module?


Evdev is obligatory for event interface (event0, event1, etc...).
It is needed either as a module or compiled in a kernel.
Back to top
View user's profile Send private message
radikale
n00b
n00b


Joined: 23 Feb 2005
Posts: 7

PostPosted: Sat Feb 26, 2005 11:07 am    Post subject: aiptek not working Reply with quote

the eror is gone i recompiled the kernel gain but now the driver is build in as opposed to the module i had before.

Quote:
I do see one thing in the xorg.conf
Code:
Section "ServerLayout"
Identifier "A Layout"
InputDevice "A Screen"
InputDevice "A Keyboard"
InputDevice "A Mouse" "CorePointer"
InputDevice "stylus" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
EndSection
Is it missing from yours?


you mean the mouse ?? or can you have more then one keyboard ?

this is my xorg.conf but i see a mouse and a keyboard allready there

Quote:
Section "ServerLayout"
Identifier "Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" rightOf "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "stylus" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
Option "Xinerama" "true"
EndSectio
Back to top
View user's profile Send private message
shadowfac
n00b
n00b


Joined: 20 Dec 2004
Posts: 48
Location: Redmond, WA

PostPosted: Sun Feb 27, 2005 6:36 am    Post subject: Reply with quote

Quote:
the eror is gone i recompiled the kernel gain but now the driver is build in as opposed to the module i had before.
Is the tablet working now?
Quote:
you mean the mouse ??
My mistake .... the code was already there.
Back to top
View user's profile Send private message
radikale
n00b
n00b


Joined: 23 Feb 2005
Posts: 7

PostPosted: Mon Feb 28, 2005 1:08 am    Post subject: aiptek not working Reply with quote

Not yet busy compiling Gentoo from scratch so far managed to get it all working

but i will try it again as soon as most things are compiled,but will keep you posted !
Back to top
View user's profile Send private message
radikale
n00b
n00b


Joined: 23 Feb 2005
Posts: 7

PostPosted: Mon Feb 28, 2005 3:38 am    Post subject: aiptek not working Reply with quote

Ok i have the tablet working but there is one problem though it doesn't update the position very well,after every two inch it passes it skips on inch (solved when i press a button on the pen it halts)

also tried to compile the gaiptek control panel but all i get are errors

Quote:
/usr/bin/xgettext --default-domain=gaiptek --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='Free Software Foundation, Inc.' \
--msgid-bugs-address=''
/usr/bin/xgettext: warning: The option --msgid-bugs-address was not specified.
If you are using a `Makevars' file, please specify
the MSGID_BUGS_ADDRESS variable there; otherwise please
specify an --msgid-bugs-address command line option.
/usr/bin/xgettext: Non-ASCII string at ./src/AboutDialog_glade.cc:765.
Please specify the source encoding through --from-code.
gmake[3]: *** [gaiptek.pot-update] Error 1
gmake[3]: Leaving directory `/root/Aiptek_unified_package-10-29-2004b/unified_package/src/gaiptek/po'
gmake[2]: *** [gaiptek.pot] Error 2
gmake[2]: Leaving directory `/root/Aiptek_unified_package-10-29-2004b/unified_package/src/gaiptek/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/root/Aiptek_unified_package-10-29-2004b/unified_package/src/gaiptek'
gmake: *** [all-recursive-am] Error 2
Back to top
View user's profile Send private message
shadowfac
n00b
n00b


Joined: 20 Dec 2004
Posts: 48
Location: Redmond, WA

PostPosted: Mon Feb 28, 2005 8:22 am    Post subject: Reply with quote

Quote:
tried to compile the gaiptek control panel but all i get are errors
Don't know if you're having the same trouble I had .... gaiptek was the 1st non-ebuild I compiled. Found out I had to run autogen.sh before running: ./config -> make -> make install

Gald the tablet is working now :)
Back to top
View user's profile Send private message
radikale
n00b
n00b


Joined: 23 Feb 2005
Posts: 7

PostPosted: Mon Feb 28, 2005 12:57 pm    Post subject: aiptek not working Reply with quote

Found that out too,but got that error using autogen.sh
Back to top
View user's profile Send private message
shadowfac
n00b
n00b


Joined: 20 Dec 2004
Posts: 48
Location: Redmond, WA

PostPosted: Tue Mar 01, 2005 10:07 pm    Post subject: Reply with quote

Only other thing I know of is making sure you're in the directory the source code is in ... from there it will compile into /usr/local/bin. If you already did that, maybe asking in another forum will get you a working answer.

good luck.
Back to top
View user's profile Send private message
meshugga
n00b
n00b


Joined: 19 Dec 2005
Posts: 1

PostPosted: Mon Dec 19, 2005 12:07 pm    Post subject: gaiptek problem solved Reply with quote

compiles from cvs like a charm.

cheers,
Philip
Back to top
View user's profile Send private message
labyrinth
Apprentice
Apprentice


Joined: 03 Oct 2004
Posts: 158

PostPosted: Wed Feb 22, 2006 4:13 am    Post subject: Reply with quote

I got my tablet working, but I don't have the pressure sensitivity and absolute (which I want) is squirrely.

Honestly, I don't understand how to use the unified_packages which I downloaded from aiptek.sourceforge.net

I've unbzipped, untarred it, now what?

I tried using the aiptek-installer.pl script, but just got errors. I'm not sure how to install the gaiptek or any of those features. And what do you mean "compiles from CVS fine"? I went in that directory, and I've used cvs for a few programming projects, but I haven't found a clear guide on what to do. I'd be glad to start a short guide on gentoo-wiki, but as you can see, I'm not the best person for this.
Back to top
View user's profile Send private message
Seelenfeuer
n00b
n00b


Joined: 09 Nov 2005
Posts: 73

PostPosted: Fri Mar 10, 2006 3:10 pm    Post subject: Reply with quote

with xorg-7.0-r1 and xf86-input-aiptek-1.0.5 the pen is working in either absolute or relative mode but doesnt seem to report pressure or clicks correctly (pressure isnt recognized and the buttons stop the mouse from moving while they are pressed). also the gaiptek app from aiptektablet.sf.net (cvs!) compiles and runs though it says that there is no xserver input driver associated with my tablet (btw i have an aiptek 12000u) though the aiptek driver is loaded. havent tested the puck yet. fiddling now with the different xorg.conf options, i will report if i get further...

wkr
seelenfeuer
_________________
Is this your only grace -
The art of conversation?

~Paradise Lost~
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat May 06, 2006 11:16 am    Post subject: Reply with quote

Hi
i'm on Xorg 7.0.0 with xf86-input-aiptek-1.0.5. I can move the pen on the screen, but it's actually fixed to "absolute" coordinate mode.
I tried to change in xorg configuration and with "echo relative > /sys/bus/blahblah/coordinate_mode" and "echo blah > /sys/blahblah/execute" but it doesn't change, it's always absolute mode :\

Any help appreciated

thanks!
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
Taheca
n00b
n00b


Joined: 10 May 2005
Posts: 23
Location: Ruhrgebiet

PostPosted: Wed Sep 06, 2006 2:24 pm    Post subject: Reply with quote

Could anyone with a working Aiptek and xorg7 pls explain how to configure it? What is needed to ad into xorg.conf?

Thanks in advance,
eni
_________________
Sorry, I'm Late. But I Got Lost On The Road Of Life.

Die Signatur befindet sich aus technischen Gründen auf der Rückseite dieses Beitrages!
<<< Gentoo Linux | Fluxbox >>>
Back to top
View user's profile Send private message
Hoshimaru
Apprentice
Apprentice


Joined: 09 Nov 2003
Posts: 225
Location: Belgium

PostPosted: Tue Sep 12, 2006 5:06 pm    Post subject: Reply with quote

Are there ebuild availabe for it ? When I try to compile the unified package I get lost of errors.
Currently I'm using the aiptek.c that comes with the kernel.

I added the 3 devices to xorg.conf, but they act strange. The cursor often jumps from one point to the other and when the tablet is unplugged at startup, X crashes.
Back to top
View user's profile Send private message
artbody
Guru
Guru


Joined: 15 Sep 2006
Posts: 489
Location: LB

PostPosted: Tue Oct 03, 2006 10:01 pm    Post subject: Reply with quote

This i got if i plug my 8000U
Code:
Oct  3 23:30:40 localhost usb 2-5: new low speed USB device using ohci_hcd and address 4
Oct  3 23:30:40 localhost usb 2-5: configuration #1 chosen from 1 choice
Oct  3 23:30:40 localhost input: AIPTEK APT-USB-2 as /class/input/input4
Oct  3 23:30:40 localhost usbcore: registered new driver aiptek
Oct  3 23:30:40 localhost drivers/usb/input/aiptek.c: v1.5 (May-15-2004): Bryan W. Headley/Chris Atenasio
Oct  3 23:30:40 localhost drivers/usb/input/aiptek.c: Aiptek HyperPen USB Tablet Driver (Linux 2.6.x)


My 8000U acts much more strange becourse no LED indicates Power on
Perhaps this information helps to solve the problem
last Time i've seen it working the right way was under a Suse 8.1 Years ago :lol:
Then i changed to Mandrake until 2007 was Released
A lot of bugs and so on Send me the good Inspiration to change to Gentoo :lol:
Ok under Mandrake i started to solve the problem but no result

I figgled out (2 years ago) that
First booting a Suse 8.1 - while coldplug - the Power On LED starts to blink during Bootscript coldplug / Suse8.1
then a
shutdown -r now -> power Led is on
after rebooting some other System like Mandrake 10.1 ... the Pointer gives strange results

so i thought the problem is in the Initialisation itself

perhaps there is the way to solve
_________________
Never give up
WM : E16 the true enlightenment
achim
Back to top
View user's profile Send private message
rubik-wuerfel
n00b
n00b


Joined: 29 Sep 2004
Posts: 53
Location: Goettingen, Germany

PostPosted: Fri Oct 06, 2006 1:16 am    Post subject: Reply with quote

Good news: It seems like some work is going on over at http://aiptektablet.sourceforge.net, so there probably will be a new version which fixes this problem. Sometime in the future... :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum