Advertisement
mah454

mount&dmesg

Feb 26th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.22 KB | None | 0 0
  1. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  2. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  3. udev on /dev type devtmpfs (rw,relatime,size=1976792k,nr_inodes=494198,mode=755)
  4. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  5. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=396676k,mode=755)
  6. /dev/mapper/data-root on / type ext4 (rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered)
  7. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  8. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,size=793348k)
  9. tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,relatime,size=793348k)
  10. /dev/sda1 on /boot type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  11. /dev/mapper/data-Home on /home type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
  12. /dev/mapper/data-Opt on /opt type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
  13. /dev/mapper/data-Tmp on /tmp type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  14. /dev/mapper/data-Usr on /usr type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  15. /dev/mapper/data-Var on /var type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  16. /dev/mapper/data-Data1 on /data1 type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
  17. /dev/mapper/data-Data2 on /data2 type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
  18. rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
  19.  
  20. ###########################################################################################################
  21.  
  22. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  23. [ 0.000000] Initializing cgroup subsys cpuset
  24. [ 0.000000] Initializing cgroup subsys cpu
  25. [ 0.000000] Linux version 3.2.0-1-amd64 (Debian 3.2.4-1) (waldi@debian.org) (gcc version 4.6.2 (Debian 4.6.2-12) ) #1 SMP Sun Feb 5 15:17:15 UTC 2012
  26. [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/data-root ro quiet i915.i915_enable_rc6=1
  27. [ 0.000000] BIOS-provided physical RAM map:
  28. [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d400 (usable)
  29. [ 0.000000] BIOS-e820: 000000000009d400 - 00000000000a0000 (reserved)
  30. [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
  31. [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
  32. [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
  33. [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
  34. [ 0.000000] BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
  35. [ 0.000000] BIOS-e820: 0000000040200000 - 00000000ca4e4000 (usable)
  36. [ 0.000000] BIOS-e820: 00000000ca4e4000 - 00000000ca527000 (ACPI NVS)
  37. [ 0.000000] BIOS-e820: 00000000ca527000 - 00000000ca793000 (usable)
  38. [ 0.000000] BIOS-e820: 00000000ca793000 - 00000000ca967000 (reserved)
  39. [ 0.000000] BIOS-e820: 00000000ca967000 - 00000000caba7000 (usable)
  40. [ 0.000000] BIOS-e820: 00000000caba7000 - 00000000cad68000 (reserved)
  41. [ 0.000000] BIOS-e820: 00000000cad68000 - 00000000cafad000 (ACPI NVS)
  42. [ 0.000000] BIOS-e820: 00000000cafad000 - 00000000cafbb000 (ACPI data)
  43. [ 0.000000] BIOS-e820: 00000000cafbb000 - 00000000cafe8000 (ACPI NVS)
  44. [ 0.000000] BIOS-e820: 00000000cafe8000 - 00000000cb000000 (ACPI data)
  45. [ 0.000000] BIOS-e820: 00000000cb800000 - 00000000cfa00000 (reserved)
  46. [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
  47. [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
  48. [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
  49. [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
  50. [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
  51. [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
  52. [ 0.000000] BIOS-e820: 0000000100000000 - 000000012fe00000 (usable)
  53. [ 0.000000] NX (Execute Disable) protection: active
  54. [ 0.000000] DMI 2.6 present.
  55. [ 0.000000] DMI: Dell Inc. Vostro 3350/0M516T, BIOS A03 03/31/2011
  56. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
  57. [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
  58. [ 0.000000] No AGP bridge found
  59. [ 0.000000] last_pfn = 0x12fe00 max_arch_pfn = 0x400000000
  60. [ 0.000000] MTRR default type: uncachable
  61. [ 0.000000] MTRR fixed ranges enabled:
  62. [ 0.000000] 00000-9FFFF write-back
  63. [ 0.000000] A0000-BFFFF uncachable
  64. [ 0.000000] C0000-CFFFF write-protect
  65. [ 0.000000] D0000-E7FFF uncachable
  66. [ 0.000000] E8000-FFFFF write-protect
  67. [ 0.000000] MTRR variable ranges enabled:
  68. [ 0.000000] 0 base 000000000 mask F00000000 write-back
  69. [ 0.000000] 1 base 100000000 mask FC0000000 write-back
  70. [ 0.000000] 2 base 0CB800000 mask FFF800000 uncachable
  71. [ 0.000000] 3 base 0CC000000 mask FFC000000 uncachable
  72. [ 0.000000] 4 base 0D0000000 mask FF0000000 uncachable
  73. [ 0.000000] 5 base 0E0000000 mask FE0000000 uncachable
  74. [ 0.000000] 6 base 12FE00000 mask FFFE00000 uncachable
  75. [ 0.000000] 7 base 130000000 mask FF0000000 uncachable
  76. [ 0.000000] 8 disabled
  77. [ 0.000000] 9 disabled
  78. [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  79. [ 0.000000] e820 update range: 00000000cb800000 - 0000000100000000 (usable) ==> (reserved)
  80. [ 0.000000] last_pfn = 0xcaba7 max_arch_pfn = 0x400000000
  81. [ 0.000000] found SMP MP-table at [ffff8800000fd220] fd220
  82. [ 0.000000] initial memory mapped : 0 - 20000000
  83. [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
  84. [ 0.000000] init_memory_mapping: 0000000000000000-00000000caba7000
  85. [ 0.000000] 0000000000 - 00caa00000 page 2M
  86. [ 0.000000] 00caa00000 - 00caba7000 page 4k
  87. [ 0.000000] kernel direct mapping tables up to caba7000 @ 1fffa000-20000000
  88. [ 0.000000] init_memory_mapping: 0000000100000000-000000012fe00000
  89. [ 0.000000] 0100000000 - 012fe00000 page 2M
  90. [ 0.000000] kernel direct mapping tables up to 12fe00000 @ caba1000-caba7000
  91. [ 0.000000] RAMDISK: 36a16000 - 37503000
  92. [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 DELL)
  93. [ 0.000000] ACPI: XSDT 00000000cafad078 00074 (v01 DELL WN09 01072009 AMI 00010013)
  94. [ 0.000000] ACPI: FACP 00000000cafb6cb0 000F4 (v04 DELL WN09 01072009 AMI 00010013)
  95. [ 0.000000] ACPI: DSDT 00000000cafad180 09B2D (v02 DELL WN09 00000000 INTL 20051117)
  96. [ 0.000000] ACPI: FACS 00000000cafe3f80 00040
  97. [ 0.000000] ACPI: APIC 00000000cafb6da8 00072 (v03 DELL WN09 01072009 AMI 00010013)
  98. [ 0.000000] ACPI: MCFG 00000000cafb6e20 0003C (v01 DELL WN09 01072009 MSFT 00000097)
  99. [ 0.000000] ACPI: SSDT 00000000cafb6e60 004B0 (v01 TrmRef PtidDevc 00001000 INTL 20091112)
  100. [ 0.000000] ACPI: HPET 00000000cafb7310 00038 (v01 DELL WN09 01072009 AMI. 00000004)
  101. [ 0.000000] ACPI: SSDT 00000000cafb7348 00780 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
  102. [ 0.000000] ACPI: SSDT 00000000cafb7ac8 00996 (v01 PmRef CpuPm 00003000 INTL 20051117)
  103. [ 0.000000] ACPI: SSDT 00000000cafb8460 00D80 (v01 SgRef SgTabl 00001000 INTL 20091112)
  104. [ 0.000000] ACPI: SSDT 00000000cafb91e0 00DEC (v01 AmdRef AmdTabl 00001000 INTL 20091112)
  105. [ 0.000000] ACPI: OSFR 00000000cafb9fd0 00086 (v01 DELL M08 07DB031F ASL 00000061)
  106. [ 0.000000] ACPI: Local APIC address 0xfee00000
  107. [ 0.000000] No NUMA configuration found
  108. [ 0.000000] Faking a node at 0000000000000000-000000012fe00000
  109. [ 0.000000] Initmem setup node 0 0000000000000000-000000012fe00000
  110. [ 0.000000] NODE_DATA [000000012fdfb000 - 000000012fdfffff]
  111. [ 0.000000] [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88012b400000-ffff88012edfffff] on node 0
  112. [ 0.000000] Zone PFN ranges:
  113. [ 0.000000] DMA 0x00000010 -> 0x00001000
  114. [ 0.000000] DMA32 0x00001000 -> 0x00100000
  115. [ 0.000000] Normal 0x00100000 -> 0x0012fe00
  116. [ 0.000000] Movable zone start PFN for each node
  117. [ 0.000000] early_node_map[7] active PFN ranges
  118. [ 0.000000] 0: 0x00000010 -> 0x0000009d
  119. [ 0.000000] 0: 0x00000100 -> 0x00020000
  120. [ 0.000000] 0: 0x00020200 -> 0x00040000
  121. [ 0.000000] 0: 0x00040200 -> 0x000ca4e4
  122. [ 0.000000] 0: 0x000ca527 -> 0x000ca793
  123. [ 0.000000] 0: 0x000ca967 -> 0x000caba7
  124. [ 0.000000] 0: 0x00100000 -> 0x0012fe00
  125. [ 0.000000] On node 0 totalpages: 1024797
  126. [ 0.000000] DMA zone: 56 pages used for memmap
  127. [ 0.000000] DMA zone: 5 pages reserved
  128. [ 0.000000] DMA zone: 3920 pages, LIFO batch:0
  129. [ 0.000000] DMA32 zone: 14280 pages used for memmap
  130. [ 0.000000] DMA32 zone: 810440 pages, LIFO batch:31
  131. [ 0.000000] Normal zone: 2681 pages used for memmap
  132. [ 0.000000] Normal zone: 193415 pages, LIFO batch:31
  133. [ 0.000000] ACPI: PM-Timer IO Port: 0x408
  134. [ 0.000000] ACPI: Local APIC address 0xfee00000
  135. [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
  136. [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
  137. [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
  138. [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
  139. [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
  140. [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
  141. [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
  142. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  143. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  144. [ 0.000000] ACPI: IRQ0 used by override.
  145. [ 0.000000] ACPI: IRQ2 used by override.
  146. [ 0.000000] ACPI: IRQ9 used by override.
  147. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  148. [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
  149. [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
  150. [ 0.000000] nr_irqs_gsi: 40
  151. [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
  152. [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
  153. [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
  154. [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
  155. [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
  156. [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
  157. [ 0.000000] PM: Registered nosave memory: 00000000ca4e4000 - 00000000ca527000
  158. [ 0.000000] PM: Registered nosave memory: 00000000ca793000 - 00000000ca967000
  159. [ 0.000000] PM: Registered nosave memory: 00000000caba7000 - 00000000cad68000
  160. [ 0.000000] PM: Registered nosave memory: 00000000cad68000 - 00000000cafad000
  161. [ 0.000000] PM: Registered nosave memory: 00000000cafad000 - 00000000cafbb000
  162. [ 0.000000] PM: Registered nosave memory: 00000000cafbb000 - 00000000cafe8000
  163. [ 0.000000] PM: Registered nosave memory: 00000000cafe8000 - 00000000cb000000
  164. [ 0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cb800000
  165. [ 0.000000] PM: Registered nosave memory: 00000000cb800000 - 00000000cfa00000
  166. [ 0.000000] PM: Registered nosave memory: 00000000cfa00000 - 00000000f8000000
  167. [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
  168. [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
  169. [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
  170. [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
  171. [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
  172. [ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
  173. [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
  174. [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
  175. [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
  176. [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
  177. [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
  178. [ 0.000000] Allocating PCI resources starting at cfa00000 (gap: cfa00000:28600000)
  179. [ 0.000000] Booting paravirtualized kernel on bare hardware
  180. [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
  181. [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012fa00000 s82304 r8192 d24192 u524288
  182. [ 0.000000] pcpu-alloc: s82304 r8192 d24192 u524288 alloc=1*2097152
  183. [ 0.000000] pcpu-alloc: [0] 0 1 2 3
  184. [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1007775
  185. [ 0.000000] Policy zone: Normal
  186. [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/data-root ro quiet i915.i915_enable_rc6=1
  187. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  188. [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
  189. [ 0.000000] Checking aperture...
  190. [ 0.000000] No AGP bridge found
  191. [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
  192. [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
  193. [ 0.000000] Memory: 3953584k/4978688k available (3368k kernel code, 879500k absent, 145604k reserved, 3361k data, 568k init)
  194. [ 0.000000] Hierarchical RCU implementation.
  195. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  196. [ 0.000000] NR_IRQS:33024 nr_irqs:712 16
  197. [ 0.000000] Extended CMOS year: 2000
  198. [ 0.000000] Console: colour VGA+ 80x25
  199. [ 0.000000] console [tty0] enabled
  200. [ 0.000000] hpet clockevent registered
  201. [ 0.000000] Fast TSC calibration using PIT
  202. [ 0.004000] Detected 2294.641 MHz processor.
  203. [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.28 BogoMIPS (lpj=9178564)
  204. [ 0.000006] pid_max: default: 32768 minimum: 301
  205. [ 0.000042] Security Framework initialized
  206. [ 0.000046] AppArmor: AppArmor disabled by boot time parameter
  207. [ 0.000403] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  208. [ 0.001455] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  209. [ 0.001899] Mount-cache hash table entries: 256
  210. [ 0.002005] Initializing cgroup subsys cpuacct
  211. [ 0.002009] Initializing cgroup subsys memory
  212. [ 0.002019] Initializing cgroup subsys devices
  213. [ 0.002022] Initializing cgroup subsys freezer
  214. [ 0.002024] Initializing cgroup subsys net_cls
  215. [ 0.002025] Initializing cgroup subsys blkio
  216. [ 0.002056] CPU: Physical Processor ID: 0
  217. [ 0.002057] CPU: Processor Core ID: 0
  218. [ 0.002062] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  219. [ 0.002063] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  220. [ 0.002066] mce: CPU supports 7 MCE banks
  221. [ 0.002078] CPU0: Thermal monitoring enabled (TM1)
  222. [ 0.002084] using mwait in idle threads.
  223. [ 0.002556] ACPI: Core revision 20110623
  224. [ 0.019591] x2apic not enabled, IRQ remapping init failed
  225. [ 0.020008] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  226. [ 0.059670] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
  227. [ 0.164085] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
  228. [ 0.164090] PEBS disabled due to CPU errata.
  229. [ 0.164093] ... version: 3
  230. [ 0.164094] ... bit width: 48
  231. [ 0.164095] ... generic registers: 4
  232. [ 0.164097] ... value mask: 0000ffffffffffff
  233. [ 0.164098] ... max period: 000000007fffffff
  234. [ 0.164099] ... fixed-purpose events: 3
  235. [ 0.164101] ... event mask: 000000070000000f
  236. [ 0.164231] NMI watchdog enabled, takes one hw-pmu counter.
  237. [ 0.164326] Booting Node 0, Processors #1
  238. [ 0.164328] smpboot cpu 1: start_ip = 98000
  239. [ 0.272152] NMI watchdog enabled, takes one hw-pmu counter.
  240. [ 0.272245] #2
  241. [ 0.272246] smpboot cpu 2: start_ip = 98000
  242. [ 0.380058] NMI watchdog enabled, takes one hw-pmu counter.
  243. [ 0.380157] #3 Ok.
  244. [ 0.380158] smpboot cpu 3: start_ip = 98000
  245. [ 0.487982] NMI watchdog enabled, takes one hw-pmu counter.
  246. [ 0.488010] Brought up 4 CPUs
  247. [ 0.488012] Total of 4 processors activated (18357.93 BogoMIPS).
  248. [ 0.491390] devtmpfs: initialized
  249. [ 0.494250] PM: Registering ACPI NVS region at ca4e4000 (274432 bytes)
  250. [ 0.494267] PM: Registering ACPI NVS region at cad68000 (2379776 bytes)
  251. [ 0.494391] PM: Registering ACPI NVS region at cafbb000 (184320 bytes)
  252. [ 0.494532] print_constraints: dummy:
  253. [ 0.494590] NET: Registered protocol family 16
  254. [ 0.494678] ACPI: bus type pci registered
  255. [ 0.494739] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
  256. [ 0.494742] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
  257. [ 0.502449] PCI: Using configuration type 1 for base access
  258. [ 0.503052] bio: create slab <bio-0> at 0
  259. [ 0.503139] ACPI: Added _OSI(Module Device)
  260. [ 0.503141] ACPI: Added _OSI(Processor Device)
  261. [ 0.503143] ACPI: Added _OSI(3.0 _SCP Extensions)
  262. [ 0.503145] ACPI: Added _OSI(Processor Aggregator Device)
  263. [ 0.504524] ACPI: EC: Look up EC in DSDT
  264. [ 0.506057] ACPI: Executed 1 blocks of module-level executable AML code
  265. [ 0.511401] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  266. [ 0.524796] ACPI: SSDT 00000000cad51698 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
  267. [ 0.525168] ACPI: Dynamic OEM Table Load:
  268. [ 0.525171] ACPI: SSDT (null) 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
  269. [ 0.544286] ACPI: SSDT 00000000cad52a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
  270. [ 0.544704] ACPI: Dynamic OEM Table Load:
  271. [ 0.544706] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
  272. [ 0.556084] ACPI: SSDT 00000000cad50d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
  273. [ 0.556440] ACPI: Dynamic OEM Table Load:
  274. [ 0.556442] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
  275. [ 0.568647] ACPI: Interpreter enabled
  276. [ 0.568650] ACPI: (supports S0 S1 S3 S4 S5)
  277. [ 0.568682] ACPI: Using IOAPIC for interrupt routing
  278. [ 0.602783] ACPI: No dock devices found.
  279. [ 0.602785] HEST: Table not found.
  280. [ 0.602788] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  281. [ 0.603212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
  282. [ 0.603822] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
  283. [ 0.603824] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
  284. [ 0.603827] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
  285. [ 0.603829] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
  286. [ 0.603831] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
  287. [ 0.603833] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
  288. [ 0.603835] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
  289. [ 0.603836] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
  290. [ 0.603838] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
  291. [ 0.603841] pci_root PNP0A08:00: host bridge window [mem 0xcfa00000-0xfeafffff]
  292. [ 0.603842] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
  293. [ 0.603863] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
  294. [ 0.603900] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
  295. [ 0.603933] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
  296. [ 0.603935] pci 0000:00:01.0: PME# disabled
  297. [ 0.603954] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
  298. [ 0.603964] pci 0000:00:02.0: reg 10: [mem 0xf6400000-0xf67fffff 64bit]
  299. [ 0.603971] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
  300. [ 0.603975] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
  301. [ 0.604030] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
  302. [ 0.604054] pci 0000:00:16.0: reg 10: [mem 0xf7c0a000-0xf7c0a00f 64bit]
  303. [ 0.604131] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
  304. [ 0.604136] pci 0000:00:16.0: PME# disabled
  305. [ 0.604168] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
  306. [ 0.604189] pci 0000:00:1a.0: reg 10: [mem 0xf7c08000-0xf7c083ff]
  307. [ 0.604280] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
  308. [ 0.604285] pci 0000:00:1a.0: PME# disabled
  309. [ 0.604310] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
  310. [ 0.604326] pci 0000:00:1b.0: reg 10: [mem 0xf7c00000-0xf7c03fff 64bit]
  311. [ 0.604395] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  312. [ 0.604399] pci 0000:00:1b.0: PME# disabled
  313. [ 0.604422] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
  314. [ 0.604503] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  315. [ 0.604507] pci 0000:00:1c.0: PME# disabled
  316. [ 0.604531] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
  317. [ 0.604612] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
  318. [ 0.604616] pci 0000:00:1c.1: PME# disabled
  319. [ 0.604642] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
  320. [ 0.604722] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
  321. [ 0.604726] pci 0000:00:1c.3: PME# disabled
  322. [ 0.604751] pci 0000:00:1c.4: [8086:1c18] type 1 class 0x000604
  323. [ 0.604831] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
  324. [ 0.604835] pci 0000:00:1c.4: PME# disabled
  325. [ 0.604861] pci 0000:00:1c.7: [8086:1c1e] type 1 class 0x000604
  326. [ 0.604942] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
  327. [ 0.604947] pci 0000:00:1c.7: PME# disabled
  328. [ 0.604975] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
  329. [ 0.604997] pci 0000:00:1d.0: reg 10: [mem 0xf7c07000-0xf7c073ff]
  330. [ 0.605088] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
  331. [ 0.605092] pci 0000:00:1d.0: PME# disabled
  332. [ 0.605118] pci 0000:00:1f.0: [8086:1c4b] type 0 class 0x000601
  333. [ 0.605245] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
  334. [ 0.605265] pci 0000:00:1f.2: reg 10: [io 0xf0b0-0xf0b7]
  335. [ 0.605273] pci 0000:00:1f.2: reg 14: [io 0xf0a0-0xf0a3]
  336. [ 0.605281] pci 0000:00:1f.2: reg 18: [io 0xf090-0xf097]
  337. [ 0.605290] pci 0000:00:1f.2: reg 1c: [io 0xf080-0xf083]
  338. [ 0.605298] pci 0000:00:1f.2: reg 20: [io 0xf060-0xf07f]
  339. [ 0.605306] pci 0000:00:1f.2: reg 24: [mem 0xf7c06000-0xf7c067ff]
  340. [ 0.605352] pci 0000:00:1f.2: PME# supported from D3hot
  341. [ 0.605356] pci 0000:00:1f.2: PME# disabled
  342. [ 0.605375] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
  343. [ 0.605391] pci 0000:00:1f.3: reg 10: [mem 0xf7c05000-0xf7c050ff 64bit]
  344. [ 0.605412] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
  345. [ 0.605472] pci 0000:01:00.0: [1002:6760] type 0 class 0x000300
  346. [ 0.605484] pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xefffffff 64bit pref]
  347. [ 0.605494] pci 0000:01:00.0: reg 18: [mem 0xf7b20000-0xf7b3ffff 64bit]
  348. [ 0.605500] pci 0000:01:00.0: reg 20: [io 0xe000-0xe0ff]
  349. [ 0.605512] pci 0000:01:00.0: reg 30: [mem 0xf7b00000-0xf7b1ffff pref]
  350. [ 0.605542] pci 0000:01:00.0: supports D1 D2
  351. [ 0.611873] pci 0000:00:01.0: PCI bridge to [bus 01-01]
  352. [ 0.611881] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
  353. [ 0.611888] pci 0000:00:01.0: bridge window [mem 0xf7b00000-0xf7bfffff]
  354. [ 0.611898] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
  355. [ 0.611982] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
  356. [ 0.612059] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
  357. [ 0.612080] pci 0000:05:00.0: reg 10: [io 0xd000-0xd0ff]
  358. [ 0.612114] pci 0000:05:00.0: reg 18: [mem 0xf1104000-0xf1104fff 64bit pref]
  359. [ 0.612136] pci 0000:05:00.0: reg 20: [mem 0xf1100000-0xf1103fff 64bit pref]
  360. [ 0.612230] pci 0000:05:00.0: supports D1 D2
  361. [ 0.612232] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  362. [ 0.612238] pci 0000:05:00.0: PME# disabled
  363. [ 0.619878] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
  364. [ 0.619887] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
  365. [ 0.619906] pci 0000:00:1c.1: bridge window [mem 0xf1100000-0xf11fffff 64bit pref]
  366. [ 0.620132] pci 0000:09:00.0: [8086:008a] type 0 class 0x000280
  367. [ 0.620289] pci 0000:09:00.0: reg 10: [mem 0xf7a00000-0xf7a01fff 64bit]
  368. [ 0.620979] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
  369. [ 0.621014] pci 0000:09:00.0: PME# disabled
  370. [ 0.627993] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
  371. [ 0.628000] pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
  372. [ 0.628077] pci 0000:0b:00.0: [1033:0194] type 0 class 0x000c03
  373. [ 0.628104] pci 0000:0b:00.0: reg 10: [mem 0xf7900000-0xf7901fff 64bit]
  374. [ 0.628239] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
  375. [ 0.628244] pci 0000:0b:00.0: PME# disabled
  376. [ 0.635867] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
  377. [ 0.635882] pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
  378. [ 0.635974] pci 0000:00:1c.7: PCI bridge to [bus 11-1f]
  379. [ 0.635978] pci 0000:00:1c.7: bridge window [io 0xb000-0xcfff]
  380. [ 0.635983] pci 0000:00:1c.7: bridge window [mem 0xf6800000-0xf78fffff]
  381. [ 0.635989] pci 0000:00:1c.7: bridge window [mem 0xf0000000-0xf10fffff 64bit pref]
  382. [ 0.636018] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
  383. [ 0.636256] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
  384. [ 0.636305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
  385. [ 0.636356] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
  386. [ 0.636404] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
  387. [ 0.636457] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP08._PRT]
  388. [ 0.636505] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
  389. [ 0.636689] pci0000:00: Requesting ACPI _OSC control (0x1d)
  390. [ 0.636962] pci0000:00: ACPI _OSC control (0x19) granted
  391. [ 0.643077] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
  392. [ 0.643135] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
  393. [ 0.643193] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
  394. [ 0.643249] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
  395. [ 0.643304] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  396. [ 0.643360] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
  397. [ 0.643416] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
  398. [ 0.643471] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
  399. [ 0.643572] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
  400. [ 0.643581] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
  401. [ 0.643584] vgaarb: loaded
  402. [ 0.643586] vgaarb: bridge control possible 0000:01:00.0
  403. [ 0.643587] vgaarb: no bridge control possible 0000:00:02.0
  404. [ 0.643621] PCI: Using ACPI for IRQ routing
  405. [ 0.645555] PCI: pci_cache_line_size set to 64 bytes
  406. [ 0.645689] reserve RAM buffer: 000000000009d400 - 000000000009ffff
  407. [ 0.645692] reserve RAM buffer: 00000000ca4e4000 - 00000000cbffffff
  408. [ 0.645696] reserve RAM buffer: 00000000ca793000 - 00000000cbffffff
  409. [ 0.645700] reserve RAM buffer: 00000000caba7000 - 00000000cbffffff
  410. [ 0.645704] reserve RAM buffer: 000000012fe00000 - 000000012fffffff
  411. [ 0.645807] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  412. [ 0.645812] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
  413. [ 0.647828] Switching to clocksource hpet
  414. [ 0.649562] pnp: PnP ACPI init
  415. [ 0.649579] ACPI: bus type pnp registered
  416. [ 0.649894] pnp 00:00: [bus 00-3e]
  417. [ 0.649897] pnp 00:00: [io 0x0000-0x0cf7 window]
  418. [ 0.649899] pnp 00:00: [io 0x0cf8-0x0cff]
  419. [ 0.649901] pnp 00:00: [io 0x0d00-0xffff window]
  420. [ 0.649903] pnp 00:00: [mem 0x000a0000-0x000bffff window]
  421. [ 0.649905] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
  422. [ 0.649906] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
  423. [ 0.649908] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
  424. [ 0.649910] pnp 00:00: [mem 0x000cc000-0x000cffff window]
  425. [ 0.649912] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
  426. [ 0.649913] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
  427. [ 0.649915] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
  428. [ 0.649917] pnp 00:00: [mem 0x000dc000-0x000dffff window]
  429. [ 0.649919] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
  430. [ 0.649921] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
  431. [ 0.649922] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
  432. [ 0.649924] pnp 00:00: [mem 0x000ec000-0x000effff window]
  433. [ 0.649926] pnp 00:00: [mem 0x000f0000-0x000fffff window]
  434. [ 0.649928] pnp 00:00: [mem 0xcfa00000-0xfeafffff window]
  435. [ 0.649930] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
  436. [ 0.649986] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
  437. [ 0.649999] pnp 00:01: [io 0x0000-0x001f]
  438. [ 0.650001] pnp 00:01: [io 0x0081-0x0091]
  439. [ 0.650002] pnp 00:01: [io 0x0093-0x009f]
  440. [ 0.650004] pnp 00:01: [io 0x00c0-0x00df]
  441. [ 0.650006] pnp 00:01: [dma 4]
  442. [ 0.650029] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
  443. [ 0.650037] pnp 00:02: [mem 0xff000000-0xffffffff]
  444. [ 0.650058] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
  445. [ 0.650145] pnp 00:03: [mem 0xfed00000-0xfed003ff]
  446. [ 0.650168] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
  447. [ 0.650180] pnp 00:04: [io 0x002e-0x002f]
  448. [ 0.650183] pnp 00:04: [io 0x004e-0x004f]
  449. [ 0.650184] pnp 00:04: [io 0x0061]
  450. [ 0.650186] pnp 00:04: [io 0x0063]
  451. [ 0.650187] pnp 00:04: [io 0x0065]
  452. [ 0.650189] pnp 00:04: [io 0x0067]
  453. [ 0.650190] pnp 00:04: [io 0x0070]
  454. [ 0.650192] pnp 00:04: [io 0x0080]
  455. [ 0.650193] pnp 00:04: [io 0x0092]
  456. [ 0.650195] pnp 00:04: [io 0x00b2-0x00b3]
  457. [ 0.650196] pnp 00:04: [io 0x0680-0x069f]
  458. [ 0.650198] pnp 00:04: [io 0x1000-0x100f]
  459. [ 0.650199] pnp 00:04: [io 0xffff]
  460. [ 0.650201] pnp 00:04: [io 0xffff]
  461. [ 0.650202] pnp 00:04: [io 0x0400-0x0453]
  462. [ 0.650204] pnp 00:04: [io 0x0458-0x047f]
  463. [ 0.650205] pnp 00:04: [io 0x0500-0x057f]
  464. [ 0.650207] pnp 00:04: [io 0x164e-0x164f]
  465. [ 0.650250] system 00:04: [io 0x0680-0x069f] has been reserved
  466. [ 0.650253] system 00:04: [io 0x1000-0x100f] has been reserved
  467. [ 0.650255] system 00:04: [io 0xffff] has been reserved
  468. [ 0.650258] system 00:04: [io 0xffff] has been reserved
  469. [ 0.650260] system 00:04: [io 0x0400-0x0453] has been reserved
  470. [ 0.650262] system 00:04: [io 0x0458-0x047f] has been reserved
  471. [ 0.650265] system 00:04: [io 0x0500-0x057f] has been reserved
  472. [ 0.650267] system 00:04: [io 0x164e-0x164f] has been reserved
  473. [ 0.650269] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  474. [ 0.650279] pnp 00:05: [io 0x0070-0x0077]
  475. [ 0.650287] pnp 00:05: [irq 8]
  476. [ 0.650309] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
  477. [ 0.650340] pnp 00:06: [io 0x0454-0x0457]
  478. [ 0.650377] system 00:06: [io 0x0454-0x0457] has been reserved
  479. [ 0.650379] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
  480. [ 0.650388] pnp 00:07: [io 0x00f0-0x00ff]
  481. [ 0.650393] pnp 00:07: [irq 13]
  482. [ 0.650416] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
  483. [ 0.650432] pnp 00:08: [io 0x0010-0x001f]
  484. [ 0.650434] pnp 00:08: [io 0x0022-0x003f]
  485. [ 0.650436] pnp 00:08: [io 0x0044-0x005f]
  486. [ 0.650437] pnp 00:08: [io 0x0068-0x006f]
  487. [ 0.650439] pnp 00:08: [io 0x0072-0x007f]
  488. [ 0.650440] pnp 00:08: [io 0x0080]
  489. [ 0.650442] pnp 00:08: [io 0x0084-0x0086]
  490. [ 0.650443] pnp 00:08: [io 0x0088]
  491. [ 0.650446] pnp 00:08: [io 0x008c-0x008e]
  492. [ 0.650447] pnp 00:08: [io 0x0090-0x009f]
  493. [ 0.650449] pnp 00:08: [io 0x00a2-0x00bf]
  494. [ 0.650450] pnp 00:08: [io 0x00e0-0x00ef]
  495. [ 0.650452] pnp 00:08: [io 0x04d0-0x04d1]
  496. [ 0.650454] pnp 00:08: [mem 0xfe800000-0xfe802fff]
  497. [ 0.650494] system 00:08: [io 0x04d0-0x04d1] has been reserved
  498. [ 0.650497] system 00:08: [mem 0xfe800000-0xfe802fff] has been reserved
  499. [ 0.650499] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
  500. [ 0.650516] pnp 00:09: [irq 12]
  501. [ 0.650542] pnp 00:09: Plug and Play ACPI device, IDs DLL04b2 SYN0600 SYN0002 PNP0f13 (active)
  502. [ 0.650557] pnp 00:0a: [io 0x0060]
  503. [ 0.650558] pnp 00:0a: [io 0x0064]
  504. [ 0.650560] pnp 00:0a: [io 0x0062]
  505. [ 0.650561] pnp 00:0a: [io 0x0066]
  506. [ 0.650566] pnp 00:0a: [irq 1]
  507. [ 0.650589] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
  508. [ 0.650902] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
  509. [ 0.650904] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
  510. [ 0.650906] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
  511. [ 0.650907] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
  512. [ 0.650909] pnp 00:0b: [mem 0xf8000000-0xfbffffff]
  513. [ 0.650911] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
  514. [ 0.650912] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
  515. [ 0.650914] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
  516. [ 0.650916] pnp 00:0b: [mem 0xff000000-0xffffffff]
  517. [ 0.650917] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
  518. [ 0.650919] pnp 00:0b: [mem 0xcfa00000-0xcfa00fff]
  519. [ 0.650976] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
  520. [ 0.650979] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
  521. [ 0.650981] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
  522. [ 0.650983] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
  523. [ 0.650986] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
  524. [ 0.650988] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
  525. [ 0.650991] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
  526. [ 0.650993] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
  527. [ 0.650995] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
  528. [ 0.650998] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
  529. [ 0.651000] system 00:0b: [mem 0xcfa00000-0xcfa00fff] has been reserved
  530. [ 0.651003] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
  531. [ 0.651077] pnp 00:0c: [irq 20]
  532. [ 0.651118] pnp 00:0c: Plug and Play ACPI device, IDs SMO8800 (active)
  533. [ 0.651251] pnp 00:0d: [mem 0x20000000-0x201fffff]
  534. [ 0.651253] pnp 00:0d: [mem 0x40000000-0x401fffff]
  535. [ 0.651311] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
  536. [ 0.651313] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
  537. [ 0.651315] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
  538. [ 0.651365] pnp: PnP ACPI: found 14 devices
  539. [ 0.651367] ACPI: ACPI bus type pnp unregistered
  540. [ 0.658164] PCI: max bus depth: 1 pci_try_num: 2
  541. [ 0.658209] pci 0000:00:01.0: PCI bridge to [bus 01-01]
  542. [ 0.658211] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
  543. [ 0.658214] pci 0000:00:01.0: bridge window [mem 0xf7b00000-0xf7bfffff]
  544. [ 0.658217] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
  545. [ 0.658221] pci 0000:00:1c.0: PCI bridge to [bus 03-04]
  546. [ 0.658232] pci 0000:00:1c.1: PCI bridge to [bus 05-06]
  547. [ 0.658236] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
  548. [ 0.658243] pci 0000:00:1c.1: bridge window [mem 0xf1100000-0xf11fffff 64bit pref]
  549. [ 0.658250] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
  550. [ 0.658255] pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
  551. [ 0.658264] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c]
  552. [ 0.658269] pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
  553. [ 0.658278] pci 0000:00:1c.7: PCI bridge to [bus 11-1f]
  554. [ 0.658281] pci 0000:00:1c.7: bridge window [io 0xb000-0xcfff]
  555. [ 0.658286] pci 0000:00:1c.7: bridge window [mem 0xf6800000-0xf78fffff]
  556. [ 0.658291] pci 0000:00:1c.7: bridge window [mem 0xf0000000-0xf10fffff 64bit pref]
  557. [ 0.658307] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  558. [ 0.658310] pci 0000:00:01.0: setting latency timer to 64
  559. [ 0.658317] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  560. [ 0.658322] pci 0000:00:1c.0: setting latency timer to 64
  561. [ 0.658331] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
  562. [ 0.658335] pci 0000:00:1c.1: setting latency timer to 64
  563. [ 0.658344] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
  564. [ 0.658349] pci 0000:00:1c.3: setting latency timer to 64
  565. [ 0.658355] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  566. [ 0.658360] pci 0000:00:1c.4: setting latency timer to 64
  567. [ 0.658367] pci 0000:00:1c.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
  568. [ 0.658371] pci 0000:00:1c.7: setting latency timer to 64
  569. [ 0.658375] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
  570. [ 0.658377] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
  571. [ 0.658379] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
  572. [ 0.658381] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
  573. [ 0.658382] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
  574. [ 0.658384] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
  575. [ 0.658386] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
  576. [ 0.658388] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
  577. [ 0.658390] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
  578. [ 0.658392] pci_bus 0000:00: resource 13 [mem 0xcfa00000-0xfeafffff]
  579. [ 0.658393] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
  580. [ 0.658395] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
  581. [ 0.658397] pci_bus 0000:01: resource 1 [mem 0xf7b00000-0xf7bfffff]
  582. [ 0.658399] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
  583. [ 0.658401] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
  584. [ 0.658403] pci_bus 0000:05: resource 2 [mem 0xf1100000-0xf11fffff 64bit pref]
  585. [ 0.658405] pci_bus 0000:09: resource 1 [mem 0xf7a00000-0xf7afffff]
  586. [ 0.658407] pci_bus 0000:0b: resource 1 [mem 0xf7900000-0xf79fffff]
  587. [ 0.658409] pci_bus 0000:11: resource 0 [io 0xb000-0xcfff]
  588. [ 0.658411] pci_bus 0000:11: resource 1 [mem 0xf6800000-0xf78fffff]
  589. [ 0.658413] pci_bus 0000:11: resource 2 [mem 0xf0000000-0xf10fffff 64bit pref]
  590. [ 0.658478] NET: Registered protocol family 2
  591. [ 0.658622] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
  592. [ 0.659556] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
  593. [ 0.661325] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  594. [ 0.661543] TCP: Hash tables configured (established 524288 bind 65536)
  595. [ 0.661545] TCP reno registered
  596. [ 0.661554] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  597. [ 0.661577] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  598. [ 0.661685] NET: Registered protocol family 1
  599. [ 0.661700] pci 0000:00:02.0: Boot video device
  600. [ 0.903816] PCI: CLS 64 bytes, default 64
  601. [ 0.903860] Unpacking initramfs...
  602. [ 1.135088] Freeing initrd memory: 11188k freed
  603. [ 1.136602] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  604. [ 1.136607] Placing 64MB software IO TLB between ffff8800c64e4000 - ffff8800ca4e4000
  605. [ 1.136609] software IO TLB at phys 0xc64e4000 - 0xca4e4000
  606. [ 1.137122] audit: initializing netlink socket (disabled)
  607. [ 1.137131] type=2000 audit(1330249717.980:1): initialized
  608. [ 1.156455] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  609. [ 1.168179] VFS: Disk quotas dquot_6.5.2
  610. [ 1.168208] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  611. [ 1.168276] msgmni has been set to 7743
  612. [ 1.168414] alg: No test for stdrng (krng)
  613. [ 1.168447] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  614. [ 1.168450] io scheduler noop registered
  615. [ 1.168451] io scheduler deadline registered
  616. [ 1.168470] io scheduler cfq registered (default)
  617. [ 1.168549] pcieport 0000:00:01.0: setting latency timer to 64
  618. [ 1.168573] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
  619. [ 1.168795] pcieport 0000:00:1c.7: setting latency timer to 64
  620. [ 1.168835] pcieport 0000:00:1c.7: irq 41 for MSI/MSI-X
  621. [ 1.168986] intel_idle: MWAIT substates: 0x21120
  622. [ 1.168987] intel_idle: v0.4 model 0x2A
  623. [ 1.168989] intel_idle: lapic_timer_reliable_states 0xffffffff
  624. [ 1.169037] ERST: Table is not found!
  625. [ 1.169038] GHES: HEST is not enabled!
  626. [ 1.169090] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  627. [ 1.339958] Linux agpgart interface v0.103
  628. [ 1.340036] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
  629. [ 1.340126] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
  630. [ 1.341135] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
  631. [ 1.341243] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
  632. [ 1.341360] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12
  633. [ 1.343540] serio: i8042 KBD port at 0x60,0x64 irq 1
  634. [ 1.343546] serio: i8042 AUX port at 0x60,0x64 irq 12
  635. [ 1.343660] mousedev: PS/2 mouse device common for all mice
  636. [ 1.343696] rtc_cmos 00:05: RTC can wake from S4
  637. [ 1.343820] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
  638. [ 1.343849] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
  639. [ 1.343997] cpuidle: using governor ladder
  640. [ 1.344210] cpuidle: using governor menu
  641. [ 1.344363] TCP cubic registered
  642. [ 1.344458] NET: Registered protocol family 10
  643. [ 1.344932] Mobile IPv6
  644. [ 1.344934] NET: Registered protocol family 17
  645. [ 1.344937] Registering the dns_resolver key type
  646. [ 1.345187] PM: Hibernation image not present or could not be loaded.
  647. [ 1.345197] registered taskstats version 1
  648. [ 1.351448] rtc_cmos 00:05: setting system clock to 2012-02-26 09:48:38 UTC (1330249718)
  649. [ 1.351543] Initializing network drop monitor service
  650. [ 1.352479] Freeing unused kernel memory: 568k freed
  651. [ 1.352538] Write protecting the kernel read-only data: 6144k
  652. [ 1.354962] Freeing unused kernel memory: 712k freed
  653. [ 1.357277] Freeing unused kernel memory: 684k freed
  654. [ 1.363009] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
  655. [ 1.368387] udevd[58]: starting version 175
  656. [ 1.392550] usbcore: registered new interface driver usbfs
  657. [ 1.392583] usbcore: registered new interface driver hub
  658. [ 1.397326] usbcore: registered new device driver usb
  659. [ 1.405182] thermal LNXTHERM:00: registered as thermal_zone0
  660. [ 1.405186] ACPI: Thermal Zone [THM] (64 C)
  661. [ 1.406153] SCSI subsystem initialized
  662. [ 1.408277] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  663. [ 1.408308] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  664. [ 1.408335] ehci_hcd 0000:00:1a.0: setting latency timer to 64
  665. [ 1.408340] ehci_hcd 0000:00:1a.0: EHCI Host Controller
  666. [ 1.408371] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
  667. [ 1.408406] ehci_hcd 0000:00:1a.0: debug port 2
  668. [ 1.412287] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
  669. [ 1.412827] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7c08000
  670. [ 1.416895] libata version 3.00 loaded.
  671. [ 1.425681] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
  672. [ 1.425725] r8169 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
  673. [ 1.425763] r8169 0000:05:00.0: setting latency timer to 64
  674. [ 1.425836] r8169 0000:05:00.0: irq 42 for MSI/MSI-X
  675. [ 1.426281] r8169 0000:05:00.0: eth0: RTL8168e/8111e at 0xffffc9000065e000, 78:2b:cb:e9:ba:b7, XID 0c200000 IRQ 42
  676. [ 1.426286] r8169 0000:05:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
  677. [ 1.427438] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
  678. [ 1.427474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  679. [ 1.427479] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  680. [ 1.427482] usb usb1: Product: EHCI Host Controller
  681. [ 1.427484] usb usb1: Manufacturer: Linux 3.2.0-1-amd64 ehci_hcd
  682. [ 1.427487] usb usb1: SerialNumber: 0000:00:1a.0
  683. [ 1.427785] hub 1-0:1.0: USB hub found
  684. [ 1.427792] hub 1-0:1.0: 2 ports detected
  685. [ 1.427905] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
  686. [ 1.427939] ehci_hcd 0000:00:1d.0: setting latency timer to 64
  687. [ 1.427944] ehci_hcd 0000:00:1d.0: EHCI Host Controller
  688. [ 1.427955] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
  689. [ 1.427987] ehci_hcd 0000:00:1d.0: debug port 2
  690. [ 1.431868] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
  691. [ 1.431913] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7c07000
  692. [ 1.447569] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
  693. [ 1.447604] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  694. [ 1.447607] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  695. [ 1.447610] usb usb2: Product: EHCI Host Controller
  696. [ 1.447612] usb usb2: Manufacturer: Linux 3.2.0-1-amd64 ehci_hcd
  697. [ 1.447614] usb usb2: SerialNumber: 0000:00:1d.0
  698. [ 1.447815] hub 2-0:1.0: USB hub found
  699. [ 1.447821] hub 2-0:1.0: 2 ports detected
  700. [ 1.447944] ahci 0000:00:1f.2: version 3.0
  701. [ 1.447958] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
  702. [ 1.448024] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
  703. [ 1.448061] ahci: SSS flag set, parallel bus scan disabled
  704. [ 1.463541] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x31 impl SATA mode
  705. [ 1.463546] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
  706. [ 1.463552] ahci 0000:00:1f.2: setting latency timer to 64
  707. [ 1.480042] scsi0 : ahci
  708. [ 1.480171] scsi1 : ahci
  709. [ 1.480254] scsi2 : ahci
  710. [ 1.480339] scsi3 : ahci
  711. [ 1.480411] scsi4 : ahci
  712. [ 1.480479] scsi5 : ahci
  713. [ 1.480840] ata1: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06100 irq 43
  714. [ 1.480842] ata2: DUMMY
  715. [ 1.480843] ata3: DUMMY
  716. [ 1.480844] ata4: DUMMY
  717. [ 1.480847] ata5: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06300 irq 43
  718. [ 1.480850] ata6: SATA max UDMA/133 abar m2048@0xf7c06000 port 0xf7c06380 irq 43
  719. [ 1.495695] xhci_hcd 0000:0b:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  720. [ 1.495720] xhci_hcd 0000:0b:00.0: setting latency timer to 64
  721. [ 1.495724] xhci_hcd 0000:0b:00.0: xHCI Host Controller
  722. [ 1.495735] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 3
  723. [ 1.495902] xhci_hcd 0000:0b:00.0: irq 16, io mem 0xf7900000
  724. [ 1.495964] xhci_hcd 0000:0b:00.0: irq 44 for MSI/MSI-X
  725. [ 1.495968] xhci_hcd 0000:0b:00.0: irq 45 for MSI/MSI-X
  726. [ 1.495972] xhci_hcd 0000:0b:00.0: irq 46 for MSI/MSI-X
  727. [ 1.495976] xhci_hcd 0000:0b:00.0: irq 47 for MSI/MSI-X
  728. [ 1.495980] xhci_hcd 0000:0b:00.0: irq 48 for MSI/MSI-X
  729. [ 1.496088] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
  730. [ 1.496090] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  731. [ 1.496092] usb usb3: Product: xHCI Host Controller
  732. [ 1.496093] usb usb3: Manufacturer: Linux 3.2.0-1-amd64 xhci_hcd
  733. [ 1.496095] usb usb3: SerialNumber: 0000:0b:00.0
  734. [ 1.496211] xHCI xhci_add_endpoint called for root hub
  735. [ 1.496214] xHCI xhci_check_bandwidth called for root hub
  736. [ 1.496253] hub 3-0:1.0: USB hub found
  737. [ 1.496264] hub 3-0:1.0: 2 ports detected
  738. [ 1.496344] xhci_hcd 0000:0b:00.0: xHCI Host Controller
  739. [ 1.496353] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 4
  740. [ 1.499321] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
  741. [ 1.499323] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  742. [ 1.499325] usb usb4: Product: xHCI Host Controller
  743. [ 1.499326] usb usb4: Manufacturer: Linux 3.2.0-1-amd64 xhci_hcd
  744. [ 1.499328] usb usb4: SerialNumber: 0000:0b:00.0
  745. [ 1.499436] xHCI xhci_add_endpoint called for root hub
  746. [ 1.499438] xHCI xhci_check_bandwidth called for root hub
  747. [ 1.499464] hub 4-0:1.0: USB hub found
  748. [ 1.499473] hub 4-0:1.0: 2 ports detected
  749. [ 1.739374] usb 1-1: new high-speed USB device number 2 using ehci_hcd
  750. [ 1.799342] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  751. [ 1.803990] ata1.00: ACPI cmd ef/5a:00:00:00:00:a0 (SET FEATURES) succeeded
  752. [ 1.805944] ata1.00: ATA-8: ST9500420AS, D005SDM1, max UDMA/133
  753. [ 1.805953] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
  754. [ 1.810952] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
  755. [ 1.811376] ata1.00: configured for UDMA/133
  756. [ 1.811685] scsi 0:0:0:0: Direct-Access ATA ST9500420AS D005 PQ: 0 ANSI: 5
  757. [ 1.871803] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
  758. [ 1.871816] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  759. [ 1.872203] hub 1-1:1.0: USB hub found
  760. [ 1.872287] hub 1-1:1.0: 6 ports detected
  761. [ 1.983262] usb 2-1: new high-speed USB device number 2 using ehci_hcd
  762. [ 2.115583] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
  763. [ 2.115592] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  764. [ 2.115963] hub 2-1:1.0: USB hub found
  765. [ 2.116005] hub 2-1:1.0: 8 ports detected
  766. [ 2.131185] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  767. [ 2.135162] Refined TSC clocksource calibration: 2294.790 MHz.
  768. [ 2.135174] Switching to clocksource tsc
  769. [ 2.142676] ata5.00: ATAPI: TSSTcorp DVD+/-RW TS-U633J, D400, max UDMA/100
  770. [ 2.157758] ata5.00: configured for UDMA/100
  771. [ 2.171191] scsi 4:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-U633J D400 PQ: 0 ANSI: 5
  772. [ 2.187281] usb 1-1.4: new full-speed USB device number 3 using ehci_hcd
  773. [ 2.283813] usb 1-1.4: New USB device found, idVendor=8086, idProduct=0189
  774. [ 2.283823] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  775. [ 2.355202] usb 1-1.5: new high-speed USB device number 4 using ehci_hcd
  776. [ 2.490975] ata6: SATA link down (SStatus 0 SControl 300)
  777. [ 2.495408] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
  778. [ 2.495563] sd 0:0:0:0: [sda] Write Protect is off
  779. [ 2.495567] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  780. [ 2.495662] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  781. [ 2.499420] usb 1-1.5: New USB device found, idVendor=0c45, idProduct=6484
  782. [ 2.499431] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
  783. [ 2.499439] cdrom: Uniform CD-ROM driver Revision: 3.20
  784. [ 2.499456] usb 1-1.5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
  785. [ 2.499459] usb 1-1.5: Product: Laptop_Integrated_Webcam_HD
  786. [ 2.499462] usb 1-1.5: Manufacturer: CNFA151F3040100001Y2
  787. [ 2.499639] sr 4:0:0:0: Attached scsi CD-ROM sr0
  788. [ 2.512369] sda: sda1 sda2 sda3 < sda5 >
  789. [ 2.513091] sd 0:0:0:0: [sda] Attached SCSI disk
  790. [ 2.575132] usb 2-1.3: new full-speed USB device number 3 using ehci_hcd
  791. [ 2.668431] usb 2-1.3: New USB device found, idVendor=138a, idProduct=0011
  792. [ 2.668435] usb 2-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
  793. [ 2.668437] usb 2-1.3: SerialNumber: 9fd4a82075c8
  794. [ 2.739000] usb 2-1.6: new high-speed USB device number 4 using ehci_hcd
  795. [ 2.843800] usb 2-1.6: New USB device found, idVendor=0bda, idProduct=0138
  796. [ 2.843810] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  797. [ 2.843816] usb 2-1.6: Product: USB2.0-CRW
  798. [ 2.843828] usb 2-1.6: Manufacturer: Generic
  799. [ 2.843830] usb 2-1.6: SerialNumber: 20090516388200000
  800. [ 2.851737] usbcore: registered new interface driver uas
  801. [ 2.852525] Initializing USB Mass Storage driver...
  802. [ 2.852582] usbcore: registered new interface driver usb-storage
  803. [ 2.852584] USB Mass Storage support registered.
  804. [ 2.868689] scsi6 : usb-storage 2-1.6:1.0
  805. [ 2.868794] usbcore: registered new interface driver ums-realtek
  806. [ 3.041181] device-mapper: uevent: version 1.0.3
  807. [ 3.041250] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
  808. [ 3.322881] PM: Starting manual resume from disk
  809. [ 3.322885] PM: Hibernation image partition 8:2 present
  810. [ 3.322886] PM: Looking for hibernation image.
  811. [ 3.323302] PM: Image not found (code -22)
  812. [ 3.323305] PM: Hibernation image not present or could not be loaded.
  813. [ 3.326220] PM: Marking nosave pages: 000000000009d000 - 0000000000100000
  814. [ 3.326226] PM: Marking nosave pages: 0000000020000000 - 0000000020200000
  815. [ 3.326236] PM: Marking nosave pages: 0000000040000000 - 0000000040200000
  816. [ 3.326246] PM: Marking nosave pages: 00000000ca4e4000 - 00000000ca527000
  817. [ 3.326248] PM: Marking nosave pages: 00000000ca793000 - 00000000ca967000
  818. [ 3.326258] PM: Marking nosave pages: 00000000caba7000 - 0000000100000000
  819. [ 3.327471] PM: Basic memory bitmaps created
  820. [ 3.346528] PM: Basic memory bitmaps freed
  821. [ 3.428328] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
  822. [ 3.869722] scsi 6:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
  823. [ 3.875915] sd 6:0:0:0: [sdb] Attached SCSI removable disk
  824. [ 4.184299] udevd[328]: starting version 175
  825. [ 4.510528] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
  826. [ 4.511709] ACPI: Lid Switch [LID0]
  827. [ 4.511777] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
  828. [ 4.511783] ACPI: Power Button [PWRB]
  829. [ 4.511843] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
  830. [ 4.511847] ACPI: Sleep Button [SBTN]
  831. [ 4.511909] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
  832. [ 4.511913] ACPI: Power Button [PWRF]
  833. [ 4.550174] wmi: Mapper loaded
  834. [ 4.626250] ACPI: Battery Slot [BAT0] (battery present)
  835. [ 4.632279] ACPI: AC Adapter [AC] (on-line)
  836. [ 4.645480] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
  837. [ 4.676339] input: PC Speaker as /devices/platform/pcspkr/input/input5
  838. [ 4.702066] input: Dell WMI hotkeys as /devices/virtual/input/input6
  839. [ 4.772683] Bluetooth: Core ver 2.16
  840. [ 4.772701] NET: Registered protocol family 31
  841. [ 4.772704] Bluetooth: HCI device and connection manager initialized
  842. [ 4.772707] Bluetooth: HCI socket layer initialized
  843. [ 4.772709] Bluetooth: L2CAP socket layer initialized
  844. [ 4.772714] Bluetooth: SCO socket layer initialized
  845. [ 4.785428] Bluetooth: Generic Bluetooth USB driver ver 0.6
  846. [ 4.785586] usbcore: registered new interface driver btusb
  847. [ 4.822293] cfg80211: Calling CRDA to update world regulatory domain
  848. [ 4.873523] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
  849. [ 4.873529] ACPI: resource 0000:00:1f.3 [io 0xf040-0xf05f] conflicts with ACPI region SMBI [io 0xf040-0xf04f]
  850. [ 4.873532] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
  851. [ 4.877906] iTCO_vendor_support: vendor-support=0
  852. [ 4.893933] Linux media interface: v0.10
  853. [ 5.034699] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
  854. [ 5.034803] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
  855. [ 5.034882] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  856. [ 5.115272] Linux video capture interface: v2.00
  857. [ 5.124202] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
  858. [ 5.124205] Copyright(c) 2003-2011 Intel Corporation
  859. [ 5.124289] iwlwifi 0000:09:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
  860. [ 5.124298] iwlwifi 0000:09:00.0: setting latency timer to 64
  861. [ 5.124318] iwlwifi 0000:09:00.0: pci_resource_len = 0x00002000
  862. [ 5.124320] iwlwifi 0000:09:00.0: pci_resource_base = ffffc90000670000
  863. [ 5.124322] iwlwifi 0000:09:00.0: HW Revision ID = 0x34
  864. [ 5.124397] iwlwifi 0000:09:00.0: irq 49 for MSI/MSI-X
  865. [ 5.124427] iwlwifi 0000:09:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
  866. [ 5.124483] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
  867. [ 5.139912] iwlwifi 0000:09:00.0: device EEPROM VER=0x716, CALIB=0x6
  868. [ 5.139914] iwlwifi 0000:09:00.0: Device SKU: 0X150
  869. [ 5.139916] iwlwifi 0000:09:00.0: Valid Tx ant: 0X1, Valid Rx ant: 0X3
  870. [ 5.139929] iwlwifi 0000:09:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
  871. [ 5.146179] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (0c45:6484)
  872. [ 5.168658] [drm] Initialized drm 1.1.0 20060810
  873. [ 5.189012] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
  874. [ 5.189061] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
  875. [ 5.189084] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
  876. [ 5.250191] iwlwifi 0000:09:00.0: loaded firmware version 17.168.5.1 build 33993
  877. [ 5.250378] Registered led device: phy0-led
  878. [ 5.278096] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
  879. [ 5.338080] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xd00033/0x240000/0x8a0400
  880. [ 5.371024] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
  881. [ 5.411040] input: Laptop_Integrated_Webcam_HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input8
  882. [ 5.411152] usbcore: registered new interface driver uvcvideo
  883. [ 5.411154] USB Video Class driver (1.1.1)
  884. [ 5.775019] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
  885. [ 5.882763] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
  886. [ 5.882931] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
  887. [ 5.883040] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
  888. [ 5.883122] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
  889. [ 5.883424] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
  890. [ 5.883428] i915 0000:00:02.0: setting latency timer to 64
  891. [ 5.925030] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
  892. [ 5.925034] [drm] MTRR allocation failed. Graphics performance may suffer.
  893. [ 5.925437] i915 0000:00:02.0: irq 51 for MSI/MSI-X
  894. [ 5.925442] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
  895. [ 5.925444] [drm] Driver supports precise vblank timestamp query.
  896. [ 5.926956] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
  897. [ 5.926958] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
  898. [ 6.537215] fbcon: inteldrmfb (fb0) is primary device
  899. [ 6.868769] Console: switching to colour frame buffer device 170x48
  900. [ 6.872700] fb0: inteldrmfb frame buffer device
  901. [ 6.872701] drm: registered panic notifier
  902. [ 6.872919] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
  903. [ 6.917794] acpi device:1c: registered as cooling_device4
  904. [ 6.918050] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input13
  905. [ 6.918123] ACPI: Video Device [PEGP] (multi-head: yes rom: no post: no)
  906. [ 6.919366] acpi device:3b: registered as cooling_device5
  907. [ 6.919642] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input14
  908. [ 6.919684] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
  909. [ 6.919738] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
  910. [ 7.453902] Adding 1951000k swap on /dev/sda2. Priority:-1 extents:1 across:1951000k
  911. [ 7.457197] EXT4-fs (dm-0): re-mounted. Opts: (null)
  912. [ 7.600173] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
  913. [ 8.939550] loop: module loaded
  914. [ 11.560311] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
  915. [ 11.599614] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null)
  916. [ 11.675987] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
  917. [ 11.739972] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
  918. [ 11.803093] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
  919. [ 12.116646] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
  920. [ 12.480913] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
  921. [ 12.635846] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null)
  922. [ 13.984726] RPC: Registered named UNIX socket transport module.
  923. [ 13.984729] RPC: Registered udp transport module.
  924. [ 13.984731] RPC: Registered tcp transport module.
  925. [ 13.984732] RPC: Registered tcp NFSv4.1 backchannel transport module.
  926. [ 14.013145] FS-Cache: Loaded
  927. [ 14.034785] FS-Cache: Netfs 'nfs' registered for caching
  928. [ 14.041949] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  929. [ 14.475654] fuse init (API version 7.17)
  930. [ 17.678920] r8169 0000:05:00.0: eth0: link down
  931. [ 17.679236] ADDRCONF(NETDEV_UP): eth0: link is not ready
  932. [ 18.953231] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  933. [ 18.953235] Bluetooth: BNEP filters: protocol multicast
  934. [ 18.955595] Bluetooth: RFCOMM TTY layer initialized
  935. [ 18.955600] Bluetooth: RFCOMM socket layer initialized
  936. [ 18.955602] Bluetooth: RFCOMM ver 1.11
  937. [ 19.211206] r8169 0000:05:00.0: eth0: link up
  938. [ 19.211547] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  939. [ 23.995385] Ebtables v2.0 registered
  940. [ 24.072969] ip_tables: (C) 2000-2006 Netfilter Core Team
  941. [ 24.170922] ip6_tables: (C) 2000-2006 Netfilter Core Team
  942. [ 29.273177] eth0: no IPv6 routers present
  943. [ 34.089557] Disabling lock debugging due to kernel taint
  944. [ 34.093592] vboxdrv: Found 4 processor cores.
  945. [ 34.093787] vboxdrv: fAsync=0 offMin=0x1ca offMax=0xeab
  946. [ 34.093829] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
  947. [ 34.093831] vboxdrv: Successfully loaded version 4.1.8_Debian (interface 0x00190000).
  948. [ 34.193400] vboxpci: IOMMU not found (not registered)
  949. [ 34.404047] r8169 0000:05:00.0: eth0: link down
  950. [ 35.990374] r8169 0000:05:00.0: eth0: link up
  951. [ 70.135433] sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
  952. [ 70.138413] sd 6:0:0:0: [sdb] Asking for cache data failed
  953. [ 70.138422] sd 6:0:0:0: [sdb] Assuming drive cache: write through
  954. [ 122.108706] sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
  955. [ 122.111897] sd 6:0:0:0: [sdb] Asking for cache data failed
  956. [ 122.111907] sd 6:0:0:0: [sdb] Assuming drive cache: write through
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement