Advertisement
Guest User

Untitled

a guest
Jan 21st, 2015
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. # lspci
  2.  
  3. 00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
  4. 00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
  5. 00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
  6. 00:04.0 Signal processing controller: Intel Corporation Broadwell-U Camarillo Device (rev 09)
  7. 00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
  8. 00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
  9. 00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
  10. 00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
  11. 00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
  12. 00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
  13. 00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
  14. 00:1f.6 Signal processing controller: Intel Corporation Wildcat Point-LP Thermal Management Controller (rev 03)
  15. 01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5249 PCI Expresspci Card Reader (rev 01)
  16. 02:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)
  17.  
  18. # lsusb
  19. Bus 002 Device 002: ID 174c:5106 ASMedia Technology Inc. Transcend StoreJet 25M3
  20. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  21. Bus 001 Device 003: ID 0a5c:216f Broadcom Corp.
  22. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  23.  
  24. # /proc/cpuinfo
  25. processor : 3
  26. vendor_id : GenuineIntel
  27. cpu family : 6
  28. model : 61
  29. model name : Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz
  30. stepping : 4
  31. microcode : 0x12
  32. cpu MHz : 2493.820
  33. cache size : 3072 KB
  34. physical id : 0
  35. siblings : 4
  36. core id : 1
  37. cpu cores : 2
  38. apicid : 3
  39. initial apicid : 3
  40. fpu : yes
  41. fpu_exception : yes
  42. cpuid level : 20
  43. wp : yes
  44. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap xsaveopt
  45. bugs :
  46. bogomips : 4391.68
  47. clflush size : 64
  48. cache_alignment : 64
  49. address sizes : 39 bits physical, 48 bits virtual
  50. power management:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement