0

My touchpad is no longer working. Here is what I get when I do not have an external mouse plugged in:

$ sudo xinput list
[sudo] password for gwlester: 
⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Asus Keyboard                             id=12   [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Sleep Button                              id=10   [slave  keyboard (3)]
    ↳ Asus Keyboard                             id=16   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=15   [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Asus WMI hotkeys                          id=14   [slave  keyboard (3)]
    ↳ Video Bus                                 id=8    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=9    [slave  keyboard (3)]
    ↳ USB2.0 HD UVC WebCam: USB2.0 HD           id=11   [slave  keyboard (3)]

Help!!!

1 Answers1

1

Some diagnostics would be helpful.

  1. Does the touchpad work when running from a Live Ubuntu USB? If so, you know the cause is with the installed system; if not, the cause is hardware.
  2. What occurred before this issue? Ubuntu update? Power failure? Spilled coffee? Something else?
  3. Have you shut down and rebooted?
  4. In the Synaptic Package Manager, have you checked status of packages? Tried Edit | Fix Broken Packages?
  5. Have you tried fixing broken packages from Terminal?
  • Downloading Live and will attempt to run and report results.
  • Stopped working after an upgrade. Finally got annoyed enough to fix.
  • Many, many, many times.
  • Yes, shows no broken packages.
  • Yes, shows nothing wrong.
  • – Gerald Lester Jul 02 '22 at 23:07
  • You state, "Stopped working after an upgrade." That important bit of data should have been in the question, which would have led to an obvious suggestion: back out the upgraded packages. Of course, by now, there will have been other upgrades, making it more difficult to identify the culprit(s). – DrMoishe Pippik Jul 03 '22 at 03:14