Advertisement
Guest User

Untitled

a guest
Dec 17th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ lspci -knn
  2. 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
  3. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  4. 00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0106] (rev 09)
  5. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  6. Kernel driver in use: i915
  7. Kernel modules: i915
  8. 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
  9. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  10. Kernel driver in use: xhci_hcd
  11. 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
  12. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  13. Kernel driver in use: mei
  14. Kernel modules: mei
  15. 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
  16. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  17. Kernel driver in use: ehci-pci
  18. 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
  19. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  20. Kernel driver in use: snd_hda_intel
  21. Kernel modules: snd-hda-intel
  22. 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
  23. Kernel driver in use: pcieport
  24. Kernel modules: shpchp
  25. 00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
  26. Kernel driver in use: pcieport
  27. Kernel modules: shpchp
  28. 00:1c.3 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 [8086:1e16] (rev c4)
  29. Kernel driver in use: pcieport
  30. Kernel modules: shpchp
  31. 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
  32. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  33. Kernel driver in use: ehci-pci
  34. 00:1f.0 ISA bridge [0601]: Intel Corporation 7 Series Chipset Family LPC Controller [8086:1e5e] (rev 04)
  35. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  36. Kernel driver in use: lpc_ich
  37. Kernel modules: lpc_ich
  38. 00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
  39. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  40. Kernel driver in use: ahci
  41. Kernel modules: ahci
  42. 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
  43. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  44. Kernel modules: i2c-i801
  45. 02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
  46. Subsystem: AzureWave Device [1a3b:2047]
  47. Kernel driver in use: bcma-pci-bridge
  48. Kernel modules: bcma
  49. 03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8162 Fast Ethernet [1969:1090] (rev 10)
  50. Subsystem: ASUSTeK Computer Inc. Device [1043:115d]
  51. Kernel driver in use: alx
  52. Kernel modules: alx
  53. $ lsmod | grep -e ath9k -e asus -e bcma-pci-bridge
  54. asus_nb_wmi 12854 0
  55. asus_wmi 24581 1 asus_nb_wmi
  56. sparse_keymap 13890 1 asus_wmi
  57. wmi 19256 1 asus_wmi
  58. video 19652 2 i915,asus_wmi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement