arup610 / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

Motion Computing LE1600 TouchScreen Doesnt work #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Simple boot into system
2.
3.

What is the expected output? What do you see instead?
Using the pen/stylus nothing is recongnized. It simply does nothing

What version of the product are you using? On what operating system?
I have tried Android-x86 1/6r2, Eclair(eeepc), and Froyo and no system works. 
The functions currently work in XP, DOs, and in Linux

Please provide any additional information below.

I have found the following in linux forums but i am not a linux guy so im not 
sure how i would accomplish this:

  Digitizer

Simply emerge linuxwacom. You need some of the useflags gtk, tcl, tk to get 
wacomcpl built; as I am not sure which of these is strictly needed for 
wacomcpl, it might be best to emerge with all these useflags active. According 
to Wacom Tablet xorg must have been compiled with sdk (but this info might be 
deprecated). wacomcpl is the program to calibrate your pen with.

You've got to initialize (hope this is the right term...) one serial port 
/dev/ttyS? for usage of the digitizer. Use a program called setserial for this 
task, maybe you got to emerge setserial.

I call setserial /dev/ttyS0 port 0x0238 irq 5 autoconfig (If this does not 
work, try /dev/ttyS3 instead of /dev/ttyS0 or irq5 instead of irq 5.)

Portnumber and irq are the values that are used in windows for the digitizer 
(remember the printout). I must confess I do not really know what I am doing 
with this command and if the parameters are the best possible ones. But it 
works quite fine.

You got to add these InputDevice sections to your /etc/X11/xorg.conf:
File: /etc/X11/xorg.conf

 Section "InputDevice"
         Identifier  "stylus"
         Driver      "wacom"
         Option      "type" "stylus"
         Option      "Device" "/dev/ttyS0"
         Option      "ForceDevice" "ISDV4"
 # in standard configuration, holding the extra button on the side of the pen and clicking
 # will produce a mouse click of the "middle" mouse button.
 # make it a click of the right mouse button:
         Option      "Button2" "3"
 # when rotating the screen, uncomment according
 #       Option      "Rotate" "CW"
 #       Option      "Rotate" "CCW"
 EndSection

 Section "InputDevice"
         Identifier  "eraser"
         Driver      "wacom"
         Option      "type" "eraser"
         Option      "Device" "/dev/ttyS0"
         Option      "ForceDevice" "ISDV4"
 # in standard configuration, eraser will cause a normal mouse click.
 # make it a click of the middle mouse button:
         Option      "Button1" "2"
 # when rotating the screen, uncomment according
 #       Option      "Rotate" "CW"
 #       Option      "Rotate" "CCW"
 EndSection

 Section "ServerLayout"
         Identifier     "Layout0"
         Screen      0  "Screen0" 0 0
         InputDevice    "Keyboard0" "CoreKeyboard"
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "stylus" "SendCoreEvents"
         InputDevice    "eraser" "SendCoreEvents"
 EndSection

Original issue reported on code.google.com by Jeff.B.R...@gmail.com on 7 Oct 2010 at 5:18

GoogleCodeExporter commented 9 years ago
I want some support for the LE1600 too.

also I can't get the Wifi to log into a WEP protected wireless network

Original comment by roebbe...@gmail.com on 22 Mar 2011 at 7:41

GoogleCodeExporter commented 9 years ago
Same issues here, would like some support for this tablet

Original comment by weisserh...@gmail.com on 12 Aug 2011 at 1:10

GoogleCodeExporter commented 9 years ago
Same issue here as well. I have tried pretty much every rendition of the x86 
emulator with no luck. Any updates to this?

Original comment by madmikee...@gmail.com on 21 Sep 2011 at 2:44

GoogleCodeExporter commented 9 years ago
also hoping for some support on this issue

Original comment by roebben....@gmail.com on 23 Jul 2012 at 9:08

GoogleCodeExporter commented 9 years ago
I also would love le1600 support. I have three, and will donate one to whomever 
gets me a working image.

Original comment by docker...@gmail.com on 9 Sep 2012 at 12:33

GoogleCodeExporter commented 9 years ago
Anyone still researching how to get wifi to work on Motion Computing LE1600?

Original comment by roebben....@gmail.com on 29 Oct 2012 at 2:43