netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
@ 2012-04-21 17:21 Alex Villací­s Lasso
  2012-05-02 19:20 ` Alex Villací­s Lasso
  2012-05-02 19:26 ` Alex Villací­s Lasso
  0 siblings, 2 replies; 13+ messages in thread
From: Alex Villací­s Lasso @ 2012-04-21 17:21 UTC (permalink / raw)
  To: netdev

I am getting the following WARNING while running 3.4-rc3 x86_64. Every 
time I get this, I am running my Bittorrent client (transmission-gtk).

[ 1494.720011] ------------[ cut here ]------------
[ 1494.720024] WARNING: at net/sched/sch_generic.c:256 
dev_watchdog+0x277/0x280()
[ 1494.720027] Hardware name: OEM
[ 1494.720031] NETDEV WATCHDOG: p17p1 (r8169): transmit queue 0 timed out
[ 1494.720034] Modules linked in: fuse vboxpci(O) vboxnetadp(O) 
vboxnetflt(O) lockd vboxdrv(O) nf_conntrack_ipv4 nf_defrag_ipv4 
ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack 
ip6table_filter ip6_tables snd_hda_codec_realtek snd_hda_intel 
snd_hda_codec snd_hwdep snd_seq snd_seq_device ppdev snd_pcm uinput 
coretemp microcode pcspkr iTCO_wdt iTCO_vendor_support i2c_i801 
parport_pc parport snd_timer snd soundcore r8169 mii snd_page_alloc 
sunrpc binfmt_misc floppy i915 drm_kms_helper drm i2c_algo_bit i2c_core 
video [last unloaded: scsi_wait_scan]
[ 1494.720100] Pid: 0, comm: swapper/1 Tainted: G           O 3.4.0-rc3 #35
[ 1494.720103] Call Trace:
[ 1494.720106] <IRQ>  [<ffffffff81059bbf>] warn_slowpath_common+0x7f/0xc0
[ 1494.720120]  [<ffffffff81059cb6>] warn_slowpath_fmt+0x46/0x50
[ 1494.720127]  [<ffffffff8151ab97>] dev_watchdog+0x277/0x280
[ 1494.720134]  [<ffffffff81068f61>] run_timer_softirq+0x131/0x440
[ 1494.720139]  [<ffffffff8151a920>] ? qdisc_reset+0x50/0x50
[ 1494.720145]  [<ffffffff810611a8>] __do_softirq+0xb8/0x280
[ 1494.720151]  [<ffffffff8101cd62>] ? native_sched_clock+0x22/0x80
[ 1494.720157]  [<ffffffff81090895>] ? sched_clock_local+0x25/0x90
[ 1494.720164]  [<ffffffff8161619c>] call_softirq+0x1c/0x30
[ 1494.720170]  [<ffffffff810172e5>] do_softirq+0x65/0xa0
[ 1494.720174]  [<ffffffff8106169e>] irq_exit+0x9e/0xc0
[ 1494.720180]  [<ffffffff81616acb>] smp_apic_timer_interrupt+0x6b/0x98
[ 1494.720186]  [<ffffffff8161584a>] apic_timer_interrupt+0x6a/0x70
[ 1494.720190] <EOI>  [<ffffffff8101e253>] ? mwait_idle+0x93/0x320
[ 1494.720199]  [<ffffffff8101e1fa>] ? mwait_idle+0x3a/0x320
[ 1494.720204]  [<ffffffff8101ee19>] cpu_idle+0xd9/0x130
[ 1494.720210]  [<ffffffff815fb7cf>] start_secondary+0x266/0x26d
[ 1494.720216] ---[ end trace b0a1361739c69d32 ]---
[ 1494.721181] r8169 0000:02:00.0: p17p1: link up

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-04-21 17:21 WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280() Alex Villací­s Lasso
@ 2012-05-02 19:20 ` Alex Villací­s Lasso
  2012-05-02 22:52   ` Francois Romieu
  2012-05-02 19:26 ` Alex Villací­s Lasso
  1 sibling, 1 reply; 13+ messages in thread
From: Alex Villací­s Lasso @ 2012-05-02 19:20 UTC (permalink / raw)
  To: netdev

El 21/04/12 12:21, Alex Villací­s Lasso escribió:
> I am getting the following WARNING while running 3.4-rc3 x86_64. Every time I get this, I am running my Bittorrent client (transmission-gtk).
>
> [ 1494.720011] ------------[ cut here ]------------
> [ 1494.720024] WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
> [ 1494.720027] Hardware name: OEM
> [ 1494.720031] NETDEV WATCHDOG: p17p1 (r8169): transmit queue 0 timed out
> [ 1494.720034] Modules linked in: fuse vboxpci(O) vboxnetadp(O) vboxnetflt(O) lockd vboxdrv(O) nf_conntrack_ipv4 nf_defrag_ipv4 ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables snd_hda_codec_realtek 
> snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device ppdev snd_pcm uinput coretemp microcode pcspkr iTCO_wdt iTCO_vendor_support i2c_i801 parport_pc parport snd_timer snd soundcore r8169 mii snd_page_alloc sunrpc binfmt_misc floppy i915 
> drm_kms_helper drm i2c_algo_bit i2c_core video [last unloaded: scsi_wait_scan]
> [ 1494.720100] Pid: 0, comm: swapper/1 Tainted: G           O 3.4.0-rc3 #35
> [ 1494.720103] Call Trace:
> [ 1494.720106] <IRQ>  [<ffffffff81059bbf>] warn_slowpath_common+0x7f/0xc0
> [ 1494.720120]  [<ffffffff81059cb6>] warn_slowpath_fmt+0x46/0x50
> [ 1494.720127]  [<ffffffff8151ab97>] dev_watchdog+0x277/0x280
> [ 1494.720134]  [<ffffffff81068f61>] run_timer_softirq+0x131/0x440
> [ 1494.720139]  [<ffffffff8151a920>] ? qdisc_reset+0x50/0x50
> [ 1494.720145]  [<ffffffff810611a8>] __do_softirq+0xb8/0x280
> [ 1494.720151]  [<ffffffff8101cd62>] ? native_sched_clock+0x22/0x80
> [ 1494.720157]  [<ffffffff81090895>] ? sched_clock_local+0x25/0x90
> [ 1494.720164]  [<ffffffff8161619c>] call_softirq+0x1c/0x30
> [ 1494.720170]  [<ffffffff810172e5>] do_softirq+0x65/0xa0
> [ 1494.720174]  [<ffffffff8106169e>] irq_exit+0x9e/0xc0
> [ 1494.720180]  [<ffffffff81616acb>] smp_apic_timer_interrupt+0x6b/0x98
> [ 1494.720186]  [<ffffffff8161584a>] apic_timer_interrupt+0x6a/0x70
> [ 1494.720190] <EOI>  [<ffffffff8101e253>] ? mwait_idle+0x93/0x320
> [ 1494.720199]  [<ffffffff8101e1fa>] ? mwait_idle+0x3a/0x320
> [ 1494.720204]  [<ffffffff8101ee19>] cpu_idle+0xd9/0x130
> [ 1494.720210]  [<ffffffff815fb7cf>] start_secondary+0x266/0x26d
> [ 1494.720216] ---[ end trace b0a1361739c69d32 ]---
> [ 1494.721181] r8169 0000:02:00.0: p17p1: link up
>
>
Still present in 3.4-rc5.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-04-21 17:21 WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280() Alex Villací­s Lasso
  2012-05-02 19:20 ` Alex Villací­s Lasso
@ 2012-05-02 19:26 ` Alex Villací­s Lasso
  1 sibling, 0 replies; 13+ messages in thread
From: Alex Villací­s Lasso @ 2012-05-02 19:26 UTC (permalink / raw)
  To: netdev

El 21/04/12 12:21, Alex Villací­s Lasso escribió:
> I am getting the following WARNING while running 3.4-rc3 x86_64. Every time I get this, I am running my Bittorrent client (transmission-gtk).
>
> [ 1494.720011] ------------[ cut here ]------------
> [ 1494.720024] WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
> [ 1494.720027] Hardware name: OEM
> [ 1494.720031] NETDEV WATCHDOG: p17p1 (r8169): transmit queue 0 timed out
> [ 1494.720034] Modules linked in: fuse vboxpci(O) vboxnetadp(O) vboxnetflt(O) lockd vboxdrv(O) nf_conntrack_ipv4 nf_defrag_ipv4 ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables snd_hda_codec_realtek 
> snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device ppdev snd_pcm uinput coretemp microcode pcspkr iTCO_wdt iTCO_vendor_support i2c_i801 parport_pc parport snd_timer snd soundcore r8169 mii snd_page_alloc sunrpc binfmt_misc floppy i915 
> drm_kms_helper drm i2c_algo_bit i2c_core video [last unloaded: scsi_wait_scan]
> [ 1494.720100] Pid: 0, comm: swapper/1 Tainted: G           O 3.4.0-rc3 #35
> [ 1494.720103] Call Trace:
> [ 1494.720106] <IRQ>  [<ffffffff81059bbf>] warn_slowpath_common+0x7f/0xc0
> [ 1494.720120]  [<ffffffff81059cb6>] warn_slowpath_fmt+0x46/0x50
> [ 1494.720127]  [<ffffffff8151ab97>] dev_watchdog+0x277/0x280
> [ 1494.720134]  [<ffffffff81068f61>] run_timer_softirq+0x131/0x440
> [ 1494.720139]  [<ffffffff8151a920>] ? qdisc_reset+0x50/0x50
> [ 1494.720145]  [<ffffffff810611a8>] __do_softirq+0xb8/0x280
> [ 1494.720151]  [<ffffffff8101cd62>] ? native_sched_clock+0x22/0x80
> [ 1494.720157]  [<ffffffff81090895>] ? sched_clock_local+0x25/0x90
> [ 1494.720164]  [<ffffffff8161619c>] call_softirq+0x1c/0x30
> [ 1494.720170]  [<ffffffff810172e5>] do_softirq+0x65/0xa0
> [ 1494.720174]  [<ffffffff8106169e>] irq_exit+0x9e/0xc0
> [ 1494.720180]  [<ffffffff81616acb>] smp_apic_timer_interrupt+0x6b/0x98
> [ 1494.720186]  [<ffffffff8161584a>] apic_timer_interrupt+0x6a/0x70
> [ 1494.720190] <EOI>  [<ffffffff8101e253>] ? mwait_idle+0x93/0x320
> [ 1494.720199]  [<ffffffff8101e1fa>] ? mwait_idle+0x3a/0x320
> [ 1494.720204]  [<ffffffff8101ee19>] cpu_idle+0xd9/0x130
> [ 1494.720210]  [<ffffffff815fb7cf>] start_secondary+0x266/0x26d
> [ 1494.720216] ---[ end trace b0a1361739c69d32 ]---
> [ 1494.721181] r8169 0000:02:00.0: p17p1: link up
>
>
Still present in 3.4-rc5 (2)

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-02 19:20 ` Alex Villací­s Lasso
@ 2012-05-02 22:52   ` Francois Romieu
  2012-05-02 23:28     ` Alex Villací­s Lasso
       [not found]     ` <4FA1C34C.6080909@fiec.espol.edu.ec>
  0 siblings, 2 replies; 13+ messages in thread
From: Francois Romieu @ 2012-05-02 22:52 UTC (permalink / raw)
  To: Alex Villací­s Lasso; +Cc: netdev

Alex Villací­s Lasso <avillaci@fiec.espol.edu.ec> :
[...]
> Still present in 3.4-rc5.

Is it a 8168evl ?

-- 
Ueimor

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-02 22:52   ` Francois Romieu
@ 2012-05-02 23:28     ` Alex Villací­s Lasso
  2012-05-03  6:47       ` Francois Romieu
       [not found]     ` <4FA1C34C.6080909@fiec.espol.edu.ec>
  1 sibling, 1 reply; 13+ messages in thread
From: Alex Villací­s Lasso @ 2012-05-02 23:28 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev

El 02/05/12 17:52, Francois Romieu escribió:
> Alex Villací­s Lasso<avillaci@fiec.espol.edu.ec>  :
> [...]
>> Still present in 3.4-rc5.
> Is it a 8168evl ?
>
I am currently away from the target computer. How should I check for this? lspci?

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Fwd: Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
       [not found]     ` <4FA1C34C.6080909@fiec.espol.edu.ec>
@ 2012-05-03  0:44       ` Alex Villací­s Lasso
  0 siblings, 0 replies; 13+ messages in thread
From: Alex Villací­s Lasso @ 2012-05-03  0:44 UTC (permalink / raw)
  To: Francois Romieu, netdev

El 02/05/12 18:29, Alex Villací­s Lasso escribió:
>
> Alex Villací­s Lasso<avillaci@fiec.espol.edu.ec>  :
> [...]
> >  Still present in 3.4-rc5.
>
> Is it a 8168evl ?
>
> -- 
> Ueimor
>
lspci -vnn:

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 01)
     Subsystem: Foxconn International, Inc. Device [105b:0ded]
     Flags: bus master, fast devsel, latency 0, IRQ 43
     I/O ports at ee00 [size=256]
     Memory at fdcff000 (64-bit, non-prefetchable) [size=4K]
     [virtual] Expansion ROM at fdb00000 [disabled] [size=128K]
     Capabilities: <access denied>
     Kernel driver in use: r8169
     Kernel modules: r8169

Integrated motherboard chipset.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-02 23:28     ` Alex Villací­s Lasso
@ 2012-05-03  6:47       ` Francois Romieu
       [not found]         ` <4FA2A6A4.1030308@ceibo.fiec.espol.edu.ec>
  0 siblings, 1 reply; 13+ messages in thread
From: Francois Romieu @ 2012-05-03  6:47 UTC (permalink / raw)
  To: Alex Villací­s Lasso; +Cc: netdev

(please avoid posting twice)

Alex Villací­s Lasso <avillaci@fiec.espol.edu.ec> :
[...]
> I am currently away from the target computer. How should I check for this? lspci?

lspci can not tell much. Use 'dmesg | grep XID' instead.

A complete dmesg would be welcome.

It could help to know a few things :
- does the problem qualify as a regression since some kernel version ?
  If so which one ?
- can it be reproduced with a kernel that has not been vbox tainted ?
- does networking recover ?

Thanks.

-- 
Ueimor

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Fwd: Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
       [not found]         ` <4FA2A6A4.1030308@ceibo.fiec.espol.edu.ec>
@ 2012-05-04 14:57           ` Alex Villací­s Lasso
  2012-05-05 21:44             ` Alex Villacís Lasso
  0 siblings, 1 reply; 13+ messages in thread
From: Alex Villací­s Lasso @ 2012-05-04 14:57 UTC (permalink / raw)
  To: netdev, Francois Romieu

(Resending to netdev@vger.kernel.org since previous attempt was rejected as spam)

El 03/05/12 10:39, Alex Villací­s Lasso escribió:
> Alex Villací­s Lasso<avillaci@fiec.espol.edu.ec>  :
> [...]
> >  I am currently away from the target computer. How should I check for this? lspci?
>
> lspci can not tell much. Use 'dmesg | grep XID' instead.
[alex@karlalex linux-git]$ dmesg | grep -i xid
[   10.647557] r8169 0000:02:00.0: eth0: RTL8168b/8111b at 0xffffc90000352000, 00:22:68:44:17:2f, XID 98500000 IRQ 43
> A complete dmesg would be welcome.
>
> It could help to know a few things :
> - does the problem qualify as a regression since some kernel version ?
>    If so which one ?
I have only seen these messages since 3.4-rc1. Vanilla kernels up to 3.3, and stock Fedora 16 kernels (kernel-3.3.2-6.fc16.x86_64) did not display this problem. However, I cannot confirm that the latest stock kernel is free from the message, since I prefer 
to run the latest RC kernel on my home machine.
> - can it be reproduced with a kernel that has not been vbox tainted ?
I will check this. However, since the message only appears after an hour of so of moderate bittorrent traffic, it might take a while to confirm.
> - does networking recover ?
It does recover, after a few seconds.
>
> Thanks.
>
> -- 
> Ueimor
>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Fwd: Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-04 14:57           ` Fwd: " Alex Villací­s Lasso
@ 2012-05-05 21:44             ` Alex Villacís Lasso
  2012-05-05 23:01               ` Francois Romieu
  0 siblings, 1 reply; 13+ messages in thread
From: Alex Villacís Lasso @ 2012-05-05 21:44 UTC (permalink / raw)
  To: netdev, Francois Romieu

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

El 04/05/12 09:57, Alex Villací­s Lasso escribió:
> (Resending to netdev@vger.kernel.org since previous attempt was 
> rejected as spam)
>
> El 03/05/12 10:39, Alex Villací­s Lasso escribió:
>> Alex Villací­s Lasso<avillaci@fiec.espol.edu.ec>  :
>> [...]
>> >  I am currently away from the target computer. How should I check 
>> for this? lspci?
>>
>> lspci can not tell much. Use 'dmesg | grep XID' instead.
> [alex@karlalex linux-git]$ dmesg | grep -i xid
> [   10.647557] r8169 0000:02:00.0: eth0: RTL8168b/8111b at 
> 0xffffc90000352000, 00:22:68:44:17:2f, XID 98500000 IRQ 43
It happened again, on a non-tainted kernel. The dmesg log is attached.

[-- Attachment #2: dmesg-warning-timeout.txt --]
[-- Type: text/plain, Size: 69217 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.0-rc5 (alex@karlalex.palosanto.com) (gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) ) #37 SMP PREEMPT Mon Apr 30 20:44:34 ECT 2012
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.4.0-rc5 root=UUID=4837c784-4583-4efc-8a40-260819368469 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=es_ES.UTF-8 KEYTABLE=es zcache drm_kms_helper.edid_firmware=edid/1280x1024.bin
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[    0.000000]  BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f590000 (usable)
[    0.000000]  BIOS-e820: 000000007f590000 - 000000007f5e3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f5e3000 - 000000007f5f0000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f5f0000 - 000000007f600000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] DMI: OEM OEM/G31MVP, BIOS 6.00 PG 09/11/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x7f590 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07F800000 mask FFF800000 uncachable
[    0.000000]   3 base 07F600000 mask FFFF00000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2039MB, range: 1MB, type UC
[    0.000000] reg 2, base: 2040MB, range: 8MB, type UC
[    0.000000] reg 3, base: 2038MB, range: 1MB, type UC
[    0.000000] total RAM covered: 2038M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 16M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2038MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2040MB, range: 8MB, type UC
[    0.000000] found SMP MP-table at [ffff8800000f3df0] f3df0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000007f590000
[    0.000000]  0000000000 - 007f400000 page 2M
[    0.000000]  007f400000 - 007f590000 page 4k
[    0.000000] kernel direct mapping tables up to 7f590000 @ 1fffc000-20000000
[    0.000000] RAMDISK: 3743e000 - 37a17000
[    0.000000] ACPI: RSDP 00000000000f82c0 00024 (v02 IntelR)
[    0.000000] ACPI: XSDT 000000007f5e3080 00054 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 000000007f5e80c0 000F4 (v03 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 000000007f5e3200 04E99 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 000000007f590000 00040
[    0.000000] ACPI: HPET 000000007f5e82c0 00038 (v01 IntelR AWRDACPI 42302E31 AWRD 00000098)
[    0.000000] ACPI: MCFG 000000007f5e8300 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: SLIC 000000007f5e8340 00176 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 000000007f5e81c0 00084 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: SSDT 000000007f5e8b20 007EF (v01  PmRef    CpuPm 00003000 INTL 20041203)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000007f590000
[    0.000000] Initmem setup node 0 0000000000000000-000000007f590000
[    0.000000]   NODE_DATA [000000007f57c000 - 000000007f58ffff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007cc00000-ffff88007ebfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007f590
[    0.000000] On node 0 totalpages: 521503
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3914 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8087 pages used for memmap
[    0.000000]   DMA32 zone: 509433 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7f600000 (gap: 7f600000:60a00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007f200000 s83776 r8192 d22720 u524288
[    0.000000] pcpu-alloc: s83776 r8192 d22720 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 513347
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.4.0-rc5 root=UUID=4837c784-4583-4efc-8a40-260819368469 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=es_ES.UTF-8 KEYTABLE=es zcache drm_kms_helper.edid_firmware=edid/1280x1024.bin
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 2030712k/2086464k available (6242k kernel code, 452k absent, 55300k reserved, 6944k data, 996k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:16640 nr_irqs:712 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 8388608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2755.483 MHz processor.
[    0.001003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5510.96 BogoMIPS (lpj=2755483)
[    0.001008] pid_max: default: 32768 minimum: 301
[    0.001031] Security Framework initialized
[    0.001042] SELinux:  Initializing.
[    0.001050] SELinux:  Starting in permissive mode
[    0.001250] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002336] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.002875] Mount-cache hash table entries: 256
[    0.003111] Initializing cgroup subsys cpuacct
[    0.003114] Initializing cgroup subsys memory
[    0.003126] Initializing cgroup subsys devices
[    0.003128] Initializing cgroup subsys freezer
[    0.003130] Initializing cgroup subsys net_cls
[    0.003132] Initializing cgroup subsys blkio
[    0.003139] Initializing cgroup subsys perf_event
[    0.003164] CPU: Physical Processor ID: 0
[    0.003166] CPU: Processor Core ID: 0
[    0.003168] mce: CPU supports 6 MCE banks
[    0.003176] CPU0: Thermal monitoring enabled (TM2)
[    0.003180] using mwait in idle threads.
[    0.004373] ACPI: Core revision 20120320
[    0.007006] ftrace: allocating 22901 entries in 90 pages
[    0.013416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.023643] CPU0: Intel Pentium(R) Dual-Core  CPU      E5200  @ 2.50GHz stepping 06
[    0.023998] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.023998] ... version:                2
[    0.023998] ... bit width:              40
[    0.023998] ... generic registers:      2
[    0.023998] ... value mask:             000000ffffffffff
[    0.023998] ... max period:             000000007fffffff
[    0.023998] ... fixed-purpose events:   3
[    0.023998] ... event mask:             0000000700000003
[    0.029146] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.035024] Booting Node   0, Processors  #1
[    0.047028] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.047077] Brought up 2 CPUs
[    0.047080] Total of 2 processors activated (11021.93 BogoMIPS).
[    0.048082] devtmpfs: initialized
[    0.048173] PM: Registering ACPI NVS region [mem 0x7f590000-0x7f5e2fff] (339968 bytes)
[    0.049389] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.049412] RTC time: 16:05:29, date: 05/05/12
[    0.049445] NET: Registered protocol family 16
[    0.049655] ACPI: bus type pci registered
[    0.049702] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.049705] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.077381] PCI: Using configuration type 1 for base access
[    0.078119] bio: create slab <bio-0> at 0
[    0.078119] ACPI: Added _OSI(Module Device)
[    0.078119] ACPI: Added _OSI(Processor Device)
[    0.078119] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.078119] ACPI: Added _OSI(Processor Aggregator Device)
[    0.079030] ACPI: EC: Look up EC in DSDT
[    0.081810] ACPI: SSDT 000000007f5e8500 002AE (v01  PmRef  Cpu0Ist 00003000 INTL 20041203)
[    0.082033] ACPI: Dynamic OEM Table Load:
[    0.082036] ACPI: SSDT           (null) 002AE (v01  PmRef  Cpu0Ist 00003000 INTL 20041203)
[    0.082196] ACPI: SSDT 000000007f5e89c0 00152 (v01  PmRef  Cpu1Ist 00003000 INTL 20041203)
[    0.082418] ACPI: Dynamic OEM Table Load:
[    0.082421] ACPI: SSDT           (null) 00152 (v01  PmRef  Cpu1Ist 00003000 INTL 20041203)
[    0.082587] ACPI: Interpreter enabled
[    0.082590] ACPI: (supports S0 S3 S4 S5)
[    0.082604] ACPI: Using IOAPIC for interrupt routing
[    0.085972] ACPI: No dock devices found.
[    0.085976] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.086023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.086077] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.086080] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.086082] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    0.086084] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.086086] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.086088] pci_root PNP0A08:00: host bridge window [mem 0x7f600000-0xfebfffff]
[    0.086122] PCI host bridge to bus 0000:00
[    0.086124] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.086126] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.086127] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.086129] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.086131] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.086133] pci_bus 0000:00: root bus resource [mem 0x7f600000-0xfebfffff]
[    0.086142] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.086184] pci 0000:00:02.0: [8086:29c2] type 00 class 0x030000
[    0.086194] pci 0000:00:02.0: reg 10: [mem 0xfdf00000-0xfdf7ffff]
[    0.086199] pci 0000:00:02.0: reg 14: [io  0xff00-0xff07]
[    0.086204] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[    0.086209] pci 0000:00:02.0: reg 1c: [mem 0xfda00000-0xfdafffff]
[    0.086269] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.086282] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
[    0.086341] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.086361] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.086421] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.086441] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    0.086501] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.086523] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.086558] pci 0000:00:1d.0: reg 20: [io  0xfe00-0xfe1f]
[    0.086585] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.086619] pci 0000:00:1d.1: reg 20: [io  0xfd00-0xfd1f]
[    0.086646] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.086681] pci 0000:00:1d.2: reg 20: [io  0xfc00-0xfc1f]
[    0.086709] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.086744] pci 0000:00:1d.3: reg 20: [io  0xfb00-0xfb1f]
[    0.086779] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.086795] pci 0000:00:1d.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
[    0.086866] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.086883] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.086938] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[    0.087015] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 003f)
[    0.087018] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 003f)
[    0.087021] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
[    0.087057] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    0.087068] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.087076] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.087084] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.087092] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.087100] pci 0000:00:1f.1: reg 20: [io  0xfa00-0xfa0f]
[    0.087131] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[    0.087143] pci 0000:00:1f.2: reg 10: [io  0xf900-0xf907]
[    0.087150] pci 0000:00:1f.2: reg 14: [io  0xf800-0xf803]
[    0.087157] pci 0000:00:1f.2: reg 18: [io  0xf700-0xf707]
[    0.087163] pci 0000:00:1f.2: reg 1c: [io  0xf600-0xf603]
[    0.087170] pci 0000:00:1f.2: reg 20: [io  0xf500-0xf50f]
[    0.087201] pci 0000:00:1f.2: PME# supported from D3hot
[    0.087213] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.087257] pci 0000:00:1f.3: reg 20: [io  0x0500-0x051f]
[    0.087319] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.087323] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.087326] pci 0000:00:1c.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.087331] pci 0000:00:1c.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.087386] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.087402] pci 0000:02:00.0: reg 10: [io  0xee00-0xeeff]
[    0.087430] pci 0000:02:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit]
[    0.087463] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.087534] pci 0000:02:00.0: supports D1 D2
[    0.087535] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.087558] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.087568] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.087572] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.087575] pci 0000:00:1c.1:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.087580] pci 0000:00:1c.1:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.087632] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.087635] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.087639] pci 0000:00:1e.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.087644] pci 0000:00:1e.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.087646] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.087648] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.087650] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[    0.087652] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.087654] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.087656] pci 0000:00:1e.0:   bridge window [mem 0x7f600000-0xfebfffff] (subtractive decode)
[    0.087670] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.087738] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.087760] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[    0.087788] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.087841]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.087844]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.087845] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.093325] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[    0.093363] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.093400] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.093437] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 *15)
[    0.093475] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.093513] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.093551] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.093588] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.093651] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.093651] vgaarb: loaded
[    0.093651] vgaarb: bridge control possible 0000:00:02.0
[    0.093651] SCSI subsystem initialized
[    0.093651] libata version 3.00 loaded.
[    0.094001] usbcore: registered new interface driver usbfs
[    0.094013] usbcore: registered new interface driver hub
[    0.094018] usbcore: registered new device driver usb
[    0.094029] PCI: Using ACPI for IRQ routing
[    0.099289] PCI: pci_cache_line_size set to 64 bytes
[    0.099342] reserve RAM buffer: 000000000009f400 - 000000000009ffff 
[    0.099344] reserve RAM buffer: 000000007f590000 - 000000007fffffff 
[    0.099433] NetLabel: Initializing
[    0.099435] NetLabel:  domain hash size = 128
[    0.099436] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.099449] NetLabel:  unlabeled traffic allowed by default
[    0.099500] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.099503] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.099508] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.104012] Switching to clocksource hpet
[    0.112240] pnp: PnP ACPI init
[    0.112257] ACPI: bus type pnp registered
[    0.112353] pnp 00:00: [bus 00-ff]
[    0.112355] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.112357] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.112359] pnp 00:00: [io  0x0d00-0xffff window]
[    0.112361] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.112363] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.112364] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.112366] pnp 00:00: [mem 0x7f600000-0xfebfffff window]
[    0.112425] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.112474] pnp 00:01: [io  0x0010-0x001f]
[    0.112475] pnp 00:01: [io  0x0022-0x003f]
[    0.112477] pnp 00:01: [io  0x0044-0x004d]
[    0.112478] pnp 00:01: [io  0x0050-0x005e]
[    0.112480] pnp 00:01: [io  0x0062-0x0063]
[    0.112481] pnp 00:01: [io  0x0065-0x006f]
[    0.112483] pnp 00:01: [io  0x0074-0x007f]
[    0.112484] pnp 00:01: [io  0x0091-0x0093]
[    0.112486] pnp 00:01: [io  0x00a2-0x00bf]
[    0.112487] pnp 00:01: [io  0x00e0-0x00ef]
[    0.112489] pnp 00:01: [io  0x04d0-0x04d1]
[    0.112490] pnp 00:01: [io  0x0290-0x029f]
[    0.112492] pnp 00:01: [io  0x0800-0x087f]
[    0.112493] pnp 00:01: [io  0x0290-0x0297]
[    0.112494] pnp 00:01: [io  0x0880-0x088f]
[    0.112546] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.112549] system 00:01: [io  0x0290-0x029f] has been reserved
[    0.112551] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.112553] system 00:01: [io  0x0290-0x0297] has been reserved
[    0.112555] system 00:01: [io  0x0880-0x088f] has been reserved
[    0.112558] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.112568] pnp 00:02: [dma 4]
[    0.112570] pnp 00:02: [io  0x0000-0x000f]
[    0.112572] pnp 00:02: [io  0x0080-0x0090]
[    0.112573] pnp 00:02: [io  0x0094-0x009f]
[    0.112575] pnp 00:02: [io  0x00c0-0x00df]
[    0.112595] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.112634] pnp 00:03: [irq 0 disabled]
[    0.112647] pnp 00:03: [irq 8]
[    0.112649] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.112674] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.112694] pnp 00:04: [io  0x0070-0x0073]
[    0.112716] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.112723] pnp 00:05: [io  0x0061]
[    0.112747] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.112755] pnp 00:06: [io  0x00f0-0x00ff]
[    0.112760] pnp 00:06: [irq 13]
[    0.112781] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.112888] pnp 00:07: [io  0x03f0-0x03f5]
[    0.112893] pnp 00:07: [io  0x03f7]
[    0.112897] pnp 00:07: [irq 6]
[    0.112899] pnp 00:07: [dma 2]
[    0.112935] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.113084] pnp 00:08: [io  0x03f8-0x03ff]
[    0.113089] pnp 00:08: [irq 4]
[    0.113141] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.113336] pnp 00:09: [io  0x02f8-0x02ff]
[    0.113341] pnp 00:09: [irq 3]
[    0.113385] pnp 00:09: Plug and Play ACPI device, IDs PNP0510 (active)
[    0.113613] pnp 00:0a: [io  0x0378-0x037f]
[    0.113616] pnp 00:0a: [io  0x0778-0x077b]
[    0.113620] pnp 00:0a: [irq 7]
[    0.113621] pnp 00:0a: [dma 3]
[    0.113669] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.113702] pnp 00:0b: [irq 12]
[    0.113725] pnp 00:0b: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.113747] pnp 00:0c: [io  0x0060]
[    0.113749] pnp 00:0c: [io  0x0064]
[    0.113753] pnp 00:0c: [irq 1]
[    0.113781] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.113804] pnp 00:0d: [io  0x0400-0x04bf]
[    0.113840] system 00:0d: [io  0x0400-0x04bf] has been reserved
[    0.113842] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.113857] pnp 00:0e: [mem 0xffb80000-0xffbfffff]
[    0.113884] pnp 00:0e: Plug and Play ACPI device, IDs INT0800 (active)
[    0.114043] pnp 00:0f: [mem 0xe0000000-0xefffffff]
[    0.114086] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    0.114089] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.114138] pnp 00:10: [mem 0x000f0000-0x000fffff]
[    0.114140] pnp 00:10: [mem 0x7f600000-0x7f6fffff]
[    0.114142] pnp 00:10: [mem 0xfed00000-0xfed000ff]
[    0.114143] pnp 00:10: [mem 0x7f590000-0x7f5fffff]
[    0.114145] pnp 00:10: [mem 0x00000000-0x0009ffff]
[    0.114146] pnp 00:10: [mem 0x00100000-0x7f58ffff]
[    0.114148] pnp 00:10: [mem 0xfec00000-0xfec00fff]
[    0.114150] pnp 00:10: [mem 0xfed13000-0xfed1dfff]
[    0.114151] pnp 00:10: [mem 0xfed20000-0xfed3ffff]
[    0.114153] pnp 00:10: [mem 0xfed45000-0xfed8ffff]
[    0.114154] pnp 00:10: [mem 0xfee00000-0xfee00fff]
[    0.114156] pnp 00:10: [mem 0xffb00000-0xffb7ffff]
[    0.114158] pnp 00:10: [mem 0xfff00000-0xffffffff]
[    0.114159] pnp 00:10: [mem 0x000e0000-0x000effff]
[    0.114210] system 00:10: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.114213] system 00:10: [mem 0x7f600000-0x7f6fffff] has been reserved
[    0.114215] system 00:10: [mem 0xfed00000-0xfed000ff] has been reserved
[    0.114217] system 00:10: [mem 0x7f590000-0x7f5fffff] could not be reserved
[    0.114219] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.114222] system 00:10: [mem 0x00100000-0x7f58ffff] could not be reserved
[    0.114224] system 00:10: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.114226] system 00:10: [mem 0xfed13000-0xfed1dfff] has been reserved
[    0.114229] system 00:10: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.114231] system 00:10: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.114233] system 00:10: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.114235] system 00:10: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.114237] system 00:10: [mem 0xfff00000-0xffffffff] has been reserved
[    0.114240] system 00:10: [mem 0x000e0000-0x000effff] has been reserved
[    0.114242] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.114250] pnp: PnP ACPI: found 17 devices
[    0.114251] ACPI: ACPI bus type pnp unregistered
[    0.120676] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.120680] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.120684] pci 0000:00:1c.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.120688] pci 0000:00:1c.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.120696] pci 0000:02:00.0: BAR 6: assigned [mem 0xfdb00000-0xfdb1ffff pref]
[    0.120698] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.120701] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.120705] pci 0000:00:1c.1:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.120709] pci 0000:00:1c.1:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.120714] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.120716] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.120720] pci 0000:00:1e.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.120724] pci 0000:00:1e.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.120751] pci 0000:00:1e.0: setting latency timer to 64
[    0.120755] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.120757] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.120759] pci_bus 0000:00: resource 6 [mem 0xfed40000-0xfed44fff]
[    0.120761] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    0.120762] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[    0.120764] pci_bus 0000:00: resource 9 [mem 0x7f600000-0xfebfffff]
[    0.120766] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.120768] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.120770] pci_bus 0000:01: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.120772] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.120774] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    0.120776] pci_bus 0000:02: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.120778] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.120780] pci_bus 0000:03: resource 1 [mem 0xfd900000-0xfd9fffff]
[    0.120782] pci_bus 0000:03: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.120784] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.120786] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.120787] pci_bus 0000:03: resource 6 [mem 0xfed40000-0xfed44fff]
[    0.120789] pci_bus 0000:03: resource 7 [mem 0x000a0000-0x000bffff]
[    0.120791] pci_bus 0000:03: resource 8 [mem 0x000c0000-0x000dffff]
[    0.120793] pci_bus 0000:03: resource 9 [mem 0x7f600000-0xfebfffff]
[    0.120832] NET: Registered protocol family 2
[    0.120935] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.121506] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.123478] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.124028] TCP: Hash tables configured (established 262144 bind 65536)
[    0.124030] TCP: reno registered
[    0.124037] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.124061] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.124182] NET: Registered protocol family 1
[    0.124201] pci 0000:00:02.0: Boot video device
[    0.124343] PCI: CLS 64 bytes, default 64
[    0.124405] Unpacking initramfs...
[    0.221610] Freeing initrd memory: 5988k freed
[    0.224711] audit: initializing netlink socket (disabled)
[    0.224727] type=2000 audit(1336233928.223:1): initialized
[    0.236407] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.237925] VFS: Disk quotas dquot_6.5.2
[    0.237962] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.238326] msgmni has been set to 3977
[    0.238377] SELinux:  Registering netfilter hooks
[    0.238820] alg: No test for stdrng (krng)
[    0.238826] NET: Registered protocol family 38
[    0.238858] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.238884] io scheduler noop registered
[    0.238886] io scheduler deadline registered
[    0.238931] io scheduler cfq registered (default)
[    0.239067] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.239146] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.239212] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.239229] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.239231] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.239505] intel_idle: does not run on family 6 model 23
[    0.239564] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.239568] ACPI: Power Button [PWRB]
[    0.239611] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.239613] ACPI: Power Button [PWRF]
[    0.239652] ACPI: Fan [FAN] (on)
[    0.239786] ACPI: Requesting acpi_cpufreq
[    0.242489] thermal LNXTHERM:00: registered as thermal_zone0
[    0.242491] ACPI: Thermal Zone [THRM] (201 C)
[    0.242515] GHES: HEST is not enabled!
[    0.242591] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.263041] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.283508] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.304116] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.304393] Non-volatile memory driver v1.3
[    0.304395] Linux agpgart interface v0.103
[    0.304453] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[    0.304529] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.305033] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.305141] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.305797] loop: module loaded
[    0.305867] ata_piix 0000:00:1f.1: version 2.13
[    0.305905] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.306161] scsi0 : ata_piix
[    0.306227] scsi1 : ata_piix
[    0.306565] ata2: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[    0.306567] ata3: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[    0.306585] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.306615] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.306626] ata3: port disabled--ignoring
[    0.306906] scsi2 : ata_piix
[    0.306963] scsi3 : ata_piix
[    0.307296] ata4: SATA max UDMA/133 cmd 0xf900 ctl 0xf800 bmdma 0xf500 irq 19
[    0.307298] ata5: SATA max UDMA/133 cmd 0xf700 ctl 0xf600 bmdma 0xf508 irq 19
[    0.307361] Fixed MDIO Bus: probed
[    0.307482] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.307513] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.307516] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.307571] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.307587] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.307597] ehci_hcd 0000:00:1d.7: debug port 1
[    0.311468] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    0.311481] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfff000
[    0.317022] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.317056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.317060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.317064] usb usb1: Product: EHCI Host Controller
[    0.317068] usb usb1: Manufacturer: Linux 3.4.0-rc5 ehci_hcd
[    0.317071] usb usb1: SerialNumber: 0000:00:1d.7
[    0.317178] hub 1-0:1.0: USB hub found
[    0.317182] hub 1-0:1.0: 8 ports detected
[    0.317251] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.317264] uhci_hcd: USB Universal Host Controller Interface driver
[    0.317281] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.317284] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.317330] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.317351] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00
[    0.317379] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    0.317381] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.317383] usb usb2: Product: UHCI Host Controller
[    0.317385] usb usb2: Manufacturer: Linux 3.4.0-rc5 uhci_hcd
[    0.317386] usb usb2: SerialNumber: 0000:00:1d.0
[    0.317456] hub 2-0:1.0: USB hub found
[    0.317460] hub 2-0:1.0: 2 ports detected
[    0.317514] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.317517] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.317552] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.317572] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00
[    0.317598] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    0.317601] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.317603] usb usb3: Product: UHCI Host Controller
[    0.317604] usb usb3: Manufacturer: Linux 3.4.0-rc5 uhci_hcd
[    0.317606] usb usb3: SerialNumber: 0000:00:1d.1
[    0.317676] hub 3-0:1.0: USB hub found
[    0.317679] hub 3-0:1.0: 2 ports detected
[    0.317731] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.317734] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.317772] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.317801] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00
[    0.317828] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    0.317830] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.317832] usb usb4: Product: UHCI Host Controller
[    0.317833] usb usb4: Manufacturer: Linux 3.4.0-rc5 uhci_hcd
[    0.317835] usb usb4: SerialNumber: 0000:00:1d.2
[    0.317909] hub 4-0:1.0: USB hub found
[    0.317913] hub 4-0:1.0: 2 ports detected
[    0.317965] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.317968] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.318014] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.318045] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00
[    0.318071] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    0.318073] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.318075] usb usb5: Product: UHCI Host Controller
[    0.318077] usb usb5: Manufacturer: Linux 3.4.0-rc5 uhci_hcd
[    0.318078] usb usb5: SerialNumber: 0000:00:1d.3
[    0.318148] hub 5-0:1.0: USB hub found
[    0.318152] hub 5-0:1.0: 2 ports detected
[    0.318236] usbcore: registered new interface driver usbserial
[    0.318244] usbcore: registered new interface driver usbserial_generic
[    0.318250] USB Serial support registered for generic
[    0.318253] usbserial: USB Serial Driver core
[    0.318291] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.318605] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.318634] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.318686] mousedev: PS/2 mouse device common for all mice
[    0.318812] rtc_cmos 00:04: RTC can wake from S4
[    0.318919] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.318940] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    0.319010] device-mapper: uevent: version 1.0.3
[    0.319074] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    0.319108] cpuidle: using governor ladder
[    0.319110] cpuidle: using governor menu
[    0.319276] EFI Variables Facility v0.08 2004-May-17
[    0.319365] usbcore: registered new interface driver usbhid
[    0.319367] usbhid: USB HID core driver
[    0.319388] zcache: using lzo compressor
[    0.319437] zcache: cleancache enabled using kernel transcendent memory and compression buddies
[    0.319523] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.319548] TCP: cubic registered
[    0.319549] Initializing XFRM netlink socket
[    0.319632] NET: Registered protocol family 10
[    0.319812] Mobile IPv6
[    0.319815] NET: Registered protocol family 17
[    0.319829] Registering the dns_resolver key type
[    0.319977] PM: Hibernation image not present or could not be loaded.
[    0.319990] registered taskstats version 1
[    0.320335]   Magic number: 12:577:84
[    0.320433] rtc_cmos 00:04: setting system clock to 2012-05-05 16:05:29 UTC (1336233929)
[    0.320805] Initializing network drop monitor service
[    0.339758] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.459300] ata5.01: NODEV after polling detection
[    0.463130] ata5.00: ATAPI: Optiarc DVD RW AD-7280S, 1.01, max UDMA/100
[    0.469132] ata5.00: configured for UDMA/100
[    0.473054] ata4.00: ATA-8: WDC WD5000AAKS-00V1A0, 05.01D05, max UDMA/133
[    0.473060] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    0.476539] ata2.00: ATA-6: ST3160021A, 8.01, max UDMA/100
[    0.476543] ata2.00: 312581808 sectors, multi 16: LBA48 
[    0.476552] ata2.01: ATAPI: HL-DT-ST GCE-8527B, 1.04, max UDMA/33
[    0.479343] ata4.00: configured for UDMA/133
[    0.498369] ata2.00: configured for UDMA/100
[    0.523180] ata2.01: configured for UDMA/33
[    0.523587] scsi 0:0:0:0: Direct-Access     ATA      ST3160021A       8.01 PQ: 0 ANSI: 5
[    0.523797] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.523802] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    0.523897] sd 0:0:0:0: [sda] Write Protect is off
[    0.523903] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.524021] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.524322] scsi 0:0:1:0: CD-ROM            HL-DT-ST CD-RW GCE-8527B  1.04 PQ: 0 ANSI: 5
[    0.527048] sr0: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
[    0.527053] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.527192] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    0.527285] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    0.527485] scsi 2:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 05.0 PQ: 0 ANSI: 5
[    0.527653] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    0.527681] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    0.527747] sd 2:0:0:0: [sdb] Write Protect is off
[    0.527752] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.527793] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.528065]  sda: sda1
[    0.528383] scsi 3:0:0:0: CD-ROM            Optiarc  DVD RW AD-7280S  1.01 PQ: 0 ANSI: 5
[    0.528807] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.530198] sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.530358] sr 3:0:0:0: Attached scsi CD-ROM sr1
[    0.530442] sr 3:0:0:0: Attached scsi generic sg3 type 5
[    0.560993]  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 >
[    0.561359] sd 2:0:0:0: [sdb] Attached SCSI disk
[    0.562710] Freeing unused kernel memory: 996k freed
[    0.563007] Write protecting the kernel read-only data: 12288k
[    0.568381] Freeing unused kernel memory: 1932k freed
[    0.573145] Freeing unused kernel memory: 1476k freed
[    0.643047] dracut: dracut-013-22.fc16
[    0.651488] udevd[100]: starting version 173
[    0.684984] [drm] Initialized drm 1.1.0 20060810
[    0.689379] i915 0000:00:02.0: setting latency timer to 64
[    0.722035] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    0.722050] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    0.722053] [drm] Driver supports precise vblank timestamp query.
[    0.722097] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.737366] [drm] initialized overlay support
[    0.747638] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[    0.755590] fbcon: inteldrmfb (fb0) is primary device
[    0.797258] Console: switching to colour frame buffer device 160x64
[    0.803790] fb0: inteldrmfb frame buffer device
[    0.803793] drm: registered panic notifier
[    0.803868] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    0.807571] dracut: Starting plymouth daemon
[    0.826570] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[    0.948778] Floppy drive(s): fd0 is 1.44M
[    0.971742] FDC 0 is a post-1991 82077
[    1.077358] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[    1.226027] Refined TSC clocksource calibration: 2755.320 MHz.
[    1.226036] Switching to clocksource tsc
[    1.323927] zcache: created ephemeral tmem pool, id=0, client=65535
[    1.324875] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    1.402686] zcache: destroyed pool id=0, cli_id=65535
[    1.430257] dracut: Checking ext4: /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469
[    1.430350] dracut: issuing e2fsck -a  /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469
[    1.483787] dracut: /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469: clean, 399659/2621440 files, 2799970/10485760 blocks
[    1.484117] dracut: Remounting /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469 with -o relatime,ro
[    1.488699] zcache: created ephemeral tmem pool, id=0, client=65535
[    1.489172] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    1.505766] dracut: Mounted root filesystem /dev/sdb2
[    1.669210] dracut: Switching root
[    2.009797] type=1404 audit(1336233931.188:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    2.074693] SELinux: 2048 avtab hash slots, 98221 rules.
[    2.095398] SELinux: 2048 avtab hash slots, 98221 rules.
[    2.218955] SELinux:  9 users, 13 roles, 3940 types, 218 bools, 1 sens, 1024 cats
[    2.218959] SELinux:  82 classes, 98221 rules
[    2.222560] SELinux:  Completing initialization.
[    2.222563] SELinux:  Setting up existing superblocks.
[    2.222570] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    2.222576] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    2.222580] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    2.222585] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    2.222593] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.222613] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    2.223111] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    2.223116] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    2.224988] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    2.224997] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    2.225011] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    2.225026] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[    2.225033] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    2.225040] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    2.225064] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
[    2.225074] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    2.225914] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.225919] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.226453] SELinux: initialized (dev sdb2, type ext4), uses xattr
[    2.228617] type=1403 audit(1336233931.406:3): policy loaded auid=4294967295 ses=4294967295
[    2.244422] systemd[1]: Successfully loaded SELinux policy in 243ms 94us.
[    2.278889] systemd[1]: Successfully loaded SELinux database in 33ms 860us, size on heap is 483K.
[    2.295562] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.295936] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.339131] systemd[1]: Relabelled /dev and /run in 43ms 125us.
[    2.350310] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.350887] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.351589] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.352128] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.353070] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.353569] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.354129] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.354631] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.354725] systemd[1]: systemd 37 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; fedora)
[    2.370681] systemd[1]: Set hostname to <karlalex.palosanto.com>.
[    3.000545] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[    3.123349] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    3.562975] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    3.563022] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[    5.838399] udevd[328]: starting version 173
[    6.151203] zcache: created ephemeral tmem pool, id=1, client=65535
[    6.151214] EXT4-fs (sdb2): re-mounted. Opts: (null)
[    6.168104] RPC: Registered named UNIX socket transport module.
[    6.168106] RPC: Registered udp transport module.
[    6.168108] RPC: Registered tcp transport module.
[    6.168109] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.168339] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
[    6.369904] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[    6.476824] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.476932] r8169 0000:02:00.0: irq 43 for MSI/MSI-X
[    6.482958] intel_rng: FWH not detected
[    6.486388] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
[    6.511940] r8169 0000:02:00.0: eth0: RTL8168b/8111b at 0xffffc90000352000, 00:22:68:44:17:2f, XID 98500000 IRQ 43
[    6.511944] r8169 0000:02:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[    6.514594] iTCO_vendor_support: vendor-support=0
[    6.515032] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    6.515121] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
[    6.515264] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.515656] leds_ss4200: no LED devices found
[    6.538795] parport_pc 00:0a: reported by Plug and Play ACPI
[    6.538851] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    6.580178] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    6.583909] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    6.606825] ALSA sound/pci/hda/patch_realtek.c:1254 SKU: Nid=0x1d sku_cfg=0x40038601
[    6.606829] ALSA sound/pci/hda/patch_realtek.c:1256 SKU: port_connectivity=0x1
[    6.606831] ALSA sound/pci/hda/patch_realtek.c:1257 SKU: enable_pcbeep=0x0
[    6.606833] ALSA sound/pci/hda/patch_realtek.c:1258 SKU: check_sum=0x00000003
[    6.606836] ALSA sound/pci/hda/patch_realtek.c:1259 SKU: customization=0x00000086
[    6.606838] ALSA sound/pci/hda/patch_realtek.c:1260 SKU: external_amp=0x0
[    6.606840] ALSA sound/pci/hda/patch_realtek.c:1261 SKU: platform_type=0x0
[    6.606843] ALSA sound/pci/hda/patch_realtek.c:1262 SKU: swap=0x0
[    6.606845] ALSA sound/pci/hda/patch_realtek.c:1263 SKU: override=0x1
[    6.607017] ALSA sound/pci/hda/hda_codec.c:5099 autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    6.607020] ALSA sound/pci/hda/hda_codec.c:5103    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.607023] ALSA sound/pci/hda/hda_codec.c:5107    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.607025] ALSA sound/pci/hda/hda_codec.c:5108    mono: mono_out=0x0
[    6.607027] ALSA sound/pci/hda/hda_codec.c:5111    dig-out=0x1e/0x0
[    6.607029] ALSA sound/pci/hda/hda_codec.c:5112    inputs:
[    6.607032] ALSA sound/pci/hda/hda_codec.c:5116  Rear Mic=0x18
[    6.607034] ALSA sound/pci/hda/hda_codec.c:5116  Front Mic=0x19
[    6.607037] ALSA sound/pci/hda/hda_codec.c:5116  Line=0x1a
[    6.607039] ALSA sound/pci/hda/hda_codec.c:5118 
[    6.616615] ALSA sound/pci/hda/patch_realtek.c:1317 realtek: No valid SSID, checking pincfg 0x40038601 for NID 0x1d
[    6.616619] ALSA sound/pci/hda/patch_realtek.c:1333 realtek: Enabling init ASM_ID=0x8601 CODEC_ID=10ec0662
[    6.656351] microcode: CPU0 sig=0x10676, pf=0x1, revision=0x60c
[    6.727346] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    6.734841] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    6.736926] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    6.737043] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    6.737128] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    6.781844] ppdev: user-space parallel port driver
[    6.825005] microcode: CPU0 updated to revision 0x60f, date = 2010-09-29
[    6.830691] microcode: CPU1 sig=0x10676, pf=0x1, revision=0x60c
[    6.840006] microcode: CPU1 updated to revision 0x60f, date = 2010-09-29
[    6.857992] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    6.868315] r8169 0000:02:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
[    6.921007] r8169 0000:02:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
[    6.927168] udevd[354]: renamed network interface eth0 to p17p1
[   12.520485] Adding 8388604k swap on /dev/sdb3.  Priority:0 extents:1 across:8388604k 
[   12.906264] systemd-fsck[620]: /dev/sda1: limpio, 64834/9773056 ficheros, 33782137/39072080 bloques
[   12.951833] systemd-fsck[642]: /dev/sdb5: limpio, 684930/27369472 ficheros, 87415908/109460736 bloques
[   13.050747] systemd-fsck[633]: /dev/sdb1: limpio, 268/51200 ficheros, 53012/204800 bloques
[   13.140556] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   13.167498] zcache: created ephemeral tmem pool, id=2, client=65535
[   13.167862] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   13.167875] SELinux: initialized (dev sda1, type ext3), uses xattr
[   13.227665] EXT4-fs (sdb5): mounting ext3 file system using the ext4 subsystem
[   13.260075] zcache: created ephemeral tmem pool, id=3, client=65535
[   13.261154] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[   13.261168] SELinux: initialized (dev sdb5, type ext3), uses xattr
[   13.305581] zcache: created ephemeral tmem pool, id=4, client=65535
[   13.305720] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   13.321571] fedora-storage-init[649]: Configurando gestor de vol\xffffffc3\xffffffba\xffffffbamenes l\xffffffc3\xffffffb3\xffffffb3gicos:   No volume groups found
[   13.332180] fedora-storage-init[649]: [  OK  ]
[   13.337781] SELinux: initialized (dev sdb1, type ext4), uses xattr
[   13.567353] fedora-storage-init[678]: Configurando gestor de vol\xffffffc3\xffffffba\xffffffbamenes l\xffffffc3\xffffffb3\xffffffb3gicos:   No volume groups found
[   13.577724] fedora-storage-init[678]: [  OK  ]
[   13.684244] lvm[685]: No volume groups found
[   13.766717] systemd-tmpfiles[688]: Successfully loaded SELinux database in 24ms 126us, size on heap is 484K.
[   14.062205] sandbox[697]: Starting sandbox[  OK  ]
[   14.094792] auditd[702]: Started dispatcher: /sbin/audispd pid: 711
[   14.102239] audispd[711]: priority_boost_parser called with: 4
[   14.102738] audispd[711]: max_restarts_parser called with: 10
[   14.104835] audispd[711]: audispd initialized with q_depth=120 and 1 active plugins
[   14.137397] /usr/sbin/gpm[727]: *** info [daemon/startup.c(136)]:
[   14.137409] /usr/sbin/gpm[727]: Started gpm successfully. Entered daemon mode.
[   14.155053] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   14.166647] iptables.init[700]: iptables: Aplicando reglas del cortafuegos:[  OK  ]
[   14.179132] abrtd[726]: Init complete, entering main loop
[   14.180570] acpid[743]: starting up with netlink and the input layer
[   14.180582] acpid[743]: skipping incomplete file /etc/acpi/events/videoconf
[   14.180591] acpid[743]: 1 rule loaded
[   14.180599] acpid[743]: waiting for events: event logging is off
[   14.196198] auditctl[703]: No rules
[   14.196210] auditctl[703]: AUDIT_STATUS: enabled=0 flag=1 pid=702 rate_limit=0 backlog_limit=320 lost=0 backlog=0
[   14.206733] auditd[702]: Init complete, auditd 2.2.1 listening for events (startup state enable)
[   14.207629] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   14.255257] ip6tables.init[698]: ip6tables: Aplicando las reglas del cortafuegos: [  OK  ]
[   14.263650] NetworkManager[753]: <info> NetworkManager (version 0.9.4-3.git20120403.fc16) is starting...
[   14.263689] NetworkManager[753]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
[   14.293807] avahi-daemon[776]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70).
[   14.294184] avahi-daemon[776]: Successfully dropped root privileges.
[   14.294632] avahi-daemon[776]: avahi-daemon 0.6.30 starting up.
[   14.317498] avahi-daemon[776]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
[   14.761888] chronyd[789]: chronyd version 1.26-20110831gitb088b7 starting
[   14.762469] chronyd[789]: Linux kernel major=3 minor=4 patch=0
[   14.762498] chronyd[789]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000
[   14.764168] chronyd[789]: Frequency 40.138 +- 0.530 ppm read from /var/lib/chrony/drift
[   14.892815] NetworkManager[753]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc
[   14.894079] NetworkManager[753]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect
[   14.894230] NetworkManager[753]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
[   14.894841] NetworkManager[753]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
[   14.896563] dkms_autoinstaller[798]: dkms: running auto installation service for kernel 3.4.0-rc5
[   14.902370] systemd-logind[768]: New seat seat0.
[   14.907075] avahi-daemon[776]: Successfully called chroot().
[   14.907088] avahi-daemon[776]: Successfully dropped remaining capabilities.
[   14.907098] avahi-daemon[776]: Loading service file /services/ssh.service.
[   14.907107] avahi-daemon[776]: Loading service file /services/udisks.service.
[   14.907116] avahi-daemon[776]: Network interface enumeration completed.
[   14.907125] avahi-daemon[776]: Registering HINFO record with values 'X86_64'/'LINUX'.
[   14.907134] avahi-daemon[776]: Server startup complete. Host name is karlalex.local. Local service cookie is 3484726399.
[   14.907145] avahi-daemon[776]: Service "karlalex" (/services/udisks.service) successfully established.
[   14.907154] avahi-daemon[776]: Service "karlalex" (/services/ssh.service) successfully established.
[   15.052676] r8169 0000:02:00.0: p17p1: link down
[   15.053175] ADDRCONF(NETDEV_UP): p17p1: link is not ready
[   15.053680] r8169 0000:02:00.0: p17p1: link down
[   15.623816] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   15.644790] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   15.935772] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   16.725744] r8169 0000:02:00.0: p17p1: link up
[   16.726160] ADDRCONF(NETDEV_CHANGE): p17p1: link becomes ready
[   17.075855] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   17.088857] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   17.105712] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   17.121729] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   17.138738] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   18.409216] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[   27.363094] p17p1: no IPv6 routers present
[   34.529377] fuse init (API version 7.18)
[   34.554263] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[   34.564534] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[   36.175349] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   36.427308] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   36.445225] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   36.466622] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   36.484452] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   36.499849] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   48.576875] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   55.615358] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 1535.484607] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[ 2087.551414] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2087.567935] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2087.584804] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2088.154419] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2088.285776] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2088.300773] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2250.530498] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2250.675707] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2250.808719] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2250.960825] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2251.060208] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 2251.140700] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 4066.226607] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 4376.139776] TCP: lp registered
[ 6218.711633] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 6218.711639] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 6218.781664] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 6218.781670] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 6496.426607] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 6496.426613] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 6496.586287] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 6496.586293] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 6939.490712] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8284.704014] ------------[ cut here ]------------
[ 8284.704027] WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
[ 8284.704031] Hardware name: OEM
[ 8284.704034] NETDEV WATCHDOG: p17p1 (r8169): transmit queue 0 timed out
[ 8284.704037] Modules linked in: tcp_lp fuse lockd ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack coretemp ppdev microcode snd_hda_codec_realtek pcspkr snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm i2c_i801 parport_pc parport iTCO_wdt iTCO_vendor_support binfmt_misc r8169 mii snd_timer snd uinput soundcore snd_page_alloc sunrpc floppy i915 drm_kms_helper drm i2c_algo_bit i2c_core video [last unloaded: scsi_wait_scan]
[ 8284.704098] Pid: 0, comm: swapper/1 Not tainted 3.4.0-rc5 #37
[ 8284.704101] Call Trace:
[ 8284.704104]  <IRQ>  [<ffffffff81059bbf>] warn_slowpath_common+0x7f/0xc0
[ 8284.704117]  [<ffffffff81059cb6>] warn_slowpath_fmt+0x46/0x50
[ 8284.704124]  [<ffffffff8151a747>] dev_watchdog+0x277/0x280
[ 8284.704131]  [<ffffffff81068f61>] run_timer_softirq+0x131/0x440
[ 8284.704136]  [<ffffffff8151a4d0>] ? qdisc_reset+0x50/0x50
[ 8284.704142]  [<ffffffff810611a8>] __do_softirq+0xb8/0x280
[ 8284.704147]  [<ffffffff8101cd62>] ? native_sched_clock+0x22/0x80
[ 8284.704153]  [<ffffffff810908c5>] ? sched_clock_local+0x25/0x90
[ 8284.704160]  [<ffffffff81615f9c>] call_softirq+0x1c/0x30
[ 8284.704166]  [<ffffffff810172e5>] do_softirq+0x65/0xa0
[ 8284.704171]  [<ffffffff8106169e>] irq_exit+0x9e/0xc0
[ 8284.704176]  [<ffffffff816168cb>] smp_apic_timer_interrupt+0x6b/0x98
[ 8284.704182]  [<ffffffff8161564a>] apic_timer_interrupt+0x6a/0x70
[ 8284.704185]  <EOI>  [<ffffffff8101e253>] ? mwait_idle+0x93/0x320
[ 8284.704194]  [<ffffffff8101e1fa>] ? mwait_idle+0x3a/0x320
[ 8284.704199]  [<ffffffff8101ee19>] cpu_idle+0xd9/0x130
[ 8284.704205]  [<ffffffff815fb6c1>] start_secondary+0x266/0x26d
[ 8284.704210] ---[ end trace 6c89d3c4eb442114 ]---
[ 8284.704399] r8169 0000:02:00.0: p17p1: link up
[ 8961.040098] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8961.052827] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8961.571870] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8962.904680] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8962.968829] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8962.984800] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8963.034904] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8963.052733] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8971.688912] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[ 8972.870843] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8972.898888] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8972.915895] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8972.931749] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8972.947876] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8972.965752] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8973.550426] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 8974.903430] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 9067.167911] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 9405.495652] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9405.495658] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9405.603285] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9405.603291] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9405.691078] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9405.691085] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9405.792925] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9405.792931] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9405.889286] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9405.889292] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9406.005593] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9406.005599] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9406.130508] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9406.130514] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9406.252587] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9406.252594] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9406.560247] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9406.560253] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9406.719918] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9406.719925] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9406.976180] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9406.976186] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[ 9407.179233] atkbd serio0: Unknown key released (translated set 2, code 0x62 on isa0060/serio0).
[ 9407.179239] atkbd serio0: Use 'setkeycodes 62 <keycode>' to make it known.
[10030.720200] r8169 0000:02:00.0: p17p1: link up
[10048.704218] r8169 0000:02:00.0: p17p1: link up
[10288.707774] r8169 0000:02:00.0: p17p1: link up

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Fwd: Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-05 21:44             ` Alex Villacís Lasso
@ 2012-05-05 23:01               ` Francois Romieu
  2012-05-24 15:26                 ` Alex Villací­s Lasso
  0 siblings, 1 reply; 13+ messages in thread
From: Francois Romieu @ 2012-05-05 23:01 UTC (permalink / raw)
  To: Alex Villacís Lasso; +Cc: netdev

Alex Villacís Lasso <a_villacis@palosanto.com> :
[...]
> It happened again, on a non-tainted kernel. The dmesg log is attached.

It sucks.

Can you do a poor man's bisection of the r8169 driver between v3.3 and
v3.4-rc1  (aka 'git cat-file -p $some_rev:drivers/net/ethernet/realtek/r8169.c')

I'd try 1e874e041fc7c222cbd85b20c4406070be1f687a then
8027aa245bbd125350f6a78c5a78771d143aba55 if it does not fail.

-- 
Ueimor

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Fwd: Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-05 23:01               ` Francois Romieu
@ 2012-05-24 15:26                 ` Alex Villací­s Lasso
  2012-05-26 10:11                   ` Francois Romieu
  0 siblings, 1 reply; 13+ messages in thread
From: Alex Villací­s Lasso @ 2012-05-24 15:26 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev

El 05/05/12 18:01, Francois Romieu escribió:
> Alex Villacís Lasso<a_villacis@palosanto.com>  :
> [...]
>> It happened again, on a non-tainted kernel. The dmesg log is attached.
> It sucks.
>
> Can you do a poor man's bisection of the r8169 driver between v3.3 and
> v3.4-rc1  (aka 'git cat-file -p $some_rev:drivers/net/ethernet/realtek/r8169.c')
>
> I'd try 1e874e041fc7c222cbd85b20c4406070be1f687a then
> 8027aa245bbd125350f6a78c5a78771d143aba55 if it does not fail.
>
I tried a bisection around the drivers/net/ethernet/realtek directory. I am confident about the bad selections, but not so much about the good selections, even though I waited a full day with the bittorrent client on the background before marking a commit 
as good.

According to my bisection, the first bad commit is 036dafa28da1e2565a8529de2ae663c37b7a0060 . Here is my bisection log:

git bisect start '--' 'drivers/net/ethernet/realtek'
# bad: [dd775ae2549217d3ae09363e3edb305d0fa19928] Linux 3.4-rc1
git bisect bad dd775ae2549217d3ae09363e3edb305d0fa19928
# good: [c16fa4f2ad19908a47c63d8fa436a1178438c7e7] Linux 3.3
git bisect good c16fa4f2ad19908a47c63d8fa436a1178438c7e7
# good: [eeb69aa443e8cdc945405c48f21ce03f5a3b1f86] 8139too: Support RX-FCS flag.
git bisect good eeb69aa443e8cdc945405c48f21ce03f5a3b1f86
# bad: [e27566ed370da09e3b812d3d76dce002915a5bdd] r8169: move the driver removal method to the end of the driver file.
git bisect bad e27566ed370da09e3b812d3d76dce002915a5bdd
# bad: [036dafa28da1e2565a8529de2ae663c37b7a0060] r8169: add byte queue limit support.
git bisect bad 036dafa28da1e2565a8529de2ae663c37b7a0060
# good: [79d0c1d26e1eac0dc5b201e66b65cc5e4e706743] r8169: Support RX-FCS flag.
git bisect good 79d0c1d26e1eac0dc5b201e66b65cc5e4e706743
# good: [8027aa245bbd125350f6a78c5a78771d143aba55] r8169: add 64bit statistics.
git bisect good 8027aa245bbd125350f6a78c5a78771d143aba55

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Fwd: Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-24 15:26                 ` Alex Villací­s Lasso
@ 2012-05-26 10:11                   ` Francois Romieu
  2012-05-29  3:31                     ` Alex Villacís Lasso
  0 siblings, 1 reply; 13+ messages in thread
From: Francois Romieu @ 2012-05-26 10:11 UTC (permalink / raw)
  To: Alex Villací­s Lasso; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

Alex Villací­s Lasso <a_villacis@palosanto.com> :
[...]
> According to my bisection, the first bad commit is 036dafa28da1e2565a8529de2ae663c37b7a0060 . Here is my bisection log:

There would be something wrong with bql support.

Can you apply the attached patches on top of 3.4 or later then
send the kernel log output whent the bug happens ?

Thanks.

-- 
Ueimor

[-- Attachment #2: 0001-r8169-avoid-clearing-the-end-of-Tx-descriptor-ring-m.patch --]
[-- Type: text/plain, Size: 1040 bytes --]

>From 01e33a3f6c46db63ba90f1db3b99eaf62c7071d1 Mon Sep 17 00:00:00 2001
Message-Id: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Wed, 23 May 2012 22:18:35 +0200
Subject: [PATCH 1/6] r8169: avoid clearing the end of Tx descriptor ring
 marker bit.
X-Organisation: Land of Sunshine Inc.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
 drivers/net/ethernet/realtek/r8169.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 00b4f56..01f3367 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -5345,7 +5345,7 @@ static void rtl8169_unmap_tx_skb(struct device *d, struct ring_info *tx_skb,
 
 	dma_unmap_single(d, le64_to_cpu(desc->addr), len, DMA_TO_DEVICE);
 
-	desc->opts1 = 0x00;
+	desc->opts1 &= cpu_to_le32(RingEnd);
 	desc->opts2 = 0x00;
 	desc->addr = 0x00;
 	tx_skb->len = 0;
-- 
1.7.7.6


[-- Attachment #3: 0002-r8169-TxPoll-hack-rework.patch --]
[-- Type: text/plain, Size: 4285 bytes --]

>From 7ef658faa62dc1211cabd9a6291e0921c12562bf Mon Sep 17 00:00:00 2001
Message-Id: <7ef658faa62dc1211cabd9a6291e0921c12562bf.1338026442.git.romieu@fr.zoreil.com>
In-Reply-To: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
References: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Wed, 23 May 2012 23:21:13 +0200
Subject: [PATCH 2/6] r8169: TxPoll hack rework.
X-Organisation: Land of Sunshine Inc.

I don't want to try and convince myself that it is completely safe to
issue a TxPoll request from the NAPI handler right in the middle of
a start_xmit, whence the tx_lock.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
 drivers/net/ethernet/realtek/r8169.c |   59 +++++++++++++++++++--------------
 1 files changed, 34 insertions(+), 25 deletions(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 01f3367..655b293 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -5544,19 +5544,20 @@ static netdev_tx_t rtl8169_start_xmit(struct sk_buff *skb,
 	status = opts[0] | len | (RingEnd * !((entry + 1) % NUM_TX_DESC));
 	txd->opts1 = cpu_to_le32(status);
 
+	smp_wmb();
+
 	tp->cur_tx += frags + 1;
 
-	wmb();
+	smp_wmb();
 
 	RTL_W8(TxPoll, NPQ);
 
 	mmiowb();
 
 	if (!TX_FRAGS_READY_FOR(tp, MAX_SKB_FRAGS)) {
-		/* Avoid wrongly optimistic queue wake-up: rtl_tx thread must
-		 * not miss a ring update when it notices a stopped queue.
-		 */
-		smp_wmb();
+		/* rtl_tx thread must not miss a ring update when it notices
+		 * a stopped queue. The TxPoll hack requires the smp_wmb
+		 * above so we can go ahead. */
 		netif_stop_queue(dev);
 		/* Sync with rtl_tx:
 		 * - publish queue status and cur_tx ring index (write barrier)
@@ -5640,22 +5641,36 @@ struct rtl_txc {
 static void rtl_tx(struct net_device *dev, struct rtl8169_private *tp)
 {
 	struct rtl8169_stats *tx_stats = &tp->tx_stats;
-	unsigned int dirty_tx, tx_left;
+	unsigned int dirty_tx, cur_tx;
 	struct rtl_txc txc = { 0, 0 };
 
 	dirty_tx = tp->dirty_tx;
-	smp_rmb();
-	tx_left = tp->cur_tx - dirty_tx;
-
-	while (tx_left > 0) {
+xmit_race:
+	for (cur_tx = tp->cur_tx; dirty_tx != cur_tx; dirty_tx++) {
 		unsigned int entry = dirty_tx % NUM_TX_DESC;
 		struct ring_info *tx_skb = tp->tx_skb + entry;
 		u32 status;
 
-		rmb();
 		status = le32_to_cpu(tp->TxDescArray[entry].opts1);
-		if (status & DescOwn)
+
+		/* 8168 (only ?) hack: TxPoll requests are lost when the Tx
+		 * packets are too close. Let's kick an extra TxPoll request
+		 * when a burst of start_xmit activity is detected (if it is
+		 * not detected, it is slow enough).
+		 * The NPQ bit is cleared automatically by the chipset.
+		 * The code assumes that the chipset is sane enough to clear
+		 * it at a sensible time.*/
+		if (unlikely(status & DescOwn)) {
+			void __iomem *ioaddr = tp->mmio_addr;
+
+			if (!(RTL_R8(TxPoll) & NPQ)) {
+				netif_tx_lock(dev);
+				RTL_W8(TxPoll, NPQ);
+				netif_tx_unlock(dev);
+				goto done;
+			}
 			break;
+		}
 
 		rtl8169_unmap_tx_skb(&tp->pci_dev->dev, tx_skb,
 				     tp->TxDescArray + entry);
@@ -5667,10 +5682,15 @@ static void rtl_tx(struct net_device *dev, struct rtl8169_private *tp)
 			dev_kfree_skb(skb);
 			tx_skb->skb = NULL;
 		}
-		dirty_tx++;
-		tx_left--;
 	}
 
+	/* Rationale: if chipset stopped DMAing, enforce TxPoll write either
+	 * here or in start_xmit. If chipset is still DMAing, this code
+	 * will be run later anyway. */
+	smp_mb();
+	if (cur_tx != tp->cur_tx)
+		goto xmit_race;
+done:
 	u64_stats_update_begin(&tx_stats->syncp);
 	tx_stats->packets += txc.packets;
 	tx_stats->bytes += txc.bytes;
@@ -5692,17 +5712,6 @@ static void rtl_tx(struct net_device *dev, struct rtl8169_private *tp)
 		    TX_FRAGS_READY_FOR(tp, MAX_SKB_FRAGS)) {
 			netif_wake_queue(dev);
 		}
-		/*
-		 * 8168 hack: TxPoll requests are lost when the Tx packets are
-		 * too close. Let's kick an extra TxPoll request when a burst
-		 * of start_xmit activity is detected (if it is not detected,
-		 * it is slow enough). -- FR
-		 */
-		if (tp->cur_tx != dirty_tx) {
-			void __iomem *ioaddr = tp->mmio_addr;
-
-			RTL_W8(TxPoll, NPQ);
-		}
 	}
 }
 
-- 
1.7.7.6


[-- Attachment #4: 0003-r8169-ring-debug-helper.patch --]
[-- Type: text/plain, Size: 2048 bytes --]

>From c8fa99f5afe595348dd578c450681c056abb7bcc Mon Sep 17 00:00:00 2001
Message-Id: <c8fa99f5afe595348dd578c450681c056abb7bcc.1338026442.git.romieu@fr.zoreil.com>
In-Reply-To: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
References: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Fri, 25 May 2012 11:29:26 +0200
Subject: [PATCH 3/6] r8169: ring debug helper.
X-Organisation: Land of Sunshine Inc.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
 drivers/net/ethernet/realtek/r8169.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 655b293..3feb374 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -5382,6 +5382,30 @@ static void rtl8169_tx_clear(struct rtl8169_private *tp)
 	netdev_reset_queue(tp->dev);
 }
 
+static void rtl_print_ring(struct rtl8169_private *tp)
+{
+	struct net_device *dev = tp->dev;
+	int i;
+
+	netif_info(tp, drv, dev, "Rx ring: dirty=%08x current=%08x\n",
+		   tp->dirty_rx, tp->cur_rx);
+	for (i = 0; i < NUM_RX_DESC; i++) {
+		struct RxDesc *desc = tp->RxDescArray + i;
+
+		netif_info(tp, drv, dev, "[%03d] %08x %08x %0llx\n", i,
+			   desc->opts1, desc->opts2, (u64)desc->addr);
+	}
+
+	netif_info(tp, drv, dev, "Tx ring: dirty=%08x current=%08x\n",
+		   tp->dirty_tx, tp->cur_tx);
+	for (i = 0; i < NUM_TX_DESC; i++) {
+		struct TxDesc *desc = tp->TxDescArray + i;
+
+		netif_info(tp, drv, dev, "[%03d] %08x %08x %0llx\n", i,
+			   desc->opts1, desc->opts2, (u64)desc->addr);
+	}
+}
+
 static void rtl_reset_work(struct rtl8169_private *tp)
 {
 	struct net_device *dev = tp->dev;
@@ -5391,6 +5415,8 @@ static void rtl_reset_work(struct rtl8169_private *tp)
 	netif_stop_queue(dev);
 	synchronize_sched();
 
+	rtl_print_ring(tp);
+
 	rtl8169_hw_reset(tp);
 
 	for (i = 0; i < NUM_RX_DESC; i++)
-- 
1.7.7.6


[-- Attachment #5: 0004-r8169-add-extra-Tx-descriptor-ring-room-for-debug.patch --]
[-- Type: text/plain, Size: 6235 bytes --]

>From e7fa457acf502c73f4581cd975a37ace410da734 Mon Sep 17 00:00:00 2001
Message-Id: <e7fa457acf502c73f4581cd975a37ace410da734.1338026442.git.romieu@fr.zoreil.com>
In-Reply-To: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
References: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Fri, 25 May 2012 12:37:02 +0200
Subject: [PATCH 4/6] r8169: add extra Tx descriptor ring room for debug.
X-Organisation: Land of Sunshine Inc.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
 drivers/net/ethernet/realtek/r8169.c |  100 +++++++++++++++++++++++++++++-----
 1 files changed, 85 insertions(+), 15 deletions(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 3feb374..4812515 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -82,9 +82,11 @@ static const int multicast_filter_limit = 32;
 #define R8169_REGS_SIZE		256
 #define R8169_NAPI_WEIGHT	64
 #define NUM_TX_DESC	64	/* Number of Tx descriptor registers */
+#define NUM_TX_DESC_DBG	16	/* Tx descriptor ring canary */
 #define NUM_RX_DESC	256	/* Number of Rx descriptor registers */
 #define RX_BUF_SIZE	1536	/* Rx Buffer size */
-#define R8169_TX_RING_BYTES	(NUM_TX_DESC * sizeof(struct TxDesc))
+#define R8169_TX_RING_BYTES	\
+	((NUM_TX_DESC + NUM_TX_DESC_DBG) * sizeof(struct TxDesc))
 #define R8169_RX_RING_BYTES	(NUM_RX_DESC * sizeof(struct RxDesc))
 
 #define RTL8169_TX_TIMEOUT	(6*HZ)
@@ -774,6 +776,11 @@ struct rtl8169_private {
 		} phy_action;
 	} *rtl_fw;
 #define RTL_FIRMWARE_UNKNOWN	ERR_PTR(-EAGAIN)
+
+	struct {
+		struct sk_buff *skb;
+		dma_addr_t mapping;
+	} guard;
 };
 
 MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>");
@@ -5326,28 +5333,90 @@ err_out:
 	return -ENOMEM;
 }
 
-static int rtl8169_init_ring(struct net_device *dev)
+static int rtl_init_ring_tx(struct rtl8169_private *tp)
+{
+	struct device *d = &tp->pci_dev->dev;
+	struct sk_buff *skb;
+	dma_addr_t mapping;
+	int i;
+
+	memset(tp->tx_skb, 0x0, NUM_TX_DESC * sizeof(struct ring_info));
+
+	/* Paranoid debug helping stuff ony beyond this point. */
+
+#define RTL_DBG_SKB_LEN	80
+
+	skb = netdev_alloc_skb_ip_align(tp->dev, RTL_DBG_SKB_LEN);
+	if (!skb)
+		return -ENOMEM;
+
+	for (i = 0; i < RTL_DBG_SKB_LEN; i++)
+		skb->data[i] = 0xaa;
+
+	mapping = dma_map_single(d, skb->data, RTL_DBG_SKB_LEN, DMA_TO_DEVICE);
+	if (unlikely(dma_mapping_error(d, mapping))) {
+		dev_kfree_skb(skb);
+		return -EIO;
+	}
+
+	for (i = NUM_TX_DESC; i < (NUM_TX_DESC + NUM_TX_DESC_DBG); i++) {
+		struct TxDesc *txd = tp->TxDescArray + i;
+
+		txd->addr  = cpu_to_le64(mapping);
+		txd->opts1 = cpu_to_le32(DescOwn | FirstFrag | LastFrag |
+					 RTL_DBG_SKB_LEN);
+	}
+	tp->TxDescArray[i - 1].opts1 |= RingEnd;
+
+	tp->guard.skb = skb;
+	tp->guard.mapping = mapping;
+
+	return 0;
+}
+
+static void rtl_clean_ring_tx(struct rtl8169_private *tp)
+{
+	struct device *d = &tp->pci_dev->dev;
+
+	dev_kfree_skb(tp->guard.skb);
+	dma_unmap_single(d, tp->guard.mapping, RTL_DBG_SKB_LEN, DMA_TO_DEVICE);
+}
+
+static int rtl_init_ring_rx(struct rtl8169_private *tp)
+{
+	memset(tp->Rx_databuff, 0x0, NUM_RX_DESC * sizeof(void *));
+	return rtl8169_rx_fill(tp);
+}
+
+static int rtl8169_init_rings(struct net_device *dev)
 {
 	struct rtl8169_private *tp = netdev_priv(dev);
+	int rc;
 
 	rtl8169_init_ring_indexes(tp);
 
-	memset(tp->tx_skb, 0x0, NUM_TX_DESC * sizeof(struct ring_info));
-	memset(tp->Rx_databuff, 0x0, NUM_RX_DESC * sizeof(void *));
+	rc = rtl_init_ring_tx(tp);
+	if (rc < 0)
+		return rc;
 
-	return rtl8169_rx_fill(tp);
+	rc = rtl_init_ring_rx(tp);
+	if (rc < 0)
+		rtl_clean_ring_tx(tp);
+
+	return rc;
 }
 
-static void rtl8169_unmap_tx_skb(struct device *d, struct ring_info *tx_skb,
-				 struct TxDesc *desc)
+static void rtl_unmap_tx_skb(struct rtl8169_private *tp,
+			     struct ring_info *tx_skb, struct TxDesc *desc)
 {
+	struct device *d = &tp->pci_dev->dev;
 	unsigned int len = tx_skb->len;
 
 	dma_unmap_single(d, le64_to_cpu(desc->addr), len, DMA_TO_DEVICE);
 
 	desc->opts1 &= cpu_to_le32(RingEnd);
 	desc->opts2 = 0x00;
-	desc->addr = 0x00;
+	desc->addr = cpu_to_le64(tp->guard.mapping);
 	tx_skb->len = 0;
 }
 
@@ -5364,8 +5433,7 @@ static void rtl8169_tx_clear_range(struct rtl8169_private *tp, u32 start,
 		if (len) {
 			struct sk_buff *skb = tx_skb->skb;
 
-			rtl8169_unmap_tx_skb(&tp->pci_dev->dev, tx_skb,
-					     tp->TxDescArray + entry);
+			rtl_unmap_tx_skb(tp, tx_skb, tp->TxDescArray + entry);
 			if (skb) {
 				tp->dev->stats.tx_dropped++;
 				dev_kfree_skb(skb);
@@ -5398,7 +5466,7 @@ static void rtl_print_ring(struct rtl8169_private *tp)
 
 	netif_info(tp, drv, dev, "Tx ring: dirty=%08x current=%08x\n",
 		   tp->dirty_tx, tp->cur_tx);
-	for (i = 0; i < NUM_TX_DESC; i++) {
+	for (i = 0; i < (NUM_TX_DESC + NUM_TX_DESC_DBG); i++) {
 		struct TxDesc *desc = tp->TxDescArray + i;
 
 		netif_info(tp, drv, dev, "[%03d] %08x %08x %0llx\n", i,
@@ -5600,7 +5668,7 @@ static netdev_tx_t rtl8169_start_xmit(struct sk_buff *skb,
 	return NETDEV_TX_OK;
 
 err_dma_1:
-	rtl8169_unmap_tx_skb(d, tp->tx_skb + entry, txd);
+	rtl_unmap_tx_skb(tp, tp->tx_skb + entry, txd);
 err_dma_0:
 	dev_kfree_skb(skb);
 	dev->stats.tx_dropped++;
@@ -5698,8 +5766,7 @@ xmit_race:
 			break;
 		}
 
-		rtl8169_unmap_tx_skb(&tp->pci_dev->dev, tx_skb,
-				     tp->TxDescArray + entry);
+		rtl_unmap_tx_skb(tp, tx_skb, tp->TxDescArray + entry);
 		if (status & LastFrag) {
 			struct sk_buff *skb = tx_skb->skb;
 
@@ -6034,6 +6101,8 @@ static void rtl8169_down(struct net_device *dev)
 
 	rtl8169_rx_clear(tp);
 
+	rtl_clean_ring_tx(tp);
+
 	rtl_pll_power_down(tp);
 }
 
@@ -6099,7 +6168,7 @@ static int rtl_open(struct net_device *dev)
 	if (!tp->RxDescArray)
 		goto err_free_tx_0;
 
-	retval = rtl8169_init_ring(dev);
+	retval = rtl8169_init_rings(dev);
 	if (retval < 0)
 		goto err_free_rx_1;
 
@@ -6143,6 +6212,7 @@ out:
 err_release_fw_2:
 	rtl_release_firmware(tp);
 	rtl8169_rx_clear(tp);
+	rtl_clean_ring_tx(tp);
 err_free_rx_1:
 	dma_free_coherent(&pdev->dev, R8169_RX_RING_BYTES, tp->RxDescArray,
 			  tp->RxPhyAddr);
-- 
1.7.7.6


[-- Attachment #6: 0005-r8169-debugfs-support.patch --]
[-- Type: text/plain, Size: 5535 bytes --]

>From bf93ca2cd16948911a5cb978e1fc46f468464156 Mon Sep 17 00:00:00 2001
Message-Id: <bf93ca2cd16948911a5cb978e1fc46f468464156.1338026442.git.romieu@fr.zoreil.com>
In-Reply-To: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
References: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Fri, 25 May 2012 11:18:03 +0200
Subject: [PATCH 5/6] r8169: debugfs support.
X-Organisation: Land of Sunshine Inc.

Almost completely copied from Stephen Hemminger's sky2.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
 drivers/net/ethernet/realtek/Kconfig |    9 +++
 drivers/net/ethernet/realtek/r8169.c |  126 ++++++++++++++++++++++++++++++++++
 2 files changed, 135 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/realtek/Kconfig b/drivers/net/ethernet/realtek/Kconfig
index 5821966..ae48c78 100644
--- a/drivers/net/ethernet/realtek/Kconfig
+++ b/drivers/net/ethernet/realtek/Kconfig
@@ -115,4 +115,13 @@ config R8169
 	  To compile this driver as a module, choose M here: the module
 	  will be called r8169.  This is recommended.
 
+config R8169_DEBUGFS
+	bool "Realtek 8169 gigabit ethernet debugfs support"
+	depends on R8169
+	---help---
+	  Say Y here if you want to see the content of the descriptor rings
+	  and misc undocumented debug information.
+
+	  Debug data is available in the /sys/kernel/debug/r8169/ethX file.
+
 endif # NET_VENDOR_REALTEK
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 4812515..834ff62 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -28,6 +28,7 @@
 #include <linux/firmware.h>
 #include <linux/pci-aspm.h>
 #include <linux/prefetch.h>
+#include <linux/debugfs.h>
 
 #include <asm/io.h>
 #include <asm/irq.h>
@@ -60,6 +61,10 @@
 #define dprintk(fmt, args...)	do {} while (0)
 #endif /* RTL8169_DEBUG */
 
+#ifdef CONFIG_R8169_DEBUGFS
+static struct dentry *rtl_debug;
+#endif
+
 #define R8169_MSG_DEFAULT \
 	(NETIF_MSG_DRV | NETIF_MSG_PROBE | NETIF_MSG_IFUP | NETIF_MSG_IFDOWN)
 
@@ -781,6 +786,10 @@ struct rtl8169_private {
 		struct sk_buff *skb;
 		dma_addr_t mapping;
 	} guard;
+
+#ifdef CONFIG_R8169_DEBUGFS
+	struct dentry *debugfs;
+#endif
 };
 
 MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>");
@@ -6794,14 +6803,131 @@ static struct pci_driver rtl8169_pci_driver = {
 	.driver.pm	= RTL8169_PM_OPS,
 };
 
+#ifdef CONFIG_R8169_DEBUGFS
+
+static struct dentry *rtl_debug;
+
+static int rtl_debug_show(struct seq_file *seq, void *v)
+{
+	struct net_device *dev = seq->private;
+	const struct rtl8169_private *tp = netdev_priv(dev);
+	int i;
+
+	if (!netif_running(dev)) {
+		seq_printf(seq, "network not running\n");
+		return 0;
+	}
+
+	seq_printf(seq, "queue: %s\n", netif_queue_stopped(dev) ? "off" : "on");
+
+	seq_printf(seq, "Rx ring: dirty=%08x current=%08x\n", tp->dirty_rx,
+		   tp->cur_rx);
+	for (i = 0; i < NUM_RX_DESC; i++) {
+		struct RxDesc *desc = tp->RxDescArray + i;
+
+		seq_printf(seq, "[%03d] %08x %08x %0llx\n", i, desc->opts1,
+			   desc->opts2, (u64)desc->addr);
+	}
+
+	seq_printf(seq, "Tx ring: dirty=%08x current=%08x\n", tp->dirty_tx,
+		   tp->cur_tx);
+	for (i = 0; i < (NUM_TX_DESC + NUM_TX_DESC_DBG); i++) {
+		struct TxDesc *desc = tp->TxDescArray + i;
+
+		seq_printf(seq, "[%03d] %08x %08x %0llx\n", i, desc->opts1,
+			   desc->opts2, (u64)desc->addr);
+	}
+
+	return 0;
+}
+
+static int rtl_debug_open(struct inode *inode, struct file *file)
+{
+	return single_open(file, rtl_debug_show, inode->i_private);
+}
+
+static const struct file_operations rtl_debug_fops = {
+	.owner		= THIS_MODULE,
+	.open		= rtl_debug_open,
+	.read		= seq_read,
+	.llseek		= seq_lseek,
+	.release	= single_release,
+};
+
+static int rtl_device_event(struct notifier_block *unused, unsigned long event,
+			    void *ptr)
+{
+	struct net_device *dev = ptr;
+	struct rtl8169_private *tp = netdev_priv(dev);
+
+	if (dev->netdev_ops->ndo_open != rtl_open || !rtl_debug)
+		return NOTIFY_DONE;
+
+	switch (event) {
+	case NETDEV_CHANGENAME:
+		if (tp->debugfs) {
+			tp->debugfs = debugfs_rename(rtl_debug, tp->debugfs,
+						     rtl_debug, dev->name);
+		}
+		break;
+
+	case NETDEV_GOING_DOWN:
+		if (tp->debugfs) {
+			netdev_printk(KERN_DEBUG, dev, "remove debugfs\n");
+			debugfs_remove(tp->debugfs);
+			tp->debugfs = NULL;
+		}
+		break;
+
+	case NETDEV_UP:
+		tp->debugfs = debugfs_create_file(dev->name, S_IRUGO, rtl_debug,
+						  dev, &rtl_debug_fops);
+		if (IS_ERR(tp->debugfs))
+			tp->debugfs = NULL;
+	}
+
+	return NOTIFY_DONE;
+}
+
+static struct notifier_block rtl_debug_notifier = {
+	.notifier_call = rtl_device_event,
+};
+
+static __init void rtl_debug_init(void)
+{
+	struct dentry *ent;
+
+	ent = debugfs_create_dir("r8169", NULL);
+	if (ent && !IS_ERR(ent)) {
+		rtl_debug = ent;
+		register_netdevice_notifier(&rtl_debug_notifier);
+	}
+}
+
+static __exit void rtl_debug_cleanup(void)
+{
+	if (rtl_debug) {
+		unregister_netdevice_notifier(&rtl_debug_notifier);
+		debugfs_remove(rtl_debug);
+		rtl_debug = NULL;
+	}
+}
+
+#else
+#define rtl_debug_init()
+#define rtl_debug_cleanup()
+#endif
+
 static int __init rtl8169_init_module(void)
 {
+	rtl_debug_init();
 	return pci_register_driver(&rtl8169_pci_driver);
 }
 
 static void __exit rtl8169_cleanup_module(void)
 {
 	pci_unregister_driver(&rtl8169_pci_driver);
+	rtl_debug_cleanup();
 }
 
 module_init(rtl8169_init_module);
-- 
1.7.7.6


[-- Attachment #7: 0006-r8169-print-some-device-queue-information.patch --]
[-- Type: text/plain, Size: 2443 bytes --]

>From 00285a7d6308c9b22dc9ecd4da62ee4f33d88e26 Mon Sep 17 00:00:00 2001
Message-Id: <00285a7d6308c9b22dc9ecd4da62ee4f33d88e26.1338026442.git.romieu@fr.zoreil.com>
In-Reply-To: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
References: <01e33a3f6c46db63ba90f1db3b99eaf62c7071d1.1338026442.git.romieu@fr.zoreil.com>
From: Francois Romieu <romieu@fr.zoreil.com>
Date: Sat, 26 May 2012 11:59:33 +0200
Subject: [PATCH 6/6] r8169: print some device queue information.
X-Organisation: Land of Sunshine Inc.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
 drivers/net/ethernet/realtek/r8169.c |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 834ff62..3450248 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -5483,6 +5483,28 @@ static void rtl_print_ring(struct rtl8169_private *tp)
 	}
 }
 
+static void rtl_print_queue(struct rtl8169_private *tp)
+{
+	struct net_device *dev = tp->dev;
+	struct netdev_queue *nq = netdev_get_tx_queue(dev, 0);
+	struct dql *dql = &nq->dql;
+
+	netif_info(tp, drv, dev, "Device queue: avail=%d\n", dql_avail(dql));
+	netif_info(tp, drv, dev, " num_queued=%d\n", dql->num_queued);
+	netif_info(tp, drv, dev, " adj_limit=%d\n", dql->adj_limit);
+	netif_info(tp, drv, dev, " last_obj_cnt=%d\n", dql->last_obj_cnt);
+	netif_info(tp, drv, dev, " limit=%d\n", dql->limit);
+	netif_info(tp, drv, dev, " num_completed=%d\n", dql->num_completed);
+	netif_info(tp, drv, dev, " prev_ovlimit=%d\n", dql->prev_ovlimit);
+	netif_info(tp, drv, dev, " prev_num_queued=%d\n", dql->prev_num_queued);
+	netif_info(tp, drv, dev, " prev_last_obj_cnt=%d\n", dql->prev_last_obj_cnt);
+	netif_info(tp, drv, dev, " lowest_slack=%d\n", dql->lowest_slack);
+	netif_info(tp, drv, dev, " slack_start_time=%ld\n", dql->slack_start_time);
+	netif_info(tp, drv, dev, " max_limit=%d\n", dql->max_limit);
+	netif_info(tp, drv, dev, " min_limit=%d\n", dql->min_limit);
+	netif_info(tp, drv, dev, " slack_hold_time=%d\n", dql->slack_hold_time);
+}
+
 static void rtl_reset_work(struct rtl8169_private *tp)
 {
 	struct net_device *dev = tp->dev;
@@ -5493,6 +5515,7 @@ static void rtl_reset_work(struct rtl8169_private *tp)
 	synchronize_sched();
 
 	rtl_print_ring(tp);
+	rtl_print_queue(tp);
 
 	rtl8169_hw_reset(tp);
 
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: Fwd: Re: WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
  2012-05-26 10:11                   ` Francois Romieu
@ 2012-05-29  3:31                     ` Alex Villacís Lasso
  0 siblings, 0 replies; 13+ messages in thread
From: Alex Villacís Lasso @ 2012-05-29  3:31 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

El 26/05/12 05:11, Francois Romieu escribió:
> Alex Villací­s Lasso<a_villacis@palosanto.com>  :
> [...]
>> According to my bisection, the first bad commit is 036dafa28da1e2565a8529de2ae663c37b7a0060 . Here is my bisection log:
> There would be something wrong with bql support.
>
> Can you apply the attached patches on top of 3.4 or later then
> send the kernel log output whent the bug happens ?
>
> Thanks.
>
Attached.

[-- Attachment #2: dmesg-r8169.txt --]
[-- Type: text/plain, Size: 88701 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.0 (alex@karlalex.palosanto.com) (gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC) ) #41 SMP PREEMPT Sun May 27 21:27:11 ECT 2012
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.4.0 root=UUID=4837c784-4583-4efc-8a40-260819368469 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=es_ES.UTF-8 KEYTABLE=es drm_kms_helper.edid_firmware=edid/1280x1024.bin
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[    0.000000]  BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f590000 (usable)
[    0.000000]  BIOS-e820: 000000007f590000 - 000000007f5e3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f5e3000 - 000000007f5f0000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f5f0000 - 000000007f600000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] DMI: OEM OEM/G31MVP, BIOS 6.00 PG 09/11/2008
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x7f590 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07F700000 mask FFFF00000 uncachable
[    0.000000]   2 base 07F800000 mask FFF800000 uncachable
[    0.000000]   3 base 07F600000 mask FFFF00000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2039MB, range: 1MB, type UC
[    0.000000] reg 2, base: 2040MB, range: 8MB, type UC
[    0.000000] reg 3, base: 2038MB, range: 1MB, type UC
[    0.000000] total RAM covered: 2038M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 16M 	num_reg: 3  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2038MB, range: 2MB, type UC
[    0.000000] reg 2, base: 2040MB, range: 8MB, type UC
[    0.000000] found SMP MP-table at [ffff8800000f3df0] f3df0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000007f590000
[    0.000000]  0000000000 - 007f400000 page 2M
[    0.000000]  007f400000 - 007f590000 page 4k
[    0.000000] kernel direct mapping tables up to 7f590000 @ 1fffc000-20000000
[    0.000000] RAMDISK: 3744e000 - 37a1f000
[    0.000000] ACPI: RSDP 00000000000f82c0 00024 (v02 IntelR)
[    0.000000] ACPI: XSDT 000000007f5e3080 00054 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 000000007f5e80c0 000F4 (v03 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 000000007f5e3200 04E99 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 000000007f590000 00040
[    0.000000] ACPI: HPET 000000007f5e82c0 00038 (v01 IntelR AWRDACPI 42302E31 AWRD 00000098)
[    0.000000] ACPI: MCFG 000000007f5e8300 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: SLIC 000000007f5e8340 00176 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 000000007f5e81c0 00084 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: SSDT 000000007f5e8b20 007EF (v01  PmRef    CpuPm 00003000 INTL 20041203)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000007f590000
[    0.000000] Initmem setup node 0 0000000000000000-000000007f590000
[    0.000000]   NODE_DATA [000000007f57c000 - 000000007f58ffff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007cc00000-ffff88007ebfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] Early memory PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007f590
[    0.000000] On node 0 totalpages: 521503
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3914 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8087 pages used for memmap
[    0.000000]   DMA32 zone: 509433 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7f600000 (gap: 7f600000:60a00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007f200000 s83776 r8192 d22720 u524288
[    0.000000] pcpu-alloc: s83776 r8192 d22720 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 513347
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.4.0 root=UUID=4837c784-4583-4efc-8a40-260819368469 ro rd.md=0 rd.lvm=0 rd.dm=0 quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=es_ES.UTF-8 KEYTABLE=es drm_kms_helper.edid_firmware=edid/1280x1024.bin
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 2030744k/2086464k available (6248k kernel code, 452k absent, 55268k reserved, 6939k data, 996k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:16640 nr_irqs:712 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 8388608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2755.310 MHz processor.
[    0.001004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5510.62 BogoMIPS (lpj=2755310)
[    0.001008] pid_max: default: 32768 minimum: 301
[    0.001030] Security Framework initialized
[    0.001042] SELinux:  Initializing.
[    0.001050] SELinux:  Starting in permissive mode
[    0.001249] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002340] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.002883] Mount-cache hash table entries: 256
[    0.003123] Initializing cgroup subsys cpuacct
[    0.003126] Initializing cgroup subsys memory
[    0.003139] Initializing cgroup subsys devices
[    0.003141] Initializing cgroup subsys freezer
[    0.003142] Initializing cgroup subsys net_cls
[    0.003144] Initializing cgroup subsys blkio
[    0.003151] Initializing cgroup subsys perf_event
[    0.003176] CPU: Physical Processor ID: 0
[    0.003178] CPU: Processor Core ID: 0
[    0.003180] mce: CPU supports 6 MCE banks
[    0.003187] CPU0: Thermal monitoring enabled (TM2)
[    0.003191] using mwait in idle threads.
[    0.004383] ACPI: Core revision 20120320
[    0.007006] ftrace: allocating 22911 entries in 90 pages
[    0.013309] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.023318] CPU0: Intel Pentium(R) Dual-Core  CPU      E5200  @ 2.50GHz stepping 06
[    0.023998] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.023998] ... version:                2
[    0.023998] ... bit width:              40
[    0.023998] ... generic registers:      2
[    0.023998] ... value mask:             000000ffffffffff
[    0.023998] ... max period:             000000007fffffff
[    0.023998] ... fixed-purpose events:   3
[    0.023998] ... event mask:             0000000700000003
[    0.029144] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.035023] Booting Node   0, Processors  #1
[    0.047029] NMI watchdog: enabled, takes one hw-pmu counter.
[    0.047079] Brought up 2 CPUs
[    0.047081] Total of 2 processors activated (11021.24 BogoMIPS).
[    0.048080] devtmpfs: initialized
[    0.048172] PM: Registering ACPI NVS region [mem 0x7f590000-0x7f5e2fff] (339968 bytes)
[    0.049380] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.049403] RTC time:  2:28:47, date: 05/29/12
[    0.049436] NET: Registered protocol family 16
[    0.049638] ACPI: bus type pci registered
[    0.049685] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.049687] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.077455] PCI: Using configuration type 1 for base access
[    0.078200] bio: create slab <bio-0> at 0
[    0.078200] ACPI: Added _OSI(Module Device)
[    0.078200] ACPI: Added _OSI(Processor Device)
[    0.078200] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.078200] ACPI: Added _OSI(Processor Aggregator Device)
[    0.079114] ACPI: EC: Look up EC in DSDT
[    0.081900] ACPI: SSDT 000000007f5e8500 002AE (v01  PmRef  Cpu0Ist 00003000 INTL 20041203)
[    0.082132] ACPI: Dynamic OEM Table Load:
[    0.082135] ACPI: SSDT           (null) 002AE (v01  PmRef  Cpu0Ist 00003000 INTL 20041203)
[    0.082295] ACPI: SSDT 000000007f5e89c0 00152 (v01  PmRef  Cpu1Ist 00003000 INTL 20041203)
[    0.082508] ACPI: Dynamic OEM Table Load:
[    0.082511] ACPI: SSDT           (null) 00152 (v01  PmRef  Cpu1Ist 00003000 INTL 20041203)
[    0.082675] ACPI: Interpreter enabled
[    0.082679] ACPI: (supports S0 S3 S4 S5)
[    0.082693] ACPI: Using IOAPIC for interrupt routing
[    0.086069] ACPI: No dock devices found.
[    0.086073] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.086118] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.086172] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.086174] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.086176] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    0.086178] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.086180] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.086182] pci_root PNP0A08:00: host bridge window [mem 0x7f600000-0xfebfffff]
[    0.086217] PCI host bridge to bus 0000:00
[    0.086219] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.086221] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.086223] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.086225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.086227] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.086229] pci_bus 0000:00: root bus resource [mem 0x7f600000-0xfebfffff]
[    0.086238] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.086279] pci 0000:00:02.0: [8086:29c2] type 00 class 0x030000
[    0.086288] pci 0000:00:02.0: reg 10: [mem 0xfdf00000-0xfdf7ffff]
[    0.086293] pci 0000:00:02.0: reg 14: [io  0xff00-0xff07]
[    0.086298] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[    0.086304] pci 0000:00:02.0: reg 1c: [mem 0xfda00000-0xfdafffff]
[    0.086363] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[    0.086376] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
[    0.086435] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.086454] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.086514] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.086534] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
[    0.086594] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.086616] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.086651] pci 0000:00:1d.0: reg 20: [io  0xfe00-0xfe1f]
[    0.086678] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.086712] pci 0000:00:1d.1: reg 20: [io  0xfd00-0xfd1f]
[    0.086739] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.086774] pci 0000:00:1d.2: reg 20: [io  0xfc00-0xfc1f]
[    0.086802] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.086837] pci 0000:00:1d.3: reg 20: [io  0xfb00-0xfb1f]
[    0.086872] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.086888] pci 0000:00:1d.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
[    0.086959] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.086976] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.087035] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[    0.087106] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 003f)
[    0.087109] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 003f)
[    0.087112] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
[    0.087148] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    0.087159] pci 0000:00:1f.1: reg 10: [io  0x0000-0x0007]
[    0.087167] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.087175] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.087183] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.087191] pci 0000:00:1f.1: reg 20: [io  0xfa00-0xfa0f]
[    0.087222] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[    0.087234] pci 0000:00:1f.2: reg 10: [io  0xf900-0xf907]
[    0.087240] pci 0000:00:1f.2: reg 14: [io  0xf800-0xf803]
[    0.087247] pci 0000:00:1f.2: reg 18: [io  0xf700-0xf707]
[    0.087254] pci 0000:00:1f.2: reg 1c: [io  0xf600-0xf603]
[    0.087261] pci 0000:00:1f.2: reg 20: [io  0xf500-0xf50f]
[    0.087291] pci 0000:00:1f.2: PME# supported from D3hot
[    0.087305] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.087349] pci 0000:00:1f.3: reg 20: [io  0x0500-0x051f]
[    0.087411] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.087414] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.087418] pci 0000:00:1c.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.087423] pci 0000:00:1c.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.087477] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.087494] pci 0000:02:00.0: reg 10: [io  0xee00-0xeeff]
[    0.087522] pci 0000:02:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit]
[    0.087554] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[    0.087625] pci 0000:02:00.0: supports D1 D2
[    0.087626] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.087650] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.087660] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.087663] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.087666] pci 0000:00:1c.1:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.087671] pci 0000:00:1c.1:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.087723] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
[    0.087727] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.087730] pci 0000:00:1e.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.087735] pci 0000:00:1e.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.087737] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.087739] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.087741] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[    0.087743] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.087745] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.087747] pci 0000:00:1e.0:   bridge window [mem 0x7f600000-0xfebfffff] (subtractive decode)
[    0.087761] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.087829] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.087851] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[    0.087878] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.087931]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.087935]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.087936] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.093384] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 *10 11 12 14 15)
[    0.093423] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.093460] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.093498] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 *15)
[    0.093535] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.093573] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.093610] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.093648] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.093712] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.093712] vgaarb: loaded
[    0.093712] vgaarb: bridge control possible 0000:00:02.0
[    0.093712] SCSI subsystem initialized
[    0.094005] libata version 3.00 loaded.
[    0.094044] usbcore: registered new interface driver usbfs
[    0.094057] usbcore: registered new interface driver hub
[    0.094061] usbcore: registered new device driver usb
[    0.094061] PCI: Using ACPI for IRQ routing
[    0.099347] PCI: pci_cache_line_size set to 64 bytes
[    0.099400] reserve RAM buffer: 000000000009f400 - 000000000009ffff 
[    0.099402] reserve RAM buffer: 000000007f590000 - 000000007fffffff 
[    0.099490] NetLabel: Initializing
[    0.099491] NetLabel:  domain hash size = 128
[    0.099493] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.099506] NetLabel:  unlabeled traffic allowed by default
[    0.099553] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.099557] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.099562] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.104012] Switching to clocksource hpet
[    0.112360] pnp: PnP ACPI init
[    0.112378] ACPI: bus type pnp registered
[    0.112476] pnp 00:00: [bus 00-ff]
[    0.112479] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.112480] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.112482] pnp 00:00: [io  0x0d00-0xffff window]
[    0.112484] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.112486] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.112487] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.112489] pnp 00:00: [mem 0x7f600000-0xfebfffff window]
[    0.112552] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.112603] pnp 00:01: [io  0x0010-0x001f]
[    0.112605] pnp 00:01: [io  0x0022-0x003f]
[    0.112607] pnp 00:01: [io  0x0044-0x004d]
[    0.112608] pnp 00:01: [io  0x0050-0x005e]
[    0.112610] pnp 00:01: [io  0x0062-0x0063]
[    0.112611] pnp 00:01: [io  0x0065-0x006f]
[    0.112613] pnp 00:01: [io  0x0074-0x007f]
[    0.112614] pnp 00:01: [io  0x0091-0x0093]
[    0.112616] pnp 00:01: [io  0x00a2-0x00bf]
[    0.112617] pnp 00:01: [io  0x00e0-0x00ef]
[    0.112619] pnp 00:01: [io  0x04d0-0x04d1]
[    0.112620] pnp 00:01: [io  0x0290-0x029f]
[    0.112622] pnp 00:01: [io  0x0800-0x087f]
[    0.112623] pnp 00:01: [io  0x0290-0x0297]
[    0.112625] pnp 00:01: [io  0x0880-0x088f]
[    0.112680] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.112682] system 00:01: [io  0x0290-0x029f] has been reserved
[    0.112684] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.112687] system 00:01: [io  0x0290-0x0297] has been reserved
[    0.112689] system 00:01: [io  0x0880-0x088f] has been reserved
[    0.112692] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.112702] pnp 00:02: [dma 4]
[    0.112704] pnp 00:02: [io  0x0000-0x000f]
[    0.112706] pnp 00:02: [io  0x0080-0x0090]
[    0.112707] pnp 00:02: [io  0x0094-0x009f]
[    0.112709] pnp 00:02: [io  0x00c0-0x00df]
[    0.112729] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.112768] pnp 00:03: [irq 0 disabled]
[    0.112781] pnp 00:03: [irq 8]
[    0.112782] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.112807] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.112828] pnp 00:04: [io  0x0070-0x0073]
[    0.112849] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.112856] pnp 00:05: [io  0x0061]
[    0.112880] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.112888] pnp 00:06: [io  0x00f0-0x00ff]
[    0.112892] pnp 00:06: [irq 13]
[    0.112913] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.113031] pnp 00:07: [io  0x03f0-0x03f5]
[    0.113036] pnp 00:07: [io  0x03f7]
[    0.113040] pnp 00:07: [irq 6]
[    0.113042] pnp 00:07: [dma 2]
[    0.113077] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.113215] pnp 00:08: [io  0x03f8-0x03ff]
[    0.113220] pnp 00:08: [irq 4]
[    0.113272] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.113467] pnp 00:09: [io  0x02f8-0x02ff]
[    0.113472] pnp 00:09: [irq 3]
[    0.113516] pnp 00:09: Plug and Play ACPI device, IDs PNP0510 (active)
[    0.113743] pnp 00:0a: [io  0x0378-0x037f]
[    0.113745] pnp 00:0a: [io  0x0778-0x077b]
[    0.113749] pnp 00:0a: [irq 7]
[    0.113751] pnp 00:0a: [dma 3]
[    0.113798] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.113831] pnp 00:0b: [irq 12]
[    0.113855] pnp 00:0b: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.113877] pnp 00:0c: [io  0x0060]
[    0.113879] pnp 00:0c: [io  0x0064]
[    0.113884] pnp 00:0c: [irq 1]
[    0.113911] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.113935] pnp 00:0d: [io  0x0400-0x04bf]
[    0.113970] system 00:0d: [io  0x0400-0x04bf] has been reserved
[    0.113973] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.113987] pnp 00:0e: [mem 0xffb80000-0xffbfffff]
[    0.114023] pnp 00:0e: Plug and Play ACPI device, IDs INT0800 (active)
[    0.114172] pnp 00:0f: [mem 0xe0000000-0xefffffff]
[    0.114215] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[    0.114218] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.114266] pnp 00:10: [mem 0x000f0000-0x000fffff]
[    0.114268] pnp 00:10: [mem 0x7f600000-0x7f6fffff]
[    0.114270] pnp 00:10: [mem 0xfed00000-0xfed000ff]
[    0.114272] pnp 00:10: [mem 0x7f590000-0x7f5fffff]
[    0.114274] pnp 00:10: [mem 0x00000000-0x0009ffff]
[    0.114275] pnp 00:10: [mem 0x00100000-0x7f58ffff]
[    0.114277] pnp 00:10: [mem 0xfec00000-0xfec00fff]
[    0.114278] pnp 00:10: [mem 0xfed13000-0xfed1dfff]
[    0.114280] pnp 00:10: [mem 0xfed20000-0xfed3ffff]
[    0.114282] pnp 00:10: [mem 0xfed45000-0xfed8ffff]
[    0.114283] pnp 00:10: [mem 0xfee00000-0xfee00fff]
[    0.114285] pnp 00:10: [mem 0xffb00000-0xffb7ffff]
[    0.114287] pnp 00:10: [mem 0xfff00000-0xffffffff]
[    0.114288] pnp 00:10: [mem 0x000e0000-0x000effff]
[    0.114339] system 00:10: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.114341] system 00:10: [mem 0x7f600000-0x7f6fffff] has been reserved
[    0.114344] system 00:10: [mem 0xfed00000-0xfed000ff] has been reserved
[    0.114346] system 00:10: [mem 0x7f590000-0x7f5fffff] could not be reserved
[    0.114348] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.114350] system 00:10: [mem 0x00100000-0x7f58ffff] could not be reserved
[    0.114353] system 00:10: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.114355] system 00:10: [mem 0xfed13000-0xfed1dfff] has been reserved
[    0.114357] system 00:10: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.114359] system 00:10: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.114361] system 00:10: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.114363] system 00:10: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.114366] system 00:10: [mem 0xfff00000-0xffffffff] has been reserved
[    0.114368] system 00:10: [mem 0x000e0000-0x000effff] has been reserved
[    0.114371] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.114378] pnp: PnP ACPI: found 17 devices
[    0.114380] ACPI: ACPI bus type pnp unregistered
[    0.120789] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    0.120793] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.120797] pci 0000:00:1c.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.120801] pci 0000:00:1c.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.120809] pci 0000:02:00.0: BAR 6: assigned [mem 0xfdb00000-0xfdb1ffff pref]
[    0.120812] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.120814] pci 0000:00:1c.1:   bridge window [io  0xe000-0xefff]
[    0.120819] pci 0000:00:1c.1:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.120822] pci 0000:00:1c.1:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.120827] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
[    0.120830] pci 0000:00:1e.0:   bridge window [io  0xd000-0xdfff]
[    0.120834] pci 0000:00:1e.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.120837] pci 0000:00:1e.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.120865] pci 0000:00:1e.0: setting latency timer to 64
[    0.120868] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.120870] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.120872] pci_bus 0000:00: resource 6 [mem 0xfed40000-0xfed44fff]
[    0.120874] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    0.120876] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[    0.120878] pci_bus 0000:00: resource 9 [mem 0x7f600000-0xfebfffff]
[    0.120880] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.120882] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.120884] pci_bus 0000:01: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.120886] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.120888] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    0.120890] pci_bus 0000:02: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.120892] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.120894] pci_bus 0000:03: resource 1 [mem 0xfd900000-0xfd9fffff]
[    0.120896] pci_bus 0000:03: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.120898] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    0.120899] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    0.120901] pci_bus 0000:03: resource 6 [mem 0xfed40000-0xfed44fff]
[    0.120903] pci_bus 0000:03: resource 7 [mem 0x000a0000-0x000bffff]
[    0.120905] pci_bus 0000:03: resource 8 [mem 0x000c0000-0x000dffff]
[    0.120907] pci_bus 0000:03: resource 9 [mem 0x7f600000-0xfebfffff]
[    0.120947] NET: Registered protocol family 2
[    0.121056] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.121614] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.123590] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.124143] TCP: Hash tables configured (established 262144 bind 65536)
[    0.124146] TCP: reno registered
[    0.124153] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.124176] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.124298] NET: Registered protocol family 1
[    0.124317] pci 0000:00:02.0: Boot video device
[    0.124460] PCI: CLS 64 bytes, default 64
[    0.124516] Unpacking initramfs...
[    0.221204] Freeing initrd memory: 5956k freed
[    0.224286] audit: initializing netlink socket (disabled)
[    0.224303] type=2000 audit(1338258527.223:1): initialized
[    0.235457] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.236978] VFS: Disk quotas dquot_6.5.2
[    0.237025] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.237390] msgmni has been set to 3977
[    0.237441] SELinux:  Registering netfilter hooks
[    0.237880] alg: No test for stdrng (krng)
[    0.237887] NET: Registered protocol family 38
[    0.237919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.237944] io scheduler noop registered
[    0.237946] io scheduler deadline registered
[    0.237994] io scheduler cfq registered (default)
[    0.238128] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.238209] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.238276] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.238293] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.238295] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.238574] intel_idle: does not run on family 6 model 23
[    0.238638] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.238642] ACPI: Power Button [PWRB]
[    0.238683] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.238686] ACPI: Power Button [PWRF]
[    0.238724] ACPI: Fan [FAN] (on)
[    0.238858] ACPI: Requesting acpi_cpufreq
[    0.241553] thermal LNXTHERM:00: registered as thermal_zone0
[    0.241556] ACPI: Thermal Zone [THRM] (202 C)
[    0.241581] GHES: HEST is not enabled!
[    0.241652] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.262110] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.282579] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.303194] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.303467] Non-volatile memory driver v1.3
[    0.303469] Linux agpgart interface v0.103
[    0.303528] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[    0.303604] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    0.304110] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.304211] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.304871] loop: module loaded
[    0.304942] ata_piix 0000:00:1f.1: version 2.13
[    0.304980] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.305230] scsi0 : ata_piix
[    0.305294] scsi1 : ata_piix
[    0.305632] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[    0.305635] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[    0.305772] ata2: port disabled--ignoring
[    0.305773] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.305799] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.306022] scsi2 : ata_piix
[    0.306082] scsi3 : ata_piix
[    0.306402] ata3: SATA max UDMA/133 cmd 0xf900 ctl 0xf800 bmdma 0xf500 irq 19
[    0.306404] ata4: SATA max UDMA/133 cmd 0xf700 ctl 0xf600 bmdma 0xf508 irq 19
[    0.306466] Fixed MDIO Bus: probed
[    0.306585] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.306615] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.306618] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.306675] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.306695] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.306704] ehci_hcd 0000:00:1d.7: debug port 1
[    0.310575] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    0.310588] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdfff000
[    0.316022] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.316053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.316057] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.316061] usb usb1: Product: EHCI Host Controller
[    0.316065] usb usb1: Manufacturer: Linux 3.4.0 ehci_hcd
[    0.316069] usb usb1: SerialNumber: 0000:00:1d.7
[    0.316175] hub 1-0:1.0: USB hub found
[    0.316179] hub 1-0:1.0: 8 ports detected
[    0.316248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.316261] uhci_hcd: USB Universal Host Controller Interface driver
[    0.316280] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.316283] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.316322] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.316344] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fe00
[    0.316374] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    0.316376] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.316378] usb usb2: Product: UHCI Host Controller
[    0.316379] usb usb2: Manufacturer: Linux 3.4.0 uhci_hcd
[    0.316381] usb usb2: SerialNumber: 0000:00:1d.0
[    0.316452] hub 2-0:1.0: USB hub found
[    0.316456] hub 2-0:1.0: 2 ports detected
[    0.316510] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.316513] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.316547] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.316566] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fd00
[    0.316592] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    0.316595] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.316596] usb usb3: Product: UHCI Host Controller
[    0.316598] usb usb3: Manufacturer: Linux 3.4.0 uhci_hcd
[    0.316600] usb usb3: SerialNumber: 0000:00:1d.1
[    0.316668] hub 3-0:1.0: USB hub found
[    0.316672] hub 3-0:1.0: 2 ports detected
[    0.316724] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.316727] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.316761] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.316790] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fc00
[    0.316818] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    0.316820] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.316822] usb usb4: Product: UHCI Host Controller
[    0.316824] usb usb4: Manufacturer: Linux 3.4.0 uhci_hcd
[    0.316825] usb usb4: SerialNumber: 0000:00:1d.2
[    0.316893] hub 4-0:1.0: USB hub found
[    0.316897] hub 4-0:1.0: 2 ports detected
[    0.316952] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.316954] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.316995] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.317033] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fb00
[    0.317062] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    0.317064] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.317066] usb usb5: Product: UHCI Host Controller
[    0.317067] usb usb5: Manufacturer: Linux 3.4.0 uhci_hcd
[    0.317069] usb usb5: SerialNumber: 0000:00:1d.3
[    0.317142] hub 5-0:1.0: USB hub found
[    0.317145] hub 5-0:1.0: 2 ports detected
[    0.317229] usbcore: registered new interface driver usbserial
[    0.317240] usbcore: registered new interface driver usbserial_generic
[    0.317246] USB Serial support registered for generic
[    0.317249] usbserial: USB Serial Driver core
[    0.317284] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.317601] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.317627] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.317679] mousedev: PS/2 mouse device common for all mice
[    0.317822] rtc_cmos 00:04: RTC can wake from S4
[    0.317923] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.317945] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    0.318011] device-mapper: uevent: version 1.0.3
[    0.318068] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    0.318102] cpuidle: using governor ladder
[    0.318104] cpuidle: using governor menu
[    0.318275] EFI Variables Facility v0.08 2004-May-17
[    0.318374] usbcore: registered new interface driver usbhid
[    0.318376] usbhid: USB HID core driver
[    0.318497] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.318525] TCP: cubic registered
[    0.318527] Initializing XFRM netlink socket
[    0.318611] NET: Registered protocol family 10
[    0.318796] Mobile IPv6
[    0.318799] NET: Registered protocol family 17
[    0.318809] Registering the dns_resolver key type
[    0.318948] PM: Hibernation image not present or could not be loaded.
[    0.318962] registered taskstats version 1
[    0.319310]   Magic number: 12:308:461
[    0.319404] rtc_cmos 00:04: setting system clock to 2012-05-29 02:28:47 UTC (1338258527)
[    0.319777] Initializing network drop monitor service
[    0.338407] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.457259] ata4.01: NODEV after polling detection
[    0.458723] ata3.00: ATA-8: WDC WD5000AAKS-00V1A0, 05.01D05, max UDMA/133
[    0.458729] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    0.461138] ata4.00: ATAPI: Optiarc DVD RW AD-7280S, 1.01, max UDMA/100
[    0.463468] ata1.00: ATA-6: ST3160021A, 8.01, max UDMA/100
[    0.463472] ata1.00: 312581808 sectors, multi 16: LBA48 
[    0.463481] ata1.01: ATAPI: HL-DT-ST GCE-8527B, 1.04, max UDMA/33
[    0.464734] ata3.00: configured for UDMA/133
[    0.467127] ata4.00: configured for UDMA/100
[    0.485388] ata1.00: configured for UDMA/100
[    0.510179] ata1.01: configured for UDMA/33
[    0.510575] scsi 0:0:0:0: Direct-Access     ATA      ST3160021A       8.01 PQ: 0 ANSI: 5
[    0.510784] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    0.510799] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.510902] sd 0:0:0:0: [sda] Write Protect is off
[    0.510908] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.511210] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.511229] scsi 0:0:1:0: CD-ROM            HL-DT-ST CD-RW GCE-8527B  1.04 PQ: 0 ANSI: 5
[    0.514018] sr0: scsi3-mmc drive: 52x/52x writer cd/rw xa/form2 cdda tray
[    0.514023] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.514178] sr 0:0:1:0: Attached scsi CD-ROM sr0
[    0.514279] sr 0:0:1:0: Attached scsi generic sg1 type 5
[    0.514481] scsi 2:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 05.0 PQ: 0 ANSI: 5
[    0.514642] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    0.514674] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    0.514735] sd 2:0:0:0: [sdb] Write Protect is off
[    0.514741] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.514781] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.515372] scsi 3:0:0:0: CD-ROM            Optiarc  DVD RW AD-7280S  1.01 PQ: 0 ANSI: 5
[    0.516826] sr1: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.516973] sr 3:0:0:0: Attached scsi CD-ROM sr1
[    0.517141] sr 3:0:0:0: Attached scsi generic sg3 type 5
[    0.521581]  sda: sda1
[    0.522107] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.543743]  sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 >
[    0.544122] sd 2:0:0:0: [sdb] Attached SCSI disk
[    0.545814] Freeing unused kernel memory: 996k freed
[    0.546124] Write protecting the kernel read-only data: 12288k
[    0.552835] Freeing unused kernel memory: 1924k freed
[    0.557746] Freeing unused kernel memory: 1476k freed
[    0.629377] dracut: dracut-013-22.fc16
[    0.637928] udevd[101]: starting version 173
[    0.670030] [drm] Initialized drm 1.1.0 20060810
[    0.678857] i915 0000:00:02.0: setting latency timer to 64
[    0.719850] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    0.719859] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    0.719861] [drm] Driver supports precise vblank timestamp query.
[    0.719894] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    0.730129] [drm] initialized overlay support
[    0.739594] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[    0.747589] fbcon: inteldrmfb (fb0) is primary device
[    0.790726] Console: switching to colour frame buffer device 160x64
[    0.795389] fb0: inteldrmfb frame buffer device
[    0.795391] drm: registered panic notifier
[    0.795434] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    0.798814] dracut: Starting plymouth daemon
[    0.818553] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[    1.074655] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[    1.224305] Refined TSC clocksource calibration: 2755.321 MHz.
[    1.224312] Switching to clocksource tsc
[    1.382580] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    1.479738] dracut: Checking ext4: /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469
[    1.479831] dracut: issuing e2fsck -a  /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469
[    1.516554] dracut: /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469: clean, 408370/2621440 files, 3617977/10485760 blocks
[    1.516891] dracut: Remounting /dev/disk/by-uuid/4837c784-4583-4efc-8a40-260819368469 with -o relatime,ro
[    1.524317] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
[    1.546830] dracut: Mounted root filesystem /dev/sdb2
[    1.766298] dracut: Switching root
[    2.076942] type=1404 audit(1338258529.256:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    2.142364] SELinux: 2048 avtab hash slots, 98177 rules.
[    2.164749] SELinux: 2048 avtab hash slots, 98177 rules.
[    2.296238] SELinux:  9 users, 13 roles, 3948 types, 218 bools, 1 sens, 1024 cats
[    2.296242] SELinux:  82 classes, 98177 rules
[    2.299806] SELinux:  Completing initialization.
[    2.299809] SELinux:  Setting up existing superblocks.
[    2.299818] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    2.299824] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[    2.299828] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[    2.299833] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[    2.299841] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.299862] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[    2.300371] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[    2.300376] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[    2.302212] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[    2.302220] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[    2.302225] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[    2.302241] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[    2.302251] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[    2.302258] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[    2.302282] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
[    2.302291] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[    2.303183] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.303190] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.303754] SELinux: initialized (dev sdb2, type ext4), uses xattr
[    2.305943] type=1403 audit(1338258529.484:3): policy loaded auid=4294967295 ses=4294967295
[    2.393908] systemd[1]: Successfully loaded SELinux policy in 334ms 288us.
[    2.435750] systemd[1]: Successfully loaded SELinux database in 41ms 225us, size on heap is 483K.
[    2.452299] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    2.452742] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.497662] systemd[1]: Relabelled /dev and /run in 44ms 836us.
[    2.508814] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.509420] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.510114] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.510639] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.511155] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.511661] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.512221] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.512734] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[    2.512822] systemd[1]: systemd 37 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; fedora)
[    2.528443] systemd[1]: Set hostname to <karlalex.palosanto.com>.
[    3.429198] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[    5.712716] udevd[326]: starting version 173
[    9.710415] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[    9.712489] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[    9.713175] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[    9.722829] RPC: Registered named UNIX socket transport module.
[    9.722833] RPC: Registered udp transport module.
[    9.722835] RPC: Registered tcp transport module.
[    9.722836] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.723137] SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
[    9.772137] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[    9.872573] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
[    9.901211] parport_pc 00:0a: reported by Plug and Play ACPI
[    9.901266] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    9.904047] Floppy drive(s): fd0 is 1.44M
[    9.915564] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    9.915681] r8169 0000:02:00.0: irq 43 for MSI/MSI-X
[    9.915859] r8169 0000:02:00.0: eth0: RTL8168b/8111b at 0xffffc90000352000, 00:22:68:44:17:2f, XID 98500000 IRQ 43
[    9.915863] r8169 0000:02:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
[    9.918960] FDC 0 is a post-1991 82077
[    9.925893] intel_rng: FWH not detected
[    9.939218] iTCO_vendor_support: vendor-support=0
[    9.939763] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    9.939854] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0460)
[    9.939989] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    9.940310] leds_ss4200: no LED devices found
[    9.963868] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    9.967325] microcode: CPU0 sig=0x10676, pf=0x1, revision=0x60c
[   10.136027] ppdev: user-space parallel port driver
[   10.211006] microcode: CPU0 updated to revision 0x60f, date = 2010-09-29
[   10.216660] microcode: CPU1 sig=0x10676, pf=0x1, revision=0x60c
[   10.219888] r8169 0000:02:00.0: vpd r/w failed.  This is likely a firmware bug on this device.  Contact the card vendor for a firmware update.
[   10.225006] microcode: CPU1 updated to revision 0x60f, date = 2010-09-29
[   10.232847] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   10.242804] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[   10.243262] udevd[351]: renamed network interface eth0 to p17p1
[   10.258023] ALSA sound/pci/hda/patch_realtek.c:1254 SKU: Nid=0x1d sku_cfg=0x40038601
[   10.258027] ALSA sound/pci/hda/patch_realtek.c:1256 SKU: port_connectivity=0x1
[   10.258029] ALSA sound/pci/hda/patch_realtek.c:1257 SKU: enable_pcbeep=0x0
[   10.258031] ALSA sound/pci/hda/patch_realtek.c:1258 SKU: check_sum=0x00000003
[   10.258034] ALSA sound/pci/hda/patch_realtek.c:1259 SKU: customization=0x00000086
[   10.258036] ALSA sound/pci/hda/patch_realtek.c:1260 SKU: external_amp=0x0
[   10.258039] ALSA sound/pci/hda/patch_realtek.c:1261 SKU: platform_type=0x0
[   10.258041] ALSA sound/pci/hda/patch_realtek.c:1262 SKU: swap=0x0
[   10.258043] ALSA sound/pci/hda/patch_realtek.c:1263 SKU: override=0x1
[   10.258048] ALSA sound/pci/hda/hda_codec.c:5099 autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   10.258051] ALSA sound/pci/hda/hda_codec.c:5103    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.258054] ALSA sound/pci/hda/hda_codec.c:5107    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   10.258056] ALSA sound/pci/hda/hda_codec.c:5108    mono: mono_out=0x0
[   10.258059] ALSA sound/pci/hda/hda_codec.c:5111    dig-out=0x1e/0x0
[   10.258061] ALSA sound/pci/hda/hda_codec.c:5112    inputs:
[   10.258064] ALSA sound/pci/hda/hda_codec.c:5116  Rear Mic=0x18
[   10.258066] ALSA sound/pci/hda/hda_codec.c:5116  Front Mic=0x19
[   10.258068] ALSA sound/pci/hda/hda_codec.c:5116  Line=0x1a
[   10.258070] ALSA sound/pci/hda/hda_codec.c:5118 
[   10.259946] ALSA sound/pci/hda/patch_realtek.c:1317 realtek: No valid SSID, checking pincfg 0x40038601 for NID 0x1d
[   10.259950] ALSA sound/pci/hda/patch_realtek.c:1333 realtek: Enabling init ASM_ID=0x8601 CODEC_ID=10ec0662
[   10.273172] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   10.273287] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[   10.273373] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[   10.273455] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   10.273535] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   12.252588] EXT4-fs (sdb2): re-mounted. Opts: (null)
[   12.538902] Adding 8388604k swap on /dev/sdb3.  Priority:0 extents:1 across:8388604k 
[   12.609240] systemd-fsck[623]: /dev/sdb1: limpio, 270/51200 ficheros, 60029/204800 bloques
[   12.795881] systemd-fsck[601]: /dev/sda1: limpio, 68662/9773056 ficheros, 35306812/39072080 bloques
[   12.832572] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   12.862181] SELinux: initialized (dev sdb1, type ext4), uses xattr
[   13.087886] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[   13.115765] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   13.115780] SELinux: initialized (dev sda1, type ext3), uses xattr
[   13.126073] systemd-fsck[638]: /dev/sdb5: limpio, 727628/27369472 ficheros, 99666047/109460736 bloques
[   13.219666] EXT4-fs (sdb5): mounting ext3 file system using the ext4 subsystem
[   13.229265] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[   13.229280] SELinux: initialized (dev sdb5, type ext3), uses xattr
[   13.304292] fedora-storage-init[637]: Configurando gestor de vol\xffffffc3\xffffffba\xffffffbamenes l\xffffffc3\xffffffb3\xffffffb3gicos:   No volume groups found
[   13.314946] fedora-storage-init[637]: [  OK  ]
[   13.585812] fedora-storage-init[670]: Configurando gestor de vol\xffffffc3\xffffffba\xffffffbamenes l\xffffffc3\xffffffb3\xffffffb3gicos:   No volume groups found
[   13.596900] fedora-storage-init[670]: [  OK  ]
[   13.786541] lvm[676]: No volume groups found
[   14.277073] systemd-tmpfiles[679]: Successfully loaded SELinux database in 20ms 480us, size on heap is 485K.
[   14.903833] sandbox[688]: Starting sandbox[  OK  ]
[   14.939092] auditd[695]: Started dispatcher: /sbin/audispd pid: 711
[   14.950645] audispd[711]: priority_boost_parser called with: 4
[   14.951711] audispd[711]: max_restarts_parser called with: 10
[   14.960712] audispd[711]: audispd initialized with q_depth=120 and 1 active plugins
[   14.962731] auditctl[699]: No rules
[   14.962743] auditctl[699]: AUDIT_STATUS: enabled=0 flag=1 pid=695 rate_limit=0 backlog_limit=320 lost=0 backlog=0
[   14.973051] /usr/sbin/gpm[725]: *** info [daemon/startup.c(136)]:
[   14.973063] /usr/sbin/gpm[725]: Started gpm successfully. Entered daemon mode.
[   14.978783] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   14.990576] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   15.005819] acpid[738]: starting up with netlink and the input layer
[   15.005832] acpid[738]: skipping incomplete file /etc/acpi/events/videoconf
[   15.005841] acpid[738]: 1 rule loaded
[   15.005848] acpid[738]: waiting for events: event logging is off
[   15.014968] ip6tables.init[689]: ip6tables: Aplicando las reglas del cortafuegos: [  OK  ]
[   15.028563] abrtd[724]: Init complete, entering main loop
[   15.034548] iptables.init[690]: iptables: Aplicando reglas del cortafuegos:[  OK  ]
[   15.058214] auditd[695]: Init complete, auditd 2.2.1 listening for events (startup state enable)
[   15.062696] NetworkManager[754]: <info> NetworkManager (version 0.9.4-3.git20120403.fc16) is starting...
[   15.062790] NetworkManager[754]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
[   15.158924] avahi-daemon[772]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70).
[   15.159056] avahi-daemon[772]: Successfully dropped root privileges.
[   15.159460] avahi-daemon[772]: avahi-daemon 0.6.30 starting up.
[   15.175736] avahi-daemon[772]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
[   15.229597] chronyd[779]: chronyd version 1.26-20110831gitb088b7 starting
[   15.230202] chronyd[779]: Linux kernel major=3 minor=4 patch=0
[   15.230271] chronyd[779]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000
[   15.243771] chronyd[779]: Frequency 40.535 +- 21.990 ppm read from /var/lib/chrony/drift
[   15.570316] NetworkManager[754]: <info> VPN: loaded org.freedesktop.NetworkManager.openswan
[   15.570742] NetworkManager[754]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc
[   15.570755] NetworkManager[754]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect
[   15.570765] NetworkManager[754]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
[   15.570774] NetworkManager[754]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
[   15.576587] avahi-daemon[772]: Successfully called chroot().
[   15.576600] avahi-daemon[772]: Successfully dropped remaining capabilities.
[   15.576610] avahi-daemon[772]: Loading service file /services/ssh.service.
[   15.576620] avahi-daemon[772]: Loading service file /services/udisks.service.
[   15.581305] avahi-daemon[772]: Network interface enumeration completed.
[   15.608154] avahi-daemon[772]: Registering HINFO record with values 'X86_64'/'LINUX'.
[   15.608168] avahi-daemon[772]: Server startup complete. Host name is karlalex.local. Local service cookie is 1547664448.
[   15.608179] avahi-daemon[772]: Service "karlalex" (/services/udisks.service) successfully established.
[   15.608189] avahi-daemon[772]: Service "karlalex" (/services/ssh.service) successfully established.
[   15.608200] systemd-logind[764]: New seat seat0.
[   15.608209] dbus[784]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
[   15.608220] dbus-daemon[784]: dbus[784]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
[   15.610688] dkms_autoinstaller[790]: dkms: running auto installation service for kernel 3.4.0
[   15.811701] r8169 0000:02:00.0: p17p1: link down
[   15.836260] ADDRCONF(NETDEV_UP): p17p1: link is not ready
[   16.210621] vboxdrv: Found 2 processor cores.
[   16.223771] vboxdrv: fAsync=0 offMin=0x41a offMax=0x1243
[   16.223891] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   16.223895] vboxdrv: Successfully loaded version 4.1.16 (interface 0x00190000).
[   16.384687] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   16.401944] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   16.467478] vboxpci: IOMMU not found (not registered)
[   16.788505] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   17.562873] r8169 0000:02:00.0: p17p1: link up
[   17.563280] ADDRCONF(NETDEV_CHANGE): p17p1: link becomes ready
[   18.117871] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   18.130982] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   18.147674] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   18.162952] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   18.181158] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   19.491045] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[   27.834015] p17p1: no IPv6 routers present
[   50.057091] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   74.832072] fuse init (API version 7.18)
[   74.845206] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
[   74.857436] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
[   76.462143] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   76.526839] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   76.541816] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   76.562280] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   76.576139] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   76.595367] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   78.642571] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[   80.541448] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[  701.898015] p17p1: no IPv6 routers present
[ 2531.712014] ------------[ cut here ]------------
[ 2531.712027] WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280()
[ 2531.712031] Hardware name: OEM
[ 2531.712034] NETDEV WATCHDOG: p17p1 (r8169): transmit queue 0 timed out
[ 2531.712037] Modules linked in: fuse vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) lockd nf_conntrack_ipv4 nf_defrag_ipv4 ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter xt_state nf_conntrack ip6_tables snd_hda_codec_realtek snd_hda_intel snd_hda_codec snd_hwdep snd_seq snd_seq_device snd_pcm ppdev uinput coretemp microcode pcspkr i2c_i801 iTCO_wdt iTCO_vendor_support r8169 mii snd_timer snd soundcore snd_page_alloc parport_pc parport floppy binfmt_misc sunrpc i915 drm_kms_helper drm i2c_algo_bit i2c_core video [last unloaded: scsi_wait_scan]
[ 2531.712103] Pid: 1695, comm: gnome-shell Tainted: G           O 3.4.0 #41
[ 2531.712107] Call Trace:
[ 2531.712110]  <IRQ>  [<ffffffff8105ab8f>] warn_slowpath_common+0x7f/0xc0
[ 2531.712123]  [<ffffffff8105ac86>] warn_slowpath_fmt+0x46/0x50
[ 2531.712130]  [<ffffffff8151bc07>] dev_watchdog+0x277/0x280
[ 2531.712136]  [<ffffffff81069f31>] run_timer_softirq+0x131/0x440
[ 2531.712142]  [<ffffffff8151b990>] ? qdisc_reset+0x50/0x50
[ 2531.712147]  [<ffffffff81062178>] __do_softirq+0xb8/0x280
[ 2531.712153]  [<ffffffff8101dd62>] ? native_sched_clock+0x22/0x80
[ 2531.712159]  [<ffffffff81091895>] ? sched_clock_local+0x25/0x90
[ 2531.712165]  [<ffffffff8161751c>] call_softirq+0x1c/0x30
[ 2531.712171]  [<ffffffff810182e5>] do_softirq+0x65/0xa0
[ 2531.712176]  [<ffffffff8106266e>] irq_exit+0x9e/0xc0
[ 2531.712181]  [<ffffffff81617e4b>] smp_apic_timer_interrupt+0x6b/0x98
[ 2531.712186]  [<ffffffff81616bca>] apic_timer_interrupt+0x6a/0x70
[ 2531.712189]  <EOI>  [<ffffffff81616250>] ? sysret_audit+0x17/0x21
[ 2531.712197] ---[ end trace 674f0ff95995e3ea ]---
[ 2531.717095] r8169 0000:02:00.0: p17p1: Rx ring: dirty=00060dbe current=00060dbe
[ 2531.717103] r8169 0000:02:00.0: p17p1: [000] 80003fff 00000000 69ea0000
[ 2531.717108] r8169 0000:02:00.0: p17p1: [001] 80003fff 00000000 69fb8000
[ 2531.717112] r8169 0000:02:00.0: p17p1: [002] 80003fff 00000000 69fd0000
[ 2531.717116] r8169 0000:02:00.0: p17p1: [003] 80003fff 00000000 69ed0000
[ 2531.717121] r8169 0000:02:00.0: p17p1: [004] 80003fff 00000000 69eb4000
[ 2531.717125] r8169 0000:02:00.0: p17p1: [005] 80003fff 00000000 69ec8000
[ 2531.717130] r8169 0000:02:00.0: p17p1: [006] 80003fff 00000000 69df8000
[ 2531.717134] r8169 0000:02:00.0: p17p1: [007] 80003fff 00000000 69d48000
[ 2531.717139] r8169 0000:02:00.0: p17p1: [008] 80003fff 00000000 69cc0000
[ 2531.717143] r8169 0000:02:00.0: p17p1: [009] 80003fff 00000000 69d3c000
[ 2531.717148] r8169 0000:02:00.0: p17p1: [010] 80003fff 00000000 69d74000
[ 2531.717152] r8169 0000:02:00.0: p17p1: [011] 80003fff 00000000 69d28000
[ 2531.717156] r8169 0000:02:00.0: p17p1: [012] 80003fff 00000000 6855c000
[ 2531.717161] r8169 0000:02:00.0: p17p1: [013] 80003fff 00000000 69e88000
[ 2531.717165] r8169 0000:02:00.0: p17p1: [014] 80003fff 00000000 69e8c000
[ 2531.717169] r8169 0000:02:00.0: p17p1: [015] 80003fff 00000000 685d8000
[ 2531.717174] r8169 0000:02:00.0: p17p1: [016] 80003fff 00000000 685dc000
[ 2531.717178] r8169 0000:02:00.0: p17p1: [017] 80003fff 00000000 685e0000
[ 2531.717182] r8169 0000:02:00.0: p17p1: [018] 80003fff 00000000 685e4000
[ 2531.717187] r8169 0000:02:00.0: p17p1: [019] 80003fff 00000000 685e8000
[ 2531.717191] r8169 0000:02:00.0: p17p1: [020] 80003fff 00000000 685ec000
[ 2531.717195] r8169 0000:02:00.0: p17p1: [021] 80003fff 00000000 685f0000
[ 2531.717199] r8169 0000:02:00.0: p17p1: [022] 80003fff 00000000 685f4000
[ 2531.717204] r8169 0000:02:00.0: p17p1: [023] 80003fff 00000000 685f8000
[ 2531.717208] r8169 0000:02:00.0: p17p1: [024] 80003fff 00000000 685fc000
[ 2531.717212] r8169 0000:02:00.0: p17p1: [025] 80003fff 00000000 68600000
[ 2531.717217] r8169 0000:02:00.0: p17p1: [026] 80003fff 00000000 68604000
[ 2531.717221] r8169 0000:02:00.0: p17p1: [027] 80003fff 00000000 68608000
[ 2531.717225] r8169 0000:02:00.0: p17p1: [028] 80003fff 00000000 6860c000
[ 2531.717229] r8169 0000:02:00.0: p17p1: [029] 80003fff 00000000 68610000
[ 2531.717234] r8169 0000:02:00.0: p17p1: [030] 80003fff 00000000 68614000
[ 2531.717238] r8169 0000:02:00.0: p17p1: [031] 80003fff 00000000 68618000
[ 2531.717242] r8169 0000:02:00.0: p17p1: [032] 80003fff 00000000 6861c000
[ 2531.717247] r8169 0000:02:00.0: p17p1: [033] 80003fff 00000000 68620000
[ 2531.717251] r8169 0000:02:00.0: p17p1: [034] 80003fff 00000000 68624000
[ 2531.717255] r8169 0000:02:00.0: p17p1: [035] 80003fff 00000000 68628000
[ 2531.717259] r8169 0000:02:00.0: p17p1: [036] 80003fff 00000000 6862c000
[ 2531.717264] r8169 0000:02:00.0: p17p1: [037] 80003fff 00000000 68630000
[ 2531.717268] r8169 0000:02:00.0: p17p1: [038] 80003fff 00000000 68634000
[ 2531.717272] r8169 0000:02:00.0: p17p1: [039] 80003fff 00000000 68638000
[ 2531.717277] r8169 0000:02:00.0: p17p1: [040] 80003fff 00000000 6863c000
[ 2531.717281] r8169 0000:02:00.0: p17p1: [041] 80003fff 00000000 68640000
[ 2531.717285] r8169 0000:02:00.0: p17p1: [042] 80003fff 00000000 68644000
[ 2531.717290] r8169 0000:02:00.0: p17p1: [043] 80003fff 00000000 68648000
[ 2531.717294] r8169 0000:02:00.0: p17p1: [044] 80003fff 00000000 6864c000
[ 2531.717299] r8169 0000:02:00.0: p17p1: [045] 80003fff 00000000 68650000
[ 2531.717303] r8169 0000:02:00.0: p17p1: [046] 80003fff 00000000 68654000
[ 2531.717307] r8169 0000:02:00.0: p17p1: [047] 80003fff 00000000 68658000
[ 2531.717311] r8169 0000:02:00.0: p17p1: [048] 80003fff 00000000 6865c000
[ 2531.717316] r8169 0000:02:00.0: p17p1: [049] 80003fff 00000000 68660000
[ 2531.717320] r8169 0000:02:00.0: p17p1: [050] 80003fff 00000000 68664000
[ 2531.717324] r8169 0000:02:00.0: p17p1: [051] 80003fff 00000000 68668000
[ 2531.717329] r8169 0000:02:00.0: p17p1: [052] 80003fff 00000000 6866c000
[ 2531.717333] r8169 0000:02:00.0: p17p1: [053] 80003fff 00000000 68670000
[ 2531.717337] r8169 0000:02:00.0: p17p1: [054] 80003fff 00000000 68674000
[ 2531.717342] r8169 0000:02:00.0: p17p1: [055] 80003fff 00000000 68678000
[ 2531.717346] r8169 0000:02:00.0: p17p1: [056] 80003fff 00000000 6867c000
[ 2531.717350] r8169 0000:02:00.0: p17p1: [057] 80003fff 00000000 68680000
[ 2531.717354] r8169 0000:02:00.0: p17p1: [058] 80003fff 00000000 68684000
[ 2531.717359] r8169 0000:02:00.0: p17p1: [059] 80003fff 00000000 68688000
[ 2531.717363] r8169 0000:02:00.0: p17p1: [060] 80003fff 00000000 6868c000
[ 2531.717368] r8169 0000:02:00.0: p17p1: [061] 80003fff 00000000 68690000
[ 2531.717372] r8169 0000:02:00.0: p17p1: [062] 80003fff 00000000 68694000
[ 2531.717376] r8169 0000:02:00.0: p17p1: [063] 80003fff 00000000 68698000
[ 2531.717381] r8169 0000:02:00.0: p17p1: [064] 80003fff 00000000 6869c000
[ 2531.717385] r8169 0000:02:00.0: p17p1: [065] 80003fff 00000000 686a0000
[ 2531.717389] r8169 0000:02:00.0: p17p1: [066] 80003fff 00000000 686a4000
[ 2531.717394] r8169 0000:02:00.0: p17p1: [067] 80003fff 00000000 686a8000
[ 2531.717398] r8169 0000:02:00.0: p17p1: [068] 80003fff 00000000 686ac000
[ 2531.717402] r8169 0000:02:00.0: p17p1: [069] 80003fff 00000000 686b0000
[ 2531.717407] r8169 0000:02:00.0: p17p1: [070] 80003fff 00000000 686b4000
[ 2531.717411] r8169 0000:02:00.0: p17p1: [071] 80003fff 00000000 686b8000
[ 2531.717415] r8169 0000:02:00.0: p17p1: [072] 80003fff 00000000 686bc000
[ 2531.717419] r8169 0000:02:00.0: p17p1: [073] 80003fff 00000000 686c0000
[ 2531.717424] r8169 0000:02:00.0: p17p1: [074] 80003fff 00000000 686c4000
[ 2531.717428] r8169 0000:02:00.0: p17p1: [075] 80003fff 00000000 686c8000
[ 2531.717432] r8169 0000:02:00.0: p17p1: [076] 80003fff 00000000 686cc000
[ 2531.717437] r8169 0000:02:00.0: p17p1: [077] 80003fff 00000000 686d0000
[ 2531.717441] r8169 0000:02:00.0: p17p1: [078] 80003fff 00000000 686d4000
[ 2531.717445] r8169 0000:02:00.0: p17p1: [079] 80003fff 00000000 686d8000
[ 2531.717450] r8169 0000:02:00.0: p17p1: [080] 80003fff 00000000 686dc000
[ 2531.717454] r8169 0000:02:00.0: p17p1: [081] 80003fff 00000000 686e0000
[ 2531.717458] r8169 0000:02:00.0: p17p1: [082] 80003fff 00000000 686e4000
[ 2531.717462] r8169 0000:02:00.0: p17p1: [083] 80003fff 00000000 686e8000
[ 2531.717467] r8169 0000:02:00.0: p17p1: [084] 80003fff 00000000 686ec000
[ 2531.717471] r8169 0000:02:00.0: p17p1: [085] 80003fff 00000000 686f0000
[ 2531.717475] r8169 0000:02:00.0: p17p1: [086] 80003fff 00000000 686f4000
[ 2531.717480] r8169 0000:02:00.0: p17p1: [087] 80003fff 00000000 686f8000
[ 2531.717484] r8169 0000:02:00.0: p17p1: [088] 80003fff 00000000 686fc000
[ 2531.717488] r8169 0000:02:00.0: p17p1: [089] 80003fff 00000000 68700000
[ 2531.717493] r8169 0000:02:00.0: p17p1: [090] 80003fff 00000000 68704000
[ 2531.717497] r8169 0000:02:00.0: p17p1: [091] 80003fff 00000000 68708000
[ 2531.717501] r8169 0000:02:00.0: p17p1: [092] 80003fff 00000000 6870c000
[ 2531.717505] r8169 0000:02:00.0: p17p1: [093] 80003fff 00000000 68710000
[ 2531.717510] r8169 0000:02:00.0: p17p1: [094] 80003fff 00000000 68714000
[ 2531.717514] r8169 0000:02:00.0: p17p1: [095] 80003fff 00000000 68718000
[ 2531.717519] r8169 0000:02:00.0: p17p1: [096] 80003fff 00000000 6871c000
[ 2531.717523] r8169 0000:02:00.0: p17p1: [097] 80003fff 00000000 68720000
[ 2531.717527] r8169 0000:02:00.0: p17p1: [098] 80003fff 00000000 68724000
[ 2531.717531] r8169 0000:02:00.0: p17p1: [099] 80003fff 00000000 68728000
[ 2531.717536] r8169 0000:02:00.0: p17p1: [100] 80003fff 00000000 6872c000
[ 2531.717540] r8169 0000:02:00.0: p17p1: [101] 80003fff 00000000 68730000
[ 2531.717545] r8169 0000:02:00.0: p17p1: [102] 80003fff 00000000 68734000
[ 2531.717549] r8169 0000:02:00.0: p17p1: [103] 80003fff 00000000 68738000
[ 2531.717553] r8169 0000:02:00.0: p17p1: [104] 80003fff 00000000 6873c000
[ 2531.717558] r8169 0000:02:00.0: p17p1: [105] 80003fff 00000000 68740000
[ 2531.717562] r8169 0000:02:00.0: p17p1: [106] 80003fff 00000000 68744000
[ 2531.717566] r8169 0000:02:00.0: p17p1: [107] 80003fff 00000000 68748000
[ 2531.717571] r8169 0000:02:00.0: p17p1: [108] 80003fff 00000000 6874c000
[ 2531.717575] r8169 0000:02:00.0: p17p1: [109] 80003fff 00000000 68750000
[ 2531.717579] r8169 0000:02:00.0: p17p1: [110] 80003fff 00000000 68754000
[ 2531.717584] r8169 0000:02:00.0: p17p1: [111] 80003fff 00000000 68758000
[ 2531.717588] r8169 0000:02:00.0: p17p1: [112] 80003fff 00000000 6875c000
[ 2531.717593] r8169 0000:02:00.0: p17p1: [113] 80003fff 00000000 68760000
[ 2531.717597] r8169 0000:02:00.0: p17p1: [114] 80003fff 00000000 68764000
[ 2531.717602] r8169 0000:02:00.0: p17p1: [115] 80003fff 00000000 68768000
[ 2531.717606] r8169 0000:02:00.0: p17p1: [116] 80003fff 00000000 6876c000
[ 2531.717610] r8169 0000:02:00.0: p17p1: [117] 80003fff 00000000 68770000
[ 2531.717615] r8169 0000:02:00.0: p17p1: [118] 80003fff 00000000 68774000
[ 2531.717619] r8169 0000:02:00.0: p17p1: [119] 80003fff 00000000 68778000
[ 2531.717623] r8169 0000:02:00.0: p17p1: [120] 80003fff 00000000 6877c000
[ 2531.717628] r8169 0000:02:00.0: p17p1: [121] 80003fff 00000000 68780000
[ 2531.717632] r8169 0000:02:00.0: p17p1: [122] 80003fff 00000000 68784000
[ 2531.717636] r8169 0000:02:00.0: p17p1: [123] 80003fff 00000000 68788000
[ 2531.717641] r8169 0000:02:00.0: p17p1: [124] 80003fff 00000000 6878c000
[ 2531.717645] r8169 0000:02:00.0: p17p1: [125] 80003fff 00000000 68790000
[ 2531.717649] r8169 0000:02:00.0: p17p1: [126] 80003fff 00000000 68794000
[ 2531.717654] r8169 0000:02:00.0: p17p1: [127] 80003fff 00000000 68798000
[ 2531.717658] r8169 0000:02:00.0: p17p1: [128] 80003fff 00000000 6879c000
[ 2531.717662] r8169 0000:02:00.0: p17p1: [129] 80003fff 00000000 687a0000
[ 2531.717667] r8169 0000:02:00.0: p17p1: [130] 80003fff 00000000 687a4000
[ 2531.717671] r8169 0000:02:00.0: p17p1: [131] 80003fff 00000000 687a8000
[ 2531.717675] r8169 0000:02:00.0: p17p1: [132] 80003fff 00000000 687ac000
[ 2531.717680] r8169 0000:02:00.0: p17p1: [133] 80003fff 00000000 687b0000
[ 2531.717684] r8169 0000:02:00.0: p17p1: [134] 80003fff 00000000 687b4000
[ 2531.717688] r8169 0000:02:00.0: p17p1: [135] 80003fff 00000000 687b8000
[ 2531.717693] r8169 0000:02:00.0: p17p1: [136] 80003fff 00000000 687bc000
[ 2531.717697] r8169 0000:02:00.0: p17p1: [137] 80003fff 00000000 687c0000
[ 2531.717701] r8169 0000:02:00.0: p17p1: [138] 80003fff 00000000 687c4000
[ 2531.717706] r8169 0000:02:00.0: p17p1: [139] 80003fff 00000000 687c8000
[ 2531.717710] r8169 0000:02:00.0: p17p1: [140] 80003fff 00000000 687cc000
[ 2531.717714] r8169 0000:02:00.0: p17p1: [141] 80003fff 00000000 687d0000
[ 2531.717719] r8169 0000:02:00.0: p17p1: [142] 80003fff 00000000 687d4000
[ 2531.717723] r8169 0000:02:00.0: p17p1: [143] 80003fff 00000000 687d8000
[ 2531.717727] r8169 0000:02:00.0: p17p1: [144] 80003fff 00000000 687dc000
[ 2531.717732] r8169 0000:02:00.0: p17p1: [145] 80003fff 00000000 687e0000
[ 2531.717736] r8169 0000:02:00.0: p17p1: [146] 80003fff 00000000 687e4000
[ 2531.717740] r8169 0000:02:00.0: p17p1: [147] 80003fff 00000000 687e8000
[ 2531.717745] r8169 0000:02:00.0: p17p1: [148] 80003fff 00000000 687ec000
[ 2531.717749] r8169 0000:02:00.0: p17p1: [149] 80003fff 00000000 687f0000
[ 2531.717754] r8169 0000:02:00.0: p17p1: [150] 80003fff 00000000 687f4000
[ 2531.717758] r8169 0000:02:00.0: p17p1: [151] 80003fff 00000000 687f8000
[ 2531.717762] r8169 0000:02:00.0: p17p1: [152] 80003fff 00000000 687fc000
[ 2531.717767] r8169 0000:02:00.0: p17p1: [153] 80003fff 00000000 68000000
[ 2531.717771] r8169 0000:02:00.0: p17p1: [154] 80003fff 00000000 68004000
[ 2531.717776] r8169 0000:02:00.0: p17p1: [155] 80003fff 00000000 68008000
[ 2531.717780] r8169 0000:02:00.0: p17p1: [156] 80003fff 00000000 6800c000
[ 2531.717784] r8169 0000:02:00.0: p17p1: [157] 80003fff 00000000 68010000
[ 2531.717788] r8169 0000:02:00.0: p17p1: [158] 80003fff 00000000 68014000
[ 2531.717793] r8169 0000:02:00.0: p17p1: [159] 80003fff 00000000 68018000
[ 2531.717797] r8169 0000:02:00.0: p17p1: [160] 80003fff 00000000 6801c000
[ 2531.717802] r8169 0000:02:00.0: p17p1: [161] 80003fff 00000000 68020000
[ 2531.717806] r8169 0000:02:00.0: p17p1: [162] 80003fff 00000000 68024000
[ 2531.717810] r8169 0000:02:00.0: p17p1: [163] 80003fff 00000000 68028000
[ 2531.717815] r8169 0000:02:00.0: p17p1: [164] 80003fff 00000000 6802c000
[ 2531.717820] r8169 0000:02:00.0: p17p1: [165] 80003fff 00000000 68030000
[ 2531.717824] r8169 0000:02:00.0: p17p1: [166] 80003fff 00000000 68034000
[ 2531.717828] r8169 0000:02:00.0: p17p1: [167] 80003fff 00000000 68038000
[ 2531.717833] r8169 0000:02:00.0: p17p1: [168] 80003fff 00000000 6803c000
[ 2531.717837] r8169 0000:02:00.0: p17p1: [169] 80003fff 00000000 68040000
[ 2531.717841] r8169 0000:02:00.0: p17p1: [170] 80003fff 00000000 68044000
[ 2531.717846] r8169 0000:02:00.0: p17p1: [171] 80003fff 00000000 68048000
[ 2531.717850] r8169 0000:02:00.0: p17p1: [172] 80003fff 00000000 6804c000
[ 2531.717854] r8169 0000:02:00.0: p17p1: [173] 80003fff 00000000 68050000
[ 2531.717859] r8169 0000:02:00.0: p17p1: [174] 80003fff 00000000 68054000
[ 2531.717863] r8169 0000:02:00.0: p17p1: [175] 80003fff 00000000 68058000
[ 2531.717867] r8169 0000:02:00.0: p17p1: [176] 80003fff 00000000 6805c000
[ 2531.717872] r8169 0000:02:00.0: p17p1: [177] 80003fff 00000000 68060000
[ 2531.717876] r8169 0000:02:00.0: p17p1: [178] 80003fff 00000000 68064000
[ 2531.717880] r8169 0000:02:00.0: p17p1: [179] 80003fff 00000000 68068000
[ 2531.717885] r8169 0000:02:00.0: p17p1: [180] 80003fff 00000000 6806c000
[ 2531.717889] r8169 0000:02:00.0: p17p1: [181] 80003fff 00000000 68070000
[ 2531.717893] r8169 0000:02:00.0: p17p1: [182] 80003fff 00000000 68074000
[ 2531.717898] r8169 0000:02:00.0: p17p1: [183] 80003fff 00000000 68078000
[ 2531.717902] r8169 0000:02:00.0: p17p1: [184] 80003fff 00000000 6807c000
[ 2531.717906] r8169 0000:02:00.0: p17p1: [185] 80003fff 00000000 68080000
[ 2531.717911] r8169 0000:02:00.0: p17p1: [186] 80003fff 00000000 68084000
[ 2531.717915] r8169 0000:02:00.0: p17p1: [187] 80003fff 00000000 68088000
[ 2531.717919] r8169 0000:02:00.0: p17p1: [188] 80003fff 00000000 6808c000
[ 2531.717924] r8169 0000:02:00.0: p17p1: [189] 80003fff 00000000 68090000
[ 2531.717928] r8169 0000:02:00.0: p17p1: [190] 80003fff 00000000 68094000
[ 2531.717933] r8169 0000:02:00.0: p17p1: [191] 80003fff 00000000 68098000
[ 2531.717937] r8169 0000:02:00.0: p17p1: [192] 80003fff 00000000 6809c000
[ 2531.717941] r8169 0000:02:00.0: p17p1: [193] 80003fff 00000000 680a0000
[ 2531.717946] r8169 0000:02:00.0: p17p1: [194] 80003fff 00000000 680a4000
[ 2531.717950] r8169 0000:02:00.0: p17p1: [195] 80003fff 00000000 680a8000
[ 2531.717954] r8169 0000:02:00.0: p17p1: [196] 80003fff 00000000 680ac000
[ 2531.717959] r8169 0000:02:00.0: p17p1: [197] 80003fff 00000000 680b0000
[ 2531.717963] r8169 0000:02:00.0: p17p1: [198] 80003fff 00000000 680b4000
[ 2531.717967] r8169 0000:02:00.0: p17p1: [199] 80003fff 00000000 680b8000
[ 2531.717972] r8169 0000:02:00.0: p17p1: [200] 80003fff 00000000 680bc000
[ 2531.717977] r8169 0000:02:00.0: p17p1: [201] 80003fff 00000000 680c0000
[ 2531.717981] r8169 0000:02:00.0: p17p1: [202] 80003fff 00000000 680c4000
[ 2531.717985] r8169 0000:02:00.0: p17p1: [203] 80003fff 00000000 680c8000
[ 2531.717989] r8169 0000:02:00.0: p17p1: [204] 80003fff 00000000 680cc000
[ 2531.717994] r8169 0000:02:00.0: p17p1: [205] 80003fff 00000000 680d0000
[ 2531.717998] r8169 0000:02:00.0: p17p1: [206] 80003fff 00000000 680d4000
[ 2531.718021] r8169 0000:02:00.0: p17p1: [207] 80003fff 00000000 680d8000
[ 2531.718026] r8169 0000:02:00.0: p17p1: [208] 80003fff 00000000 680dc000
[ 2531.718032] r8169 0000:02:00.0: p17p1: [209] 80003fff 00000000 680e0000
[ 2531.718037] r8169 0000:02:00.0: p17p1: [210] 80003fff 00000000 680e4000
[ 2531.718042] r8169 0000:02:00.0: p17p1: [211] 80003fff 00000000 680e8000
[ 2531.718048] r8169 0000:02:00.0: p17p1: [212] 80003fff 00000000 680ec000
[ 2531.718053] r8169 0000:02:00.0: p17p1: [213] 80003fff 00000000 680f0000
[ 2531.718059] r8169 0000:02:00.0: p17p1: [214] 80003fff 00000000 680f4000
[ 2531.718064] r8169 0000:02:00.0: p17p1: [215] 80003fff 00000000 680f8000
[ 2531.718070] r8169 0000:02:00.0: p17p1: [216] 80003fff 00000000 680fc000
[ 2531.718076] r8169 0000:02:00.0: p17p1: [217] 80003fff 00000000 68100000
[ 2531.718082] r8169 0000:02:00.0: p17p1: [218] 80003fff 00000000 68104000
[ 2531.718087] r8169 0000:02:00.0: p17p1: [219] 80003fff 00000000 68108000
[ 2531.718092] r8169 0000:02:00.0: p17p1: [220] 80003fff 00000000 6810c000
[ 2531.718098] r8169 0000:02:00.0: p17p1: [221] 80003fff 00000000 68110000
[ 2531.718103] r8169 0000:02:00.0: p17p1: [222] 80003fff 00000000 68114000
[ 2531.718109] r8169 0000:02:00.0: p17p1: [223] 80003fff 00000000 68118000
[ 2531.718114] r8169 0000:02:00.0: p17p1: [224] 80003fff 00000000 6811c000
[ 2531.718120] r8169 0000:02:00.0: p17p1: [225] 80003fff 00000000 68120000
[ 2531.718126] r8169 0000:02:00.0: p17p1: [226] 80003fff 00000000 68124000
[ 2531.718131] r8169 0000:02:00.0: p17p1: [227] 80003fff 00000000 68128000
[ 2531.718137] r8169 0000:02:00.0: p17p1: [228] 80003fff 00000000 6812c000
[ 2531.718142] r8169 0000:02:00.0: p17p1: [229] 80003fff 00000000 68130000
[ 2531.718148] r8169 0000:02:00.0: p17p1: [230] 80003fff 00000000 68134000
[ 2531.718153] r8169 0000:02:00.0: p17p1: [231] 80003fff 00000000 68138000
[ 2531.718159] r8169 0000:02:00.0: p17p1: [232] 80003fff 00000000 6813c000
[ 2531.718164] r8169 0000:02:00.0: p17p1: [233] 80003fff 00000000 68140000
[ 2531.718169] r8169 0000:02:00.0: p17p1: [234] 80003fff 00000000 68144000
[ 2531.718175] r8169 0000:02:00.0: p17p1: [235] 80003fff 00000000 68148000
[ 2531.718180] r8169 0000:02:00.0: p17p1: [236] 80003fff 00000000 6814c000
[ 2531.718185] r8169 0000:02:00.0: p17p1: [237] 80003fff 00000000 68150000
[ 2531.718191] r8169 0000:02:00.0: p17p1: [238] 80003fff 00000000 68154000
[ 2531.718196] r8169 0000:02:00.0: p17p1: [239] 80003fff 00000000 68158000
[ 2531.718202] r8169 0000:02:00.0: p17p1: [240] 80003fff 00000000 6815c000
[ 2531.718208] r8169 0000:02:00.0: p17p1: [241] 80003fff 00000000 68160000
[ 2531.718213] r8169 0000:02:00.0: p17p1: [242] 80003fff 00000000 68164000
[ 2531.718218] r8169 0000:02:00.0: p17p1: [243] 80003fff 00000000 68168000
[ 2531.718224] r8169 0000:02:00.0: p17p1: [244] 80003fff 00000000 6816c000
[ 2531.718229] r8169 0000:02:00.0: p17p1: [245] 80003fff 00000000 68170000
[ 2531.718235] r8169 0000:02:00.0: p17p1: [246] 80003fff 00000000 68174000
[ 2531.718241] r8169 0000:02:00.0: p17p1: [247] 80003fff 00000000 68178000
[ 2531.718246] r8169 0000:02:00.0: p17p1: [248] 80003fff 00000000 6817c000
[ 2531.718252] r8169 0000:02:00.0: p17p1: [249] 80003fff 00000000 68180000
[ 2531.718257] r8169 0000:02:00.0: p17p1: [250] 80003fff 00000000 68184000
[ 2531.718262] r8169 0000:02:00.0: p17p1: [251] 80003fff 00000000 68188000
[ 2531.718268] r8169 0000:02:00.0: p17p1: [252] 80003fff 00000000 6818c000
[ 2531.718274] r8169 0000:02:00.0: p17p1: [253] 80003fff 00000000 68190000
[ 2531.718279] r8169 0000:02:00.0: p17p1: [254] 80003fff 00000000 68194000
[ 2531.718285] r8169 0000:02:00.0: p17p1: [255] c0003fff 00000000 68198000
[ 2531.718290] r8169 0000:02:00.0: p17p1: Tx ring: dirty=00056279 current=0005627a
[ 2531.718296] r8169 0000:02:00.0: p17p1: [000] 00000000 00000000 799a9a40
[ 2531.718301] r8169 0000:02:00.0: p17p1: [001] 00000000 00000000 799a9a40
[ 2531.718307] r8169 0000:02:00.0: p17p1: [002] 00000000 00000000 799a9a40
[ 2531.718312] r8169 0000:02:00.0: p17p1: [003] 00000000 00000000 799a9a40
[ 2531.718317] r8169 0000:02:00.0: p17p1: [004] 00000000 00000000 799a9a40
[ 2531.718323] r8169 0000:02:00.0: p17p1: [005] 00000000 00000000 799a9a40
[ 2531.718328] r8169 0000:02:00.0: p17p1: [006] 00000000 00000000 799a9a40
[ 2531.718334] r8169 0000:02:00.0: p17p1: [007] 00000000 00000000 799a9a40
[ 2531.718339] r8169 0000:02:00.0: p17p1: [008] 00000000 00000000 799a9a40
[ 2531.718345] r8169 0000:02:00.0: p17p1: [009] 00000000 00000000 799a9a40
[ 2531.718350] r8169 0000:02:00.0: p17p1: [010] 00000000 00000000 799a9a40
[ 2531.718356] r8169 0000:02:00.0: p17p1: [011] 00000000 00000000 799a9a40
[ 2531.718361] r8169 0000:02:00.0: p17p1: [012] 00000000 00000000 799a9a40
[ 2531.718367] r8169 0000:02:00.0: p17p1: [013] 00000000 00000000 799a9a40
[ 2531.718372] r8169 0000:02:00.0: p17p1: [014] 00000000 00000000 799a9a40
[ 2531.718377] r8169 0000:02:00.0: p17p1: [015] 00000000 00000000 799a9a40
[ 2531.718383] r8169 0000:02:00.0: p17p1: [016] 00000000 00000000 799a9a40
[ 2531.718388] r8169 0000:02:00.0: p17p1: [017] 00000000 00000000 799a9a40
[ 2531.718394] r8169 0000:02:00.0: p17p1: [018] 00000000 00000000 799a9a40
[ 2531.718399] r8169 0000:02:00.0: p17p1: [019] 00000000 00000000 799a9a40
[ 2531.718404] r8169 0000:02:00.0: p17p1: [020] 00000000 00000000 799a9a40
[ 2531.718409] r8169 0000:02:00.0: p17p1: [021] 00000000 00000000 799a9a40
[ 2531.718415] r8169 0000:02:00.0: p17p1: [022] 00000000 00000000 799a9a40
[ 2531.718421] r8169 0000:02:00.0: p17p1: [023] 00000000 00000000 799a9a40
[ 2531.718425] r8169 0000:02:00.0: p17p1: [024] 00000000 00000000 799a9a40
[ 2531.718431] r8169 0000:02:00.0: p17p1: [025] 00000000 00000000 799a9a40
[ 2531.718436] r8169 0000:02:00.0: p17p1: [026] 00000000 00000000 799a9a40
[ 2531.718441] r8169 0000:02:00.0: p17p1: [027] 00000000 00000000 799a9a40
[ 2531.718447] r8169 0000:02:00.0: p17p1: [028] 00000000 00000000 799a9a40
[ 2531.718452] r8169 0000:02:00.0: p17p1: [029] 00000000 00000000 799a9a40
[ 2531.718457] r8169 0000:02:00.0: p17p1: [030] 00000000 00000000 799a9a40
[ 2531.718462] r8169 0000:02:00.0: p17p1: [031] 00000000 00000000 799a9a40
[ 2531.718467] r8169 0000:02:00.0: p17p1: [032] 00000000 00000000 799a9a40
[ 2531.718473] r8169 0000:02:00.0: p17p1: [033] 00000000 00000000 799a9a40
[ 2531.718478] r8169 0000:02:00.0: p17p1: [034] 00000000 00000000 799a9a40
[ 2531.718484] r8169 0000:02:00.0: p17p1: [035] 00000000 00000000 799a9a40
[ 2531.718489] r8169 0000:02:00.0: p17p1: [036] 00000000 00000000 799a9a40
[ 2531.718494] r8169 0000:02:00.0: p17p1: [037] 00000000 00000000 799a9a40
[ 2531.718499] r8169 0000:02:00.0: p17p1: [038] 00000000 00000000 799a9a40
[ 2531.718505] r8169 0000:02:00.0: p17p1: [039] 00000000 00000000 799a9a40
[ 2531.718510] r8169 0000:02:00.0: p17p1: [040] 00000000 00000000 799a9a40
[ 2531.718515] r8169 0000:02:00.0: p17p1: [041] 00000000 00000000 799a9a40
[ 2531.718520] r8169 0000:02:00.0: p17p1: [042] 00000000 00000000 799a9a40
[ 2531.718525] r8169 0000:02:00.0: p17p1: [043] 00000000 00000000 799a9a40
[ 2531.718531] r8169 0000:02:00.0: p17p1: [044] 00000000 00000000 799a9a40
[ 2531.718536] r8169 0000:02:00.0: p17p1: [045] 00000000 00000000 799a9a40
[ 2531.718542] r8169 0000:02:00.0: p17p1: [046] 00000000 00000000 799a9a40
[ 2531.718547] r8169 0000:02:00.0: p17p1: [047] 00000000 00000000 799a9a40
[ 2531.718553] r8169 0000:02:00.0: p17p1: [048] 00000000 00000000 799a9a40
[ 2531.718558] r8169 0000:02:00.0: p17p1: [049] 00000000 00000000 799a9a40
[ 2531.718564] r8169 0000:02:00.0: p17p1: [050] 00000000 00000000 799a9a40
[ 2531.718569] r8169 0000:02:00.0: p17p1: [051] 00000000 00000000 799a9a40
[ 2531.718575] r8169 0000:02:00.0: p17p1: [052] 00000000 00000000 799a9a40
[ 2531.718579] r8169 0000:02:00.0: p17p1: [053] 00000000 00000000 799a9a40
[ 2531.718585] r8169 0000:02:00.0: p17p1: [054] 00000000 00000000 799a9a40
[ 2531.718590] r8169 0000:02:00.0: p17p1: [055] 00000000 00000000 799a9a40
[ 2531.718596] r8169 0000:02:00.0: p17p1: [056] 00000000 00000000 799a9a40
[ 2531.718601] r8169 0000:02:00.0: p17p1: [057] 30000000 00000000 ae300ee
[ 2531.718606] r8169 0000:02:00.0: p17p1: [058] 00000000 00000000 799a9a40
[ 2531.718612] r8169 0000:02:00.0: p17p1: [059] 00000000 00000000 799a9a40
[ 2531.718617] r8169 0000:02:00.0: p17p1: [060] 00000000 00000000 799a9a40
[ 2531.718623] r8169 0000:02:00.0: p17p1: [061] 00000000 00000000 799a9a40
[ 2531.718628] r8169 0000:02:00.0: p17p1: [062] 00000000 00000000 799a9a40
[ 2531.718633] r8169 0000:02:00.0: p17p1: [063] 40000000 00000000 799a9a40
[ 2531.718639] r8169 0000:02:00.0: p17p1: [064] b0000050 00000000 799a9a40
[ 2531.718644] r8169 0000:02:00.0: p17p1: [065] b0000050 00000000 799a9a40
[ 2531.718651] r8169 0000:02:00.0: p17p1: [066] b0000050 00000000 799a9a40
[ 2531.718656] r8169 0000:02:00.0: p17p1: [067] b0000050 00000000 799a9a40
[ 2531.718661] r8169 0000:02:00.0: p17p1: [068] b0000050 00000000 799a9a40
[ 2531.718666] r8169 0000:02:00.0: p17p1: [069] b0000050 00000000 799a9a40
[ 2531.718672] r8169 0000:02:00.0: p17p1: [070] b0000050 00000000 799a9a40
[ 2531.718677] r8169 0000:02:00.0: p17p1: [071] b0000050 00000000 799a9a40
[ 2531.718682] r8169 0000:02:00.0: p17p1: [072] b0000050 00000000 799a9a40
[ 2531.718688] r8169 0000:02:00.0: p17p1: [073] b0000050 00000000 799a9a40
[ 2531.718693] r8169 0000:02:00.0: p17p1: [074] b0000050 00000000 799a9a40
[ 2531.718699] r8169 0000:02:00.0: p17p1: [075] b0000050 00000000 799a9a40
[ 2531.718704] r8169 0000:02:00.0: p17p1: [076] b0000050 00000000 799a9a40
[ 2531.718710] r8169 0000:02:00.0: p17p1: [077] b0000050 00000000 799a9a40
[ 2531.718715] r8169 0000:02:00.0: p17p1: [078] b0000050 00000000 799a9a40
[ 2531.718721] r8169 0000:02:00.0: p17p1: [079] f0000050 00000000 799a9a40
[ 2531.718726] r8169 0000:02:00.0: p17p1: Device queue: avail=-840
[ 2531.718731] r8169 0000:02:00.0: p17p1:  num_queued=87647115
[ 2531.718735] r8169 0000:02:00.0: p17p1:  adj_limit=87646275
[ 2531.718740] r8169 0000:02:00.0: p17p1:  last_obj_cnt=1514
[ 2531.718744] r8169 0000:02:00.0: p17p1:  limit=674
[ 2531.718749] r8169 0000:02:00.0: p17p1:  num_completed=87645601
[ 2531.718753] r8169 0000:02:00.0: p17p1:  prev_ovlimit=906
[ 2531.718758] r8169 0000:02:00.0: p17p1:  prev_num_queued=87647115
[ 2531.718763] r8169 0000:02:00.0: p17p1:  prev_last_obj_cnt=1514
[ 2531.718767] r8169 0000:02:00.0: p17p1:  lowest_slack=378
[ 2531.718772] r8169 0000:02:00.0: p17p1:  slack_start_time=4297189248
[ 2531.718777] r8169 0000:02:00.0: p17p1:  max_limit=1879048192
[ 2531.718782] r8169 0000:02:00.0: p17p1:  min_limit=0
[ 2531.718786] r8169 0000:02:00.0: p17p1:  slack_hold_time=1000
[ 2531.718923] r8169 0000:02:00.0: p17p1: link up
[ 2755.572061] [drm] Got built-in EDID base block and 0 extensions from "edid/1280x1024.bin" for connector "VGA-1"
[ 3057.941940] TCP: lp registered

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-05-29  3:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21 17:21 WARNING: at net/sched/sch_generic.c:256 dev_watchdog+0x277/0x280() Alex Villací­s Lasso
2012-05-02 19:20 ` Alex Villací­s Lasso
2012-05-02 22:52   ` Francois Romieu
2012-05-02 23:28     ` Alex Villací­s Lasso
2012-05-03  6:47       ` Francois Romieu
     [not found]         ` <4FA2A6A4.1030308@ceibo.fiec.espol.edu.ec>
2012-05-04 14:57           ` Fwd: " Alex Villací­s Lasso
2012-05-05 21:44             ` Alex Villacís Lasso
2012-05-05 23:01               ` Francois Romieu
2012-05-24 15:26                 ` Alex Villací­s Lasso
2012-05-26 10:11                   ` Francois Romieu
2012-05-29  3:31                     ` Alex Villacís Lasso
     [not found]     ` <4FA1C34C.6080909@fiec.espol.edu.ec>
2012-05-03  0:44       ` Alex Villací­s Lasso
2012-05-02 19:26 ` Alex Villací­s Lasso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).