"
lsusb" shows the following :Bus 005 Device 002: ID 0eef:0001 D-WAV Scientific Co., Ltd eGalax TouchScreenStep 1 :
Boot up the system and press "
Ctrl+Alt+t" to open a terminal.sudo nano /etc/default/grubAppend "
i8042.noloop=1" to "GRUB_CMDLINE_LINUX_DEFAULT".It will look like this :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.noloop=1"Save and exit.
sudo update-grubStep 2 :
sudo nano /etc/modprobe.d/blacklist.confAppend the following to the file.
blacklist usbtouchscreenStep 3 :
Reboot your system.
That's all! See you.
