Bumblebee-Project / Bumblebee

Bumblebee daemon and client rewritten in C
http://www.bumblebee-project.org/
GNU General Public License v3.0
1.29k stars 144 forks source link

NVIDIA Corporation GF108M - HP Pavillion DV4 - Nothing works? #761

Open LordAmit opened 8 years ago

LordAmit commented 8 years ago

Edit: Solution Found - Tweak edition We worked out a solution. In case tl;dr, please check this link: https://github.com/Bumblebee-Project/Bumblebee/issues/761#issuecomment-219561042


Hi,

This is a few years old Optimus enabled graphics card. I was able to use it using bumblebee a few years ago as well, but in later versions of Ubuntu I have never been able to. I have tried setting it up using information from askubuntu, from ubuntu, from the various issues here, from different blogs. Nothing worked. Every single time I tried setting the latest nvidia driver (last attempt - last night 361) and rebooted, the login screen started flickering, pressing Alt + Ctrl + F1 to access terminal didn't work, and I had to get in Ubuntu advanced recovery mode to purge everything and back to square one. Before that, I tried editing bumblebee.conf and xorg.conf.nvidia. I tried making the bumblebee daemon work, but it kept failing at nvidia_uvm, or nvidia, or something else. I am really sorry if all these sound a bit incoherent.

Therefore, please guide me what I need to do. Here is my config:

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
uname -a 
Linux amit-laptop 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

I am using Ubuntu Gnome 16.04 LTS - with GDM3 Display Manager.

Laptop Details: http://www.ubuntu.com/certification/hardware/201209-11722/

Please, let me know if you need any other information. I will provide any information required to solve this.

Thank you in advance.

LordAmit commented 8 years ago
cat /etc/bumblebee/bumblebee.conf 
# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
# Xorg binary to run
XorgBinary=/usr/lib/xorg/Xorg

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false

# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-current
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
LordAmit commented 8 years ago
 sudo journalctl -b -k 
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 03:03:58 BDT. --
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys cpuset
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys cpu
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys cpuacct
May 17 02:54:03 amit-laptop kernel: Linux version 4.4.0-22-generic (buildd@lgw01-41) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) ) #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 (Ubuntu 4.4.0-22.40-generic 4.4.8)
May 17 02:54:03 amit-laptop kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=dbba5fab-0b76-42be-bfb4-7f90ca88d14a ro quiet splash
May 17 02:54:03 amit-laptop kernel: KERNEL supported cpus:
May 17 02:54:03 amit-laptop kernel:   Intel GenuineIntel
May 17 02:54:03 amit-laptop kernel:   AMD AuthenticAMD
May 17 02:54:03 amit-laptop kernel:   Centaur CentaurHauls
May 17 02:54:03 amit-laptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 17 02:54:03 amit-laptop kernel: x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
May 17 02:54:03 amit-laptop kernel: x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
May 17 02:54:03 amit-laptop kernel: x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
May 17 02:54:03 amit-laptop kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
May 17 02:54:03 amit-laptop kernel: x86/fpu: Using 'eager' FPU context switches.
May 17 02:54:03 amit-laptop kernel: e820: BIOS-provided physical RAM map:
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000040005000-0x000000009a26efff] usable
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009a26f000-0x000000009aebefff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
May 17 02:54:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
May 17 02:54:03 amit-laptop kernel: NX (Execute Disable) protection: active
May 17 02:54:03 amit-laptop kernel: SMBIOS 2.7 present.
May 17 02:54:03 amit-laptop kernel: DMI: Hewlett-Packard HP Pavilion dv4-5110tx Notebook /1837, BIOS F.39 06/04/2014
May 17 02:54:03 amit-laptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 17 02:54:03 amit-laptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 17 02:54:03 amit-laptop kernel: e820: last_pfn = 0x25f600 max_arch_pfn = 0x400000000
May 17 02:54:03 amit-laptop kernel: MTRR default type: uncachable
May 17 02:54:03 amit-laptop kernel: MTRR fixed ranges enabled:
May 17 02:54:03 amit-laptop kernel:   00000-9FFFF write-back
May 17 02:54:03 amit-laptop kernel:   A0000-BFFFF uncachable
May 17 02:54:03 amit-laptop kernel:   C0000-E7FFF write-protect
May 17 02:54:03 amit-laptop kernel:   E8000-EFFFF write-combining
May 17 02:54:03 amit-laptop kernel:   F0000-FFFFF write-protect
May 17 02:54:03 amit-laptop kernel: MTRR variable ranges enabled:
May 17 02:54:03 amit-laptop kernel:   0 base 000000000 mask F80000000 write-back
May 17 02:54:03 amit-laptop kernel:   1 base 080000000 mask FE0000000 write-back
May 17 02:54:03 amit-laptop kernel:   2 base 09B000000 mask FFF000000 uncachable
May 17 02:54:03 amit-laptop kernel:   3 base 09C000000 mask FFC000000 uncachable
May 17 02:54:03 amit-laptop kernel:   4 base 0FFC00000 mask FFFC00000 write-protect
May 17 02:54:03 amit-laptop kernel:   5 base 100000000 mask F00000000 write-back
May 17 02:54:03 amit-laptop kernel:   6 base 200000000 mask F80000000 write-back
May 17 02:54:03 amit-laptop kernel:   7 base 25F600000 mask FFFE00000 uncachable
May 17 02:54:03 amit-laptop kernel:   8 base 25F800000 mask FFF800000 uncachable
May 17 02:54:03 amit-laptop kernel:   9 base 260000000 mask FE0000000 uncachable
May 17 02:54:03 amit-laptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
May 17 02:54:03 amit-laptop kernel: e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
May 17 02:54:03 amit-laptop kernel: found SMP MP-table at [mem 0x000fe200-0x000fe20f] mapped at [ffff8800000fe200]
May 17 02:54:03 amit-laptop kernel: Scanning 1 areas for low memory corruption
May 17 02:54:03 amit-laptop kernel: Base memory trampoline at [ffff88000008b000] 8b000 size 24576
May 17 02:54:03 amit-laptop kernel: BRK [0x021ff000, 0x021fffff] PGTABLE
May 17 02:54:03 amit-laptop kernel: BRK [0x02200000, 0x02200fff] PGTABLE
May 17 02:54:03 amit-laptop kernel: BRK [0x02201000, 0x02201fff] PGTABLE
May 17 02:54:03 amit-laptop kernel: BRK [0x02202000, 0x02202fff] PGTABLE
May 17 02:54:03 amit-laptop kernel: BRK [0x02203000, 0x02203fff] PGTABLE
May 17 02:54:03 amit-laptop kernel: BRK [0x02204000, 0x02204fff] PGTABLE
May 17 02:54:03 amit-laptop kernel: RAMDISK: [mem 0x33c6a000-0x35e2cfff]
May 17 02:54:03 amit-laptop kernel: ACPI: Early table checksum verification disabled
May 17 02:54:03 amit-laptop kernel: ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
May 17 02:54:03 amit-laptop kernel: ACPI: XSDT 0x000000009AFFE210 00009C (v01 HPQOEM SLIC-MPC 00000001 HP   01000013)
May 17 02:54:03 amit-laptop kernel: ACPI: FACP 0x000000009AFFC000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: DSDT 0x000000009AFE8000 0104E8 (v01 HPQOEM HP       00000000 ACPI 00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: FACS 0x000000009AFA7000 000040
May 17 02:54:03 amit-laptop kernel: ACPI: UEFI 0x000000009AFFD000 000236 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: HPET 0x000000009AFFB000 000038 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: APIC 0x000000009AFFA000 00008C (v03 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: MCFG 0x000000009AFF9000 00003C (v01 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: SLIC 0x000000009AFE7000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: WDAT 0x000000009AFE6000 000224 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFE4000 001068 (v01 HPQOEM HP       00001000 ACPI 00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: BOOT 0x000000009AFE2000 000028 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: ASPT 0x000000009AFE0000 000034 (v07 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: DBGP 0x000000009AFDF000 000034 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: FPDT 0x000000009AFDD000 000044 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFDB000 000968 (v01 HPQOEM HP       00003000 ACPI 00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFDA000 000B22 (v01 HPQOEM HP       00003000 ACPI 00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFD5000 00314D (v01 HPQOEM HP       00001000 ACPI 00040000)
May 17 02:54:03 amit-laptop kernel: ACPI: Local APIC address 0xfee00000
May 17 02:54:03 amit-laptop kernel: No NUMA configuration found
May 17 02:54:03 amit-laptop kernel: Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
May 17 02:54:03 amit-laptop kernel: NODE_DATA(0) allocated [mem 0x25f5f3000-0x25f5f7fff]
May 17 02:54:03 amit-laptop kernel: Zone ranges:
May 17 02:54:03 amit-laptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 17 02:54:03 amit-laptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 17 02:54:03 amit-laptop kernel:   Normal   [mem 0x0000000100000000-0x000000025f5fffff]
May 17 02:54:03 amit-laptop kernel:   Device   empty
May 17 02:54:03 amit-laptop kernel: Movable zone start for each node
May 17 02:54:03 amit-laptop kernel: Early memory node ranges
May 17 02:54:03 amit-laptop kernel:   node   0: [mem 0x0000000000001000-0x0000000000090fff]
May 17 02:54:03 amit-laptop kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
May 17 02:54:03 amit-laptop kernel:   node   0: [mem 0x0000000020200000-0x0000000040003fff]
May 17 02:54:03 amit-laptop kernel:   node   0: [mem 0x0000000040005000-0x000000009a26efff]
May 17 02:54:03 amit-laptop kernel:   node   0: [mem 0x000000009afff000-0x000000009affffff]
May 17 02:54:03 amit-laptop kernel:   node   0: [mem 0x0000000100000000-0x000000025f5fffff]
May 17 02:54:03 amit-laptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000025f5fffff]
May 17 02:54:03 amit-laptop kernel: On node 0 totalpages: 2070015
May 17 02:54:03 amit-laptop kernel:   DMA zone: 64 pages used for memmap
May 17 02:54:03 amit-laptop kernel:   DMA zone: 21 pages reserved
May 17 02:54:03 amit-laptop kernel:   DMA zone: 3984 pages, LIFO batch:0
May 17 02:54:03 amit-laptop kernel:   DMA32 zone: 9794 pages used for memmap
May 17 02:54:03 amit-laptop kernel:   DMA32 zone: 626799 pages, LIFO batch:31
May 17 02:54:03 amit-laptop kernel:   Normal zone: 22488 pages used for memmap
May 17 02:54:03 amit-laptop kernel:   Normal zone: 1439232 pages, LIFO batch:31
May 17 02:54:03 amit-laptop kernel: Reserving Intel graphics stolen memory at 0x9ba00000-0x9f9fffff
May 17 02:54:03 amit-laptop kernel: ACPI: PM-Timer IO Port: 0x408
May 17 02:54:03 amit-laptop kernel: ACPI: Local APIC address 0xfee00000
May 17 02:54:03 amit-laptop kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
May 17 02:54:03 amit-laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 17 02:54:03 amit-laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 17 02:54:03 amit-laptop kernel: ACPI: IRQ0 used by override.
May 17 02:54:03 amit-laptop kernel: ACPI: IRQ9 used by override.
May 17 02:54:03 amit-laptop kernel: Using ACPI (MADT) for SMP configuration information
May 17 02:54:03 amit-laptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 17 02:54:03 amit-laptop kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x00091000-0x00091fff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x00092000-0x0009ffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9a26f000-0x9aebefff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
May 17 02:54:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
May 17 02:54:03 amit-laptop kernel: e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
May 17 02:54:03 amit-laptop kernel: Booting paravirtualized kernel on bare hardware
May 17 02:54:03 amit-laptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
May 17 02:54:03 amit-laptop kernel: setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
May 17 02:54:03 amit-laptop kernel: PERCPU: Embedded 33 pages/cpu @ffff88025f200000 s98008 r8192 d28968 u262144
May 17 02:54:03 amit-laptop kernel: pcpu-alloc: s98008 r8192 d28968 u262144 alloc=1*2097152
May 17 02:54:03 amit-laptop kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
May 17 02:54:03 amit-laptop kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2037648
May 17 02:54:03 amit-laptop kernel: Policy zone: Normal
May 17 02:54:03 amit-laptop kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=dbba5fab-0b76-42be-bfb4-7f90ca88d14a ro quiet splash
May 17 02:54:03 amit-laptop kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
May 17 02:54:03 amit-laptop kernel: Calgary: detecting Calgary via BIOS EBDA area
May 17 02:54:03 amit-laptop kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 17 02:54:03 amit-laptop kernel: Memory: 8028468K/8280060K available (8359K kernel code, 1278K rwdata, 3920K rodata, 1480K init, 1292K bss, 251592K reserved, 0K cma-reserved)
May 17 02:54:03 amit-laptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
May 17 02:54:03 amit-laptop kernel: Hierarchical RCU implementation.
May 17 02:54:03 amit-laptop kernel:         Build-time adjustment of leaf fanout to 64.
May 17 02:54:03 amit-laptop kernel:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
May 17 02:54:03 amit-laptop kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
May 17 02:54:03 amit-laptop kernel: NR_IRQS:16640 nr_irqs:488 16
May 17 02:54:03 amit-laptop kernel: Console: colour dummy device 80x25
May 17 02:54:03 amit-laptop kernel: console [tty0] enabled
May 17 02:54:03 amit-laptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
May 17 02:54:03 amit-laptop kernel: hpet clockevent registered
May 17 02:54:03 amit-laptop kernel: tsc: Fast TSC calibration using PIT
May 17 02:54:03 amit-laptop kernel: tsc: Detected 2494.352 MHz processor
May 17 02:54:03 amit-laptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.70 BogoMIPS (lpj=9977408)
May 17 02:54:03 amit-laptop kernel: pid_max: default: 32768 minimum: 301
May 17 02:54:03 amit-laptop kernel: ACPI: Core revision 20150930
May 17 02:54:03 amit-laptop kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
May 17 02:54:03 amit-laptop kernel: Security Framework initialized
May 17 02:54:03 amit-laptop kernel: Yama: becoming mindful.
May 17 02:54:03 amit-laptop kernel: AppArmor: AppArmor initialized
May 17 02:54:03 amit-laptop kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 17 02:54:03 amit-laptop kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 17 02:54:03 amit-laptop kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 17 02:54:03 amit-laptop kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys io
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys memory
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys devices
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys freezer
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys net_cls
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys perf_event
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys net_prio
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys hugetlb
May 17 02:54:03 amit-laptop kernel: Initializing cgroup subsys pids
May 17 02:54:03 amit-laptop kernel: CPU: Physical Processor ID: 0
May 17 02:54:03 amit-laptop kernel: CPU: Processor Core ID: 0
May 17 02:54:03 amit-laptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
May 17 02:54:03 amit-laptop kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
May 17 02:54:03 amit-laptop kernel: mce: CPU supports 7 MCE banks
May 17 02:54:03 amit-laptop kernel: CPU0: Thermal monitoring enabled (TM1)
May 17 02:54:03 amit-laptop kernel: process: using mwait in idle threads
May 17 02:54:03 amit-laptop kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
May 17 02:54:03 amit-laptop kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
May 17 02:54:03 amit-laptop kernel: Freeing SMP alternatives memory: 28K (ffffffff820b3000 - ffffffff820ba000)
May 17 02:54:03 amit-laptop kernel: ftrace: allocating 31906 entries in 125 pages
May 17 02:54:03 amit-laptop kernel: smpboot: Max logical packages: 4
May 17 02:54:03 amit-laptop kernel: smpboot: APIC(0) Converting physical 0 to logical package 0
May 17 02:54:03 amit-laptop kernel: x2apic: IRQ remapping doesn't support X2APIC mode
May 17 02:54:03 amit-laptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 17 02:54:03 amit-laptop kernel: TSC deadline timer enabled
May 17 02:54:03 amit-laptop kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (family: 0x6, model: 0x3a, stepping: 0x9)
May 17 02:54:03 amit-laptop kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
May 17 02:54:03 amit-laptop kernel: ... version:                3
May 17 02:54:03 amit-laptop kernel: ... bit width:              48
May 17 02:54:03 amit-laptop kernel: ... generic registers:      4
May 17 02:54:03 amit-laptop kernel: ... value mask:             0000ffffffffffff
May 17 02:54:03 amit-laptop kernel: ... max period:             0000ffffffffffff
May 17 02:54:03 amit-laptop kernel: ... fixed-purpose events:   3
May 17 02:54:03 amit-laptop kernel: ... event mask:             000000070000000f
May 17 02:54:03 amit-laptop kernel: x86: Booting SMP configuration:
May 17 02:54:03 amit-laptop kernel: .... node  #0, CPUs:      #1
May 17 02:54:03 amit-laptop kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
May 17 02:54:03 amit-laptop kernel:  #2 #3
May 17 02:54:03 amit-laptop kernel: x86: Booted up 1 node, 4 CPUs
May 17 02:54:03 amit-laptop kernel: smpboot: Total of 4 processors activated (19954.81 BogoMIPS)
May 17 02:54:03 amit-laptop kernel: devtmpfs: initialized
May 17 02:54:03 amit-laptop kernel: evm: security.selinux
May 17 02:54:03 amit-laptop kernel: evm: security.SMACK64
May 17 02:54:03 amit-laptop kernel: evm: security.SMACK64EXEC
May 17 02:54:03 amit-laptop kernel: evm: security.SMACK64TRANSMUTE
May 17 02:54:03 amit-laptop kernel: evm: security.SMACK64MMAP
May 17 02:54:03 amit-laptop kernel: evm: security.ima
May 17 02:54:03 amit-laptop kernel: evm: security.capability
May 17 02:54:03 amit-laptop kernel: PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
May 17 02:54:03 amit-laptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
May 17 02:54:03 amit-laptop kernel: pinctrl core: initialized pinctrl subsystem
May 17 02:54:03 amit-laptop kernel: RTC time: 20:53:53, date: 05/16/16
May 17 02:54:03 amit-laptop kernel: NET: Registered protocol family 16
May 17 02:54:03 amit-laptop kernel: cpuidle: using governor ladder
May 17 02:54:03 amit-laptop kernel: cpuidle: using governor menu
May 17 02:54:03 amit-laptop kernel: PCCT header not found.
May 17 02:54:03 amit-laptop kernel: Simple Boot Flag at 0x44 set to 0x1
May 17 02:54:03 amit-laptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 17 02:54:03 amit-laptop kernel: ACPI: bus type PCI registered
May 17 02:54:03 amit-laptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 17 02:54:03 amit-laptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 17 02:54:03 amit-laptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
May 17 02:54:03 amit-laptop kernel: PCI: Using configuration type 1 for base access
May 17 02:54:03 amit-laptop kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
May 17 02:54:03 amit-laptop kernel: ACPI: Added _OSI(Module Device)
May 17 02:54:03 amit-laptop kernel: ACPI: Added _OSI(Processor Device)
May 17 02:54:03 amit-laptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 17 02:54:03 amit-laptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 17 02:54:03 amit-laptop kernel: ACPI: Executed 1 blocks of module-level executable AML code
May 17 02:54:03 amit-laptop kernel: ACPI: Dynamic OEM Table Load:
May 17 02:54:03 amit-laptop kernel: ACPI: SSDT 0xFFFF8802554DE000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20111123)
May 17 02:54:03 amit-laptop kernel: ACPI: Dynamic OEM Table Load:
May 17 02:54:03 amit-laptop kernel: ACPI: SSDT 0xFFFF8802555AB000 000303 (v01 PmRef  ApIst    00003000 INTL 20111123)
May 17 02:54:03 amit-laptop kernel: ACPI: Dynamic OEM Table Load:
May 17 02:54:03 amit-laptop kernel: ACPI: SSDT 0xFFFF880255624200 000119 (v01 PmRef  ApCst    00003000 INTL 20111123)
May 17 02:54:03 amit-laptop kernel: ACPI : EC: EC started
May 17 02:54:03 amit-laptop kernel: ACPI: Interpreter enabled
May 17 02:54:03 amit-laptop kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
May 17 02:54:03 amit-laptop kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
May 17 02:54:03 amit-laptop kernel: ACPI: (supports S0 S3 S4 S5)
May 17 02:54:03 amit-laptop kernel: ACPI: Using IOAPIC for interrupt routing
May 17 02:54:03 amit-laptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 17 02:54:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC0.ACCR] (Node ffff8802568b4ed8), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 02:54:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.ACEL._STA] (Node ffff8802568b9140), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 02:54:03 amit-laptop kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
May 17 02:54:03 amit-laptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 17 02:54:03 amit-laptop kernel: \_SB_.PCI0:_OSC invalid UUID
May 17 02:54:03 amit-laptop kernel: _OSC request data:1 1f 0 
May 17 02:54:03 amit-laptop kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
May 17 02:54:03 amit-laptop kernel: PCI host bridge to bus 0000:00
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd2000000-0xd23fffff 64bit]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
May 17 02:54:03 amit-laptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd2600000-0xd260ffff 64bit]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd2614000-0xd261400f 64bit]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd2619000-0xd26193ff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd2610000-0xd2613fff 64bit]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd2618000-0xd26183ff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x14: [io  0x3094-0x3097]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x3090-0x3093]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd2617000-0xd26177ff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.2: PME# supported from D3hot
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd2615000-0xd26150ff 64bit]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1f.3: reg 0x20: [io  0x3040-0x305f]
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: [10de:0de9] type 00 class 0x030000
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
May 17 02:54:03 amit-laptop kernel: pci 0000:08:00.0: [8086:0887] type 00 class 0x028000
May 17 02:54:03 amit-laptop kernel: pci 0000:08:00.0: reg 0x10: [mem 0xd2500000-0xd2501fff 64bit]
May 17 02:54:03 amit-laptop kernel: pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
May 17 02:54:03 amit-laptop kernel: pci 0000:08:00.0: System wakeup disabled by ACPI
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2500000-0xd25fffff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: PCI bridge to [bus 09]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [mem 0xd2400000-0xd24fffff]
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
May 17 02:54:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 17 02:54:03 amit-laptop kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
May 17 02:54:03 amit-laptop kernel: ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
May 17 02:54:03 amit-laptop kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
May 17 02:54:03 amit-laptop kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
May 17 02:54:03 amit-laptop kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
May 17 02:54:03 amit-laptop kernel: vgaarb: loaded
May 17 02:54:03 amit-laptop kernel: vgaarb: bridge control possible 0000:01:00.0
May 17 02:54:03 amit-laptop kernel: vgaarb: no bridge control possible 0000:00:02.0
May 17 02:54:03 amit-laptop kernel: SCSI subsystem initialized
May 17 02:54:03 amit-laptop kernel: libata version 3.00 loaded.
May 17 02:54:03 amit-laptop kernel: ACPI: bus type USB registered
May 17 02:54:03 amit-laptop kernel: usbcore: registered new interface driver usbfs
May 17 02:54:03 amit-laptop kernel: usbcore: registered new interface driver hub
May 17 02:54:03 amit-laptop kernel: usbcore: registered new device driver usb
May 17 02:54:03 amit-laptop kernel: PCI: Using ACPI for IRQ routing
May 17 02:54:03 amit-laptop kernel: PCI: pci_cache_line_size set to 64 bytes
May 17 02:54:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
May 17 02:54:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
May 17 02:54:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x9a26f000-0x9bffffff]
May 17 02:54:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
May 17 02:54:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
May 17 02:54:03 amit-laptop kernel: NetLabel: Initializing
May 17 02:54:03 amit-laptop kernel: NetLabel:  domain hash size = 128
May 17 02:54:03 amit-laptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4
May 17 02:54:03 amit-laptop kernel: NetLabel:  unlabeled traffic allowed by default
May 17 02:54:03 amit-laptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 17 02:54:03 amit-laptop kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
May 17 02:54:03 amit-laptop kernel: clocksource: Switched to clocksource hpet
May 17 02:54:03 amit-laptop kernel: AppArmor: AppArmor Filesystem Enabled
May 17 02:54:03 amit-laptop kernel: pnp: PnP ACPI init
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0x0680-0x069f] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0x1100-0x110f] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0xffff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0xffff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0x0400-0x0453] could not be reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0x0458-0x047f] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0x0500-0x057f] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: [io  0x164e-0x164f] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 17 02:54:03 amit-laptop kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
May 17 02:54:03 amit-laptop kernel: system 00:02: [io  0x0454-0x0457] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 17 02:54:03 amit-laptop kernel: pnp 00:03: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
May 17 02:54:03 amit-laptop kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN1e62 SYN1e00 SYN0002 PNP0f13 (active)
May 17 02:54:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC0.ACCR] (Node ffff8802568b4ed8), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 02:54:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.ACEL._STA] (Node ffff8802568b9140), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 02:54:03 amit-laptop kernel: ACPI Error: Method execution failed [\_SB.PCI0.ACEL._STA] (Node ffff8802568b9140), AE_AML_INFINITE_LOOP (20150930/uteval-103)
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: [mem 0x9fa00000-0x9fa00fff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
May 17 02:54:03 amit-laptop kernel: system 00:06: [mem 0x20000000-0x201fffff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:06: [mem 0x40004000-0x40004fff] has been reserved
May 17 02:54:03 amit-laptop kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
May 17 02:54:03 amit-laptop kernel: pnp: PnP ACPI: found 7 devices
May 17 02:54:03 amit-laptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: BAR 15: assigned [mem 0x9fb00000-0x9fcfffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: BAR 13: assigned [io  0x4000-0x4fff]
May 17 02:54:03 amit-laptop kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xd1000000-0xd107ffff pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2500000-0xd25fffff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2: PCI bridge to [bus 09]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [mem 0xd2400000-0xd24fffff]
May 17 02:54:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [mem 0x9fb00000-0x9fcfffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff window]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd1ffffff]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:08: resource 1 [mem 0xd2500000-0xd25fffff]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:09: resource 1 [mem 0xd2400000-0xd24fffff]
May 17 02:54:03 amit-laptop kernel: pci_bus 0000:09: resource 2 [mem 0x9fb00000-0x9fcfffff 64bit pref]
May 17 02:54:03 amit-laptop kernel: NET: Registered protocol family 2
May 17 02:54:03 amit-laptop kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
May 17 02:54:03 amit-laptop kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 17 02:54:03 amit-laptop kernel: TCP: Hash tables configured (established 65536 bind 65536)
May 17 02:54:03 amit-laptop kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
May 17 02:54:03 amit-laptop kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
May 17 02:54:03 amit-laptop kernel: NET: Registered protocol family 1
May 17 02:54:03 amit-laptop kernel: pci 0000:00:02.0: Video device with shadowed ROM
May 17 02:54:03 amit-laptop kernel: PCI: CLS 64 bytes, default 64
May 17 02:54:03 amit-laptop kernel: Trying to unpack rootfs image as initramfs...
May 17 02:54:03 amit-laptop kernel: Freeing initrd memory: 34572K (ffff880033c6a000 - ffff880035e2d000)
May 17 02:54:03 amit-laptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 17 02:54:03 amit-laptop kernel: software IO TLB [mem 0x9626f000-0x9a26f000] (64MB) mapped at [ffff88009626f000-ffff88009a26efff]
May 17 02:54:03 amit-laptop kernel: RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
May 17 02:54:03 amit-laptop kernel: hw unit of domain pp0-core 2^-16 Joules
May 17 02:54:03 amit-laptop kernel: hw unit of domain package 2^-16 Joules
May 17 02:54:03 amit-laptop kernel: hw unit of domain pp1-gpu 2^-16 Joules
May 17 02:54:03 amit-laptop kernel: Scanning for low memory corruption every 60 seconds
May 17 02:54:03 amit-laptop kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
May 17 02:54:03 amit-laptop kernel: audit: initializing netlink subsys (disabled)
May 17 02:54:03 amit-laptop kernel: audit: type=2000 audit(1463432035.428:1): initialized
May 17 02:54:03 amit-laptop kernel: Initialise system trusted keyring
May 17 02:54:03 amit-laptop kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
May 17 02:54:03 amit-laptop kernel: zbud: loaded
May 17 02:54:03 amit-laptop kernel: VFS: Disk quotas dquot_6.6.0
May 17 02:54:03 amit-laptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 17 02:54:03 amit-laptop kernel: fuse init (API version 7.23)
May 17 02:54:03 amit-laptop kernel: Key type big_key registered
May 17 02:54:03 amit-laptop kernel: Allocating IMA MOK and blacklist keyrings.
May 17 02:54:03 amit-laptop kernel: Key type asymmetric registered
May 17 02:54:03 amit-laptop kernel: Asymmetric key parser 'x509' registered
May 17 02:54:03 amit-laptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
May 17 02:54:03 amit-laptop kernel: io scheduler noop registered
May 17 02:54:03 amit-laptop kernel: io scheduler deadline registered (default)
May 17 02:54:03 amit-laptop kernel: io scheduler cfq registered
May 17 02:54:03 amit-laptop kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
May 17 02:54:03 amit-laptop kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
May 17 02:54:03 amit-laptop kernel: intel_idle: MWAIT substates: 0x21120
May 17 02:54:03 amit-laptop kernel: intel_idle: v0.4.1 model 0x3A
May 17 02:54:03 amit-laptop kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
May 17 02:54:03 amit-laptop kernel: ACPI: AC Adapter [AC0] (on-line)
May 17 02:54:03 amit-laptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0D:00/input/input0
May 17 02:54:03 amit-laptop kernel: ACPI: Lid Switch [LID0]
May 17 02:54:03 amit-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 17 02:54:03 amit-laptop kernel: ACPI: Power Button [PWRB]
May 17 02:54:03 amit-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 17 02:54:03 amit-laptop kernel: ACPI: Power Button [PWRF]
May 17 02:54:03 amit-laptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 17 02:54:03 amit-laptop kernel: ACPI: Thermal Zone [PGTZ] (76 C)
May 17 02:54:03 amit-laptop kernel: thermal LNXTHERM:01: registered as thermal_zone1
May 17 02:54:03 amit-laptop kernel: ACPI: Thermal Zone [PGT2] (76 C)
May 17 02:54:03 amit-laptop kernel: GHES: HEST is not enabled!
May 17 02:54:03 amit-laptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 17 02:54:03 amit-laptop kernel: Linux agpgart interface v0.103
May 17 02:54:03 amit-laptop kernel: brd: module loaded
May 17 02:54:03 amit-laptop kernel: loop: module loaded
May 17 02:54:03 amit-laptop kernel: libphy: Fixed MDIO Bus: probed
May 17 02:54:03 amit-laptop kernel: tun: Universal TUN/TAP device driver, 1.6
May 17 02:54:03 amit-laptop kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
May 17 02:54:03 amit-laptop kernel: PPP generic driver version 2.4.2
May 17 02:54:03 amit-laptop kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 17 02:54:03 amit-laptop kernel: ehci-pci: EHCI PCI platform driver
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: debug port 2
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2619000
May 17 02:54:03 amit-laptop kernel: ACPI: Battery Slot [BAT0] (battery present)
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
May 17 02:54:03 amit-laptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
May 17 02:54:03 amit-laptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 02:54:03 amit-laptop kernel: usb usb1: Product: EHCI Host Controller
May 17 02:54:03 amit-laptop kernel: usb usb1: Manufacturer: Linux 4.4.0-22-generic ehci_hcd
May 17 02:54:03 amit-laptop kernel: usb usb1: SerialNumber: 0000:00:1a.0
May 17 02:54:03 amit-laptop kernel: hub 1-0:1.0: USB hub found
May 17 02:54:03 amit-laptop kernel: hub 1-0:1.0: 2 ports detected
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: debug port 2
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: irq 19, io mem 0xd2618000
May 17 02:54:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
May 17 02:54:03 amit-laptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
May 17 02:54:03 amit-laptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 02:54:03 amit-laptop kernel: usb usb2: Product: EHCI Host Controller
May 17 02:54:03 amit-laptop kernel: usb usb2: Manufacturer: Linux 4.4.0-22-generic ehci_hcd
May 17 02:54:03 amit-laptop kernel: usb usb2: SerialNumber: 0000:00:1d.0
May 17 02:54:03 amit-laptop kernel: hub 2-0:1.0: USB hub found
May 17 02:54:03 amit-laptop kernel: hub 2-0:1.0: 2 ports detected
May 17 02:54:03 amit-laptop kernel: ehci-platform: EHCI generic platform driver
May 17 02:54:03 amit-laptop kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 17 02:54:03 amit-laptop kernel: ohci-pci: OHCI PCI platform driver
May 17 02:54:03 amit-laptop kernel: ohci-platform: OHCI generic platform driver
May 17 02:54:03 amit-laptop kernel: uhci_hcd: USB Universal Host Controller Interface driver
May 17 02:54:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 17 02:54:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
May 17 02:54:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
May 17 02:54:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 17 02:54:03 amit-laptop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
May 17 02:54:03 amit-laptop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 02:54:03 amit-laptop kernel: usb usb3: Product: xHCI Host Controller
May 17 02:54:03 amit-laptop kernel: usb usb3: Manufacturer: Linux 4.4.0-22-generic xhci-hcd
May 17 02:54:03 amit-laptop kernel: usb usb3: SerialNumber: 0000:00:14.0
May 17 02:54:03 amit-laptop kernel: hub 3-0:1.0: USB hub found
May 17 02:54:03 amit-laptop kernel: hub 3-0:1.0: 4 ports detected
May 17 02:54:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 17 02:54:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
May 17 02:54:03 amit-laptop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
May 17 02:54:03 amit-laptop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 02:54:03 amit-laptop kernel: usb usb4: Product: xHCI Host Controller
May 17 02:54:03 amit-laptop kernel: usb usb4: Manufacturer: Linux 4.4.0-22-generic xhci-hcd
May 17 02:54:03 amit-laptop kernel: usb usb4: SerialNumber: 0000:00:14.0
May 17 02:54:03 amit-laptop kernel: hub 4-0:1.0: USB hub found
May 17 02:54:03 amit-laptop kernel: hub 4-0:1.0: 4 ports detected
May 17 02:54:03 amit-laptop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
May 17 02:54:03 amit-laptop kernel: i8042: Detected active multiplexing controller, rev 1.1
May 17 02:54:03 amit-laptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 17 02:54:03 amit-laptop kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
May 17 02:54:03 amit-laptop kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
May 17 02:54:03 amit-laptop kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
May 17 02:54:03 amit-laptop kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
May 17 02:54:03 amit-laptop kernel: mousedev: PS/2 mouse device common for all mice
May 17 02:54:03 amit-laptop kernel: rtc_cmos 00:01: RTC can wake from S4
May 17 02:54:03 amit-laptop kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
May 17 02:54:03 amit-laptop kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
May 17 02:54:03 amit-laptop kernel: i2c /dev entries driver
May 17 02:54:03 amit-laptop kernel: device-mapper: uevent: version 1.0.3
May 17 02:54:03 amit-laptop kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
May 17 02:54:03 amit-laptop kernel: Intel P-state driver initializing.
May 17 02:54:03 amit-laptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 17 02:54:03 amit-laptop kernel: NET: Registered protocol family 10
May 17 02:54:03 amit-laptop kernel: NET: Registered protocol family 17
May 17 02:54:03 amit-laptop kernel: Key type dns_resolver registered
May 17 02:54:03 amit-laptop kernel: microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
May 17 02:54:03 amit-laptop kernel: microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
May 17 02:54:03 amit-laptop kernel: microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
May 17 02:54:03 amit-laptop kernel: microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
May 17 02:54:03 amit-laptop kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
May 17 02:54:03 amit-laptop kernel: registered taskstats version 1
May 17 02:54:03 amit-laptop kernel: Loading compiled-in X.509 certificates
May 17 02:54:03 amit-laptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 10281ca0c0463cd0680138fff55319c9bd7d63b8'
May 17 02:54:03 amit-laptop kernel: zswap: loaded using pool lzo/zbud
May 17 02:54:03 amit-laptop kernel: Key type trusted registered
May 17 02:54:03 amit-laptop kernel: Key type encrypted registered
May 17 02:54:03 amit-laptop kernel: AppArmor: AppArmor sha1 policy hashing enabled
May 17 02:54:03 amit-laptop kernel: ima: No TPM chip found, activating TPM-bypass!
May 17 02:54:03 amit-laptop kernel: evm: HMAC attrs: 0x1
May 17 02:54:03 amit-laptop kernel:   Magic number: 0:657:902
May 17 02:54:03 amit-laptop kernel: rtc_cmos 00:01: setting system clock to 2016-05-16 20:53:56 UTC (1463432036)
May 17 02:54:03 amit-laptop kernel: BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
May 17 02:54:03 amit-laptop kernel: EDD information not available.
May 17 02:54:03 amit-laptop kernel: PM: Hibernation image not present or could not be loaded.
May 17 02:54:03 amit-laptop kernel: Freeing unused kernel memory: 1480K (ffffffff81f41000 - ffffffff820b3000)
May 17 02:54:03 amit-laptop kernel: Write protecting the kernel read-only data: 14336k
May 17 02:54:03 amit-laptop kernel: Freeing unused kernel memory: 1868K (ffff88000182d000 - ffff880001a00000)
May 17 02:54:03 amit-laptop kernel: Freeing unused kernel memory: 176K (ffff880001dd4000 - ffff880001e00000)
May 17 02:54:03 amit-laptop kernel: random: systemd-udevd urandom read with 8 bits of entropy available
May 17 02:54:03 amit-laptop kernel: FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
May 17 02:54:03 amit-laptop kernel: [drm] Initialized drm 1.1.0 20060810
May 17 02:54:03 amit-laptop kernel: ahci 0000:00:1f.2: version 3.0
May 17 02:54:03 amit-laptop kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl RAID mode
May 17 02:54:03 amit-laptop kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
May 17 02:54:03 amit-laptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 17 02:54:03 amit-laptop kernel: scsi host0: ahci
May 17 02:54:03 amit-laptop kernel: scsi host1: ahci
May 17 02:54:03 amit-laptop kernel: scsi host2: ahci
May 17 02:54:03 amit-laptop kernel: scsi host3: ahci
May 17 02:54:03 amit-laptop kernel: scsi host4: ahci
May 17 02:54:03 amit-laptop kernel: scsi host5: ahci
May 17 02:54:03 amit-laptop kernel: ata1: SATA max UDMA/133 abar m2048@0xd2617000 port 0xd2617100 irq 26
May 17 02:54:03 amit-laptop kernel: ata2: DUMMY
May 17 02:54:03 amit-laptop kernel: ata3: DUMMY
May 17 02:54:03 amit-laptop kernel: ata4: DUMMY
May 17 02:54:03 amit-laptop kernel: ata5: SATA max UDMA/133 abar m2048@0xd2617000 port 0xd2617300 irq 26
May 17 02:54:03 amit-laptop kernel: ata6: DUMMY
May 17 02:54:03 amit-laptop kernel: [drm] Memory usable by graphics device = 2048M
May 17 02:54:03 amit-laptop kernel: [drm] Replacing VGA console driver
May 17 02:54:03 amit-laptop kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 17 02:54:03 amit-laptop kernel: [drm] Driver supports precise vblank timestamp query.
May 17 02:54:03 amit-laptop kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 02:54:03 amit-laptop kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
May 17 02:54:03 amit-laptop kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
May 17 02:54:03 amit-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:00/input/input6
May 17 02:54:03 amit-laptop kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 17 02:54:03 amit-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input7
May 17 02:54:03 amit-laptop kernel: [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
May 17 02:54:03 amit-laptop kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
May 17 02:54:03 amit-laptop kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
May 17 02:54:03 amit-laptop kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
May 17 02:54:03 amit-laptop kernel: fbcon: inteldrmfb (fb0) is primary device
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 02:54:03 amit-laptop kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024
May 17 02:54:03 amit-laptop kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 17 02:54:03 amit-laptop kernel: hub 1-1:1.0: USB hub found
May 17 02:54:03 amit-laptop kernel: hub 1-1:1.0: 6 ports detected
May 17 02:54:03 amit-laptop kernel: usb 3-2: New USB device found, idVendor=1532, idProduct=001c
May 17 02:54:03 amit-laptop kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 17 02:54:03 amit-laptop kernel: usb 3-2: Product: Razer Abyssus
May 17 02:54:03 amit-laptop kernel: usb 3-2: Manufacturer: Razer 
May 17 02:54:03 amit-laptop kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024
May 17 02:54:03 amit-laptop kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 17 02:54:03 amit-laptop kernel: hub 2-1:1.0: USB hub found
May 17 02:54:03 amit-laptop kernel: hub 2-1:1.0: 8 ports detected
May 17 02:54:03 amit-laptop kernel: hidraw: raw HID events driver (C) Jiri Kosina
May 17 02:54:03 amit-laptop kernel: usbcore: registered new interface driver usbhid
May 17 02:54:03 amit-laptop kernel: usbhid: USB HID core driver
May 17 02:54:03 amit-laptop kernel: input: Razer  Razer Abyssus as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:1532:001C.0001/input/input8
May 17 02:54:03 amit-laptop kernel: hid-generic 0003:1532:001C.0001: input,hidraw0: USB HID v1.11 Mouse [Razer  Razer Abyssus] on usb-0000:00:14.0-2/input0
May 17 02:54:03 amit-laptop kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 17 02:54:03 amit-laptop kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 17 02:54:03 amit-laptop kernel: ata1.00: ATA-8: TOSHIBA MK6476GSX, GS001C, max UDMA/100
May 17 02:54:03 amit-laptop kernel: ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
May 17 02:54:03 amit-laptop kernel: ata1.00: configured for UDMA/100
May 17 02:54:03 amit-laptop kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK6476GS 1C   PQ: 0 ANSI: 5
May 17 02:54:03 amit-laptop kernel: sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
May 17 02:54:03 amit-laptop kernel: sd 0:0:0:0: [sda] Write Protect is off
May 17 02:54:03 amit-laptop kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
May 17 02:54:03 amit-laptop kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 17 02:54:03 amit-laptop kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 17 02:54:03 amit-laptop kernel: ata5.00: ATAPI: hp       CDDVDW SN-208BB, HH03, max UDMA/100
May 17 02:54:03 amit-laptop kernel: ata5.00: configured for UDMA/100
May 17 02:54:03 amit-laptop kernel: scsi 4:0:0:0: CD-ROM            hp       CDDVDW SN-208BB  HH03 PQ: 0 ANSI: 5
May 17 02:54:03 amit-laptop kernel: sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
May 17 02:54:03 amit-laptop kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 17 02:54:03 amit-laptop kernel: sr 4:0:0:0: Attached scsi CD-ROM sr0
May 17 02:54:03 amit-laptop kernel: sr 4:0:0:0: Attached scsi generic sg1 type 5
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 02:54:03 amit-laptop kernel:  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 >
May 17 02:54:03 amit-laptop kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 17 02:54:03 amit-laptop kernel: usb 1-1.3: new full-speed USB device number 3 using ehci-pci
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 02:54:03 amit-laptop kernel: usb 1-1.3: New USB device found, idVendor=8087, idProduct=07da
May 17 02:54:03 amit-laptop kernel: usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 17 02:54:03 amit-laptop kernel: [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
May 17 02:54:03 amit-laptop kernel: [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
May 17 02:54:03 amit-laptop kernel: usb 1-1.6: new high-speed USB device number 4 using ehci-pci
May 17 02:54:03 amit-laptop kernel: tsc: Refined TSC clocksource calibration: 2494.344 MHz
May 17 02:54:03 amit-laptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f45a9eb2b, max_idle_ns: 440795260503 ns
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 02:54:03 amit-laptop kernel: usb 1-1.6: New USB device found, idVendor=04f2, idProduct=b2f8
May 17 02:54:03 amit-laptop kernel: usb 1-1.6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
May 17 02:54:03 amit-laptop kernel: usb 1-1.6: Product: HP Truevision HD
May 17 02:54:03 amit-laptop kernel: usb 1-1.6: Manufacturer: Chicony Electronics Co.,Ltd.
May 17 02:54:03 amit-laptop kernel: usb 1-1.6: SerialNumber: 0x0001
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 02:54:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 02:54:03 amit-laptop kernel: Console: switching to colour frame buffer device 170x48
May 17 02:54:03 amit-laptop kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 17 02:54:03 amit-laptop kernel: psmouse serio4: synaptics: queried max coordinates: x [..5702], y [..4926]
May 17 02:54:03 amit-laptop kernel: clocksource: Switched to clocksource tsc
May 17 02:54:03 amit-laptop kernel: psmouse serio4: synaptics: queried min coordinates: x [1240..], y [926..]
May 17 02:54:03 amit-laptop kernel: psmouse serio4: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00/0x0, board id: 2058, fw id: 1188304
May 17 02:54:03 amit-laptop kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input14
May 17 02:54:03 amit-laptop kernel: random: nonblocking pool is initialized
May 17 02:54:03 amit-laptop kernel: EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
May 17 02:54:03 amit-laptop systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
May 17 02:54:03 amit-laptop systemd[1]: Detected architecture x86-64.
May 17 02:54:03 amit-laptop systemd[1]: Set hostname to <amit-laptop>.
May 17 02:54:03 amit-laptop systemd[1]: Listening on fsck to fsckd communication Socket.
May 17 02:54:03 amit-laptop systemd[1]: Listening on Journal Socket (/dev/log).
May 17 02:54:03 amit-laptop systemd[1]: Created slice System Slice.
May 17 02:54:03 amit-laptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 17 02:54:03 amit-laptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 17 02:54:03 amit-laptop systemd[1]: Created slice system-getty.slice.
May 17 02:54:03 amit-laptop systemd[1]: Listening on udev Control Socket.
May 17 02:54:03 amit-laptop systemd[1]: Listening on Journal Socket.
May 17 02:54:03 amit-laptop systemd[1]: Mounting Huge Pages File System...
May 17 02:54:03 amit-laptop systemd[1]: Mounting POSIX Message Queue File System...
May 17 02:54:03 amit-laptop systemd[1]: Starting Uncomplicated firewall...
May 17 02:54:03 amit-laptop systemd[1]: Starting Nameserver information manager...
May 17 02:54:03 amit-laptop systemd[1]: Reached target Encrypted Volumes.
May 17 02:54:03 amit-laptop systemd[1]: Listening on Journal Audit Socket.
May 17 02:54:03 amit-laptop systemd[1]: Starting Create list of required static device nodes for the current kernel...
May 17 02:54:03 amit-laptop systemd[1]: Listening on Syslog Socket.
May 17 02:54:03 amit-laptop systemd[1]: Listening on udev Kernel Socket.
May 17 02:54:03 amit-laptop systemd[1]: Started Braille Device Support.
May 17 02:54:03 amit-laptop systemd[1]: Reached target Remote File Systems (Pre).
May 17 02:54:03 amit-laptop systemd[1]: Reached target Remote File Systems.
May 17 02:54:03 amit-laptop systemd[1]: Created slice User and Session Slice.
May 17 02:54:03 amit-laptop systemd[1]: Reached target Slices.
May 17 02:54:03 amit-laptop systemd[1]: Mounting Debug File System...
May 17 02:54:03 amit-laptop systemd[1]: Starting Load Kernel Modules...
May 17 02:54:03 amit-laptop systemd[1]: Started Read required files in advance.
May 17 02:54:03 amit-laptop systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
May 17 02:54:03 amit-laptop systemd[1]: Starting Journal Service...
May 17 02:54:03 amit-laptop systemd[1]: Reached target User and Group Name Lookups.
May 17 02:54:03 amit-laptop systemd[1]: Started Uncomplicated firewall.
May 17 02:54:03 amit-laptop systemd[1]: Mounted POSIX Message Queue File System.
May 17 02:54:03 amit-laptop systemd[1]: Mounted Debug File System.
May 17 02:54:03 amit-laptop systemd[1]: Mounted Huge Pages File System.
May 17 02:54:03 amit-laptop systemd[1]: Started Create list of required static device nodes for the current kernel.
May 17 02:54:03 amit-laptop systemd[1]: Starting Create Static Device Nodes in /dev...
May 17 02:54:03 amit-laptop systemd[1]: Started Nameserver information manager.
May 17 02:54:03 amit-laptop kernel: lp: driver loaded but no devices found
May 17 02:54:03 amit-laptop kernel: ppdev: user-space parallel port driver
May 17 02:54:03 amit-laptop systemd[1]: Started Load Kernel Modules.
May 17 02:54:03 amit-laptop systemd[1]: Mounting FUSE Control File System...
May 17 02:54:03 amit-laptop systemd[1]: Starting Apply Kernel Variables...
May 17 02:54:03 amit-laptop systemd[1]: Mounted FUSE Control File System.
May 17 02:54:03 amit-laptop systemd[1]: Started Journal Service.
May 17 02:54:04 amit-laptop kernel: EXT4-fs (sda11): re-mounted. Opts: errors=remount-ro
May 17 02:54:04 amit-laptop kernel: Initializing HPQ6001 module
May 17 02:54:04 amit-laptop kernel: input: HP Wireless hotkeys as /devices/virtual/input/input15
May 17 02:54:04 amit-laptop kernel: wmi: Mapper loaded
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000534 (\_SB_.PCI0.LPCB.EC0_.IOS0) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000534 (\_SB_.PCI0.LPCB.EC0_.IOS0) (20150930/utaddress-254)
May 17 02:54:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 02:54:05 amit-laptop kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
May 17 02:54:05 amit-laptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 17 02:54:05 amit-laptop kernel: AVX version of gcm_enc/dec engaged.
May 17 02:54:05 amit-laptop kernel: AES CTR mode by8 optimization enabled
May 17 02:54:05 amit-laptop kernel: media: Linux media interface: v0.10
May 17 02:54:06 amit-laptop kernel: Linux video capture interface: v2.00
May 17 02:54:06 amit-laptop kernel: Bluetooth: Core ver 2.21
May 17 02:54:06 amit-laptop kernel: NET: Registered protocol family 31
May 17 02:54:06 amit-laptop kernel: Bluetooth: HCI device and connection manager initialized
May 17 02:54:06 amit-laptop kernel: Bluetooth: HCI socket layer initialized
May 17 02:54:06 amit-laptop kernel: Bluetooth: L2CAP socket layer initialized
May 17 02:54:06 amit-laptop kernel: Bluetooth: SCO socket layer initialized
May 17 02:54:06 amit-laptop kernel: Intel(R) Wireless WiFi driver for Linux
May 17 02:54:06 amit-laptop kernel: Copyright(c) 2003- 2015 Intel Corporation
May 17 02:54:06 amit-laptop kernel: iwlwifi 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
May 17 02:54:06 amit-laptop kernel: uvcvideo: Found UVC 1.00 device HP Truevision HD (04f2:b2f8)
May 17 02:54:06 amit-laptop kernel: usbcore: registered new interface driver btusb
May 17 02:54:06 amit-laptop kernel: input: HP Truevision HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input16
May 17 02:54:06 amit-laptop kernel: usbcore: registered new interface driver uvcvideo
May 17 02:54:06 amit-laptop kernel: USB Video Class driver (1.1.1)
May 17 02:54:06 amit-laptop kernel: iwlwifi 0000:08:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
May 17 02:54:06 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD91BXX: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
May 17 02:54:06 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 17 02:54:06 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
May 17 02:54:06 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
May 17 02:54:06 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    inputs:
May 17 02:54:06 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
May 17 02:54:06 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
May 17 02:54:06 amit-laptop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
May 17 02:54:06 amit-laptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
May 17 02:54:06 amit-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
May 17 02:54:06 amit-laptop kernel: iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUG disabled
May 17 02:54:06 amit-laptop kernel: iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
May 17 02:54:06 amit-laptop kernel: iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
May 17 02:54:06 amit-laptop kernel: iwlwifi 0000:08:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
May 17 02:54:06 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 02:54:06 amit-laptop kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
May 17 02:54:07 amit-laptop kernel: input: HP WMI hotkeys as /devices/virtual/input/input17
May 17 02:54:07 amit-laptop kernel: intel_rapl: Found RAPL domain package
May 17 02:54:07 amit-laptop kernel: intel_rapl: Found RAPL domain core
May 17 02:54:07 amit-laptop kernel: intel_rapl: Found RAPL domain uncore
May 17 02:54:07 amit-laptop kernel: intel_rapl: RAPL package 0 domain package locked by BIOS
May 17 02:54:07 amit-laptop kernel: iwlwifi 0000:08:00.0 wlo1: renamed from wlan0
May 17 02:54:07 amit-laptop kernel: cfg80211: World regulatory domain updated:
May 17 02:54:07 amit-laptop kernel: cfg80211:  DFS Master region: unset
May 17 02:54:07 amit-laptop kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
May 17 02:54:07 amit-laptop kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
May 17 02:54:08 amit-laptop kernel: Adding 5998588k swap on /dev/sda10.  Priority:-1 extents:1 across:5998588k FS
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.947:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=644 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.947:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=644 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.947:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=644 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.947:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=644 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.947:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=643 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.947:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=643 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.951:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/ubuntu-core-launcher" pid=647 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.975:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=649 comm="apparmor_parser"
May 17 02:54:12 amit-laptop kernel: audit: type=1400 audit(1463432052.983:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=651 comm="apparmor_parser"
May 17 02:54:13 amit-laptop kernel: audit: type=1400 audit(1463432053.023:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=650 comm="apparmor_parser"
May 17 02:54:14 amit-laptop kernel: bbswitch: module verification failed: signature and/or required key missing - tainting kernel
May 17 02:54:14 amit-laptop kernel: bbswitch: version 0.8
May 17 02:54:14 amit-laptop kernel: bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
May 17 02:54:14 amit-laptop kernel: bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
May 17 02:54:14 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 02:54:14 amit-laptop kernel: bbswitch: detected an Optimus _DSM function
May 17 02:54:14 amit-laptop kernel: pci 0000:01:00.0: enabling device (0006 -> 0007)
May 17 02:54:14 amit-laptop kernel: bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
May 17 02:54:14 amit-laptop kernel: bbswitch: disabling discrete graphics
May 17 02:54:14 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 02:54:18 amit-laptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 17 02:54:18 amit-laptop kernel: Bluetooth: BNEP filters: protocol multicast
May 17 02:54:18 amit-laptop kernel: Bluetooth: BNEP socket layer initialized
May 17 02:54:18 amit-laptop kernel: rfkill: input handler disabled
May 17 02:54:18 amit-laptop kernel: Bluetooth: RFCOMM TTY layer initialized
May 17 02:54:18 amit-laptop kernel: Bluetooth: RFCOMM socket layer initialized
May 17 02:54:18 amit-laptop kernel: Bluetooth: RFCOMM ver 1.11
May 17 02:54:20 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
May 17 02:54:20 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 02:54:20 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 02:54:20 amit-laptop kernel: iwlwifi 0000:08:00.0: Radio type=0x2-0x0-0x0
May 17 02:54:20 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 02:54:20 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 02:54:20 amit-laptop kernel: iwlwifi 0000:08:00.0: Radio type=0x2-0x0-0x0
May 17 02:54:20 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
May 17 02:54:21 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
May 17 02:54:22 amit-laptop kernel: wlo1: authenticate with c4:e9:84:a2:39:be
May 17 02:54:22 amit-laptop kernel: wlo1: send auth to c4:e9:84:a2:39:be (try 1/3)
May 17 02:54:22 amit-laptop kernel: wlo1: authenticated
May 17 02:54:22 amit-laptop kernel: wlo1: associate with c4:e9:84:a2:39:be (try 1/3)
May 17 02:54:22 amit-laptop kernel: wlo1: RX AssocResp from c4:e9:84:a2:39:be (capab=0x431 status=0 aid=1)
May 17 02:54:22 amit-laptop kernel: wlo1: associated
May 17 02:54:22 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
May 17 02:55:18 amit-laptop kernel: bbswitch: enabling discrete graphics
May 17 03:00:40 amit-laptop kernel: powercap intel-rapl:0: package locked by BIOS, monitoring only
LordAmit commented 8 years ago
 sudo journalctl -b -u bumblebeed

-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 03:04:50 BDT. --
May 17 02:54:13 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 02:54:14 amit-laptop bumblebeed[663]: [   20.353778] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:55:18 amit-laptop bumblebeed[663]: [   84.342710] [ERROR]Module nouveau could not be loaded (timeout?)
May 17 02:55:18 amit-laptop bumblebeed[663]: [   84.342724] [ERROR]Could not load GPU driver
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:17 amit-laptop bumblebeed[663]: [  143.712741] [ERROR]Module nouveau could not be loaded (timeout?)
May 17 02:56:17 amit-laptop bumblebeed[663]: [  143.712752] [ERROR]Could not load GPU driver
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:31 amit-laptop bumblebeed[663]: [  157.406364] [ERROR]Module nouveau could not be loaded (timeout?)
May 17 02:56:31 amit-laptop bumblebeed[663]: [  157.406379] [ERROR]Could not load GPU driver
bluca commented 8 years ago

Still trying to load nouveau. Ok, try to edit /etc/bumblebee/bumblebee.conf, change from: Driver= to Driver=nvidia

and further down

KernelDriver=nvidia-current to KernelDriver=nvidia-304-updates

LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current to LibraryPath=/usr/lib/nvidia-304-updates:/usr/lib32/nvidia-current

XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/modules to XorgModulePath=/usr/lib/nvidia-304-updates/xorg,/usr/lib/xorg/modules

Then use the command

sudo systemctl restart bumblebeed

To restart bumblebee, and please try again.

bluca commented 8 years ago

This is likely the culprit: /lib/nvidia-304-updates/modprobe.conf

alias nvidia nvidia_304_updates alias nouveau off alias lbm-nouveau off

That's why those weird libkmod error about "could not find module by name='off'". For some reasons, on Ubuntu autodetection appears not to work, and it tries to load nouveau instead of nvidia.

LordAmit commented 8 years ago
# updated conf file
# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=nvidia
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d
# Xorg binary to run
XorgBinary=/usr/lib/xorg/Xorg

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false

# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-304-updates
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-304-updates:/usr/lib32/nvidia-current
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-304-updates/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

and then

optirun -v -v glxgears
[ 1382.470156] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1382.470314] [INFO]Configured driver: nvidia
[ 1382.470345] [ERROR]The Bumblebee daemon has not been started yet or the socket path /var/run/bumblebee.socket was incorrect.
[ 1382.470350] [DEBUG]Socket closed.
[ 1382.470357] [ERROR]Could not connect to bumblebee daemon - is it running?

I thought I should check bumblebeed status

sudo service bumblebeed status
● bumblebeed.service - Bumblebee C Daemon
   Loaded: loaded (/lib/systemd/system/bumblebeed.service; enabled; vendor prese
   Active: activating (auto-restart) (Result: exit-code) since Tue 2016-05-17 03
  Process: 4535 ExecStart=/usr/sbin/bumblebeed (code=exited, status=1/FAILURE)
 Main PID: 4535 (code=exited, status=1/FAILURE)
bluca commented 8 years ago

agh, why did it fail sudo journalctl -b -u bumblebeed

LordAmit commented 8 years ago
 sudo journalctl -b -u bumblebeed
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 03:20:02 BDT. --
May 17 02:54:13 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 02:54:14 amit-laptop bumblebeed[663]: [   20.353778] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:55:18 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:55:18 amit-laptop bumblebeed[663]: [   84.342710] [ERROR]Module nouveau could not be loaded (timeout?)
May 17 02:55:18 amit-laptop bumblebeed[663]: [   84.342724] [ERROR]Could not load GPU driver
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:17 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:17 amit-laptop bumblebeed[663]: [  143.712741] [ERROR]Module nouveau could not be loaded (timeout?)
May 17 02:56:17 amit-laptop bumblebeed[663]: [  143.712752] [ERROR]Could not load GPU driver
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
May 17 02:56:31 amit-laptop bumblebeed[663]: modprobe: ERROR: could not insert 'off': Unknown symbol in module, or unknown parameter (see dmesg)
May 17 02:56:31 amit-laptop bumblebeed[663]: [  157.406364] [ERROR]Module nouveau could not be loaded (timeout?)
May 17 02:56:31 amit-laptop bumblebeed[663]: [  157.406379] [ERROR]Could not load GPU driver
May 17 03:16:31 amit-laptop bumblebeed[663]: [ 1357.861470] [WARN]Received Terminated signal.
May 17 03:16:31 amit-laptop systemd[1]: Stopping Bumblebee C Daemon...
May 17 03:16:31 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:16:31 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:16:31 amit-laptop bumblebeed[4535]: [ 1357.888659] [ERROR]Module 'nvidia-304-updates' is not found.
May 17 03:16:31 amit-laptop systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
May 17 03:16:31 amit-laptop systemd[1]: bumblebeed.service: Unit entered failed state.
May 17 03:16:31 amit-laptop systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
May 17 03:17:32 amit-laptop systemd[1]: bumblebeed.service: Service hold-off time over, scheduling restart.
May 17 03:17:32 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:17:32 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:17:32 amit-laptop bumblebeed[4573]: [ 1418.148717] [ERROR]Module 'nvidia-304-updates' is not found.
May 17 03:17:32 amit-laptop systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
May 17 03:17:32 amit-laptop systemd[1]: bumblebeed.service: Unit entered failed state.
May 17 03:17:32 amit-laptop systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
May 17 03:18:32 amit-laptop systemd[1]: bumblebeed.service: Service hold-off time over, scheduling restart.
May 17 03:18:32 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:18:32 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:18:32 amit-laptop bumblebeed[4584]: [ 1478.400620] [ERROR]Module 'nvidia-304-updates' is not found.
May 17 03:18:32 amit-laptop systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
May 17 03:18:32 amit-laptop systemd[1]: bumblebeed.service: Unit entered failed state.
May 17 03:18:32 amit-laptop systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
May 17 03:19:32 amit-laptop systemd[1]: bumblebeed.service: Service hold-off time over, scheduling restart.
May 17 03:19:32 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:19:32 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:19:32 amit-laptop bumblebeed[4631]: [ 1538.644389] [ERROR]Module 'nvidia-304-updates' is not found.
May 17 03:19:32 amit-laptop systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
May 17 03:19:32 amit-laptop systemd[1]: bumblebeed.service: Unit entered failed state.
May 17 03:19:32 amit-laptop systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
LordAmit commented 8 years ago

Anything I should do about the weird off part?

bluca commented 8 years ago

Try with:

KernelDriver=nvidia

In /etc/bumblebee/bumblebee.conf. There is a modprobe alias, so it should work

LordAmit commented 8 years ago

BTW, I just checked. nvidia-304-updates is not installed.

sudo apt install nvidia-304-updates
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  exiftran ffmpegthumbnailer libffmpegthumbnailer4v5 libflickcurl0
  libjs-prototype libjs-scriptaculous libjs-sphinxdoc liblensfun-data
  liblensfun0 libosmgpsmap-1.0-1 libpugixml1v5 libsqlite0 python-hachoir-core
  python-hachoir-metadata python-hachoir-parser python-kaa-base
  python-kaa-metadata python-pyexiv2 python-pyexiv2-doc python-sqlite
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libcuda1-304-updates nvidia-opencl-icd-304-updates
The following packages will be REMOVED:
  libcuda1-304 nvidia-304 nvidia-current nvidia-opencl-icd-304
The following NEW packages will be installed:
  libcuda1-304-updates nvidia-304-updates nvidia-opencl-icd-304-updates

I didn't install btw. Just checked if it was installed.

LordAmit commented 8 years ago

Okay, it started the daemon when I changed KernelDriver part. Here is what happening:

sudo systemctl restart bumblebeed
amit@amit-laptop:/etc/bumblebee$ sudo service bumblebeed status
● bumblebeed.service - Bumblebee C Daemon
   Loaded: loaded (/lib/systemd/system/bumblebeed.service; enabled; vendor prese
   Active: active (running) since Tue 2016-05-17 03:23:52 BDT; 15s ago
 Main PID: 4758 (bumblebeed)
    Tasks: 1 (limit: 512)
   CGroup: /system.slice/bumblebeed.service
           └─4758 /usr/sbin/bumblebeed

May 17 03:23:52 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:23:52 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:23:52 amit-laptop bumblebeed[4758]: [ 1798.690388] [INFO]/usr/sbin/bum
amit@amit-laptop:/etc/bumblebee$ optirun -v -v glxgears
[ 1825.479006] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1825.479161] [INFO]Configured driver: nvidia
[ 1825.479251] [DEBUG]optirun version 3.2.1 starting...
[ 1825.479260] [DEBUG]Active configuration:
[ 1825.479268] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 1825.479274] [DEBUG] X display: :8
[ 1825.479279] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304-updates:/usr/lib32/nvidia-current
[ 1825.479285] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 1825.479291] [DEBUG] Accel/display bridge: auto
[ 1825.479297] [DEBUG] VGL Compression: proxy
[ 1825.479302] [DEBUG] VGLrun extra options: 
[ 1825.479308] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 1825.479357] [DEBUG]Using auto-detected bridge primus
[ 1825.557571] [INFO]Response: No - error: Could not load GPU driver

[ 1825.557587] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[ 1825.557591] [DEBUG]Socket closed.
[ 1825.557606] [ERROR]Aborting because fallback start is disabled.
[ 1825.557610] [DEBUG]Killing all remaining processes.
bluca commented 8 years ago

Agh. I thought the 304-updates was default.

Ok, so please set:

LibraryPath=/usr/lib/nvidia-304:/usr/lib32/nvidia-current

XorgModulePath=/usr/lib/nvidia-304/xorg,/usr/lib/xorg/modules

And restart the daemon.

LordAmit commented 8 years ago

Okay, I changed and updated bumblebee.conf

[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/nvidia-304:/usr/lib32/nvidia-current
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia-304/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

Bumblebeed status and optirun

sudo systemctl restart bumblebeed
amit@amit-laptop:/etc/bumblebee$ sudo service bumblebeed status
● bumblebeed.service - Bumblebee C Daemon
   Loaded: loaded (/lib/systemd/system/bumblebeed.service; enabled; vendor prese
   Active: active (running) since Tue 2016-05-17 03:26:36 BDT; 2s ago
 Main PID: 4850 (bumblebeed)
    Tasks: 1 (limit: 512)
   CGroup: /system.slice/bumblebeed.service
           └─4850 /usr/sbin/bumblebeed

May 17 03:26:36 amit-laptop systemd[1]: Stopping Bumblebee C Daemon...
May 17 03:26:36 amit-laptop bumblebeed[4758]: [ 1962.533177] [WARN]Received Term
May 17 03:26:36 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:26:36 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:26:36 amit-laptop bumblebeed[4850]: [ 1962.555244] [INFO]/usr/sbin/bum
amit@amit-laptop:/etc/bumblebee$ optirun -v -v glxgears
[ 1968.706294] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 1968.706535] [INFO]Configured driver: nvidia
[ 1968.706684] [DEBUG]optirun version 3.2.1 starting...
[ 1968.706694] [DEBUG]Active configuration:
[ 1968.706697] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 1968.706701] [DEBUG] X display: :8
[ 1968.706704] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-current
[ 1968.706707] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 1968.706710] [DEBUG] Accel/display bridge: auto
[ 1968.706713] [DEBUG] VGL Compression: proxy
[ 1968.706715] [DEBUG] VGLrun extra options: 
[ 1968.706718] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 1968.706787] [DEBUG]Using auto-detected bridge primus
[ 1968.785616] [INFO]Response: No - error: Could not load GPU driver

[ 1968.785628] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[ 1968.785639] [DEBUG]Socket closed.
[ 1968.785654] [ERROR]Aborting because fallback start is disabled.
[ 1968.785658] [DEBUG]Killing all remaining processes.
sudo journalctl -b -u bumblebeed 
May 17 03:21:33 amit-laptop bumblebeed[4668]: [ 1659.143649] [ERROR]Module 'nvidia-304-updates' is not found.
May 17 03:21:33 amit-laptop systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
May 17 03:21:33 amit-laptop systemd[1]: bumblebeed.service: Unit entered failed state.
May 17 03:21:33 amit-laptop systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
May 17 03:22:33 amit-laptop systemd[1]: bumblebeed.service: Service hold-off time over, scheduling restart.
May 17 03:22:33 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:22:33 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:22:33 amit-laptop bumblebeed[4710]: [ 1719.401812] [ERROR]Module 'nvidia-304-updates' is not found.
May 17 03:22:33 amit-laptop systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
May 17 03:22:33 amit-laptop systemd[1]: bumblebeed.service: Unit entered failed state.
May 17 03:22:33 amit-laptop systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
May 17 03:23:33 amit-laptop systemd[1]: bumblebeed.service: Service hold-off time over, scheduling restart.
May 17 03:23:33 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:23:33 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:23:33 amit-laptop bumblebeed[4740]: [ 1779.648481] [ERROR]Module 'nvidia-304-updates' is not found.
May 17 03:23:33 amit-laptop systemd[1]: bumblebeed.service: Main process exited, code=exited, status=1/FAILURE
May 17 03:23:33 amit-laptop systemd[1]: bumblebeed.service: Unit entered failed state.
May 17 03:23:33 amit-laptop systemd[1]: bumblebeed.service: Failed with result 'exit-code'.
May 17 03:23:52 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:23:52 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:23:52 amit-laptop bumblebeed[4758]: [ 1798.690388] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 03:24:19 amit-laptop bumblebeed[4758]: [ 1825.557532] [ERROR]Module nvidia could not be loaded (timeout?)
May 17 03:24:19 amit-laptop bumblebeed[4758]: [ 1825.557550] [ERROR]Could not load GPU driver
May 17 03:26:36 amit-laptop systemd[1]: Stopping Bumblebee C Daemon...
May 17 03:26:36 amit-laptop bumblebeed[4758]: [ 1962.533177] [WARN]Received Terminated signal.
May 17 03:26:36 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:26:36 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:26:36 amit-laptop bumblebeed[4850]: [ 1962.555244] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 03:26:42 amit-laptop bumblebeed[4850]: [ 1968.785573] [ERROR]Module nvidia could not be loaded (timeout?)
May 17 03:26:42 amit-laptop bumblebeed[4850]: [ 1968.785588] [ERROR]Could not load GPU driver

I shortened the output of the last command, since logs before 03:21:33 seemed irrelevant.

LordAmit commented 8 years ago

BTW, @bluca you are being really helpful. I am a software engineer myself - and I had to do this type of remote debugging before. It can be a bit frustrating at times, but I really appreciate your hardwork and am thankful that you are doing your best to help me out. Thank you for that. :smile:

bluca commented 8 years ago

Yes shortening the log is fine, actually you can do:

sudo journalctl -b -u bumblebee --since "5 minutes ago"

Or any time range, and it will be shortened.

The timeout is new. What if you set the KernelDriver to nvidia-304 ?

bluca commented 8 years ago

No problem at all! If we can iron out any bugs, it will be great, so thanks for helping :-)

Also please post the kernel log sudo journalctl -b -k --since "5 minutes ago"

LordAmit commented 8 years ago
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia-304
sudo systemctl restart bumblebeed
amit@amit-laptop:/etc/bumblebee$ sudo service bumblebeed status
● bumblebeed.service - Bumblebee C Daemon
   Loaded: loaded (/lib/systemd/system/bumblebeed.service; enabled; vendor prese
   Active: active (running) since Tue 2016-05-17 03:32:28 BDT; 1s ago
 Main PID: 4922 (bumblebeed)
    Tasks: 1 (limit: 512)
   CGroup: /system.slice/bumblebeed.service
           └─4922 /usr/sbin/bumblebeed

May 17 03:32:28 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:32:28 amit-laptop bumblebeed[4922]: [ 2314.170531] [INFO]/usr/sbin/bum
amit@amit-laptop:/etc/bumblebee$ optirun -v -v glxgears
[ 2319.684393] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 2319.684760] [INFO]Configured driver: nvidia
[ 2319.685077] [DEBUG]optirun version 3.2.1 starting...
[ 2319.685102] [DEBUG]Active configuration:
[ 2319.685107] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 2319.685111] [DEBUG] X display: :8
[ 2319.685115] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-304:/usr/lib32/nvidia-current
[ 2319.685119] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 2319.685123] [DEBUG] Accel/display bridge: auto
[ 2319.685141] [DEBUG] VGL Compression: proxy
[ 2319.685170] [DEBUG] VGLrun extra options: 
[ 2319.685179] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 2319.685313] [DEBUG]Using auto-detected bridge primus
[ 2322.006333] [INFO]Response: Yes. X is active.

[ 2322.006361] [INFO]Running application using primus.
[ 2322.006558] [DEBUG]Process glxgears started, PID 4961.
[ 2322.006747] [ERROR]Error running "glxgears": No such file or directory
[ 2322.006925] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 2322.006946] [DEBUG]Socket closed.
[ 2322.006969] [DEBUG]Killing all remaining processes.

I noticed that optirun this time took longer time before spewing out all those messages.

 sudo journalctl -b -u bumblebeed --since "5 minutes ago" 
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 03:33:32 BDT. --
May 17 03:32:28 amit-laptop systemd[1]: Stopping Bumblebee C Daemon...
May 17 03:32:28 amit-laptop bumblebeed[4850]: [ 2314.140173] [WARN]Received Terminated signal.
May 17 03:32:28 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 03:32:28 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 03:32:28 amit-laptop bumblebeed[4922]: [ 2314.170531] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 03:32:35 amit-laptop bumblebeed[4922]: [ 2322.006097] [WARN][XORG] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
May 17 03:32:35 amit-laptop bumblebeed[4922]: [ 2322.006125] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 03:32:35 amit-laptop bumblebeed[4922]: [ 2322.006147] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 03:32:35 amit-laptop bumblebeed[4922]: [ 2322.006163] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
May 17 03:32:35 amit-laptop bumblebeed[4922]: [ 2322.006172] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 03:32:35 amit-laptop bumblebeed[4922]: [ 2322.006177] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 03:32:39 amit-laptop bumblebeed[4922]: [ 2325.051823] [ERROR]Unloading nvidia driver timed out.

and..

sudo journalctl -b -k --since "5 minutes ago" 
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 03:34:24 BDT. --
May 17 03:32:28 amit-laptop kernel: bbswitch: disabling discrete graphics
May 17 03:32:28 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:33 amit-laptop kernel: bbswitch: enabling discrete graphics
May 17 03:32:34 amit-laptop kernel: nvidia: module license 'NVIDIA' taints kernel.
May 17 03:32:34 amit-laptop kernel: Disabling lock debugging due to kernel taint
May 17 03:32:34 amit-laptop kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
May 17 03:32:34 amit-laptop kernel: [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
May 17 03:32:34 amit-laptop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.131  Sun Nov  8 21:43:33 PST 2015
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 03:32:35 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
bluca commented 8 years ago

I believe it's now working! But you don't have glxgears:

sudo apt-get install mesa-utils

LordAmit commented 8 years ago

Oh damn.. how did I miss it!

It is working!!! :smile: :dancer: :dancers:

Finally! Woohoo!

bluca commented 8 years ago

Nice! Now, let's try to work out more issues. Do you have the following dir:

ls -l /usr/lib/nvidia-current

LordAmit commented 8 years ago

So.. just what was happening? If you do not mind giving me a brief about the bug?

and ... nope.

ls -l /usr/lib/nvidia-current
ls: cannot access '/usr/lib/nvidia-current': No such file or directory
bluca commented 8 years ago

There are a few issues, all due to Ubuntu packaging of the nvidia drivers I believe.

1) For some reasons, bumblebee does not detect automatically that nvidia should be used, and uses nouveau instead - fixed by using Driver=nvidia 2) The library paths depend on the versions, so they have to be fixed manually - in your case to /usr/lib/nvidia-304

In Debian we have different packaging, so these issues won't appear.

Now, if you have more time, we can try with the newer version of the drivers, nvidia-361.

LordAmit commented 8 years ago

It is 03:44AM (GMT+6) here, and I think I need a break for a while. Can we continue this tomorrow around the same time we started today?

bluca commented 8 years ago

Of course, no problem at all. Thanks for the help

LordAmit commented 8 years ago

I should write a summary before leaving, in case anyone needs to read what I did.

sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic
sudo apt-add-repository ppa:bumblebee/testing
sudo apt update
sudo apt upgrade
sudo adduser $USER bumblebee

Reboot. These commands installed nvidia-304 driver and other packages with it. Hence, while editing /etc/bumblebee/bumblebee.conf - I had to update the paths of Driver, KernelDriver, LibraryPath and XorgModulePath. I saved bumblebee.conf as bumblebee.conf.bak before making any changes. Here is the diff between the previously mentioned files:

diff bumblebee.conf bumblebee.conf.bak -y --suppress-common-lines 
Driver=nvidia                             | Driver=
KernelDriver=nvidia-304                       | KernelDriver=nvidia-current
LibraryPath=/usr/lib/nvidia-304:/usr/lib32/nvidia-current     | LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
XorgModulePath=/usr/lib/nvidia-304/xorg,/usr/lib/xorg/modules | XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/mod

After this, I restarted bumblebee daemon

sudo systemctl restart bumblebeed

Installed mesa-utils for glxgears - the testing tool

sudo apt-get install mesa-utils

and then

 optirun -v -v glxgears

Worked. :smile:

bluca commented 8 years ago

Thanks. I will change KernelDriver, and see if I can change automatically Driver if bumblebee-nvidia is installed.

LordAmit commented 8 years ago

@bluca want to go for nvidia-361?

bluca commented 8 years ago

Yes please! So, set the KernelDriver to "nvidia", that should work as it's aliased. And then change all the paths from nvidia-304 to nvidia-352. Hopefully it should just work.

LordAmit commented 8 years ago

I mistyped. I meant nvidia-361. Should not I install the packages first?

bluca commented 8 years ago

361 has problems as reported by another user in a different thread, but we can try. So yes, install nvidia-361, and change the paths to nvidia-361 from nvidia-304

LordAmit commented 8 years ago
 diff bumblebee.conf bumblebee.conf.bak -y --suppress-common-lines 
Driver=nvidia                             | Driver=
KernelDriver=nvidia                       | KernelDriver=nvidia-current
LibraryPath=/usr/lib/nvidia-361:/usr/lib32/nvidia-current     | LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
XorgModulePath=/usr/lib/nvidia-361/xorg,/usr/lib/xorg/modules | XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/mod
                                  >
amit@amit-laptop:/etc/bumblebee$ sudo systemctl restart bumblebeed
amit@amit-laptop:/etc/bumblebee$ optirun -v -v glxgears
[68163.603962] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[68163.604201] [INFO]Configured driver: nvidia
[68163.604339] [DEBUG]optirun version 3.2.1 starting...
[68163.604350] [DEBUG]Active configuration:
[68163.604353] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[68163.604356] [DEBUG] X display: :8
[68163.604358] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-361:/usr/lib32/nvidia-current
[68163.604362] [DEBUG] Socket path: /var/run/bumblebee.socket
[68163.604364] [DEBUG] Accel/display bridge: auto
[68163.604367] [DEBUG] VGL Compression: proxy
[68163.604369] [DEBUG] VGLrun extra options: 
[68163.604372] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[68163.611545] [DEBUG]Using auto-detected bridge primus
[68163.770021] [INFO]Response: No - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[68163.770047] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[68163.770056] [DEBUG]Socket closed.
[68163.770081] [ERROR]Aborting because fallback start is disabled.
[68163.770088] [DEBUG]Killing all remaining processes.

ouch.

 sudo journalctl -b -u bumblebeed --since "5 minutes ago" 
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 23:19:15 BDT. --
May 17 23:18:04 amit-laptop systemd[1]: Stopping Bumblebee C Daemon...
May 17 23:18:04 amit-laptop bumblebeed[4922]: [68152.712168] [WARN]Received Terminated signal.
May 17 23:18:04 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 23:18:04 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 23:18:04 amit-laptop bumblebeed[7949]: [68152.739622] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 23:18:07 amit-laptop bumblebeed[7949]: [68155.747454] [ERROR]Unloading nvidia driver timed out.
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767526] [WARN][XORG] (WW) "glamoregl" will not be loaded unless you've specified it to b
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767554] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767570] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767586] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767594] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767601] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767607] [ERROR][XORG] (EE) No devices detected.
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767629] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767637] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767657] [WARN][XORG] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767665] [WARN][XORG] (WW) xf86OpenConsole: setsid failed: Operation not permitted
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767673] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767681] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767688] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767695] [ERROR][XORG] (EE) [drm] Failed to open DRM device for (null): -22
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767702] [ERROR][XORG] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767708] [WARN][XORG] (WW) Falling back to old probe method for modesetting
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767718] [WARN][XORG] (WW) Falling back to old probe method for vesa
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767725] [ERROR][XORG] (EE) Screen 0 deleted because of no matching config section.
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767734] [ERROR][XORG] (EE)
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767743] [ERROR][XORG] (EE) Cannot run in framebuffer mode. Please specify busIDs        
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767751] [ERROR][XORG] (EE)
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767757] [ERROR][XORG] (EE)
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767764] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for a
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767771] [ERROR][XORG] (EE)
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.767777] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
May 17 23:18:15 amit-laptop bumblebeed[7949]: [68163.769782] [ERROR]X did not start properly

this is the fun part:

 sudo journalctl -b -k --since "5 minutes ago"  
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 23:20:07 BDT. --
May 17 23:18:15 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
May 17 23:18:15 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
bluca commented 8 years ago

Have you removed and purged nvidia-304 ? The module is still the old one

LordAmit commented 8 years ago

umm, no. Should I

sudo apt purge nvidia-304
sudo apt install --reinstall nvidia-361

?

bluca commented 8 years ago

yes please, that should do

LordAmit commented 8 years ago

should I logout and then login after reinstalling nvidia-361? the outputs are more or less the same.

bluca commented 8 years ago

Having removed the package, the kernel module should be gone. Do:

sudo modprobe -r -v nvidia sudo dkms status

and please report the output

LordAmit commented 8 years ago
 sudo modprobe -r -v nvidia
amit@amit-laptop:/etc/bumblebee$ sudo dkms status
bbswitch, 0.8, 4.4.0-21-generic, x86_64: installed
bbswitch, 0.8, 4.4.0-22-generic, x86_64: installed
nvidia-361, 361.42, 4.4.0-22-generic, x86_64: installed
optirun -v -v glxgears
[69077.299724] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[69077.299985] [INFO]Configured driver: nvidia
[69077.300213] [DEBUG]optirun version 3.2.1 starting...
[69077.300230] [DEBUG]Active configuration:
[69077.300235] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[69077.300243] [DEBUG] X display: :8
[69077.300252] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-361:/usr/lib32/nvidia-current
[69077.300262] [DEBUG] Socket path: /var/run/bumblebee.socket
[69077.300270] [DEBUG] Accel/display bridge: auto
[69077.300276] [DEBUG] VGL Compression: proxy
[69077.300283] [DEBUG] VGLrun extra options: 
[69077.300289] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[69077.300383] [DEBUG]Using auto-detected bridge primus
[69077.442678] [INFO]Response: No - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[69077.442709] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "mouse" (module does not exist, 0)

[69077.442725] [DEBUG]Socket closed.
[69077.442752] [ERROR]Aborting because fallback start is disabled.
[69077.442763] [DEBUG]Killing all remaining processes.
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 23:33:51 BDT. --
May 17 23:29:45 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
May 17 23:29:45 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
May 17 23:33:03 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
May 17 23:33:03 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
May 17 23:33:28 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
May 17 23:33:28 amit-laptop kernel: NVRM: API mismatch: the client has the version 361.42, but
                                    NVRM: this kernel module has the version 304.131.  Please
                                    NVRM: make sure that this kernel module and all NVIDIA driver
                                    NVRM: components have the same version.
sudo journalctl -b -u bumblebeed --since "5 minutes ago" 
-- Logs begin at Tue 2016-05-17 02:54:03 BDT, end at Tue 2016-05-17 23:34:26 BDT. --
May 17 23:29:31 amit-laptop systemd[1]: Stopping Bumblebee C Daemon...
May 17 23:29:31 amit-laptop bumblebeed[8008]: [68839.893536] [WARN]Received Terminated signal.
May 17 23:29:31 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 23:29:31 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 23:29:31 amit-laptop bumblebeed[18788]: [68839.924800] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 23:29:34 amit-laptop bumblebeed[18788]: [68842.932857] [ERROR]Unloading nvidia driver timed out.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304835] [WARN][XORG] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304866] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304880] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304895] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304905] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages and
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304914] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304925] [ERROR][XORG] (EE) No devices detected.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304944] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304950] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304965] [WARN][XORG] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304971] [WARN][XORG] (WW) xf86OpenConsole: setsid failed: Operation not permitted
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304976] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304981] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages and
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304987] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304992] [ERROR][XORG] (EE) [drm] Failed to open DRM device for (null): -22
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.304997] [ERROR][XORG] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305001] [WARN][XORG] (WW) Falling back to old probe method for modesetting
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305008] [WARN][XORG] (WW) Falling back to old probe method for vesa
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305013] [ERROR][XORG] (EE) Screen 0 deleted because of no matching config section.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305018] [ERROR][XORG] (EE)
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305024] [ERROR][XORG] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305031] [ERROR][XORG] (EE)
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305035] [ERROR][XORG] (EE)
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305041] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305045] [ERROR][XORG] (EE)
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.305050] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
May 17 23:29:45 amit-laptop bumblebeed[18788]: [68854.307848] [ERROR]X did not start properly
May 17 23:32:57 amit-laptop systemd[1]: Stopping Bumblebee C Daemon...
May 17 23:32:57 amit-laptop bumblebeed[18788]: [69046.302732] [WARN]Received Terminated signal.
May 17 23:32:57 amit-laptop systemd[1]: Stopped Bumblebee C Daemon.
May 17 23:32:57 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 23:32:57 amit-laptop bumblebeed[19021]: [69046.324799] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 23:33:00 amit-laptop bumblebeed[19021]: [69049.331871] [ERROR]Unloading nvidia driver timed out.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238468] [WARN][XORG] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238557] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238576] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238590] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238597] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages and
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238602] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238608] [ERROR][XORG] (EE) No devices detected.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238625] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238632] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238647] [WARN][XORG] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238653] [WARN][XORG] (WW) xf86OpenConsole: setsid failed: Operation not permitted
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238660] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238666] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages and
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238671] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238676] [ERROR][XORG] (EE) [drm] Failed to open DRM device for (null): -22
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238681] [ERROR][XORG] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238686] [WARN][XORG] (WW) Falling back to old probe method for modesetting
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238693] [WARN][XORG] (WW) Falling back to old probe method for vesa
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238699] [ERROR][XORG] (EE) Screen 0 deleted because of no matching config section.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238705] [ERROR][XORG] (EE)
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238711] [ERROR][XORG] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238716] [ERROR][XORG] (EE)
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238721] [ERROR][XORG] (EE)
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238727] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238732] [ERROR][XORG] (EE)
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.238736] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
May 17 23:33:03 amit-laptop bumblebeed[19021]: [69052.240172] [ERROR]X did not start properly
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.440881] [WARN][XORG] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.440912] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.440920] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.440933] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.440941] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages and
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.440950] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.440975] [ERROR][XORG] (EE) No devices detected.
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441008] [WARN][XORG] (WW) Warning, couldn't open module mouse
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441015] [ERROR][XORG] (EE) Failed to load module "mouse" (module does not exist, 0)
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441031] [WARN][XORG] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441038] [WARN][XORG] (WW) xf86OpenConsole: setsid failed: Operation not permitted
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441044] [ERROR][XORG] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441049] [ERROR][XORG] (EE) NVIDIA:     system's kernel log for additional error messages and
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441053] [ERROR][XORG] (EE) NVIDIA:     consult the NVIDIA README for details.
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441058] [ERROR][XORG] (EE) [drm] Failed to open DRM device for (null): -22
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441063] [ERROR][XORG] (EE) [drm] Failed to open DRM device for pci:0000:01:00.0: -19
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441067] [WARN][XORG] (WW) Falling back to old probe method for modesetting
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441074] [WARN][XORG] (WW) Falling back to old probe method for vesa
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441080] [ERROR][XORG] (EE) Screen 0 deleted because of no matching config section.
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441088] [ERROR][XORG] (EE)
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441112] [ERROR][XORG] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441120] [ERROR][XORG] (EE)
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441127] [ERROR][XORG] (EE)
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441137] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441144] [ERROR][XORG] (EE)
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.441153] [ERROR][XORG] (EE) Server terminated with error (1). Closing log file.
May 17 23:33:28 amit-laptop bumblebeed[19021]: [69077.442640] [ERROR]X did not start properly
bluca commented 8 years ago

Doesn't make much sense. Try again to purge nvidia-304? And then reboot? The module is gone from dkms...

LordAmit commented 8 years ago

purging nvidia-304 says that it is not installed, so not removed.

I am almost certain that it will flicker after reboot - so I will have to get in using recovery mode, and then purge nvidia, bumblebee and everything.

shudders.

Well, going.

LordAmit commented 8 years ago

Weird. It didn't flicker. What magic did you do, @bluca ?

Anyway,

 optirun -v -v glxgears
[  178.475083] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[  178.475382] [INFO]Configured driver: nvidia
[  178.475560] [DEBUG]optirun version 3.2.1 starting...
[  178.475578] [DEBUG]Active configuration:
[  178.475591] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[  178.475606] [DEBUG] X display: :8
[  178.475617] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-361:/usr/lib32/nvidia-current
[  178.475627] [DEBUG] Socket path: /var/run/bumblebee.socket
[  178.475639] [DEBUG] Accel/display bridge: auto
[  178.475648] [DEBUG] VGL Compression: proxy
[  178.475657] [DEBUG] VGLrun extra options: 
[  178.475668] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[  178.475763] [DEBUG]Using auto-detected bridge primus
[  178.478308] [INFO]Response: No - error: Could not load GPU driver

[  178.478346] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver

[  178.478356] [DEBUG]Socket closed.
[  178.478385] [ERROR]Aborting because fallback start is disabled.
[  178.478397] [DEBUG]Killing all remaining processes.
sudo service bumblebeed status
● bumblebeed.service - Bumblebee C Daemon
   Loaded: loaded (/lib/systemd/system/bumblebeed.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2016-05-17 23:43:12 BDT; 2min 57s ago
 Main PID: 691 (bumblebeed)
    Tasks: 1 (limit: 512)
   CGroup: /system.slice/bumblebeed.service
           └─691 /usr/sbin/bumblebeed

May 17 23:43:12 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 23:43:13 amit-laptop bumblebeed[691]: [   18.745723] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 23:44:15 amit-laptop bumblebeed[691]: [   80.017612] [ERROR]Module nvidia could not be loaded (timeout?)
May 17 23:44:15 amit-laptop bumblebeed[691]: [   80.017631] [ERROR]Could not load GPU driver
May 17 23:45:53 amit-laptop bumblebeed[691]: [  178.478253] [ERROR]Module nvidia could not be loaded (timeout?)
May 17 23:45:53 amit-laptop bumblebeed[691]: [  178.478279] [ERROR]Could not load GPU driver
sudo journalctl -b -u bumblebeed --since "5 minutes ago" 
-- Logs begin at Tue 2016-05-17 23:43:03 BDT, end at Tue 2016-05-17 23:46:35 BDT. --
May 17 23:43:12 amit-laptop systemd[1]: Started Bumblebee C Daemon.
May 17 23:43:13 amit-laptop bumblebeed[691]: [   18.745723] [INFO]/usr/sbin/bumblebeed 3.2.1 started
May 17 23:44:15 amit-laptop bumblebeed[691]: [   80.017612] [ERROR]Module nvidia could not be loaded (timeout?)
May 17 23:44:15 amit-laptop bumblebeed[691]: [   80.017631] [ERROR]Could not load GPU driver
May 17 23:45:53 amit-laptop bumblebeed[691]: [  178.478253] [ERROR]Module nvidia could not be loaded (timeout?)
May 17 23:45:53 amit-laptop bumblebeed[691]: [  178.478279] [ERROR]Could not load GPU driver
 sudo journalctl -b -k --since "5 minutes ago"  
-- Logs begin at Tue 2016-05-17 23:43:03 BDT, end at Tue 2016-05-17 23:47:37 BDT. --
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys cpuset
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys cpu
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys cpuacct
May 17 23:43:03 amit-laptop kernel: Linux version 4.4.0-22-generic (buildd@lgw01-41) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2) ) #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 (Ubuntu 4.4.0-22.40-generic 4.4.8)
May 17 23:43:03 amit-laptop kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=dbba5fab-0b76-42be-bfb4-7f90ca88d14a ro quiet splash vt.handoff=7
May 17 23:43:03 amit-laptop kernel: KERNEL supported cpus:
May 17 23:43:03 amit-laptop kernel:   Intel GenuineIntel
May 17 23:43:03 amit-laptop kernel:   AMD AuthenticAMD
May 17 23:43:03 amit-laptop kernel:   Centaur CentaurHauls
May 17 23:43:03 amit-laptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 17 23:43:03 amit-laptop kernel: x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
May 17 23:43:03 amit-laptop kernel: x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
May 17 23:43:03 amit-laptop kernel: x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
May 17 23:43:03 amit-laptop kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
May 17 23:43:03 amit-laptop kernel: x86/fpu: Using 'eager' FPU context switches.
May 17 23:43:03 amit-laptop kernel: e820: BIOS-provided physical RAM map:
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000040005000-0x000000009a26efff] usable
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009a26f000-0x000000009aebefff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
May 17 23:43:03 amit-laptop kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
May 17 23:43:03 amit-laptop kernel: NX (Execute Disable) protection: active
May 17 23:43:03 amit-laptop kernel: SMBIOS 2.7 present.
May 17 23:43:03 amit-laptop kernel: DMI: Hewlett-Packard HP Pavilion dv4-5110tx Notebook /1837, BIOS F.39 06/04/2014
May 17 23:43:03 amit-laptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 17 23:43:03 amit-laptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 17 23:43:03 amit-laptop kernel: e820: last_pfn = 0x25f600 max_arch_pfn = 0x400000000
May 17 23:43:03 amit-laptop kernel: MTRR default type: uncachable
May 17 23:43:03 amit-laptop kernel: MTRR fixed ranges enabled:
May 17 23:43:03 amit-laptop kernel:   00000-9FFFF write-back
May 17 23:43:03 amit-laptop kernel:   A0000-BFFFF uncachable
May 17 23:43:03 amit-laptop kernel:   C0000-E7FFF write-protect
May 17 23:43:03 amit-laptop kernel:   E8000-EFFFF write-combining
May 17 23:43:03 amit-laptop kernel:   F0000-FFFFF write-protect
May 17 23:43:03 amit-laptop kernel: MTRR variable ranges enabled:
May 17 23:43:03 amit-laptop kernel:   0 base 000000000 mask F80000000 write-back
May 17 23:43:03 amit-laptop kernel:   1 base 080000000 mask FE0000000 write-back
May 17 23:43:03 amit-laptop kernel:   2 base 09B000000 mask FFF000000 uncachable
May 17 23:43:03 amit-laptop kernel:   3 base 09C000000 mask FFC000000 uncachable
May 17 23:43:03 amit-laptop kernel:   4 base 0FFC00000 mask FFFC00000 write-protect
May 17 23:43:03 amit-laptop kernel:   5 base 100000000 mask F00000000 write-back
May 17 23:43:03 amit-laptop kernel:   6 base 200000000 mask F80000000 write-back
May 17 23:43:03 amit-laptop kernel:   7 base 25F600000 mask FFFE00000 uncachable
May 17 23:43:03 amit-laptop kernel:   8 base 25F800000 mask FFF800000 uncachable
May 17 23:43:03 amit-laptop kernel:   9 base 260000000 mask FE0000000 uncachable
May 17 23:43:03 amit-laptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
May 17 23:43:03 amit-laptop kernel: e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
May 17 23:43:03 amit-laptop kernel: found SMP MP-table at [mem 0x000fe200-0x000fe20f] mapped at [ffff8800000fe200]
May 17 23:43:03 amit-laptop kernel: Scanning 1 areas for low memory corruption
May 17 23:43:03 amit-laptop kernel: Base memory trampoline at [ffff88000008b000] 8b000 size 24576
May 17 23:43:03 amit-laptop kernel: BRK [0x021ff000, 0x021fffff] PGTABLE
May 17 23:43:03 amit-laptop kernel: BRK [0x02200000, 0x02200fff] PGTABLE
May 17 23:43:03 amit-laptop kernel: BRK [0x02201000, 0x02201fff] PGTABLE
May 17 23:43:03 amit-laptop kernel: BRK [0x02202000, 0x02202fff] PGTABLE
May 17 23:43:03 amit-laptop kernel: BRK [0x02203000, 0x02203fff] PGTABLE
May 17 23:43:03 amit-laptop kernel: BRK [0x02204000, 0x02204fff] PGTABLE
May 17 23:43:03 amit-laptop kernel: RAMDISK: [mem 0x33c6a000-0x35e2cfff]
May 17 23:43:03 amit-laptop kernel: ACPI: Early table checksum verification disabled
May 17 23:43:03 amit-laptop kernel: ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
May 17 23:43:03 amit-laptop kernel: ACPI: XSDT 0x000000009AFFE210 00009C (v01 HPQOEM SLIC-MPC 00000001 HP   01000013)
May 17 23:43:03 amit-laptop kernel: ACPI: FACP 0x000000009AFFC000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: DSDT 0x000000009AFE8000 0104E8 (v01 HPQOEM HP       00000000 ACPI 00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: FACS 0x000000009AFA7000 000040
May 17 23:43:03 amit-laptop kernel: ACPI: UEFI 0x000000009AFFD000 000236 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: HPET 0x000000009AFFB000 000038 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: APIC 0x000000009AFFA000 00008C (v03 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: MCFG 0x000000009AFF9000 00003C (v01 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: SLIC 0x000000009AFE7000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: WDAT 0x000000009AFE6000 000224 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFE4000 001068 (v01 HPQOEM HP       00001000 ACPI 00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: BOOT 0x000000009AFE2000 000028 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: ASPT 0x000000009AFE0000 000034 (v07 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: DBGP 0x000000009AFDF000 000034 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: FPDT 0x000000009AFDD000 000044 (v01 HPQOEM HP       00000001 HP   00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFDB000 000968 (v01 HPQOEM HP       00003000 ACPI 00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFDA000 000B22 (v01 HPQOEM HP       00003000 ACPI 00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: SSDT 0x000000009AFD5000 00314D (v01 HPQOEM HP       00001000 ACPI 00040000)
May 17 23:43:03 amit-laptop kernel: ACPI: Local APIC address 0xfee00000
May 17 23:43:03 amit-laptop kernel: No NUMA configuration found
May 17 23:43:03 amit-laptop kernel: Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
May 17 23:43:03 amit-laptop kernel: NODE_DATA(0) allocated [mem 0x25f5f3000-0x25f5f7fff]
May 17 23:43:03 amit-laptop kernel: Zone ranges:
May 17 23:43:03 amit-laptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 17 23:43:03 amit-laptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 17 23:43:03 amit-laptop kernel:   Normal   [mem 0x0000000100000000-0x000000025f5fffff]
May 17 23:43:03 amit-laptop kernel:   Device   empty
May 17 23:43:03 amit-laptop kernel: Movable zone start for each node
May 17 23:43:03 amit-laptop kernel: Early memory node ranges
May 17 23:43:03 amit-laptop kernel:   node   0: [mem 0x0000000000001000-0x0000000000090fff]
May 17 23:43:03 amit-laptop kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
May 17 23:43:03 amit-laptop kernel:   node   0: [mem 0x0000000020200000-0x0000000040003fff]
May 17 23:43:03 amit-laptop kernel:   node   0: [mem 0x0000000040005000-0x000000009a26efff]
May 17 23:43:03 amit-laptop kernel:   node   0: [mem 0x000000009afff000-0x000000009affffff]
May 17 23:43:03 amit-laptop kernel:   node   0: [mem 0x0000000100000000-0x000000025f5fffff]
May 17 23:43:03 amit-laptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000025f5fffff]
May 17 23:43:03 amit-laptop kernel: On node 0 totalpages: 2070015
May 17 23:43:03 amit-laptop kernel:   DMA zone: 64 pages used for memmap
May 17 23:43:03 amit-laptop kernel:   DMA zone: 21 pages reserved
May 17 23:43:03 amit-laptop kernel:   DMA zone: 3984 pages, LIFO batch:0
May 17 23:43:03 amit-laptop kernel:   DMA32 zone: 9794 pages used for memmap
May 17 23:43:03 amit-laptop kernel:   DMA32 zone: 626799 pages, LIFO batch:31
May 17 23:43:03 amit-laptop kernel:   Normal zone: 22488 pages used for memmap
May 17 23:43:03 amit-laptop kernel:   Normal zone: 1439232 pages, LIFO batch:31
May 17 23:43:03 amit-laptop kernel: Reserving Intel graphics stolen memory at 0x9ba00000-0x9f9fffff
May 17 23:43:03 amit-laptop kernel: ACPI: PM-Timer IO Port: 0x408
May 17 23:43:03 amit-laptop kernel: ACPI: Local APIC address 0xfee00000
May 17 23:43:03 amit-laptop kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
May 17 23:43:03 amit-laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 17 23:43:03 amit-laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 17 23:43:03 amit-laptop kernel: ACPI: IRQ0 used by override.
May 17 23:43:03 amit-laptop kernel: ACPI: IRQ9 used by override.
May 17 23:43:03 amit-laptop kernel: Using ACPI (MADT) for SMP configuration information
May 17 23:43:03 amit-laptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 17 23:43:03 amit-laptop kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x00091000-0x00091fff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x00092000-0x0009ffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9a26f000-0x9aebefff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
May 17 23:43:03 amit-laptop kernel: PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
May 17 23:43:03 amit-laptop kernel: e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
May 17 23:43:03 amit-laptop kernel: Booting paravirtualized kernel on bare hardware
May 17 23:43:03 amit-laptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
May 17 23:43:03 amit-laptop kernel: setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
May 17 23:43:03 amit-laptop kernel: PERCPU: Embedded 33 pages/cpu @ffff88025f200000 s98008 r8192 d28968 u262144
May 17 23:43:03 amit-laptop kernel: pcpu-alloc: s98008 r8192 d28968 u262144 alloc=1*2097152
May 17 23:43:03 amit-laptop kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
May 17 23:43:03 amit-laptop kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2037648
May 17 23:43:03 amit-laptop kernel: Policy zone: Normal
May 17 23:43:03 amit-laptop kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic root=UUID=dbba5fab-0b76-42be-bfb4-7f90ca88d14a ro quiet splash vt.handoff=7
May 17 23:43:03 amit-laptop kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
May 17 23:43:03 amit-laptop kernel: Calgary: detecting Calgary via BIOS EBDA area
May 17 23:43:03 amit-laptop kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 17 23:43:03 amit-laptop kernel: Memory: 8028468K/8280060K available (8359K kernel code, 1278K rwdata, 3920K rodata, 1480K init, 1292K bss, 251592K reserved, 0K cma-reserved)
May 17 23:43:03 amit-laptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
May 17 23:43:03 amit-laptop kernel: Hierarchical RCU implementation.
May 17 23:43:03 amit-laptop kernel:         Build-time adjustment of leaf fanout to 64.
May 17 23:43:03 amit-laptop kernel:         RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
May 17 23:43:03 amit-laptop kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
May 17 23:43:03 amit-laptop kernel: NR_IRQS:16640 nr_irqs:488 16
May 17 23:43:03 amit-laptop kernel: vt handoff: transparent VT on vt#7
May 17 23:43:03 amit-laptop kernel: Console: colour dummy device 80x25
May 17 23:43:03 amit-laptop kernel: console [tty0] enabled
May 17 23:43:03 amit-laptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
May 17 23:43:03 amit-laptop kernel: hpet clockevent registered
May 17 23:43:03 amit-laptop kernel: tsc: Fast TSC calibration using PIT
May 17 23:43:03 amit-laptop kernel: tsc: Detected 2494.320 MHz processor
May 17 23:43:03 amit-laptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.64 BogoMIPS (lpj=9977280)
May 17 23:43:03 amit-laptop kernel: pid_max: default: 32768 minimum: 301
May 17 23:43:03 amit-laptop kernel: ACPI: Core revision 20150930
May 17 23:43:03 amit-laptop kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
May 17 23:43:03 amit-laptop kernel: Security Framework initialized
May 17 23:43:03 amit-laptop kernel: Yama: becoming mindful.
May 17 23:43:03 amit-laptop kernel: AppArmor: AppArmor initialized
May 17 23:43:03 amit-laptop kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 17 23:43:03 amit-laptop kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 17 23:43:03 amit-laptop kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 17 23:43:03 amit-laptop kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys io
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys memory
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys devices
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys freezer
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys net_cls
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys perf_event
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys net_prio
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys hugetlb
May 17 23:43:03 amit-laptop kernel: Initializing cgroup subsys pids
May 17 23:43:03 amit-laptop kernel: CPU: Physical Processor ID: 0
May 17 23:43:03 amit-laptop kernel: CPU: Processor Core ID: 0
May 17 23:43:03 amit-laptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
May 17 23:43:03 amit-laptop kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
May 17 23:43:03 amit-laptop kernel: mce: CPU supports 7 MCE banks
May 17 23:43:03 amit-laptop kernel: CPU0: Thermal monitoring enabled (TM1)
May 17 23:43:03 amit-laptop kernel: process: using mwait in idle threads
May 17 23:43:03 amit-laptop kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
May 17 23:43:03 amit-laptop kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
May 17 23:43:03 amit-laptop kernel: Freeing SMP alternatives memory: 28K (ffffffff820b3000 - ffffffff820ba000)
May 17 23:43:03 amit-laptop kernel: ftrace: allocating 31906 entries in 125 pages
May 17 23:43:03 amit-laptop kernel: smpboot: Max logical packages: 4
May 17 23:43:03 amit-laptop kernel: smpboot: APIC(0) Converting physical 0 to logical package 0
May 17 23:43:03 amit-laptop kernel: x2apic: IRQ remapping doesn't support X2APIC mode
May 17 23:43:03 amit-laptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 17 23:43:03 amit-laptop kernel: TSC deadline timer enabled
May 17 23:43:03 amit-laptop kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (family: 0x6, model: 0x3a, stepping: 0x9)
May 17 23:43:03 amit-laptop kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
May 17 23:43:03 amit-laptop kernel: ... version:                3
May 17 23:43:03 amit-laptop kernel: ... bit width:              48
May 17 23:43:03 amit-laptop kernel: ... generic registers:      4
May 17 23:43:03 amit-laptop kernel: ... value mask:             0000ffffffffffff
May 17 23:43:03 amit-laptop kernel: ... max period:             0000ffffffffffff
May 17 23:43:03 amit-laptop kernel: ... fixed-purpose events:   3
May 17 23:43:03 amit-laptop kernel: ... event mask:             000000070000000f
May 17 23:43:03 amit-laptop kernel: x86: Booting SMP configuration:
May 17 23:43:03 amit-laptop kernel: .... node  #0, CPUs:      #1
May 17 23:43:03 amit-laptop kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
May 17 23:43:03 amit-laptop kernel:  #2 #3
May 17 23:43:03 amit-laptop kernel: x86: Booted up 1 node, 4 CPUs
May 17 23:43:03 amit-laptop kernel: smpboot: Total of 4 processors activated (19954.56 BogoMIPS)
May 17 23:43:03 amit-laptop kernel: devtmpfs: initialized
May 17 23:43:03 amit-laptop kernel: evm: security.selinux
May 17 23:43:03 amit-laptop kernel: evm: security.SMACK64
May 17 23:43:03 amit-laptop kernel: evm: security.SMACK64EXEC
May 17 23:43:03 amit-laptop kernel: evm: security.SMACK64TRANSMUTE
May 17 23:43:03 amit-laptop kernel: evm: security.SMACK64MMAP
May 17 23:43:03 amit-laptop kernel: evm: security.ima
May 17 23:43:03 amit-laptop kernel: evm: security.capability
May 17 23:43:03 amit-laptop kernel: PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
May 17 23:43:03 amit-laptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
May 17 23:43:03 amit-laptop kernel: pinctrl core: initialized pinctrl subsystem
May 17 23:43:03 amit-laptop kernel: RTC time: 17:42:55, date: 05/17/16
May 17 23:43:03 amit-laptop kernel: NET: Registered protocol family 16
May 17 23:43:03 amit-laptop kernel: cpuidle: using governor ladder
May 17 23:43:03 amit-laptop kernel: cpuidle: using governor menu
May 17 23:43:03 amit-laptop kernel: PCCT header not found.
May 17 23:43:03 amit-laptop kernel: Simple Boot Flag at 0x44 set to 0x1
May 17 23:43:03 amit-laptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 17 23:43:03 amit-laptop kernel: ACPI: bus type PCI registered
May 17 23:43:03 amit-laptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 17 23:43:03 amit-laptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 17 23:43:03 amit-laptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
May 17 23:43:03 amit-laptop kernel: PCI: Using configuration type 1 for base access
May 17 23:43:03 amit-laptop kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
May 17 23:43:03 amit-laptop kernel: ACPI: Added _OSI(Module Device)
May 17 23:43:03 amit-laptop kernel: ACPI: Added _OSI(Processor Device)
May 17 23:43:03 amit-laptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 17 23:43:03 amit-laptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 17 23:43:03 amit-laptop kernel: ACPI: Executed 1 blocks of module-level executable AML code
May 17 23:43:03 amit-laptop kernel: ACPI: Dynamic OEM Table Load:
May 17 23:43:03 amit-laptop kernel: ACPI: SSDT 0xFFFF88025546F000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20111123)
May 17 23:43:03 amit-laptop kernel: ACPI: Dynamic OEM Table Load:
May 17 23:43:03 amit-laptop kernel: ACPI: SSDT 0xFFFF8802555AB400 000303 (v01 PmRef  ApIst    00003000 INTL 20111123)
May 17 23:43:03 amit-laptop kernel: ACPI: Dynamic OEM Table Load:
May 17 23:43:03 amit-laptop kernel: ACPI: SSDT 0xFFFF880255624200 000119 (v01 PmRef  ApCst    00003000 INTL 20111123)
May 17 23:43:03 amit-laptop kernel: ACPI : EC: EC started
May 17 23:43:03 amit-laptop kernel: ACPI: Interpreter enabled
May 17 23:43:03 amit-laptop kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
May 17 23:43:03 amit-laptop kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
May 17 23:43:03 amit-laptop kernel: ACPI: (supports S0 S3 S4 S5)
May 17 23:43:03 amit-laptop kernel: ACPI: Using IOAPIC for interrupt routing
May 17 23:43:03 amit-laptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 17 23:43:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC0.ACCR] (Node ffff8802568b4ed8), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 23:43:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.ACEL._STA] (Node ffff8802568b9140), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 23:43:03 amit-laptop kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
May 17 23:43:03 amit-laptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
May 17 23:43:03 amit-laptop kernel: \_SB_.PCI0:_OSC invalid UUID
May 17 23:43:03 amit-laptop kernel: _OSC request data:1 1f 0 
May 17 23:43:03 amit-laptop kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
May 17 23:43:03 amit-laptop kernel: PCI host bridge to bus 0000:00
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd2000000-0xd23fffff 64bit]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
May 17 23:43:03 amit-laptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd2600000-0xd260ffff 64bit]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd2614000-0xd261400f 64bit]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd2619000-0xd26193ff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd2610000-0xd2613fff 64bit]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd2618000-0xd26183ff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x10: [io  0x3088-0x308f]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x14: [io  0x3094-0x3097]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x18: [io  0x3080-0x3087]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x3090-0x3093]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x20: [io  0x3060-0x307f]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd2617000-0xd26177ff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.2: PME# supported from D3hot
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd2615000-0xd26150ff 64bit]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1f.3: reg 0x20: [io  0x3040-0x305f]
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: [10de:0de9] type 00 class 0x030000
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
May 17 23:43:03 amit-laptop kernel: pci 0000:08:00.0: [8086:0887] type 00 class 0x028000
May 17 23:43:03 amit-laptop kernel: pci 0000:08:00.0: reg 0x10: [mem 0xd2500000-0xd2501fff 64bit]
May 17 23:43:03 amit-laptop kernel: pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
May 17 23:43:03 amit-laptop kernel: pci 0000:08:00.0: System wakeup disabled by ACPI
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2500000-0xd25fffff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: PCI bridge to [bus 09]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [mem 0xd2400000-0xd24fffff]
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
May 17 23:43:03 amit-laptop kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
May 17 23:43:03 amit-laptop kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
May 17 23:43:03 amit-laptop kernel: ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
May 17 23:43:03 amit-laptop kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
May 17 23:43:03 amit-laptop kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
May 17 23:43:03 amit-laptop kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
May 17 23:43:03 amit-laptop kernel: vgaarb: loaded
May 17 23:43:03 amit-laptop kernel: vgaarb: bridge control possible 0000:01:00.0
May 17 23:43:03 amit-laptop kernel: vgaarb: no bridge control possible 0000:00:02.0
May 17 23:43:03 amit-laptop kernel: SCSI subsystem initialized
May 17 23:43:03 amit-laptop kernel: libata version 3.00 loaded.
May 17 23:43:03 amit-laptop kernel: ACPI: bus type USB registered
May 17 23:43:03 amit-laptop kernel: usbcore: registered new interface driver usbfs
May 17 23:43:03 amit-laptop kernel: usbcore: registered new interface driver hub
May 17 23:43:03 amit-laptop kernel: usbcore: registered new device driver usb
May 17 23:43:03 amit-laptop kernel: PCI: Using ACPI for IRQ routing
May 17 23:43:03 amit-laptop kernel: PCI: pci_cache_line_size set to 64 bytes
May 17 23:43:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
May 17 23:43:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
May 17 23:43:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x9a26f000-0x9bffffff]
May 17 23:43:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
May 17 23:43:03 amit-laptop kernel: e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
May 17 23:43:03 amit-laptop kernel: NetLabel: Initializing
May 17 23:43:03 amit-laptop kernel: NetLabel:  domain hash size = 128
May 17 23:43:03 amit-laptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4
May 17 23:43:03 amit-laptop kernel: NetLabel:  unlabeled traffic allowed by default
May 17 23:43:03 amit-laptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
May 17 23:43:03 amit-laptop kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
May 17 23:43:03 amit-laptop kernel: clocksource: Switched to clocksource hpet
May 17 23:43:03 amit-laptop kernel: AppArmor: AppArmor Filesystem Enabled
May 17 23:43:03 amit-laptop kernel: pnp: PnP ACPI init
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0x0680-0x069f] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0x1100-0x110f] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0xffff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0xffff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0x0400-0x0453] could not be reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0x0458-0x047f] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0x0500-0x057f] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: [io  0x164e-0x164f] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
May 17 23:43:03 amit-laptop kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
May 17 23:43:03 amit-laptop kernel: system 00:02: [io  0x0454-0x0457] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
May 17 23:43:03 amit-laptop kernel: pnp 00:03: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
May 17 23:43:03 amit-laptop kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN1e62 SYN1e00 SYN0002 PNP0f13 (active)
May 17 23:43:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC0.ACCR] (Node ffff8802568b4ed8), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 23:43:03 amit-laptop kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.ACEL._STA] (Node ffff8802568b9140), AE_AML_INFINITE_LOOP (20150930/psparse-542)
May 17 23:43:03 amit-laptop kernel: ACPI Error: Method execution failed [\_SB.PCI0.ACEL._STA] (Node ffff8802568b9140), AE_AML_INFINITE_LOOP (20150930/uteval-103)
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: [mem 0x9fa00000-0x9fa00fff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
May 17 23:43:03 amit-laptop kernel: system 00:06: [mem 0x20000000-0x201fffff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:06: [mem 0x40004000-0x40004fff] has been reserved
May 17 23:43:03 amit-laptop kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
May 17 23:43:03 amit-laptop kernel: pnp: PnP ACPI: found 7 devices
May 17 23:43:03 amit-laptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: BAR 15: assigned [mem 0x9fb00000-0x9fcfffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: BAR 13: assigned [io  0x4000-0x4fff]
May 17 23:43:03 amit-laptop kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xd1000000-0xd107ffff pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd1ffffff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2500000-0xd25fffff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2: PCI bridge to [bus 09]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [mem 0xd2400000-0xd24fffff]
May 17 23:43:03 amit-laptop kernel: pci 0000:00:1c.2:   bridge window [mem 0x9fb00000-0x9fcfffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff window]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd1ffffff]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:08: resource 1 [mem 0xd2500000-0xd25fffff]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:09: resource 1 [mem 0xd2400000-0xd24fffff]
May 17 23:43:03 amit-laptop kernel: pci_bus 0000:09: resource 2 [mem 0x9fb00000-0x9fcfffff 64bit pref]
May 17 23:43:03 amit-laptop kernel: NET: Registered protocol family 2
May 17 23:43:03 amit-laptop kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
May 17 23:43:03 amit-laptop kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 17 23:43:03 amit-laptop kernel: TCP: Hash tables configured (established 65536 bind 65536)
May 17 23:43:03 amit-laptop kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
May 17 23:43:03 amit-laptop kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
May 17 23:43:03 amit-laptop kernel: NET: Registered protocol family 1
May 17 23:43:03 amit-laptop kernel: pci 0000:00:02.0: Video device with shadowed ROM
May 17 23:43:03 amit-laptop kernel: PCI: CLS 64 bytes, default 64
May 17 23:43:03 amit-laptop kernel: Trying to unpack rootfs image as initramfs...
May 17 23:43:03 amit-laptop kernel: Freeing initrd memory: 34572K (ffff880033c6a000 - ffff880035e2d000)
May 17 23:43:03 amit-laptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 17 23:43:03 amit-laptop kernel: software IO TLB [mem 0x9626f000-0x9a26f000] (64MB) mapped at [ffff88009626f000-ffff88009a26efff]
May 17 23:43:03 amit-laptop kernel: RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
May 17 23:43:03 amit-laptop kernel: hw unit of domain pp0-core 2^-16 Joules
May 17 23:43:03 amit-laptop kernel: hw unit of domain package 2^-16 Joules
May 17 23:43:03 amit-laptop kernel: hw unit of domain pp1-gpu 2^-16 Joules
May 17 23:43:03 amit-laptop kernel: Scanning for low memory corruption every 60 seconds
May 17 23:43:03 amit-laptop kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
May 17 23:43:03 amit-laptop kernel: audit: initializing netlink subsys (disabled)
May 17 23:43:03 amit-laptop kernel: audit: type=2000 audit(1463506977.416:1): initialized
May 17 23:43:03 amit-laptop kernel: Initialise system trusted keyring
May 17 23:43:03 amit-laptop kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
May 17 23:43:03 amit-laptop kernel: zbud: loaded
May 17 23:43:03 amit-laptop kernel: VFS: Disk quotas dquot_6.6.0
May 17 23:43:03 amit-laptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 17 23:43:03 amit-laptop kernel: fuse init (API version 7.23)
May 17 23:43:03 amit-laptop kernel: Key type big_key registered
May 17 23:43:03 amit-laptop kernel: Allocating IMA MOK and blacklist keyrings.
May 17 23:43:03 amit-laptop kernel: Key type asymmetric registered
May 17 23:43:03 amit-laptop kernel: Asymmetric key parser 'x509' registered
May 17 23:43:03 amit-laptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
May 17 23:43:03 amit-laptop kernel: io scheduler noop registered
May 17 23:43:03 amit-laptop kernel: io scheduler deadline registered (default)
May 17 23:43:03 amit-laptop kernel: io scheduler cfq registered
May 17 23:43:03 amit-laptop kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
May 17 23:43:03 amit-laptop kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
May 17 23:43:03 amit-laptop kernel: vesafb: mode is 1366x768x32, linelength=5504, pages=0
May 17 23:43:03 amit-laptop kernel: vesafb: scrolling: redraw
May 17 23:43:03 amit-laptop kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 17 23:43:03 amit-laptop kernel: vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90001000000, using 4160k, total 4160k
May 17 23:43:03 amit-laptop kernel: Console: switching to colour frame buffer device 170x48
May 17 23:43:03 amit-laptop kernel: fb0: VESA VGA frame buffer device
May 17 23:43:03 amit-laptop kernel: intel_idle: MWAIT substates: 0x21120
May 17 23:43:03 amit-laptop kernel: intel_idle: v0.4.1 model 0x3A
May 17 23:43:03 amit-laptop kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
May 17 23:43:03 amit-laptop kernel: ACPI: AC Adapter [AC0] (on-line)
May 17 23:43:03 amit-laptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0D:00/input/input0
May 17 23:43:03 amit-laptop kernel: ACPI: Lid Switch [LID0]
May 17 23:43:03 amit-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 17 23:43:03 amit-laptop kernel: ACPI: Power Button [PWRB]
May 17 23:43:03 amit-laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 17 23:43:03 amit-laptop kernel: ACPI: Power Button [PWRF]
May 17 23:43:03 amit-laptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 17 23:43:03 amit-laptop kernel: ACPI: Thermal Zone [PGTZ] (74 C)
May 17 23:43:03 amit-laptop kernel: thermal LNXTHERM:01: registered as thermal_zone1
May 17 23:43:03 amit-laptop kernel: ACPI: Thermal Zone [PGT2] (74 C)
May 17 23:43:03 amit-laptop kernel: GHES: HEST is not enabled!
May 17 23:43:03 amit-laptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 17 23:43:03 amit-laptop kernel: Linux agpgart interface v0.103
May 17 23:43:03 amit-laptop kernel: brd: module loaded
May 17 23:43:03 amit-laptop kernel: loop: module loaded
May 17 23:43:03 amit-laptop kernel: libphy: Fixed MDIO Bus: probed
May 17 23:43:03 amit-laptop kernel: tun: Universal TUN/TAP device driver, 1.6
May 17 23:43:03 amit-laptop kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
May 17 23:43:03 amit-laptop kernel: PPP generic driver version 2.4.2
May 17 23:43:03 amit-laptop kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 17 23:43:03 amit-laptop kernel: ehci-pci: EHCI PCI platform driver
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: debug port 2
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2619000
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
May 17 23:43:03 amit-laptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
May 17 23:43:03 amit-laptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 23:43:03 amit-laptop kernel: usb usb1: Product: EHCI Host Controller
May 17 23:43:03 amit-laptop kernel: usb usb1: Manufacturer: Linux 4.4.0-22-generic ehci_hcd
May 17 23:43:03 amit-laptop kernel: usb usb1: SerialNumber: 0000:00:1a.0
May 17 23:43:03 amit-laptop kernel: hub 1-0:1.0: USB hub found
May 17 23:43:03 amit-laptop kernel: hub 1-0:1.0: 2 ports detected
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: debug port 2
May 17 23:43:03 amit-laptop kernel: ACPI: Battery Slot [BAT0] (battery present)
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: irq 19, io mem 0xd2618000
May 17 23:43:03 amit-laptop kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
May 17 23:43:03 amit-laptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
May 17 23:43:03 amit-laptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 23:43:03 amit-laptop kernel: usb usb2: Product: EHCI Host Controller
May 17 23:43:03 amit-laptop kernel: usb usb2: Manufacturer: Linux 4.4.0-22-generic ehci_hcd
May 17 23:43:03 amit-laptop kernel: usb usb2: SerialNumber: 0000:00:1d.0
May 17 23:43:03 amit-laptop kernel: hub 2-0:1.0: USB hub found
May 17 23:43:03 amit-laptop kernel: hub 2-0:1.0: 2 ports detected
May 17 23:43:03 amit-laptop kernel: ehci-platform: EHCI generic platform driver
May 17 23:43:03 amit-laptop kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 17 23:43:03 amit-laptop kernel: ohci-pci: OHCI PCI platform driver
May 17 23:43:03 amit-laptop kernel: ohci-platform: OHCI generic platform driver
May 17 23:43:03 amit-laptop kernel: uhci_hcd: USB Universal Host Controller Interface driver
May 17 23:43:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 17 23:43:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
May 17 23:43:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
May 17 23:43:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
May 17 23:43:03 amit-laptop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
May 17 23:43:03 amit-laptop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 23:43:03 amit-laptop kernel: usb usb3: Product: xHCI Host Controller
May 17 23:43:03 amit-laptop kernel: usb usb3: Manufacturer: Linux 4.4.0-22-generic xhci-hcd
May 17 23:43:03 amit-laptop kernel: usb usb3: SerialNumber: 0000:00:14.0
May 17 23:43:03 amit-laptop kernel: hub 3-0:1.0: USB hub found
May 17 23:43:03 amit-laptop kernel: hub 3-0:1.0: 4 ports detected
May 17 23:43:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 17 23:43:03 amit-laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
May 17 23:43:03 amit-laptop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
May 17 23:43:03 amit-laptop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 17 23:43:03 amit-laptop kernel: usb usb4: Product: xHCI Host Controller
May 17 23:43:03 amit-laptop kernel: usb usb4: Manufacturer: Linux 4.4.0-22-generic xhci-hcd
May 17 23:43:03 amit-laptop kernel: usb usb4: SerialNumber: 0000:00:14.0
May 17 23:43:03 amit-laptop kernel: hub 4-0:1.0: USB hub found
May 17 23:43:03 amit-laptop kernel: hub 4-0:1.0: 4 ports detected
May 17 23:43:03 amit-laptop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
May 17 23:43:03 amit-laptop kernel: i8042: Detected active multiplexing controller, rev 1.1
May 17 23:43:03 amit-laptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 17 23:43:03 amit-laptop kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
May 17 23:43:03 amit-laptop kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
May 17 23:43:03 amit-laptop kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
May 17 23:43:03 amit-laptop kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
May 17 23:43:03 amit-laptop kernel: mousedev: PS/2 mouse device common for all mice
May 17 23:43:03 amit-laptop kernel: rtc_cmos 00:01: RTC can wake from S4
May 17 23:43:03 amit-laptop kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
May 17 23:43:03 amit-laptop kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
May 17 23:43:03 amit-laptop kernel: i2c /dev entries driver
May 17 23:43:03 amit-laptop kernel: device-mapper: uevent: version 1.0.3
May 17 23:43:03 amit-laptop kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
May 17 23:43:03 amit-laptop kernel: Intel P-state driver initializing.
May 17 23:43:03 amit-laptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 17 23:43:03 amit-laptop kernel: NET: Registered protocol family 10
May 17 23:43:03 amit-laptop kernel: NET: Registered protocol family 17
May 17 23:43:03 amit-laptop kernel: Key type dns_resolver registered
May 17 23:43:03 amit-laptop kernel: microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
May 17 23:43:03 amit-laptop kernel: microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
May 17 23:43:03 amit-laptop kernel: microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
May 17 23:43:03 amit-laptop kernel: microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
May 17 23:43:03 amit-laptop kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
May 17 23:43:03 amit-laptop kernel: registered taskstats version 1
May 17 23:43:03 amit-laptop kernel: Loading compiled-in X.509 certificates
May 17 23:43:03 amit-laptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 10281ca0c0463cd0680138fff55319c9bd7d63b8'
May 17 23:43:03 amit-laptop kernel: zswap: loaded using pool lzo/zbud
May 17 23:43:03 amit-laptop kernel: Key type trusted registered
May 17 23:43:03 amit-laptop kernel: Key type encrypted registered
May 17 23:43:03 amit-laptop kernel: AppArmor: AppArmor sha1 policy hashing enabled
May 17 23:43:03 amit-laptop kernel: ima: No TPM chip found, activating TPM-bypass!
May 17 23:43:03 amit-laptop kernel: evm: HMAC attrs: 0x1
May 17 23:43:03 amit-laptop kernel:   Magic number: 0:758:744
May 17 23:43:03 amit-laptop kernel: rtc_cmos 00:01: setting system clock to 2016-05-17 17:42:57 UTC (1463506977)
May 17 23:43:03 amit-laptop kernel: BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
May 17 23:43:03 amit-laptop kernel: EDD information not available.
May 17 23:43:03 amit-laptop kernel: PM: Hibernation image not present or could not be loaded.
May 17 23:43:03 amit-laptop kernel: Freeing unused kernel memory: 1480K (ffffffff81f41000 - ffffffff820b3000)
May 17 23:43:03 amit-laptop kernel: Write protecting the kernel read-only data: 14336k
May 17 23:43:03 amit-laptop kernel: Freeing unused kernel memory: 1868K (ffff88000182d000 - ffff880001a00000)
May 17 23:43:03 amit-laptop kernel: Freeing unused kernel memory: 176K (ffff880001dd4000 - ffff880001e00000)
May 17 23:43:03 amit-laptop kernel: random: systemd-udevd urandom read with 8 bits of entropy available
May 17 23:43:03 amit-laptop kernel: FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
May 17 23:43:03 amit-laptop kernel: ahci 0000:00:1f.2: version 3.0
May 17 23:43:03 amit-laptop kernel: [drm] Initialized drm 1.1.0 20060810
May 17 23:43:03 amit-laptop kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl RAID mode
May 17 23:43:03 amit-laptop kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
May 17 23:43:03 amit-laptop kernel: scsi host0: ahci
May 17 23:43:03 amit-laptop kernel: scsi host1: ahci
May 17 23:43:03 amit-laptop kernel: scsi host2: ahci
May 17 23:43:03 amit-laptop kernel: scsi host3: ahci
May 17 23:43:03 amit-laptop kernel: scsi host4: ahci
May 17 23:43:03 amit-laptop kernel: scsi host5: ahci
May 17 23:43:03 amit-laptop kernel: ata1: SATA max UDMA/133 abar m2048@0xd2617000 port 0xd2617100 irq 26
May 17 23:43:03 amit-laptop kernel: ata2: DUMMY
May 17 23:43:03 amit-laptop kernel: ata3: DUMMY
May 17 23:43:03 amit-laptop kernel: ata4: DUMMY
May 17 23:43:03 amit-laptop kernel: ata5: SATA max UDMA/133 abar m2048@0xd2617000 port 0xd2617300 irq 26
May 17 23:43:03 amit-laptop kernel: ata6: DUMMY
May 17 23:43:03 amit-laptop kernel: [drm] Memory usable by graphics device = 2048M
May 17 23:43:03 amit-laptop kernel: checking generic (c0000000 410000) vs hw (c0000000 10000000)
May 17 23:43:03 amit-laptop kernel: fb: switching to inteldrmfb from VESA VGA
May 17 23:43:03 amit-laptop kernel: Console: switching to colour dummy device 80x25
May 17 23:43:03 amit-laptop kernel: [drm] Replacing VGA console driver
May 17 23:43:03 amit-laptop kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
May 17 23:43:03 amit-laptop kernel: [drm] Driver supports precise vblank timestamp query.
May 17 23:43:03 amit-laptop kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
May 17 23:43:03 amit-laptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
May 17 23:43:03 amit-laptop kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
May 17 23:43:03 amit-laptop kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
May 17 23:43:03 amit-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/LNXVIDEO:00/input/input5
May 17 23:43:03 amit-laptop kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 17 23:43:03 amit-laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6
May 17 23:43:03 amit-laptop kernel: [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 23:43:03 amit-laptop kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
May 17 23:43:03 amit-laptop kernel: fbcon: inteldrmfb (fb0) is primary device
May 17 23:43:03 amit-laptop kernel: Console: switching to colour frame buffer device 170x48
May 17 23:43:03 amit-laptop kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 17 23:43:03 amit-laptop kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 23:43:03 amit-laptop kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024
May 17 23:43:03 amit-laptop kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 17 23:43:03 amit-laptop kernel: hub 1-1:1.0: USB hub found
May 17 23:43:03 amit-laptop kernel: hub 1-1:1.0: 6 ports detected
May 17 23:43:03 amit-laptop kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024
May 17 23:43:03 amit-laptop kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 17 23:43:03 amit-laptop kernel: hub 2-1:1.0: USB hub found
May 17 23:43:03 amit-laptop kernel: hub 2-1:1.0: 8 ports detected
May 17 23:43:03 amit-laptop kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 17 23:43:03 amit-laptop kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 17 23:43:03 amit-laptop kernel: ata1.00: ATA-8: TOSHIBA MK6476GSX, GS001C, max UDMA/100
May 17 23:43:03 amit-laptop kernel: ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
May 17 23:43:03 amit-laptop kernel: ata1.00: configured for UDMA/100
May 17 23:43:03 amit-laptop kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK6476GS 1C   PQ: 0 ANSI: 5
May 17 23:43:03 amit-laptop kernel: sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
May 17 23:43:03 amit-laptop kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
May 17 23:43:03 amit-laptop kernel: sd 0:0:0:0: [sda] Write Protect is off
May 17 23:43:03 amit-laptop kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 17 23:43:03 amit-laptop kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 17 23:43:03 amit-laptop kernel: ata5.00: ATAPI: hp       CDDVDW SN-208BB, HH03, max UDMA/100
May 17 23:43:03 amit-laptop kernel: ata5.00: configured for UDMA/100
May 17 23:43:03 amit-laptop kernel: scsi 4:0:0:0: CD-ROM            hp       CDDVDW SN-208BB  HH03 PQ: 0 ANSI: 5
May 17 23:43:03 amit-laptop kernel: sr 4:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
May 17 23:43:03 amit-laptop kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
May 17 23:43:03 amit-laptop kernel: sr 4:0:0:0: Attached scsi CD-ROM sr0
May 17 23:43:03 amit-laptop kernel: sr 4:0:0:0: Attached scsi generic sg1 type 5
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 23:43:03 amit-laptop kernel:  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 >
May 17 23:43:03 amit-laptop kernel: sd 0:0:0:0: [sda] Attached SCSI disk
May 17 23:43:03 amit-laptop kernel: usb 1-1.3: new full-speed USB device number 3 using ehci-pci
May 17 23:43:03 amit-laptop kernel: [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
May 17 23:43:03 amit-laptop kernel: [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 23:43:03 amit-laptop kernel: usb 1-1.3: New USB device found, idVendor=8087, idProduct=07da
May 17 23:43:03 amit-laptop kernel: usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
May 17 23:43:03 amit-laptop kernel: usb 1-1.6: new high-speed USB device number 4 using ehci-pci
May 17 23:43:03 amit-laptop kernel: tsc: Refined TSC clocksource calibration: 2494.333 MHz
May 17 23:43:03 amit-laptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f45085418, max_idle_ns: 440795285711 ns
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 23:43:03 amit-laptop kernel: usb 1-1.6: New USB device found, idVendor=04f2, idProduct=b2f8
May 17 23:43:03 amit-laptop kernel: usb 1-1.6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
May 17 23:43:03 amit-laptop kernel: usb 1-1.6: Product: HP Truevision HD
May 17 23:43:03 amit-laptop kernel: usb 1-1.6: Manufacturer: Chicony Electronics Co.,Ltd.
May 17 23:43:03 amit-laptop kernel: usb 1-1.6: SerialNumber: 0x0001
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0x7c on isa0060/serio0).
May 17 23:43:03 amit-laptop kernel: atkbd serio0: Use 'setkeycodes 7c <keycode>' to make it known.
May 17 23:43:03 amit-laptop kernel: clocksource: Switched to clocksource tsc
May 17 23:43:03 amit-laptop kernel: psmouse serio4: synaptics: queried max coordinates: x [..5702], y [..4926]
May 17 23:43:03 amit-laptop kernel: psmouse serio4: synaptics: queried min coordinates: x [1240..], y [926..]
May 17 23:43:03 amit-laptop kernel: random: nonblocking pool is initialized
May 17 23:43:03 amit-laptop kernel: psmouse serio4: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00/0x0, board id: 2058, fw id: 1188304
May 17 23:43:03 amit-laptop kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input13
May 17 23:43:03 amit-laptop kernel: EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
May 17 23:43:03 amit-laptop systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
May 17 23:43:03 amit-laptop systemd[1]: Detected architecture x86-64.
May 17 23:43:03 amit-laptop systemd[1]: Set hostname to <amit-laptop>.
May 17 23:43:03 amit-laptop systemd[1]: Reached target Remote File Systems (Pre).
May 17 23:43:03 amit-laptop systemd[1]: Reached target Encrypted Volumes.
May 17 23:43:03 amit-laptop systemd[1]: Created slice User and Session Slice.
May 17 23:43:03 amit-laptop systemd[1]: Listening on udev Kernel Socket.
May 17 23:43:03 amit-laptop systemd[1]: Reached target User and Group Name Lookups.
May 17 23:43:03 amit-laptop systemd[1]: Listening on Journal Socket.
May 17 23:43:03 amit-laptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 17 23:43:03 amit-laptop systemd[1]: Listening on Syslog Socket.
May 17 23:43:03 amit-laptop systemd[1]: Listening on Journal Socket (/dev/log).
May 17 23:43:03 amit-laptop systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
May 17 23:43:03 amit-laptop systemd[1]: Reached target Remote File Systems.
May 17 23:43:03 amit-laptop systemd[1]: Listening on Journal Audit Socket.
May 17 23:43:03 amit-laptop systemd[1]: Listening on udev Control Socket.
May 17 23:43:03 amit-laptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 17 23:43:03 amit-laptop systemd[1]: Listening on fsck to fsckd communication Socket.
May 17 23:43:03 amit-laptop systemd[1]: Created slice System Slice.
May 17 23:43:03 amit-laptop systemd[1]: Starting Nameserver information manager...
May 17 23:43:03 amit-laptop systemd[1]: Starting Uncomplicated firewall...
May 17 23:43:03 amit-laptop systemd[1]: Started Read required files in advance.
May 17 23:43:03 amit-laptop systemd[1]: Mounting POSIX Message Queue File System...
May 17 23:43:03 amit-laptop systemd[1]: Starting Create list of required static device nodes for the current kernel...
May 17 23:43:03 amit-laptop systemd[1]: Mounting Debug File System...
May 17 23:43:03 amit-laptop systemd[1]: Starting Journal Service...
May 17 23:43:03 amit-laptop systemd[1]: Mounting Huge Pages File System...
May 17 23:43:03 amit-laptop systemd[1]: Started Braille Device Support.
May 17 23:43:03 amit-laptop systemd[1]: Starting Load Kernel Modules...
May 17 23:43:03 amit-laptop systemd[1]: Reached target Slices.
May 17 23:43:03 amit-laptop systemd[1]: Created slice system-getty.slice.
May 17 23:43:03 amit-laptop systemd[1]: Started Uncomplicated firewall.
May 17 23:43:03 amit-laptop systemd[1]: Mounted POSIX Message Queue File System.
May 17 23:43:03 amit-laptop systemd[1]: Mounted Debug File System.
May 17 23:43:03 amit-laptop systemd[1]: Mounted Huge Pages File System.
May 17 23:43:03 amit-laptop systemd[1]: Started Create list of required static device nodes for the current kernel.
May 17 23:43:03 amit-laptop systemd[1]: Starting Create Static Device Nodes in /dev...
May 17 23:43:03 amit-laptop systemd[1]: Started Nameserver information manager.
May 17 23:43:03 amit-laptop systemd[1]: Started Journal Service.
May 17 23:43:03 amit-laptop kernel: lp: driver loaded but no devices found
May 17 23:43:03 amit-laptop kernel: ppdev: user-space parallel port driver
May 17 23:43:04 amit-laptop kernel: EXT4-fs (sda11): re-mounted. Opts: errors=remount-ro
May 17 23:43:05 amit-laptop kernel: Initializing HPQ6001 module
May 17 23:43:05 amit-laptop kernel: input: HP Wireless hotkeys as /devices/virtual/input/input14
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000534 (\_SB_.PCI0.LPCB.EC0_.IOS0) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000534 (\_SB_.PCI0.LPCB.EC0_.IOS0) (20150930/utaddress-254)
May 17 23:43:05 amit-laptop kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 17 23:43:05 amit-laptop kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
May 17 23:43:05 amit-laptop kernel: wmi: Mapper loaded
May 17 23:43:05 amit-laptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 17 23:43:05 amit-laptop kernel: media: Linux media interface: v0.10
May 17 23:43:05 amit-laptop kernel: Linux video capture interface: v2.00
May 17 23:43:06 amit-laptop kernel: AVX version of gcm_enc/dec engaged.
May 17 23:43:06 amit-laptop kernel: AES CTR mode by8 optimization enabled
May 17 23:43:06 amit-laptop kernel: Bluetooth: Core ver 2.21
May 17 23:43:06 amit-laptop kernel: NET: Registered protocol family 31
May 17 23:43:06 amit-laptop kernel: Bluetooth: HCI device and connection manager initialized
May 17 23:43:06 amit-laptop kernel: Bluetooth: HCI socket layer initialized
May 17 23:43:06 amit-laptop kernel: Bluetooth: L2CAP socket layer initialized
May 17 23:43:06 amit-laptop kernel: Bluetooth: SCO socket layer initialized
May 17 23:43:06 amit-laptop kernel: usbcore: registered new interface driver btusb
May 17 23:43:06 amit-laptop kernel: uvcvideo: Found UVC 1.00 device HP Truevision HD (04f2:b2f8)
May 17 23:43:06 amit-laptop kernel: input: HP Truevision HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input15
May 17 23:43:06 amit-laptop kernel: usbcore: registered new interface driver uvcvideo
May 17 23:43:06 amit-laptop kernel: USB Video Class driver (1.1.1)
May 17 23:43:06 amit-laptop kernel: Intel(R) Wireless WiFi driver for Linux
May 17 23:43:06 amit-laptop kernel: Copyright(c) 2003- 2015 Intel Corporation
May 17 23:43:06 amit-laptop kernel: iwlwifi 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
May 17 23:43:06 amit-laptop kernel: iwlwifi 0000:08:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
May 17 23:43:06 amit-laptop kernel: iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUG disabled
May 17 23:43:06 amit-laptop kernel: iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
May 17 23:43:06 amit-laptop kernel: iwlwifi 0000:08:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
May 17 23:43:06 amit-laptop kernel: iwlwifi 0000:08:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
May 17 23:43:06 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 23:43:06 amit-laptop kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
May 17 23:43:06 amit-laptop kernel: input: HP WMI hotkeys as /devices/virtual/input/input16
May 17 23:43:07 amit-laptop kernel: intel_rapl: Found RAPL domain package
May 17 23:43:07 amit-laptop kernel: intel_rapl: Found RAPL domain core
May 17 23:43:07 amit-laptop kernel: intel_rapl: Found RAPL domain uncore
May 17 23:43:07 amit-laptop kernel: intel_rapl: RAPL package 0 domain package locked by BIOS
May 17 23:43:07 amit-laptop kernel: iwlwifi 0000:08:00.0 wlo1: renamed from wlan0
May 17 23:43:07 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD91BXX: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
May 17 23:43:07 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 17 23:43:07 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
May 17 23:43:07 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
May 17 23:43:07 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:    inputs:
May 17 23:43:07 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
May 17 23:43:07 amit-laptop kernel: snd_hda_codec_idt hdaudioC0D0:      Mic=0xc
May 17 23:43:07 amit-laptop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
May 17 23:43:07 amit-laptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
May 17 23:43:07 amit-laptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
May 17 23:43:07 amit-laptop kernel: cfg80211: World regulatory domain updated:
May 17 23:43:07 amit-laptop kernel: cfg80211:  DFS Master region: unset
May 17 23:43:07 amit-laptop kernel: cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
May 17 23:43:07 amit-laptop kernel: cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
May 17 23:43:08 amit-laptop kernel: Adding 5998588k swap on /dev/sda10.  Priority:-1 extents:1 across:5998588k FS
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.283:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/ubuntu-core-launcher" pid=624 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.319:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=620 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.319:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=620 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.331:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=621 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.331:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=621 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.331:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=621 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.331:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=621 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.347:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=622 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.347:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=622 comm="apparmor_parser"
May 17 23:43:10 amit-laptop kernel: audit: type=1400 audit(1463506990.347:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=622 comm="apparmor_parser"
May 17 23:43:13 amit-laptop kernel: bbswitch: module verification failed: signature and/or required key missing - tainting kernel
May 17 23:43:13 amit-laptop kernel: bbswitch: version 0.8
May 17 23:43:13 amit-laptop kernel: bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
May 17 23:43:13 amit-laptop kernel: bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
May 17 23:43:13 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 23:43:13 amit-laptop kernel: bbswitch: detected an Optimus _DSM function
May 17 23:43:13 amit-laptop kernel: pci 0000:01:00.0: enabling device (0006 -> 0007)
May 17 23:43:13 amit-laptop kernel: bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
May 17 23:43:13 amit-laptop kernel: bbswitch: disabling discrete graphics
May 17 23:43:13 amit-laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
May 17 23:43:14 amit-laptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 17 23:43:14 amit-laptop kernel: Bluetooth: BNEP filters: protocol multicast
May 17 23:43:14 amit-laptop kernel: Bluetooth: BNEP socket layer initialized
May 17 23:43:16 amit-laptop kernel: Bluetooth: RFCOMM TTY layer initialized
May 17 23:43:16 amit-laptop kernel: Bluetooth: RFCOMM socket layer initialized
May 17 23:43:16 amit-laptop kernel: Bluetooth: RFCOMM ver 1.11
May 17 23:43:17 amit-laptop kernel: rfkill: input handler disabled
May 17 23:43:18 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
May 17 23:43:18 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 23:43:18 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 23:43:18 amit-laptop kernel: iwlwifi 0000:08:00.0: Radio type=0x2-0x0-0x0
May 17 23:43:19 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 23:43:19 amit-laptop kernel: iwlwifi 0000:08:00.0: L1 Enabled - LTR Disabled
May 17 23:43:19 amit-laptop kernel: iwlwifi 0000:08:00.0: Radio type=0x2-0x0-0x0
May 17 23:43:19 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
May 17 23:43:20 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
May 17 23:43:20 amit-laptop kernel: wlo1: authenticate with c4:e9:84:a2:39:be
May 17 23:43:20 amit-laptop kernel: wlo1: send auth to c4:e9:84:a2:39:be (try 1/3)
May 17 23:43:20 amit-laptop kernel: wlo1: authenticated
May 17 23:43:20 amit-laptop kernel: wlo1: waiting for beacon from c4:e9:84:a2:39:be
May 17 23:43:20 amit-laptop kernel: wlo1: associate with c4:e9:84:a2:39:be (try 1/3)
May 17 23:43:20 amit-laptop kernel: wlo1: RX AssocResp from c4:e9:84:a2:39:be (capab=0x431 status=0 aid=1)
May 17 23:43:20 amit-laptop kernel: wlo1: associated
May 17 23:43:20 amit-laptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
May 17 23:44:14 amit-laptop kernel: bbswitch: enabling discrete graphics
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:53 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Unknown key released (translated set 2, code 0xab on isa0060/serio0).
May 17 23:44:54 amit-laptop kernel: atkbd serio0: Use 'setkeycodes e02b <keycode>' to make it known.
LordAmit commented 8 years ago

Just in case,

diff bumblebee.conf bumblebee.conf.bak -y --suppress-common-lines 
Driver=nvidia                             | Driver=
KernelDriver=nvidia                       | KernelDriver=nvidia-current
LibraryPath=/usr/lib/nvidia-361:/usr/lib32/nvidia-current     | LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
XorgModulePath=/usr/lib/nvidia-361/xorg,/usr/lib/xorg/modules | XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/

This looks okay, right?

bluca commented 8 years ago

Try KernelDriver=nvidia-361 while I download the package and check the modprobe alias

bluca commented 8 years ago

Do you have a: /etc/modprobe.d/nvidia-graphics-drivers.conf ? What is the content/what does it point to if it's a symlink, and what is the content of that?

LordAmit commented 8 years ago

KernelDriver=nvidia-361 works. Just confirmed. These are in /etc/modprobe.d

/etc/modprobe.d$ ll
total 80
drwxr-xr-x   2 root root  4096 May 17 23:27 ./
drwxr-xr-x 157 root root 12288 May 17 23:28 ../
-rw-r--r--   1 root root  2507 Jul 31  2015 alsa-base.conf
-rw-r--r--   1 root root   325 Mar 13 19:36 blacklist-ath_pci.conf
-rw-r--r--   1 root root  1907 May  1 02:47 blacklist.conf
-rw-r--r--   1 root root  1603 May  1 02:47 blacklist.conf.bak
-rw-r--r--   1 root root   210 Mar 13 19:36 blacklist-firewire.conf
-rw-r--r--   1 root root   697 Mar 13 19:36 blacklist-framebuffer.conf
-rw-r--r--   1 root root   156 Jul 31  2015 blacklist-modem.conf
lrwxrwxrwx   1 root root    41 Apr 30 14:56 blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
-rw-r--r--   1 root root   583 Mar 13 19:36 blacklist-rare-network.conf
-rw-r--r--   1 root root  1077 Mar 13 19:36 blacklist-watchdog.conf
-rw-r--r--   1 root root  2205 May 17 01:17 bumblebee.conf
-rw-r--r--   1 root root   127 Mar 12  2015 dkms.conf
-rw-r--r--   1 root root   390 Apr 12 16:06 fbdev-blacklist.conf
-rw-r--r--   1 root root   347 Mar 13 19:36 iwlwifi.conf
-rw-r--r--   1 root root   104 Mar 13 19:36 mlx4.conf
-rw-r--r--   1 root root   153 Apr 14 21:53 nvidia-361_hybrid.conf
-rw-r--r--   1 root root    30 Mar  3 20:28 vmwgfx-fbdev.conf
bluca commented 8 years ago

if you --reinstall nvidia-361, does nvidia-graphics-drivers.conf reappear? It should be a symlink to the driver-specific modprobe file /lib/nvidia-$VER/modprobe.conf

LordAmit commented 8 years ago

Let me check. Currently reinstalling nvidia-361.

LordAmit commented 8 years ago

Nope. :dizzy_face:


 sudo apt install --reinstall nvidia-361
[sudo] password for amit: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  exiftran ffmpegthumbnailer libffmpegthumbnailer4v5 libflickcurl0 libjs-prototype libjs-scriptaculous libjs-sphinxdoc liblensfun-data
  liblensfun0 libosmgpsmap-1.0-1 libpugixml1v5 libsqlite0 python-hachoir-core python-hachoir-metadata python-hachoir-parser
  python-kaa-base python-kaa-metadata python-pyexiv2 python-pyexiv2-doc python-sqlite
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/67.6 MB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 396384 files and directories currently installed.)
Preparing to unpack .../nvidia-361_361.42-0ubuntu2_amd64.deb ...
Stopping nvidia-persistenced
nvidia-persistenced: no process found
Done.
Removing all DKMS Modules
Done.
Stopping previous nvidia-persistenced
nvidia-persistenced: no process found
Done.
Unpacking nvidia-361 (361.42-0ubuntu2) over (361.42-0ubuntu2) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db (2.7.5-1) ...
Setting up nvidia-361 (361.42-0ubuntu2) ...
INFO:Enable nvidia-361
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
Loading new nvidia-361-361.42 DKMS files...
Building only for 4.4.0-22-generic
Building for architecture x86_64
Building initial module for 4.4.0-22-generic
Done.

nvidia_361:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.4.0-22-generic/updates/dkms/

nvidia_361_modeset.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.4.0-22-generic/updates/dkms/

nvidia_361_uvm.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.4.0-22-generic/updates/dkms/

depmod....

DKMS: install completed.
Processing triggers for libc-bin (2.23-0ubuntu3) ...
amit@amit-laptop:/etc/modprobe.d$ ll
total 80
drwxr-xr-x   2 root root  4096 May 18 00:14 ./
drwxr-xr-x 157 root root 12288 May 18 00:15 ../
-rw-r--r--   1 root root  2507 Jul 31  2015 alsa-base.conf
-rw-r--r--   1 root root   325 Mar 13 19:36 blacklist-ath_pci.conf
-rw-r--r--   1 root root  1907 May  1 02:47 blacklist.conf
-rw-r--r--   1 root root  1603 May  1 02:47 blacklist.conf.bak
-rw-r--r--   1 root root   210 Mar 13 19:36 blacklist-firewire.conf
-rw-r--r--   1 root root   697 Mar 13 19:36 blacklist-framebuffer.conf
-rw-r--r--   1 root root   156 Jul 31  2015 blacklist-modem.conf
lrwxrwxrwx   1 root root    41 Apr 30 14:56 blacklist-oss.conf -> /lib/linux-sound-base/noOSS.modprobe.conf
-rw-r--r--   1 root root   583 Mar 13 19:36 blacklist-rare-network.conf
-rw-r--r--   1 root root  1077 Mar 13 19:36 blacklist-watchdog.conf
-rw-r--r--   1 root root  2205 May 17 01:17 bumblebee.conf
-rw-r--r--   1 root root   127 Mar 12  2015 dkms.conf
-rw-r--r--   1 root root   390 Apr 12 16:06 fbdev-blacklist.conf
-rw-r--r--   1 root root   347 Mar 13 19:36 iwlwifi.conf
-rw-r--r--   1 root root   104 Mar 13 19:36 mlx4.conf
-rw-r--r--   1 root root   153 Apr 14 21:53 nvidia-361_hybrid.conf
-rw-r--r--   1 root root    30 Mar  3 20:28 vmwgfx-fbdev.conf
bluca commented 8 years ago

That's a bug in the nvidia-361 package then. Sigh.

But besides this problem, with KernelDriver=nvidia, it works? After glxgears exits, is the module unloaded and the card off?

lsmod | grep nvidia cat /proc/acpi/bbswitch

LordAmit commented 8 years ago

It never worked with KernelDriver=nvidia after nvidia-361 was installed.

with nvidia-361 here is what happens when I exit glxgears:

 optirun -v -v glxgears
[ 2317.666828] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 2317.667209] [INFO]Configured driver: nvidia
[ 2317.667454] [DEBUG]optirun version 3.2.1 starting...
[ 2317.667469] [DEBUG]Active configuration:
[ 2317.667474] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 2317.667479] [DEBUG] X display: :8
[ 2317.667483] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia-361:/usr/lib32/nvidia-current
[ 2317.667487] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 2317.667491] [DEBUG] Accel/display bridge: auto
[ 2317.667495] [DEBUG] VGL Compression: proxy
[ 2317.667502] [DEBUG] VGLrun extra options: 
[ 2317.667530] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus
[ 2317.667639] [DEBUG]Using auto-detected bridge primus
[ 2317.949738] [INFO]Response: Yes. X is active.

[ 2317.949757] [INFO]Running application using primus.
[ 2317.949899] [DEBUG]Process glxgears started, PID 9760.
^C[ 2322.295217] [WARN]Received Interrupt signal.
[ 2322.295241] [DEBUG]Socket closed.
[ 2322.327094] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 2322.327136] [DEBUG]Socket closed.
[ 2322.327144] [DEBUG]Killing all remaining processes.
lsmod | grep nvidia
nvidia              10076160  0
drm                   360448  11 i915,drm_kms_helper,nvidia
cat /proc/acpi/bbswitch
0000:01:00.0 ON

Wait... was not this supposed to be... off? :ghost: