Acest tutorial este pentru instalarea Touchscreen ELO Serial pe Ubuntu 8.04.* .

  • Se copiaza arhiva driver
  • se dezarhiveaza pe Desktop
  • in terminal : sudo su -
  • Se executa comenzile
    cd /home/user/Desktop/
    cp -r ./bin-serial/  /etc/opt/elo
    cd /etc/opt/elo/elok_s-source
    cp makefile_2.6 Makefile
    make
    cp /etc/opt/elo/elok_s-source/elok_s.ko /etc/opt/elo/
    cd /etc/opt/elo
    chmod 777 *
    cp /etc/opt/elo/elo_drv.so_1.4  /usr/lib/xorg/modules/input/elo_drv.so
    mkdir -p /dev/input
    ./install.sh
  • reload repositories in synaptic
  • sudo apt-get install libmotif3
  • se modifica rc.local , exemplu configuratie pt ttyS0 / COM1
  • sudo gedit /etc/rc.local :
    /etc/opt/elo/loadelo 
    /etc/opt/elo/eloser ttyS0
    chmod -R a+rw /dev/elo
    /home/user/tools/tellIp.sh 
    aa-complain cupsd
    chmod a+rw /dev/tty*S*
  • xorg.conf :
    se adauga in ServerLayout : InputDevice "elo"
    apoi sectiune separata :

        Section "InputDevice"
           Identifier "elo"
           Driver "elo"
           Option "Device" "/dev/input/elo_ser"
           Option "SendCoreEvents" "true"
        EndSection