Guest User

Untitled

a guest
Dec 16th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. lspci
  2. 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
  3. 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
  4. 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 09)
  5. 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
  6. 00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
  7. 00:16.3 Serial controller: Intel Corporation 8 Series HECI KT (rev 04)
  8. 00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I218-LM (rev 04)
  9. 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
  10. 00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
  11. 00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
  12. 00:1c.5 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 6 (rev e4)
  13. 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
  14. 00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
  15. 00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 04)
  16. 00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
  17. 01:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
  18. 02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b)
  19.  
  20. synaptics -l
  21. Couldn't find synaptics properties. No synaptics driver loaded?
  22.  
  23. apt-get install synclient
  24. Reading package lists... Done
  25. Building dependency tree
  26. Reading state information... Done
  27. E: Unable to locate package synclient
  28.  
  29. apt-get install xserver-xorg-input-synaptics
  30. Reading package lists... Done
  31. Building dependency tree
  32. Reading state information... Done
  33. xserver-xorg-input-synaptics is already the newest version (1.8.2-1ubuntu3).
  34. 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
  35.  
  36. Option "MaxTapTime" "0"
  37. Option "MaxTapMove" "0"
Add Comment
Please, Sign In to add comment