I've installed ubuntu 16.04 LTS, removing windows 7, through bootable pen. Everything went well during installation. With ubuntu already running, after doing all the updates, most of the times, after a while my touchpad and keyboard freezes. First, I'm unable to click anywhere but can move mouse, no keyboard working. Then, mouse freezes completlty.
Tried the solution displayed at: Touchpad stops working after a while, Ubuntu 14.10, Dell Latitude E7440
rm -rf /etc/modprobe.d/blacklist_i2c_hid.conf
And at: Proper touchpad thumb & palm detection with libinput
sudo apt-get install xserver-xorg-input-libinput
sudo apt-remove xserver-xorg-input-synaptics
Then added some configurations
sudo vi /usr/share/X11/xorg.conf.d/90-libinput.conf
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "True"
Option "DisableWhileTyping" "True"
EndSection
Still, after this, it froze again. All I can do is force shutdown.
Anything else I can or should do?