Announcement

Collapse
No announcement yet.

13.04 : startup crashes and no HDMI sound on NVIDIA

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    13.04 : startup crashes and no HDMI sound on NVIDIA

    I have installed it in my media center, and it's impossible to get the HDMI audio from my GeForce GTX 550 working. It used to work with 12.04 LTS. And now it's impossible to use my media center without any sound coming out from the TV (argh!).

    I can see the card with aplay -l

    It's card 1 device 7. However it won't be detected by pulseaudio, and it won't play any sounds even if I disable pulseaudio.

    Also, I'm having some strange crashes at the splash screen, at startup. When it happens, I get a black screen and can't see anything anymore. CTRL+ALT+F(1-4) doesn't work. The only thing I can do is the REISUB trick.

    So:

    1) How can I get a log of that crash to see what's going on?

    2) How can I get my HDMI audio working again?

    #2
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    Comment


      #3
      grep eld_valid /proc/asound/NVidia/eld*
      /proc/asound/NVidia/eld#0.0:eld_valid 0
      /proc/asound/NVidia/eld#1.0:eld_valid 1
      /proc/asound/NVidia/eld#2.0:eld_valid 0
      /proc/asound/NVidia/eld#3.0:eld_valid 0

      Comment


        #4
        $ aplay -D hw:1,7 sapo.wav
        aplay: main:682: audio open error: No such device

        $ aplay -D plughw:1,7 sapo.wav
        aplay: main:682: audio open error: No such device

        $ aplay -D hdmi:1,7 sapo.wav
        ALSA lib confmisc.c:1286snd_func_refer) Unable to find definition 'cards.HDA-Intel.pcm.hdmi.7:CARD=1,AES0=4,AES1=130,AES2=0,AES 3=2'
        ALSA lib conf.c:4241_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
        ALSA lib conf.c:4720snd_config_expand) Evaluate error: No such file or directory
        ALSA lib pcm.c:2217snd_pcm_open_noupdate) Unknown PCM hdmi:1,7
        aplay: main:682: audio open error: No such file or directory
        I have replied multiple times because the forum said I couldn't post any link. And I wasn't posting any link.

        So:

        1) How can I get a log of that crash to see what's going on?

        2) How can I get my HDMI audio working again?

        Comment


          #5
          Originally posted by landeel View Post
          I have replied multiple times because the forum said I couldn't post any link. And I wasn't posting any link.

          So:

          1) How can I get a log of that crash to see what's going on?

          2) How can I get my HDMI audio working again?
          Have you gone into Phonon and looked around that?

          Comment


            #6
            Yeah, Phonon can't see the HDMI card either.

            Comment


              #7
              Could finally get a log of the crash:
              [ 0.000000] Initializing cgroup subsys cpuset
              [ 0.000000] Initializing cgroup subsys cpu
              [ 0.000000] Linux version 3.8.0-19-generic (buildd@allspice) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 (Ubuntu 3.8.0-19.29-generic 3.8.8)
              [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=b7284915-0713-44fb-9b37-6d48eed74f4f ro nomodeset locale=pt_BR quiet splash
              [ 0.000000] KERNEL supported cpus:
              [ 0.000000] Intel GenuineIntel
              [ 0.000000] AMD AuthenticAMD
              [ 0.000000] Centaur CentaurHauls
              [ 0.000000] e820: BIOS-provided physical RAM map:
              [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
              [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000009ffff] reserved
              [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
              [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dcc86fff] usable
              [ 0.000000] BIOS-e820: [mem 0x00000000dcc87000-0x00000000dcd42fff] ACPI NVS
              [ 0.000000] BIOS-e820: [mem 0x00000000dcd43000-0x00000000df698fff] usable
              [ 0.000000] BIOS-e820: [mem 0x00000000df699000-0x00000000df6befff] reserved
              [ 0.000000] BIOS-e820: [mem 0x00000000df6bf000-0x00000000df755fff] usable
              [ 0.000000] BIOS-e820: [mem 0x00000000df756000-0x00000000df7befff] ACPI NVS
              [ 0.000000] BIOS-e820: [mem 0x00000000df7bf000-0x00000000df7e7fff] usable
              [ 0.000000] BIOS-e820: [mem 0x00000000df7e8000-0x00000000df7f1fff] ACPI data
              [ 0.000000] BIOS-e820: [mem 0x00000000df7f2000-0x00000000df7f2fff] usable
              [ 0.000000] BIOS-e820: [mem 0x00000000df7f3000-0x00000000df7fefff] ACPI data
              [ 0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
              [ 0.000000] BIOS-e820: [mem 0x00000000df800000-0x00000000dfffffff] reserved
              [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000ffffffff] reserved
              [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f7fffff] usable
              [ 0.000000] NX (Execute Disable) protection: active
              [ 0.000000] SMBIOS 2.6 present.
              [ 0.000000] DMI: /DP67BG, BIOS BGP6710J.86A.2185.2012.0420.0057 04/20/2012
              [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
              [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
              [ 0.000000] No AGP bridge found
              [ 0.000000] e820: last_pfn = 0x21f800 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-BFFFF uncachable
              [ 0.000000] C0000-DFFFF write-protect
              [ 0.000000] E0000-FFFFF uncachable
              [ 0.000000] MTRR variable ranges enabled:
              [ 0.000000] 0 base 000000000 mask F80000000 write-back
              [ 0.000000] 1 base 080000000 mask FC0000000 write-back
              [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
              [ 0.000000] 3 base 0FFC00000 mask FFFC00000 write-protect
              [ 0.000000] 4 base 100000000 mask F00000000 write-back
              [ 0.000000] 5 base 200000000 mask E00000000 write-back
              [ 0.000000] 6 disabled
              [ 0.000000] 7 disabled
              [ 0.000000] 8 disabled
              [ 0.000000] 9 disabled
              [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
              [ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
              [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
              [ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576
              [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdf7fffff]
              [ 0.000000] [mem 0x00000000-0xdf7fffff] page 2M
              [ 0.000000] kernel direct mapping tables up to 0xdf7fffff @ [mem 0x1fffb000-0x1fffffff]
              [ 0.000000] init_memory_mapping: [mem 0x100000000-0x21f7fffff]
              [ 0.000000] [mem 0x100000000-0x21f7fffff] page 2M
              [ 0.000000] kernel direct mapping tables up to 0x21f7fffff @ [mem 0xdf7e2000-0xdf7e7fff]
              [ 0.000000] RAMDISK: [mem 0x345a8000-0x362cbfff]
              [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 INTEL )
              [ 0.000000] ACPI: XSDT 00000000df7fd120 00064 (v01 INTEL BGP6710J 00000889 01000013)
              [ 0.000000] ACPI: FACP 00000000df7fc000 000F4 (v03 INTEL BGP6710J 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: DSDT 00000000df7f8000 0386B (v02 INTEL BGP6710J 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: FACS 00000000df76b000 00040
              [ 0.000000] ACPI: APIC 00000000df7f7000 000BC (v02 INTEL BGP6710J 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: MCFG 00000000df7f6000 0003C (v01 INTEL BGP6710J 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: ASF! 00000000df7f5000 000A5 (v32 INTEL BGP6710J 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: HPET 00000000df7f4000 00038 (v01 INTEL BGP6710J 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: SSDT 00000000df7ea000 078CC (v01 INTEL SSDT PM 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: DMAR 00000000df7e8000 000C8 (v01 INTEL BGP6710J 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: ASPT 00000000df7f3000 00034 (v07 INTEL PerfTune 00000889 MSFT 0100000D)
              [ 0.000000] ACPI: Local APIC address 0xfee00000
              [ 0.000000] No NUMA configuration found
              [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f7fffff]
              [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21f7fffff]
              [ 0.000000] NODE_DATA [mem 0x21f7fb000-0x21f7fffff]
              [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216e00000-ffff88021edfffff] on node 0
              [ 0.000000] Zone ranges:
              [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
              [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
              [ 0.000000] Normal [mem 0x100000000-0x21f7fffff]
              [ 0.000000] Movable zone start for each node
              [ 0.000000] Early memory node ranges
              [ 0.000000] node 0: [mem 0x00010000-0x0008efff]
              [ 0.000000] node 0: [mem 0x00100000-0xdcc86fff]
              [ 0.000000] node 0: [mem 0xdcd43000-0xdf698fff]
              [ 0.000000] node 0: [mem 0xdf6bf000-0xdf755fff]
              [ 0.000000] node 0: [mem 0xdf7bf000-0xdf7e7fff]
              [ 0.000000] node 0: [mem 0xdf7f2000-0xdf7f2fff]
              [ 0.000000] node 0: [mem 0xdf7ff000-0xdf7fffff]
              [ 0.000000] node 0: [mem 0x100000000-0x21f7fffff]
              [ 0.000000] On node 0 totalpages: 2092574
              [ 0.000000] DMA zone: 64 pages used for memmap
              [ 0.000000] DMA zone: 6 pages reserved
              [ 0.000000] DMA zone: 3897 pages, LIFO batch:0
              [ 0.000000] DMA32 zone: 14235 pages used for memmap
              [ 0.000000] DMA32 zone: 896772 pages, LIFO batch:31
              [ 0.000000] Normal zone: 18400 pages used for memmap
              [ 0.000000] Normal zone: 1159200 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] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
              [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high level lint[0x1])
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high level lint[0x1])
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high level lint[0x1])
              [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high level lint[0x1])
              [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
              [ 0.000000] IOAPIC[0]: apic_id 8, 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: 0x8086a701 base: 0xfed00000
              [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
              [ 0.000000] nr_irqs_gsi: 40
              [ 0.000000] PM: Registered nosave memory: 000000000008f000 - 00000000000a0000
              [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
              [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
              [ 0.000000] PM: Registered nosave memory: 00000000dcc87000 - 00000000dcd43000
              [ 0.000000] PM: Registered nosave memory: 00000000df699000 - 00000000df6bf000
              [ 0.000000] PM: Registered nosave memory: 00000000df756000 - 00000000df7bf000
              [ 0.000000] PM: Registered nosave memory: 00000000df7e8000 - 00000000df7f2000
              [ 0.000000] PM: Registered nosave memory: 00000000df7f3000 - 00000000df7ff000
              [ 0.000000] PM: Registered nosave memory: 00000000df800000 - 00000000e0000000
              [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
              [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 0000000100000000
              [ 0.000000] e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
              [ 0.000000] Booting paravirtualized kernel on bare hardware
              [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
              [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021f400000 s85056 r8192 d21440 u262144
              [ 0.000000] pcpu-alloc: s85056 r8192 d21440 u262144 alloc=1*2097152
              [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
              [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2059869
              [ 0.000000] Policy zone: Normal
              [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic root=UUID=b7284915-0713-44fb-9b37-6d48eed74f4f ro nomodeset locale=pt_BR quiet splash
              [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
              [ 0.000000] __ex_table already sorted, skipping sort
              [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
              [ 0.000000] Checking aperture...
              [ 0.000000] No AGP bridge found
              [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
              [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
              [ 0.000000] Memory: 8126584k/8904704k available (7006k kernel code, 534408k absent, 243712k reserved, 6238k data, 992k init)
              [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
              [ 0.000000] Hierarchical RCU implementation.
              [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
              [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
              [ 0.000000] NR_IRQS:16640 nr_irqs:744 16
              [ 0.000000] Extended CMOS year: 2000
              [ 0.000000] Console: colour VGA+ 80x25
              [ 0.000000] console [tty0] enabled
              [ 0.000000] allocated 33554432 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] tsc: Fast TSC calibration using PIT
              [ 0.004000] tsc: Detected 3392.253 MHz processor
              [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.50 BogoMIPS (lpj=13569012)
              [ 0.000003] pid_max: default: 32768 minimum: 301
              [ 0.000019] Security Framework initialized
              [ 0.000027] AppArmor: AppArmor initialized
              [ 0.000028] Yama: becoming mindful.
              [ 0.000395] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
              [ 0.001548] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
              [ 0.002027] Mount-cache hash table entries: 256
              [ 0.002137] Initializing cgroup subsys cpuacct
              [ 0.002139] Initializing cgroup subsys memory
              [ 0.002143] Initializing cgroup subsys devices
              [ 0.002144] Initializing cgroup subsys freezer
              [ 0.002145] Initializing cgroup subsys blkio
              [ 0.002146] Initializing cgroup subsys perf_event
              [ 0.002148] Initializing cgroup subsys hugetlb
              [ 0.002163] CPU: Physical Processor ID: 0
              [ 0.002164] CPU: Processor Core ID: 0
              [ 0.002167] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
              [ 0.002167] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
              [ 0.002169] mce: CPU supports 9 MCE banks
              [ 0.002179] CPU0: Thermal monitoring enabled (TM1)
              [ 0.002183] process: using mwait in idle threads
              [ 0.002186] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
              [ 0.002186] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
              [ 0.002186] tlb_flushall_shift: 5
              [ 0.002286] Freeing SMP alternatives: 24k freed
              [ 0.004054] ACPI: Core revision 20121018
              [ 0.008047] ftrace: allocating 26689 entries in 105 pages
              [ 0.017428] dmar: Host address width 36
              [ 0.017430] dmar: DRHD base: 0x000000fed91000 flags: 0x1
              [ 0.017434] dmar: IOMMU 0: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
              [ 0.017435] dmar: RMRR base: 0x000000df69e000 end: 0x000000df69efff
              [ 0.017436] dmar: RMRR base: 0x000000df6a3000 end: 0x000000df6a3fff
              [ 0.017942] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
              [ 0.057511] smpboot: CPU0: Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz (fam: 06, model: 2a, stepping: 07)
              [ 0.057516] TSC deadline timer enabled
              [ 0.057519] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
              [ 0.057523] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
              [ 0.057524] ... version: 3
              [ 0.057525] ... bit width: 48
              [ 0.057525] ... generic registers: 4
              [ 0.057526] ... value mask: 0000ffffffffffff
              [ 0.057527] ... max period: 000000007fffffff
              [ 0.057528] ... fixed-purpose events: 3
              [ 0.057528] ... event mask: 000000070000000f
              [ 0.071262] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
              [ 0.058172] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
              [ 0.150193] Brought up 8 CPUs
              [ 0.150196] smpboot: Total of 8 processors activated (54276.04 BogoMIPS)
              [ 0.156307] devtmpfs: initialized
              [ 0.156976] EVM: security.selinux
              [ 0.156977] EVM: security.SMACK64
              [ 0.156978] EVM: security.capability
              [ 0.157007] PM: Registering ACPI NVS region [mem 0xdcc87000-0xdcd42fff] (770048 bytes)
              [ 0.157015] PM: Registering ACPI NVS region [mem 0xdf756000-0xdf7befff] (430080 bytes)
              [ 0.157519] regulator-dummy: no parameters
              [ 0.157549] NET: Registered protocol family 16
              [ 0.157647] ACPI: bus type pci registered
              [ 0.157693] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
              [ 0.157695] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
              [ 0.163328] PCI: Using configuration type 1 for base access
              [ 0.163935] bio: create slab <bio-0> at 0
              [ 0.163988] ACPI: Added _OSI(Module Device)
              [ 0.163989] ACPI: Added _OSI(Processor Device)
              [ 0.163990] ACPI: Added _OSI(3.0 _SCP Extensions)
              [ 0.163991] ACPI: Added _OSI(Processor Aggregator Device)
              [ 0.164588] ACPI: EC: Look up EC in DSDT
              [ 0.168109] ACPI: Interpreter enabled
              [ 0.168112] ACPI: (supports S0 S3 S4 S5)
              [ 0.168120] ACPI: Using IOAPIC for interrupt routing
              [ 0.170019] ACPI: No dock devices found.
              [ 0.170022] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
              [ 0.170074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
              [ 0.170076] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
              [ 0.170285] PCI host bridge to bus 0000:00
              [ 0.170287] pci_bus 0000:00: root bus resource [bus 00-3e]
              [ 0.170288] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
              [ 0.170290] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
              [ 0.170291] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
              [ 0.170292] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
              [ 0.170298] pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
              [ 0.170326] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
              [ 0.170349] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
              [ 0.170388] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
              [ 0.170410] pci 0000:00:16.0: reg 10: [mem 0xe0000000-0xe000000f 64bit]
              [ 0.170480] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
              [ 0.170508] pci 0000:00:19.0: [8086:1503] type 00 class 0x020000
              [ 0.170525] pci 0000:00:19.0: reg 10: [mem 0xf6400000-0xf641ffff]
              [ 0.170533] pci 0000:00:19.0: reg 14: [mem 0xf6425000-0xf6425fff]
              [ 0.170541] pci 0000:00:19.0: reg 18: [io 0x3040-0x305f]
              [ 0.170599] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
              [ 0.170621] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
              [ 0.171351] pci 0000:00:1a.0: reg 10: [mem 0xe0001000-0xe00013ff]
              [ 0.175552] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
              [ 0.175577] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
              [ 0.175591] pci 0000:00:1b.0: reg 10: [mem 0xf6420000-0xf6423fff 64bit]
              [ 0.175652] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
              [ 0.175674] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
              [ 0.175745] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
              [ 0.175768] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
              [ 0.175840] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
              [ 0.175864] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
              [ 0.175935] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
              [ 0.175962] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400
              [ 0.176034] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
              [ 0.176060] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
              [ 0.176769] pci 0000:00:1d.0: reg 10: [mem 0xe0002000-0xe00023ff]
              [ 0.180968] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
              [ 0.180992] pci 0000:00:1f.0: [8086:1c46] type 00 class 0x060100
              [ 0.181109] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
              [ 0.181125] pci 0000:00:1f.2: reg 10: [io 0x3068-0x306f]
              [ 0.181133] pci 0000:00:1f.2: reg 14: [io 0x3074-0x3077]
              [ 0.181140] pci 0000:00:1f.2: reg 18: [io 0x3060-0x3067]
              [ 0.181147] pci 0000:00:1f.2: reg 1c: [io 0x3070-0x3073]
              [ 0.181154] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f]
              [ 0.181161] pci 0000:00:1f.2: reg 24: [mem 0xf6426000-0xf64267ff]
              [ 0.181202] pci 0000:00:1f.2: PME# supported from D3hot
              [ 0.181218] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
              [ 0.181231] pci 0000:00:1f.3: reg 10: [mem 0xf6427000-0xf64270ff 64bit]
              [ 0.181250] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f]
              [ 0.181300] pci 0000:01:00.0: [10de:1244] type 00 class 0x030000
              [ 0.181311] pci 0000:01:00.0: reg 10: [mem 0xf4000000-0xf5ffffff]
              [ 0.181323] pci 0000:01:00.0: reg 14: [mem 0xe8000000-0xefffffff 64bit pref]
              [ 0.181334] pci 0000:01:00.0: reg 1c: [mem 0xf0000000-0xf3ffffff 64bit pref]
              [ 0.181342] pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
              [ 0.181350] pci 0000:01:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
              [ 0.181413] pci 0000:01:00.1: [10de:0bee] type 00 class 0x040300
              [ 0.181423] pci 0000:01:00.1: reg 10: [mem 0xf6000000-0xf6003fff]
              [ 0.181532] pci 0000:00:01.0: PCI bridge to [bus 01]
              [ 0.181533] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
              [ 0.181535] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf60fffff]
              [ 0.181538] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf3ffffff 64bit pref]
              [ 0.181578] pci 0000:00:1c.0: PCI bridge to [bus 02]
              [ 0.181664] pci 0000:03:00.0: [1033:0194] type 00 class 0x0c0330
              [ 0.181694] pci 0000:03:00.0: reg 10: [mem 0xf6300000-0xf6301fff 64bit]
              [ 0.181841] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
              [ 0.188589] pci 0000:00:1c.1: PCI bridge to [bus 03]
              [ 0.188600] pci 0000:00:1c.1: bridge window [mem 0xf6300000-0xf63fffff]
              [ 0.188704] pci 0000:04:00.0: [10e3:8113] type 01 class 0x060401
              [ 0.188833] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot
              [ 0.188855] pci 0000:00:1c.3: PCI bridge to [bus 04-05]
              [ 0.188861] pci 0000:00:1c.3: bridge window [mem 0xf6200000-0xf62fffff]
              [ 0.188928] pci 0000:05:03.0: [104c:8023] type 00 class 0x0c0010
              [ 0.188963] pci 0000:05:03.0: reg 10: [mem 0xf6204000-0xf62047ff]
              [ 0.188983] pci 0000:05:03.0: reg 14: [mem 0xf6200000-0xf6203fff]
              [ 0.189140] pci 0000:05:03.0: supports D1 D2
              [ 0.189141] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
              [ 0.189234] pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
              [ 0.189246] pci 0000:04:00.0: bridge window [mem 0xf6200000-0xf62fffff]
              [ 0.189255] pci 0000:04:00.0: bridge window [ 0x00000000 flags 0x0] (subtractive decode)
              [ 0.189256] pci 0000:04:00.0: bridge window [mem 0xf6200000-0xf62fffff] (subtractive decode)
              [ 0.189257] pci 0000:04:00.0: bridge window [ 0x00000000 flags 0x0] (subtractive decode)
              [ 0.189259] pci 0000:04:00.0: bridge window [ 0x00000000 flags 0x0] (subtractive decode)
              [ 0.189327] pci 0000:06:00.0: [11ab:6121] type 00 class 0x01018f
              [ 0.189346] pci 0000:06:00.0: reg 10: [io 0x1018-0x101f]
              [ 0.189359] pci 0000:06:00.0: reg 14: [io 0x1024-0x1027]
              [ 0.189373] pci 0000:06:00.0: reg 18: [io 0x1010-0x1017]
              [ 0.189386] pci 0000:06:00.0: reg 1c: [io 0x1020-0x1023]
              [ 0.189400] pci 0000:06:00.0: reg 20: [io 0x1000-0x100f]
              [ 0.189413] pci 0000:06:00.0: reg 24: [mem 0xf6100000-0xf61003ff]
              [ 0.189489] pci 0000:06:00.0: supports D1
              [ 0.189490] pci 0000:06:00.0: PME# supported from D0 D1 D3hot
              [ 0.189513] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
              [ 0.189522] pci 0000:00:1c.7: PCI bridge to [bus 06]
              [ 0.189526] pci 0000:00:1c.7: bridge window [io 0x1000-0x1fff]
              [ 0.189529] pci 0000:00:1c.7: bridge window [mem 0xf6100000-0xf61fffff]
              [ 0.189561] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
              [ 0.189586] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
              [ 0.189606] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
              [ 0.189630] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
              [ 0.189656] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG1._PRT]
              [ 0.189713] pci0000:00: Requesting ACPI _OSC control (0x1d)
              [ 0.189779] pci0000:00: ACPI _OSC control (0x1d) granted
              [ 0.190197] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
              [ 0.190228] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12)
              [ 0.190258] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
              [ 0.190288] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12)
              [ 0.190317] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12)
              [ 0.190346] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
              [ 0.190376] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
              [ 0.190405] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 *10 11 12)
              [ 0.190468] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks= none
              [ 0.190469] vgaarb: loaded
              [ 0.190470] vgaarb: bridge control possible 0000:01:00.0
              [ 0.190562] SCSI subsystem initialized
              [ 0.190563] ACPI: bus type scsi registered
              [ 0.190580] libata version 3.00 loaded.
              [ 0.190590] ACPI: bus type usb registered
              [ 0.190599] usbcore: registered new interface driver usbfs
              [ 0.190603] usbcore: registered new interface driver hub
              [ 0.190615] usbcore: registered new device driver usb
              [ 0.190660] PCI: Using ACPI for IRQ routing
              [ 0.191981] PCI: pci_cache_line_size set to 64 bytes
              [ 0.192042] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
              [ 0.192043] e820: reserve RAM buffer [mem 0xdcc87000-0xdfffffff]
              [ 0.192044] e820: reserve RAM buffer [mem 0xdf699000-0xdfffffff]
              [ 0.192045] e820: reserve RAM buffer [mem 0xdf756000-0xdfffffff]
              [ 0.192046] e820: reserve RAM buffer [mem 0xdf7e8000-0xdfffffff]
              [ 0.192047] e820: reserve RAM buffer [mem 0xdf7f3000-0xdfffffff]
              [ 0.192048] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
              [ 0.192049] e820: reserve RAM buffer [mem 0x21f800000-0x21fffffff]
              [ 0.192097] NetLabel: Initializing
              [ 0.192098] NetLabel: domain hash size = 128
              [ 0.192099] NetLabel: protocols = UNLABELED CIPSOv4
              [ 0.192105] NetLabel: unlabeled traffic allowed by default
              [ 0.192139] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
              [ 0.192143] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
              [ 0.194148] Switching to clocksource hpet
              [ 0.197245] AppArmor: AppArmor Filesystem Enabled
              [ 0.197257] pnp: PnP ACPI init
              [ 0.197264] ACPI: bus type pnp registered
              [ 0.197300] system 00:00: [mem 0xf8000000-0xffffffff] could not be reserved
              [ 0.197303] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
              [ 0.197371] pnp 00:01: [dma 4]
              [ 0.197380] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
              [ 0.197398] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
              [ 0.197413] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
              [ 0.197426] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
              [ 0.197448] system 00:05: [io 0x0454-0x0457] has been reserved
              [ 0.197450] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
              [ 0.197471] system 00:06: [io 0x0500-0x057f] has been reserved
              [ 0.197473] system 00:06: [io 0x0400-0x0453] has been reserved
              [ 0.197474] system 00:06: [io 0x0458-0x047f] has been reserved
              [ 0.197476] system 00:06: [io 0x0680-0x06ff] has been reserved
              [ 0.197477] system 00:06: [io 0x0290-0x02af] has been reserved
              [ 0.197479] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
              [ 0.197511] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
              [ 0.197572] pnp 00:08: Plug and Play ACPI device, IDs PNP0003 (active)
              [ 0.197617] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
              [ 0.197623] pnp: PnP ACPI: found 10 devices
              [ 0.197624] ACPI: ACPI bus type pnp unregistered
              [ 0.203243] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
              [ 0.203267] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
              [ 0.203269] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
              [ 0.203288] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04-05] add_size 1000
              [ 0.203290] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-05] add_size 200000
              [ 0.203298] pci 0000:00:1c.7: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
              [ 0.203301] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
              [ 0.203302] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
              [ 0.203304] pci 0000:00:1c.7: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
              [ 0.203305] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
              [ 0.203306] pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
              [ 0.203309] pci 0000:00:1c.1: BAR 15: assigned [mem 0xe0100000-0xe02fffff 64bit pref]
              [ 0.203311] pci 0000:00:1c.3: BAR 15: assigned [mem 0xe0300000-0xe04fffff 64bit pref]
              [ 0.203313] pci 0000:00:1c.7: BAR 15: assigned [mem 0xe0500000-0xe06fffff 64bit pref]
              [ 0.203314] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
              [ 0.203316] pci 0000:00:1c.3: BAR 13: assigned [io 0x5000-0x5fff]
              [ 0.203318] pci 0000:01:00.0: BAR 6: assigned [mem 0xf6080000-0xf60fffff pref]
              [ 0.203320] pci 0000:00:01.0: PCI bridge to [bus 01]
              [ 0.203322] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
              [ 0.203324] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf60fffff]
              [ 0.203326] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf3ffffff 64bit pref]
              [ 0.203328] pci 0000:00:1c.0: PCI bridge to [bus 02]
              [ 0.203338] pci 0000:00:1c.1: PCI bridge to [bus 03]
              [ 0.203341] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
              [ 0.203346] pci 0000:00:1c.1: bridge window [mem 0xf6300000-0xf63fffff]
              [ 0.203349] pci 0000:00:1c.1: bridge window [mem 0xe0100000-0xe02fffff 64bit pref]
              [ 0.203355] pci 0000:04:00.0: PCI bridge to [bus 05]
              [ 0.203362] pci 0000:04:00.0: bridge window [mem 0xf6200000-0xf62fffff]
              [ 0.203374] pci 0000:00:1c.3: PCI bridge to [bus 04-05]
              [ 0.203377] pci 0000:00:1c.3: bridge window [io 0x5000-0x5fff]
              [ 0.203381] pci 0000:00:1c.3: bridge window [mem 0xf6200000-0xf62fffff]
              [ 0.203385] pci 0000:00:1c.3: bridge window [mem 0xe0300000-0xe04fffff 64bit pref]
              [ 0.203390] pci 0000:00:1c.7: PCI bridge to [bus 06]
              [ 0.203393] pci 0000:00:1c.7: bridge window [io 0x1000-0x1fff]
              [ 0.203398] pci 0000:00:1c.7: bridge window [mem 0xf6100000-0xf61fffff]
              [ 0.203401] pci 0000:00:1c.7: bridge window [mem 0xe0500000-0xe06fffff 64bit pref]
              [ 0.203436] pci 0000:04:00.0: setting latency timer to 64
              [ 0.203443] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
              [ 0.203444] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
              [ 0.203446] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
              [ 0.203447] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xf7ffffff]
              [ 0.203448] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
              [ 0.203449] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf60fffff]
              [ 0.203451] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf3ffffff 64bit pref]
              [ 0.203452] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
              [ 0.203453] pci_bus 0000:03: resource 1 [mem 0xf6300000-0xf63fffff]
              [ 0.203454] pci_bus 0000:03: resource 2 [mem 0xe0100000-0xe02fffff 64bit pref]
              [ 0.203456] pci_bus 0000:04: resource 0 [io 0x5000-0x5fff]
              [ 0.203457] pci_bus 0000:04: resource 1 [mem 0xf6200000-0xf62fffff]
              [ 0.203458] pci_bus 0000:04: resource 2 [mem 0xe0300000-0xe04fffff 64bit pref]
              [ 0.203459] pci_bus 0000:05: resource 1 [mem 0xf6200000-0xf62fffff]
              [ 0.203460] pci_bus 0000:05: resource 4 [io 0x5000-0x5fff]
              [ 0.203462] pci_bus 0000:05: resource 5 [mem 0xf6200000-0xf62fffff]
              [ 0.203463] pci_bus 0000:05: resource 6 [mem 0xe0300000-0xe04fffff 64bit pref]
              [ 0.203464] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff]
              [ 0.203465] pci_bus 0000:06: resource 1 [mem 0xf6100000-0xf61fffff]
              [ 0.203466] pci_bus 0000:06: resource 2 [mem 0xe0500000-0xe06fffff 64bit pref]
              [ 0.203485] NET: Registered protocol family 2
              [ 0.203597] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
              [ 0.203737] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
              [ 0.203828] TCP: Hash tables configured (established 65536 bind 65536)
              [ 0.203841] TCP: reno registered
              [ 0.203849] UDP hash table entries: 4096 (order: 5, 131072 bytes)
              [ 0.203869] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
              [ 0.203913] NET: Registered protocol family 1
              [ 0.234095] pci 0000:01:00.0: Boot video device
              [ 0.234185] PCI: CLS 64 bytes, default 64
              [ 0.234209] Trying to unpack rootfs image as initramfs...
              [ 0.564398] Freeing initrd memory: 29840k freed
              [ 0.567055] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
              [ 0.567058] software IO TLB [mem 0xd8c87000-0xdcc87000] (64MB) mapped at [ffff8800d8c87000-ffff8800dcc86fff]
              [ 0.567416] Initialise module verification
              [ 0.567443] audit: initializing netlink socket (disabled)
              [ 0.567452] type=2000 audit(1367065148.560:1): initialized
              [ 0.585901] HugeTLB registered 2 MB page size, pre-allocated 0 pages
              [ 0.586791] VFS: Disk quotas dquot_6.5.2
              [ 0.586816] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
              [ 0.587082] fuse init (API version 7.20)
              [ 0.587123] msgmni has been set to 15930
              [ 0.587370] Key type asymmetric registered
              [ 0.587371] Asymmetric key parser 'x509' registered
              [ 0.587388] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
              [ 0.587406] io scheduler noop registered
              [ 0.587407] io scheduler deadline registered (default)
              [ 0.587410] io scheduler cfq registered
              [ 0.587476] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
              [ 0.587544] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
              [ 0.587628] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
              [ 0.587712] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
              [ 0.587794] pcieport 0000:00:1c.7: irq 44 for MSI/MSI-X
              [ 0.587852] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
              [ 0.587853] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
              [ 0.587854] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
              [ 0.587856] pcie_pme 0000:00:01.0cie01: service driver pcie_pme loaded
              [ 0.587870] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
              [ 0.587874] pcie_pme 0000:00:1c.0cie01: service driver pcie_pme loaded
              [ 0.587887] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
              [ 0.587888] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
              [ 0.587892] pcie_pme 0000:00:1c.1cie01: service driver pcie_pme loaded
              [ 0.587906] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
              [ 0.587907] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
              [ 0.587908] pci 0000:05:03.0: Signaling PME through PCIe PME interrupt
              [ 0.587912] pcie_pme 0000:00:1c.3cie01: service driver pcie_pme loaded
              [ 0.587925] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
              [ 0.587926] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
              [ 0.587930] pcie_pme 0000:00:1c.7cie01: service driver pcie_pme loaded
              [ 0.587937] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
              [ 0.587946] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
              [ 0.587968] intel_idle: MWAIT substates: 0x1120
              [ 0.587969] intel_idle: v0.4 model 0x2A
              [ 0.587970] intel_idle: lapic_timer_reliable_states 0xffffffff
              [ 0.588012] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
              [ 0.588015] ACPI: Sleep Button [SLPB]
              [ 0.588038] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
              [ 0.588040] ACPI: Power Button [PWRF]
              [ 0.588077] ACPI: Requesting acpi_cpufreq
              [ 0.590001] GHES: HEST is not enabled!
              [ 0.590048] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
              [ 0.590795] Linux agpgart interface v0.103
              [ 0.591484] brd: module loaded
              [ 0.591840] loop: module loaded
              [ 0.592010] libphy: Fixed MDIO Bus: probed
              [ 0.592042] tun: Universal TUN/TAP device driver, 1.6
              [ 0.592042] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
              [ 0.592063] PPP generic driver version 2.4.2
              [ 0.592085] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
              [ 0.592086] ehci-pci: EHCI PCI platform driver
              [ 0.592116] ehci-pci 0000:00:1a.0: setting latency timer to 64
              [ 0.592119] ehci-pci 0000:00:1a.0: EHCI Host Controller
              [ 0.592122] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
              [ 0.592133] ehci-pci 0000:00:1a.0: debug port 2
              [ 0.596005] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
              [ 0.596015] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe0001000
              [ 0.605000] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
              [ 0.605030] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
              [ 0.605033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
              [ 0.605036] usb usb1: Product: EHCI Host Controller
              [ 0.605038] usb usb1: Manufacturer: Linux 3.8.0-19-generic ehci_hcd
              [ 0.605040] usb usb1: SerialNumber: 0000:00:1a.0
              [ 0.605129] hub 1-0:1.0: USB hub found
              [ 0.605132] hub 1-0:1.0: 2 ports detected
              [ 0.605186] ehci-pci 0000:00:1d.0: setting latency timer to 64
              [ 0.605189] ehci-pci 0000:00:1d.0: EHCI Host Controller
              [ 0.605193] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
              [ 0.605203] ehci-pci 0000:00:1d.0: debug port 2
              [ 0.609089] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
              [ 0.609099] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe0002000
              [ 0.620956] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
              [ 0.620979] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
              [ 0.620982] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
              [ 0.620985] usb usb2: Product: EHCI Host Controller
              [ 0.620987] usb usb2: Manufacturer: Linux 3.8.0-19-generic ehci_hcd
              [ 0.620990] usb usb2: SerialNumber: 0000:00:1d.0
              [ 0.621070] hub 2-0:1.0: USB hub found
              [ 0.621072] hub 2-0:1.0: 2 ports detected
              [ 0.621110] ehci-platform: EHCI generic platform driver
              [ 0.621114] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
              [ 0.621121] uhci_hcd: USB Universal Host Controller Interface driver
              [ 0.621151] xhci_hcd 0000:03:00.0: xHCI Host Controller
              [ 0.621153] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
              [ 0.621384] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
              [ 0.621388] xhci_hcd 0000:03:00.0: irq 46 for MSI/MSI-X
              [ 0.621392] xhci_hcd 0000:03:00.0: irq 47 for MSI/MSI-X
              [ 0.621395] xhci_hcd 0000:03:00.0: irq 48 for MSI/MSI-X
              [ 0.621399] xhci_hcd 0000:03:00.0: irq 49 for MSI/MSI-X
              [ 0.621402] xhci_hcd 0000:03:00.0: irq 50 for MSI/MSI-X
              [ 0.621406] xhci_hcd 0000:03:00.0: irq 51 for MSI/MSI-X
              [ 0.621409] xhci_hcd 0000:03:00.0: irq 52 for MSI/MSI-X
              [ 0.621542] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
              [ 0.621543] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
              [ 0.621544] usb usb3: Product: xHCI Host Controller
              [ 0.621545] usb usb3: Manufacturer: Linux 3.8.0-19-generic xhci_hcd
              [ 0.621547] usb usb3: SerialNumber: 0000:03:00.0
              [ 0.621582] xHCI xhci_add_endpoint called for root hub
              [ 0.621583] xHCI xhci_check_bandwidth called for root hub
              [ 0.621594] hub 3-0:1.0: USB hub found
              [ 0.621601] hub 3-0:1.0: 2 ports detected
              [ 0.621640] xhci_hcd 0000:03:00.0: xHCI Host Controller
              [ 0.621642] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
              [ 0.624650] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
              [ 0.624652] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
              [ 0.624653] usb usb4: Product: xHCI Host Controller
              [ 0.624654] usb usb4: Manufacturer: Linux 3.8.0-19-generic xhci_hcd
              [ 0.624655] usb usb4: SerialNumber: 0000:03:00.0
              [ 0.624698] xHCI xhci_add_endpoint called for root hub
              [ 0.624699] xHCI xhci_check_bandwidth called for root hub
              [ 0.624708] hub 4-0:1.0: USB hub found
              [ 0.624716] hub 4-0:1.0: 2 ports detected
              [ 0.624840] i8042: PNP: No PS/2 controller found. Probing ports directly.
              [ 0.627581] serio: i8042 KBD port at 0x60,0x64 irq 1
              [ 0.627584] serio: i8042 AUX port at 0x60,0x64 irq 12
              [ 0.627641] mousedev: PS/2 mouse device common for all mice
              [ 0.627706] rtc_cmos 00:02: RTC can wake from S4
              [ 0.627802] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
              [ 0.627828] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
              [ 0.627873] device-mapper: uevent: version 1.0.3
              [ 0.627906] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
              [ 0.627971] cpuidle: using governor ladder
              [ 0.628060] cpuidle: using governor menu
              [ 0.628062] ledtrig-cpu: registered to indicate activity on CPUs
              [ 0.628063] EFI Variables Facility v0.08 2004-May-17
              [ 0.628172] ashmem: initialized
              [ 0.628241] TCP: cubic registered
              [ 0.628293] NET: Registered protocol family 10
              [ 0.628392] NET: Registered protocol family 17
              [ 0.628397] Key type dns_resolver registered
              [ 0.628563] Loading module verification certificates
              [ 0.629198] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: d490763cc418e29de79f40a5aa7d97747ec8882c'
              [ 0.629206] registered taskstats version 1
              [ 0.630936] Key type trusted registered
              [ 0.632369] Key type encrypted registered
              [ 0.634554] rtc_cmos 00:02: setting system clock to 2013-04-27 12:19:08 UTC (1367065148)
              [ 0.635542] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
              [ 0.635544] EDD information not available.
              [ 0.636510] Freeing unused kernel memory: 992k freed
              [ 0.636583] Write protecting the kernel read-only data: 12288k
              [ 0.638714] Freeing unused kernel memory: 1176k freed
              [ 0.640602] Freeing unused kernel memory: 1080k freed
              [ 0.649647] udevd[131]: starting version 175
              [ 0.659261] Disabling lock debugging due to kernel taint
              [ 0.660046] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k
              [ 0.660048] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
              [ 0.660084] e1000e 0000:00:19.0: setting latency timer to 64
              [ 0.660147] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
              [ 0.660180] e1000e 0000:00:19.0: irq 53 for MSI/MSI-X
              [ 0.728786] firewire_ohci 0000:05:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
              [ 0.916112] usb 1-1: new high-speed USB device number 2 using ehci-pci
              [ 0.922751] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:22:4d:54:1a:dd
              [ 0.922753] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
              [ 0.922803] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
              [ 0.922891] ahci 0000:00:1f.2: version 3.0
              [ 0.922945] ahci 0000:00:1f.2: irq 54 for MSI/MSI-X
              [ 0.936087] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
              [ 0.936093] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
              [ 0.936099] ahci 0000:00:1f.2: setting latency timer to 64
              [ 0.976319] scsi0 : ahci
              [ 0.976421] scsi1 : ahci
              [ 0.976515] scsi2 : ahci
              [ 0.976618] scsi3 : ahci
              [ 0.976704] scsi4 : ahci
              [ 0.976798] scsi5 : ahci
              [ 0.976838] ata1: SATA max UDMA/133 abar m2048@0xf6426000 port 0xf6426100 irq 54
              [ 0.976840] ata2: SATA max UDMA/133 abar m2048@0xf6426000 port 0xf6426180 irq 54
              [ 0.976843] ata3: SATA max UDMA/133 abar m2048@0xf6426000 port 0xf6426200 irq 54
              [ 0.976844] ata4: SATA max UDMA/133 abar m2048@0xf6426000 port 0xf6426280 irq 54
              [ 0.976846] ata5: SATA max UDMA/133 abar m2048@0xf6426000 port 0xf6426300 irq 54
              [ 0.976847] ata6: SATA max UDMA/133 abar m2048@0xf6426000 port 0xf6426380 irq 54
              [ 1.048189] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
              [ 1.048194] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
              [ 1.048458] hub 1-1:1.0: USB hub found
              [ 1.048546] hub 1-1:1.0: 6 ports detected
              [ 1.159460] usb 2-1: new high-speed USB device number 2 using ehci-pci
              [ 1.227416] firewire_core 0000:05:03.0: created device fw0: GUID 00224dffff52a795, S400
              [ 1.291479] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
              [ 1.291484] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
              [ 1.291757] hub 2-1:1.0: USB hub found
              [ 1.291832] hub 2-1:1.0: 8 ports detected
              [ 1.295042] ata6: SATA link down (SStatus 0 SControl 300)
              [ 1.295069] ata3: SATA link down (SStatus 0 SControl 300)
              [ 1.295101] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
              [ 1.295124] ata5: SATA link down (SStatus 0 SControl 300)
              [ 1.295155] ata4: SATA link down (SStatus 0 SControl 300)
              [ 1.296924] ata2.00: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
              [ 1.296928] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
              [ 1.298691] ata2.00: configured for UDMA/133
              [ 1.303031] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
              [ 1.311111] ata1.00: ATAPI: HL-DT-ST BDDVDRW UH12LS28, 1.00, max UDMA/133
              [ 1.315049] ata1.00: configured for UDMA/133
              [ 1.335746] scsi 0:0:0:0: CD-ROM HL-DT-ST BDDVDRW UH12LS28 1.00 PQ: 0 ANSI: 5
              [ 1.356304] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
              [ 1.356308] cdrom: Uniform CD-ROM driver Revision: 3.20
              [ 1.356505] sr 0:0:0:0: Attached scsi CD-ROM sr0
              [ 1.356570] sr 0:0:0:0: Attached scsi generic sg0 type 5
              [ 1.356862] scsi 1:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
              [ 1.356978] sd 1:0:0:0: Attached scsi generic sg1 type 0
              [ 1.357001] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
              [ 1.357174] sd 1:0:0:0: [sda] Write Protect is off
              [ 1.357176] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
              [ 1.357283] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
              [ 1.363022] usb 1-1.6: new low-speed USB device number 3 using ehci-pci
              [ 1.410975] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 >
              [ 1.411812] sd 1:0:0:0: [sda] Attached SCSI disk
              [ 1.413284] scsi6 : pata_marvell
              [ 1.413345] scsi7 : pata_marvell
              [ 1.413373] ata7: PATA max UDMA/100 cmd 0x1018 ctl 0x1024 bmdma 0x1000 irq 19
              [ 1.413375] ata8: PATA max UDMA/133 cmd 0x1010 ctl 0x1020 bmdma 0x1008 irq 19
              [ 1.462078] usb 1-1.6: New USB device found, idVendor=15c2, idProduct=ffdc
              [ 1.462083] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
              [ 1.462086] usb 1-1.6: Product: SLT HomeMedia
              [ 1.462088] usb 1-1.6: Manufacturer: SLT
              [ 1.562276] tsc: Refined TSC clocksource calibration: 3392.297 MHz
              [ 1.562283] Switching to clocksource tsc
              [ 1.562409] usb 2-1.1: new high-speed USB device number 3 using ehci-pci
              [ 1.671394] usb 2-1.1: New USB device found, idVendor=0db0, idProduct=3871
              [ 1.671399] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
              [ 1.671402] usb 2-1.1: Product: 802.11 n WLAN
              [ 1.671404] usb 2-1.1: Manufacturer: Ralink
              [ 1.671407] usb 2-1.1: SerialNumber: 1.0
              [ 1.741794] usb 2-1.2: new full-speed USB device number 4 using ehci-pci
              [ 2.030394] usb 2-1.2: New USB device found, idVendor=0db0, idProduct=a871
              [ 2.030399] usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
              [ 2.100936] usb 2-1.3: new high-speed USB device number 5 using ehci-pci
              [ 2.193105] usb 2-1.3: New USB device found, idVendor=1a40, idProduct=0101
              [ 2.193110] usb 2-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
              [ 2.193113] usb 2-1.3: Product: USB 2.0 Hub
              [ 2.193361] hub 2-1.3:1.0: USB hub found
              [ 2.193472] hub 2-1.3:1.0: 4 ports detected
              [ 2.264275] usb 2-1.4: new high-speed USB device number 6 using ehci-pci
              [ 2.358631] usb 2-1.4: New USB device found, idVendor=058f, idProduct=6364
              [ 2.358635] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
              [ 2.358638] usb 2-1.4: Product: Mass Storage Device
              [ 2.358641] usb 2-1.4: Manufacturer: Generic
              [ 2.358643] usb 2-1.4: SerialNumber: 058F63646476
              [ 2.360361] Initializing USB Mass Storage driver...
              [ 2.360421] scsi8 : usb-storage 2-1.4:1.0
              [ 2.360460] usbcore: registered new interface driver usb-storage
              [ 2.360461] USB Mass Storage support registered.
              [ 2.364041] usbcore: registered new interface driver usbhid
              [ 2.364044] usbhid: USB HID core driver
              [ 2.365830] hid-generic 0003:058F:6364.0001: hiddev0,hidraw0: USB HID v1.10 Device [Generic Mass Storage Device] on usb-0000:00:1d.0-1.4/input1
              [ 2.427975] usb 2-1.8: new high-speed USB device number 7 using ehci-pci
              [ 2.520916] usb 2-1.8: New USB device found, idVendor=05e3, idProduct=0608
              [ 2.520921] usb 2-1.8: New USB device strings: Mfr=0, Product=1, SerialNumber=0
              [ 2.520924] usb 2-1.8: Product: USB2.0 Hub
              [ 2.521297] hub 2-1.8:1.0: USB hub found
              [ 2.521537] hub 2-1.8:1.0: 4 ports detected
              [ 2.791059] usb 2-1.8.2: new low-speed USB device number 8 using ehci-pci
              [ 2.886869] usb 2-1.8.2: New USB device found, idVendor=0566, idProduct=3107
              [ 2.886874] usb 2-1.8.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
              [ 2.890600] input: HID 0566:3107 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/input/input2
              [ 2.890666] hid-generic 0003:0566:3107.0002: input,hidraw1: USB HID v1.10 Keyboard [HID 0566:3107] on usb-0000:00:1d.0-1.8.2/input0
              [ 2.894805] input: HID 0566:3107 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.1/input/input3
              [ 2.894923] hid-generic 0003:0566:3107.0003: input,hidraw2: USB HID v1.10 Device [HID 0566:3107] on usb-0000:00:1d.0-1.8.2/input1
              [ 2.966516] usb 2-1.8.3: new low-speed USB device number 9 using ehci-pci
              [ 3.075827] usb 2-1.8.3: New USB device found, idVendor=2525, idProduct=8913
              [ 3.075832] usb 2-1.8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
              [ 3.075835] usb 2-1.8.3: Product: Fellowes 5 Button
              [ 3.075837] usb 2-1.8.3: Manufacturer: Fellowes Inc.
              [ 3.085955] input: Fellowes Inc. Fellowes 5 Button as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.3/2-1.8.3:1.0/input/input4
              [ 3.086104] hid-generic 0003:2525:8913.0004: input,hidraw3: USB HID v1.00 Mouse [Fellowes Inc. Fellowes 5 Button] on usb-0000:00:1d.0-1.8.3/input0
              [ 3.157968] usb 2-1.8.4: new low-speed USB device number 10 using ehci-pci
              [ 3.262665] usb 2-1.8.4: New USB device found, idVendor=1241, idProduct=5015
              [ 3.262670] usb 2-1.8.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
              [ 3.262673] usb 2-1.8.4: Product: On Line Grip
              [ 3.262675] usb 2-1.8.4: Manufacturer: HOLTEK
              [ 3.358150] scsi 8:0:0:0: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0
              [ 3.358684] scsi 8:0:0:1: Direct-Access Generic- Compact Flash 1.01 PQ: 0 ANSI: 0
              [ 3.359306] scsi 8:0:0:2: Direct-Access Generic- SM/xD-Picture 1.02 PQ: 0 ANSI: 0
              [ 3.359929] scsi 8:0:0:3: Direct-Access Generic- MS/MS-Pro 1.03 PQ: 0 ANSI: 0 CCS
              [ 3.360261] sd 8:0:0:0: Attached scsi generic sg2 type 0
              [ 3.360352] sd 8:0:0:1: Attached scsi generic sg3 type 0
              [ 3.360432] sd 8:0:0:2: Attached scsi generic sg4 type 0
              [ 3.360530] sd 8:0:0:3: Attached scsi generic sg5 type 0
              [ 3.381953] sd 8:0:0:0: [sdb] Attached SCSI removable disk
              [ 3.382837] sd 8:0:0:1: [sdc] Attached SCSI removable disk
              [ 3.383576] sd 8:0:0:2: [sdd] Attached SCSI removable disk
              [ 3.384318] sd 8:0:0:3: [sde] Attached SCSI removable disk
              [ 5.651314] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
              [ 10.797662] Adding 8388604k swap on /dev/sda9. Priority:-1 extents:1 across:8388604k
              [ 10.875616] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
              [ 10.897887] udevd[487]: starting version 175
              [ 11.248250] lp: driver loaded but no devices found
              [ 11.335363] snd_hda_intel 0000:00:1b.0: irq 55 for MSI/MSI-X
              [ 11.349564] wmi: Mapper loaded
              [ 11.350895] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.354909] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
              [ 11.354973] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
              [ 11.355029] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
              [ 11.355079] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
              [ 11.355127] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
              [ 11.355307] hda_intel: Disabling MSI
              [ 11.355313] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
              [ 11.362791] Bluetooth: Core ver 2.16
              [ 11.363228] NET: Registered protocol family 31
              [ 11.363230] Bluetooth: HCI device and connection manager initialized
              [ 11.363236] Bluetooth: HCI socket layer initialized
              [ 11.363238] Bluetooth: L2CAP socket layer initialized
              [ 11.363243] Bluetooth: SCO socket layer initialized
              [ 11.364664] usbcore: registered new interface driver btusb
              [ 11.369978] mei 0000:00:16.0: setting latency timer to 64
              [ 11.370028] mei 0000:00:16.0: irq 56 for MSI/MSI-X
              [ 11.408772] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.409160] type=1400 audit(1367075959.301:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=744 comm="apparmor_parser"
              [ 11.409398] type=1400 audit(1367075959.301:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=744 comm="apparmor_parser"
              [ 11.409472] type=1400 audit(1367075959.301:4): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=814 comm="apparmor_parser"
              [ 11.409528] type=1400 audit(1367075959.301:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=744 comm="apparmor_parser"
              [ 11.409690] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.409807] type=1400 audit(1367075959.301:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=814 comm="apparmor_parser"
              [ 11.409939] type=1400 audit(1367075959.301:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=814 comm="apparmor_parser"
              [ 11.410384] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.411457] microcode: CPU4 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.412145] microcode: CPU5 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.412774] microcode: CPU6 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.413429] microcode: CPU7 sig=0x206a7, pf=0x2, revision=0x26
              [ 11.414301] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
              [ 11.429256] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \IGPO 1 (20121018/utaddress-251)
              [ 11.429261] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
              [ 11.432726] gpio_ich: GPIO from 180 to 255 on gpio_ich
              [ 11.620248] input: iMON Panel, Knob and Mouse(15c2:ffdc) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input10
              [ 11.624389] input: HOLTEK On Line Grip as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.4/2-1.8.4:1.0/input/input11
              [ 11.624472] holtek 0003:1241:5015.0005: input,hidraw4: USB HID v1.00 Joystick [HOLTEK On Line Grip] on usb-0000:00:1d.0-1.8.4/input0
              [ 11.624478] holtek 0003:1241:5015.0005: Force feedback for Holtek On Line Grip based devices by Anssi Hannula <anssi.hannula@iki.fi>
              [ 11.629496] imon 1-1.6:1.0: Unknown 0xffdc device, defaulting to VFD and iMON IR
              [ 11.629501] (id 0x00)
              [ 11.697288] Registered IR keymap rc-imon-pad
              [ 11.697394] input: iMON Remote (15c2:ffdc) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/rc/rc0/input12
              [ 11.697501] rc0: iMON Remote (15c2:ffdc) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/rc/rc0
              [ 11.709397] imon 1-1.6:1.0: iMON device (15c2:ffdc, intf0) on usb<1:3> initialized
              [ 11.709420] usbcore: registered new interface driver imon
              [ 11.731848] imon 1-1.6:1.0: Looks like you're trying to use an IR protocol this device does not support
              [ 11.731850] imon 1-1.6:1.0: Unsupported IR protocol specified, overriding to iMON IR protocol
              [ 11.818348] cfg80211: Calling CRDA to update world regulatory domain
              [ 11.946230] cfg80211: World regulatory domain updated:
              [ 11.946232] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
              [ 11.946233] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
              [ 11.946234] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
              [ 11.946235] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
              [ 11.946236] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
              [ 11.946237] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
              [ 12.004522] usb 2-1.1: reset high-speed USB device number 3 using ehci-pci
              [ 12.044317] BUG: unable to handle kernel paging request at ffff88020e697fe0
              [ 12.044348] IP: [<ffffffffa02d2820>] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi]
              [ 12.044383] PGD 1c0e063 PUD df7e6067 PMD 20e465063 PTE 800000020e697161
              [ 12.044413] Oops: 0003 [#1] SMP
              [ 12.044430] Modules linked in: rt2800usb(+) rt2x00usb snd_hda_codec_hdmi rt2800lib rt2x00lib mac80211 cfg80211 crc_ccitt(F) rc_imon_pad hid_holtekff imon ff_memless rc_core joydev(F) psmouse(F) gpio_ich coretemp lpc_ich kvm_intel kvm ghash_clmulni_intel(F) aesni_intel(F) aes_x86_64(F) xts(F) lrw(F) gf128mul(F) ablk_helper(F) cryptd(F) mxm_wmi mei btusb bluetooth microcode(F) wmi serio_raw(F) snd_hda_codec_realtek snd_seq_midi(F) snd_seq_midi_event(F) snd_rawmidi(F) snd_hda_intel(+) snd_seq(F) snd_hda_codec snd_seq_device(F) snd_hwdep(F) snd_pcm(F) mac_hid snd_page_alloc(F) snd_timer(F) snd(F) soundcore(F) lp(F) parport(F) hid_generic usbhid hid usb_storage(F) pata_acpi pata_marvell firewire_ohci firewire_core crc_itu_t(F) ahci(F) libahci(F) e1000e(F)
              [ 12.044849] CPU 4
              [ 12.044858] Pid: 598, comm: modprobe Tainted: GF 3.8.0-19-generic #29-Ubuntu /DP67BG
              [ 12.044920] RIP: 0010:[<ffffffffa02d2820>] [<ffffffffa02d2820>] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi]
              [ 12.044972] RSP: 0018:ffff88020f993ac0 EFLAGS: 00010283
              [ 12.044997] RAX: 0000000000000008 RBX: 0000000000000004 RCX: 0000000000000004
              [ 12.045026] RDX: ffff88020e697fd8 RSI: ffff88020e697fe0 RDI: ffff88020dd4dc20
              [ 12.045054] RBP: ffff88020f993af8 R08: 0000000000000001 R09: 0000000000000002
              [ 12.045082] R10: 0000000000000000 R11: 0000000000000000 R12: ffff88020dd4d800
              [ 12.045110] R13: 0000000000000000 R14: 0000000000000004 R15: ffff88020e698000
              [ 12.045139] FS: 00007fd3253d8740(0000) GS:ffff88021f500000(0000) knlGS:0000000000000000
              [ 12.045182] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
              [ 12.045208] CR2: ffff88020e697fe0 CR3: 000000020db35000 CR4: 00000000000407e0
              [ 12.045236] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
              [ 12.045265] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
              [ 12.045293] Process modprobe (pid: 598, threadinfo ffff88020f992000, task ffff88020d7a5d00)
              [ 12.045336] Stack:
              [ 12.045356] 00000000ffffffff ffffffffa02d0004 ffffffffa02d44e8 0000000000000000
              [ 12.045412] ffff88020dd4d800 00000000ffffffff ffffffffa02d6000 ffff88020f993b58
              [ 12.045468] ffffffffa011f186 2d6164682d646e73 64692d6365646f63 313030656430313a
              [ 12.045524] Call Trace:
              [ 12.045547] [<ffffffffa02d0004>] ? hdmi_eld_ctl_info+0x4/0x40 [snd_hda_codec_hdmi]
              [ 12.045593] [<ffffffffa011f186>] snd_hda_codec_configure+0x146/0x440 [snd_hda_codec]
              [ 12.045638] [<ffffffffa01432f0>] azx_probe_continue+0x3a0/0x4f0 [snd_hda_intel]
              [ 12.045682] [<ffffffffa01418b0>] ? azx_attach_pcm_stream+0x1e0/0x1e0 [snd_hda_intel]
              [ 12.045726] [<ffffffffa0142cb0>] ? azx_halt+0x30/0x30 [snd_hda_intel]
              [ 12.045755] [<ffffffffa01416d0>] ? azx_pcm_trigger+0x580/0x580 [snd_hda_intel]
              [ 12.045798] [<ffffffffa0142810>] ? azx_runtime_suspend+0x30/0x30 [snd_hda_intel]
              [ 12.045842] [<ffffffffa013f670>] ? azx_pcm_free+0x50/0x50 [snd_hda_intel]
              [ 12.045872] [<ffffffffa014379a>] azx_probe+0x35a/0x940 [snd_hda_intel]
              [ 12.045901] [<ffffffff8137b47b>] local_pci_probe+0x4b/0x80
              [ 12.045929] [<ffffffff8137b7a1>] pci_device_probe+0x111/0x120
              [ 12.045957] [<ffffffff814556c7>] driver_probe_device+0x77/0x230
              [ 12.045985] [<ffffffff8145592b>] __driver_attach+0xab/0xb0
              [ 12.046012] [<ffffffff81455880>] ? driver_probe_device+0x230/0x230
              [ 12.046040] [<ffffffff814539dd>] bus_for_each_dev+0x5d/0xa0
              [ 12.046067] [<ffffffff814551ce>] driver_attach+0x1e/0x20
              [ 12.046093] [<ffffffff81454da0>] bus_add_driver+0x190/0x280
              [ 12.046120] [<ffffffffa0166000>] ? 0xffffffffa0165fff
              [ 12.046147] [<ffffffff81455ff7>] driver_register+0x77/0x170
              [ 12.046174] [<ffffffffa0166000>] ? 0xffffffffa0165fff
              [ 12.046200] [<ffffffff8137a66c>] __pci_register_driver+0x4c/0x50
              [ 12.046229] [<ffffffffa016601e>] azx_driver_init+0x1e/0x1000 [snd_hda_intel]
              [ 12.046259] [<ffffffff8100215a>] do_one_initcall+0x12a/0x180
              [ 12.046288] [<ffffffff810bfec7>] load_module+0x10c7/0x1520
              [ 12.046314] [<ffffffff810bb830>] ? unset_module_init_ro_nx+0x80/0x80
              [ 12.046343] [<ffffffff810c03e5>] sys_init_module+0xc5/0xf0
              [ 12.046371] [<ffffffff816d379d>] system_call_fastpath+0x1a/0x1f
              [ 12.046398] Code: 0f 1f 00 4d 8b bc 24 c0 00 00 00 25 00 e0 00 00 c1 e8 0c 83 c8 01 49 63 17 83 c0 01 83 f8 10 48 8d 14 92 49 8d 14 d7 48 8d 72 08 <66> 89 5a 08 c7 46 08 02 00 00 00 0f 86 5b 02 00 00 48 8d 4e 18
              [ 12.046726] RIP [<ffffffffa02d2820>] patch_generic_hdmi+0xe0/0x550 [snd_hda_codec_hdmi]
              [ 12.046781] RSP <ffff88020f993ac0>
              [ 12.046803] CR2: ffff88020e697fe0
              [ 12.046826] ---[ end trace 92f57584036082a2 ]---
              [ 12.124025] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
              [ 12.124329] usbcore: registered new interface driver rt2800usb
              [ 12.503995] nvidia: module license 'NVIDIA' taints kernel.
              [ 14.192909] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
              [ 14.311550] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
              [ 17.233673] init: failsafe main process (1106) killed by TERM signal
              [ 17.465011] type=1400 audit(1367075965.377:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1161 comm="apparmor_parser"
              [ 17.465280] type=1400 audit(1367075965.377:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1161 comm="apparmor_parser"
              [ 17.465337] type=1400 audit(1367075965.377:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1167 comm="apparmor_parser"
              [ 17.465443] type=1400 audit(1367075965.377:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1161 comm="apparmor_parser"
              [ 17.465640] type=1400 audit(1367075965.377:12): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=1167 comm="apparmor_parser"
              [ 17.491055] type=1400 audit(1367075965.401:13): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld-akonadi" pid=1168 comm="apparmor_parser"
              [ 17.491234] type=1400 audit(1367075965.401:14): apparmor="STATUS" operation="profile_load" name="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" pid=1168 comm="apparmor_parser"
              [ 17.508288] type=1400 audit(1367075965.417:15): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1160 comm="apparmor_parser"
              [ 17.508546] type=1400 audit(1367075965.417:16): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1160 comm="apparmor_parser"
              [ 17.525900] type=1400 audit(1367075965.437:17): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1164 comm="apparmor_parser"
              [ 17.677470] Bluetooth: RFCOMM TTY layer initialized
              [ 17.677492] Bluetooth: RFCOMM socket layer initialized
              [ 17.677506] Bluetooth: RFCOMM ver 1.11
              [ 17.797990] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
              [ 17.798008] Bluetooth: BNEP filters: protocol multicast
              [ 17.798025] Bluetooth: BNEP socket layer initialized
              [ 18.005254] init: avahi-cups-reload main process (1333) terminated with status 1
              [ 18.084854] ppdev: user-space parallel port driver
              [ 18.350024] vboxdrv: Found 8 processor cores.
              [ 18.350204] vboxdrv: fAsync=0 offMin=0x2cf offMax=0x7d25
              [ 18.350312] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
              [ 18.350365] vboxdrv: Successfully loaded version 4.2.10_Ubuntu (interface 0x001a0004).
              [ 18.411832] vboxpci: IOMMU not found (not registered)
              [ 18.651955] e1000e 0000:00:19.0: irq 53 for MSI/MSI-X
              [ 18.753210] e1000e 0000:00:19.0: irq 53 for MSI/MSI-X
              [ 18.753327] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
              [ 18.753756] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
              [ 19.091953] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
              [ 19.092409] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
              [ 22.028677] wlan0: authenticate with 1c:af:f7:59:5b:f8
              [ 22.091366] wlan0: send auth to 1c:af:f7:59:5b:f8 (try 1/3)
              [ 22.092949] wlan0: authenticated
              [ 22.095579] wlan0: associate with 1c:af:f7:59:5b:f8 (try 1/3)
              [ 22.099062] wlan0: RX AssocResp from 1c:af:f7:59:5b:f8 (capab=0x431 status=0 aid=1)
              [ 22.107029] wlan0: associated
              [ 22.107046] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
              Looks like it's related to the hdmi audio issue (patch_generic_hdmi).

              Should I report this somewhere? Any suggestions?

              Comment


                #8
                I confirm the same issue with GeForce 210, same dmesg error, OOP.
                For what I can tell, the thing that looks like a module crash happens when using the configuration that used to work under 12.10.
                I've tried to file a bug report, but I'm not sure which package is involved.
                Is it the Linux image? Or there's a module-specific package that should be used?
                It should be a problem that's independent from the desktop flavor, since it has been reported also on the Ubuntu forum.

                I guess the earlier this bug is reported, the quicker the fix will be available.
                Any advice would be welcome.

                Comment


                  #9
                  I have reported the bug: https://bugs.launchpad.net/bugs/1173769
                  The problem is in kernel 3.8. Installing kernel 3.9 fixed it for me.

                  Comment


                    #10
                    Thanks a lot.
                    I've "pushed" the bug myself by subscribing it.
                    I've also linked this conversation to the Ubuntu forum, I'll add the bug link too.

                    eNjoy

                    Comment

                    Working...
                    X