Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Black screen on start up :(

  1. #1
    Join Date
    Jan 2012
    Location
    Poland
    Beans
    50
    Distro
    Ubuntu

    Unhappy Black screen on start up :(

    Hi all.
    I've got a problem with my Ubuntu 11.10. When i start it, I only get black screen with pointer in the center. I can't do anything. Could anyone help me??

  2. #2
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Black screen on start up :(

    Hi,

    What you can try is to hold down shift while booting which should bring you to the GRUB menu. There press F6 (if memory serves) and choose nomodeset.

    This should let your system boot. Once you have the right driver for your graphics installed this should be an issue anymore (if this was indeed a graphics issue).


    404
    Last edited by sffvba[e0rt; January 21st, 2012 at 01:01 PM. Reason: hold down shift and not control for GRUB :p

  3. #3
    Join Date
    Jan 2012
    Location
    Poland
    Beans
    50
    Distro
    Ubuntu

    Re: Black screen on start up :(

    Quote Originally Posted by not found View Post
    Hi,

    What you can try is to hold down shift while booting which should bring you to the GRUB menu. There press F6 (if memory serves) and choose nomodeset.

    This should let your system boot. Once you have the right driver for your graphics installed this should be an issue anymore (if this was indeed a graphics issue).


    404
    Thanks for reply.
    I've got Windows 7 and Ubuntu on my netbook, so GRUB always shows when i turn on my computer. I've pressed F6 and it didn't do anything. I've chosen Ubuntu normally and it has started. I don't know why sometimes it works, sometimes it doesn't.

  4. #4
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Black screen on start up :(

    Hmmm, intermittent problems are a bit more tricky.

    I suspect it is time to delve into some log files (an area that is murky to me but will be great to explore and learn from )

    In terminal we can use the command:

    Code:
    dmesg | less
    This will give you a look at your boot log, perhaps there is some error in there that might shed some light on this problem (I am however not sure if it will only contained the latest boot's information which won't help much as the system is working).

    Any how, I am sure one of the guru's will reply soon and maybe point out a solution and the silliness of this attempt


    404

  5. #5
    Join Date
    Jan 2012
    Location
    Poland
    Beans
    50
    Distro
    Ubuntu

    Re: Black screen on start up :(

    Quote Originally Posted by not found View Post
    Hmmm, intermittent problems are a bit more tricky.

    I suspect it is time to delve into some log files (an area that is murky to me but will be great to explore and learn from )

    In terminal we can use the command:

    Code:
    dmesg | less
    This will give you a look at your boot log, perhaps there is some error in there that might shed some light on this problem (I am however not sure if it will only contained the latest boot's information which won't help much as the system is working).

    Any how, I am sure one of the guru's will reply soon and maybe point out a solution and the silliness of this attempt


    404
    Now Ubuntu crashes at random moments. It goes through the black screen, show wallpaper and things and then crashes. Where is this terminal?

  6. #6
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Black screen on start up :(

    The terminal I was referring to can typically be found once you have successfully booted into Ubuntu by launching it from Gnome (Can find it by pressing the Super Key (Windows key) then typing term ... it should show up and you can either click on it or just press enter).

    Another why would be to press Ctrl+Alt+F1 to get to a terminal prompt, but again the boot process must have completed.

    Have you had any successful boots? Been able to use the desktop for any amount of time?


    404

  7. #7
    Join Date
    Jan 2012
    Location
    Poland
    Beans
    50
    Distro
    Ubuntu

    Re: Black screen on start up :(

    Quote Originally Posted by not found View Post
    The terminal I was referring to can typically be found once you have successfully booted into Ubuntu by launching it from Gnome (Can find it by pressing the Super Key (Windows key) then typing term ... it should show up and you can either click on it or just press enter).

    Another why would be to press Ctrl+Alt+F1 to get to a terminal prompt, but again the boot process must have completed.

    Have you had any successful boots? Been able to use the desktop for any amount of time?


    404
    Now I'm on Ubuntu and it works without any problems. I have found the terminal but I don't know how to put this log here.

  8. #8
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Black screen on start up :(

    Quote Originally Posted by Agusia View Post
    Now I'm on Ubuntu and it works without any problems. I have found the terminal but I don't know how to put this log here.
    You can highlight the text with your mouse like in any other editor, then either right click and copy or even use Ctrl+Shift+C to copy.

    Another why would be to run dmesg > ~/dmesg.txt which should create a txt file in your home directory which you can open with any of the editors you like.

    You can then post it here, just wrap the information in code brackets (the little hash in your edit tools) to make it easier to read.


    404

    PS - I am sure there are several ways of doing this easier or even narrowing down the amount of information but this is still new territory to me

  9. #9
    Join Date
    Jan 2012
    Location
    Poland
    Beans
    50
    Distro
    Ubuntu

    Re: Black screen on start up :(

    Code:
    [    0.000000] Initializing cgroup subsys cpuset
    [    0.000000] Initializing cgroup subsys cpu
    [    0.000000] Linux version 3.0.0-15-generic (buildd@yellow) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #25-Ubuntu SMP Mon Jan 2 17:44:42 UTC 2012 (Ubuntu 3.0.0-15.25-generic 3.0.13)
    [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic root=UUID=94aacb2f-b9d6-4480-b3b7-f5b2fe29ab46 ro quiet splash vt.handoff=7
    [    0.000000] KERNEL supported cpus:
    [    0.000000]   Intel GenuineIntel
    [    0.000000]   AMD AuthenticAMD
    [    0.000000]   Centaur CentaurHauls
    [    0.000000] BIOS-provided physical RAM map:
    [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [    0.000000]  BIOS-e820: 0000000000100000 - 00000000de63a000 (usable)
    [    0.000000]  BIOS-e820: 00000000de63a000 - 00000000de83a000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000de83a000 - 00000000dfd3f000 (usable)
    [    0.000000]  BIOS-e820: 00000000dfd3f000 - 00000000dfdbf000 (reserved)
    [    0.000000]  BIOS-e820: 00000000dfdbf000 - 00000000dfebf000 (ACPI NVS)
    [    0.000000]  BIOS-e820: 00000000dfebf000 - 00000000dfef6000 (ACPI data)
    [    0.000000]  BIOS-e820: 00000000dfef6000 - 00000000dff00000 (usable)
    [    0.000000]  BIOS-e820: 00000000dff00000 - 00000000e0000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
    [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [    0.000000]  BIOS-e820: 0000000100000000 - 000000010f000000 (usable)
    [    0.000000]  BIOS-e820: 000000010f000000 - 000000011f000000 (reserved)
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] DMI 2.7 present.
    [    0.000000] DMI: Acer AO722/JE10-BZ, BIOS V1.07 09/19/2011
    [    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 = 0x10f000 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-FFFFF write-through
    [    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 0DFEBD000 mask FFFFFF000 uncachable
    [    0.000000]   4 base 0FFE00000 mask FFFE00000 write-protect
    [    0.000000]   5 disabled
    [    0.000000]   6 disabled
    [    0.000000]   7 disabled
    [    0.000000] TOM2: 000000011f000000 aka 4592M
    [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [    0.000000] last_pfn = 0xdff00 max_arch_pfn = 0x400000000
    [    0.000000] found SMP MP-table at [ffff8800000fe1b0] fe1b0
    [    0.000000] initial memory mapped : 0 - 20000000
    [    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [    0.000000] Using GB pages for direct mapping
    [    0.000000] init_memory_mapping: 0000000000000000-00000000dff00000
    [    0.000000]  0000000000 - 00c0000000 page 1G
    [    0.000000]  00c0000000 - 00dfe00000 page 2M
    [    0.000000]  00dfe00000 - 00dff00000 page 4k
    [    0.000000] kernel direct mapping tables up to dff00000 @ 1fffd000-20000000
    [    0.000000] init_memory_mapping: 0000000100000000-000000010f000000
    [    0.000000]  0100000000 - 010f000000 page 2M
    [    0.000000] kernel direct mapping tables up to 10f000000 @ dfefe000-dff00000
    [    0.000000] RAMDISK: 365be000 - 372d7000
    [    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 ACRSYS)
    [    0.000000] ACPI: XSDT 00000000dfef5120 00064 (v01 ACRSYS ACRPRDCT 00000003      01000013)
    [    0.000000] ACPI: FACP 00000000dfef4000 000F4 (v04 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [    0.000000] ACPI: DSDT 00000000dfee8000 089F9 (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
    [    0.000000] ACPI: FACS 00000000dfe97000 00040
    [    0.000000] ACPI: HPET 00000000dfef3000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [    0.000000] ACPI: APIC 00000000dfef2000 00084 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [    0.000000] ACPI: MCFG 00000000dfef1000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [    0.000000] ACPI: BOOT 00000000dfee7000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [    0.000000] ACPI: SLIC 00000000dfee6000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [    0.000000] ACPI: SSDT 00000000dfee5000 0030C (v01 AMD    POWERNOW 00000001 AMD  00000001)
    [    0.000000] ACPI: SSDT 00000000dfee3000 0168E (v02    AMD     ALIB 00000001 MSFT 04000000)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] No NUMA configuration found
    [    0.000000] Faking a node at 0000000000000000-000000010f000000
    [    0.000000] Initmem setup node 0 0000000000000000-000000010f000000
    [    0.000000]   NODE_DATA [000000010effb000 - 000000010effffff]
    [    0.000000]  [ffffea0000000000-ffffea0003bfffff] PMD -> [ffff88010aa00000-ffff88010dffffff] on node 0
    [    0.000000] Zone PFN ranges:
    [    0.000000]   DMA      0x00000010 -> 0x00001000
    [    0.000000]   DMA32    0x00001000 -> 0x00100000
    [    0.000000]   Normal   0x00100000 -> 0x0010f000
    [    0.000000] Movable zone start PFN for each node
    [    0.000000] early_node_map[5] active PFN ranges
    [    0.000000]     0: 0x00000010 -> 0x0000009f
    [    0.000000]     0: 0x00000100 -> 0x000de63a
    [    0.000000]     0: 0x000de83a -> 0x000dfd3f
    [    0.000000]     0: 0x000dfef6 -> 0x000dff00
    [    0.000000]     0: 0x00100000 -> 0x0010f000
    [    0.000000] On node 0 totalpages: 977624
    [    0.000000]   DMA zone: 56 pages used for memmap
    [    0.000000]   DMA zone: 5 pages reserved
    [    0.000000]   DMA zone: 3922 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 14280 pages used for memmap
    [    0.000000]   DMA32 zone: 897921 pages, LIFO batch:31
    [    0.000000]   Normal zone: 840 pages used for memmap
    [    0.000000]   Normal zone: 60600 pages, LIFO batch:15
    [    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[0x00] disabled)
    [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] 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 33, 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 low 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: 0x43538210 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 - 00000000000e0000
    [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [    0.000000] PM: Registered nosave memory: 00000000de63a000 - 00000000de83a000
    [    0.000000] PM: Registered nosave memory: 00000000dfd3f000 - 00000000dfdbf000
    [    0.000000] PM: Registered nosave memory: 00000000dfdbf000 - 00000000dfebf000
    [    0.000000] PM: Registered nosave memory: 00000000dfebf000 - 00000000dfef6000
    [    0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000e0000000
    [    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
    [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [    0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fee00000
    [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
    [    0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    [    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
    [    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 27 pages/cpu @ffff88010ec00000 s79616 r8192 d22784 u524288
    [    0.000000] pcpu-alloc: s79616 r8192 d22784 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: 962443
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic root=UUID=94aacb2f-b9d6-4480-b3b7-f5b2fe29ab46 ro quiet splash vt.handoff=7
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    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: 3759772k/4440064k available (6136k kernel code, 529568k absent, 150724k reserved, 6898k data, 988k init)
    [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
    [    0.000000] NR_IRQS:16640 nr_irqs:712 16
    [    0.000000] spurious 8259A interrupt: IRQ7.
    [    0.000000] vt handoff: transparent VT on vt#7
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] allocated 31457280 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 997.474 MHz processor.
    [    0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 1994.94 BogoMIPS (lpj=3989896)
    [    0.004021] pid_max: default: 32768 minimum: 301
    [    0.004093] Security Framework initialized
    [    0.004137] AppArmor: AppArmor initialized
    [    0.004142] Yama: becoming mindful.
    [    0.008563] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [    0.012500] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.014409] Mount-cache hash table entries: 256
    [    0.014774] Initializing cgroup subsys cpuacct
    [    0.014794] Initializing cgroup subsys memory
    [    0.014818] Initializing cgroup subsys devices
    [    0.014824] Initializing cgroup subsys freezer
    [    0.014829] Initializing cgroup subsys net_cls
    [    0.014835] Initializing cgroup subsys blkio
    [    0.014855] Initializing cgroup subsys perf_event
    [    0.014934] tseg: 00dff00000
    [    0.014941] CPU: Physical Processor ID: 0
    [    0.014945] CPU: Processor Core ID: 0
    [    0.014951] mce: CPU supports 6 MCE banks
    [    0.021134] ACPI: Core revision 20110413
    [    0.036042] ftrace: allocating 25729 entries in 101 pages
    [    0.040671] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.082459] CPU0: AMD C-60 APU with Radeon(tm) HD Graphics stepping 00
    [    0.084004] Performance Events: AMD PMU driver.
    [    0.084004] ... version:                0
    [    0.084004] ... bit width:              48
    [    0.084004] ... generic registers:      4
    [    0.084004] ... value mask:             0000ffffffffffff
    [    0.084004] ... max period:             00007fffffffffff
    [    0.084004] ... fixed-purpose events:   0
    [    0.084004] ... event mask:             000000000000000f
    [    0.084004] Booting Node   0, Processors  #1
    [    0.084004] smpboot cpu 1: start_ip = 9a000
    [    0.176039] Brought up 2 CPUs
    [    0.176046] Total of 2 processors activated (3989.96 BogoMIPS).
    [    0.176732] devtmpfs: initialized
    [    0.176732] PM: Registering ACPI NVS region at de63a000 (2097152 bytes)
    [    0.176732] PM: Registering ACPI NVS region at dfdbf000 (1048576 bytes)
    [    0.182901] print_constraints: dummy: 
    [    0.183010] Time: 14:48:30  Date: 01/21/12
    [    0.183122] NET: Registered protocol family 16
    [    0.183295] Trying to unpack rootfs image as initramfs...
    [    0.183598] Extended Config Space enabled on 0 nodes
    [    0.183650] ACPI: bus type pci registered
    [    0.183899] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [    0.183909] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [    0.204511] PCI: Using configuration type 1 for base access
    [    0.206885] bio: create slab <bio-0> at 0
    [    0.210455] ACPI: EC: Look up EC in DSDT
    [    0.214131] ACPI: Executed 1 blocks of module-level executable AML code
    [    0.221048] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [    0.241234] ACPI: Interpreter enabled
    [    0.241245] ACPI: (supports S0 S3 S4 S5)
    [    0.241301] ACPI: Using IOAPIC for interrupt routing
    [    0.429074] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [    0.429506] ACPI: No dock devices found.
    [    0.429513] HEST: Table not found.
    [    0.429522] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.429867] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [    0.430366] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
    [    0.430374] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
    [    0.430382] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [    0.430389] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff]
    [    0.430396] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff]
    [    0.430403] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff]
    [    0.430410] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
    [    0.430417] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [    0.430423] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [    0.430430] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [    0.430437] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [    0.430443] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [    0.430450] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
    [    0.430457] pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff]
    [    0.430463] pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff]
    [    0.430470] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xf7ffffff]
    [    0.430477] pci_root PNP0A08:00: host bridge window [mem 0xfc000000-0xffffffff]
    [    0.430495] pci_root PNP0A08:00: address space collision: host bridge window [mem 0x000cc000-0x000cffff] conflicts with Video ROM [mem 0x000c0000-0x000ce3ff]
    [    0.430527] pci 0000:00:00.0: [1022:1510] type 0 class 0x000600
    [    0.430605] pci 0000:00:01.0: [1002:9807] type 0 class 0x000300
    [    0.430626] pci 0000:00:01.0: reg 10: [mem 0xe0000000-0xefffffff pref]
    [    0.430641] pci 0000:00:01.0: reg 14: [io  0x4000-0x40ff]
    [    0.430656] pci 0000:00:01.0: reg 18: [mem 0xf0400000-0xf043ffff]
    [    0.430718] pci 0000:00:01.0: supports D1 D2
    [    0.430753] pci 0000:00:01.1: [1002:1314] type 0 class 0x000403
    [    0.430771] pci 0000:00:01.1: reg 10: [mem 0xf0444000-0xf0447fff]
    [    0.430848] pci 0000:00:01.1: supports D1 D2
    [    0.430990] pci 0000:00:11.0: [1002:4391] type 0 class 0x000106
    [    0.431023] pci 0000:00:11.0: reg 10: [io  0x4118-0x411f]
    [    0.431042] pci 0000:00:11.0: reg 14: [io  0x4124-0x4127]
    [    0.431060] pci 0000:00:11.0: reg 18: [io  0x4110-0x4117]
    [    0.431079] pci 0000:00:11.0: reg 1c: [io  0x4120-0x4123]
    [    0.431097] pci 0000:00:11.0: reg 20: [io  0x4100-0x410f]
    [    0.431116] pci 0000:00:11.0: reg 24: [mem 0xf044c000-0xf044c3ff]
    [    0.431195] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [    0.431220] pci 0000:00:12.0: reg 10: [mem 0xf044b000-0xf044bfff]
    [    0.431335] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [    0.432038] pci 0000:00:12.2: reg 10: [mem 0xf044a000-0xf044a0ff]
    [    0.435102] pci 0000:00:12.2: supports D1 D2
    [    0.435108] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [    0.435119] pci 0000:00:12.2: PME# disabled
    [    0.435173] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [    0.435198] pci 0000:00:13.0: reg 10: [mem 0xf0449000-0xf0449fff]
    [    0.435315] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [    0.435898] pci 0000:00:13.2: reg 10: [mem 0xf0448000-0xf04480ff]
    [    0.438837] pci 0000:00:13.2: supports D1 D2
    [    0.438843] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [    0.438853] pci 0000:00:13.2: PME# disabled
    [    0.438895] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [    0.439024] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [    0.439061] pci 0000:00:14.2: reg 10: [mem 0xf0440000-0xf0443fff 64bit]
    [    0.439154] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [    0.439163] pci 0000:00:14.2: PME# disabled
    [    0.439189] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [    0.439311] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [    0.439397] pci 0000:00:15.0: [1002:43a0] type 1 class 0x000604
    [    0.439496] pci 0000:00:15.0: supports D1 D2
    [    0.439545] pci 0000:00:15.2: [1002:43a2] type 1 class 0x000604
    [    0.439642] pci 0000:00:15.2: supports D1 D2
    [    0.439695] pci 0000:00:15.3: [1002:43a3] type 1 class 0x000604
    [    0.439792] pci 0000:00:15.3: supports D1 D2
    [    0.439844] pci 0000:00:18.0: [1022:1700] type 0 class 0x000600
    [    0.440082] pci 0000:00:18.1: [1022:1701] type 0 class 0x000600
    [    0.440141] pci 0000:00:18.2: [1022:1702] type 0 class 0x000600
    [    0.440203] pci 0000:00:18.3: [1022:1703] type 0 class 0x000600
    [    0.440274] pci 0000:00:18.4: [1022:1704] type 0 class 0x000600
    [    0.440332] pci 0000:00:18.5: [1022:1718] type 0 class 0x000600
    [    0.440390] pci 0000:00:18.6: [1022:1716] type 0 class 0x000600
    [    0.440455] pci 0000:00:18.7: [1022:1719] type 0 class 0x000600
    [    0.440614] pci 0000:00:14.4: PCI bridge to [bus 01-01] (subtractive decode)
    [    0.440625] pci 0000:00:14.4:   bridge window [io  0xf000-0x0000] (disabled)
    [    0.440636] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [    0.440647] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [    0.440655] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
    [    0.440662] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
    [    0.440669] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [    0.440677] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    [    0.440684] pci 0000:00:14.4:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    [    0.440691] pci 0000:00:14.4:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    [    0.440699] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [    0.440706] pci 0000:00:14.4:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [    0.440713] pci 0000:00:14.4:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [    0.440721] pci 0000:00:14.4:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [    0.440728] pci 0000:00:14.4:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [    0.440735] pci 0000:00:14.4:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [    0.440742] pci 0000:00:14.4:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    [    0.440750] pci 0000:00:14.4:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    [    0.440757] pci 0000:00:14.4:   bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    [    0.440764] pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xffffffff] (subtractive decode)
    [    0.440922] pci 0000:00:15.0: PCI bridge to [bus 02-05]
    [    0.440934] pci 0000:00:15.0:   bridge window [io  0x3000-0x3fff]
    [    0.440944] pci 0000:00:15.0:   bridge window [mem 0xf0300000-0xf03fffff]
    [    0.440957] pci 0000:00:15.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [    0.441079] pci 0000:06:00.0: [1969:2062] type 0 class 0x000200
    [    0.441119] pci 0000:06:00.0: reg 10: [mem 0xf0200000-0xf023ffff 64bit]
    [    0.441142] pci 0000:06:00.0: reg 18: [io  0x2000-0x207f]
    [    0.441266] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.441277] pci 0000:06:00.0: PME# disabled
    [    0.448172] pci 0000:00:15.2: PCI bridge to [bus 06-06]
    [    0.448193] pci 0000:00:15.2:   bridge window [io  0x2000-0x2fff]
    [    0.448204] pci 0000:00:15.2:   bridge window [mem 0xf0200000-0xf02fffff]
    [    0.448218] pci 0000:00:15.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [    0.448389] pci 0000:07:00.0: [14e4:4727] type 0 class 0x000280
    [    0.448436] pci 0000:07:00.0: reg 10: [mem 0xf0100000-0xf0103fff 64bit]
    [    0.448591] pci 0000:07:00.0: supports D1 D2
    [    0.448597] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
    [    0.448609] pci 0000:07:00.0: PME# disabled
    [    0.456203] pci 0000:00:15.3: PCI bridge to [bus 07-07]
    [    0.456224] pci 0000:00:15.3:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
    [    0.456237] pci 0000:00:15.3:   bridge window [mem 0xf0100000-0xf01fffff]
    [    0.456251] pci 0000:00:15.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [    0.456309] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [    0.456691] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB0._PRT]
    [    0.456791] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB2._PRT]
    [    0.456918] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB3._PRT]
    [    0.457104] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [    0.457235]  pci0000:00: Requesting ACPI _OSC control (0x1d)
    [    0.457245]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [    0.457250] ACPI _OSC control for PCIe not granted, disabling ASPM
    [    0.480068] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.480391] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.480706] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.481025] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.481293] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.481520] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.481779] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.482036] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [    0.482403] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [    0.482436] vgaarb: loaded
    [    0.482440] vgaarb: bridge control possible 0000:00:01.0
    [    0.482942] SCSI subsystem initialized
    [    0.483130] libata version 3.00 loaded.
    [    0.483256] usbcore: registered new interface driver usbfs
    [    0.483285] usbcore: registered new interface driver hub
    [    0.483369] usbcore: registered new device driver usb
    [    0.483606] PCI: Using ACPI for IRQ routing
    [    0.486734] PCI: pci_cache_line_size set to 64 bytes
    [    0.486954] reserve RAM buffer: 000000000009f800 - 000000000009ffff 
    [    0.486967] reserve RAM buffer: 00000000de63a000 - 00000000dfffffff 
    [    0.486975] reserve RAM buffer: 00000000dfd3f000 - 00000000dfffffff 
    [    0.486983] reserve RAM buffer: 00000000dff00000 - 00000000dfffffff 
    [    0.486988] reserve RAM buffer: 000000010f000000 - 000000010fffffff 
    [    0.487250] NetLabel: Initializing
    [    0.487256] NetLabel:  domain hash size = 128
    [    0.487260] NetLabel:  protocols = UNLABELED CIPSOv4
    [    0.487292] NetLabel:  unlabeled traffic allowed by default
    [    0.487458] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [    0.487470] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [    0.489074] Switching to clocksource hpet
    [    0.490411] Switched to NOHz mode on CPU #0
    [    0.490582] Switched to NOHz mode on CPU #1
    [    0.505442] AppArmor: AppArmor Filesystem Enabled
    [    0.505520] pnp: PnP ACPI init
    [    0.505562] ACPI: bus type pnp registered
    [    0.505947] pnp 00:00: [bus 00-ff]
    [    0.505956] pnp 00:00: [io  0x0000-0x0cf7 window]
    [    0.505963] pnp 00:00: [io  0x0d00-0xffff window]
    [    0.505970] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [    0.505977] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [    0.505984] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [    0.505991] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [    0.505997] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [    0.506003] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [    0.506009] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [    0.506016] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [    0.506022] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [    0.506028] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [    0.506034] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [    0.506040] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [    0.506047] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [    0.506053] pnp 00:00: [mem 0xe0000000-0xf7ffffff window]
    [    0.506059] pnp 00:00: [mem 0xfc000000-0xffffffff window]
    [    0.506066] pnp 00:00: [io  0x0cf8-0x0cff]
    [    0.506206] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [    0.506351] pnp 00:01: [mem 0xfec00000-0xfec00fff]
    [    0.506359] pnp 00:01: [mem 0xfee00000-0xfee00fff]
    [    0.506489] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [    0.506499] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [    0.506509] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.506914] pnp 00:02: [irq 0 disabled]
    [    0.507010] pnp 00:02: [irq 8]
    [    0.507016] pnp 00:02: [mem 0xfed00000-0xfed003ff]
    [    0.507095] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [    0.507297] pnp 00:03: [io  0x0000-0x000f]
    [    0.507304] pnp 00:03: [io  0x0081-0x008f]
    [    0.507310] pnp 00:03: [io  0x00c0-0x00df]
    [    0.507317] pnp 00:03: [dma 4]
    [    0.507397] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [    0.507435] pnp 00:04: [io  0x00f0-0x00fe]
    [    0.507508] pnp 00:04: [irq 13]
    [    0.507586] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [    0.507693] pnp 00:05: [io  0x0070-0x0071]
    [    0.507774] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.507801] pnp 00:06: [io  0x0061]
    [    0.507881] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [    0.507960] pnp 00:07: [io  0x0060]
    [    0.507965] pnp 00:07: [io  0x0064]
    [    0.508093] pnp 00:07: [irq 1]
    [    0.508178] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [    0.508608] pnp 00:08: [irq 12]
    [    0.508693] pnp 00:08: Plug and Play ACPI device, IDs ETD0500 ETD0001 PNP0f13 (active)
    [    0.508777] pnp 00:09: [io  0x0010-0x001f]
    [    0.508783] pnp 00:09: [io  0x002e-0x002f]
    [    0.508789] pnp 00:09: [io  0x0072-0x0073]
    [    0.508801] pnp 00:09: [io  0x0080]
    [    0.508806] pnp 00:09: [io  0x00b0-0x00b1]
    [    0.508811] pnp 00:09: [io  0x0092]
    [    0.508817] pnp 00:09: [io  0x0400-0x04cf]
    [    0.508822] pnp 00:09: [io  0x04d0-0x04d1]
    [    0.508827] pnp 00:09: [io  0x04d6]
    [    0.508833] pnp 00:09: [io  0x0680-0x06ff]
    [    0.508838] pnp 00:09: [io  0x077a]
    [    0.508843] pnp 00:09: [io  0x0c00-0x0c01]
    [    0.508848] pnp 00:09: [io  0x0c14]
    [    0.508853] pnp 00:09: [io  0x0c50-0x0c52]
    [    0.508858] pnp 00:09: [io  0x0c6c]
    [    0.508863] pnp 00:09: [io  0x0c6f]
    [    0.508868] pnp 00:09: [io  0x0cd0-0x0cdb]
    [    0.509020] system 00:09: [io  0x0400-0x04cf] has been reserved
    [    0.509029] system 00:09: [io  0x04d0-0x04d1] has been reserved
    [    0.509036] system 00:09: [io  0x04d6] has been reserved
    [    0.509043] system 00:09: [io  0x0680-0x06ff] has been reserved
    [    0.509050] system 00:09: [io  0x077a] has been reserved
    [    0.509057] system 00:09: [io  0x0c00-0x0c01] has been reserved
    [    0.509065] system 00:09: [io  0x0c14] has been reserved
    [    0.509072] system 00:09: [io  0x0c50-0x0c52] has been reserved
    [    0.509079] system 00:09: [io  0x0c6c] has been reserved
    [    0.509085] system 00:09: [io  0x0c6f] has been reserved
    [    0.509092] system 00:09: [io  0x0cd0-0x0cdb] has been reserved
    [    0.509102] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.509233] pnp 00:0a: [mem 0x000e0000-0x000fffff]
    [    0.509240] pnp 00:0a: [mem 0xffe00000-0xffffffff]
    [    0.509374] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
    [    0.509384] system 00:0a: [mem 0xffe00000-0xffffffff] has been reserved
    [    0.509394] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [    0.576254] pnp: PnP ACPI: found 11 devices
    [    0.576266] ACPI: ACPI bus type pnp unregistered
    [    0.585593] PCI: max bus depth: 1 pci_try_num: 2
    [    0.585663] pci 0000:00:14.4: PCI bridge to [bus 01-01]
    [    0.585670] pci 0000:00:14.4:   bridge window [io  disabled]
    [    0.585681] pci 0000:00:14.4:   bridge window [mem disabled]
    [    0.585690] pci 0000:00:14.4:   bridge window [mem pref disabled]
    [    0.585704] pci 0000:00:15.0: PCI bridge to [bus 02-05]
    [    0.585713] pci 0000:00:15.0:   bridge window [io  0x3000-0x3fff]
    [    0.585724] pci 0000:00:15.0:   bridge window [mem 0xf0300000-0xf03fffff]
    [    0.585735] pci 0000:00:15.0:   bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [    0.585748] pci 0000:00:15.2: PCI bridge to [bus 06-06]
    [    0.585756] pci 0000:00:15.2:   bridge window [io  0x2000-0x2fff]
    [    0.585766] pci 0000:00:15.2:   bridge window [mem 0xf0200000-0xf02fffff]
    [    0.585775] pci 0000:00:15.2:   bridge window [mem pref disabled]
    [    0.585788] pci 0000:00:15.3: PCI bridge to [bus 07-07]
    [    0.585792] pci 0000:00:15.3:   bridge window [io  disabled]
    [    0.585803] pci 0000:00:15.3:   bridge window [mem 0xf0100000-0xf01fffff]
    [    0.585811] pci 0000:00:15.3:   bridge window [mem pref disabled]
    [    0.585876] pci 0000:00:15.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.585887] pci 0000:00:15.0: setting latency timer to 64
    [    0.585902] pci 0000:00:15.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.585912] pci 0000:00:15.2: setting latency timer to 64
    [    0.585926] pci 0000:00:15.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    0.585935] pci 0000:00:15.3: setting latency timer to 64
    [    0.585945] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
    [    0.585952] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
    [    0.585959] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [    0.585965] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [    0.585972] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [    0.585978] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [    0.585985] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
    [    0.585991] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
    [    0.585997] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
    [    0.586004] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
    [    0.586010] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
    [    0.586016] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
    [    0.586023] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
    [    0.586029] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
    [    0.586036] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff]
    [    0.586042] pci_bus 0000:00: resource 19 [mem 0xfc000000-0xffffffff]
    [    0.586049] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
    [    0.586056] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
    [    0.586062] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    [    0.586068] pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000c3fff]
    [    0.586074] pci_bus 0000:01: resource 8 [mem 0x000c4000-0x000c7fff]
    [    0.586081] pci_bus 0000:01: resource 9 [mem 0x000c8000-0x000cbfff]
    [    0.586087] pci_bus 0000:01: resource 10 [mem 0x000d0000-0x000d3fff]
    [    0.586093] pci_bus 0000:01: resource 11 [mem 0x000d4000-0x000d7fff]
    [    0.586100] pci_bus 0000:01: resource 12 [mem 0x000d8000-0x000dbfff]
    [    0.586106] pci_bus 0000:01: resource 13 [mem 0x000dc000-0x000dffff]
    [    0.586113] pci_bus 0000:01: resource 14 [mem 0x000e0000-0x000e3fff]
    [    0.586119] pci_bus 0000:01: resource 15 [mem 0x000e4000-0x000e7fff]
    [    0.586125] pci_bus 0000:01: resource 16 [mem 0x000e8000-0x000ebfff]
    [    0.586132] pci_bus 0000:01: resource 17 [mem 0x000ec000-0x000effff]
    [    0.586138] pci_bus 0000:01: resource 18 [mem 0xe0000000-0xf7ffffff]
    [    0.586144] pci_bus 0000:01: resource 19 [mem 0xfc000000-0xffffffff]
    [    0.586151] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
    [    0.586157] pci_bus 0000:02: resource 1 [mem 0xf0300000-0xf03fffff]
    [    0.586164] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
    [    0.586171] pci_bus 0000:06: resource 0 [io  0x2000-0x2fff]
    [    0.586177] pci_bus 0000:06: resource 1 [mem 0xf0200000-0xf02fffff]
    [    0.586184] pci_bus 0000:07: resource 1 [mem 0xf0100000-0xf01fffff]
    [    0.586285] NET: Registered protocol family 2
    [    0.586730] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [    0.590089] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [    0.596981] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.597754] TCP: Hash tables configured (established 524288 bind 65536)
    [    0.597761] TCP reno registered
    [    0.597806] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [    0.597890] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [    0.598208] NET: Registered protocol family 1
    [    0.598250] pci 0000:00:01.0: Boot video device
    [    0.660282] PCI: CLS 64 bytes, default 64
    [    0.660294] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [    0.660303] Placing 64MB software IO TLB between ffff8800da63a000 - ffff8800de63a000
    [    0.660309] software IO TLB at phys 0xda63a000 - 0xde63a000
    [    0.660423] Simple Boot Flag at 0x44 set to 0x1
    [    0.661245] audit: initializing netlink socket (disabled)
    [    0.661273] type=2000 audit(1327157310.660:1): initialized
    [    0.743350] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [    0.789247] VFS: Disk quotas dquot_6.5.2
    [    0.789432] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.791418] fuse init (API version 7.16)
    [    0.791682] msgmni has been set to 7343
    [    0.793282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [    0.793439] io scheduler noop registered
    [    0.793445] io scheduler deadline registered
    [    0.793584] io scheduler cfq registered (default)
    [    0.794213] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [    0.794277] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [    0.796281] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [    0.797093] ACPI: AC Adapter [ACAD] (off-line)
    [    0.797294] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [    0.797308] ACPI: Power Button [PWRB]
    [    0.797406] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
    [    0.797415] ACPI: Sleep Button [SLPB]
    [    0.797563] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [    0.797701] ACPI: Lid Switch [LID]
    [    0.797805] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [    0.797814] ACPI: Power Button [PWRF]
    [    0.797946] ACPI: acpi_idle registered with cpuidle
    [    0.868429] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [    0.868484] ERST: Table is not found!
    [    0.868691] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [    0.898823] Freeing initrd memory: 13412k freed
    [    0.981632] Linux agpgart interface v0.103
    [    0.984344] brd: module loaded
    [    0.985745] loop: module loaded
    [    0.986891] Fixed MDIO Bus: probed
    [    0.986952] PPP generic driver version 2.4.2
    [    0.987067] tun: Universal TUN/TAP device driver, 1.6
    [    0.987073] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [    0.987290] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    0.987430] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [    0.987610] ehci_hcd 0000:00:12.2: setting latency timer to 64
    [    0.987619] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [    0.987730] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [    0.987825] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [    0.987878] QUIRK: Enable AMD PLL fix
    [    0.987969] ehci_hcd 0000:00:12.2: debug port 1
    [    0.988067] ehci_hcd 0000:00:12.2: irq 17, io mem 0xf044a000
    [    1.000322] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [    1.000645] hub 1-0:1.0: USB hub found
    [    1.000655] hub 1-0:1.0: 5 ports detected
    [    1.000942] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [    1.001060] ehci_hcd 0000:00:13.2: setting latency timer to 64
    [    1.001067] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [    1.001147] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [    1.001232] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [    1.001275] ehci_hcd 0000:00:13.2: debug port 1
    [    1.001305] ehci_hcd 0000:00:13.2: irq 17, io mem 0xf0448000
    [    1.012129] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [    1.012478] hub 2-0:1.0: USB hub found
    [    1.012489] hub 2-0:1.0: 5 ports detected
    [    1.012710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    1.012835] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    1.012954] ohci_hcd 0000:00:12.0: setting latency timer to 64
    [    1.012963] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [    1.013067] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [    1.013209] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf044b000
    [    1.072495] hub 3-0:1.0: USB hub found
    [    1.072582] hub 3-0:1.0: 5 ports detected
    [    1.072903] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    1.073029] ohci_hcd 0000:00:13.0: setting latency timer to 64
    [    1.073038] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [    1.073143] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
    [    1.073228] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf0449000
    [    1.132663] hub 4-0:1.0: USB hub found
    [    1.132751] hub 4-0:1.0: 5 ports detected
    [    1.133000] uhci_hcd: USB Universal Host Controller Interface driver
    [    1.133187] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS1] at 0x60,0x64 irq 1,12
    [    1.177703] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    1.177719] serio: i8042 AUX port at 0x60,0x64 irq 12
    [    1.178083] mousedev: PS/2 mouse device common for all mice
    [    1.179867] rtc_cmos 00:05: RTC can wake from S4
    [    1.180131] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [    1.180174] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
    [    1.180554] device-mapper: uevent: version 1.0.3
    [    1.180802] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
    [    1.180987] cpuidle: using governor ladder
    [    1.181260] cpuidle: using governor menu
    [    1.181265] EFI Variables Facility v0.08 2004-May-17
    [    1.181847] TCP cubic registered
    [    1.182231] NET: Registered protocol family 10
    [    1.183500] NET: Registered protocol family 17
    [    1.183552] Registering the dns_resolver key type
    [    1.183849] PM: Hibernation image not present or could not be loaded.
    [    1.183878] registered taskstats version 1
    [    1.225303]   Magic number: 12:817:839
    [    1.225567] rtc_cmos 00:05: setting system clock to 2012-01-21 14:48:31 UTC (1327157311)
    [    1.225587] powernow-k8: Found 1 AMD C-60 APU with Radeon(tm) HD Graphics (2 cpu cores) (version 2.20.00)
    [    1.225619] powernow-k8: Core Performance Boosting: on.
    [    1.225709] powernow-k8:    0 : pstate 0 (1000 MHz)
    [    1.225714] powernow-k8:    1 : pstate 1 (800 MHz)
    [    1.226229] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [    1.226238] EDD information not available.
    [    1.231590] Freeing unused kernel memory: 988k freed
    [    1.232498] Write protecting the kernel read-only data: 12288k
    [    1.233318] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    [    1.256058] Freeing unused kernel memory: 2036k freed
    [    1.278929] Freeing unused kernel memory: 1388k freed
    [    1.328598] usb 2-1: new high speed USB device number 2 using ehci_hcd
    [    1.339626] udevd[81]: starting version 173
    [    1.652560] ACPI: Battery Slot [BAT1] (battery present)
    [    1.660139] Refined TSC clocksource calibration: 997.501 MHz.
    [    1.660154] Switching to clocksource tsc
    [    2.076899] ahci 0000:00:11.0: version 3.0
    [    2.077019] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [    2.077226] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    [    2.077237] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
    [    2.089388] atl1c 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [    2.089485] atl1c 0000:06:00.0: setting latency timer to 64
    [    2.090319] scsi0 : ahci
    [    2.090664] ata1: SATA max UDMA/133 abar m1024@0xf044c000 port 0xf044c100 irq 19
    [    2.217562] atl1c 0000:06:00.0: version 1.0.1.0-NAPI
    [    2.580402] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [    2.583735] ata1.00: ATA-8: WDC WD5000BPVT-22HXZT3, 01.01A01, max UDMA/133
    [    2.583749] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [    2.587561] ata1.00: configured for UDMA/133
    [    2.588300] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000BPVT-2 01.0 PQ: 0 ANSI: 5
    [    2.588698] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    2.588771] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [    2.588777] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [    2.589404] sd 0:0:0:0: [sda] Write Protect is off
    [    2.589416] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    2.589703] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.915930]  sda: sda1 sda2 sda3 < sda5 sda6 > sda4
    [    2.916992] sd 0:0:0:0: [sda] Attached SCSI disk
    [    3.908584] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
    [    3.908594] EXT4-fs (sda5): write access will be enabled during recovery
    [    4.072143] EXT4-fs (sda5): orphan cleanup on readonly fs
    [    4.072169] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178318
    [    4.072240] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178313
    [    4.072361] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178311
    [    4.072384] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178310
    [    4.072434] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178305
    [    4.072457] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178272
    [    4.072510] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178314
    [    4.072531] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 1178316
    [    4.072577] EXT4-fs (sda5): 8 orphan inodes deleted
    [    4.072583] EXT4-fs (sda5): recovery complete
    [    4.429077] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [   14.947799] udevd[296]: starting version 173
    [   15.019220] lp: driver loaded but no devices found
    [   15.045095] Adding 7254012k swap on /dev/sda6.  Priority:-1 extents:1 across:7254012k 
    [   15.249716] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
    [   15.599456] type=1400 audit(1327153725.869:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=515 comm="apparmor_parser"
    [   15.612126] type=1400 audit(1327153725.885:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=515 comm="apparmor_parser"
    [   15.612593] type=1400 audit(1327153725.885:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=515 comm="apparmor_parser"
    [   15.679255] acpi device:01: registered as cooling_device2
    [   15.682283] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
    [   15.686365] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
    [   15.687557] wmi: Mapper loaded
    [   15.890082] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [   15.890097] Disabling lock debugging due to kernel taint
    [   15.939970] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [   15.958725] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [   15.967089] SP5100 TCO timer: mmio address 0xb8fe00 already in use
    [   16.077588] atl1c 0000:06:00.0: irq 40 for MSI/MSI-X
    [   16.174831] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   16.188219] cfg80211: Calling CRDA to update world regulatory domain
    [   16.278179] brcmutil: module is from the staging directory, the quality is unknown, you have been warned.
    [   16.299775] Linux video capture interface: v2.00
    [   16.314917] brcmsmac: module is from the staging directory, the quality is unknown, you have been warned.
    [   16.338613] brcmsmac 0000:07:00.0: bus 7 slot 0 func 0 irq 11
    [   16.338850] brcmsmac 0000:07:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [   16.338865] brcmsmac 0000:07:00.0: setting latency timer to 64
    [   16.344676] uvcvideo: Found UVC 1.00 device WebCam (064e:d214)
    [   16.365790] input: WebCam as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1:1.0/input/input6
    [   16.365991] usbcore: registered new interface driver uvcvideo
    [   16.365997] USB Video Class driver (v1.1.0)
    [   16.438419] HDA Intel 0000:00:01.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [   16.438546] HDA Intel 0000:00:01.1: irq 41 for MSI/MSI-X
    [   16.438601] HDA Intel 0000:00:01.1: setting latency timer to 64
    [   16.468762] [fglrx] Maximum main memory to use for locked dma buffers: 3532 MBytes.
    [   16.468900] [fglrx]   vendor: 1002 device: 9807 count: 1
    [   16.470359] [fglrx] ioport: bar 1, base 0x4000, size: 0x100
    [   16.470395] pci 0000:00:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [   16.470442] pci 0000:00:01.0: setting latency timer to 64
    [   16.471669] [fglrx] Kernel PAT support is enabled
    [   16.471727] [fglrx] module loaded - fglrx 8.91.4 [Oct 25 2011] with 1 minors
    [   16.485214] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
    [   16.487958] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input7
    [   16.488754] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [   16.489103] HDA Intel 0000:00:14.2: setting latency timer to 64
    [   16.501487] type=1400 audit(1327153726.773:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=711 comm="apparmor_parser"
    [   16.504513] type=1400 audit(1327153726.777:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=712 comm="apparmor_parser"
    [   16.505389] type=1400 audit(1327153726.777:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=712 comm="apparmor_parser"
    [   16.505857] type=1400 audit(1327153726.777:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=712 comm="apparmor_parser"
    [   16.533686] type=1400 audit(1327153726.805:9): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=714 comm="apparmor_parser"
    [   16.542720] type=1400 audit(1327153726.813:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=727 comm="apparmor_parser"
    [   16.557558] type=1400 audit(1327153726.829:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=714 comm="apparmor_parser"
    [   16.561272] hda_codec: CX20588: BIOS auto-probing.
    [   16.847773] init: apport pre-start process (787) terminated with status 1
    [   16.888648] init: apport post-stop process (816) terminated with status 1
    [   16.939217] elantech: assuming hardware version 2, firmware version 4.2.19
    [   17.043650] elantech: Synaptics capabilities query result 0x68, 0x18, 0x0c.
    [   17.418741] acer_wmi: Acer Laptop ACPI-WMI Extras
    [   17.418774] acer_wmi: No or unsupported WMI interface, unable to load
    [   17.436081] elantech: retrying ps2 command 0xe6 (2).
    [   17.557734] Bluetooth: Core ver 2.16
    [   17.557807] NET: Registered protocol family 31
    [   17.557812] Bluetooth: HCI device and connection manager initialized
    [   17.557820] Bluetooth: HCI socket layer initialized
    [   17.557825] Bluetooth: L2CAP socket layer initialized
    [   17.563414] Bluetooth: SCO socket layer initialized
    [   17.575565] Bluetooth: RFCOMM TTY layer initialized
    [   17.575580] Bluetooth: RFCOMM socket layer initialized
    [   17.575586] Bluetooth: RFCOMM ver 1.11
    [   17.579904] cfg80211: World regulatory domain updated:
    [   17.579918] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [   17.579927] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   17.579934] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   17.579942] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [   17.579949] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   17.579956] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [   17.587557] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [   17.587566] Bluetooth: BNEP filters: protocol multicast
    [   17.679407] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679419] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679426] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679434] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679441] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679448] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679455] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679462] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679468] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679475] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679482] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679489] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679495] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679502] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679508] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679515] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679521] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679528] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679534] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679541] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679547] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679554] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679560] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679567] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679573] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679580] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.679586] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
    [   17.679593] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (300 mBi, 2000 mBm)
    [   17.699512] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [   17.708843] cfg80211: Calling CRDA for country: XV
    [   17.724362] lib80211: common routines for IEEE802.11 drivers
    [   17.724373] lib80211_crypt: registered algorithm 'NULL'
    [   17.938953] ieee80211 phy0: wl_ops_config: change monitor mode: false (implement)
    [   17.938970] ieee80211 phy0: wl_ops_config: change power-save mode: false (implement)
    [   17.941766] ieee80211 phy0: wl_ops_bss_info_changed: qos enabled: false (implement)
    [   17.943291] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [   17.956726] elantech: retrying ps2 command 0xf8 (2).
    [   18.151392] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [   18.151403] vesafb: scrolling: redraw
    [   18.151411] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [   18.154527] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90006080000, using 3072k, total 3072k
    [   18.157329] Console: switching to colour frame buffer device 128x48
    [   18.157406] fb0: VESA VGA frame buffer device
    [   18.193997] ppdev: user-space parallel port driver
    [   18.660338] elantech: retrying ps2 command 0xf8 (1).
    [   18.916119] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=600
    [   19.020446] [fglrx] ATIF platform detected with notification ID: 0x81
    [   19.267844] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
    [   20.666103] wlan0: authenticate with 00:26:5a:b1:d8:f6 (try 1)
    [   20.672042] wlan0: authenticated
    [   20.673305] wlan0: associate with 00:26:5a:b1:d8:f6 (try 1)
    [   20.677488] wlan0: RX AssocResp from 00:26:5a:b1:d8:f6 (capab=0xc31 status=0 aid=2)
    [   20.677500] wlan0: associated
    [   20.678739] ieee80211 phy0: wl_ops_bss_info_changed: qos enabled: true (implement)
    [   20.678751] ieee80211 phy0: brcmsmac: wl_ops_bss_info_changed: associated
    [   20.678776] ieee80211 phy0: wl_ops_bss_info_changed: arp filtering: enabled true, count 0 (implement)
    [   20.680136] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [   20.681219] cfg80211: Pending regulatory request, waiting for it to be processed...
    [   20.773254] fglrx_pci 0000:00:01.0: irq 42 for MSI/MSI-X
    [   20.774846] [fglrx] Firegl kernel thread PID: 1174
    [   20.775291] [fglrx] Firegl kernel thread PID: 1175
    [   20.775657] [fglrx] Firegl kernel thread PID: 1176
    [   20.775859] [fglrx] IRQ 42 Enabled
    [   20.879011] ieee80211 phy0: wl_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
    [   20.891505] [fglrx] Gart USWC size:1152 M.
    [   20.891516] [fglrx] Gart cacheable size:457 M.
    [   20.891529] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
    [   20.891537] [fglrx] Reserved FB block: Unshared offset:fc57000, size:39d000 
    [   20.891544] [fglrx] Reserved FB block: Unshared offset:fff4000, size:c000 
    [   25.773967] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=600
    [   31.560048] wlan0: no IPv6 routers present
    [  137.185150] audit_printk_skb: 21 callbacks suppressed
    [  137.185161] type=1400 audit(1327153848.008:19): apparmor="STATUS" operation="profile_replace" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=1951 comm="apparmor_parser"
    [  137.188148] type=1400 audit(1327153848.008:20): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1952 comm="apparmor_parser"
    [  137.189073] type=1400 audit(1327153848.012:21): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1952 comm="apparmor_parser"
    [  137.189539] type=1400 audit(1327153848.012:22): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1952 comm="apparmor_parser"
    [  137.210585] type=1400 audit(1327153848.032:23): apparmor="STATUS" operation="profile_replace" name="/usr/lib/telepathy/mission-control-5" pid=1955 comm="apparmor_parser"
    [  137.220589] type=1400 audit(1327153848.044:24): apparmor="STATUS" operation="profile_replace" name="/usr/bin/evince" pid=1953 comm="apparmor_parser"
    [  137.221605] type=1400 audit(1327153848.044:25): apparmor="STATUS" operation="profile_replace" name="/usr/lib/telepathy/telepathy-*" pid=1955 comm="apparmor_parser"
    [  137.235589] type=1400 audit(1327153848.056:26): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1956 comm="apparmor_parser"
    [  137.241170] type=1400 audit(1327153848.064:27): apparmor="STATUS" operation="profile_replace" name="/usr/bin/evince-previewer" pid=1953 comm="apparmor_parser"
    [  137.242349] type=1400 audit(1327153848.064:28): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1956 comm="apparmor_parser"
    [  137.366025] init: rc-sysinit main process (1926) killed by TERM signal
    [  137.371083] init: apport pre-start process (1979) terminated with status 1
    [  137.395718] init: apport post-stop process (1995) terminated with status 1
    [  138.072617] init: plymouth-stop pre-start process (2096) terminated with status 1

  10. #10
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Black screen on start up :(

    Well I didn't get anymore wiser from that info

    All I saw that makes me a bit suspicious is that you are using Radeon graphics. Do you know if you have the drivers installed? (Even though I am not so sure it is video related as this is happening intermittently).



    404
    Last edited by sffvba[e0rt; January 22nd, 2012 at 07:02 PM.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •