Results 1 to 1 of 1

Thread: 12.04 Acer T230H Touch Screen

Threaded View

  1. #1
    Join Date
    Oct 2006
    Beans
    10

    12.04 Acer T230H Touch Screen

    hi,

    i want to bring my Acer T230H Touch Screen working on ubuntu 12.04arm (odroid-x device).

    console boot log:

    Code:
    ...
    [    3.390000] usb 1-2.1.3: Manufacturer: Logitech
    [    3.400000] input: Logitech USB Laser Mouse as /devices/platform/s5p-ehci/usb1/1-2/1-2.1/1-2.1.3/1-2.1.3:1.0/input/input0
    [    3.405000] hid-generic 0003:046D:C062.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-s5p-ehci-2.1.3/input0
    [    3.505000] usb 1-2.1.4: new full-speed USB device number 8 using s5p-ehci
    [    3.610000] usb 1-2.1.4: New USB device found, idVendor=0408, idProduct=3000
    [    3.615000] usb 1-2.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    3.620000] usb 1-2.1.4: Product: T230H
    [    3.625000] usb 1-2.1.4: Manufacturer: Acer
    [    5.665000] usbhid 1-2.1.4:1.0: can't add hid device: -32
    [    5.670000] usbhid: probe of 1-2.1.4:1.0 failed with error -32
    [    5.760000] usb 1-2.1.5: new low-speed USB device number 9 using s5p-ehci
    [    5.870000] usb 1-2.1.5: New USB device found, idVendor=0e8f, idProduct=0022
    [    5.870000] usb 1-2.1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    5.880000] usb 1-2.1.5: Product: USB KB V11
    [    5.885000] usb 1-2.1.5: Manufacturer: GASIA
    [    5.890000] input: GASIA USB KB V11 as /devices/platform/s5p-ehci/usb1/1-2/1-2.1/1-2.1.5/1-2.1.5:1.0/input/input1
    [    5.900000] hid-generic 0003:0E8F:0022.0002: input,hidraw1: USB HID v1.10 Keyboard [GASIA USB KB V11] on usb-s5p-ehci-2.1.5/input0
    [    5.915000] input: GASIA USB KB V11 as /devices/platform/s5p-ehci/usb1/1-2/1-2.1/1-2.1.5/1-2.1.5:1.1/input/input2
    [    5.920000] hid-generic 0003:0E8F:0022.0003: input,hidraw2: USB HID v1.10 Device [GASIA USB KB V11] on usb-s5p-ehci-2.1.5/input1
    [    5.935000] usb 1-2.1.4: USB disconnect, device number 8
    [    6.665000] usb 1-2.1.4: new full-speed USB device number 10 using s5p-ehci
    [    6.770000] usb 1-2.1.4: New USB device found, idVendor=0408, idProduct=3000
    [    6.775000] usb 1-2.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    6.780000] usb 1-2.1.4: Product: T230H
    [    6.785000] usb 1-2.1.4: Manufacturer: Acer
    [    6.790000] usb 1-2.1.4: can't set config #1, error -32
    [    7.940000] .[MAX98090] max98090_set_playback_speaker_headset(111)
    [   12.785000] EXT4-fs (mmcblk0p3): recovery complete
    ...

    # lsusb

    Code:
    ...
    Bus 001 Device 010: ID 0408:3000 Quanta Computer, Inc. Optical dual-touch panel
    ...

    # lsmod

    Code:
    Module                  Size  Used by
    cpufreq_ondemand        6757  1 
    rt5370sta             756427  1 
    rfcomm                 31449  12 
    bnep                   10484  2 
    btusb                  11450  0 
    bluetooth             179138  24 rfcomm,bnep,btusb
    smsc95xx               12625  0 
    mousedev               10279  0 
    usbnet                 16376  1 smsc95xx
    ipv6                  265752  22 
    gpio_keys               7052  0

    # ls -1 /dev/input/by-id/

    Code:
    usb-GASIA_USB_KB_V11-event-if01
    usb-GASIA_USB_KB_V11-event-kbd
    usb-Logitech_USB_Laser_Mouse-event-mouse
    usb-Logitech_USB_Laser_Mouse-mouse

    ls -la /dev/usb/

    Code:
    lrwxrwxrwx  1 root root    18 Aug 24 22:28 quanta_touch -> ../bus/usb/001/010

    i can not compile the "HidTouch Suite", because of this bug:

    http://sourceforge.net/tracker/index...8&atid=1246628

    # uname -a

    Code:
    Linux linaro-ubuntu-desktop 3.6.0-rc2 #6 SMP PREEMPT Fri Aug 17 12:26:33 KST 2012 armv7l armv7l armv7l GNU/Linux

    i have read that the acer t230h is supported default by ubuntu 10.10+.


    so:

    do i need to load a new kernel/xorg modul?
    what i need to do?
    is "HidTouch Suite" not longer needed?

    best regards,
    daniel.
    Last edited by xaarr; August 24th, 2012 at 09:56 PM. Reason: added new infos

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
  •