guerrerolor / android-x86

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

ASUS B121 can't use the touchscreen. #693

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on the power.
2. Try to touch the screen.
3. There's no any respond.

What is the expected output? What do you see instead?
In my hand,I have 1 EP121 and B121, EP121 is using very well, 
touchscreen is normally working, but B121 is not, couldn't to use the 
touchscreen.

What version of the product are you using? On what operating system?
B121 with android-x86-4.0-asus_laptop-20120101.iso image.
Installed to HDD.

Please provide any additional information below.

Original issue reported on code.google.com by korea81...@gmail.com on 13 Feb 2012 at 4:32

GoogleCodeExporter commented 9 years ago
Bug is still exist with android-x86-4.0-RC1-asus_laptop.iso version.
Only can use the Pen, but no respond with finger.

Original comment by korea81...@gmail.com on 4 Mar 2012 at 6:14

GoogleCodeExporter commented 9 years ago
Yes, confirm no touchscreen on asus b121 with 
android-x86-4.0-asus_laptop-20120101.iso image.
Installed on HDD.

Original comment by stefan.k...@gmail.com on 10 Mar 2012 at 7:02

GoogleCodeExporter commented 9 years ago
Also confirm no touchscreen on asus b121 with 
android-x86-4.0-RC1-asus_laptop.iso.iso image.
Installed on HDD.
Any Fix?

Original comment by stefan.k...@gmail.com on 10 Mar 2012 at 7:04

GoogleCodeExporter commented 9 years ago
if you open up a terminal window, and type in modprobe hid-multitouch the 
touchscreen will start working correctly. The module just isnt being "detected" 
like it should. as an fyi to the developers... the B121 and the ep121 are 
identical hardware wise, and i can verify that the touchscreen on the ep121 
works correctly "out of the box."

Original comment by supase...@gmail.com on 21 Mar 2012 at 8:21

GoogleCodeExporter commented 9 years ago
When running the modprobe I get a Operation not permitted error. Running SU 
from the terminal window gives me Permission denied and superuser logs it as a 
deny. Anyway around this?

Original comment by lmwin...@gmail.com on 1 Apr 2012 at 11:26

GoogleCodeExporter commented 9 years ago
Nevermind... You must install Android x86 in read only mode and not read/write.

Original comment by lmwin...@gmail.com on 1 Apr 2012 at 11:48

GoogleCodeExporter commented 9 years ago
I have it installed as read/write and had no trouble running the command. Maybe 
SU was set to deny terminal by mistake, as deny was selected by mistake when SU 
was asking whether or not to grant terminal SU permissions ... ? Just a 
thought... but glad you got it to work.

Original comment by Jordan.P...@gmail.com on 2 Apr 2012 at 7:02

GoogleCodeExporter commented 9 years ago
Anyone know how to automatically run the modprobe command at startup?

Original comment by lmwin...@gmail.com on 26 Apr 2012 at 1:40

GoogleCodeExporter commented 9 years ago
Add the following to the init.sh file in the etc folder or just replace your 
file with the one I attached. You'll have to install something like root 
explorer and mount as read/write in order to replace the file or modify the 
file.

# Activate Touch Screen
modprobe hid-multitouch

Original comment by Jordan.P...@gmail.com on 27 Apr 2012 at 7:29

Attachments: