Asus R2H GPS & TouchScreen & WiFi driver setup in Ubuntu 12.04

Asked by Alejandro Padrino

Hi to all members,

I have one Asus R2H UMPC computer with built-in GPS & TouchScreen & WiFi. I was install Ubuntu 12.04 on it, but I don't know how to install GPS & TouchScreen & WiFi drivers (I was read forum for TouchScreen). The packages were installed to GPS support are:

sudo apt-get install gpsd gpsd-clients gpsman gpsmanshp gpstrans gpx2shp gypsy-daemon maptool merkaartor mkgmap postgis libtk-img libhdf4-doc libhdf4-alt-dev hdf4-tools ogdi-bin garmin-forerunner-tools geoclue-gpsd navit spatialite-bin josm qlandkarte postgresql-9.1-postgis osm2pgsql odbcinst unixodbc mysql-common mysql-server flite festival gnutls-doc gnutls-bin libgnutls-dev libcurl4-gnutls-dev librtmp-dev build-essential autoconf automake pkg-config gconf2 libcurl4-gnutls-dev libexif-dev libsqlite3-dev libgconf2-dev libtool libgtk2.0-dev libglade2-dev libxml2 libxml2-dev libgps-dev intltool glade glade-gnome libtool-doc gfortran gfortran-multilib gfortran-doc gfortran-4.6 gfortran-4.6-multilib gfortran-4.6-doc

and ...

sudo apt-get install foxtrotgps python-beautifulsoup python-feedparser

... but GPS does not appear into Foxtrot (GPSD not found). For WiFi, it appears to be installed and activated, but does not show WiFi acces points.

Anyone can help?

Thank you.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alejandro Padrino (eb4bgr) said :
#1

Now solved for WiFi connection. Still fails on GPS & TouchScreen.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

If you run:

xev

And touch the screen, does it generate events?
Are there bugs reported?

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#3

Yes, touching screen with xev started makes this event:

PropertyNotify event, serial 33, synthetic NO, window 0x3e00001,
    atom 0x13a (_NET_FRAME_EXTENTS), time 1331211, state PropertyNewValue

I supposed that device is present and need to calibrate.

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#4

Trying this ...

http://www.freedesktop.org/wiki/Software/xinput_calibrator

... does not finish the calibrate process. Can't touch the four squares. Only can touch up-left and down-left squares.

Revision history for this message
Alejandro Padrino (eb4bgr) said :
#5

GPS appears to run with next script, but can't see mi GPS position in Foxtrot, Navit and GPSdrive.

#!/bin/sh
SAVE_ARGS=$*

# Source:
# http://forum.ubuntu-fr.org/viewtopic.php?pid=1859385
# Modified by Alejandro Padrino on Jul-2012.

# Install Packages.
sudo apt-get install gpsd setserial

# Add Script activation GPS
echo "*** Create Script to Start Asus R2H GPS ***"
mkdir ~/Escritorio/R2H
echo "echo 1 | sudo tee /sys/devices/platform/asus-laptop/gps" > ~/Escritorio/R2H/StartGPS.Sh
echo "sudo setserial /dev/ttyS0 port 0x3f8 auto_irq ^skip_test autoconfig" >> ~/Escritorio/R2H/StartGPS.Sh
echo "sudo gpsd -N -n -D 2 /dev/ttyS0" >> ~/Escritorio/R2H/StartGPS.Sh
chmod +x ~/Escritorio/R2H/StartGPS.Sh

# Desactiver le script gspd ds init.d
sudo chmod -x /etc/init.d/gpsd

# Execute R2H GPS Script
sudo ~/Escritorio/R2H/StartGPS.Sh
echo "Script created & executed."

# End_Of_File.

Revision history for this message
Launchpad Janitor (janitor) said :
#6

This question was expired because it remained in the 'Open' state without activity for the last 15 days.