Advertisement
Guest User

lspci output

a guest
Apr 20th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.48 KB | None | 0 0
  1. root@ubuntu:/# lspci
  2.  
  3. 00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 08)
  4. 00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07)
  5. 00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
  6. 00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
  7. 00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
  8. 00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
  9. 00:1c.0 PCI bridge: Intel Corporation Device 9d12 (rev f1)
  10. 00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
  11. 00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
  12. 00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
  13. 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
  14. 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
  15. 00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
  16. 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-V (rev 21)
  17. 01:00.0 Network controller: Intel Corporation Intel Dual Band Wireless-AC 3165 Plus Bluetooth (rev 99)
  18. 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
  19. 03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265] (rev 81)
  20.  
  21. root@ubuntu:/# lspci -k
  22.  
  23. 00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 08)
  24.     Subsystem: Lenovo Skylake Host Bridge/DRAM Registers
  25.     Kernel driver in use: skl_uncore
  26. 00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07)
  27.     Subsystem: Lenovo Skylake Integrated Graphics
  28.     Kernel driver in use: i915
  29.     Kernel modules: i915
  30. 00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
  31.     Subsystem: Lenovo Sunrise Point-LP USB 3.0 xHCI Controller
  32.     Kernel driver in use: xhci_hcd
  33. 00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
  34.     Subsystem: Lenovo Sunrise Point-LP Thermal subsystem
  35.     Kernel driver in use: intel_pch_thermal
  36.     Kernel modules: intel_pch_thermal
  37. 00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
  38.     Subsystem: Lenovo Sunrise Point-LP CSME HECI
  39.     Kernel driver in use: mei_me
  40.     Kernel modules: mei_me
  41. 00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
  42.     Subsystem: Lenovo Sunrise Point-LP SATA Controller [AHCI mode]
  43.     Kernel driver in use: ahci
  44.     Kernel modules: ahci
  45. 00:1c.0 PCI bridge: Intel Corporation Device 9d12 (rev f1)
  46.     Kernel driver in use: pcieport
  47.     Kernel modules: shpchp
  48. 00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
  49.     Kernel driver in use: pcieport
  50.     Kernel modules: shpchp
  51. 00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
  52.     Kernel driver in use: pcieport
  53.     Kernel modules: shpchp
  54. 00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
  55.     Subsystem: Lenovo Sunrise Point-LP LPC Controller
  56. 00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
  57.     Subsystem: Lenovo Sunrise Point-LP PMC
  58.     Kernel driver in use: intel_pmc_core
  59. 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
  60.     Subsystem: Lenovo Sunrise Point-LP HD Audio
  61.     Kernel driver in use: snd_hda_intel
  62.     Kernel modules: snd_hda_intel, snd_soc_skl
  63. 00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
  64.     Subsystem: Lenovo Sunrise Point-LP SMBus
  65.     Kernel modules: i2c_i801
  66. 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection I219-V (rev 21)
  67.     Subsystem: Lenovo Ethernet Connection I219-V
  68.     Kernel driver in use: e1000e
  69.     Kernel modules: e1000e
  70. 01:00.0 Network controller: Intel Corporation Intel Dual Band Wireless-AC 3165 Plus Bluetooth (rev 99)
  71.     Subsystem: Intel Corporation Intel Dual Band Wireless-AC 3165 Plus Bluetooth
  72.     Kernel driver in use: iwlwifi
  73.     Kernel modules: iwlwifi
  74. 02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
  75.     Subsystem: Lenovo RTS522A PCI Express Card Reader
  76.     Kernel driver in use: rtsx_pci
  77.     Kernel modules: rtsx_pci
  78. 03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265] (rev 81)
  79.     Subsystem: Lenovo Topaz XT [Radeon R7 M260/M265]
  80.     Kernel driver in use: amdgpu
  81.     Kernel modules: amdgpu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement