You are not logged in.

#1 2014-09-28 20:12:41

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

[Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Hi,

This is my first installation of Arch Linux, I've did a clean installation and installed gdm and gnome-shell, however whenever I boot my machine I get the above error, I've read about similar issues that was resolved in older versions of Arch, I don't know why it's still happening to me.

dmesg results

[    9.656492] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    9.656499] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    9.656504] [drm] Detected VRAM RAM=1024M, BAR=256M
[    9.656507] [drm] RAM width 128bits DDR
[    9.656765] [TTM] Zone  kernel: Available graphics memory: 4063548 kiB
[    9.656769] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    9.656772] [TTM] Initializing pool allocator
[    9.656790] [TTM] Initializing DMA pool allocator
[    9.656838] [drm] radeon: 1024M of VRAM memory ready
[    9.656842] [drm] radeon: 1024M of GTT memory ready.
[    9.656867] [drm] Loading TURKS Microcode
[    9.749692] [drm] Internal thermal controller with fan control
[    9.750342] [drm] radeon: power management initialized
[    9.761500] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    9.763321] [drm] PCIE gen 2 link speeds already enabled
[    9.768013] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[    9.768160] radeon 0000:01:00.0: WB enabled
[    9.768168] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88024debec00
[    9.768172] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88024debec0c
[    9.768946] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc900229b2118
[    9.768950] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.768952] [drm] Driver supports precise vblank timestamp query.
[    9.768991] radeon 0000:01:00.0: irq 55 for MSI/MSI-X
[    9.769016] radeon 0000:01:00.0: radeon: using MSI.
[    9.769067] [drm] radeon: irq initialized.
[    9.786191] [drm] ring test on 0 succeeded in 1 usecs
[    9.786252] [drm] ring test on 3 succeeded in 1 usecs
[    9.896523] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    9.896809] ieee80211 phy0: registered radio enabled led device: brcmsmac-phy0:radio gpio: 243
[    9.896827] cfg80211: Calling CRDA to update world regulatory domain
[    9.973401] systemd-udevd[203]: renamed network interface wlan0 to wlp13s0
[   10.985858] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   12.008186] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   13.030507] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   14.052842] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   15.075181] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   16.097523] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   17.119858] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   18.142188] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   19.164526] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   20.186863] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   20.206934] [drm:uvd_v1_0_start] *ERROR* UVD not responding, giving up!!!
[   20.206985] [drm:evergreen_startup] *ERROR* radeon: error initializing UVD (-1).
[   20.207246] [drm] ib test on ring 0 succeeded in 0 usecs
[   20.207291] [drm] ib test on ring 3 succeeded in 0 usecs
[   20.208202] [drm] Radeon Display Connectors
[   20.213715] radeon 0000:01:00.0: No connectors reported connected with modes
[   20.213718] [drm] Cannot find any crtc or sizes - going 1024x768
[   20.214797] [drm] fb mappable at 0xA0474000
[   20.214798] [drm] vram apper at 0xA0000000
[   20.214799] [drm] size 3145728
[   20.214801] [drm] fb depth is 24
[   20.214802] [drm]    pitch is 4096
[   20.214892] radeon 0000:01:00.0: fb1: radeondrmfb frame buffer device
[   20.214903] [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 1

And the result of
lspci -k | grep A 3 VGA

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
        Subsystem: Hewlett-Packard Company Device 1657
        Kernel driver in use: i915
        Kernel modules: i915
--
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M XT] (rev ff)
        Kernel driver in use: radeon
        Kernel modules: radeon

P.S. I tried booting with kernel option radeon.dpm=0, didn't change a thing :S

Offline

#2 2014-09-29 18:15:10

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Any one?

Offline

#3 2014-09-30 10:34:56

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,977

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

badr.ghatasheh ,

we'll need more info to help you.

You do state you get that error message, but what problems do you have ?

Please describe them.
Also posting complete dmesg log and complete lspci -k output would help.
(if they're big, consider putting them on a pastebin site, https://wiki.archlinux.org/index.php/Pa … in_clients )


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2014-09-30 20:19:42

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Hi Lone_Wolf,

I did a clean install of the latest Arch linux, installed xf86-video-ati and gdm / gnome-shell, after rebooting my machine I get those errors and gdm never starts, the tty1 freezes and I have to shift to tty2 to login from the command line.

Here is the full dmesg log:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4526470f-3f2b-411d-b754-d3f665dd0989 rw quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009ce3efff] usable
[    0.000000] BIOS-e820: [mem 0x000000009ce3f000-0x000000009cebefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009cebf000-0x000000009cfbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009cfbf000-0x000000009cffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000009cfff000-0x000000009cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000009d000000-0x000000009f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Hewlett-Packard HP Pavilion dv6 Notebook PC/1657, BIOS F.1B 10/05/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x25fe00 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-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FE0000000 write-back
[    0.000000]   2 base 09D000000 mask FFF000000 uncachable
[    0.000000]   3 base 09E000000 mask FFE000000 uncachable
[    0.000000]   4 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   5 base 100000000 mask F00000000 write-back
[    0.000000]   6 base 200000000 mask FC0000000 write-back
[    0.000000]   7 base 240000000 mask FF0000000 write-back
[    0.000000]   8 base 250000000 mask FF0000000 write-back
[    0.000000]   9 base 25FE00000 mask FFFE00000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0x9d000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
[    0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
[    0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x25fc00000-0x25fdfffff]
[    0.000000]  [mem 0x25fc00000-0x25fdfffff] page 2M
[    0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x25c000000-0x25fbfffff]
[    0.000000]  [mem 0x25c000000-0x25fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x25bffffff]
[    0.000000]  [mem 0x200000000-0x25bffffff] page 2M
[    0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x9ce3efff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x9cdfffff] page 2M
[    0.000000]  [mem 0x9ce00000-0x9ce3efff] page 4k
[    0.000000] init_memory_mapping: [mem 0x9cfff000-0x9cffffff]
[    0.000000]  [mem 0x9cfff000-0x9cffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 2M
[    0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37970000-0x37caffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x000000009CFFE120 000094 (v01 HPQOEM SLIC-MPC 00000001      01000013)
[    0.000000] ACPI: FACP 0x000000009CFFC000 0000F4 (v04 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[    0.000000] ACPI: DSDT 0x000000009CFEC000 00C553 (v01 HP     INSYDE   00000000 MSFT 01000013)
[    0.000000] ACPI: FACS 0x000000009CF6C000 000040
[    0.000000] ACPI: ASF! 0x000000009CFFD000 0000A5 (v32 HP     INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: HPET 0x000000009CFFB000 000038 (v01 HP     INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: APIC 0x000000009CFFA000 00008C (v02 HP     INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: MCFG 0x000000009CFF9000 00003C (v01 HP     INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: SLIC 0x000000009CFEB000 000176 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
[    0.000000] ACPI: SSDT 0x000000009CFEA000 00051F (v01 HP     INSYDE   00001000 MSFT 01000013)
[    0.000000] ACPI: BOOT 0x000000009CFE8000 000028 (v01 HP     INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: ASPT 0x000000009CFE5000 000034 (v07 HP     INSYDE   00000001 MSFT 01000013)
[    0.000000] ACPI: SSDT 0x000000009CFE4000 00090C (v01 HP     INSYDE   00003000 INTL 20100806)
[    0.000000] ACPI: SSDT 0x000000009CFE3000 000996 (v01 HP     INSYDE   00003000 INTL 20100806)
[    0.000000] ACPI: SSDT 0x000000009CFE2000 0002DA (v01 HP     INSYDE   00003000 INTL 20100806)
[    0.000000] ACPI: SSDT 0x000000009CFE1000 00035D (v01 HP     INSYDE   00003000 INTL 20100806)
[    0.000000] ACPI: SSDT 0x000000009CFDB000 0024A1 (v01 HP     INSYDE   00001000 INTL 20100806)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000025fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x25fdfffff]
[    0.000000]   NODE_DATA [mem 0x25fdf5000-0x25fdf9fff]
[    0.000000]  [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880257400000-ffff88025f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x25fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0x9ce3efff]
[    0.000000]   node   0: [mem 0x9cfff000-0x9cffffff]
[    0.000000]   node   0: [mem 0x100000000-0x25fdfffff]
[    0.000000] On node 0 totalpages: 2083804
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 156 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 9977 pages used for memmap
[    0.000000]   DMA32 zone: 638528 pages, LIFO batch:31
[    0.000000]   Normal zone: 22520 pages used for memmap
[    0.000000]   Normal zone: 1441280 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0x9da00000-0x9f9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9ce3f000-0x9cebefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cebf000-0x9cfbefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9cfbf000-0x9cffefff]
[    0.000000] PM: Registered nosave memory: [mem 0x9d000000-0x9f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[    0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88025fa00000 s86784 r8192 d23808 u262144
[    0.000000] pcpu-alloc: s86784 r8192 d23808 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: 2051087
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4526470f-3f2b-411d-b754-d3f665dd0989 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: 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: 8121464K/8335216K available (5335K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 213752K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:744 16
[    0.000000] Console: colour dummy device 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.000000] tsc: Detected 1995.611 MHz processor
[    0.000043] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.52 BogoMIPS (lpj=6652036)
[    0.000046] pid_max: default: 32768 minimum: 301
[    0.000054] ACPI: Core revision 20140424
[    0.012571] ACPI: All ACPI Tables successfully acquired
[    0.025034] Security Framework initialized
[    0.025041] Yama: becoming mindful.
[    0.025673] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.027624] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.028451] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.028463] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.028717] Initializing cgroup subsys memory
[    0.028740] Initializing cgroup subsys devices
[    0.028747] Initializing cgroup subsys freezer
[    0.028750] Initializing cgroup subsys net_cls
[    0.028754] Initializing cgroup subsys blkio
[    0.028780] CPU: Physical Processor ID: 0
[    0.028781] CPU: Processor Core ID: 0
[    0.028787] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.028790] mce: CPU supports 9 MCE banks
[    0.028802] CPU0: Thermal monitoring handled by SMI
[    0.028812] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
tlb_flushall_shift: 6
[    0.028929] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
[    0.030127] ftrace: allocating 20438 entries in 80 pages
[    0.042428] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.075425] smpboot: CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (fam: 06, model: 2a, stepping: 07)
[    0.075433] TSC deadline timer enabled
[    0.075458] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[    0.075481] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[    0.075483] ... version:                3
[    0.075485] ... bit width:              48
[    0.075486] ... generic registers:      4
[    0.075487] ... value mask:             0000ffffffffffff
[    0.075488] ... max period:             0000ffffffffffff
[    0.075489] ... fixed-purpose events:   3
[    0.075491] ... event mask:             000000070000000f
[    0.102262] x86: Booting SMP configuration:
[    0.102264] .... node  #0, CPUs:      #1
[    0.113432] CPU1: Thermal monitoring handled by SMI
[    0.115610] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.122310]  #2
[    0.133360] CPU2: Thermal monitoring handled by SMI
[    0.135618]  #3
[    0.146768] CPU3: Thermal monitoring handled by SMI
[    0.166823]  #4
[    0.166823] CPU4: Thermal monitoring handled by SMI
[    0.186847]  #5
[    0.186847] CPU5: Thermal monitoring handled by SMI
[    0.206873]  #6
[    0.206873] CPU6: Thermal monitoring handled by SMI
[    0.226900]  #7
[    0.226900] CPU7: Thermal monitoring handled by SMI
[    0.228993] x86: Booted up 1 node, 8 CPUs
[    0.228997] smpboot: Total of 8 processors activated (31942.18 BogoMIPS)
[    0.237549] devtmpfs: initialized
[    0.240790] PM: Registering ACPI NVS region [mem 0x9cebf000-0x9cfbefff] (1048576 bytes)
[    0.241866] pinctrl core: initialized pinctrl subsystem
[    0.241910] RTC time: 19:47:36, date: 09/30/14
[    0.241970] NET: Registered protocol family 16
[    0.242101] cpuidle: using governor ladder
[    0.242104] cpuidle: using governor menu
[    0.242132] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.242134] ACPI: bus type PCI registered
[    0.242135] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.242225] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.242228] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.242613] PCI: Using configuration type 1 for base access
[    0.254458] ACPI: Added _OSI(Module Device)
[    0.254460] ACPI: Added _OSI(Processor Device)
[    0.254462] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.254463] ACPI: Added _OSI(Processor Aggregator Device)
[    0.257999] ACPI: Executed 1 blocks of module-level executable AML code
[    0.287382] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.287878] ACPI: Dynamic OEM Table Load:
[    0.287889] ACPI: SSDT 0xFFFF880253F08800 000727 (v01 PmRef  Cpu0Cst  00003001 INTL 20100806)
[    0.300980] ACPI: Dynamic OEM Table Load:
[    0.300988] ACPI: SSDT 0xFFFF880253E9AC00 000303 (v01 PmRef  ApIst    00003000 INTL 20100806)
[    0.314159] ACPI: Dynamic OEM Table Load:
[    0.314166] ACPI: SSDT 0xFFFF880253ED5800 000119 (v01 PmRef  ApCst    00003000 INTL 20100806)
[    0.336094] ACPI: Interpreter enabled
[    0.336103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.336109] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.336126] ACPI: (supports S0 S3 S4 S5)
[    0.336128] ACPI: Using IOAPIC for interrupt routing
[    0.336159] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.337535] acpi ABCDEFGH:00: ACPI dock station (docks/bays count: 1)
[    0.347236] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.347242] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.347279] \_SB_.PCI0:_OSC invalid UUID
[    0.347280] _OSC request data:1 1f 0 
[    0.347285] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.348025] PCI host bridge to bus 0000:00
[    0.348028] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.348031] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.348033] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.348035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.348037] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
[    0.348046] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.348145] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
[    0.348184] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.348226] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.348279] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.348292] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[    0.348299] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.348304] pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
[    0.348423] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.348449] pci 0000:00:16.0: reg 0x10: [mem 0xc7504000-0xc750400f 64bit]
[    0.348531] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.348631] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.349010] pci 0000:00:1a.0: reg 0x10: [mem 0xc750a000-0xc750a3ff]
[    0.351214] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.351278] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.351331] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.351352] pci 0000:00:1b.0: reg 0x10: [mem 0xc7500000-0xc7503fff 64bit]
[    0.351434] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.351482] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.351531] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.351621] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.351670] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.351716] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.351806] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.351855] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.351901] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[    0.351991] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.352040] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.352088] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.352178] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.352227] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.352285] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.352654] pci 0000:00:1d.0: reg 0x10: [mem 0xc7509000-0xc75093ff]
[    0.354853] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.354915] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.354968] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.355160] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.355182] pci 0000:00:1f.2: reg 0x10: [io  0x6098-0x609f]
[    0.355191] pci 0000:00:1f.2: reg 0x14: [io  0x60bc-0x60bf]
[    0.355201] pci 0000:00:1f.2: reg 0x18: [io  0x6090-0x6097]
[    0.355210] pci 0000:00:1f.2: reg 0x1c: [io  0x60b8-0x60bb]
[    0.355219] pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
[    0.355229] pci 0000:00:1f.2: reg 0x24: [mem 0xc7508000-0xc75087ff]
[    0.355279] pci 0000:00:1f.2: PME# supported from D3hot
[    0.355363] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.355380] pci 0000:00:1f.3: reg 0x10: [mem 0xc7506000-0xc75060ff 64bit]
[    0.355403] pci 0000:00:1f.3: reg 0x20: [io  0x6040-0x605f]
[    0.355556] pci 0000:01:00.0: [1002:6740] type 00 class 0x030000
[    0.355574] pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.355586] pci 0000:01:00.0: reg 0x18: [mem 0xc6500000-0xc651ffff 64bit]
[    0.355593] pci 0000:01:00.0: reg 0x20: [io  0x5000-0x50ff]
[    0.355606] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.355652] pci 0000:01:00.0: supports D1 D2
[    0.355676] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.360967] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    0.360976] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.360983] pci 0000:00:01.0:   bridge window [mem 0xc6500000-0xc74fffff]
[    0.360993] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.361125] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
[    0.361152] pci 0000:07:00.0: reg 0x10: [io  0x4000-0x40ff]
[    0.361189] pci 0000:07:00.0: reg 0x18: [mem 0xc0404000-0xc0404fff 64bit pref]
[    0.361212] pci 0000:07:00.0: reg 0x20: [mem 0xc0400000-0xc0403fff 64bit pref]
[    0.361330] pci 0000:07:00.0: supports D1 D2
[    0.361332] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.363377] pci 0000:07:00.0: System wakeup disabled by ACPI
[    0.367649] pci 0000:00:1c.0: PCI bridge to [bus 07-0c]
[    0.367660] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.367670] pci 0000:00:1c.0:   bridge window [mem 0xc5500000-0xc64fffff]
[    0.367684] pci 0000:00:1c.0:   bridge window [mem 0xc0400000-0xc13fffff 64bit pref]
[    0.367844] pci 0000:0d:00.0: [14e4:4727] type 00 class 0x028000
[    0.367885] pci 0000:0d:00.0: reg 0x10: [mem 0xc4500000-0xc4503fff 64bit]
[    0.368077] pci 0000:0d:00.0: supports D1 D2
[    0.368115] pci 0000:0d:00.0: System wakeup disabled by ACPI
[    0.374356] pci 0000:00:1c.1: PCI bridge to [bus 0d-12]
[    0.374366] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.374376] pci 0000:00:1c.1:   bridge window [mem 0xc4500000-0xc54fffff]
[    0.374396] pci 0000:00:1c.1:   bridge window [mem 0xc1400000-0xc23fffff 64bit pref]
[    0.374494] pci 0000:13:00.0: [10ec:5209] type 00 class 0xff0000
[    0.374522] pci 0000:13:00.0: reg 0x10: [mem 0xc3500000-0xc3500fff]
[    0.374615] pci 0000:13:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.374703] pci 0000:13:00.0: supports D1 D2
[    0.374705] pci 0000:13:00.0: PME# supported from D1 D2 D3hot
[    0.374741] pci 0000:13:00.0: System wakeup disabled by ACPI
[    0.380998] pci 0000:00:1c.2: PCI bridge to [bus 13-18]
[    0.381008] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    0.381018] pci 0000:00:1c.2:   bridge window [mem 0xc3500000-0xc44fffff]
[    0.381032] pci 0000:00:1c.2:   bridge window [mem 0xc2400000-0xc33fffff 64bit pref]
[    0.381235] pci 0000:19:00.0: [1033:0194] type 00 class 0x0c0330
[    0.381300] pci 0000:19:00.0: reg 0x10: [mem 0xc3400000-0xc3401fff 64bit]
[    0.381623] pci 0000:19:00.0: PME# supported from D0 D3hot D3cold
[    0.381694] pci 0000:19:00.0: System wakeup disabled by ACPI
[    0.387728] pci 0000:00:1c.3: PCI bridge to [bus 19]
[    0.387751] pci 0000:00:1c.3:   bridge window [mem 0xc3400000-0xc34fffff]
[    0.388361] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[    0.388419] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 *3 4 5 6 10 11 12 14 15)
[    0.388475] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 10 11 12 14 15)
[    0.388532] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.388586] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.388641] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 *5 6 10 11 12 14 15)
[    0.388695] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.388750] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.390101] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.390143] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.390258] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.390264] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.390265] vgaarb: loaded
[    0.390267] vgaarb: bridge control possible 0000:01:00.0
[    0.390268] vgaarb: no bridge control possible 0000:00:02.0
[    0.390307] PCI: Using ACPI for IRQ routing
[    0.397742] PCI: pci_cache_line_size set to 64 bytes
[    0.397887] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.397889] e820: reserve RAM buffer [mem 0x9ce3f000-0x9fffffff]
[    0.397891] e820: reserve RAM buffer [mem 0x9d000000-0x9fffffff]
[    0.397892] e820: reserve RAM buffer [mem 0x25fe00000-0x25fffffff]
[    0.398017] NetLabel: Initializing
[    0.398018] NetLabel:  domain hash size = 128
[    0.398019] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.398034] NetLabel:  unlabeled traffic allowed by default
[    0.398060] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.398066] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.400095] Switched to clocksource hpet
[    0.405621] pnp: PnP ACPI init
[    0.405639] ACPI: bus type PNP registered
[    0.405769] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.405772] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.405774] system 00:00: [io  0x1010-0x1013] has been reserved
[    0.405776] system 00:00: [io  0xffff] has been reserved
[    0.405779] system 00:00: [io  0x0400-0x0453] could not be reserved
[    0.405781] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.405783] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.405786] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.405789] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.405824] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.405876] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.405880] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.405933] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.405985] pnp 00:04: Plug and Play ACPI device, IDs SYN1e47 SYN1e00 SYN0002 PNP0f13 (active)
[    0.406125] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.406128] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.406130] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.406132] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.406135] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.406137] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.406139] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.406142] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.406144] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.406147] system 00:05: [mem 0x9fa00000-0x9fa00fff] has been reserved
[    0.406149] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.407237] system 00:06: [mem 0x20000000-0x201fffff] could not be reserved
[    0.407240] system 00:06: [mem 0x40000000-0x401fffff] could not be reserved
[    0.407243] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.407260] pnp: PnP ACPI: found 7 devices
[    0.407261] ACPI: bus type PNP unregistered
[    0.414187] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.414191] pci 0000:13:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    0.414234] pci 0000:01:00.0: BAR 6: assigned [mem 0xc6520000-0xc653ffff pref]
[    0.414237] pci 0000:00:01.0: PCI bridge to [bus 01-06]
[    0.414239] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.414243] pci 0000:00:01.0:   bridge window [mem 0xc6500000-0xc74fffff]
[    0.414246] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    0.414250] pci 0000:00:1c.0: PCI bridge to [bus 07-0c]
[    0.414254] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.414259] pci 0000:00:1c.0:   bridge window [mem 0xc5500000-0xc64fffff]
[    0.414264] pci 0000:00:1c.0:   bridge window [mem 0xc0400000-0xc13fffff 64bit pref]
[    0.414271] pci 0000:00:1c.1: PCI bridge to [bus 0d-12]
[    0.414275] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.414281] pci 0000:00:1c.1:   bridge window [mem 0xc4500000-0xc54fffff]
[    0.414285] pci 0000:00:1c.1:   bridge window [mem 0xc1400000-0xc23fffff 64bit pref]
[    0.414293] pci 0000:13:00.0: BAR 6: assigned [mem 0xc3510000-0xc351ffff pref]
[    0.414295] pci 0000:00:1c.2: PCI bridge to [bus 13-18]
[    0.414299] pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
[    0.414305] pci 0000:00:1c.2:   bridge window [mem 0xc3500000-0xc44fffff]
[    0.414310] pci 0000:00:1c.2:   bridge window [mem 0xc2400000-0xc33fffff 64bit pref]
[    0.414317] pci 0000:00:1c.3: PCI bridge to [bus 19]
[    0.414323] pci 0000:00:1c.3:   bridge window [mem 0xc3400000-0xc34fffff]
[    0.414334] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.414336] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.414338] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.414340] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff]
[    0.414342] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.414344] pci_bus 0000:01: resource 1 [mem 0xc6500000-0xc74fffff]
[    0.414346] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    0.414348] pci_bus 0000:07: resource 0 [io  0x4000-0x4fff]
[    0.414350] pci_bus 0000:07: resource 1 [mem 0xc5500000-0xc64fffff]
[    0.414353] pci_bus 0000:07: resource 2 [mem 0xc0400000-0xc13fffff 64bit pref]
[    0.414355] pci_bus 0000:0d: resource 0 [io  0x3000-0x3fff]
[    0.414357] pci_bus 0000:0d: resource 1 [mem 0xc4500000-0xc54fffff]
[    0.414359] pci_bus 0000:0d: resource 2 [mem 0xc1400000-0xc23fffff 64bit pref]
[    0.414361] pci_bus 0000:13: resource 0 [io  0x2000-0x2fff]
[    0.414363] pci_bus 0000:13: resource 1 [mem 0xc3500000-0xc44fffff]
[    0.414365] pci_bus 0000:13: resource 2 [mem 0xc2400000-0xc33fffff 64bit pref]
[    0.414367] pci_bus 0000:19: resource 1 [mem 0xc3400000-0xc34fffff]
[    0.414396] NET: Registered protocol family 2
[    0.414628] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.414812] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.414958] TCP: Hash tables configured (established 65536 bind 65536)
[    0.414977] TCP: reno registered
[    0.414990] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.415025] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.415095] NET: Registered protocol family 1
[    0.415113] pci 0000:00:02.0: Boot video device
[    0.452922] PCI: CLS 64 bytes, default 64
[    0.452970] Unpacking initramfs...
[    0.522139] Freeing initrd memory: 3328K (ffff880037970000 - ffff880037cb0000)
[    0.522148] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.522151] software IO TLB [mem 0x98e3f000-0x9ce3f000] (64MB) mapped at [ffff880098e3f000-ffff88009ce3efff]
[    0.522196] Simple Boot Flag at 0x44 set to 0x1
[    0.522522] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    0.522562] Scanning for low memory corruption every 60 seconds
[    0.522940] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.523331] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.524969] zbud: loaded
[    0.525157] VFS: Disk quotas dquot_6.5.2
[    0.525200] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.525332] msgmni has been set to 15868
[    0.525396] Key type big_key registered
[    0.525558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.525625] io scheduler noop registered
[    0.525630] io scheduler deadline registered
[    0.525686] io scheduler cfq registered (default)
[    0.525876] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.526362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.526380] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.526414] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.526415] vesafb: scrolling: redraw
[    0.526417] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.526432] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90010e80000, using 3072k, total 3072k
[    0.591920] Console: switching to colour frame buffer device 128x48
[    0.657319] fb0: VESA VGA frame buffer device
[    0.657338] intel_idle: MWAIT substates: 0x21120
[    0.657340] intel_idle: v0.4 model 0x2A
[    0.657341] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.657722] GHES: HEST is not enabled!
[    0.657802] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.658266] Linux agpgart interface v0.103
[    0.658337] rtc_cmos 00:01: RTC can wake from S4
[    0.658472] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    0.658504] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.658516] Intel P-state driver initializing.
[    0.658530] Intel pstate controlling: cpu 0
[    0.658554] Intel pstate controlling: cpu 1
[    0.658568] Intel pstate controlling: cpu 2
[    0.658588] Intel pstate controlling: cpu 3
[    0.658609] Intel pstate controlling: cpu 4
[    0.658627] Intel pstate controlling: cpu 5
[    0.658647] Intel pstate controlling: cpu 6
[    0.658680] Intel pstate controlling: cpu 7
[    0.658753] ledtrig-cpu: registered to indicate activity on CPUs
[    0.659050] TCP: cubic registered
[    0.659326] NET: Registered protocol family 10
[    0.659882] NET: Registered protocol family 17
[    0.660888] registered taskstats version 1
[    0.662057]   Magic number: 14:525:800
[    0.662231] rtc_cmos 00:01: setting system clock to 2014-09-30 19:47:36 UTC (1412106456)
[    0.662412] PM: Hibernation image not present or could not be loaded.
[    0.664516] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
[    0.664521] Write protecting the kernel read-only data: 8192k
[    0.669869] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
[    0.672102] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
[    0.681600] random: systemd-tmpfile urandom read with 2 bits of entropy available
[    0.682956] systemd-udevd[79]: starting version 216
[    0.691990] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.696218] rtsx_pci 0000:13:00.0: irq 41 for MSI/MSI-X
[    0.696233] rtsx_pci 0000:13:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 41
[    0.699986] ACPI: bus type USB registered
[    0.700033] usbcore: registered new interface driver usbfs
[    0.700045] usbcore: registered new interface driver hub
[    0.700615] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.700677] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.700950] SCSI subsystem initialized
[    0.702422] usbcore: registered new device driver usb
[    0.702469] libata version 3.00 loaded.
[    0.702897] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.703186] ehci-pci: EHCI PCI platform driver
[    0.703376] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.703389] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.703408] ehci-pci 0000:00:1a.0: debug port 2
[    0.707326] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.707346] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc750a000
[    0.714385] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.716676] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.716845] hub 1-0:1.0: USB hub found
[    0.716851] hub 1-0:1.0: 2 ports detected
[    0.716975] xhci_hcd 0000:19:00.0: xHCI Host Controller
[    0.716992] xhci_hcd 0000:19:00.0: new USB bus registered, assigned bus number 2
[    0.717233] xhci_hcd 0000:19:00.0: irq 42 for MSI/MSI-X
[    0.717237] xhci_hcd 0000:19:00.0: irq 43 for MSI/MSI-X
[    0.717240] xhci_hcd 0000:19:00.0: irq 44 for MSI/MSI-X
[    0.717243] xhci_hcd 0000:19:00.0: irq 45 for MSI/MSI-X
[    0.717246] xhci_hcd 0000:19:00.0: irq 46 for MSI/MSI-X
[    0.717249] xhci_hcd 0000:19:00.0: irq 47 for MSI/MSI-X
[    0.717252] xhci_hcd 0000:19:00.0: irq 48 for MSI/MSI-X
[    0.717255] xhci_hcd 0000:19:00.0: irq 49 for MSI/MSI-X
[    0.717567] hub 2-0:1.0: USB hub found
[    0.717578] hub 2-0:1.0: 2 ports detected
[    0.717685] xhci_hcd 0000:19:00.0: xHCI Host Controller
[    0.717688] xhci_hcd 0000:19:00.0: new USB bus registered, assigned bus number 3
[    0.717691] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.717697] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    0.717720] ehci-pci 0000:00:1d.0: debug port 2
[    0.720775] hub 3-0:1.0: USB hub found
[    0.720788] hub 3-0:1.0: 2 ports detected
[    0.721631] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.721644] ehci-pci 0000:00:1d.0: irq 20, io mem 0xc7509000
[    0.730082] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.730425] hub 4-0:1.0: USB hub found
[    0.730441] hub 4-0:1.0: 2 ports detected
[    0.730587] ahci 0000:00:1f.2: version 3.0
[    0.730761] ahci 0000:00:1f.2: irq 50 for MSI/MSI-X
[    0.743366] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x21 impl SATA mode
[    0.743371] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    0.751012] scsi0 : ahci
[    0.751276] scsi1 : ahci
[    0.751493] scsi2 : ahci
[    0.751875] scsi3 : ahci
[    0.752110] scsi4 : ahci
[    0.752293] scsi5 : ahci
[    0.752404] ata1: SATA max UDMA/133 abar m2048@0xc7508000 port 0xc7508100 irq 50
[    0.752406] ata2: DUMMY
[    0.752407] ata3: DUMMY
[    0.752409] ata4: DUMMY
[    0.752410] ata5: DUMMY
[    0.752413] ata6: SATA max UDMA/133 abar m2048@0xc7508000 port 0xc7508380 irq 50
[    1.023398] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.069951] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.069990] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.071776] ata1.00: ATA-8: Hitachi HTS725050A9A364, PC4OCH0A, max UDMA/100
[    1.071784] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.072948] ata1.00: configured for UDMA/100
[    1.073372] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS72505 CH0A PQ: 0 ANSI: 5
[    1.073457] ata6.00: ATAPI: hp       CDDVDW TS-L633R, 0300, max UDMA/100
[    1.078182] ata6.00: configured for UDMA/100
[    1.085924] scsi 5:0:0:0: CD-ROM            hp       CDDVDW TS-L633R  0300 PQ: 0 ANSI: 5
[    1.107075] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.107157] sd 0:0:0:0: [sda] Write Protect is off
[    1.107162] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.107185] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.117658] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.117663] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.117943] sr 5:0:0:0: Attached scsi CD-ROM sr0
[    1.147911] hub 1-1:1.0: USB hub found
[    1.147998] hub 1-1:1.0: 6 ports detected
[    1.148277]  sda: sda1 sda2 < sda5 > sda3 sda4
[    1.149707] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.256671] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.381435] hub 4-1:1.0: USB hub found
[    1.381619] hub 4-1:1.0: 6 ports detected
[    1.450126] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
[    1.523134] tsc: Refined TSC clocksource calibration: 1995.467 MHz
[    1.613315] usb 1-1.2: new high-speed USB device number 4 using ehci-pci
[    1.800032] usb 4-1.5: new full-speed USB device number 3 using ehci-pci
[    2.108744] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.523289] Switched to clocksource tsc
[    2.675067] random: nonblocking pool is initialized
[    3.221510] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    3.492233] EXT4-fs (sda1): re-mounted. Opts: data=ordered
[    3.654583] systemd-udevd[201]: starting version 216
[    4.154077] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0D:00/input/input2
[    4.155232] ACPI: Lid Switch [LID]
[    4.168903] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    4.168913] pci 0000:00:00.0: no hotplug settings from platform
[    4.168915] pci 0000:00:00.0: using default PCI settings
[    4.168920] pcieport 0000:00:01.0: no hotplug settings from platform
[    4.168926] pci 0000:01:00.0: no hotplug settings from platform
[    4.168929] pci 0000:00:02.0: no hotplug settings from platform
[    4.168930] pci 0000:00:02.0: using default PCI settings
[    4.168934] pci 0000:00:16.0: no hotplug settings from platform
[    4.168935] pci 0000:00:16.0: using default PCI settings
[    4.168942] ehci-pci 0000:00:1a.0: no hotplug settings from platform
[    4.168944] ehci-pci 0000:00:1a.0: using default PCI settings
[    4.168951] pci 0000:00:1b.0: no hotplug settings from platform
[    4.168953] pcieport 0000:00:1c.0: no hotplug settings from platform
[    4.168961] pci 0000:07:00.0: no hotplug settings from platform
[    4.168963] pcieport 0000:00:1c.1: no hotplug settings from platform
[    4.169001] pci 0000:0d:00.0: no hotplug settings from platform
[    4.169003] pcieport 0000:00:1c.2: no hotplug settings from platform
[    4.169012] rtsx_pci 0000:13:00.0: no hotplug settings from platform
[    4.169014] pcieport 0000:00:1c.3: no hotplug settings from platform
[    4.169070] xhci_hcd 0000:19:00.0: no hotplug settings from platform
[    4.169072] ehci-pci 0000:00:1d.0: no hotplug settings from platform
[    4.169073] ehci-pci 0000:00:1d.0: using default PCI settings
[    4.169080] pci 0000:00:1f.0: no hotplug settings from platform
[    4.169082] pci 0000:00:1f.0: using default PCI settings
[    4.169090] ahci 0000:00:1f.2: no hotplug settings from platform
[    4.169091] ahci 0000:00:1f.2: using default PCI settings
[    4.169097] pci 0000:00:1f.3: no hotplug settings from platform
[    4.169099] pci 0000:00:1f.3: using default PCI settings
[    4.169150] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    4.169155] pci 0000:00:00.0: no hotplug settings from platform
[    4.169156] pci 0000:00:00.0: using default PCI settings
[    4.169160] pcieport 0000:00:01.0: no hotplug settings from platform
[    4.169164] pci 0000:01:00.0: no hotplug settings from platform
[    4.169167] pci 0000:00:02.0: no hotplug settings from platform
[    4.169168] pci 0000:00:02.0: using default PCI settings
[    4.169172] pci 0000:00:16.0: no hotplug settings from platform
[    4.169173] pci 0000:00:16.0: using default PCI settings
[    4.169180] ehci-pci 0000:00:1a.0: no hotplug settings from platform
[    4.169181] ehci-pci 0000:00:1a.0: using default PCI settings
[    4.169188] pci 0000:00:1b.0: no hotplug settings from platform
[    4.169191] pcieport 0000:00:1c.0: no hotplug settings from platform
[    4.169197] pci 0000:07:00.0: no hotplug settings from platform
[    4.169199] pcieport 0000:00:1c.1: no hotplug settings from platform
[    4.169206] pci 0000:0d:00.0: no hotplug settings from platform
[    4.169208] pcieport 0000:00:1c.2: no hotplug settings from platform
[    4.169216] rtsx_pci 0000:13:00.0: no hotplug settings from platform
[    4.169218] pcieport 0000:00:1c.3: no hotplug settings from platform
[    4.169226] xhci_hcd 0000:19:00.0: no hotplug settings from platform
[    4.169229] ehci-pci 0000:00:1d.0: no hotplug settings from platform
[    4.169230] ehci-pci 0000:00:1d.0: using default PCI settings
[    4.169237] pci 0000:00:1f.0: no hotplug settings from platform
[    4.169238] pci 0000:00:1f.0: using default PCI settings
[    4.169246] ahci 0000:00:1f.2: no hotplug settings from platform
[    4.169247] ahci 0000:00:1f.2: using default PCI settings
[    4.169254] pci 0000:00:1f.3: no hotplug settings from platform
[    4.169255] pci 0000:00:1f.3: using default PCI settings
[    4.169291] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    4.169295] pci 0000:00:00.0: no hotplug settings from platform
[    4.169297] pci 0000:00:00.0: using default PCI settings
[    4.169300] pcieport 0000:00:01.0: no hotplug settings from platform
[    4.169305] pci 0000:01:00.0: no hotplug settings from platform
[    4.169307] pci 0000:00:02.0: no hotplug settings from platform
[    4.169309] pci 0000:00:02.0: using default PCI settings
[    4.169312] pci 0000:00:16.0: no hotplug settings from platform
[    4.169313] pci 0000:00:16.0: using default PCI settings
[    4.169321] ehci-pci 0000:00:1a.0: no hotplug settings from platform
[    4.169322] ehci-pci 0000:00:1a.0: using default PCI settings
[    4.169329] pci 0000:00:1b.0: no hotplug settings from platform
[    4.169331] pcieport 0000:00:1c.0: no hotplug settings from platform
[    4.169338] pci 0000:07:00.0: no hotplug settings from platform
[    4.169340] pcieport 0000:00:1c.1: no hotplug settings from platform
[    4.169347] pci 0000:0d:00.0: no hotplug settings from platform
[    4.169349] pcieport 0000:00:1c.2: no hotplug settings from platform
[    4.169357] rtsx_pci 0000:13:00.0: no hotplug settings from platform
[    4.169359] pcieport 0000:00:1c.3: no hotplug settings from platform
[    4.169414] xhci_hcd 0000:19:00.0: no hotplug settings from platform
[    4.169416] ehci-pci 0000:00:1d.0: no hotplug settings from platform
[    4.169417] ehci-pci 0000:00:1d.0: using default PCI settings
[    4.169424] pci 0000:00:1f.0: no hotplug settings from platform
[    4.169425] pci 0000:00:1f.0: using default PCI settings
[    4.169434] ahci 0000:00:1f.2: no hotplug settings from platform
[    4.169435] ahci 0000:00:1f.2: using default PCI settings
[    4.169441] pci 0000:00:1f.3: no hotplug settings from platform
[    4.169442] pci 0000:00:1f.3: using default PCI settings
[    4.169458] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    4.169462] pci 0000:00:00.0: no hotplug settings from platform
[    4.169463] pci 0000:00:00.0: using default PCI settings
[    4.169467] pcieport 0000:00:01.0: no hotplug settings from platform
[    4.169471] pci 0000:01:00.0: no hotplug settings from platform
[    4.169474] pci 0000:00:02.0: no hotplug settings from platform
[    4.169475] pci 0000:00:02.0: using default PCI settings
[    4.169479] pci 0000:00:16.0: no hotplug settings from platform
[    4.169480] pci 0000:00:16.0: using default PCI settings
[    4.169487] ehci-pci 0000:00:1a.0: no hotplug settings from platform
[    4.169488] ehci-pci 0000:00:1a.0: using default PCI settings
[    4.169495] pci 0000:00:1b.0: no hotplug settings from platform
[    4.169497] pcieport 0000:00:1c.0: no hotplug settings from platform
[    4.169504] pci 0000:07:00.0: no hotplug settings from platform
[    4.169506] pcieport 0000:00:1c.1: no hotplug settings from platform
[    4.169513] pci 0000:0d:00.0: no hotplug settings from platform
[    4.169515] pcieport 0000:00:1c.2: no hotplug settings from platform
[    4.169523] rtsx_pci 0000:13:00.0: no hotplug settings from platform
[    4.169525] pcieport 0000:00:1c.3: no hotplug settings from platform
[    4.169534] xhci_hcd 0000:19:00.0: no hotplug settings from platform
[    4.169536] ehci-pci 0000:00:1d.0: no hotplug settings from platform
[    4.169537] ehci-pci 0000:00:1d.0: using default PCI settings
[    4.169544] pci 0000:00:1f.0: no hotplug settings from platform
[    4.169546] pci 0000:00:1f.0: using default PCI settings
[    4.169554] ahci 0000:00:1f.2: no hotplug settings from platform
[    4.169555] ahci 0000:00:1f.2: using default PCI settings
[    4.169561] pci 0000:00:1f.3: no hotplug settings from platform
[    4.169563] pci 0000:00:1f.3: using default PCI settings
[    4.169708] pci_bus 0000:07: Allocating resources
[    4.169727] pci_bus 0000:0d: Allocating resources
[    4.169743] pci_bus 0000:13: Allocating resources
[    4.169760] pci_bus 0000:19: Allocating resources
[    4.169826] pcieport 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    4.169828] pcieport 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 19] add_size 200000
[    4.169830] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    4.169833] pcieport 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    4.169835] pcieport 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    4.169841] pcieport 0000:00:1c.3: BAR 15: assigned [mem 0x9fb00000-0x9fcfffff 64bit pref]
[    4.169845] pcieport 0000:00:1c.3: BAR 13: assigned [io  0x7000-0x7fff]
[    4.169849] pci 0000:00:00.0: no hotplug settings from platform
[    4.169851] pci 0000:00:00.0: using default PCI settings
[    4.169854] pcieport 0000:00:01.0: no hotplug settings from platform
[    4.169863] pci 0000:01:00.0: no hotplug settings from platform
[    4.169865] pci 0000:00:02.0: no hotplug settings from platform
[    4.169866] pci 0000:00:02.0: using default PCI settings
[    4.169870] pci 0000:00:16.0: no hotplug settings from platform
[    4.169871] pci 0000:00:16.0: using default PCI settings
[    4.169878] ehci-pci 0000:00:1a.0: no hotplug settings from platform
[    4.169880] ehci-pci 0000:00:1a.0: using default PCI settings
[    4.169887] pci 0000:00:1b.0: no hotplug settings from platform
[    4.169889] pcieport 0000:00:1c.0: no hotplug settings from platform
[    4.169896] pci 0000:07:00.0: no hotplug settings from platform
[    4.169898] pcieport 0000:00:1c.1: no hotplug settings from platform
[    4.169904] pci 0000:0d:00.0: no hotplug settings from platform
[    4.169907] pcieport 0000:00:1c.2: no hotplug settings from platform
[    4.169914] rtsx_pci 0000:13:00.0: no hotplug settings from platform
[    4.169917] pcieport 0000:00:1c.3: no hotplug settings from platform
[    4.169924] xhci_hcd 0000:19:00.0: no hotplug settings from platform
[    4.169927] ehci-pci 0000:00:1d.0: no hotplug settings from platform
[    4.169928] ehci-pci 0000:00:1d.0: using default PCI settings
[    4.169935] pci 0000:00:1f.0: no hotplug settings from platform
[    4.169936] pci 0000:00:1f.0: using default PCI settings
[    4.169946] ahci 0000:00:1f.2: no hotplug settings from platform
[    4.169948] ahci 0000:00:1f.2: using default PCI settings
[    4.169954] pci 0000:00:1f.3: no hotplug settings from platform
[    4.169955] pci 0000:00:1f.3: using default PCI settings
[    4.174466] pci_bus 0000:01: Allocating resources
[    4.174476] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    4.174482] pci 0000:00:00.0: no hotplug settings from platform
[    4.174484] pci 0000:00:00.0: using default PCI settings
[    4.174488] pcieport 0000:00:01.0: no hotplug settings from platform
[    4.174493] pci 0000:01:00.0: no hotplug settings from platform
[    4.174495] pci 0000:00:02.0: no hotplug settings from platform
[    4.174497] pci 0000:00:02.0: using default PCI settings
[    4.174500] pci 0000:00:16.0: no hotplug settings from platform
[    4.174502] pci 0000:00:16.0: using default PCI settings
[    4.174509] ehci-pci 0000:00:1a.0: no hotplug settings from platform
[    4.174510] ehci-pci 0000:00:1a.0: using default PCI settings
[    4.174517] pci 0000:00:1b.0: no hotplug settings from platform
[    4.174519] pcieport 0000:00:1c.0: no hotplug settings from platform
[    4.174526] pci 0000:07:00.0: no hotplug settings from platform
[    4.174529] pcieport 0000:00:1c.1: no hotplug settings from platform
[    4.174566] pci 0000:0d:00.0: no hotplug settings from platform
[    4.174568] pcieport 0000:00:1c.2: no hotplug settings from platform
[    4.174576] rtsx_pci 0000:13:00.0: no hotplug settings from platform
[    4.174579] pcieport 0000:00:1c.3: no hotplug settings from platform
[    4.174634] xhci_hcd 0000:19:00.0: no hotplug settings from platform
[    4.174636] ehci-pci 0000:00:1d.0: no hotplug settings from platform
[    4.174638] ehci-pci 0000:00:1d.0: using default PCI settings
[    4.174645] pci 0000:00:1f.0: no hotplug settings from platform
[    4.174646] pci 0000:00:1f.0: using default PCI settings
[    4.174654] ahci 0000:00:1f.2: no hotplug settings from platform
[    4.174655] ahci 0000:00:1f.2: using default PCI settings
[    4.174662] pci 0000:00:1f.3: no hotplug settings from platform
[    4.174663] pci 0000:00:1f.3: using default PCI settings
[    4.174757] pci 0000:00:02.0: BAR 6: [??? 0x00000000 flags 0x2] has bogus alignment
[    4.174762] pci 0000:00:00.0: no hotplug settings from platform
[    4.174763] pci 0000:00:00.0: using default PCI settings
[    4.174768] pcieport 0000:00:01.0: no hotplug settings from platform
[    4.174773] pci 0000:01:00.0: no hotplug settings from platform
[    4.174775] pci 0000:00:02.0: no hotplug settings from platform
[    4.174776] pci 0000:00:02.0: using default PCI settings
[    4.174780] pci 0000:00:16.0: no hotplug settings from platform
[    4.174781] pci 0000:00:16.0: using default PCI settings
[    4.174788] ehci-pci 0000:00:1a.0: no hotplug settings from platform
[    4.174789] ehci-pci 0000:00:1a.0: using default PCI settings
[    4.174796] pci 0000:00:1b.0: no hotplug settings from platform
[    4.174799] pcieport 0000:00:1c.0: no hotplug settings from platform
[    4.174805] pci 0000:07:00.0: no hotplug settings from platform
[    4.174808] pcieport 0000:00:1c.1: no hotplug settings from platform
[    4.174814] pci 0000:0d:00.0: no hotplug settings from platform
[    4.174816] pcieport 0000:00:1c.2: no hotplug settings from platform
[    4.174824] rtsx_pci 0000:13:00.0: no hotplug settings from platform
[    4.174826] pcieport 0000:00:1c.3: no hotplug settings from platform
[    4.174834] xhci_hcd 0000:19:00.0: no hotplug settings from platform
[    4.174836] ehci-pci 0000:00:1d.0: no hotplug settings from platform
[    4.174838] ehci-pci 0000:00:1d.0: using default PCI settings
[    4.174845] pci 0000:00:1f.0: no hotplug settings from platform
[    4.174846] pci 0000:00:1f.0: using default PCI settings
[    4.174854] ahci 0000:00:1f.2: no hotplug settings from platform
[    4.174855] ahci 0000:00:1f.2: using default PCI settings
[    4.174862] pci 0000:00:1f.3: no hotplug settings from platform
[    4.174863] pci 0000:00:1f.3: using default PCI settings
[    4.178899] [Firmware Bug]: battery: reported current charge level (22032) is higher than reported maximum charge level (22032).
[    4.178926] ACPI: Battery Slot [BAT0] (battery present)
[    4.179059] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    4.179065] ACPI: Power Button [PWRB]
[    4.179127] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    4.179129] ACPI: Power Button [PWRF]
[    4.181664] ACPI: AC Adapter [AC] (on-line)
[    4.219285] wmi: Mapper loaded
[    4.236625] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
[    4.236633] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.236638] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[    4.236643] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20140424/utaddress-258)
[    4.236648] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.236650] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[    4.236654] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20140424/utaddress-258)
[    4.236659] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.236661] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[    4.236665] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000055f (\_SB_.PCI0.PEG0.PEGP.GPIO) (20140424/utaddress-258)
[    4.236670] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.236672] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.271295] thermal LNXTHERM:00: registered as thermal_zone0
[    4.271298] ACPI: Thermal Zone [THRM] (58 C)
[    4.277445] mei_me 0000:00:16.0: irq 51 for MSI/MSI-X
[    4.291616] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.292383] hp_accel: laptop model unknown, using default axes configuration
[    4.310903] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
[    4.311062] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    4.311114] ACPI Warning: SystemIO range 0x0000000000006040-0x000000000000605f conflicts with OpRegion 0x0000000000006040-0x000000000000604f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
[    4.311120] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.338677] [drm] Initialized drm 1.1.0 20060810
[    4.367695] [drm] Memory usable by graphics device = 2048M
[    4.367699] [drm] Replacing VGA console driver
[    4.367703] checking generic (b0000000 300000) vs hw (b0000000 10000000)
[    4.367705] fb: switching to inteldrmfb from VESA VGA
[    4.367726] Console: switching to colour dummy device 80x25
[    4.422181] i915 0000:00:02.0: irq 52 for MSI/MSI-X
[    4.422189] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.422190] [drm] Driver supports precise vblank timestamp query.
[    4.472527] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=none
[    4.495621] [drm] Wrong MCH_SSKPD value: 0x16040307
[    4.495624] [drm] This can cause pipe underruns and display issues.
[    4.495625] [drm] Please upgrade your BIOS to fix this.
[    4.510127] fbcon: inteldrmfb (fb0) is primary device
[    4.539612] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    4.539618] r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.539827] r8169 0000:07:00.0: irq 53 for MSI/MSI-X
[    4.539976] r8169 0000:07:00.0 eth0: RTL8168e/8111e at 0xffffc90010e7a000, 68:b5:99:e1:25:a3, XID 0c200000 IRQ 53
[    4.539977] r8169 0000:07:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    4.577160] iTCO_vendor_support: vendor-support=0
[    4.578832] systemd-udevd[210]: renamed network interface eth0 to eno1
[    4.618246] bcma: bus0: Found chip with id 0x4313, rev 0x01 and package 0x08
[    4.618271] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
[    4.618296] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
[    4.618347] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
[    4.627394] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    4.627420] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    4.627517] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.630900] bcma: bus0: Bus registered
[    4.637493] input: HP WMI hotkeys as /devices/virtual/input/input7
[    4.699772] lis3lv02d: 8 bits 3DC sensor found
[    5.007510] cfg80211: Calling CRDA to update world regulatory domain
[    5.135583] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
[    5.135586] b43: probe of bcma0:0 failed with error -524
[    5.135598] Broadcom 43xx driver loaded [ Features: PMNLS ]
[    5.159586] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17
[    5.161981] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
[    5.161995] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
[    5.162007] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
[    5.162019] microcode: CPU4 sig=0x206a7, pf=0x10, revision=0x1a
[    5.162029] microcode: CPU5 sig=0x206a7, pf=0x10, revision=0x1a
[    5.162040] microcode: CPU6 sig=0x206a7, pf=0x10, revision=0x1a
[    5.162052] microcode: CPU7 sig=0x206a7, pf=0x10, revision=0x1a
[    5.162110] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    5.202477] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1680, fw id: 726294
[    5.247950] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[    5.262542] Console: switching to colour frame buffer device 170x48
[    5.265759] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.265761] i915 0000:00:02.0: registered panic notifier
[    5.282149] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    5.294049] ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
[    5.301479] mousedev: PS/2 mouse device common for all mice
[    5.333698] media: Linux media interface: v0.10
[    5.404739] acpi device:2e: registered as cooling_device8
[    5.404811] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input8
[    5.405483] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.475985] Bluetooth: Core ver 2.19
[    5.476005] NET: Registered protocol family 31
[    5.476007] Bluetooth: HCI device and connection manager initialized
[    5.476014] Bluetooth: HCI socket layer initialized
[    5.476017] Bluetooth: L2CAP socket layer initialized
[    5.476032] Bluetooth: SCO socket layer initialized
[    5.514831] acpi device:3b: registered as cooling_device9
[    5.514910] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
[    5.514977] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    5.515162] snd_hda_intel 0000:00:1b.0: irq 54 for MSI/MSI-X
[    5.534122] [drm] radeon kernel modesetting enabled.
[    5.534137] VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[    5.534184] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    5.534345] [drm] initializing kernel modesetting (TURKS 0x1002:0x6740 0x103C:0x1657).
[    5.534359] [drm] register mmio base: 0xC6500000
[    5.534360] [drm] register mmio size: 131072
[    5.534362] vga_switcheroo: enabled
[    5.534436] ATPX version 1, functions 0x00000033
[    5.540350] usbcore: registered new interface driver btusb
[    5.540849] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    5.541098] ieee80211 phy0: registered radio enabled led device: brcmsmac-phy0:radio gpio: 243
[    5.541114] cfg80211: Calling CRDA to update world regulatory domain
[    5.563289] Linux video capture interface: v2.00
[    5.576995] uvcvideo: Found UVC 1.00 device HP TrueVision HD
 (064e:e258)
[    5.579892] input: HP TrueVision HD
 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input10
[    5.579945] usbcore: registered new interface driver uvcvideo
[    5.579946] USB Video Class driver (1.1.1)
[    5.661948] systemd-udevd[203]: renamed network interface wlan0 to wlp13s0
[    5.816956] AVX version of gcm_enc/dec engaged.
[    5.892118] sound hdaudioC0D0: autoconfig: line_outs=2 (0xf/0xd/0x0/0x0/0x0) type:speaker
[    5.892122] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.892124] sound hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[    5.892125] sound hdaudioC0D0:    mono: mono_out=0x0
[    5.892127] sound hdaudioC0D0:    inputs:
[    5.892129] sound hdaudioC0D0:      Internal Mic=0x11
[    5.892130] sound hdaudioC0D0:      Mic=0xc
[    5.936264] intel_rapl: RAPL domain dram detection failed
[    5.952748] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input11
[    5.953182] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    5.953247] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    5.953307] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    6.075222] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input15
[    6.308598] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    6.313284] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    6.372360] systemd-journald[175]: Received request to flush runtime journal from PID 1
[    9.816104] ATOM BIOS: HP/Flex
[    9.816307] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    9.816314] radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    9.816318] [drm] Detected VRAM RAM=1024M, BAR=256M
[    9.816322] [drm] RAM width 128bits DDR
[    9.816602] [TTM] Zone  kernel: Available graphics memory: 4063548 kiB
[    9.816606] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    9.816609] [TTM] Initializing pool allocator
[    9.816621] [TTM] Initializing DMA pool allocator
[    9.816667] [drm] radeon: 1024M of VRAM memory ready
[    9.816670] [drm] radeon: 1024M of GTT memory ready.
[    9.816706] [drm] Loading TURKS Microcode
[    9.908236] [drm] Internal thermal controller with fan control
[    9.908935] [drm] radeon: power management initialized
[    9.919992] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    9.922104] [drm] PCIE gen 2 link speeds already enabled
[    9.927176] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[    9.927330] radeon 0000:01:00.0: WB enabled
[    9.927338] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88024d4c1c00
[    9.927343] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88024d4c1c0c
[    9.928121] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc900229b2118
[    9.928126] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.928128] [drm] Driver supports precise vblank timestamp query.
[    9.928171] radeon 0000:01:00.0: irq 55 for MSI/MSI-X
[    9.928199] radeon 0000:01:00.0: radeon: using MSI.
[    9.928254] [drm] radeon: irq initialized.
[    9.945506] [drm] ring test on 0 succeeded in 1 usecs
[    9.945567] [drm] ring test on 3 succeeded in 1 usecs
[   11.147205] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   12.169572] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   13.191937] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   14.214301] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   15.236674] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   16.259036] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   17.281362] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   18.303708] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   19.326083] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   20.348419] [drm:uvd_v1_0_start] *ERROR* UVD not responding, trying to reset the VCPU!!!
[   20.368497] [drm:uvd_v1_0_start] *ERROR* UVD not responding, giving up!!!
[   20.368548] [drm:evergreen_startup] *ERROR* radeon: error initializing UVD (-1).
[   20.368838] [drm] ib test on ring 0 succeeded in 0 usecs
[   20.368883] [drm] ib test on ring 3 succeeded in 0 usecs
[   20.369323] [drm] Radeon Display Connectors
[   20.374086] radeon 0000:01:00.0: No connectors reported connected with modes
[   20.374090] [drm] Cannot find any crtc or sizes - going 1024x768
[   20.375166] [drm] fb mappable at 0xA0474000
[   20.375167] [drm] vram apper at 0xA0000000
[   20.375168] [drm] size 3145728
[   20.375169] [drm] fb depth is 24
[   20.375171] [drm]    pitch is 4096
[   20.375274] radeon 0000:01:00.0: fb1: radeondrmfb frame buffer device
[   20.375287] [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 1

And here are the lspci -k results

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
	Subsystem: Hewlett-Packard Company Device 1657
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: i915
	Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel modules: i2c_i801
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6730M/6770M/7690M XT] (rev ff)
	Kernel driver in use: radeon
	Kernel modules: radeon
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: r8169
	Kernel modules: r8169
0d:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
	Subsystem: Hewlett-Packard Company Device 1483
	Kernel driver in use: bcma-pci-bridge
	Kernel modules: bcma
13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
19:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
	Subsystem: Hewlett-Packard Company Device 1657
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_hcd

Thank you very much for your help.
Regards.

Offline

#5 2014-10-01 08:10:27

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,977

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

ok, until we're sure X works, boot into multi-user target / CLI , see https://wiki.archlinux.org/index.php/Sy … _boot_into

your system has 2 video cards, an integrated intel card and your radeon card.

install xf86-video-intel

login as user, run startx .

post /var/log/Xorg.0.log , if that file doesn't exist look for ~/.local/share/X11/Xorg.log and post that.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2014-10-01 17:56:24

Perfect Gentleman
Member
Registered: 2012-10-25
Posts: 222

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

got the same problem with 6670

Offline

#7 2014-10-01 19:50:11

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Hi Lone_Wolf,

I did just that, weird thing is when I do startx nothing happens, not at all, and even when I do "cat /usr/bin/startx" it doesn't yield anything! like if it was an empty file.
I installed startx by doing "pacman -S xorg-xinit" using root.

I added a user by doing:

useradd badr
passwd badr

And used that user to do startx, no luck, even more, Xorg.log.0 file is also empty, there, but empty!

Offline

#8 2014-10-02 09:27:14

Perfect Gentleman
Member
Registered: 2012-10-25
Posts: 222

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

badr.ghatasheh, try catalyst

Offline

#9 2014-10-02 10:44:53

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,977

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Perfect Gentleman, installing & configuring catalyst is harder then installing /configuring opensource drivers.

badr.ghatasheh, did startx give no output at all ?

startx uses a file .xinitrc in user home folder, check https://wiki.archlinux.org/index.php/Xinitrc  .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#10 2014-10-03 09:03:44

Perfect Gentleman
Member
Registered: 2012-10-25
Posts: 222

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Lone_Wolf wrote:

Perfect Gentleman, installing & configuring catalyst is harder then installing /configuring opensource drivers.

I wouldn't say so. You need to uninstall current xorg-server, add [xorg115] repo above all repos, then intall catalyst.

Offline

#11 2014-10-03 09:31:50

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Hi Guys,

first of all, what's making this experience a nightmare is the fact that I can't access my Arch Linux configurations, logs, files when mounting the drive [/dev/sda1] on the ubuntu installation, all directories are there, however most files are not I have to reboot into Arch, copy every file I need to share here into the home directory and then reboot back and post it, any idea why is that?

As for the startx, the file .xinitrc is empty, and when I uninstall xorg-xinit and reinstall it again, then do startx it shows the UVD errors and says it created an error log in /var/log/Xorg.log.0, however the file is two days old and empty!

First things first, is there some kind of policy on Arch linux to make files completely hidden from other users? how do I disable this?

Offline

#12 2014-10-03 09:35:29

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

@Perfect Gentleman,

I tried catalyst and got into similar problems, I decided to try with the open source driver first, and make catalyst plan B.

Offline

#13 2014-10-03 09:50:59

Perfect Gentleman
Member
Registered: 2012-10-25
Posts: 222

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

I got problem only with open-source driver, with catalyst it's alright.
Have you any problems with livecd ?

Offline

#14 2014-10-03 10:39:17

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

No not any problem, I tried catalyst-hook from the vi0I0 repo, didn't try xorg115, I will give it a try and let you know what goes on.

BTW, see, adding a repo, instead of just opening the pacman.conf from the mounted drive on Ubuntu, I have to open the page from my phone, reboot into arch and add it manually, is there any solution to this?

Offline

#15 2014-10-03 10:52:15

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Hi Perfect Gentleman,


Why do I need to downgrade to xorg115 again? I'm on xorg 1.16.1 and when I try to downgrade it's asking to remove xf86-video-intel along with many other packages.

Offline

#16 2014-10-03 12:22:38

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

Using catalyst, here is the Xorg.0.log when I try running startx using integrated GPU:

[   190.991] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[   190.996] X Protocol Version 11, Revision 0
[   190.998] Build Operating System: Linux 3.16.1-1-ARCH x86_64 
[   191.000] Current Operating System: Linux localhost 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64
[   191.000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4526470f-3f2b-411d-b754-d3f665dd0989 rw quiet
[   191.003] Build Date: 21 September 2014  10:53:13AM
[   191.005]  
[   191.006] Current version of pixman: 0.32.6
[   191.010] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   191.010] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   191.016] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct  3 14:04:25 2014
[   191.041] (==) Using config file: "/etc/X11/xorg.conf"
[   191.043] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   191.058] (==) ServerLayout "aticonfig Layout"
[   191.058] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[   191.058] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[   191.058] (**) |   |-->Device "aticonfig-Device[0]-0"
[   191.059] (==) Automatically adding devices
[   191.059] (==) Automatically enabling devices
[   191.059] (==) Automatically adding GPU devices
[   191.080] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   191.080] 	Entry deleted from font path.
[   191.080] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   191.080] 	Entry deleted from font path.
[   191.090] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   191.090] 	Entry deleted from font path.
[   191.090] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   191.090] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   191.090] 	Entry deleted from font path.
[   191.090] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   191.090] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[   191.090] (==) ModulePath set to "/usr/lib/xorg/modules"
[   191.090] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   191.090] (II) Loader magic: 0x818d80
[   191.090] (II) Module ABI versions:
[   191.090] 	X.Org ANSI C Emulation: 0.4
[   191.090] 	X.Org Video Driver: 18.0
[   191.090] 	X.Org XInput driver : 21.0
[   191.090] 	X.Org Server Extension : 8.0
[   191.094] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   191.094] (II) xfree86: Adding drm device (/dev/dri/card0)
[   191.095] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   191.098] (--) PCI:*(0:0:2:0) 8086:0116:103c:1657 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00006000/64
[   191.098] (--) PCI: (0:1:0:0) 1002:6740:103c:1657 rev 0, Mem @ 0xa0000000/268435456, 0xc6500000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[   191.098] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   191.110] (II) "glx" will be loaded by default.
[   191.110] (II) LoadModule: "glx"
[   191.158] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   191.175] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[   191.175] 	compiled for 6.9.0, module version = 1.0.0
[   191.175] (II) LoadModule: "fglrx"
[   191.176] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   191.389] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[   191.389] 	compiled for 1.4.99.906, module version = 14.20.7
[   191.390] 	Module class: X.Org Video Driver
[   191.391] (II) Loading sub module "fglrxdrm"
[   191.391] (II) LoadModule: "fglrxdrm"
[   191.391] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   191.400] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[   191.400] 	compiled for 1.4.99.906, module version = 14.20.7
[   191.400] (II) AMD Proprietary Linux Driver Version Identifier:14.20.7
[   191.400] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.201.1006.1002         
[   191.400] (II) AMD Proprietary Linux Driver Build Date: Sep  2 2014 10:14:55
[   191.400] (++) using VT number 1

[   191.400] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   191.400] (WW) Falling back to old probe method for fglrx
[   191.438] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[   191.441] ukiDynamicMajor: found major device number 251
[   191.441] ukiDynamicMajor: found major device number 251
[   191.441] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   191.441] ukiOpenDevice: node name is /dev/ati/card0
[   191.442] ukiOpenDevice: open result is 11, (OK)
[   196.297] ukiOpenByBusid: ukiOpenMinor returns 11
[   196.297] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   196.410] (--) Chipset Supported AMD Graphics Processor (0x6740) found
[   196.411] (II) fglrx: intel VGA device detected, load intel driver.
[   196.411] (II) LoadModule: "intel"
[   196.411] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   196.447] (II) Module intel: vendor="X.Org Foundation"
[   196.447] 	compiled for 1.16.0, module version = 2.99.916
[   196.447] 	Module class: X.Org Video Driver
[   196.448] 	ABI class: X.Org Video Driver, version 18.0
[   196.448] (II) fglrx(0): pEnt->device->identifier=0x9fcc40
[   196.457] (II) intel(1): pEnt->device->identifier=(nil)
[   196.457] (EE) Screen 1 deleted because of no matching config section.
[   196.457] (II) UnloadModule: "intel"
[   196.457] (II) fglrx(0): === [xdl_xs116_atiddxPreInit] === begin
[   196.457] (II) fglrx(0): PowerXpress: Integrated GPU is selected.
[   196.500] (EE) fglrx(0): Active libglx doesn't match current PX setting.
[   196.507] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibglx:
Switch to Intel

[   196.515] (EE) fglrx(0): PowerXpress: Fail to switch libGL link files.
[   196.515] (WW) fglrx(0): Quitting screen -- PreInit PowerXpress failed.
[   196.516] (II) fglrx(0): === [xdl_xs116_atiddxPreInit] === end
[   196.516] (II) UnloadModule: "fglrx"
[   196.516] (II) UnloadSubModule: "fglrxdrm"
[   196.516] (EE) Screen(s) found, but none have a usable configuration.
[   196.516] (EE) 
Fatal server error:
[   196.516] (EE) no screens found(EE) 
[   196.516] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   196.516] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   196.516] (EE) 
[   196.523] (EE) Server terminated with error (1). Closing log file.

And here is the output using discrete GPU

[   385.546] 
X.Org X Server 1.16.1
Release Date: 2014-09-21
[   385.553] X Protocol Version 11, Revision 0
[   385.555] Build Operating System: Linux 3.16.1-1-ARCH x86_64 
[   385.558] Current Operating System: Linux localhost 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64
[   385.558] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4526470f-3f2b-411d-b754-d3f665dd0989 rw quiet
[   385.562] Build Date: 21 September 2014  10:53:13AM
[   385.564]  
[   385.566] Current version of pixman: 0.32.6
[   385.570] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   385.570] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   385.578] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct  3 14:07:40 2014
[   385.580] (==) Using config file: "/etc/X11/xorg.conf"
[   385.582] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   385.582] (==) ServerLayout "aticonfig Layout"
[   385.582] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[   385.582] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[   385.582] (**) |   |-->Device "aticonfig-Device[0]-0"
[   385.582] (==) Automatically adding devices
[   385.582] (==) Automatically enabling devices
[   385.582] (==) Automatically adding GPU devices
[   385.582] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   385.582] 	Entry deleted from font path.
[   385.582] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   385.582] 	Entry deleted from font path.
[   385.582] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   385.582] 	Entry deleted from font path.
[   385.582] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   385.582] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   385.582] 	Entry deleted from font path.
[   385.582] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   385.582] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/
[   385.582] (==) ModulePath set to "/usr/lib/xorg/modules"
[   385.582] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   385.582] (II) Loader magic: 0x818d80
[   385.582] (II) Module ABI versions:
[   385.582] 	X.Org ANSI C Emulation: 0.4
[   385.582] 	X.Org Video Driver: 18.0
[   385.582] 	X.Org XInput driver : 21.0
[   385.582] 	X.Org Server Extension : 8.0
[   385.586] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   385.586] (II) xfree86: Adding drm device (/dev/dri/card0)
[   385.587] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   385.589] (--) PCI:*(0:0:2:0) 8086:0116:103c:1657 rev 9, Mem @ 0xc0000000/4194304, 0xb0000000/268435456, I/O @ 0x00006000/64
[   385.589] (--) PCI: (0:1:0:0) 1002:6740:103c:1657 rev 0, Mem @ 0xa0000000/268435456, 0xc6500000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[   385.590] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   385.590] (II) "glx" will be loaded by default.
[   385.590] (II) LoadModule: "glx"
[   385.590] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   385.590] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[   385.590] 	compiled for 6.9.0, module version = 1.0.0
[   385.590] (II) LoadModule: "fglrx"
[   385.591] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   385.620] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[   385.620] 	compiled for 1.4.99.906, module version = 14.20.7
[   385.620] 	Module class: X.Org Video Driver
[   385.620] (II) Loading sub module "fglrxdrm"
[   385.620] (II) LoadModule: "fglrxdrm"
[   385.620] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   385.621] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[   385.621] 	compiled for 1.4.99.906, module version = 14.20.7
[   385.621] (II) AMD Proprietary Linux Driver Version Identifier:14.20.7
[   385.621] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.201.1006.1002         
[   385.621] (II) AMD Proprietary Linux Driver Build Date: Sep  2 2014 10:14:55
[   385.621] (++) using VT number 1

[   385.621] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   385.621] (WW) Falling back to old probe method for fglrx
[   385.627] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[   385.629] ukiDynamicMajor: found major device number 251
[   385.629] ukiDynamicMajor: found major device number 251
[   385.629] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   385.629] ukiOpenDevice: node name is /dev/ati/card0
[   385.629] ukiOpenDevice: open result is 11, (OK)
[   385.629] ukiOpenByBusid: ukiOpenMinor returns 11
[   385.629] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   385.631] (--) Chipset Supported AMD Graphics Processor (0x6740) found
[   385.631] (II) fglrx: intel VGA device detected, load intel driver.
[   385.631] (II) LoadModule: "intel"
[   385.631] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   385.631] (II) Module intel: vendor="X.Org Foundation"
[   385.631] 	compiled for 1.16.0, module version = 2.99.916
[   385.631] 	Module class: X.Org Video Driver
[   385.631] 	ABI class: X.Org Video Driver, version 18.0
[   385.632] (II) fglrx(0): pEnt->device->identifier=0x1994c40
[   385.632] (II) intel(1): pEnt->device->identifier=(nil)
[   385.632] (EE) Screen 1 deleted because of no matching config section.
[   385.632] (II) UnloadModule: "intel"
[   385.632] (II) fglrx(0): === [xdl_xs116_atiddxPreInit] === begin
[   385.632] (II) fglrx(0): PowerXpress: Discrete GPU is selected.
[   385.659] (II) fglrx(0): PowerXpress: Diagnostic output from /usr/lib64/fglrx/switchlibGL:
Switch to AMD

[   387.876] (EE) fglrx(0): [drm] failed to set drm interface version: Permission denied [13].
[   387.876] (II) fglrx(0): [drm] Contents of '/sys/kernel/debug/dri/0/clients':
[   387.876] (II) fglrx(0): [drm] a dev	pid    uid	magic
[   387.876] (II) fglrx(0): [drm] 
[   387.876] (II) fglrx(0): [drm] y   0   678     0          0
[   387.876] (II) fglrx(0): [drm] y   0   333     0          0
[   387.876] (EE) fglrx(0): Failed to become DRM master.
[   387.876] (WW) fglrx(0): Quitting screen -- PreInit PowerXpress failed.
[   387.876] (II) fglrx(0): === [xdl_xs116_atiddxPreInit] === end
[   387.877] (EE) 
[   387.877] (EE) Backtrace:
[   387.921] (EE) 0: /usr/bin/Xorg.bin (xorg_backtrace+0x56) [0x593a46]
[   387.921] (EE) 1: /usr/bin/Xorg.bin (0x400000+0x197b99) [0x597b99]
[   387.921] (EE) 2: /usr/lib/libc.so.6 (0x7f8720f6e000+0x339f0) [0x7f8720fa19f0]
[   387.921] (EE) 3: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f871d47d000+0x16405) [0x7f871d493405]
[   387.921] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f871d47d000+0x12dc4f) [0x7f871d5aac4f]
[   387.921] (EE) 5: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs116_atiddxPxFreeScreen+0x2e) [0x7f871dfb2cae]
[   387.922] (EE) 6: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs116_atiddxFreeScreen+0x64) [0x7f871df91394]
[   387.922] (EE) 7: /usr/bin/Xorg.bin (xf86DeleteScreen+0x5a) [0x480c4a]
[   387.922] (EE) 8: /usr/bin/Xorg.bin (InitOutput+0xaf7) [0x47a2c7]
[   387.922] (EE) 9: /usr/bin/Xorg.bin (0x400000+0x3b67a) [0x43b67a]
[   387.922] (EE) 10: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f8720f8e040]
[   387.922] (EE) 11: /usr/bin/Xorg.bin (0x400000+0x25d0e) [0x425d0e]
[   387.922] (EE) 
[   387.923] (EE) Segmentation fault at address 0x14
[   387.923] (EE) 
Fatal server error:
[   387.923] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   387.923] (EE) 
[   387.923] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   387.923] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   387.923] (EE) 
[   387.932] (EE) Server terminated with error (1). Closing log file.

Offline

#17 2014-10-03 15:42:19

Perfect Gentleman
Member
Registered: 2012-10-25
Posts: 222

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

badr.ghatasheh wrote:

Why do I need to downgrade to xorg115 again? I'm on xorg 1.16.1 and when I try to downgrade it's asking to remove xf86-video-intel along with many other packages.

'cause current catalyst supports xorg-server =<1.15.49

Offline

#18 2014-10-03 18:18:05

ml
Member
From: Germany
Registered: 2014-06-21
Posts: 20

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

badr.ghatasheh wrote:

... And here is the output using discrete GPU ...

You should not use discrete GPU to run xorg-server.
Also uninstall catalyst for now because it's not worth the stress.

I have a similar notebook here and already had some nasty issues with those 2 GPUs (Intel & radeon)

  • Uninstall fglrx

  • Install extra/xorg-server (in case you're using some other version)

  • Install xf86-video-intel & xf86-video-ati

  • mkinitcpio.conf: add radeon & i915 to modules (MODULES="radeon i915") and ofc run mkinitcpio -p linux

  • Remove kernel options in case you've added any

  • Install acpid & enable systemd service: systemctl enable acpid.service (solved an issue with switching IGPU/DGPU by doing this)

  • Delete/Rename xorg.conf

  • Reboot & Try running X again, in case it fails post new Xorg.0.log

Offline

#19 2014-10-03 21:56:53

badr.ghatasheh
Member
Registered: 2014-09-28
Posts: 10

Re: [Arch 3.16] *ERROR* radeon: error initializing UVD (-1)

ml wrote:
  • Uninstall fglrx

  • Install extra/xorg-server (in case you're using some other version)

  • Install xf86-video-intel & xf86-video-ati

  • mkinitcpio.conf: add radeon & i915 to modules (MODULES="radeon i915") and ofc run mkinitcpio -p linux

  • Remove kernel options in case you've added any

  • Install acpid & enable systemd service: systemctl enable acpid.service (solved an issue with switching IGPU/DGPU by doing this)

  • Delete/Rename xorg.conf

  • Reboot & Try running X again, in case it fails post new Xorg.0.log

I tried doing this, I still see the UVD errors, and when I startx nothing happens, just an error saying it cannot connect to x server [Xorg.0.log isn't being created].

I also noticed there is no xorg.conf in /etc/X11 folder, should I create one manually?

Offline

Board footer

Powered by FluxBB