neostalker
29/07/2014, 14:40
blueman, bluewho, kdebluetooth y quién sabe más son solo interfaces gráficas para comandos de bajo nivel.
Abre una consola y prueba:
hcitool scan
Debería encontrarte los dispositivos, o decirte que tienes bluetooth o algo. Ya nos dices. De todas formas el soporte bluetooth en Linux hace años era una pvta mierda en que tenías que retocar a mano los drivers del kernel. Le cogí asco y no he vuelto a usarlo para nada, no sé si ha mejorado pero tenía mucho, mucho que mejorar.
Los archivos de configuración están en /etc/bluetooth pero verás que son raros y esotéricos.
En tu caso se va a juntar la gestión de bluetooth con la gestión de las tarjetas de audio, que es otro pvto dolor sobre todo en Ubuntu que se empeña en usar mezcladores de audio en estado experimental. Suerte.
La gracia es que tengo un pincho bluetooth 4.0 USB que en mi ordenador de sobremesa, con el mismo Ubuntu instalado, sí funciona.
El comando que me has sugerido simplemente muestra "Scanning..." y tras unos segundos vuelve al $ sin mostrar ningún tipo de información.
No he utilizado un dispositivo bluetooth desde hace muchos años, pero vamos por partes, algo has instalado que se ha cepillado el bluetooth, seguramente una actualización del sistema.
El gestor que instales dará igual, porque es una interfaz de alto nivel y lo que fallara será el modulo del kernel que se encarga del bluetooth.
Si has actualizado puede que hayas actualizado también el kernel. Prueba a arrancar pulsando el "Mayúsculas izq" para que te aparezca el menú y prueba a arrancar con un kernel anterior para ver si funciona con ese kernel.
Además para echarte un cable ncesitamos saber que versión del kernel tienes (comando uname -r) y un registro del inicio del sistema (comando dmesg).
Supongo que el bluetooth estará conectado a un puerto usb, por lo que nos hace falta la lista de dispositivos usb (comando lsusb) para ir hincándole el diente.
3.13.0-32-generic
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.13.0-32-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 (Ubuntu 3.13.0-32.57-generic 3.13.11.4)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed root=UUID=07f26e0e-5ecb-4171-bac2-72ae9bdc8e11 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000094caffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000094cb0000-0x00000000960affff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000960b0000-0x000000009a6befff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009a6bf000-0x000000009aebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
[ 0.000000] e820: update [mem 0x93c36018-0x93c46057] usable ==> usable
[ 0.000000] e820: update [mem 0x93c27018-0x93c35c57] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000006efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000006f000-0x000000000006ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000070000-0x0000000000087fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000bffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000093c27017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000093c27018-0x0000000093c35c57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000093c35c58-0x0000000093c36017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000093c36018-0x0000000093c46057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000093c46058-0x0000000094caffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000094cb0000-0x00000000960affff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000960b0000-0x000000009a6befff] usable
[ 0.000000] reserve setup_data: [mem 0x000000009a6bf000-0x000000009aebefff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000009afff000-0x000000009affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000009b000000-0x000000009f9fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000025f5fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by INSYDE Corp.
[ 0.000000] efi: ACPI=0x9affe000 ACPI 2.0=0x9affe014 SMBIOS=0x9aebef98
[ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB)
[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x000000000006f000) (0MB)
[ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
[ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
[ 0.000000] efi: mem05: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x000000000009f000) (0MB)
[ 0.000000] efi: mem06: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000001000000-0x0000000002401000) (20MB)
[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002401000-0x000000003edb7000) (969MB)
[ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000003edb7000-0x0000000040000000) (18MB)
[ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000040000000-0x000000006dd19000) (733MB)
[ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000006dd19000-0x00000000930c0000) (595MB)
[ 0.000000] efi: mem13: type=4, attr=0xf, range=[0x00000000930c0000-0x00000000930e0000) (0MB)
[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000930e0000-0x0000000093c27000) (11MB)
[ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x0000000093c27000-0x0000000093d32000) (1MB)
[ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x0000000093d32000-0x0000000093d34000) (0MB)
[ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x0000000093d34000-0x0000000093d35000) (0MB)
[ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x0000000093d35000-0x0000000093d37000) (0MB)
[ 0.000000] efi: mem19: type=2, attr=0xf, range=[0x0000000093d37000-0x0000000093d38000) (0MB)
[ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x0000000093d38000-0x0000000093d39000) (0MB)
[ 0.000000] efi: mem21: type=2, attr=0xf, range=[0x0000000093d39000-0x0000000093d3c000) (0MB)
[ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x0000000093d3c000-0x0000000093d3f000) (0MB)
[ 0.000000] efi: mem23: type=2, attr=0xf, range=[0x0000000093d3f000-0x0000000093e29000) (0MB)
[ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x0000000093e29000-0x0000000094cb0000) (14MB)
[ 0.000000] efi: mem25: type=0, attr=0xf, range=[0x0000000094cb0000-0x00000000960b0000) (20MB)
[ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x00000000960b0000-0x00000000960b2000) (0MB)
[ 0.000000] efi: mem27: type=2, attr=0xf, range=[0x00000000960b2000-0x00000000960b4000) (0MB)
[ 0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000960b4000-0x00000000960b7000) (0MB)
[ 0.000000] efi: mem29: type=2, attr=0xf, range=[0x00000000960b7000-0x00000000960b8000) (0MB)
[ 0.000000] efi: mem30: type=7, attr=0xf, range=[0x00000000960b8000-0x00000000960ba000) (0MB)
[ 0.000000] efi: mem31: type=2, attr=0xf, range=[0x00000000960ba000-0x00000000960bf000) (0MB)
[ 0.000000] efi: mem32: type=7, attr=0xf, range=[0x00000000960bf000-0x000000009618b000) (0MB)
[ 0.000000] efi: mem33: type=1, attr=0xf, range=[0x000000009618b000-0x00000000962bf000) (1MB)
[ 0.000000] efi: mem34: type=7, attr=0xf, range=[0x00000000962bf000-0x0000000097546000) (18MB)
[ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x0000000097546000-0x0000000097f81000) (10MB)
[ 0.000000] efi: mem36: type=7, attr=0xf, range=[0x0000000097f81000-0x0000000097f89000) (0MB)
[ 0.000000] efi: mem37: type=4, attr=0xf, range=[0x0000000097f89000-0x0000000097fb9000) (0MB)
[ 0.000000] efi: mem38: type=7, attr=0xf, range=[0x0000000097fb9000-0x0000000097fba000) (0MB)
[ 0.000000] efi: mem39: type=4, attr=0xf, range=[0x0000000097fba000-0x0000000097fbc000) (0MB)
[ 0.000000] efi: mem40: type=7, attr=0xf, range=[0x0000000097fbc000-0x0000000097fbd000) (0MB)
[ 0.000000] efi: mem41: type=4, attr=0xf, range=[0x0000000097fbd000-0x00000000980fa000) (1MB)
[ 0.000000] efi: mem42: type=3, attr=0xf, range=[0x00000000980fa000-0x0000000098107000) (0MB)
[ 0.000000] efi: mem43: type=4, attr=0xf, range=[0x0000000098107000-0x0000000098112000) (0MB)
[ 0.000000] efi: mem44: type=3, attr=0xf, range=[0x0000000098112000-0x0000000098113000) (0MB)
[ 0.000000] efi: mem45: type=4, attr=0xf, range=[0x0000000098113000-0x0000000098115000) (0MB)
[ 0.000000] efi: mem46: type=7, attr=0xf, range=[0x0000000098115000-0x0000000098116000) (0MB)
[ 0.000000] efi: mem47: type=3, attr=0xf, range=[0x0000000098116000-0x0000000098125000) (0MB)
[ 0.000000] efi: mem48: type=7, attr=0xf, range=[0x0000000098125000-0x0000000098129000) (0MB)
[ 0.000000] efi: mem49: type=4, attr=0xf, range=[0x0000000098129000-0x0000000098157000) (0MB)
[ 0.000000] efi: mem50: type=7, attr=0xf, range=[0x0000000098157000-0x0000000098158000) (0MB)
[ 0.000000] efi: mem51: type=4, attr=0xf, range=[0x0000000098158000-0x0000000098159000) (0MB)
[ 0.000000] efi: mem52: type=7, attr=0xf, range=[0x0000000098159000-0x000000009815c000) (0MB)
[ 0.000000] efi: mem53: type=4, attr=0xf, range=[0x000000009815c000-0x0000000098161000) (0MB)
[ 0.000000] efi: mem54: type=3, attr=0xf, range=[0x0000000098161000-0x0000000098166000) (0MB)
[ 0.000000] efi: mem55: type=4, attr=0xf, range=[0x0000000098166000-0x0000000098168000) (0MB)
[ 0.000000] efi: mem56: type=3, attr=0xf, range=[0x0000000098168000-0x0000000098169000) (0MB)
[ 0.000000] efi: mem57: type=4, attr=0xf, range=[0x0000000098169000-0x000000009816c000) (0MB)
[ 0.000000] efi: mem58: type=3, attr=0xf, range=[0x000000009816c000-0x000000009816e000) (0MB)
[ 0.000000] efi: mem59: type=4, attr=0xf, range=[0x000000009816e000-0x0000000098173000) (0MB)
[ 0.000000] efi: mem60: type=3, attr=0xf, range=[0x0000000098173000-0x0000000098176000) (0MB)
[ 0.000000] efi: mem61: type=4, attr=0xf, range=[0x0000000098176000-0x0000000098178000) (0MB)
[ 0.000000] efi: mem62: type=3, attr=0xf, range=[0x0000000098178000-0x0000000098187000) (0MB)
[ 0.000000] efi: mem63: type=4, attr=0xf, range=[0x0000000098187000-0x000000009818a000) (0MB)
[ 0.000000] efi: mem64: type=3, attr=0xf, range=[0x000000009818a000-0x000000009818c000) (0MB)
[ 0.000000] efi: mem65: type=4, attr=0xf, range=[0x000000009818c000-0x000000009818d000) (0MB)
[ 0.000000] efi: mem66: type=3, attr=0xf, range=[0x000000009818d000-0x00000000981a0000) (0MB)
[ 0.000000] efi: mem67: type=4, attr=0xf, range=[0x00000000981a0000-0x00000000981a1000) (0MB)
[ 0.000000] efi: mem68: type=3, attr=0xf, range=[0x00000000981a1000-0x00000000981a6000) (0MB)
[ 0.000000] efi: mem69: type=4, attr=0xf, range=[0x00000000981a6000-0x00000000981a7000) (0MB)
[ 0.000000] efi: mem70: type=3, attr=0xf, range=[0x00000000981a7000-0x00000000981a9000) (0MB)
[ 0.000000] efi: mem71: type=4, attr=0xf, range=[0x00000000981a9000-0x00000000981aa000) (0MB)
[ 0.000000] efi: mem72: type=3, attr=0xf, range=[0x00000000981aa000-0x00000000981ad000) (0MB)
[ 0.000000] efi: mem73: type=4, attr=0xf, range=[0x00000000981ad000-0x00000000981bd000) (0MB)
[ 0.000000] efi: mem74: type=7, attr=0xf, range=[0x00000000981bd000-0x00000000981c0000) (0MB)
[ 0.000000] efi: mem75: type=4, attr=0xf, range=[0x00000000981c0000-0x00000000981c1000) (0MB)
[ 0.000000] efi: mem76: type=7, attr=0xf, range=[0x00000000981c1000-0x00000000981c4000) (0MB)
[ 0.000000] efi: mem77: type=4, attr=0xf, range=[0x00000000981c4000-0x00000000981c8000) (0MB)
[ 0.000000] efi: mem78: type=3, attr=0xf, range=[0x00000000981c8000-0x00000000981d4000) (0MB)
[ 0.000000] efi: mem79: type=4, attr=0xf, range=[0x00000000981d4000-0x00000000981f3000) (0MB)
[ 0.000000] efi: mem80: type=3, attr=0xf, range=[0x00000000981f3000-0x0000000098237000) (0MB)
[ 0.000000] efi: mem81: type=4, attr=0xf, range=[0x0000000098237000-0x00000000983d1000) (1MB)
[ 0.000000] efi: mem82: type=3, attr=0xf, range=[0x00000000983d1000-0x00000000983d4000) (0MB)
[ 0.000000] efi: mem83: type=4, attr=0xf, range=[0x00000000983d4000-0x00000000983d6000) (0MB)
[ 0.000000] efi: mem84: type=3, attr=0xf, range=[0x00000000983d6000-0x00000000983d9000) (0MB)
[ 0.000000] efi: mem85: type=4, attr=0xf, range=[0x00000000983d9000-0x00000000983db000) (0MB)
[ 0.000000] efi: mem86: type=3, attr=0xf, range=[0x00000000983db000-0x00000000983dc000) (0MB)
[ 0.000000] efi: mem87: type=4, attr=0xf, range=[0x00000000983dc000-0x000000009a2bf000) (30MB)
[ 0.000000] efi: mem88: type=3, attr=0xf, range=[0x000000009a2bf000-0x000000009a6bf000) (4MB)
[ 0.000000] efi: mem89: type=5, attr=0x800000000000000f, range=[0x000000009a6bf000-0x000000009a8bf000) (2MB)
[ 0.000000] efi: mem90: type=6, attr=0x800000000000000f, range=[0x000000009a8bf000-0x000000009aabf000) (2MB)
[ 0.000000] efi: mem91: type=0, attr=0xf, range=[0x000000009aabf000-0x000000009aebf000) (4MB)
[ 0.000000] efi: mem92: type=10, attr=0xf, range=[0x000000009aebf000-0x000000009afbf000) (1MB)
[ 0.000000] efi: mem93: type=9, attr=0xf, range=[0x000000009afbf000-0x000000009afff000) (0MB)
[ 0.000000] efi: mem94: type=4, attr=0xf, range=[0x000000009afff000-0x000000009b000000) (0MB)
[ 0.000000] efi: mem95: type=7, attr=0xf, range=[0x0000000100000000-0x000000025f600000) (5622MB)
[ 0.000000] efi: mem96: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[ 0.000000] efi: mem97: type=0, attr=0x0, range=[0x000000009b000000-0x000000009fa00000) (74MB)
[ 0.000000] efi: mem98: type=11, attr=0x8000000000000001, range=[0x00000000e0000000-0x00000000f0000000) (256MB)
[ 0.000000] efi: mem99: type=0, attr=0x0, range=[0x00000000fe101000-0x00000000fe113000) (0MB)
[ 0.000000] efi: mem100: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb10000) (0MB)
[ 0.000000] efi: mem101: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[ 0.000000] efi: mem102: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fee01000) (1MB)
[ 0.000000] efi: mem103: type=11, attr=0x8000000000000000, range=[0x00000000ffc00000-0x0000000100000000) (4MB)
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Acer Aspire E1-572G/EA50_HW , BIOS V2.12 11/04/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x25f600 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-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-combining
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
[ 0.000000] 1 base 0080000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 009B000000 mask 7FFF000000 uncachable
[ 0.000000] 3 base 009C000000 mask 7FFC000000 uncachable
[ 0.000000] 4 base 00FFC00000 mask 7FFFC00000 write-protect
[ 0.000000] 5 base 0100000000 mask 7F00000000 write-back
[ 0.000000] 6 base 0200000000 mask 7F80000000 write-back
[ 0.000000] 7 base 025F600000 mask 7FFFE00000 uncachable
[ 0.000000] 8 base 025F800000 mask 7FFF800000 uncachable
[ 0.000000] 9 base 0260000000 mask 7FE0000000 uncachable
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000082000] 82000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE
[ 0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE
[ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x25f400000-0x25f5fffff]
[ 0.000000] [mem 0x25f400000-0x25f5fffff] page 2M
[ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x25c000000-0x25f3fffff]
[ 0.000000] [mem 0x25c000000-0x25f3fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x25bffffff]
[ 0.000000] [mem 0x200000000-0x23fffffff] page 1G
[ 0.000000] [mem 0x240000000-0x25bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x94caffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
[ 0.000000] [mem 0x80000000-0x94bfffff] page 2M
[ 0.000000] [mem 0x94c00000-0x94caffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x960b0000-0x9a6befff]
[ 0.000000] [mem 0x960b0000-0x961fffff] page 4k
[ 0.000000] [mem 0x96200000-0x9a5fffff] page 2M
[ 0.000000] [mem 0x9a600000-0x9a6befff] page 4k
[ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
[ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x9afff000-0x9affffff]
[ 0.000000] [mem 0x9afff000-0x9affffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x3edb7000-0x3fffafff]
[ 0.000000] ACPI: RSDP 000000009affe014 000024 (v02 ACRSYS)
[ 0.000000] ACPI: XSDT 000000009affe210 0000AC (v01 ACRSYS ACRPRDCT 00000001 01000013)
[ 0.000000] ACPI: FACP 000000009aff8000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20131115/tbfadt-202)
[ 0.000000] ACPI: DSDT 000000009afe4000 0102E7 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: FACS 000000009afb9000 000040
[ 0.000000] ACPI: UEFI 000000009affd000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: FPDT 000000009affb000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: MSDM 000000009affa000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: ASF! 000000009aff9000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: HPET 000000009aff7000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: APIC 000000009aff6000 00008C (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: MCFG 000000009aff5000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 000000009afe1000 002028 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: BOOT 000000009afdf000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: ASPT 000000009afdd000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: DBGP 000000009afdc000 000034 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 000000009afdb000 000539 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: SSDT 000000009afda000 000AD8 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: SSDT 000000009afd6000 003B45 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: SSDT 000000009afd3000 001DDA (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: BGRT 000000009afd5000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x25f5fffff]
[ 0.000000] NODE_DATA [mem 0x25f5f8000-0x25f5fcfff]
[ 0.000000] [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880256c00000-ffff88025ebfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x25f5fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0006efff]
[ 0.000000] node 0: [mem 0x00070000-0x00087fff]
[ 0.000000] node 0: [mem 0x00100000-0x94caffff]
[ 0.000000] node 0: [mem 0x960b0000-0x9a6befff]
[ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
[ 0.000000] node 0: [mem 0x100000000-0x25f5fffff]
[ 0.000000] On node 0 totalpages: 2066502
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3974 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 9739 pages used for memmap
[ 0.000000] DMA32 zone: 623296 pages, LIFO batch:31
[ 0.000000] Normal zone: 22488 pages used for memmap
[ 0.000000] Normal zone: 1439232 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 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[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[ 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, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 56
[ 0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x93c27000-0x93c27fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x93c35000-0x93c35fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x93c36000-0x93c36fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x93c46000-0x93c46fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x94cb0000-0x960affff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9a6bf000-0x9aebefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9b000000-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-0xfe100fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-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:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88025f200000 s86336 r8192 d24256 u262144
[ 0.000000] pcpu-alloc: s86336 r8192 d24256 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: 2034190
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed root=UUID=07f26e0e-5ecb-4171-bac2-72ae9bdc8e11 ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 7966904K/8266008K available (7363K kernel code, 1142K rwdata, 3400K rodata, 1336K init, 1440K bss, 299104K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-7.
[ 0.000000] NR_IRQS:16640 nr_irqs:1016 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.004000] tsc: Detected 2294.731 MHz processor
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.46 BogoMIPS (lpj=9178924)
[ 0.000005] pid_max: default: 32768 minimum: 301
[ 0.013146] Security Framework initialized
[ 0.013165] AppArmor: AppArmor initialized
[ 0.013166] Yama: becoming mindful.
[ 0.013741] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.015358] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.016039] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.016050] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.016242] Initializing cgroup subsys memory
[ 0.016247] Initializing cgroup subsys devices
[ 0.016249] Initializing cgroup subsys freezer
[ 0.016250] Initializing cgroup subsys blkio
[ 0.016252] Initializing cgroup subsys perf_event
[ 0.016254] Initializing cgroup subsys hugetlb
[ 0.016274] CPU: Physical Processor ID: 0
[ 0.016275] CPU: Processor Core ID: 0
[ 0.016279] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.016279] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.017270] mce: CPU supports 7 MCE banks
[ 0.017282] CPU0: Thermal monitoring enabled (TM1)
[ 0.017292] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.017292] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[ 0.017292] tlb_flushall_shift: 6
[ 0.017398] Freeing SMP alternatives memory: 32K (ffffffff81e6d000 - ffffffff81e75000)
[ 0.018349] ACPI: Core revision 20131115
[ 0.028274] ACPI: All ACPI Tables successfully acquired
[ 0.036722] ftrace: allocating 28495 entries in 112 pages
[ 0.049386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.089050] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01)
[ 0.089056] TSC deadline timer enabled
[ 0.089066] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.089072] ... version: 3
[ 0.089073] ... bit width: 48
[ 0.089073] ... generic registers: 4
[ 0.089074] ... value mask: 0000ffffffffffff
[ 0.089075] ... max period: 0000ffffffffffff
[ 0.089076] ... fixed-purpose events: 3
[ 0.089077] ... event mask: 000000070000000f
[ 0.090705] x86: Booting SMP configuration:
[ 0.104909] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.090707] .... node #0, CPUs: #1 #2 #3
[ 0.133313] x86: Booted up 1 node, 4 CPUs
[ 0.133317] smpboot: Total of 4 processors activated (18357.84 BogoMIPS)
[ 0.137020] devtmpfs: initialized
[ 0.138978] EVM: security.selinux
[ 0.138979] EVM: security.SMACK64
[ 0.138980] EVM: security.ima
[ 0.138981] EVM: security.capability
[ 0.139022] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
[ 0.139701] pinctrl core: initialized pinctrl subsystem
[ 0.139750] regulator-dummy: no parameters
[ 0.139779] RTC time: 12:51:00, date: 07/29/14
[ 0.139808] NET: Registered protocol family 16
[ 0.139892] cpuidle: using governor ladder
[ 0.139893] cpuidle: using governor menu
[ 0.139926] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.139927] ACPI: bus type PCI registered
[ 0.139929] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.139979] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.139981] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.172522] PCI: Using configuration type 1 for base access
[ 0.173333] bio: create slab <bio-0> at 0
[ 0.173464] ACPI: Added _OSI(Module Device)
[ 0.173465] ACPI: Added _OSI(Processor Device)
[ 0.173467] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.173468] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.177609] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.182022] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.185947] ACPI: SSDT 000000009ae38c18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.186459] ACPI: Dynamic OEM Table Load:
[ 0.186461] ACPI: SSDT (null) 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.189541] ACPI: SSDT 000000009ae38618 0005AA (v01 PmRef ApIst 00003000 INTL 20120913)
[ 0.190116] ACPI: Dynamic OEM Table Load:
[ 0.190118] ACPI: SSDT (null) 0005AA (v01 PmRef ApIst 00003000 INTL 20120913)
[ 0.193409] ACPI: SSDT 000000009ae37d98 000119 (v01 PmRef ApCst 00003000 INTL 20120913)
[ 0.193919] ACPI: Dynamic OEM Table Load:
[ 0.193920] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20120913)
[ 0.224846] ACPI: Interpreter enabled
[ 0.224854] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[ 0.224859] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[ 0.224876] ACPI: (supports S0 S3 S4 S5)
[ 0.224877] ACPI: Using IOAPIC for interrupt routing
[ 0.224903] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.225111] ACPI: No dock devices found.
[ 0.251994] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.251999] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.252273] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.252780] PCI host bridge to bus 0000:00
[ 0.252783] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.252785] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.252786] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.252788] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.252789] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[ 0.252791] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[ 0.252792] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[ 0.252793] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[ 0.252795] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[ 0.252796] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.252797] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.252798] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.252800] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.252801] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.252802] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[ 0.252804] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[ 0.252805] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
[ 0.252807] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
[ 0.252814] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[ 0.252970] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[ 0.252982] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[ 0.252989] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.252993] pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
[ 0.253136] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[ 0.253143] pci 0000:00:03.0: reg 0x10: [mem 0xc0710000-0xc0713fff 64bit]
[ 0.253305] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[ 0.253323] pci 0000:00:14.0: reg 0x10: [mem 0xc0700000-0xc070ffff 64bit]
[ 0.253376] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.253483] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.253510] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[ 0.253529] pci 0000:00:16.0: reg 0x10: [mem 0xc0718000-0xc071801f 64bit]
[ 0.253593] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.253729] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[ 0.253742] pci 0000:00:1b.0: reg 0x10: [mem 0xc0714000-0xc0717fff 64bit]
[ 0.253799] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.253905] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.253931] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
[ 0.253988] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.254096] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.254120] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[ 0.254176] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.254306] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[ 0.254362] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.254498] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[ 0.256653] pci 0000:00:1d.0: reg 0x10: [mem 0xc071c000-0xc071c3ff]
[ 0.257582] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.257704] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.257735] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[ 0.257963] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
[ 0.257977] pci 0000:00:1f.2: reg 0x10: [io 0x4088-0x408f]
[ 0.257983] pci 0000:00:1f.2: reg 0x14: [io 0x4094-0x4097]
[ 0.257989] pci 0000:00:1f.2: reg 0x18: [io 0x4080-0x4087]
[ 0.257995] pci 0000:00:1f.2: reg 0x1c: [io 0x4090-0x4093]
[ 0.258002] pci 0000:00:1f.2: reg 0x20: [io 0x4060-0x407f]
[ 0.258008] pci 0000:00:1f.2: reg 0x24: [mem 0xc071b000-0xc071b7ff]
[ 0.258041] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.258164] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[ 0.258177] pci 0000:00:1f.3: reg 0x10: [mem 0xc0719000-0xc07190ff 64bit]
[ 0.258195] pci 0000:00:1f.3: reg 0x20: [io 0x4040-0x405f]
[ 0.258429] pci 0000:01:00.0: [14e4:16b3] type 00 class 0x020000
[ 0.258453] pci 0000:01:00.0: reg 0x10: [mem 0xc0410000-0xc041ffff 64bit pref]
[ 0.258471] pci 0000:01:00.0: reg 0x18: [mem 0xc0420000-0xc042ffff 64bit pref]
[ 0.258505] pci 0000:01:00.0: reg 0x30: [mem 0xfffff800-0xffffffff pref]
[ 0.258581] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.258611] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.258673] pci 0000:01:00.1: [14e4:16bc] type 00 class 0x080501
[ 0.258696] pci 0000:01:00.1: reg 0x10: [mem 0xc0400000-0xc040ffff 64bit pref]
[ 0.258806] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[ 0.268940] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.268948] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
[ 0.269004] pci 0000:02:00.0: [168c:0036] type 00 class 0x028000
[ 0.269025] pci 0000:02:00.0: reg 0x10: [mem 0xc0600000-0xc067ffff 64bit]
[ 0.269074] pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.269125] pci 0000:02:00.0: supports D1 D2
[ 0.269127] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.276905] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.276910] pci 0000:00:1c.3: bridge window [mem 0xc0600000-0xc06fffff]
[ 0.276987] pci 0000:03:00.0: [1002:6600] type 00 class 0x038000
[ 0.277008] pci 0000:03:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.277023] pci 0000:03:00.0: reg 0x18: [mem 0xc0500000-0xc053ffff 64bit]
[ 0.277032] pci 0000:03:00.0: reg 0x20: [io 0x3000-0x30ff]
[ 0.277049] pci 0000:03:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.277124] pci 0000:03:00.0: supports D1 D2
[ 0.277126] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
[ 0.277163] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.284907] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.284910] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.284913] pci 0000:00:1c.4: bridge window [mem 0xc0500000-0xc05fffff]
[ 0.284918] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.284967] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[ 0.289526] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289570] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289610] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289650] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289690] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289730] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289769] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289809] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.290192] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 0.290198] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.290269] Found 1 acpi root devices
[ 0.290297] ACPI : EC: GPE = 0x22, I/O: command/status = 0x66, data = 0x62
[ 0.290375] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks= none
[ 0.290378] vgaarb: loaded
[ 0.290378] vgaarb: bridge control possible 0000:00:02.0
[ 0.290506] SCSI subsystem initialized
[ 0.290547] libata version 3.00 loaded.
[ 0.290563] ACPI: bus type USB registered
[ 0.290575] usbcore: registered new interface driver usbfs
[ 0.290581] usbcore: registered new interface driver hub
[ 0.290599] usbcore: registered new device driver usb
[ 0.290688] PCI: Using ACPI for IRQ routing
[ 0.295875] PCI: pci_cache_line_size set to 64 bytes
[ 0.295918] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[ 0.295919] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[ 0.295920] e820: reserve RAM buffer [mem 0x93c27018-0x93ffffff]
[ 0.295922] e820: reserve RAM buffer [mem 0x93c36018-0x93ffffff]
[ 0.295923] e820: reserve RAM buffer [mem 0x94cb0000-0x97ffffff]
[ 0.295924] e820: reserve RAM buffer [mem 0x9a6bf000-0x9bffffff]
[ 0.295926] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
[ 0.295927] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
[ 0.295996] NetLabel: Initializing
[ 0.295997] NetLabel: domain hash size = 128
[ 0.295998] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.296008] NetLabel: unlabeled traffic allowed by default
[ 0.296054] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.296059] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.298087] Switched to clocksource hpet
[ 0.302048] AppArmor: AppArmor Filesystem Enabled
[ 0.302068] pnp: PnP ACPI init
[ 0.302078] ACPI: bus type PNP registered
[ 0.302114] pnp 00:00: [dma 4]
[ 0.302136] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.302153] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.302248] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.302300] system 00:03: [io 0x0680-0x069f] has been reserved
[ 0.302302] system 00:03: [io 0xfd60-0xfd63] has been reserved
[ 0.302304] system 00:03: [io 0xffff] has been reserved
[ 0.302306] system 00:03: [io 0xffff] has been reserved
[ 0.302307] system 00:03: [io 0xffff] has been reserved
[ 0.302309] system 00:03: [io 0x1800-0x18fe] could not be reserved
[ 0.302310] system 00:03: [io 0x164e-0x164f] has been reserved
[ 0.302313] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.302350] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.302385] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.302387] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.302422] pnp 00:06: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
[ 0.302517] pnp 00:07: Plug and Play ACPI device, IDs ETD0500 PNP0f13 (active)
[ 0.306215] pnp 00:08: disabling [mem 0xffffffff-0x10000fffe] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfffff800-0xffffffff pref]
[ 0.306219] pnp 00:08: disabling [mem 0xffffffff-0x10000fffe disabled] because it overlaps 0000:02:00.0 BAR 6 [mem 0xffff0000-0xffffffff pref]
[ 0.306222] pnp 00:08: disabling [mem 0xffffffff-0x10000fffe disabled] because it overlaps 0000:03:00.0 BAR 6 [mem 0xfffe0000-0xffffffff pref]
[ 0.306240] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.306241] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.306243] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.306245] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.306246] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.306248] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.306250] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.306251] system 00:08: [mem 0xff000000-0xff000fff] has been reserved
[ 0.306253] system 00:08: [mem 0xff010000-0xffffffff] could not be reserved
[ 0.306255] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.306256] system 00:08: [mem 0x9fa20000-0x9fa20fff] has been reserved
[ 0.306258] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.306494] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.306904] pnp: PnP ACPI: found 10 devices
[ 0.306906] ACPI: bus type PNP unregistered
[ 0.312742] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffff800-0xffffffff pref]
[ 0.312745] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[ 0.312747] pci 0000:03:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.312771] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9fb00000-0x9fbfffff]
[ 0.312775] pci 0000:00:1c.3: BAR 15: assigned [mem 0x9fc00000-0x9fcfffff pref]
[ 0.312778] pci 0000:01:00.0: BAR 6: assigned [mem 0xc0430000-0xc04307ff pref]
[ 0.312780] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.312784] pci 0000:00:1c.0: bridge window [mem 0x9fb00000-0x9fbfffff]
[ 0.312788] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
[ 0.312793] pci 0000:02:00.0: BAR 6: assigned [mem 0x9fc00000-0x9fc0ffff pref]
[ 0.312794] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.312798] pci 0000:00:1c.3: bridge window [mem 0xc0600000-0xc06fffff]
[ 0.312801] pci 0000:00:1c.3: bridge window [mem 0x9fc00000-0x9fcfffff pref]
[ 0.312806] pci 0000:03:00.0: BAR 6: assigned [mem 0xc0540000-0xc055ffff pref]
[ 0.312808] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.312810] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
[ 0.312814] pci 0000:00:1c.4: bridge window [mem 0xc0500000-0xc05fffff]
[ 0.312817] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.312822] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.312824] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.312825] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.312827] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[ 0.312828] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[ 0.312829] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[ 0.312831] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[ 0.312832] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[ 0.312834] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[ 0.312835] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[ 0.312836] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[ 0.312838] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[ 0.312839] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[ 0.312841] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[ 0.312842] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[ 0.312843] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[ 0.312845] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff]
[ 0.312846] pci_bus 0000:01: resource 1 [mem 0x9fb00000-0x9fbfffff]
[ 0.312848] pci_bus 0000:01: resource 2 [mem 0xc0400000-0xc04fffff 64bit pref]
[ 0.312849] pci_bus 0000:02: resource 1 [mem 0xc0600000-0xc06fffff]
[ 0.312851] pci_bus 0000:02: resource 2 [mem 0x9fc00000-0x9fcfffff pref]
[ 0.312852] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.312854] pci_bus 0000:03: resource 1 [mem 0xc0500000-0xc05fffff]
[ 0.312855] pci_bus 0000:03: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.312881] NET: Registered protocol family 2
[ 0.313045] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.313184] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.313302] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.313318] TCP: reno registered
[ 0.313329] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.313356] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.313416] NET: Registered protocol family 1
[ 0.313426] pci 0000:00:02.0: Boot video device
[ 0.330169] PCI: CLS 64 bytes, default 64
[ 0.330221] Trying to unpack rootfs image as initramfs...
[ 0.624000] Freeing initrd memory: 18704K (ffff88003edb7000 - ffff88003fffb000)
[ 0.624004] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.624006] software IO TLB [mem 0x8f0c0000-0x930c0000] (64MB) mapped at [ffff88008f0c0000-ffff8800930bffff]
[ 0.624054] Simple Boot Flag at 0x44 set to 0x1
[ 0.624201] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x17
[ 0.624207] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x17
[ 0.624210] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x17
[ 0.624217] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x17
[ 0.624258] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.624260] Scanning for low memory corruption every 60 seconds
[ 0.624472] Initialise system trusted keyring
[ 0.624512] audit: initializing netlink socket (disabled)
[ 0.624523] type=2000 audit(1406638260.624:1): initialized
[ 0.650916] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.651866] zbud: loaded
[ 0.651988] VFS: Disk quotas dquot_6.5.2
[ 0.652020] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.652352] fuse init (API version 7.22)
[ 0.652405] msgmni has been set to 15725
[ 0.652446] Key type big_key registered
[ 0.652732] Key type asymmetric registered
[ 0.652734] Asymmetric key parser 'x509' registered
[ 0.652757] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.652785] io scheduler noop registered
[ 0.652787] io scheduler deadline registered (default)
[ 0.652805] io scheduler cfq registered
[ 0.652859] pcieport 0000:00:1c.0: device [8086:9c14] has invalid IRQ; check vendor BIOS
[ 0.652977] pcieport 0000:00:1c.0: irq 56 for MSI/MSI-X
[ 0.653023] pcieport 0000:00:1c.3: device [8086:9c16] has invalid IRQ; check vendor BIOS
[ 0.653104] pcieport 0000:00:1c.3: irq 57 for MSI/MSI-X
[ 0.653143] pcieport 0000:00:1c.4: device [8086:9c18] has invalid IRQ; check vendor BIOS
[ 0.653219] pcieport 0000:00:1c.4: irq 58 for MSI/MSI-X
[ 0.653282] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.653283] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 0.653284] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
[ 0.653288] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.653301] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[ 0.653302] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 0.653305] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[ 0.653317] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ 0.653319] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 0.653321] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[ 0.653330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.653342] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.653375] efifb: probing for efifb
[ 0.653950] efifb: framebuffer at 0xb0000000, mapped to 0xffffc90010f00000, using 4128k, total 4128k
[ 0.653952] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 0.653953] efifb: scrolling: redraw
[ 0.653954] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.656440] Console: switching to colour frame buffer device 170x48
[ 0.658823] fb0: EFI VGA frame buffer device
[ 0.658833] intel_idle: MWAIT substates: 0x11142120
[ 0.658834] intel_idle: v0.4 model 0x45
[ 0.658835] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.658948] ipmi message handler version 39.2
[ 0.659014] ACPI: AC Adapter [ACAD] (on-line)
[ 0.659092] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input0
[ 0.659112] ACPI: Lid Switch [LID0]
[ 0.659136] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input1
[ 0.659139] ACPI: Power Button [PWRB]
[ 0.659161] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
[ 0.659163] ACPI: Sleep Button [SLPB]
[ 0.659193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.659195] ACPI: Power Button [PWRF]
[ 0.659365] GHES: HEST is not enabled!
[ 0.659445] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.701957] [Firmware Bug]: battery: (dis)charge rate invalid.
[ 0.701985] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.701991] ACPI: Battery Slot [BAT1] (battery present)
[ 0.702137] Linux agpgart interface v0.103
[ 0.703220] brd: module loaded
[ 0.703644] loop: module loaded
[ 0.703917] libphy: Fixed MDIO Bus: probed
[ 0.703981] tun: Universal TUN/TAP device driver, 1.6
[ 0.703982] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.704018] PPP generic driver version 2.4.2
[ 0.704048] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.704051] ehci-pci: EHCI PCI platform driver
[ 0.704155] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.704162] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 0.704173] ehci-pci 0000:00:1d.0: debug port 2
[ 0.708058] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.708072] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc071c000
[ 0.717863] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.717897] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.717898] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.717900] usb usb1: Product: EHCI Host Controller
[ 0.717901] usb usb1: Manufacturer: Linux 3.13.0-32-generic ehci_hcd
[ 0.717902] usb usb1: SerialNumber: 0000:00:1d.0
[ 0.717986] hub 1-0:1.0: USB hub found
[ 0.717992] hub 1-0:1.0: 2 ports detected
[ 0.718082] ehci-platform: EHCI generic platform driver
[ 0.718088] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.718090] ohci-pci: OHCI PCI platform driver
[ 0.718096] ohci-platform: OHCI generic platform driver
[ 0.718100] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.718199] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.718203] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 0.718272] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.718288] xhci_hcd 0000:00:14.0: irq 59 for MSI/MSI-X
[ 0.718338] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.718340] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.718341] usb usb2: Product: xHCI Host Controller
[ 0.718342] usb usb2: Manufacturer: Linux 3.13.0-32-generic xhci_hcd
[ 0.718344] usb usb2: SerialNumber: 0000:00:14.0
[ 0.718410] hub 2-0:1.0: USB hub found
[ 0.718419] hub 2-0:1.0: 9 ports detected
[ 0.720198] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.720201] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 0.720231] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.720232] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.720234] usb usb3: Product: xHCI Host Controller
[ 0.720235] usb usb3: Manufacturer: Linux 3.13.0-32-generic xhci_hcd
[ 0.720236] usb usb3: SerialNumber: 0000:00:14.0
[ 0.720330] hub 3-0:1.0: USB hub found
[ 0.720337] hub 3-0:1.0: 4 ports detected
[ 0.725921] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 0.740201] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.740205] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.740309] mousedev: PS/2 mouse device common for all mice
[ 0.740509] rtc_cmos 00:04: RTC can wake from S4
[ 0.740618] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.740643] rtc_cmos 00:04: alarms up to one month, 242 bytes nvram, hpet irqs
[ 0.740697] device-mapper: uevent: version 1.0.3
[ 0.740760] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 0.740765] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.740767] EFI Variables Facility v0.08 2004-May-17
[ 0.765908] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.770789] TCP: cubic registered
[ 0.770863] NET: Registered protocol family 10
[ 0.771000] NET: Registered protocol family 17
[ 0.771008] Key type dns_resolver registered
[ 0.771246] Loading compiled-in X.509 certificates
[ 0.772037] Loaded X.509 cert 'Magrathea: Glacier signing key: 5e3c0f9ca6e36543535fa2bb5b709e84f16da7c7'
[ 0.772046] registered taskstats version 1
[ 0.774147] Key type trusted registered
[ 0.775800] Key type encrypted registered
[ 0.779795] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.779798] IMA: No TPM chip found, activating TPM-bypass!
[ 0.780086] regulator-dummy: disabling
[ 0.780132] Magic number: 6:796:886
[ 0.780219] rtc_cmos 00:04: setting system clock to 2014-07-29 12:51:01 UTC (1406638261)
[ 0.780865] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.780867] EDD information not available.
[ 0.780904] PM: Hibernation image not present or could not be loaded.
[ 0.781605] Freeing unused kernel memory: 1336K (ffffffff81d1f000 - ffffffff81e6d000)
[ 0.781606] Write protecting the kernel read-only data: 12288k
[ 0.783482] Freeing unused kernel memory: 816K (ffff880001734000 - ffff880001800000)
[ 0.784944] Freeing unused kernel memory: 696K (ffff880001b52000 - ffff880001c00000)
[ 0.796007] systemd-udevd[123]: starting version 204
[ 0.818984] pps_core: LinuxPPS API ver. 1 registered
[ 0.818987] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.820012] PTP clock support registered
[ 0.822485] tg3.c:v3.134 (Sep 16, 2013)
[ 0.824017] sdhci: Secure Digital Host Controller Interface driver
[ 0.824020] sdhci: Copyright(c) Pierre Ossman
[ 0.826033] ahci 0000:00:1f.2: version 3.0
[ 0.826176] ahci 0000:00:1f.2: irq 60 for MSI/MSI-X
[ 0.826202] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.841843] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
[ 0.841849] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
[ 0.842455] scsi0 : ahci
[ 0.842547] scsi1 : ahci
[ 0.842618] scsi2 : ahci
[ 0.842691] scsi3 : ahci
[ 0.842725] ata1: SATA max UDMA/133 abar m2048@0xc071b000 port 0xc071b100 irq 60
[ 0.842727] ata2: SATA max UDMA/133 abar m2048@0xc071b000 port 0xc071b180 irq 60
[ 0.842728] ata3: DUMMY
[ 0.842729] ata4: DUMMY
[ 0.857990] tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM57786) rev 57766001] (PCI Express) MAC address 20:1a:06:51:a0:3d
[ 0.858002] tg3 0000:01:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 0.858004] tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 0.858006] tg3 0000:01:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 0.858160] sdhci-pci 0000:01:00.1: SDHCI controller found [14e4:16bc] (rev 1)
[ 0.858263] sdhci-pci 0000:01:00.1: dummy supplies not allowed
[ 0.858265] mmc0: no vqmmc regulator found
[ 0.858266] sdhci-pci 0000:01:00.1: dummy supplies not allowed
[ 0.858267] mmc0: no vmmc regulator found
[ 0.858334] mmc0: SDHCI controller on PCI [0000:01:00.1] using ADMA
[ 1.029803] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.161683] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.162026] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[ 1.162028] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.162294] hub 1-1:1.0: USB hub found
[ 1.162362] hub 1-1:1.0: 8 ports detected
[ 1.162574] ata1.00: ATA-9: WDC WD10JPVX-22JC3T0, 01.01A01, max UDMA/133
[ 1.162577] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 1.163487] ata1.00: configured for UDMA/133
[ 1.163654] scsi 0:0:0:0: Direct-Access ATA WDC WD10JPVX-22J 01.0 PQ: 0 ANSI: 5
[ 1.163775] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.163778] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.163790] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.163837] sd 0:0:0:0: [sda] Write Protect is off
[ 1.163840] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.163871] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.257192] sda: sda1 sda2 sda3 sda4
[ 1.257633] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.329603] usb 2-3: new low-speed USB device number 2 using xhci_hcd
[ 1.350699] usb 2-3: New USB device found, idVendor=04f3, idProduct=0212
[ 1.350705] usb 2-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 1.350708] usb 2-3: Product: PS/2+USB Mouse
[ 1.350836] usb 2-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 1.353573] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.357193] usbcore: registered new interface driver usbhid
[ 1.357195] usbhid: USB HID core driver
[ 1.358757] input: PS/2+USB Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/input/input7
[ 1.358867] hid-generic 0003:04F3:0212.0001: input,hidraw0: USB HID v1.11 Mouse [PS/2+USB Mouse] on usb-0000:00:14.0-3/input0
[ 1.485494] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.487232] ata2.00: ATAPI: MATSHITADVD-RAM UJ8D2Q, 1.10, max UDMA/133
[ 1.488726] ata2.00: configured for UDMA/133
[ 1.490178] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8D2Q 1.10 PQ: 0 ANSI: 5
[ 1.493320] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.493323] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.493486] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.493557] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 1.521462] usb 2-5: new full-speed USB device number 3 using xhci_hcd
[ 1.538740] usb 2-5: New USB device found, idVendor=04ca, idProduct=300b
[ 1.538743] usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.621392] tsc: Refined TSC clocksource calibration: 2294.687 MHz
[ 1.623236] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x454f00)
[ 1.646477] psmouse serio1: elantech: Synaptics capabilities query result 0x79, 0x16, 0x0c.
[ 1.709375] usb 2-8: new high-speed USB device number 4 using xhci_hcd
[ 1.775413] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[ 1.787392] usb 2-8: New USB device found, idVendor=04f2, idProduct=b3d6
[ 1.787394] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.787396] usb 2-8: Product: HD WebCam
[ 1.787398] usb 2-8: Manufacturer: SunplusIT INC.
[ 1.958874] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 2.620863] Switched to clocksource tsc
[ 2.650687] random: init urandom read with 117 bits of entropy available
[ 2.815869] random: nonblocking pool is initialized
[ 3.223281] init: plymouth-upstart-bridge main process (190) terminated with status 1
[ 3.223291] init: plymouth-upstart-bridge main process ended, respawning
[ 3.225178] init: plymouth-upstart-bridge main process (201) terminated with status 1
[ 3.225187] init: plymouth-upstart-bridge main process ended, respawning
[ 3.226707] init: plymouth-upstart-bridge main process (203) terminated with status 1
[ 3.226715] init: plymouth-upstart-bridge main process ended, respawning
[ 3.228450] init: plymouth-upstart-bridge main process (204) terminated with status 1
[ 3.228472] init: plymouth-upstart-bridge main process ended, respawning
[ 3.229999] init: plymouth-upstart-bridge main process (206) terminated with status 1
[ 3.230007] init: plymouth-upstart-bridge main process ended, respawning
[ 3.232108] init: plymouth-upstart-bridge main process (207) terminated with status 1
[ 3.232121] init: plymouth-upstart-bridge main process ended, respawning
[ 3.234009] init: plymouth-upstart-bridge main process (209) terminated with status 1
[ 3.234018] init: plymouth-upstart-bridge main process ended, respawning
[ 3.235938] init: plymouth-upstart-bridge main process (210) terminated with status 1
[ 3.235952] init: plymouth-upstart-bridge main process ended, respawning
[ 3.237478] init: plymouth-upstart-bridge main process (212) terminated with status 1
[ 3.237485] init: plymouth-upstart-bridge main process ended, respawning
[ 3.239584] init: plymouth-upstart-bridge main process (213) terminated with status 1
[ 3.239598] init: plymouth-upstart-bridge main process ended, respawning
[ 3.241468] init: plymouth-upstart-bridge main process (215) terminated with status 1
[ 3.241478] init: plymouth-upstart-bridge respawning too fast, stopped
[ 7.923734] Adding 7999484k swap on /dev/sda1. Priority:-1 extents:1 across:7999484k FS
[ 8.034881] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.063510] systemd-udevd[320]: starting version 204
[ 8.216799] lp: driver loaded but no devices found
[ 8.221744] ppdev: user-space parallel port driver
[ 8.240630] wmi: Mapper loaded
[ 8.246852] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 8.246957] acer_wmi: Function bitmap for Communication Button: 0x801
[ 8.247099] acer_wmi: Brightness must be controlled by acpi video driver
[ 8.272778] acer_wmi: Enabling Launch Manager failed: 0xe2 - 0x0
[ 8.272827] input: Acer WMI hotkeys as /devices/virtual/input/input8
[ 8.277111] input: Acer BMA150 accelerometer as /devices/virtual/input/input9
[ 8.304530] mei_me 0000:00:16.0: irq 61 for MSI/MSI-X
[ 8.331254] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[ 8.331263] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 8.331269] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[ 8.331274] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[ 8.331279] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 8.331281] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[ 8.331284] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[ 8.331288] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \IO_D 3 (20131115/utaddress-251)
[ 8.331293] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 8.331295] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 8.335778] [drm] Initialized drm 1.1.0 20060810
[ 8.335905] cfg80211: Calling CRDA to update world regulatory domain
[ 8.337340] Bluetooth: Core ver 2.17
[ 8.337356] NET: Registered protocol family 31
[ 8.337358] Bluetooth: HCI device and connection manager initialized
[ 8.337365] Bluetooth: HCI socket layer initialized
[ 8.337368] Bluetooth: L2CAP socket layer initialized
[ 8.337372] Bluetooth: SCO socket layer initialized
[ 8.358287] [drm] Memory usable by graphics device = 2048M
[ 8.358310] checking generic (b0000000 408000) vs hw (b0000000 10000000)
[ 8.358312] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[ 8.358330] Console: switching to colour dummy device 80x25
[ 8.359473] usbcore: registered new interface driver btusb
[ 8.380337] ath: phy0: WB335 1-ANT card detected
[ 8.387056] ath: phy0: Enable LNA combining
[ 8.392412] ath: EEPROM regdomain: 0x65
[ 8.392416] ath: EEPROM indicates we should expect a direct regpair map
[ 8.392419] ath: Country alpha2 being used: 00
[ 8.392420] ath: Regpair used: 0x65
[ 8.397619] [drm] radeon kernel modesetting enabled.
[ 8.397873] VGA switcheroo: detected switching method \_SB_.PCI0.GFX0.ATPX handle
[ 8.397939] radeon 0000:03:00.0: enabling device (0000 -> 0003)
[ 8.405622] type=1400 audit(1406631069.129:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=400 comm="apparmor_parser"
[ 8.405629] type=1400 audit(1406631069.129:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=400 comm="apparmor_parser"
[ 8.405634] type=1400 audit(1406631069.129:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=400 comm="apparmor_parser"
[ 8.406377] type=1400 audit(1406631069.129:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=400 comm="apparmor_parser"
[ 8.406384] type=1400 audit(1406631069.129:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=400 comm="apparmor_parser"
[ 8.406684] type=1400 audit(1406631069.129:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=400 comm="apparmor_parser"
[ 8.411471] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 8.411812] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffc90010f00000, irq=19
[ 8.429635] i915 0000:00:02.0: irq 62 for MSI/MSI-X
[ 8.429646] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 8.429648] [drm] Driver supports precise vblank timestamp query.
[ 8.429722] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem: owns=io+mem
[ 8.569495] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
[ 8.586759] fbcon: inteldrmfb (fb0) is primary device
[ 8.612614] Linux video capture interface: v2.00
[ 8.615812] cfg80211: World regulatory domain updated:
[ 8.615813] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.615814] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.615815] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.615815] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 8.615816] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.615817] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 8.618286] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b3d6)
[ 8.626820] input: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input10
[ 8.626893] usbcore: registered new interface driver uvcvideo
[ 8.626894] USB Video Class driver (1.1.1)
[ 9.784956] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 10.156686] Console: switching to colour frame buffer device 170x48
[ 10.159186] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 10.159187] i915 0000:00:02.0: registered panic notifier
[ 10.159660] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[ 10.161496] ACPI: Video Device [PEGP] (multi-head: yes rom: no post: no)
[ 10.161501] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[ 10.161505] ACPI Error: Method parse/execution failed [\_SB_.PCI0.RP05.PEGP.DD02._BCL] (Node ffff88025394f870), AE_NOT_FOUND (20131115/psparse-536)
[ 10.161565] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2e/LNXVIDEO:00/input/input11
[ 10.163170] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 10.163435] acpi device:54: registered as cooling_device5
[ 10.163525] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input12
[ 10.163605] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 10.163725] [drm] initializing kernel modesetting (OLAND 0x1002:0x6600 0x1025:0x0776).
[ 10.163782] [drm] register mmio base: 0xC0500000
[ 10.163784] [drm] register mmio size: 262144
[ 10.163786] vga_switcheroo: enabled
[ 10.163893] ATPX version 1, functions 0x00000033
[ 10.244795] HDA driver get symbol successfully from i915 module
[ 10.252618] snd_hda_intel 0000:00:03.0: irq 63 for MSI/MSI-X
[ 10.264162] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[ 10.264228] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[ 10.264282] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[ 10.352817] snd_hda_intel 0000:00:1b.0: irq 64 for MSI/MSI-X
[ 10.362728] SKU: Nid=0x1d sku_cfg=0x40589b2d
[ 10.362731] SKU: port_connectivity=0x1
[ 10.362732] SKU: enable_pcbeep=0x1
[ 10.362733] SKU: check_sum=0x00000008
[ 10.362734] SKU: customization=0x0000009b
[ 10.362735] SKU: external_amp=0x5
[ 10.362736] SKU: platform_type=0x1
[ 10.362736] SKU: swap=0x0
[ 10.362737] SKU: override=0x1
[ 10.362908] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 10.362910] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 10.362911] hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 10.362912] mono: mono_out=0x0
[ 10.362913] inputs:
[ 10.362915] Mic=0x1b
[ 10.362917] realtek: No valid SSID, checking pincfg 0x40589b2d for NID 0x1d
[ 10.362918] realtek: Enabling init ASM_ID=0x9b2d CODEC_ID=10ec0282
[ 10.367182] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[ 10.941063] ATOM BIOS: Acer/Compal
[ 10.941078] [drm] GPU not posted. posting now...
[ 10.944641] radeon 0000:03:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[ 10.944643] radeon 0000:03:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[ 10.944645] [drm] Detected VRAM RAM=2048M, BAR=256M
[ 10.944646] [drm] RAM width 128bits DDR
[ 10.944697] [TTM] Zone kernel: Available graphics memory: 4027028 kiB
[ 10.944698] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 10.944699] [TTM] Initializing pool allocator
[ 10.944702] [TTM] Initializing DMA pool allocator
[ 10.944715] [drm] radeon: 2048M of VRAM memory ready
[ 10.944716] [drm] radeon: 1024M of GTT memory ready.
[ 10.944728] [drm] Loading OLAND Microcode
[ 11.499915] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[ 11.741745] [drm] radeon/OLAND_mc2.bin: 31452 bytes
[ 11.911477] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 11.912200] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
[ 11.912205] [drm] PCIE gen 2 link speeds already enabled
[ 11.915539] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
[ 11.915664] radeon 0000:03:00.0: WB enabled
[ 11.915677] radeon 0000:03:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff880250bc5c00
[ 11.915678] radeon 0000:03:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff880250bc5c04
[ 11.915679] radeon 0000:03:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff880250bc5c08
[ 11.915681] radeon 0000:03:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff880250bc5c0c
[ 11.915682] radeon 0000:03:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff880250bc5c10
[ 11.917216] radeon 0000:03:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90022435a18
[ 11.917218] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 11.917219] [drm] Driver supports precise vblank timestamp query.
[ 11.917244] radeon 0000:03:00.0: irq 65 for MSI/MSI-X
[ 11.917258] radeon 0000:03:00.0: radeon: using MSI.
[ 11.917289] [drm] radeon: irq initialized.
[ 12.111676] [drm] ring test on 0 succeeded in 1 usecs
[ 12.111682] [drm] ring test on 1 succeeded in 1 usecs
[ 12.111686] [drm] ring test on 2 succeeded in 1 usecs
[ 12.111748] [drm] ring test on 3 succeeded in 2 usecs
[ 12.111757] [drm] ring test on 4 succeeded in 1 usecs
[ 12.297294] [drm] ring test on 5 succeeded in 2 usecs
[ 12.297300] [drm] UVD initialized successfully.
[ 12.299311] [drm] Enabling audio 0 support
[ 12.299312] [drm] Enabling audio 1 support
[ 12.299342] [drm] ib test on ring 0 succeeded in 0 usecs
[ 12.299371] [drm] ib test on ring 1 succeeded in 0 usecs
[ 12.299399] [drm] ib test on ring 2 succeeded in 0 usecs
[ 12.299441] [drm] ib test on ring 3 succeeded in 0 usecs
[ 12.299480] [drm] ib test on ring 4 succeeded in 1 usecs
[ 12.449911] [drm] ib test on ring 5 succeeded
[ 12.450154] [drm] Radeon Display Connectors
[ 12.455558] [drm] Internal thermal controller without fan control
[ 12.455646] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
[ 12.467777] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 12.566705] init: failsafe main process (698) killed by TERM signal
[ 12.776708] init: Failed to spawn ofono main process: unable to execute: No such file or directory
[ 12.930419] type=1400 audit(1406631073.653:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=773 comm="apparmor_parser"
[ 12.930426] type=1400 audit(1406631073.653:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=773 comm="apparmor_parser"
[ 12.930775] type=1400 audit(1406631073.653:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=773 comm="apparmor_parser"
[ 13.032363] Bluetooth: RFCOMM TTY layer initialized
[ 13.032373] Bluetooth: RFCOMM socket layer initialized
[ 13.032378] Bluetooth: RFCOMM ver 1.11
[ 13.231576] init: cups main process (774) killed by HUP signal
[ 13.231591] init: cups main process ended, respawning
[ 13.264192] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.264195] Bluetooth: BNEP filters: protocol multicast
[ 13.264204] Bluetooth: BNEP socket layer initialized
[ 13.987766] [drm] radeon: dpm initialized
[ 13.987879] radeon 0000:03:00.0: No connectors reported connected with modes
[ 13.987882] [drm] Cannot find any crtc or sizes - going 1024x768
[ 13.990381] [drm] fb mappable at 0xA1480000
[ 13.990382] [drm] vram apper at 0xA0000000
[ 13.990383] [drm] size 3145728
[ 13.990384] [drm] fb depth is 24
[ 13.990385] [drm] pitch is 4096
[ 13.990494] radeon 0000:03:00.0: fb1: radeondrmfb frame buffer device
[ 13.990515] [drm] Initialized radeon 2.36.0 20080528 for 0000:03:00.0 on minor 1
[ 13.991798] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[ 13.991801] AMD IOMMUv2 functionality not available on this system
[ 13.994292] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 13.994296] Disabling lock debugging due to kernel taint
[ 13.997327] fglrx: module verification failed: signature and/or required key missing - tainting kernel
[ 14.001750] <6>[fglrx] Maximum main memory to use for locked dma buffers: 7634 MBytes.
[ 14.001886] <6>[fglrx] vendor: 1002 device: 6600 count: 1
[ 14.002097] <6>[fglrx] ioport: bar 4, base 0x3000, size: 0x100
[ 14.002199] <6>[fglrx] Kernel PAT support is enabled
[ 14.002216] <6>[fglrx] module loaded - fglrx 13.35.5 [Mar 12 2014] with 1 minors
[ 15.181866] tg3 0000:01:00.0: irq 66 for MSI/MSI-X
[ 15.181871] tg3 0000:01:00.0: irq 67 for MSI/MSI-X
[ 15.181874] tg3 0000:01:00.0: irq 68 for MSI/MSI-X
[ 15.181877] tg3 0000:01:00.0: irq 69 for MSI/MSI-X
[ 15.181880] tg3 0000:01:00.0: irq 70 for MSI/MSI-X
[ 15.242170] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.242473] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.255383] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 15.258442] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 15.309329] init: samba-ad-dc main process (866) terminated with status 1
[ 15.852239] type=1400 audit(1406631076.577:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=923 comm="apparmor_parser"
[ 15.852246] type=1400 audit(1406631076.577:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=923 comm="apparmor_parser"
[ 15.852249] type=1400 audit(1406631076.577:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=923 comm="apparmor_parser"
[ 15.852598] type=1400 audit(1406631076.577:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=923 comm="apparmor_parser"
[ 15.852601] type=1400 audit(1406631076.577:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=923 comm="apparmor_parser"
[ 15.852780] type=1400 audit(1406631076.577:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=923 comm="apparmor_parser"
[ 15.854026] type=1400 audit(1406631076.581:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=922 comm="apparmor_parser"
[ 15.854034] type=1400 audit(1406631076.581:18): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=922 comm="apparmor_parser"
[ 15.854429] type=1400 audit(1406631076.581:19): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="chromium" pid=922 comm="apparmor_parser"
[ 15.856386] type=1400 audit(1406631076.581:20): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=927 comm="apparmor_parser"
[ 16.941904] wlan0: authenticate with f8:8e:85:88:16:5d
[ 16.964594] wlan0: send auth to f8:8e:85:88:16:5d (try 1/3)
[ 16.966551] wlan0: authenticated
[ 16.968856] wlan0: associate with f8:8e:85:88:16:5d (try 1/3)
[ 16.972856] wlan0: RX AssocResp from f8:8e:85:88:16:5d (capab=0x411 status=0 aid=4)
[ 16.972899] wlan0: associated
[ 16.972906] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 17.009491] wlan0: deauthenticating from f8:8e:85:88:16:5d by local choice (reason=2)
[ 17.017491] cfg80211: Calling CRDA to update world regulatory domain
[ 17.017610] wlan0: authenticate with f8:8e:85:88:16:5d
[ 17.032195] wlan0: send auth to f8:8e:85:88:16:5d (try 1/3)
[ 17.032302] cfg80211: World regulatory domain updated:
[ 17.032305] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 17.032308] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 17.032309] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 17.032311] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 17.032313] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 17.032315] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 17.034654] wlan0: authenticated
[ 17.036814] wlan0: associate with f8:8e:85:88:16:5d (try 1/3)
[ 17.040224] wlan0: RX AssocResp from f8:8e:85:88:16:5d (capab=0x411 status=0 aid=4)
[ 17.040258] wlan0: associated
[ 27.196651] [drm] Disabling audio 0 support
[ 27.196654] [drm] Disabling audio 1 support
[ 42.973100] audit_printk_skb: 123 callbacks suppressed
[ 42.973102] type=1400 audit(1406631101.918:62): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1742 comm="apparmor_parser"
[ 42.973107] type=1400 audit(1406631101.918:63): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1742 comm="apparmor_parser"
[ 42.973415] type=1400 audit(1406631101.918:64): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1742 comm="apparmor_parser"
[ 945.024038] type=1400 audit(1406632004.470:65): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2922 comm="apparmor_parser"
[ 945.024045] type=1400 audit(1406632004.470:66): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2922 comm="apparmor_parser"
[ 945.024489] type=1400 audit(1406632004.474:67): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2922 comm="apparmor_parser"
[ 1488.507510] systemd-hostnamed[3388]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.