Results 1 to 6 of 6

Thread: Problems installing Elo touch drivers on Ubuntu 10.10

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Beans
    1

    Problems installing Elo touch drivers on Ubuntu 10.10

    Hello all

    I try installing a Elo touch screen on Ubuntu 10.10. For some reason the drivers wont compile. This is the error msg is get:

    Code:
    twan@Studio:/etc/opt/elo/elok_s-source$ sudo make
    make -C /lib/modules/2.6.35-22-generic/build SUBDIRS=/etc/opt/elo/elok_s-source modules 
    make[1]: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'
      CC [M]  /etc/opt/elo/elok_s-source/main.o
    In file included from /etc/opt/elo/elok_s-source/main.c:10:
    /etc/opt/elo/elok_s-source/elocontrol.h:3: fatal error: linux/autoconf.h: No such file or directory
    compilation terminated.
    make[2]: *** [/etc/opt/elo/elok_s-source/main.o] Error 1
    make[1]: *** [_module_/etc/opt/elo/elok_s-source] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-22-generic'
    make: *** [default] Error 2
    twan@Studio:/etc/opt/elo/elok_s-source$
    It seems automake cannot find the files and i dont know why. Anyone experiencing the same problems or is there anyone that can help?

    Thanks in Advance.

    Grtz EzMe

  2. #2
    Join Date
    Nov 2010
    Beans
    1

    Re: Problems installing Elo touch drivers on Ubuntu 10.10

    I have the same exact problem and the same exact message. Any help would be appreciated.

    I also installed libmotif
    installation packages

    and CHMOD the directories. Still nothing
    Last edited by MikeOshea; November 10th, 2010 at 09:21 PM.

  3. #3
    Join Date
    Oct 2008
    Beans
    2

    Unhappy Re: Problems installing Elo touch drivers on Ubuntu 10.10

    I have the same exact problem and the same exact message.

  4. #4
    Join Date
    Jan 2011
    Beans
    1

    Re: Problems installing Elo touch drivers on Ubuntu 10.10

    I had same problem but found work around. Seems to be a general Makefile problem with kernels near and above version 2.6.34. Directory where autoconf.h resides has changed from
    /lib/modules/`uname -r`/build/include/linux
    to
    /lib/modules/`uname -r`/build/include/generated
    Just create symbolic link of include/generated/autoconf.h in include/linux:

    ln -s /lib/modules/`uname -r`/build/include/generated/autoconf.h /lib/modules/`uname -r`/build/include/linux/autoconf.h


  5. #5
    Join Date
    Jan 2011
    Beans
    1

    Re: Problems installing Elo touch drivers on Ubuntu 10.10

    Hello,

    I am following the instructions on
    http://www.elotouch.com/files/instal...structions.txt

    and I am stuck on

    Step II: -------- Modify the X windows configuration file

    I do not have an xorg.conf file. I am trying to create one as it states in the instructions but I am not sure how to boot into single user mode.

    "To generate a copy of xorg.conf based on the current hardware configuration, boot into single user mode and run"
    I am new to linux and using Xubuntu 10.10. Any help would be greatly appreciated.

  6. #6
    Join Date
    Nov 2008
    Beans
    2

    Re: Problems installing Elo touch drivers on Ubuntu 10.10

    I am also stuck @
    "To generate a copy of xorg.conf based on the current hardware configuration, boot into single user mode and run"

    I am using 10.4

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •