Advertisement
astefanetti

Untitled

Apr 8th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.79 KB | None | 0 0
  1. anto@anto-HP-Compaq-dc7100-SFF-DX878AV:~$ sudo parted -l
  2. [sudo] password for anto:
  3. Modello: ATA WDC WD400BD-60LR (scsi)
  4. Disco /dev/sda: 40,0GB
  5. Dimensione del settore (logica/fisica): 512B/512B
  6. Tabella delle partizioni: msdos
  7.  
  8. Numero Inizio Fine Dimensione Tipo File system Flag
  9. 1 32,3kB 19,4GB 19,4GB primary ntfs avvio
  10. 2 19,4GB 40,0GB 20,6GB extended
  11. 6 19,4GB 39,0GB 19,6GB logical ext4
  12. 5 39,0GB 40,0GB 1062MB logical linux-swap(v1)
  13.  
  14.  
  15. anto@anto-HP-Compaq-dc7100-SFF-DX878AV:~$ dmesg
  16. [ 0.000000] Initializing cgroup subsys cpuset
  17. [ 0.000000] Initializing cgroup subsys cpu
  18. [ 0.000000] Initializing cgroup subsys cpuacct
  19. [ 0.000000] Linux version 3.13.0-85-generic (buildd@lcy01-11) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #129-Ubuntu SMP Thu Mar 17 20:50:41 UTC 2016 (Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36)
  20. [ 0.000000] KERNEL supported cpus:
  21. [ 0.000000] Intel GenuineIntel
  22. [ 0.000000] AMD AuthenticAMD
  23. [ 0.000000] NSC Geode by NSC
  24. [ 0.000000] Cyrix CyrixInstead
  25. [ 0.000000] Centaur CentaurHauls
  26. [ 0.000000] Transmeta GenuineTMx86
  27. [ 0.000000] Transmeta TransmetaCPU
  28. [ 0.000000] UMC UMC UMC UMC
  29. [ 0.000000] e820: BIOS-provided physical RAM map:
  30. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
  31. [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
  32. [ 0.000000] BIOS-e820: [mem 0x00000000000e8000-0x00000000000fffff] reserved
  33. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7e3fff] usable
  34. [ 0.000000] BIOS-e820: [mem 0x000000003f7e4000-0x000000003fffffff] reserved
  35. [ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000dfffffff] reserved
  36. [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
  37. [ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
  38. [ 0.000000] SMBIOS 2.3 present.
  39. [ 0.000000] DMI: Hewlett-Packard HP Compaq dc7100 SFF(DX878AV)/097Ch, BIOS 786C1 v01.05 06/16/2004
  40. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  41. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  42. [ 0.000000] e820: last_pfn = 0x3f7e4 max_arch_pfn = 0x1000000
  43. [ 0.000000] MTRR default type: uncachable
  44. [ 0.000000] MTRR fixed ranges enabled:
  45. [ 0.000000] 00000-9FFFF write-back
  46. [ 0.000000] A0000-BFFFF uncachable
  47. [ 0.000000] C0000-E7FFF write-protect
  48. [ 0.000000] E8000-EFFFF write-back
  49. [ 0.000000] F0000-FFFFF write-protect
  50. [ 0.000000] MTRR variable ranges enabled:
  51. [ 0.000000] 0 base 000000000 mask FC0000000 write-back
  52. [ 0.000000] 1 base 03F800000 mask FFF800000 uncachable
  53. [ 0.000000] 2 disabled
  54. [ 0.000000] 3 disabled
  55. [ 0.000000] 4 disabled
  56. [ 0.000000] 5 disabled
  57. [ 0.000000] 6 disabled
  58. [ 0.000000] 7 disabled
  59. [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  60. [ 0.000000] original variable MTRRs
  61. [ 0.000000] reg 0, base: 0GB, range: 1GB, type WB
  62. [ 0.000000] reg 1, base: 1016MB, range: 8MB, type UC
  63. [ 0.000000] total RAM covered: 1016M
  64. [ 0.000000] Found optimal setting for mtrr clean up
  65. [ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 2 lose cover RAM: 0G
  66. [ 0.000000] New variable MTRRs
  67. [ 0.000000] reg 0, base: 0GB, range: 1GB, type WB
  68. [ 0.000000] reg 1, base: 1016MB, range: 8MB, type UC
  69. [ 0.000000] found SMP MP-table at [mem 0x000fe700-0x000fe70f] mapped at [c00fe700]
  70. [ 0.000000] Scanning 1 areas for low memory corruption
  71. [ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
  72. [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
  73. [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
  74. [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
  75. [ 0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
  76. [ 0.000000] [mem 0x37800000-0x379fffff] page 2M
  77. [ 0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
  78. [ 0.000000] [mem 0x34000000-0x377fffff] page 2M
  79. [ 0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
  80. [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
  81. [ 0.000000] [mem 0x00200000-0x33ffffff] page 2M
  82. [ 0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
  83. [ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
  84. [ 0.000000] BRK [0x01ba3000, 0x01ba3fff] PGTABLE
  85. [ 0.000000] RAMDISK: [mem 0x35c18000-0x36e03fff]
  86. [ 0.000000] ACPI: RSDP 000e9c10 000014 (v00 COMPAQ)
  87. [ 0.000000] ACPI: RSDT 3f7f4040 000038 (v01 COMPAQ CPQ0968 20040616 00000000)
  88. [ 0.000000] ACPI: FACP 3f7f40ec 000074 (v01 COMPAQ GRANTSD 00000001 00000000)
  89. [ 0.000000] ACPI: DSDT 3f7f4267 00137A (v01 COMPAQ DSDT 00000001 MSFT 0100000E)
  90. [ 0.000000] ACPI: FACS 3f7f4000 000040
  91. [ 0.000000] ACPI: SSDT 3f7f55e1 0030A6 (v01 COMPAQ PROJECT 00000001 MSFT 0100000E)
  92. [ 0.000000] ACPI: APIC 3f7f4160 000068 (v01 COMPAQ GRANTSD 00000001 00000000)
  93. [ 0.000000] ACPI: ASF! 3f7f41c8 000063 (v32 COMPAQ GRANTSD 00000001 00000000)
  94. [ 0.000000] ACPI: MCFG 3f7f422b 00003C (v01 COMPAQ GRANTSD 00000001 00000000)
  95. [ 0.000000] ACPI: Local APIC address 0xfee00000
  96. [ 0.000000] 123MB HIGHMEM available.
  97. [ 0.000000] 891MB LOWMEM available.
  98. [ 0.000000] mapped low ram: 0 - 37bfe000
  99. [ 0.000000] low ram: 0 - 37bfe000
  100. [ 0.000000] BRK [0x01ba4000, 0x01ba4fff] PGTABLE
  101. [ 0.000000] Zone ranges:
  102. [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
  103. [ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
  104. [ 0.000000] HighMem [mem 0x37bfe000-0x3f7e3fff]
  105. [ 0.000000] Movable zone start for each node
  106. [ 0.000000] Early memory node ranges
  107. [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
  108. [ 0.000000] node 0: [mem 0x00100000-0x3f7e3fff]
  109. [ 0.000000] On node 0 totalpages: 259970
  110. [ 0.000000] free_area_init_node: node 0, pgdat c19a98c0, node_mem_map f740e020
  111. [ 0.000000] DMA zone: 32 pages used for memmap
  112. [ 0.000000] DMA zone: 0 pages reserved
  113. [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
  114. [ 0.000000] Normal zone: 1752 pages used for memmap
  115. [ 0.000000] Normal zone: 224254 pages, LIFO batch:31
  116. [ 0.000000] HighMem zone: 248 pages used for memmap
  117. [ 0.000000] HighMem zone: 31718 pages, LIFO batch:7
  118. [ 0.000000] Using APIC driver default
  119. [ 0.000000] ACPI: PM-Timer IO Port: 0xf808
  120. [ 0.000000] ACPI: Local APIC address 0xfee00000
  121. [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
  122. [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
  123. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
  124. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
  125. [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
  126. [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
  127. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  128. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  129. [ 0.000000] ACPI: IRQ0 used by override.
  130. [ 0.000000] ACPI: IRQ2 used by override.
  131. [ 0.000000] ACPI: IRQ9 used by override.
  132. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  133. [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
  134. [ 0.000000] nr_irqs_gsi: 40
  135. [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
  136. [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e7fff]
  137. [ 0.000000] PM: Registered nosave memory: [mem 0x000e8000-0x000fffff]
  138. [ 0.000000] e820: [mem 0x40000000-0xcfffffff] available for PCI devices
  139. [ 0.000000] Booting paravirtualized kernel on bare hardware
  140. [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
  141. [ 0.000000] PERCPU: Embedded 14 pages/cpu @f73ec000 s35520 r0 d21824 u57344
  142. [ 0.000000] pcpu-alloc: s35520 r0 d21824 u57344 alloc=14*4096
  143. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  144. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 258186
  145. [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-85-generic root=UUID=bccdbc6e-92cc-412b-9d6d-14aaeb82b269 ro quiet splash vt.handoff=7
  146. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  147. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  148. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  149. [ 0.000000] Initializing CPU#0
  150. [ 0.000000] allocated 2080536 bytes of page_cgroup
  151. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  152. [ 0.000000] Initializing HighMem for node 0 (00037bfe:0003f7e4)
  153. [ 0.000000] Memory: 998436K/1039880K available (6579K kernel code, 645K rwdata, 2776K rodata, 880K init, 924K bss, 41444K reserved, 126872K highmem)
  154. [ 0.000000] virtual kernel memory layout:
  155. [ 0.000000] fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
  156. [ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
  157. [ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
  158. [ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
  159. [ 0.000000] .init : 0xc19c7000 - 0xc1aa3000 ( 880 kB)
  160. [ 0.000000] .data : 0xc166d170 - 0xc19c6780 (3429 kB)
  161. [ 0.000000] .text : 0xc1000000 - 0xc166d170 (6580 kB)
  162. [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
  163. [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  164. [ 0.000000] Hierarchical RCU implementation.
  165. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  166. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
  167. [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
  168. [ 0.000000] CPU 0 irqstacks, hard=f5808000 soft=f580a000
  169. [ 0.000000] Console: colour dummy device 80x25
  170. [ 0.000000] console [tty0] enabled
  171. [ 0.000000] tsc: Fast TSC calibration using PIT
  172. [ 0.000000] tsc: Detected 2794.596 MHz processor
  173. [ 0.004002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5589.19 BogoMIPS (lpj=11178384)
  174. [ 0.004008] pid_max: default: 32768 minimum: 301
  175. [ 0.004055] Security Framework initialized
  176. [ 0.004081] AppArmor: AppArmor initialized
  177. [ 0.004084] Yama: becoming mindful.
  178. [ 0.004166] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  179. [ 0.004171] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  180. [ 0.004493] Initializing cgroup subsys memory
  181. [ 0.004505] Initializing cgroup subsys devices
  182. [ 0.004509] Initializing cgroup subsys freezer
  183. [ 0.004512] Initializing cgroup subsys blkio
  184. [ 0.004516] Initializing cgroup subsys perf_event
  185. [ 0.004520] Initializing cgroup subsys hugetlb
  186. [ 0.004566] CPU: Physical Processor ID: 0
  187. [ 0.004570] CPU: Processor Core ID: 0
  188. [ 0.004574] mce: CPU supports 4 MCE banks
  189. [ 0.004588] CPU0: Thermal monitoring enabled (TM1)
  190. [ 0.004594] process: using mwait in idle threads
  191. [ 0.004609] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
  192. [ 0.004609] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
  193. [ 0.004609] tlb_flushall_shift: 6
  194. [ 0.005070] Freeing SMP alternatives memory: 32K (c1aa3000 - c1aab000)
  195. [ 0.008791] ACPI: Core revision 20131115
  196. [ 0.012170] ACPI: All ACPI Tables successfully acquired
  197. [ 0.012824] ftrace: allocating 27902 entries in 55 pages
  198. [ 0.024131] Enabling APIC mode: Flat. Using 1 I/O APICs
  199. [ 0.024524] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  200. [ 0.066936] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz (fam: 0f, model: 03, stepping: 04)
  201. [ 0.068000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
  202. [ 0.068000] ... version: 0
  203. [ 0.068000] ... bit width: 40
  204. [ 0.068000] ... generic registers: 18
  205. [ 0.068000] ... value mask: 000000ffffffffff
  206. [ 0.068000] ... max period: 0000007fffffffff
  207. [ 0.068000] ... fixed-purpose events: 0
  208. [ 0.068000] ... event mask: 000000000003ffff
  209. [ 0.068000] CPU 1 irqstacks, hard=f58f4000 soft=f58f6000
  210. [ 0.068000] x86: Booting SMP configuration:
  211. [ 0.008000] Initializing CPU#1
  212. [ 0.078225] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  213. [ 0.068000] .... node #0, CPUs: #1
  214. [ 0.080074] x86: Booted up 1 node, 2 CPUs
  215. [ 0.080080] smpboot: Total of 2 processors activated (11178.38 BogoMIPS)
  216. [ 0.081242] devtmpfs: initialized
  217. [ 0.081242] EVM: security.selinux
  218. [ 0.081242] EVM: security.SMACK64
  219. [ 0.081242] EVM: security.ima
  220. [ 0.081242] EVM: security.capability
  221. [ 0.081242] reboot: HP Compaq Laptop series board detected. Selecting BIOS-method for reboots.
  222. [ 0.081797] pinctrl core: initialized pinctrl subsystem
  223. [ 0.081926] regulator-dummy: no parameters
  224. [ 0.081973] RTC time: 14:03:56, date: 04/08/16
  225. [ 0.082041] NET: Registered protocol family 16
  226. [ 0.084074] EISA bus registered
  227. [ 0.084078] cpuidle: using governor ladder
  228. [ 0.084081] cpuidle: using governor menu
  229. [ 0.084197] ACPI: bus type PCI registered
  230. [ 0.084203] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
  231. [ 0.084314] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xd0000000-0xdfffffff] (base 0xd0000000)
  232. [ 0.084319] PCI: MMCONFIG at [mem 0xd0000000-0xdfffffff] reserved in E820
  233. [ 0.084322] PCI: Using MMCONFIG for extended config space
  234. [ 0.084324] PCI: Using configuration type 1 for base access
  235. [ 0.086368] bio: create slab <bio-0> at 0
  236. [ 0.086368] ACPI: Added _OSI(Module Device)
  237. [ 0.086368] ACPI: Added _OSI(Processor Device)
  238. [ 0.086368] ACPI: Added _OSI(3.0 _SCP Extensions)
  239. [ 0.086368] ACPI: Added _OSI(Processor Aggregator Device)
  240. [ 0.100362] ACPI: Interpreter enabled
  241. [ 0.100392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
  242. [ 0.100419] ACPI: (supports S0 S1 S3 S4 S5)
  243. [ 0.100423] ACPI: Using IOAPIC for interrupt routing
  244. [ 0.100471] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
  245. [ 0.100628] ACPI: No dock devices found.
  246. [ 0.120230] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  247. [ 0.120241] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  248. [ 0.120252] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 (20131115/nsarguments-189)
  249. [ 0.120360] \_SB_.PCI0:_OSC evaluation returned wrong type
  250. [ 0.120363] _OSC request data:1 1f 0
  251. [ 0.120372] acpi PNP0A08:00: _OSC failed (AE_TYPE); disabling ASPM
  252. [ 0.121008] acpi PNP0A08:00: host bridge window [mem 0xe0000000-0xfebfffff] (ignored)
  253. [ 0.121014] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
  254. [ 0.121018] acpi PNP0A08:00: host bridge window [io 0x1000-0x1fff] (ignored)
  255. [ 0.121022] acpi PNP0A08:00: host bridge window [io 0x3000-0x4fff] (ignored)
  256. [ 0.121026] acpi PNP0A08:00: host bridge window [io 0x7000-0x9fff] (ignored)
  257. [ 0.121030] acpi PNP0A08:00: host bridge window [io 0xb000-0xffff] (ignored)
  258. [ 0.121034] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
  259. [ 0.121038] acpi PNP0A08:00: host bridge window [mem 0x40000000-0xcfffffff] (ignored)
  260. [ 0.121042] PCI: root bus 00: using default resources
  261. [ 0.121326] PCI host bridge to bus 0000:00
  262. [ 0.121333] pci_bus 0000:00: root bus resource [bus 00-ff]
  263. [ 0.121338] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  264. [ 0.121342] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
  265. [ 0.121357] pci 0000:00:00.0: [8086:2580] type 00 class 0x060000
  266. [ 0.121527] pci 0000:00:02.0: [8086:2582] type 00 class 0x030000
  267. [ 0.121544] pci 0000:00:02.0: reg 0x10: [mem 0xcfe00000-0xcfe7ffff]
  268. [ 0.121554] pci 0000:00:02.0: reg 0x14: [io 0x1800-0x1807]
  269. [ 0.121564] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff pref]
  270. [ 0.121574] pci 0000:00:02.0: reg 0x1c: [mem 0xcff00000-0xcff3ffff]
  271. [ 0.121729] pci 0000:00:02.1: [8086:2782] type 00 class 0x038000
  272. [ 0.121743] pci 0000:00:02.1: reg 0x10: [mem 0xcfe80000-0xcfefffff]
  273. [ 0.121942] pci 0000:00:1c.0: [8086:2660] type 01 class 0x060400
  274. [ 0.122035] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  275. [ 0.122128] pci 0000:00:1c.0: System wakeup disabled by ACPI
  276. [ 0.122193] pci 0000:00:1c.1: [8086:2662] type 01 class 0x060400
  277. [ 0.122286] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
  278. [ 0.122378] pci 0000:00:1c.1: System wakeup disabled by ACPI
  279. [ 0.122452] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
  280. [ 0.122505] pci 0000:00:1d.0: reg 0x20: [io 0x1440-0x145f]
  281. [ 0.122611] pci 0000:00:1d.0: System wakeup disabled by ACPI
  282. [ 0.122667] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300
  283. [ 0.122719] pci 0000:00:1d.1: reg 0x20: [io 0x1460-0x147f]
  284. [ 0.122824] pci 0000:00:1d.1: System wakeup disabled by ACPI
  285. [ 0.122881] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300
  286. [ 0.122933] pci 0000:00:1d.2: reg 0x20: [io 0x1480-0x149f]
  287. [ 0.123038] pci 0000:00:1d.2: System wakeup disabled by ACPI
  288. [ 0.123096] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300
  289. [ 0.123149] pci 0000:00:1d.3: reg 0x20: [io 0x14a0-0x14bf]
  290. [ 0.123255] pci 0000:00:1d.3: System wakeup disabled by ACPI
  291. [ 0.123322] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
  292. [ 0.123349] pci 0000:00:1d.7: reg 0x10: [mem 0xcff40000-0xcff403ff]
  293. [ 0.123452] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
  294. [ 0.123539] pci 0000:00:1d.7: System wakeup disabled by ACPI
  295. [ 0.123600] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
  296. [ 0.123742] pci 0000:00:1e.0: System wakeup disabled by ACPI
  297. [ 0.123805] pci 0000:00:1e.2: [8086:266e] type 00 class 0x040100
  298. [ 0.123827] pci 0000:00:1e.2: reg 0x10: [io 0x1000-0x10ff]
  299. [ 0.123838] pci 0000:00:1e.2: reg 0x14: [io 0x1400-0x143f]
  300. [ 0.123851] pci 0000:00:1e.2: reg 0x18: [mem 0xcff40400-0xcff405ff]
  301. [ 0.123862] pci 0000:00:1e.2: reg 0x1c: [mem 0xcff40600-0xcff406ff]
  302. [ 0.123917] pci 0000:00:1e.2: PME# supported from D0 D3hot D3cold
  303. [ 0.124061] pci 0000:00:1f.0: [8086:2640] type 00 class 0x060100
  304. [ 0.124160] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
  305. [ 0.124172] pci 0000:00:1f.0: address space collision: [io 0xf800-0xf87f] conflicts with ACPI CPU throttle [??? 0x0000f810-0x0000f815 flags 0x80000000]
  306. [ 0.124180] pci 0000:00:1f.0: quirk: [io 0xfa00-0xfa3f] claimed by ICH6 GPIO
  307. [ 0.124186] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0400-047f
  308. [ 0.124191] pci 0000:00:1f.0: LPC Generic IO decode 2 PIO at 0480-048f
  309. [ 0.124325] pci 0000:00:1f.1: [8086:266f] type 00 class 0x01018a
  310. [ 0.124345] pci 0000:00:1f.1: reg 0x10: [io 0x1808-0x180f]
  311. [ 0.124358] pci 0000:00:1f.1: reg 0x14: [io 0x1828-0x182b]
  312. [ 0.124371] pci 0000:00:1f.1: reg 0x18: [io 0x1810-0x1817]
  313. [ 0.124383] pci 0000:00:1f.1: reg 0x1c: [io 0x182c-0x182f]
  314. [ 0.124396] pci 0000:00:1f.1: reg 0x20: [io 0x14e0-0x14ef]
  315. [ 0.124546] pci 0000:00:1f.2: [8086:2651] type 00 class 0x01018f
  316. [ 0.124566] pci 0000:00:1f.2: reg 0x10: [io 0x1818-0x181f]
  317. [ 0.124578] pci 0000:00:1f.2: reg 0x14: [io 0x1830-0x1833]
  318. [ 0.124590] pci 0000:00:1f.2: reg 0x18: [io 0x1820-0x1827]
  319. [ 0.124602] pci 0000:00:1f.2: reg 0x1c: [io 0x1834-0x1837]
  320. [ 0.124613] pci 0000:00:1f.2: reg 0x20: [io 0x14f0-0x14ff]
  321. [ 0.124661] pci 0000:00:1f.2: PME# supported from D3hot
  322. [ 0.124886] pci 0000:00:1c.0: PCI bridge to [bus 20]
  323. [ 0.125025] pci 0000:40:00.0: [14e4:1677] type 00 class 0x020000
  324. [ 0.125057] pci 0000:40:00.0: reg 0x10: [mem 0xf0400000-0xf040ffff 64bit]
  325. [ 0.125201] pci 0000:40:00.0: PME# supported from D3hot D3cold
  326. [ 0.125281] pci 0000:40:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
  327. [ 0.125296] pci 0000:00:1c.1: PCI bridge to [bus 40]
  328. [ 0.125305] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf04fffff]
  329. [ 0.125417] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
  330. [ 0.125432] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
  331. [ 0.125437] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
  332. [ 0.125461] pci_bus 0000:00: on NUMA node 0
  333. [ 0.126199] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
  334. [ 0.126332] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15)
  335. [ 0.126460] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 14 15)
  336. [ 0.126588] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 14 15)
  337. [ 0.126715] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 *11 14 15)
  338. [ 0.126842] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 14 15)
  339. [ 0.126969] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 14 15)
  340. [ 0.127096] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
  341. [ 0.127328] ACPI: \_SB_.PCI0: notify handler is installed
  342. [ 0.127383] Found 1 acpi root devices
  343. [ 0.127538] vgaarb: setting as boot device: PCI:0000:00:02.0
  344. [ 0.127538] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  345. [ 0.127538] vgaarb: loaded
  346. [ 0.127538] vgaarb: bridge control possible 0000:00:02.0
  347. [ 0.127538] SCSI subsystem initialized
  348. [ 0.128056] libata version 3.00 loaded.
  349. [ 0.128078] ACPI: bus type USB registered
  350. [ 0.128117] usbcore: registered new interface driver usbfs
  351. [ 0.128135] usbcore: registered new interface driver hub
  352. [ 0.128148] usbcore: registered new device driver usb
  353. [ 0.128148] PCI: Using ACPI for IRQ routing
  354. [ 0.135919] PCI: pci_cache_line_size set to 64 bytes
  355. [ 0.135979] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
  356. [ 0.135984] e820: reserve RAM buffer [mem 0x3f7e4000-0x3fffffff]
  357. [ 0.136158] NetLabel: Initializing
  358. [ 0.136162] NetLabel: domain hash size = 128
  359. [ 0.136164] NetLabel: protocols = UNLABELED CIPSOv4
  360. [ 0.136185] NetLabel: unlabeled traffic allowed by default
  361. [ 0.136231] hpet clockevent registered
  362. [ 0.136237] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
  363. [ 0.136243] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  364. [ 0.136251] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
  365. [ 0.138265] Switched to clocksource hpet
  366. [ 0.149305] AppArmor: AppArmor Filesystem Enabled
  367. [ 0.149351] pnp: PnP ACPI init
  368. [ 0.149377] ACPI: bus type PNP registered
  369. [ 0.149509] pnp 00:00: Plug and Play ACPI device, IDs PNP0c04 (active)
  370. [ 0.149537] pnp 00:01: [dma 4]
  371. [ 0.149575] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
  372. [ 0.149631] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
  373. [ 0.149692] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
  374. [ 0.149749] pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
  375. [ 0.149804] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
  376. [ 0.150255] pnp 00:06: [dma 3]
  377. [ 0.150365] pnp 00:06: Plug and Play ACPI device, IDs PNP0401 (active)
  378. [ 0.150782] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
  379. [ 0.151061] pnp 00:08: [dma 2]
  380. [ 0.151121] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
  381. [ 0.151240] pnp 00:09: Plug and Play ACPI device, IDs PNP0003 (active)
  382. [ 0.151350] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
  383. [ 0.151396] pnp 00:0b: disabling [io 0xf800-0xf81f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
  384. [ 0.151403] pnp 00:0b: disabling [io 0xf820-0xf83f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
  385. [ 0.151407] pnp 00:0b: disabling [io 0xf840-0xf85f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
  386. [ 0.151412] pnp 00:0b: disabling [io 0xf860-0xf87f] because it overlaps 0000:00:1f.0 BAR 13 [io 0xf800-0xf87f]
  387. [ 0.151466] system 00:0b: [io 0x0400-0x041f] has been reserved
  388. [ 0.151472] system 00:0b: [io 0x0420-0x043f] has been reserved
  389. [ 0.151476] system 00:0b: [io 0x0440-0x045f] has been reserved
  390. [ 0.151481] system 00:0b: [io 0x0460-0x047f] has been reserved
  391. [ 0.151485] system 00:0b: [io 0x0480-0x048f] has been reserved
  392. [ 0.151491] system 00:0b: [io 0xfa00-0xfa3f] has been reserved
  393. [ 0.151495] system 00:0b: [io 0xfc00-0xfc7f] has been reserved
  394. [ 0.151500] system 00:0b: [io 0xfc80-0xfcff] has been reserved
  395. [ 0.151504] system 00:0b: [io 0xfe00-0xfe7f] has been reserved
  396. [ 0.151509] system 00:0b: [io 0xfe80-0xfeff] has been reserved
  397. [ 0.151515] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
  398. [ 0.151611] system 00:0c: [io 0x04d0-0x04d1] has been reserved
  399. [ 0.151617] system 00:0c: [io 0x2000-0x2fff window] has been reserved
  400. [ 0.151622] system 00:0c: [io 0x5000-0x6fff window] has been reserved
  401. [ 0.151626] system 00:0c: [io 0xa000-0xafff window] has been reserved
  402. [ 0.151633] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
  403. [ 0.176116] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
  404. [ 0.176123] system 00:0d: [mem 0x00100000-0x3fffffff] could not be reserved
  405. [ 0.176129] system 00:0d: [mem 0x000e8000-0x000fffff] could not be reserved
  406. [ 0.176134] system 00:0d: [mem 0xfec01000-0xffffffff] has been reserved
  407. [ 0.176139] system 00:0d: [mem 0xd0000000-0xdfffffff] has been reserved
  408. [ 0.176144] system 00:0d: [mem 0x000cd800-0x000e7fff] has been reserved
  409. [ 0.176151] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
  410. [ 0.176169] pnp: PnP ACPI: found 14 devices
  411. [ 0.176172] ACPI: bus type PNP unregistered
  412. [ 0.176178] PnPBIOS: Disabled by ACPI PNP
  413. [ 0.214869] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
  414. [ 0.214878] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 20] add_size 200000
  415. [ 0.214884] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 20] add_size 200000
  416. [ 0.214896] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 40] add_size 1000
  417. [ 0.214901] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 40] add_size 200000
  418. [ 0.214917] pci 0000:00:1f.0: BAR 13: [io 0xf800-0xf87f] has bogus alignment
  419. [ 0.214924] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
  420. [ 0.214929] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
  421. [ 0.214933] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
  422. [ 0.214937] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
  423. [ 0.214941] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
  424. [ 0.214950] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
  425. [ 0.214956] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
  426. [ 0.214962] pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
  427. [ 0.214968] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
  428. [ 0.214974] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
  429. [ 0.214979] pci 0000:00:1c.0: PCI bridge to [bus 20]
  430. [ 0.214986] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
  431. [ 0.214993] pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff]
  432. [ 0.215000] pci 0000:00:1c.0: bridge window [mem 0x40200000-0x403fffff 64bit pref]
  433. [ 0.215009] pci 0000:00:1c.1: PCI bridge to [bus 40]
  434. [ 0.215014] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
  435. [ 0.215021] pci 0000:00:1c.1: bridge window [mem 0xf0200000-0xf04fffff]
  436. [ 0.215027] pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
  437. [ 0.215036] pci 0000:00:1e.0: PCI bridge to [bus 05]
  438. [ 0.215052] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
  439. [ 0.215056] pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
  440. [ 0.215060] pci_bus 0000:20: resource 0 [io 0x3000-0x3fff]
  441. [ 0.215064] pci_bus 0000:20: resource 1 [mem 0x40000000-0x401fffff]
  442. [ 0.215068] pci_bus 0000:20: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
  443. [ 0.215072] pci_bus 0000:40: resource 0 [io 0x4000-0x4fff]
  444. [ 0.215076] pci_bus 0000:40: resource 1 [mem 0xf0200000-0xf04fffff]
  445. [ 0.215080] pci_bus 0000:40: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
  446. [ 0.215085] pci_bus 0000:05: resource 4 [io 0x0000-0xffff]
  447. [ 0.215088] pci_bus 0000:05: resource 5 [mem 0x00000000-0xfffffffff]
  448. [ 0.215148] NET: Registered protocol family 2
  449. [ 0.215449] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  450. [ 0.215473] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  451. [ 0.215510] TCP: Hash tables configured (established 8192 bind 8192)
  452. [ 0.215551] TCP: reno registered
  453. [ 0.215556] UDP hash table entries: 512 (order: 2, 16384 bytes)
  454. [ 0.215567] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  455. [ 0.215644] NET: Registered protocol family 1
  456. [ 0.215668] pci 0000:00:02.0: Video device with shadowed ROM
  457. [ 0.217480] PCI: CLS 64 bytes, default 64
  458. [ 0.217575] Trying to unpack rootfs image as initramfs...
  459. [ 0.762005] Freeing initrd memory: 18352K (f5c18000 - f6e04000)
  460. [ 0.762321] microcode: CPU0 sig=0xf34, pf=0x10, revision=0x13
  461. [ 0.762337] microcode: CPU1 sig=0xf34, pf=0x10, revision=0x13
  462. [ 0.762442] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  463. [ 0.762447] Scanning for low memory corruption every 60 seconds
  464. [ 0.762825] Initialise system trusted keyring
  465. [ 0.762890] audit: initializing netlink socket (disabled)
  466. [ 0.762909] type=2000 audit(1460124236.760:1): initialized
  467. [ 0.795136] bounce pool size: 64 pages
  468. [ 0.795159] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  469. [ 0.797432] zbud: loaded
  470. [ 0.797564] VFS: Disk quotas dquot_6.5.2
  471. [ 0.797642] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  472. [ 0.798445] fuse init (API version 7.22)
  473. [ 0.798599] msgmni has been set to 1738
  474. [ 0.798701] Key type big_key registered
  475. [ 0.799444] Key type asymmetric registered
  476. [ 0.799451] Asymmetric key parser 'x509' registered
  477. [ 0.799512] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  478. [ 0.799573] io scheduler noop registered
  479. [ 0.799579] io scheduler deadline registered (default)
  480. [ 0.799633] io scheduler cfq registered
  481. [ 0.799813] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
  482. [ 0.800158] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
  483. [ 0.800278] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  484. [ 0.800311] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  485. [ 0.800391] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
  486. [ 0.800394] vesafb: scrolling: redraw
  487. [ 0.800398] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  488. [ 0.801707] vesafb: framebuffer at 0xe0000000, mapped to 0xf8480000, using 5120k, total 5120k
  489. [ 0.808068] Console: switching to colour frame buffer device 160x64
  490. [ 0.814386] fb0: VESA VGA frame buffer device
  491. [ 0.814441] ipmi message handler version 39.2
  492. [ 0.814565] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
  493. [ 0.814574] ACPI: Power Button [PBTN]
  494. [ 0.814644] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
  495. [ 0.814650] ACPI: Power Button [PWRF]
  496. [ 0.814906] GHES: HEST is not enabled!
  497. [ 0.815001] isapnp: Scanning for PnP cards...
  498. [ 0.815106] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
  499. [ 0.835667] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
  500. [ 0.838402] Linux agpgart interface v0.103
  501. [ 0.838533] agpgart-intel 0000:00:00.0: Intel 915G Chipset
  502. [ 0.838627] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
  503. [ 0.839017] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
  504. [ 0.839176] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
  505. [ 0.842352] brd: module loaded
  506. [ 0.843950] loop: module loaded
  507. [ 0.844238] ata_piix 0000:00:1f.1: version 2.13
  508. [ 0.845189] scsi0 : ata_piix
  509. [ 0.845330] scsi1 : ata_piix
  510. [ 0.845414] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x14e0 irq 14
  511. [ 0.845419] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x14e8 irq 15
  512. [ 0.845686] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
  513. [ 1.000724] scsi2 : ata_piix
  514. [ 1.000837] scsi3 : ata_piix
  515. [ 1.000921] ata3: SATA max UDMA/133 cmd 0x1818 ctl 0x1830 bmdma 0x14f0 irq 19
  516. [ 1.000927] ata4: SATA max UDMA/133 cmd 0x1820 ctl 0x1834 bmdma 0x14f8 irq 19
  517. [ 1.001657] libphy: Fixed MDIO Bus: probed
  518. [ 1.001908] tun: Universal TUN/TAP device driver, 1.6
  519. [ 1.001912] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  520. [ 1.002125] PPP generic driver version 2.4.2
  521. [ 1.002211] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  522. [ 1.002222] ehci-pci: EHCI PCI platform driver
  523. [ 1.002523] ehci-pci 0000:00:1d.7: EHCI Host Controller
  524. [ 1.002537] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
  525. [ 1.002558] ehci-pci 0000:00:1d.7: debug port 1
  526. [ 1.006473] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
  527. [ 1.006513] ehci-pci 0000:00:1d.7: irq 20, io mem 0xcff40000
  528. [ 1.017514] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
  529. [ 1.017652] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  530. [ 1.017659] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  531. [ 1.017664] usb usb1: Product: EHCI Host Controller
  532. [ 1.017669] usb usb1: Manufacturer: Linux 3.13.0-85-generic ehci_hcd
  533. [ 1.017674] usb usb1: SerialNumber: 0000:00:1d.7
  534. [ 1.017899] hub 1-0:1.0: USB hub found
  535. [ 1.017918] hub 1-0:1.0: 8 ports detected
  536. [ 1.018333] ehci-platform: EHCI generic platform driver
  537. [ 1.018356] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  538. [ 1.018360] ohci-pci: OHCI PCI platform driver
  539. [ 1.018386] ohci-platform: OHCI generic platform driver
  540. [ 1.018404] uhci_hcd: USB Universal Host Controller Interface driver
  541. [ 1.018680] uhci_hcd 0000:00:1d.0: UHCI Host Controller
  542. [ 1.018691] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
  543. [ 1.018724] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001440
  544. [ 1.018844] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  545. [ 1.018850] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  546. [ 1.018855] usb usb2: Product: UHCI Host Controller
  547. [ 1.018860] usb usb2: Manufacturer: Linux 3.13.0-85-generic uhci_hcd
  548. [ 1.018865] usb usb2: SerialNumber: 0000:00:1d.0
  549. [ 1.019070] hub 2-0:1.0: USB hub found
  550. [ 1.019088] hub 2-0:1.0: 2 ports detected
  551. [ 1.019517] uhci_hcd 0000:00:1d.1: UHCI Host Controller
  552. [ 1.019528] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
  553. [ 1.019577] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00001460
  554. [ 1.019695] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  555. [ 1.019702] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  556. [ 1.019707] usb usb3: Product: UHCI Host Controller
  557. [ 1.019711] usb usb3: Manufacturer: Linux 3.13.0-85-generic uhci_hcd
  558. [ 1.019716] usb usb3: SerialNumber: 0000:00:1d.1
  559. [ 1.019926] hub 3-0:1.0: USB hub found
  560. [ 1.019944] hub 3-0:1.0: 2 ports detected
  561. [ 1.020388] uhci_hcd 0000:00:1d.2: UHCI Host Controller
  562. [ 1.020400] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
  563. [ 1.020447] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00001480
  564. [ 1.020543] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
  565. [ 1.020549] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  566. [ 1.020554] usb usb4: Product: UHCI Host Controller
  567. [ 1.020559] usb usb4: Manufacturer: Linux 3.13.0-85-generic uhci_hcd
  568. [ 1.020564] usb usb4: SerialNumber: 0000:00:1d.2
  569. [ 1.020753] hub 4-0:1.0: USB hub found
  570. [ 1.020768] hub 4-0:1.0: 2 ports detected
  571. [ 1.021169] uhci_hcd 0000:00:1d.3: UHCI Host Controller
  572. [ 1.021181] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
  573. [ 1.021228] uhci_hcd 0000:00:1d.3: irq 22, io base 0x000014a0
  574. [ 1.021322] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
  575. [ 1.021328] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  576. [ 1.021333] usb usb5: Product: UHCI Host Controller
  577. [ 1.021338] usb usb5: Manufacturer: Linux 3.13.0-85-generic uhci_hcd
  578. [ 1.021343] usb usb5: SerialNumber: 0000:00:1d.3
  579. [ 1.021532] hub 5-0:1.0: USB hub found
  580. [ 1.021550] hub 5-0:1.0: 2 ports detected
  581. [ 1.021896] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
  582. [ 1.024823] serio: i8042 KBD port at 0x60,0x64 irq 1
  583. [ 1.024834] serio: i8042 AUX port at 0x60,0x64 irq 12
  584. [ 1.025010] mousedev: PS/2 mouse device common for all mice
  585. [ 1.025225] rtc_cmos 00:02: RTC can wake from S4
  586. [ 1.025388] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
  587. [ 1.025421] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
  588. [ 1.025591] device-mapper: uevent: version 1.0.3
  589. [ 1.025725] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
  590. [ 1.025777] platform eisa.0: Probing EISA bus 0
  591. [ 1.025789] platform eisa.0: Cannot allocate resource for EISA slot 1
  592. [ 1.025795] platform eisa.0: Cannot allocate resource for EISA slot 2
  593. [ 1.025801] platform eisa.0: Cannot allocate resource for EISA slot 3
  594. [ 1.025807] platform eisa.0: Cannot allocate resource for EISA slot 4
  595. [ 1.025812] platform eisa.0: Cannot allocate resource for EISA slot 5
  596. [ 1.025818] platform eisa.0: Cannot allocate resource for EISA slot 6
  597. [ 1.025833] platform eisa.0: EISA: Detected 0 cards
  598. [ 1.025845] cpufreq-nforce2: No nForce2 chipset.
  599. [ 1.025853] ledtrig-cpu: registered to indicate activity on CPUs
  600. [ 1.026115] TCP: cubic registered
  601. [ 1.026349] NET: Registered protocol family 10
  602. [ 1.026719] NET: Registered protocol family 17
  603. [ 1.026741] Key type dns_resolver registered
  604. [ 1.027060] Using IPI No-Shortcut mode
  605. [ 1.027242] Loading compiled-in X.509 certificates
  606. [ 1.033941] ata1.00: ATAPI: HL-DT-STDVD-ROM GDR8163B, 0B26, max UDMA/44
  607. [ 1.034510] Loaded X.509 cert 'Magrathea: Glacier signing key: 78681466ccb07ada85cc07b42ff6e3822d045822'
  608. [ 1.034542] registered taskstats version 1
  609. [ 1.039605] Key type trusted registered
  610. [ 1.040225] ata1.00: configured for UDMA/44
  611. [ 1.048818] Key type encrypted registered
  612. [ 1.048829] AppArmor: AppArmor sha1 policy hashing enabled
  613. [ 1.048834] IMA: No TPM chip found, activating TPM-bypass!
  614. [ 1.049177] regulator-dummy: disabling
  615. [ 1.049267] Magic number: 12:584:80
  616. [ 1.049391] rtc_cmos 00:02: setting system clock to 2016-04-08 14:03:57 UTC (1460124237)
  617. [ 1.049507] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
  618. [ 1.049511] EDD information not available.
  619. [ 1.049568] PM: Hibernation image not present or could not be loaded.
  620. [ 1.055231] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
  621. [ 1.125145] isapnp: No Plug & Play device found
  622. [ 1.133321] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-ROM GDR8163B 0B26 PQ: 0 ANSI: 5
  623. [ 1.136787] sr0: scsi3-mmc drive: 40x/40x cd/rw xa/form2 cdda tray
  624. [ 1.136792] cdrom: Uniform CD-ROM driver Revision: 3.20
  625. [ 1.136976] sr 0:0:0:0: Attached scsi CD-ROM sr0
  626. [ 1.137116] sr 0:0:0:0: Attached scsi generic sg0 type 5
  627. [ 1.172153] ata4.00: ATA-7: WDC WD400BD-60LRA0, 07.01D07, max UDMA/100
  628. [ 1.172159] ata4.00: 78165360 sectors, multi 16: LBA48
  629. [ 1.180150] ata4.00: configured for UDMA/100
  630. [ 1.180324] scsi 3:0:0:0: Direct-Access ATA WDC WD400BD-60LR 07.0 PQ: 0 ANSI: 5
  631. [ 1.180540] sd 3:0:0:0: [sda] 78165360 512-byte logical blocks: (40.0 GB/37.2 GiB)
  632. [ 1.180595] sd 3:0:0:0: Attached scsi generic sg1 type 0
  633. [ 1.180685] sd 3:0:0:0: [sda] Write Protect is off
  634. [ 1.180695] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
  635. [ 1.180775] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  636. [ 1.215558] sda: sda1 sda2 < sda5 sda6 >
  637. [ 1.216241] sd 3:0:0:0: [sda] Attached SCSI disk
  638. [ 1.216784] Freeing unused kernel memory: 880K (c19c7000 - c1aa3000)
  639. [ 1.216865] Write protecting the kernel text: 6584k
  640. [ 1.217004] Write protecting the kernel read-only data: 2780k
  641. [ 1.242456] systemd-udevd[106]: starting version 204
  642. [ 1.303218] pps_core: LinuxPPS API ver. 1 registered
  643. [ 1.303225] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  644. [ 1.325407] PTP clock support registered
  645. [ 1.329062] Floppy drive(s): fd0 is 1.44M
  646. [ 1.346072] FDC 0 is a post-1991 82077
  647. [ 1.354925] tg3.c:v3.134 (Sep 16, 2013)
  648. [ 1.434472] tg3 0000:40:00.0 eth0: Tigon3 [partno(BCM95751) rev 4001] (PCI Express) MAC address 00:12:79:a1:08:3a
  649. [ 1.434484] tg3 0000:40:00.0 eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
  650. [ 1.434492] tg3 0000:40:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
  651. [ 1.434500] tg3 0000:40:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
  652. [ 1.760031] tsc: Refined TSC clocksource calibration: 2794.758 MHz
  653. [ 1.772027] usb 3-1: new full-speed USB device number 2 using uhci_hcd
  654. [ 1.959658] usb 3-1: New USB device found, idVendor=046d, idProduct=08ad
  655. [ 1.959664] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  656. [ 2.328033] usb 5-2: new low-speed USB device number 2 using uhci_hcd
  657. [ 2.499057] usb 5-2: New USB device found, idVendor=1d57, idProduct=0008
  658. [ 2.499063] usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  659. [ 2.499068] usb 5-2: Product: 2.4G Wireless Optical Mouse
  660. [ 2.516357] hidraw: raw HID events driver (C) Jiri Kosina
  661. [ 2.539754] usbcore: registered new interface driver usbhid
  662. [ 2.539761] usbhid: USB HID core driver
  663. [ 2.546520] input: 2.4G Wireless Optical Mouse as /devices/pci0000:00/0000:00:1d.3/usb5/5-2/5-2:1.0/input/input6
  664. [ 2.547021] hid-generic 0003:1D57:0008.0001: input,hidraw0: USB HID v1.10 Mouse [2.4G Wireless Optical Mouse] on usb-0000:00:1d.3-2/input0
  665. [ 2.760118] Switched to clocksource tsc
  666. [ 2.849858] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
  667. [ 3.554088] random: nonblocking pool is initialized
  668. [ 13.043417] Adding 1037308k swap on /dev/sda5. Priority:-1 extents:1 across:1037308k FS
  669. [ 13.213660] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  670. [ 13.521150] systemd-udevd[277]: starting version 204
  671. [ 14.138700] parport_pc 00:06: reported by Plug and Play ACPI
  672. [ 14.138767] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
  673. [ 14.170716] lp: driver loaded but no devices found
  674. [ 14.223379] ppdev: user-space parallel port driver
  675. [ 14.228409] lp0: using parport0 (interrupt-driven).
  676. [ 14.319743] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
  677. [ 14.335521] wmi: Mapper loaded
  678. [ 14.338325] intel_rng: Firmware space is locked read-only. If you can't or
  679. [ 14.338325] intel_rng: don't want to disable this in firmware setup, and if
  680. [ 14.338325] intel_rng: you are certain that your system has a functional
  681. [ 14.338325] intel_rng: RNG, try using the 'no_fwh_detect' option.
  682. [ 14.745074] type=1400 audit(1460117051.191:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=327 comm="apparmor_parser"
  683. [ 14.745094] type=1400 audit(1460117051.191:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=327 comm="apparmor_parser"
  684. [ 14.745109] type=1400 audit(1460117051.191:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=327 comm="apparmor_parser"
  685. [ 14.746336] type=1400 audit(1460117051.191:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=327 comm="apparmor_parser"
  686. [ 14.746350] type=1400 audit(1460117051.191:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=327 comm="apparmor_parser"
  687. [ 14.746749] type=1400 audit(1460117051.191:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=327 comm="apparmor_parser"
  688. [ 14.751715] type=1400 audit(1460117051.195:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=339 comm="apparmor_parser"
  689. [ 14.751737] type=1400 audit(1460117051.195:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=339 comm="apparmor_parser"
  690. [ 14.751755] type=1400 audit(1460117051.195:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=339 comm="apparmor_parser"
  691. [ 14.753096] type=1400 audit(1460117051.199:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=339 comm="apparmor_parser"
  692. [ 14.825792] [drm] Initialized drm 1.1.0 20060810
  693. [ 15.287568] gpio_ich: ACPI BAR is busy, GPI 0 - 15 unavailable
  694. [ 15.287841] gpio_ich: GPIO from 206 to 255 on gpio_ich
  695. [ 15.408161] Linux video capture interface: v2.00
  696. [ 15.500775] gspca_main: v2.14.0 registered
  697. [ 15.505266] [drm] Memory usable by graphics device = 256M
  698. [ 15.505277] checking generic (e0000000 500000) vs hw (e0000000 10000000)
  699. [ 15.505282] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
  700. [ 15.505369] Console: switching to colour dummy device 80x25
  701. [ 15.507733] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  702. [ 15.507740] [drm] Driver supports precise vblank timestamp query.
  703. [ 15.507867] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
  704. [ 15.509712] [drm] initialized overlay support
  705. [ 15.610186] gspca_main: gspca_zc3xx-2.14.0 probing 046d:08ad
  706. [ 15.698348] fbcon: inteldrmfb (fb0) is primary device
  707. [ 15.760138] Console: switching to colour frame buffer device 160x64
  708. [ 15.766693] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  709. [ 15.766697] i915 0000:00:02.0: registered panic notifier
  710. [ 15.766713] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
  711. [ 16.352136] intel8x0_measure_ac97_clock: measured 54918 usecs (2646 samples)
  712. [ 16.352143] intel8x0: clocking to 48000
  713. [ 16.749782] input: gspca_zc3xx as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/input/input7
  714. [ 16.750540] usbcore: registered new interface driver gspca_zc3xx
  715. [ 16.990914] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
  716. [ 17.034571] usbcore: registered new interface driver snd-usb-audio
  717. [ 18.142410] init: failsafe main process (535) killed by TERM signal
  718. [ 19.171940] Bluetooth: Core ver 2.17
  719. [ 19.171995] NET: Registered protocol family 31
  720. [ 19.172033] Bluetooth: HCI device and connection manager initialized
  721. [ 19.172286] Bluetooth: HCI socket layer initialized
  722. [ 19.172297] Bluetooth: L2CAP socket layer initialized
  723. [ 19.172312] Bluetooth: SCO socket layer initialized
  724. [ 19.329899] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  725. [ 19.329908] Bluetooth: BNEP filters: protocol multicast
  726. [ 19.329926] Bluetooth: BNEP socket layer initialized
  727. [ 19.355885] Bluetooth: RFCOMM TTY layer initialized
  728. [ 19.355904] Bluetooth: RFCOMM socket layer initialized
  729. [ 19.355919] Bluetooth: RFCOMM ver 1.11
  730. [ 21.051264] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  731. [ 21.052534] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  732. [ 21.350132] audit_printk_skb: 21 callbacks suppressed
  733. [ 21.350142] type=1400 audit(1460117057.795:19): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=768 comm="apparmor_parser"
  734. [ 21.350162] type=1400 audit(1460117057.795:20): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=768 comm="apparmor_parser"
  735. [ 21.350178] type=1400 audit(1460117057.795:21): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=768 comm="apparmor_parser"
  736. [ 21.352568] type=1400 audit(1460117057.799:22): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=768 comm="apparmor_parser"
  737. [ 21.352592] type=1400 audit(1460117057.799:23): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=768 comm="apparmor_parser"
  738. [ 21.354518] type=1400 audit(1460117057.799:24): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=768 comm="apparmor_parser"
  739. [ 21.376496] type=1400 audit(1460117057.823:25): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=771 comm="apparmor_parser"
  740. [ 21.376511] type=1400 audit(1460117057.823:26): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=771 comm="apparmor_parser"
  741. [ 21.376521] type=1400 audit(1460117057.823:27): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=771 comm="apparmor_parser"
  742. [ 21.376530] type=1400 audit(1460117057.823:28): apparmor="STATUS" operation="profile_load" profile="unconfined" name="sanitized_helper" pid=771 comm="apparmor_parser"
  743. [ 23.360386] tg3 0000:40:00.0 eth0: Link is up at 100 Mbps, full duplex
  744. [ 23.360404] tg3 0000:40:00.0 eth0: Flow control is on for TX and on for RX
  745. [ 23.360438] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  746. [ 25.886236] init: plymouth-upstart-bridge main process ended, respawning
  747. [ 25.914334] init: plymouth-upstart-bridge main process ended, respawning
  748. [ 2216.254907] perf samples too long (2516 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
  749. anto@anto-HP-Compaq-dc7100-SFF-DX878AV:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement