LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Samsung built in Touchpad (ETPS/2 Elantech) doesn't send any events to the event file (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/samsung-built-in-touchpad-etps-2-elantech-doesnt-send-any-events-to-the-event-file-4175532226/)

33volx 01-27-2015 12:46 PM

Samsung built in Touchpad (ETPS/2 Elantech) doesn't send any events to the event file
 
I was playing around with event files (/dev/input) and noticed that event4 (touchpad's event file) doesn't produce anything when I touch and move over the touchpad. I've did lsinput but it doesn't really contain any useful information (except that version number is 0??). Any ideas why it might be so? Maybe I should install some driver or something? Btw the touchpad works fine itself - I can move the mouse using it, etc but it doesn't send the signals...

lsinput:
Code:

...
/dev/input/event4
  bustype : BUS_I8042
  vendor  : 0x2
  product : 0xe
  version : 0
  name    : "ETPS/2 Elantech Touchpad"
  phys    : "isa0060/serio1/input0"
  bits ev : EV_SYN EV_KEY EV_ABS
...

uname -a:
Code:

Linux core 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux.
Computer: Samsung Laptop SERIES 7 CHRONOS.

33volx 01-27-2015 01:00 PM

Nvm I know now why it happened. The touchpad driver was using the file and capturing all the events, so I have to disable it in order to read events from that file :)


All times are GMT -5. The time now is 05:14 AM.