Keyboard and touchpad stopped working after messing up with drivers

codeBull

I am new to Ubuntu and using 18.04 LTS. My touchpad wasn't working fine and the palm rejection didn't seem to work at all, so I did the steps mentioned here

sudo apt remove xserver-xorg-input-synaptics
sudo apt install xserver-xorg-input-libinput
sudo reboot

After the system reboot, the touchpad and keyboard stopped working alltogether.

What should I do to restore them?

Also before messing up with my driver my touchpad was using Synaptic drivers.

mchid

See if you can get to a tty by pressing CTRL+ALT+F3 and if you can't, follow these instructions on how to boot into recovery mode This should allow access to run commands before the drivers even load.

Once you boot into recovery mode and after you run the command to switch to read-write mode, run the following command to reinstall synaptic:

sudo apt install --reinstall xserver-xorg-input-synaptics

As for your touchpad problem (after you reinstall synaptics), you can modify the parameters of your touchpad device by using xinput commands or by modifying your synaptics configuration file.

xinput list

should list your devices and each device will have an "id" number.

For example, your touchpad may be listed as device id=12.

Then, you would run:

xinput list-props 13

This will list available parameters. Each parameter will have a number in parenthesis followed by setting values like 1,1 or something like that. To change the setting values, you would run a command like this (to set device 13, parameter 282, to a value of 1):

xinput 13 282 1

Search for xinput and libinput commands and settings for more information. Also, this won't be persistent so you'll have to run this as a startup script or locate the default settings file.


EDIT:

If you need to connect to a network, you can startup NetworkManager:

sudo systemctl restart network-manager

and if you don't have a network setup, you can follow these instructions to set up a new wireless or ethernet connection.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Keyboard and touchpad stopped working after sleep

From Dev

Keyboard and touchpad stopped working after battery drain in Samsung notebook

From Dev

Keyboard and Synaptics touchpad features stopped working after xenial software update

From Dev

Elantech touchpad stopped working after restart

From Dev

Elantech touchpad stopped working after restart

From Dev

Touchpad suddenly stopped working

From Dev

Touchpad suddenly stopped working

From Dev

Touchpad tap stopped working

From Dev

Touchpad suddenly stopped working on boot

From Dev

Keyboard and touchpad freeze after suspend

From Dev

Laptop keyboard stopped working after installing a drawing tablet

From Dev

Lenovo IdeaPad Z570 touchpad stopped working after upgrade to 15.04

From Dev

Touchpad suddenly stopped working on Kubuntu 17.04

From Dev

Touchpad buttons have stopped working on Dell laptop

From Dev

vagrant up stopped working after windows 10 update

From Dev

Atom keyboard shortcuts stopped working

From Dev

Ubuntu 18.04 stopped working with NVIDIA drivers

From Dev

Ubuntu 18.04 stopped working with NVIDIA drivers

From Dev

USB drivers stopped working in Windows 8

From Dev

Ubuntu 18 network drivers stopped working

From Dev

Touchpad not working after suspending laptop

From Dev

Accidentally removed kernel and basic drivers (internet touchpad graphics not working)

From Dev

Keyboard not working with full disk encryption after installing Nvidia drivers on Ubuntu 16.04

From Dev

Keyboard and Mouse not working after wake up; independent of OS

From Dev

ELAN touchpad suddenly stopped working, worked the day before

From Dev

13.10 Onscreen Keyboard suddenly stopped working

From Dev

Kenesis keyboard: mac command key stopped working

From Dev

13.10 Onscreen Keyboard suddenly stopped working

From Dev

Hardware audio keyboard keys stopped working

Related Related

  1. 1

    Keyboard and touchpad stopped working after sleep

  2. 2

    Keyboard and touchpad stopped working after battery drain in Samsung notebook

  3. 3

    Keyboard and Synaptics touchpad features stopped working after xenial software update

  4. 4

    Elantech touchpad stopped working after restart

  5. 5

    Elantech touchpad stopped working after restart

  6. 6

    Touchpad suddenly stopped working

  7. 7

    Touchpad suddenly stopped working

  8. 8

    Touchpad tap stopped working

  9. 9

    Touchpad suddenly stopped working on boot

  10. 10

    Keyboard and touchpad freeze after suspend

  11. 11

    Laptop keyboard stopped working after installing a drawing tablet

  12. 12

    Lenovo IdeaPad Z570 touchpad stopped working after upgrade to 15.04

  13. 13

    Touchpad suddenly stopped working on Kubuntu 17.04

  14. 14

    Touchpad buttons have stopped working on Dell laptop

  15. 15

    vagrant up stopped working after windows 10 update

  16. 16

    Atom keyboard shortcuts stopped working

  17. 17

    Ubuntu 18.04 stopped working with NVIDIA drivers

  18. 18

    Ubuntu 18.04 stopped working with NVIDIA drivers

  19. 19

    USB drivers stopped working in Windows 8

  20. 20

    Ubuntu 18 network drivers stopped working

  21. 21

    Touchpad not working after suspending laptop

  22. 22

    Accidentally removed kernel and basic drivers (internet touchpad graphics not working)

  23. 23

    Keyboard not working with full disk encryption after installing Nvidia drivers on Ubuntu 16.04

  24. 24

    Keyboard and Mouse not working after wake up; independent of OS

  25. 25

    ELAN touchpad suddenly stopped working, worked the day before

  26. 26

    13.10 Onscreen Keyboard suddenly stopped working

  27. 27

    Kenesis keyboard: mac command key stopped working

  28. 28

    13.10 Onscreen Keyboard suddenly stopped working

  29. 29

    Hardware audio keyboard keys stopped working

HotTag

Archive