Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#651 Le 19/10/2011, à 14:54

Xqua

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Hey people !

Bon just pour re-remercier AngeGabriel ! et vous donnez une petite update :
pour un Alienware M11XR3, Ubuntu 11.10 (Gnome Shell, ou Unity) Bumblebee fonctionne parfaitement !
Pour les ACPI CALL, je vous recommande d'essayer ceci avant de les mettrent dans integrer a Bumblebee, mais cela devrait fonctionner :

echo '\_SB.PCI0.PEG0.PEGP._OFF' > /proc/acpi/call
lspci -vnnn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller 8086:0116 (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device 10de:0df4 (prog-if ff)
echo '\_SB.PCI0.PEG0.PEGP._ON' > /proc/acpi/cal
lspci -vnnn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller 8086:0116 (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device 10de:0df4 (prog-if 00 [VGA controller])

le  [VGA controller] , signifie que la carte est ON, si il est absent elle est OFF.

Voici un graph de la consomation de la carte ! (les valeurs sont en seconde, et en Mw/h) (Le pic au debut est du a l'activation de la carte Nvidia avec la commande "optirun glxsphere")

Graph de la consomation


pour ceux qui veulent, voici le code du script python :

#!/usr/bin/python

#Dependency : Matplotlib : http://matplotlib.sourceforge.net/ or "apt-get install python-matplotib"
#Usage : run the script, when you want to stop hit Ctrl+C

#FR
#Dépendance : Matplotlib : http://matplotlib.sourceforge.net/ or "apt-get install python-matplotib"
#Utilisation Lancer le script, quand vous voulez l’arrêter presser Ctrl+C

import matplotlib.pyplot as plt
import time
graph = []
t = []
while True:
    try:
        f = open('/proc/acpi/battery/BAT1/state')
        lines = f.readlines()
        graph.append(lines[3].split(':')[1].replace(' mW\n','').strip())
        t.append(time.time())
        f.close()
    except (KeyboardInterrupt):
        times = []
        for i in t:
            times.append(i-t[0])
        ax = plt.subplot(111)
        ax.plot(times,graph)
        plt.show()
        break
    except Exception,e:
        print "ERROR",e

Dernière modification par Xqua (Le 19/10/2011, à 14:57)


pyAlienFX a python driver for the Alienware AlienFX : https://code.google.com/p/pyalienfx

Hors ligne

#652 Le 19/10/2011, à 17:42

Martinus 5

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Bonjour,

Alors qu'hier ArchangeGabriel avait réussi a réglé mon problème, qui était en fait super connu, à savoir remplacer "DFP par "CRT" dans le fichier xorg.conf.nvidia pour que "optirun glxspheres" puisse tourner et éviter d'afficher le message d'erreur :

The Bumblebee X server was not available, please check the
Bumblebee logfile at /var/log/bumblebee.log
==================================================

Aujourd'hui, par contre, je retrouve ce nouveau message d'erreur alors que le changement dans xorg.conf.nvidia a bien été fait...

Voici les log :

[   7536.23] Loading driver...
[   7536.78] insmod /lib/modules/3.0.0-12-generic/updates/dkms/nvidia_current.ko 
[   7536.78]   FATAL: Error inserting nvidia_current (/lib/modules/3.0.0-12-generic/updates/dkms/nvidia_current.ko): No such device
[   7536.79] The driver failed to load.
[   7536.79] Waiting for orders
[   8105.97] Optirun start request received.
[   8105.97] Checking for X server availability before starting X...
[   8105.98] X server is not started
[   8105.99] Enabling graphics card...
[   8106.06] 
[   8106.07] Loading driver...
[   8106.62] insmod /lib/modules/3.0.0-12-generic/updates/dkms/nvidia_current.ko 
[   8106.62]   FATAL: Error inserting nvidia_current (/lib/modules/3.0.0-12-generic/updates/dkms/nvidia_current.ko): No such device
[   8106.63] The driver failed to load.
[   8106.63] Waiting for orders

J'espère que ce post pourra aider à régler quelque problème récurant.

Je rappelle que j'ai un Asus X64J (correspondant à une architecture N61Jv) sous Ubuntu 11.10

Je vais redémarrer pour voir si j'ai un changement. En fait là je viens de sortir mon PC d'un test d'hibernation d'où peut-être le problème...

Cordialement,
Martinus

Hors ligne

#653 Le 19/10/2011, à 17:49

ArchangeGabriel

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

@Mario_26 : Il faudrait pouvoir jeter un coup d'oeil au kern.log sur la période correspondante. Ce n'est pas la première fois que ce problème apparaît, et il y a une solution a priori simple mais il faut vérifier le diagnostic. Pour ce qui est de bumblebee+driver libre, la réponse est en partie, on peut utiliser nouveau, mais on n'a pas fini le travail pour cela, mais ce n'est pas très difficile. Il faut modifier le fichier de config de bumblebee et changer le driver pour nouveau, modifier le fichier /etc/bumblebee/xorg.conf.nouveau et ajouter le BusID comme dans le xorg.conf.nvidia, et redémarrer bumblebee.

@Xqua : Tout à fait, en remplaçant par ses propres appels.

@Martinus 5: Je pense connaître le bug, c'est très certainement lié à acpi_call, j'aurais besoin de voir le kern.log.

Hors ligne

#654 Le 19/10/2011, à 18:07

Mario_26

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Voila mon kern.log :

Oct 19 17:52:43 mario-laptop-dell kernel: [   73.225131] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:52:43 mario-laptop-dell kernel: [   73.225143] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
Oct 19 17:52:43 mario-laptop-dell kernel: [   73.225329] NVRM: loading NVIDIA UNIX x86 Kernel Module  280.13  Wed Jul 27 16:55:43 PDT 2011
Oct 19 17:52:44 mario-laptop-dell kernel: [   74.932550] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
Oct 19 17:52:44 mario-laptop-dell kernel: [   74.937304] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1077)
Oct 19 17:52:44 mario-laptop-dell kernel: [   74.937318] NVRM: rm_init_adapter(0) failed
Oct 19 17:52:58 mario-laptop-dell kernel: [   88.940231] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
Oct 19 17:52:58 mario-laptop-dell kernel: [   88.945340] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1077)
Oct 19 17:52:58 mario-laptop-dell kernel: [   88.945356] NVRM: rm_init_adapter(0) failed
Oct 19 17:53:19 mario-laptop-dell kernel: [  109.453322] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
Oct 19 17:53:19 mario-laptop-dell kernel: [  109.458002] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1077)
Oct 19 17:53:19 mario-laptop-dell kernel: [  109.458015] NVRM: rm_init_adapter(0) failed
Oct 19 17:53:52 mario-laptop-dell kernel: [  142.104756] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
Oct 19 17:53:52 mario-laptop-dell kernel: [  142.109378] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1077)
Oct 19 17:53:52 mario-laptop-dell kernel: [  142.109390] NVRM: rm_init_adapter(0) failed
Oct 19 17:54:14 mario-laptop-dell kernel: [  164.338393] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
Oct 19 17:54:14 mario-laptop-dell kernel: [  164.340178] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1077)
Oct 19 17:54:14 mario-laptop-dell kernel: [  164.340186] NVRM: rm_init_adapter(0) failed

Que doit-je faire ?


Dell Vostro 3700 | 4 Gib DDR | Geforce GT 330M | Intel Core I5 | Precise Pangolin -> I like ubuntu (-;
Communauté Devosi
Open Source Informatique

Hors ligne

#655 Le 19/10/2011, à 19:08

Martinus 5

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

En redémarrant j'ai pu à nouveau lancer la commande "optirun glxspheres" sans problème.

Voici mon kern.log :

Oct 19 15:19:14 martinus kernel: imklog 5.8.1, log source = /proc/kmsg started.
Oct 19 15:19:14 martinus kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 19 15:19:14 martinus kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 19 15:19:14 martinus kernel: [    0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 (Ubuntu 3.0.0-12.20-generic 3.0.4)
Oct 19 15:19:14 martinus kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=c70cbc82-b349-4b12-82cb-9718852dd88d ro quiet splash vt.handoff=7
Oct 19 15:19:14 martinus kernel: [    0.000000] KERNEL supported cpus:
Oct 19 15:19:14 martinus kernel: [    0.000000]   Intel GenuineIntel
Oct 19 15:19:14 martinus kernel: [    0.000000]   AMD AuthenticAMD
Oct 19 15:19:14 martinus kernel: [    0.000000]   Centaur CentaurHauls
Oct 19 15:19:14 martinus kernel: [    0.000000] BIOS-provided physical RAM map:
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000badef000 (usable)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000badef000 - 00000000bae74000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae74000 - 00000000bae76000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae76000 - 00000000bae86000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae86000 - 00000000bae97000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae97000 - 00000000baead000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baead000 - 00000000baed6000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baed6000 - 00000000baee7000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baee7000 - 00000000baeea000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baeea000 - 00000000baeeb000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baeeb000 - 00000000baefd000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baefd000 - 00000000baf00000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf00000 - 00000000baf04000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf04000 - 00000000baf05000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf05000 - 00000000baf09000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf09000 - 00000000baf0c000 (ACPI data)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf0c000 - 00000000baf11000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf11000 - 00000000baf20000 (ACPI NVS)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf20000 - 00000000bc000000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000bde00000 - 00000000c0000000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 0000000138000000 (usable)
Oct 19 15:19:14 martinus kernel: [    0.000000] NX (Execute Disable) protection: active
Oct 19 15:19:14 martinus kernel: [    0.000000] DMI 2.6 present.
Oct 19 15:19:14 martinus kernel: [    0.000000] DMI: ASUSTeK Computer INC. N61Jv/N61Jv, BIOS 208 01/28/2010
Oct 19 15:19:14 martinus kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Oct 19 15:19:14 martinus kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Oct 19 15:19:14 martinus kernel: [    0.000000] No AGP bridge found
Oct 19 15:19:14 martinus kernel: [    0.000000] last_pfn = 0x138000 max_arch_pfn = 0x400000000
Oct 19 15:19:14 martinus kernel: [    0.000000] MTRR default type: uncachable
Oct 19 15:19:14 martinus kernel: [    0.000000] MTRR fixed ranges enabled:
Oct 19 15:19:14 martinus kernel: [    0.000000]   00000-9FFFF write-back
Oct 19 15:19:14 martinus kernel: [    0.000000]   A0000-BFFFF uncachable
Oct 19 15:19:14 martinus kernel: [    0.000000]   C0000-CFFFF write-protect
Oct 19 15:19:14 martinus kernel: [    0.000000]   D0000-DFFFF uncachable
Oct 19 15:19:14 martinus kernel: [    0.000000]   E0000-FFFFF write-protect
Oct 19 15:19:14 martinus kernel: [    0.000000] MTRR variable ranges enabled:
Oct 19 15:19:14 martinus kernel: [    0.000000]   0 base 000000000 mask F80000000 write-back
Oct 19 15:19:14 martinus kernel: [    0.000000]   1 base 080000000 mask FC0000000 write-back
Oct 19 15:19:14 martinus kernel: [    0.000000]   2 base 0BC000000 mask FFC000000 uncachable
Oct 19 15:19:14 martinus kernel: [    0.000000]   3 base 100000000 mask FC0000000 write-back
Oct 19 15:19:14 martinus kernel: [    0.000000]   4 base 138000000 mask FF8000000 uncachable
Oct 19 15:19:14 martinus kernel: [    0.000000]   5 base 0FFE00000 mask FFFE00000 write-protect
Oct 19 15:19:14 martinus kernel: [    0.000000]   6 disabled
Oct 19 15:19:14 martinus kernel: [    0.000000]   7 disabled
Oct 19 15:19:14 martinus kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 19 15:19:14 martinus kernel: [    0.000000] last_pfn = 0xbadef max_arch_pfn = 0x400000000
Oct 19 15:19:14 martinus kernel: [    0.000000] found SMP MP-table at [ffff8800000fcae0] fcae0
Oct 19 15:19:14 martinus kernel: [    0.000000] initial memory mapped : 0 - 20000000
Oct 19 15:19:14 martinus kernel: [    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 20480
Oct 19 15:19:14 martinus kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000badef000
Oct 19 15:19:14 martinus kernel: [    0.000000]  0000000000 - 00bac00000 page 2M
Oct 19 15:19:14 martinus kernel: [    0.000000]  00bac00000 - 00badef000 page 4k
Oct 19 15:19:14 martinus kernel: [    0.000000] kernel direct mapping tables up to badef000 @ badea000-badef000
Oct 19 15:19:14 martinus kernel: [    0.000000] init_memory_mapping: 0000000100000000-0000000138000000
Oct 19 15:19:14 martinus kernel: [    0.000000]  0100000000 - 0138000000 page 2M
Oct 19 15:19:14 martinus kernel: [    0.000000] kernel direct mapping tables up to 138000000 @ 137ffa000-138000000
Oct 19 15:19:14 martinus kernel: [    0.000000] RAMDISK: 365a2000 - 372c9000
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 _ASUS_)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: XSDT 00000000baf0ae18 0005C (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: FACP 00000000baeeac18 000F4 (v04 _ASUS_   _ASUS_ 06222004 MSFT 00010013)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xBAF1CF40/0x00000000BAF1FD40, using 32 (20110413/tbfadt-489)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: DSDT 00000000bae9f018 0D800 (v01 _ASUS_   _ASUS_ 00000000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: FACS 00000000baf1cf40 00040
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: APIC 00000000baf09f18 0008C (v02 _ASUS_   _ASUS_ 06222004 MSFT 00010013)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: MCFG 00000000baf1ed18 0003C (v01 _ASUS_   _ASUS_ 06222004 MSFT 00000097)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: HPET 00000000baf1ec98 00038 (v01 _ASUS_   _ASUS_ 06222004 AMI. 00000003)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: ECDT 00000000baf1fb18 000C1 (v01 _ASUS_   _ASUS_ 06222004 AMI  00000000)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: SLIC 00000000baf17a18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: SSDT 00000000baf04018 009F1 (v01  PmRef    CpuPm 00003000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct 19 15:19:14 martinus kernel: [    0.000000] No NUMA configuration found
Oct 19 15:19:14 martinus kernel: [    0.000000] Faking a node at 0000000000000000-0000000138000000
Oct 19 15:19:14 martinus kernel: [    0.000000] Initmem setup node 0 0000000000000000-0000000138000000
Oct 19 15:19:14 martinus kernel: [    0.000000]   NODE_DATA [0000000137ffb000 - 0000000137ffffff]
Oct 19 15:19:14 martinus kernel: [    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880133800000-ffff880136ffffff] on node 0
Oct 19 15:19:14 martinus kernel: [    0.000000] Zone PFN ranges:
Oct 19 15:19:14 martinus kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
Oct 19 15:19:14 martinus kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
Oct 19 15:19:14 martinus kernel: [    0.000000]   Normal   0x00100000 -> 0x00138000
Oct 19 15:19:14 martinus kernel: [    0.000000] Movable zone start PFN for each node
Oct 19 15:19:14 martinus kernel: [    0.000000] early_node_map[3] active PFN ranges
Oct 19 15:19:14 martinus kernel: [    0.000000]     0: 0x00000010 -> 0x0000009b
Oct 19 15:19:14 martinus kernel: [    0.000000]     0: 0x00000100 -> 0x000badef
Oct 19 15:19:14 martinus kernel: [    0.000000]     0: 0x00100000 -> 0x00138000
Oct 19 15:19:14 martinus kernel: [    0.000000] On node 0 totalpages: 994682
Oct 19 15:19:14 martinus kernel: [    0.000000]   DMA zone: 56 pages used for memmap
Oct 19 15:19:14 martinus kernel: [    0.000000]   DMA zone: 5 pages reserved
Oct 19 15:19:14 martinus kernel: [    0.000000]   DMA zone: 3918 pages, LIFO batch:0
Oct 19 15:19:14 martinus kernel: [    0.000000]   DMA32 zone: 14280 pages used for memmap
Oct 19 15:19:14 martinus kernel: [    0.000000]   DMA32 zone: 747047 pages, LIFO batch:31
Oct 19 15:19:14 martinus kernel: [    0.000000]   Normal zone: 3136 pages used for memmap
Oct 19 15:19:14 martinus kernel: [    0.000000]   Normal zone: 226240 pages, LIFO batch:31
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 19 15:19:14 martinus kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: IRQ0 used by override.
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: IRQ2 used by override.
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: IRQ9 used by override.
Oct 19 15:19:14 martinus kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Oct 19 15:19:14 martinus kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct 19 15:19:14 martinus kernel: [    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
Oct 19 15:19:14 martinus kernel: [    0.000000] nr_irqs_gsi: 40
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000badef000 - 00000000bae74000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae74000 - 00000000bae76000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae76000 - 00000000bae86000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae86000 - 00000000bae97000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae97000 - 00000000baead000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baead000 - 00000000baed6000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baed6000 - 00000000baee7000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baee7000 - 00000000baeea000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baeea000 - 00000000baeeb000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baeeb000 - 00000000baefd000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baefd000 - 00000000baf00000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf00000 - 00000000baf04000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf04000 - 00000000baf05000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf05000 - 00000000baf09000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf09000 - 00000000baf0c000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf0c000 - 00000000baf11000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf11000 - 00000000baf20000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf20000 - 00000000bc000000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bc000000 - 00000000bde00000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bde00000 - 00000000c0000000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f8000000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
Oct 19 15:19:14 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
Oct 19 15:19:14 martinus kernel: [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
Oct 19 15:19:14 martinus kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Oct 19 15:19:14 martinus kernel: [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Oct 19 15:19:14 martinus kernel: [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880137c00000 s79616 r8192 d22784 u262144
Oct 19 15:19:14 martinus kernel: [    0.000000] pcpu-alloc: s79616 r8192 d22784 u262144 alloc=1*2097152
Oct 19 15:19:14 martinus kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 19 15:19:14 martinus kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 977205
Oct 19 15:19:14 martinus kernel: [    0.000000] Policy zone: Normal
Oct 19 15:19:14 martinus kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=c70cbc82-b349-4b12-82cb-9718852dd88d ro quiet splash vt.handoff=7
Oct 19 15:19:14 martinus kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 19 15:19:14 martinus kernel: [    0.000000] Checking aperture...
Oct 19 15:19:14 martinus kernel: [    0.000000] No AGP bridge found
Oct 19 15:19:14 martinus kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Oct 19 15:19:14 martinus kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 19 15:19:14 martinus kernel: [    0.000000] Memory: 3827496k/5111808k available (6104k kernel code, 1133080k absent, 151232k reserved, 4880k data, 984k init)
Oct 19 15:19:14 martinus kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 19 15:19:14 martinus kernel: [    0.000000] Hierarchical RCU implementation.
Oct 19 15:19:14 martinus kernel: [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
Oct 19 15:19:14 martinus kernel: [    0.000000] NR_IRQS:16640 nr_irqs:744 16
Oct 19 15:19:14 martinus kernel: [    0.000000] Extended CMOS year: 2000
Oct 19 15:19:14 martinus kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
Oct 19 15:19:14 martinus kernel: [    0.000000] vt handoff: transparent VT on vt#7
Oct 19 15:19:14 martinus kernel: [    0.000000] Console: colour dummy device 80x25
Oct 19 15:19:14 martinus kernel: [    0.000000] console [tty0] enabled
Oct 19 15:19:14 martinus kernel: [    0.000000] allocated 32505856 bytes of page_cgroup
Oct 19 15:19:14 martinus kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct 19 15:19:14 martinus kernel: [    0.000000] hpet clockevent registered
Oct 19 15:19:14 martinus kernel: [    0.000000] Fast TSC calibration using PIT
Oct 19 15:19:14 martinus kernel: [    0.004000] Detected 2261.179 MHz processor.
Oct 19 15:19:14 martinus kernel: [    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4522.35 BogoMIPS (lpj=9044716)
Oct 19 15:19:14 martinus kernel: [    0.000007] pid_max: default: 32768 minimum: 301
Oct 19 15:19:14 martinus kernel: [    0.000035] Security Framework initialized
Oct 19 15:19:14 martinus kernel: [    0.000050] AppArmor: AppArmor initialized
Oct 19 15:19:14 martinus kernel: [    0.000051] Yama: becoming mindful.
Oct 19 15:19:14 martinus kernel: [    0.000468] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 19 15:19:14 martinus kernel: [    0.001520] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 19 15:19:14 martinus kernel: [    0.001958] Mount-cache hash table entries: 256
Oct 19 15:19:14 martinus kernel: [    0.002087] Initializing cgroup subsys cpuacct
Oct 19 15:19:14 martinus kernel: [    0.002093] Initializing cgroup subsys memory
Oct 19 15:19:14 martinus kernel: [    0.002100] Initializing cgroup subsys devices
Oct 19 15:19:14 martinus kernel: [    0.002103] Initializing cgroup subsys freezer
Oct 19 15:19:14 martinus kernel: [    0.002105] Initializing cgroup subsys net_cls
Oct 19 15:19:14 martinus kernel: [    0.002107] Initializing cgroup subsys blkio
Oct 19 15:19:14 martinus kernel: [    0.002113] Initializing cgroup subsys perf_event
Oct 19 15:19:14 martinus kernel: [    0.002140] CPU: Physical Processor ID: 0
Oct 19 15:19:14 martinus kernel: [    0.002142] CPU: Processor Core ID: 0
Oct 19 15:19:14 martinus kernel: [    0.002147] mce: CPU supports 9 MCE banks
Oct 19 15:19:14 martinus kernel: [    0.002159] CPU0: Thermal monitoring enabled (TM1)
Oct 19 15:19:14 martinus kernel: [    0.002167] using mwait in idle threads.
Oct 19 15:19:14 martinus kernel: [    0.004399] ACPI: Core revision 20110413
Oct 19 15:19:14 martinus kernel: [    0.013038] ftrace: allocating 25651 entries in 101 pages
Oct 19 15:19:14 martinus kernel: [    0.021631] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Oct 19 15:19:14 martinus kernel: [    0.061241] CPU0: Intel(R) Core(TM) i3 CPU       M 350  @ 2.27GHz stepping 02
Oct 19 15:19:14 martinus kernel: [    0.167518] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
Oct 19 15:19:14 martinus kernel: [    0.167526] ... version:                3
Oct 19 15:19:14 martinus kernel: [    0.167527] ... bit width:              48
Oct 19 15:19:14 martinus kernel: [    0.167528] ... generic registers:      4
Oct 19 15:19:14 martinus kernel: [    0.167530] ... value mask:             0000ffffffffffff
Oct 19 15:19:14 martinus kernel: [    0.167531] ... max period:             000000007fffffff
Oct 19 15:19:14 martinus kernel: [    0.167533] ... fixed-purpose events:   3
Oct 19 15:19:14 martinus kernel: [    0.167534] ... event mask:             000000070000000f
Oct 19 15:19:14 martinus kernel: [    0.167930] Booting Node   0, Processors  #1
Oct 19 15:19:14 martinus kernel: [    0.167933] smpboot cpu 1: start_ip = 96000
Oct 19 15:19:14 martinus kernel: [    0.275521]  #2
Oct 19 15:19:14 martinus kernel: [    0.275524] smpboot cpu 2: start_ip = 96000
Oct 19 15:19:14 martinus kernel: [    0.383296]  #3
Oct 19 15:19:14 martinus kernel: [    0.383299] smpboot cpu 3: start_ip = 96000
Oct 19 15:19:14 martinus kernel: [    0.490993] Brought up 4 CPUs
Oct 19 15:19:14 martinus kernel: [    0.490997] Total of 4 processors activated (18088.08 BogoMIPS).
Oct 19 15:19:14 martinus kernel: [    0.493335] devtmpfs: initialized
Oct 19 15:19:14 martinus kernel: [    0.493473] PM: Registering ACPI NVS region at badef000 (544768 bytes)
Oct 19 15:19:14 martinus kernel: [    0.493485] PM: Registering ACPI NVS region at bae76000 (65536 bytes)
Oct 19 15:19:14 martinus kernel: [    0.493487] PM: Registering ACPI NVS region at bae97000 (90112 bytes)
Oct 19 15:19:14 martinus kernel: [    0.493491] PM: Registering ACPI NVS region at baed6000 (69632 bytes)
Oct 19 15:19:14 martinus kernel: [    0.493494] PM: Registering ACPI NVS region at baeea000 (4096 bytes)
Oct 19 15:19:14 martinus kernel: [    0.493495] PM: Registering ACPI NVS region at baefd000 (12288 bytes)
Oct 19 15:19:14 martinus kernel: [    0.493497] PM: Registering ACPI NVS region at baf04000 (4096 bytes)
Oct 19 15:19:14 martinus kernel: [    0.493499] PM: Registering ACPI NVS region at baf11000 (61440 bytes)
Oct 19 15:19:14 martinus kernel: [    0.495013] print_constraints: dummy: 
Oct 19 15:19:14 martinus kernel: [    0.495042] Time: 15:18:47  Date: 10/19/11
Oct 19 15:19:14 martinus kernel: [    0.495076] NET: Registered protocol family 16
Oct 19 15:19:14 martinus kernel: [    0.495182] Trying to unpack rootfs image as initramfs...
Oct 19 15:19:14 martinus kernel: [    0.495188] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 19 15:19:14 martinus kernel: [    0.495191] ACPI: bus type pci registered
Oct 19 15:19:14 martinus kernel: [    0.495262] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 19 15:19:14 martinus kernel: [    0.495266] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 19 15:19:14 martinus kernel: [    0.508306] PCI: Using configuration type 1 for base access
Oct 19 15:19:14 martinus kernel: [    0.509083] bio: create slab <bio-0> at 0
Oct 19 15:19:14 martinus kernel: [    0.511206] ACPI: EC: EC description table is found, configuring boot EC
Oct 19 15:19:14 martinus kernel: [    0.513201] ACPI: Executed 1 blocks of module-level executable AML code
Oct 19 15:19:14 martinus kernel: [    0.550817] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 19 15:19:14 martinus kernel: [    0.638983] ACPI: SSDT 00000000baf08918 003FB (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.639456] ACPI: Dynamic OEM Table Load:
Oct 19 15:19:14 martinus kernel: [    0.639459] ACPI: SSDT           (null) 003FB (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.639581] ACPI: SSDT 00000000baf06618 005CD (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.640035] ACPI: Dynamic OEM Table Load:
Oct 19 15:19:14 martinus kernel: [    0.640038] ACPI: SSDT           (null) 005CD (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.694759] ACPI: SSDT 00000000baf07a98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.695282] ACPI: Dynamic OEM Table Load:
Oct 19 15:19:14 martinus kernel: [    0.695285] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.726550] ACPI: SSDT 00000000baf05d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.727048] ACPI: Dynamic OEM Table Load:
Oct 19 15:19:14 martinus kernel: [    0.727050] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Oct 19 15:19:14 martinus kernel: [    0.753493] Freeing initrd memory: 13468k freed
Oct 19 15:19:14 martinus kernel: [    0.758968] ACPI: Interpreter enabled
Oct 19 15:19:14 martinus kernel: [    0.758975] ACPI: (supports S0 S3 S4 S5)
Oct 19 15:19:14 martinus kernel: [    0.758999] ACPI: Using IOAPIC for interrupt routing
Oct 19 15:19:14 martinus kernel: [    0.765465] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
Oct 19 15:19:14 martinus kernel: [    0.765654] ACPI: No dock devices found.
Oct 19 15:19:14 martinus kernel: [    0.765656] HEST: Table not found.
Oct 19 15:19:14 martinus kernel: [    0.765659] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 19 15:19:14 martinus kernel: [    0.766091] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Oct 19 15:19:14 martinus kernel: [    0.766650] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
Oct 19 15:19:14 martinus kernel: [    0.766653] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
Oct 19 15:19:14 martinus kernel: [    0.766655] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Oct 19 15:19:14 martinus kernel: [    0.766658] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
Oct 19 15:19:14 martinus kernel: [    0.766660] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
Oct 19 15:19:14 martinus kernel: [    0.766662] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
Oct 19 15:19:14 martinus kernel: [    0.766664] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
Oct 19 15:19:14 martinus kernel: [    0.766667] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfeafffff]
Oct 19 15:19:14 martinus kernel: [    0.766680] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
Oct 19 15:19:14 martinus kernel: [    0.766699] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
Oct 19 15:19:14 martinus kernel: [    0.766717] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.766743] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.766746] pci 0000:00:01.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.766759] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
Oct 19 15:19:14 martinus kernel: [    0.766770] pci 0000:00:02.0: reg 10: [mem 0xe3400000-0xe37fffff 64bit]
Oct 19 15:19:14 martinus kernel: [    0.766777] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.766782] pci 0000:00:02.0: reg 20: [io  0xe080-0xe087]
Oct 19 15:19:14 martinus kernel: [    0.766845] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
Oct 19 15:19:14 martinus kernel: [    0.766876] pci 0000:00:16.0: reg 10: [mem 0xeb00a000-0xeb00a00f 64bit]
Oct 19 15:19:14 martinus kernel: [    0.766954] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.766959] pci 0000:00:16.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767000] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
Oct 19 15:19:14 martinus kernel: [    0.767025] pci 0000:00:1a.0: reg 10: [mem 0xeb008000-0xeb0083ff]
Oct 19 15:19:14 martinus kernel: [    0.767114] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767119] pci 0000:00:1a.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767149] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
Oct 19 15:19:14 martinus kernel: [    0.767170] pci 0000:00:1b.0: reg 10: [mem 0xeb000000-0xeb003fff 64bit]
Oct 19 15:19:14 martinus kernel: [    0.767247] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767252] pci 0000:00:1b.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767279] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.767358] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767363] pci 0000:00:1c.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767391] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.767471] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767476] pci 0000:00:1c.1: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767506] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.767584] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767589] pci 0000:00:1c.2: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767620] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.767700] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767705] pci 0000:00:1c.3: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767733] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.767813] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767818] pci 0000:00:1c.4: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767845] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.767925] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.767930] pci 0000:00:1c.5: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.767968] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
Oct 19 15:19:14 martinus kernel: [    0.767994] pci 0000:00:1d.0: reg 10: [mem 0xeb007000-0xeb0073ff]
Oct 19 15:19:14 martinus kernel: [    0.768083] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.768088] pci 0000:00:1d.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.768113] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
Oct 19 15:19:14 martinus kernel: [    0.768192] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
Oct 19 15:19:14 martinus kernel: [    0.768315] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
Oct 19 15:19:14 martinus kernel: [    0.768341] pci 0000:00:1f.2: reg 10: [io  0xe070-0xe077]
Oct 19 15:19:14 martinus kernel: [    0.768353] pci 0000:00:1f.2: reg 14: [io  0xe060-0xe063]
Oct 19 15:19:14 martinus kernel: [    0.768364] pci 0000:00:1f.2: reg 18: [io  0xe050-0xe057]
Oct 19 15:19:14 martinus kernel: [    0.768375] pci 0000:00:1f.2: reg 1c: [io  0xe040-0xe043]
Oct 19 15:19:14 martinus kernel: [    0.768386] pci 0000:00:1f.2: reg 20: [io  0xe020-0xe03f]
Oct 19 15:19:14 martinus kernel: [    0.768398] pci 0000:00:1f.2: reg 24: [mem 0xeb006000-0xeb0067ff]
Oct 19 15:19:14 martinus kernel: [    0.768447] pci 0000:00:1f.2: PME# supported from D3hot
Oct 19 15:19:14 martinus kernel: [    0.768452] pci 0000:00:1f.2: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.768475] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
Oct 19 15:19:14 martinus kernel: [    0.768496] pci 0000:00:1f.3: reg 10: [mem 0xeb005000-0xeb0050ff 64bit]
Oct 19 15:19:14 martinus kernel: [    0.768526] pci 0000:00:1f.3: reg 20: [io  0xe000-0xe01f]
Oct 19 15:19:14 martinus kernel: [    0.768575] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
Oct 19 15:19:14 martinus kernel: [    0.768602] pci 0000:00:1f.6: reg 10: [mem 0xeb004000-0xeb004fff 64bit]
Oct 19 15:19:14 martinus kernel: [    0.768728] pci 0000:01:00.0: [10de:0a35] type 0 class 0x000300
Oct 19 15:19:14 martinus kernel: [    0.768744] pci 0000:01:00.0: reg 10: [mem 0xe2000000-0xe2ffffff]
Oct 19 15:19:14 martinus kernel: [    0.768760] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.768777] pci 0000:01:00.0: reg 1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.768789] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
Oct 19 15:19:14 martinus kernel: [    0.768801] pci 0000:01:00.0: reg 30: [mem 0xe3000000-0xe307ffff pref]
Oct 19 15:19:14 martinus kernel: [    0.768863] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Oct 19 15:19:14 martinus kernel: [    0.768866] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
Oct 19 15:19:14 martinus kernel: [    0.768869] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe30fffff]
Oct 19 15:19:14 martinus kernel: [    0.768873] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.768930] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Oct 19 15:19:14 martinus kernel: [    0.768935] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
Oct 19 15:19:14 martinus kernel: [    0.768939] pci 0000:00:1c.0:   bridge window [mem 0xe9c00000-0xeaffffff]
Oct 19 15:19:14 martinus kernel: [    0.768947] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.769031] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
Oct 19 15:19:14 martinus kernel: [    0.769060] pci 0000:03:00.0: reg 10: [mem 0xe8800000-0xe880ffff 64bit]
Oct 19 15:19:14 martinus kernel: [    0.769172] pci 0000:03:00.0: supports D1
Oct 19 15:19:14 martinus kernel: [    0.769173] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.769180] pci 0000:03:00.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.769221] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
Oct 19 15:19:14 martinus kernel: [    0.769226] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
Oct 19 15:19:14 martinus kernel: [    0.769230] pci 0000:00:1c.1:   bridge window [mem 0xe8800000-0xe9bfffff]
Oct 19 15:19:14 martinus kernel: [    0.769238] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.769296] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
Oct 19 15:19:14 martinus kernel: [    0.769300] pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
Oct 19 15:19:14 martinus kernel: [    0.769305] pci 0000:00:1c.2:   bridge window [mem 0xe7400000-0xe87fffff]
Oct 19 15:19:14 martinus kernel: [    0.769313] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.769398] pci 0000:06:00.0: [1033:0194] type 0 class 0x000c03
Oct 19 15:19:14 martinus kernel: [    0.769431] pci 0000:06:00.0: reg 10: [mem 0xe6000000-0xe6001fff 64bit]
Oct 19 15:19:14 martinus kernel: [    0.769565] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.769572] pci 0000:06:00.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.769624] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
Oct 19 15:19:14 martinus kernel: [    0.769629] pci 0000:00:1c.3:   bridge window [io  0x9000-0x9fff]
Oct 19 15:19:14 martinus kernel: [    0.769634] pci 0000:00:1c.3:   bridge window [mem 0xe6000000-0xe73fffff]
Oct 19 15:19:14 martinus kernel: [    0.769642] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.769699] pci 0000:00:1c.4: PCI bridge to [bus 07-07]
Oct 19 15:19:14 martinus kernel: [    0.769704] pci 0000:00:1c.4:   bridge window [io  0x8000-0x8fff]
Oct 19 15:19:14 martinus kernel: [    0.769709] pci 0000:00:1c.4:   bridge window [mem 0xe4c00000-0xe5ffffff]
Oct 19 15:19:14 martinus kernel: [    0.769717] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.769792] pci 0000:08:00.0: [1969:1063] type 0 class 0x000200
Oct 19 15:19:14 martinus kernel: [    0.769819] pci 0000:08:00.0: reg 10: [mem 0xe3800000-0xe383ffff 64bit]
Oct 19 15:19:14 martinus kernel: [    0.769834] pci 0000:08:00.0: reg 18: [io  0x7000-0x707f]
Oct 19 15:19:14 martinus kernel: [    0.769932] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 19 15:19:14 martinus kernel: [    0.769937] pci 0000:08:00.0: PME# disabled
Oct 19 15:19:14 martinus kernel: [    0.769975] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
Oct 19 15:19:14 martinus kernel: [    0.769980] pci 0000:00:1c.5:   bridge window [io  0x7000-0x7fff]
Oct 19 15:19:14 martinus kernel: [    0.769985] pci 0000:00:1c.5:   bridge window [mem 0xe3800000-0xe4bfffff]
Oct 19 15:19:14 martinus kernel: [    0.769992] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.770066] pci 0000:00:1e.0: PCI bridge to [bus 09-09] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770072] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.770077] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.770084] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 15:19:14 martinus kernel: [    0.770087] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770089] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770091] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770093] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770096] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770098] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770100] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770102] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfeafffff] (subtractive decode)
Oct 19 15:19:14 martinus kernel: [    0.770148] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770316] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770417] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770471] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770529] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770581] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770638] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770694] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770730] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGR._PRT]
Oct 19 15:19:14 martinus kernel: [    0.770928]  pci0000:00: Requesting ACPI _OSC control (0x1d)
Oct 19 15:19:14 martinus kernel: [    0.771125]  pci0000:00: ACPI _OSC control (0x1d) granted
Oct 19 15:19:14 martinus kernel: [    0.777305] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
Oct 19 15:19:14 martinus kernel: [    0.777367] pci 0000:3f:00.0: [8086:2c62] type 0 class 0x000600
Oct 19 15:19:14 martinus kernel: [    0.777387] pci 0000:3f:00.1: [8086:2d01] type 0 class 0x000600
Oct 19 15:19:14 martinus kernel: [    0.777409] pci 0000:3f:02.0: [8086:2d10] type 0 class 0x000600
Oct 19 15:19:14 martinus kernel: [    0.777427] pci 0000:3f:02.1: [8086:2d11] type 0 class 0x000600
Oct 19 15:19:14 martinus kernel: [    0.777444] pci 0000:3f:02.2: [8086:2d12] type 0 class 0x000600
Oct 19 15:19:14 martinus kernel: [    0.777462] pci 0000:3f:02.3: [8086:2d13] type 0 class 0x000600
Oct 19 15:19:14 martinus kernel: [    0.777494]  pci0000:3f: Requesting ACPI _OSC control (0x1d)
Oct 19 15:19:14 martinus kernel: [    0.777497]  pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
Oct 19 15:19:14 martinus kernel: [    0.777498] ACPI _OSC control for PCIe not granted, disabling ASPM
Oct 19 15:19:14 martinus kernel: [    0.777706] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Oct 19 15:19:14 martinus kernel: [    0.777752] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 *3 4 5 6 7 11 12 14 15)
Oct 19 15:19:14 martinus kernel: [    0.777795] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 7 10 12 14 15)
Oct 19 15:19:14 martinus kernel: [    0.777838] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
Oct 19 15:19:14 martinus kernel: [    0.777881] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 19 15:19:14 martinus kernel: [    0.777925] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 19 15:19:14 martinus kernel: [    0.777972] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
Oct 19 15:19:14 martinus kernel: [    0.778016] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
Oct 19 15:19:14 martinus kernel: [    0.778109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Oct 19 15:19:14 martinus kernel: [    0.778117] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
Oct 19 15:19:14 martinus kernel: [    0.778122] vgaarb: loaded
Oct 19 15:19:14 martinus kernel: [    0.778123] vgaarb: bridge control possible 0000:01:00.0
Oct 19 15:19:14 martinus kernel: [    0.778124] vgaarb: bridge control possible 0000:00:02.0
Oct 19 15:19:14 martinus kernel: [    0.778294] SCSI subsystem initialized
Oct 19 15:19:14 martinus kernel: [    0.778355] libata version 3.00 loaded.
Oct 19 15:19:14 martinus kernel: [    0.778394] usbcore: registered new interface driver usbfs
Oct 19 15:19:14 martinus kernel: [    0.778405] usbcore: registered new interface driver hub
Oct 19 15:19:14 martinus kernel: [    0.778431] usbcore: registered new device driver usb
Oct 19 15:19:14 martinus kernel: [    0.778502] PCI: Using ACPI for IRQ routing
Oct 19 15:19:14 martinus kernel: [    0.780647] PCI: pci_cache_line_size set to 64 bytes
Oct 19 15:19:14 martinus kernel: [    0.780750] reserve RAM buffer: 000000000009bc00 - 000000000009ffff 
Oct 19 15:19:14 martinus kernel: [    0.780752] reserve RAM buffer: 00000000badef000 - 00000000bbffffff 
Oct 19 15:19:14 martinus kernel: [    0.780844] NetLabel: Initializing
Oct 19 15:19:14 martinus kernel: [    0.780846] NetLabel:  domain hash size = 128
Oct 19 15:19:14 martinus kernel: [    0.780847] NetLabel:  protocols = UNLABELED CIPSOv4
Oct 19 15:19:14 martinus kernel: [    0.780858] NetLabel:  unlabeled traffic allowed by default
Oct 19 15:19:14 martinus kernel: [    0.780901] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 19 15:19:14 martinus kernel: [    0.780906] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Oct 19 15:19:14 martinus kernel: [    0.782928] Switching to clocksource hpet
Oct 19 15:19:14 martinus kernel: [    0.786289] Switched to NOHz mode on CPU #0
Oct 19 15:19:14 martinus kernel: [    0.786392] Switched to NOHz mode on CPU #2
Oct 19 15:19:14 martinus kernel: [    0.786406] Switched to NOHz mode on CPU #3
Oct 19 15:19:14 martinus kernel: [    0.786413] Switched to NOHz mode on CPU #1
Oct 19 15:19:14 martinus kernel: [    0.788215] AppArmor: AppArmor Filesystem Enabled
Oct 19 15:19:14 martinus kernel: [    0.788245] pnp: PnP ACPI init
Oct 19 15:19:14 martinus kernel: [    0.788261] ACPI: bus type pnp registered
Oct 19 15:19:14 martinus kernel: [    0.788600] pnp 00:00: [bus 00-3e]
Oct 19 15:19:14 martinus kernel: [    0.788603] pnp 00:00: [io  0x0000-0x0cf7 window]
Oct 19 15:19:14 martinus kernel: [    0.788605] pnp 00:00: [io  0x0cf8-0x0cff]
Oct 19 15:19:14 martinus kernel: [    0.788607] pnp 00:00: [io  0x0d00-0xffff window]
Oct 19 15:19:14 martinus kernel: [    0.788611] pnp 00:00: [mem 0x000a0000-0x000bffff window]
Oct 19 15:19:14 martinus kernel: [    0.788613] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
Oct 19 15:19:14 martinus kernel: [    0.788615] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
Oct 19 15:19:14 martinus kernel: [    0.788616] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
Oct 19 15:19:14 martinus kernel: [    0.788618] pnp 00:00: [mem 0x000cc000-0x000cffff window]
Oct 19 15:19:14 martinus kernel: [    0.788620] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
Oct 19 15:19:14 martinus kernel: [    0.788622] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
Oct 19 15:19:14 martinus kernel: [    0.788624] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
Oct 19 15:19:14 martinus kernel: [    0.788626] pnp 00:00: [mem 0x000dc000-0x000dffff window]
Oct 19 15:19:14 martinus kernel: [    0.788628] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
Oct 19 15:19:14 martinus kernel: [    0.788630] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
Oct 19 15:19:14 martinus kernel: [    0.788631] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
Oct 19 15:19:14 martinus kernel: [    0.788633] pnp 00:00: [mem 0x000ec000-0x000effff window]
Oct 19 15:19:14 martinus kernel: [    0.788635] pnp 00:00: [mem 0x000f0000-0x000fffff window]
Oct 19 15:19:14 martinus kernel: [    0.788637] pnp 00:00: [mem 0xc0000000-0xfeafffff window]
Oct 19 15:19:14 martinus kernel: [    0.788726] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Oct 19 15:19:14 martinus kernel: [    0.788819] pnp 00:01: [io  0x0000-0x001f]
Oct 19 15:19:14 martinus kernel: [    0.788821] pnp 00:01: [io  0x0081-0x0091]
Oct 19 15:19:14 martinus kernel: [    0.788822] pnp 00:01: [io  0x0093-0x009f]
Oct 19 15:19:14 martinus kernel: [    0.788824] pnp 00:01: [io  0x00c0-0x00df]
Oct 19 15:19:14 martinus kernel: [    0.788826] pnp 00:01: [dma 4]
Oct 19 15:19:14 martinus kernel: [    0.788853] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Oct 19 15:19:14 martinus kernel: [    0.788864] pnp 00:02: [mem 0xff000000-0xffffffff]
Oct 19 15:19:14 martinus kernel: [    0.788892] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
Oct 19 15:19:14 martinus kernel: [    0.788968] pnp 00:03: [mem 0xfed00000-0xfed003ff]
Oct 19 15:19:14 martinus kernel: [    0.788996] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
Oct 19 15:19:14 martinus kernel: [    0.789005] pnp 00:04: [io  0x00f0]
Oct 19 15:19:14 martinus kernel: [    0.789017] pnp 00:04: [irq 13]
Oct 19 15:19:14 martinus kernel: [    0.789043] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Oct 19 15:19:14 martinus kernel: [    0.789053] pnp 00:05: [io  0x002e-0x002f]
Oct 19 15:19:14 martinus kernel: [    0.789055] pnp 00:05: [io  0x004e-0x004f]
Oct 19 15:19:14 martinus kernel: [    0.789057] pnp 00:05: [io  0x0061]
Oct 19 15:19:14 martinus kernel: [    0.789058] pnp 00:05: [io  0x0063]
Oct 19 15:19:14 martinus kernel: [    0.789059] pnp 00:05: [io  0x0065]
Oct 19 15:19:14 martinus kernel: [    0.789061] pnp 00:05: [io  0x0067]
Oct 19 15:19:14 martinus kernel: [    0.789062] pnp 00:05: [io  0x0070]
Oct 19 15:19:14 martinus kernel: [    0.789064] pnp 00:05: [io  0x0080]
Oct 19 15:19:14 martinus kernel: [    0.789065] pnp 00:05: [io  0x0092]
Oct 19 15:19:14 martinus kernel: [    0.789067] pnp 00:05: [io  0x00b2-0x00b3]
Oct 19 15:19:14 martinus kernel: [    0.789069] pnp 00:05: [io  0x0680-0x069f]
Oct 19 15:19:14 martinus kernel: [    0.789070] pnp 00:05: [io  0xff00-0xff0f]
Oct 19 15:19:14 martinus kernel: [    0.789072] pnp 00:05: [io  0xffff]
Oct 19 15:19:14 martinus kernel: [    0.789073] pnp 00:05: [io  0xffff]
Oct 19 15:19:14 martinus kernel: [    0.789075] pnp 00:05: [io  0x0400-0x047f]
Oct 19 15:19:14 martinus kernel: [    0.789076] pnp 00:05: [io  0x0500-0x057f]
Oct 19 15:19:14 martinus kernel: [    0.789078] pnp 00:05: [io  0x164e-0x164f]
Oct 19 15:19:14 martinus kernel: [    0.789147] system 00:05: [io  0x0680-0x069f] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789150] system 00:05: [io  0xff00-0xff0f] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789152] system 00:05: [io  0xffff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789154] system 00:05: [io  0xffff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789156] system 00:05: [io  0x0400-0x047f] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789159] system 00:05: [io  0x0500-0x057f] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789161] system 00:05: [io  0x164e-0x164f] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789164] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 19 15:19:14 martinus kernel: [    0.789172] pnp 00:06: [io  0x0070-0x0077]
Oct 19 15:19:14 martinus kernel: [    0.789180] pnp 00:06: [irq 8]
Oct 19 15:19:14 martinus kernel: [    0.789207] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 19 15:19:14 martinus kernel: [    0.789258] pnp 00:07: [irq 12]
Oct 19 15:19:14 martinus kernel: [    0.789289] pnp 00:07: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
Oct 19 15:19:14 martinus kernel: [    0.789313] pnp 00:08: [io  0x0060]
Oct 19 15:19:14 martinus kernel: [    0.789315] pnp 00:08: [io  0x0064]
Oct 19 15:19:14 martinus kernel: [    0.789320] pnp 00:08: [irq 1]
Oct 19 15:19:14 martinus kernel: [    0.789349] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Oct 19 15:19:14 martinus kernel: [    0.789603] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
Oct 19 15:19:14 martinus kernel: [    0.789605] pnp 00:09: [mem 0xfed10000-0xfed13fff]
Oct 19 15:19:14 martinus kernel: [    0.789607] pnp 00:09: [mem 0xfed18000-0xfed18fff]
Oct 19 15:19:14 martinus kernel: [    0.789609] pnp 00:09: [mem 0xfed19000-0xfed19fff]
Oct 19 15:19:14 martinus kernel: [    0.789610] pnp 00:09: [mem 0xf8000000-0xfbffffff]
Oct 19 15:19:14 martinus kernel: [    0.789612] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
Oct 19 15:19:14 martinus kernel: [    0.789614] pnp 00:09: [mem 0xfed90000-0xfed8ffff disabled]
Oct 19 15:19:14 martinus kernel: [    0.789616] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
Oct 19 15:19:14 martinus kernel: [    0.789618] pnp 00:09: [mem 0xff000000-0xffffffff]
Oct 19 15:19:14 martinus kernel: [    0.789619] pnp 00:09: [mem 0xfee00000-0xfeefffff]
Oct 19 15:19:14 martinus kernel: [    0.789621] pnp 00:09: [mem 0xf7fff000-0xf7ffffff]
Oct 19 15:19:14 martinus kernel: [    0.789679] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789682] system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789684] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789687] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789689] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789691] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789694] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789696] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
Oct 19 15:19:14 martinus kernel: [    0.789699] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 19 15:19:14 martinus kernel: [    0.789701] system 00:09: [mem 0xf7fff000-0xf7ffffff] has been reserved
Oct 19 15:19:14 martinus kernel: [    0.789704] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 19 15:19:14 martinus kernel: [    0.789851] pnp 00:0a: [bus 3f]
Oct 19 15:19:14 martinus kernel: [    0.789894] pnp 00:0a: Plug and Play ACPI device, IDs PNP0a03 (active)
Oct 19 15:19:14 martinus kernel: [    0.789906] pnp: PnP ACPI: found 11 devices
Oct 19 15:19:14 martinus kernel: [    0.789907] ACPI: ACPI bus type pnp unregistered
Oct 19 15:19:14 martinus kernel: [    0.795640] PCI: max bus depth: 1 pci_try_num: 2
Oct 19 15:19:14 martinus kernel: [    0.795714] pci 0000:00:1c.5: BAR 15: assigned [mem 0xe3100000-0xe32fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795719] pci 0000:00:1c.4: BAR 15: assigned [mem 0xeb100000-0xeb2fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795724] pci 0000:00:1c.3: BAR 15: assigned [mem 0xeb300000-0xeb4fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795730] pci 0000:00:1c.2: BAR 15: assigned [mem 0xeb500000-0xeb6fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795735] pci 0000:00:1c.1: BAR 15: assigned [mem 0xeb700000-0xeb8fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795740] pci 0000:00:1c.0: BAR 15: assigned [mem 0xeb900000-0xebafffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795743] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Oct 19 15:19:14 martinus kernel: [    0.795746] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
Oct 19 15:19:14 martinus kernel: [    0.795749] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe30fffff]
Oct 19 15:19:14 martinus kernel: [    0.795752] pci 0000:00:01.0:   bridge window [mem pref disabled]
Oct 19 15:19:14 martinus kernel: [    0.795756] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Oct 19 15:19:14 martinus kernel: [    0.795759] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
Oct 19 15:19:14 martinus kernel: [    0.795766] pci 0000:00:1c.0:   bridge window [mem 0xe9c00000-0xeaffffff]
Oct 19 15:19:14 martinus kernel: [    0.795771] pci 0000:00:1c.0:   bridge window [mem 0xeb900000-0xebafffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795778] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
Oct 19 15:19:14 martinus kernel: [    0.795782] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
Oct 19 15:19:14 martinus kernel: [    0.795788] pci 0000:00:1c.1:   bridge window [mem 0xe8800000-0xe9bfffff]
Oct 19 15:19:14 martinus kernel: [    0.795793] pci 0000:00:1c.1:   bridge window [mem 0xeb700000-0xeb8fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795801] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
Oct 19 15:19:14 martinus kernel: [    0.795804] pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
Oct 19 15:19:14 martinus kernel: [    0.795811] pci 0000:00:1c.2:   bridge window [mem 0xe7400000-0xe87fffff]
Oct 19 15:19:14 martinus kernel: [    0.795816] pci 0000:00:1c.2:   bridge window [mem 0xeb500000-0xeb6fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795824] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
Oct 19 15:19:14 martinus kernel: [    0.795827] pci 0000:00:1c.3:   bridge window [io  0x9000-0x9fff]
Oct 19 15:19:14 martinus kernel: [    0.795834] pci 0000:00:1c.3:   bridge window [mem 0xe6000000-0xe73fffff]
Oct 19 15:19:14 martinus kernel: [    0.795839] pci 0000:00:1c.3:   bridge window [mem 0xeb300000-0xeb4fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795847] pci 0000:00:1c.4: PCI bridge to [bus 07-07]
Oct 19 15:19:14 martinus kernel: [    0.795850] pci 0000:00:1c.4:   bridge window [io  0x8000-0x8fff]
Oct 19 15:19:14 martinus kernel: [    0.795857] pci 0000:00:1c.4:   bridge window [mem 0xe4c00000-0xe5ffffff]
Oct 19 15:19:14 martinus kernel: [    0.795862] pci 0000:00:1c.4:   bridge window [mem 0xeb100000-0xeb2fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795870] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
Oct 19 15:19:14 martinus kernel: [    0.795874] pci 0000:00:1c.5:   bridge window [io  0x7000-0x7fff]
Oct 19 15:19:14 martinus kernel: [    0.795880] pci 0000:00:1c.5:   bridge window [mem 0xe3800000-0xe4bfffff]
Oct 19 15:19:14 martinus kernel: [    0.795885] pci 0000:00:1c.5:   bridge window [mem 0xe3100000-0xe32fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.795893] pci 0000:00:1e.0: PCI bridge to [bus 09-09]
Oct 19 15:19:14 martinus kernel: [    0.795895] pci 0000:00:1e.0:   bridge window [io  disabled]
Oct 19 15:19:14 martinus kernel: [    0.795901] pci 0000:00:1e.0:   bridge window [mem disabled]
Oct 19 15:19:14 martinus kernel: [    0.795905] pci 0000:00:1e.0:   bridge window [mem pref disabled]
Oct 19 15:19:14 martinus kernel: [    0.795926] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 15:19:14 martinus kernel: [    0.795929] pci 0000:00:01.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.795937] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 15:19:14 martinus kernel: [    0.795942] pci 0000:00:1c.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.795953] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Oct 19 15:19:14 martinus kernel: [    0.795958] pci 0000:00:1c.1: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.795968] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Oct 19 15:19:14 martinus kernel: [    0.795973] pci 0000:00:1c.2: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.795984] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Oct 19 15:19:14 martinus kernel: [    0.795989] pci 0000:00:1c.3: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.795996] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 15:19:14 martinus kernel: [    0.796001] pci 0000:00:1c.4: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.796009] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Oct 19 15:19:14 martinus kernel: [    0.796013] pci 0000:00:1c.5: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.796022] pci 0000:00:1e.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.796026] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Oct 19 15:19:14 martinus kernel: [    0.796028] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Oct 19 15:19:14 martinus kernel: [    0.796030] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Oct 19 15:19:14 martinus kernel: [    0.796032] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
Oct 19 15:19:14 martinus kernel: [    0.796034] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
Oct 19 15:19:14 martinus kernel: [    0.796036] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
Oct 19 15:19:14 martinus kernel: [    0.796038] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
Oct 19 15:19:14 martinus kernel: [    0.796040] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xfeafffff]
Oct 19 15:19:14 martinus kernel: [    0.796042] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
Oct 19 15:19:14 martinus kernel: [    0.796044] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xe30fffff]
Oct 19 15:19:14 martinus kernel: [    0.796047] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
Oct 19 15:19:14 martinus kernel: [    0.796049] pci_bus 0000:02: resource 1 [mem 0xe9c00000-0xeaffffff]
Oct 19 15:19:14 martinus kernel: [    0.796051] pci_bus 0000:02: resource 2 [mem 0xeb900000-0xebafffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.796053] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
Oct 19 15:19:14 martinus kernel: [    0.796055] pci_bus 0000:03: resource 1 [mem 0xe8800000-0xe9bfffff]
Oct 19 15:19:14 martinus kernel: [    0.796057] pci_bus 0000:03: resource 2 [mem 0xeb700000-0xeb8fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.796059] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
Oct 19 15:19:14 martinus kernel: [    0.796061] pci_bus 0000:04: resource 1 [mem 0xe7400000-0xe87fffff]
Oct 19 15:19:14 martinus kernel: [    0.796063] pci_bus 0000:04: resource 2 [mem 0xeb500000-0xeb6fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.796065] pci_bus 0000:06: resource 0 [io  0x9000-0x9fff]
Oct 19 15:19:14 martinus kernel: [    0.796067] pci_bus 0000:06: resource 1 [mem 0xe6000000-0xe73fffff]
Oct 19 15:19:14 martinus kernel: [    0.796069] pci_bus 0000:06: resource 2 [mem 0xeb300000-0xeb4fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.796072] pci_bus 0000:07: resource 0 [io  0x8000-0x8fff]
Oct 19 15:19:14 martinus kernel: [    0.796074] pci_bus 0000:07: resource 1 [mem 0xe4c00000-0xe5ffffff]
Oct 19 15:19:14 martinus kernel: [    0.796076] pci_bus 0000:07: resource 2 [mem 0xeb100000-0xeb2fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.796078] pci_bus 0000:08: resource 0 [io  0x7000-0x7fff]
Oct 19 15:19:14 martinus kernel: [    0.796080] pci_bus 0000:08: resource 1 [mem 0xe3800000-0xe4bfffff]
Oct 19 15:19:14 martinus kernel: [    0.796082] pci_bus 0000:08: resource 2 [mem 0xe3100000-0xe32fffff 64bit pref]
Oct 19 15:19:14 martinus kernel: [    0.796084] pci_bus 0000:09: resource 4 [io  0x0000-0x0cf7]
Oct 19 15:19:14 martinus kernel: [    0.796086] pci_bus 0000:09: resource 5 [io  0x0d00-0xffff]
Oct 19 15:19:14 martinus kernel: [    0.796088] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff]
Oct 19 15:19:14 martinus kernel: [    0.796090] pci_bus 0000:09: resource 7 [mem 0x000d0000-0x000d3fff]
Oct 19 15:19:14 martinus kernel: [    0.796092] pci_bus 0000:09: resource 8 [mem 0x000d4000-0x000d7fff]
Oct 19 15:19:14 martinus kernel: [    0.796094] pci_bus 0000:09: resource 9 [mem 0x000d8000-0x000dbfff]
Oct 19 15:19:14 martinus kernel: [    0.796096] pci_bus 0000:09: resource 10 [mem 0x000dc000-0x000dffff]
Oct 19 15:19:14 martinus kernel: [    0.796098] pci_bus 0000:09: resource 11 [mem 0xc0000000-0xfeafffff]
Oct 19 15:19:14 martinus kernel: [    0.796131] NET: Registered protocol family 2
Oct 19 15:19:14 martinus kernel: [    0.796276] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 19 15:19:14 martinus kernel: [    0.797227] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Oct 19 15:19:14 martinus kernel: [    0.800004] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 19 15:19:14 martinus kernel: [    0.800335] TCP: Hash tables configured (established 524288 bind 65536)
Oct 19 15:19:14 martinus kernel: [    0.800337] TCP reno registered
Oct 19 15:19:14 martinus kernel: [    0.800348] UDP hash table entries: 2048 (order: 4, 65536 bytes)
Oct 19 15:19:14 martinus kernel: [    0.800386] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Oct 19 15:19:14 martinus kernel: [    0.800530] NET: Registered protocol family 1
Oct 19 15:19:14 martinus kernel: [    0.800549] pci 0000:00:02.0: Boot video device
Oct 19 15:19:14 martinus kernel: [    0.850901] PCI: CLS 64 bytes, default 64
Oct 19 15:19:14 martinus kernel: [    0.850903] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 19 15:19:14 martinus kernel: [    0.850906] Placing 64MB software IO TLB between ffff8800b6dea000 - ffff8800badea000
Oct 19 15:19:14 martinus kernel: [    0.850908] software IO TLB at phys 0xb6dea000 - 0xbadea000
Oct 19 15:19:14 martinus kernel: [    0.851377] audit: initializing netlink socket (disabled)
Oct 19 15:19:14 martinus kernel: [    0.851386] type=2000 audit(1319037527.692:1): initialized
Oct 19 15:19:14 martinus kernel: [    0.879850] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Oct 19 15:19:14 martinus kernel: [    0.896270] VFS: Disk quotas dquot_6.5.2
Oct 19 15:19:14 martinus kernel: [    0.896330] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 19 15:19:14 martinus kernel: [    0.896932] fuse init (API version 7.16)
Oct 19 15:19:14 martinus kernel: [    0.897016] msgmni has been set to 7501
Oct 19 15:19:14 martinus kernel: [    0.897414] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Oct 19 15:19:14 martinus kernel: [    0.897448] io scheduler noop registered
Oct 19 15:19:14 martinus kernel: [    0.897450] io scheduler deadline registered
Oct 19 15:19:14 martinus kernel: [    0.897490] io scheduler cfq registered (default)
Oct 19 15:19:14 martinus kernel: [    0.897606] pcieport 0000:00:01.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.897637] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    0.897697] pcieport 0000:00:1c.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.897749] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    0.897839] pcieport 0000:00:1c.1: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.897889] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    0.897981] pcieport 0000:00:1c.2: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.898032] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    0.898122] pcieport 0000:00:1c.3: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.898174] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    0.898269] pcieport 0000:00:1c.4: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.898320] pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    0.898413] pcieport 0000:00:1c.5: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    0.898464] pcieport 0000:00:1c.5: irq 46 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    0.898565] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898567] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898571] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
Oct 19 15:19:14 martinus kernel: [    0.898590] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898595] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Oct 19 15:19:14 martinus kernel: [    0.898616] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898618] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898623] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
Oct 19 15:19:14 martinus kernel: [    0.898643] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898648] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
Oct 19 15:19:14 martinus kernel: [    0.898668] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898688] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898694] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
Oct 19 15:19:14 martinus kernel: [    0.898714] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898720] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
Oct 19 15:19:14 martinus kernel: [    0.898739] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898741] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
Oct 19 15:19:14 martinus kernel: [    0.898746] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
Oct 19 15:19:14 martinus kernel: [    0.898760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Oct 19 15:19:14 martinus kernel: [    0.898854] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 3b42 ss_vid 1043 ss_did 1f97
Oct 19 15:19:14 martinus kernel: [    0.898875] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
Oct 19 15:19:14 martinus kernel: [    0.898887] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 3b44 ss_vid 1043 ss_did 1f97
Oct 19 15:19:14 martinus kernel: [    0.898903] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
Oct 19 15:19:14 martinus kernel: [    0.898915] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 3b46 ss_vid 1043 ss_did 1f97
Oct 19 15:19:14 martinus kernel: [    0.898932] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
Oct 19 15:19:14 martinus kernel: [    0.898945] pciehp 0000:00:1c.3:pcie04: HPC vendor_id 8086 device_id 3b48 ss_vid 1043 ss_did 1f97
Oct 19 15:19:14 martinus kernel: [    0.898962] pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded
Oct 19 15:19:14 martinus kernel: [    0.898974] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 3b4a ss_vid 1043 ss_did 1f97
Oct 19 15:19:14 martinus kernel: [    0.898991] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
Oct 19 15:19:14 martinus kernel: [    0.899003] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 3b4c ss_vid 1043 ss_did 1f97
Oct 19 15:19:14 martinus kernel: [    0.899019] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
Oct 19 15:19:14 martinus kernel: [    0.899025] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Oct 19 15:19:14 martinus kernel: [    0.899067] intel_idle: MWAIT substates: 0x1120
Oct 19 15:19:14 martinus kernel: [    0.899068] intel_idle: v0.4 model 0x25
Oct 19 15:19:14 martinus kernel: [    0.899070] intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 19 15:19:14 martinus kernel: [    0.899157] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Oct 19 15:19:14 martinus kernel: [    0.899193] ACPI: AC Adapter [AC0] (off-line)
Oct 19 15:19:14 martinus kernel: [    0.899292] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
Oct 19 15:19:14 martinus kernel: [    0.900527] ACPI: Lid Switch [LID]
Oct 19 15:19:14 martinus kernel: [    0.900577] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
Oct 19 15:19:14 martinus kernel: [    0.900581] ACPI: Sleep Button [SLPB]
Oct 19 15:19:14 martinus kernel: [    0.900614] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
Oct 19 15:19:14 martinus kernel: [    0.900617] ACPI: Power Button [PWRB]
Oct 19 15:19:14 martinus kernel: [    0.900649] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 19 15:19:14 martinus kernel: [    0.900652] ACPI: Power Button [PWRF]
Oct 19 15:19:14 martinus kernel: [    0.900681] ACPI: acpi_idle yielding to intel_idle
Oct 19 15:19:14 martinus kernel: [    0.902402] thermal LNXTHERM:00: registered as thermal_zone0
Oct 19 15:19:14 martinus kernel: [    0.902404] ACPI: Thermal Zone [TZ00] (58 C)
Oct 19 15:19:14 martinus kernel: [    0.902424] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Oct 19 15:19:14 martinus kernel: [    0.902444] ERST: Table is not found!
Oct 19 15:19:14 martinus kernel: [    0.902529] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 19 15:19:14 martinus kernel: [    0.903050] ACPI: Battery Slot [BAT0] (battery present)
Oct 19 15:19:14 martinus kernel: [    1.086699] Linux agpgart interface v0.103
Oct 19 15:19:14 martinus kernel: [    1.086782] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
Oct 19 15:19:14 martinus kernel: [    1.086931] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
Oct 19 15:19:14 martinus kernel: [    1.087914] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
Oct 19 15:19:14 martinus kernel: [    1.088061] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
Oct 19 15:19:14 martinus kernel: [    1.088970] brd: module loaded
Oct 19 15:19:14 martinus kernel: [    1.089393] loop: module loaded
Oct 19 15:19:14 martinus kernel: [    1.089771] Fixed MDIO Bus: probed
Oct 19 15:19:14 martinus kernel: [    1.089789] PPP generic driver version 2.4.2
Oct 19 15:19:14 martinus kernel: [    1.089820] tun: Universal TUN/TAP device driver, 1.6
Oct 19 15:19:14 martinus kernel: [    1.089822] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Oct 19 15:19:14 martinus kernel: [    1.089885] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 19 15:19:14 martinus kernel: [    1.089906] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 15:19:14 martinus kernel: [    1.089929] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    1.089933] ehci_hcd 0000:00:1a.0: EHCI Host Controller
Oct 19 15:19:14 martinus kernel: [    1.089961] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Oct 19 15:19:14 martinus kernel: [    1.089993] ehci_hcd 0000:00:1a.0: debug port 2
Oct 19 15:19:14 martinus kernel: [    1.093899] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Oct 19 15:19:14 martinus kernel: [    1.093920] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xeb008000
Oct 19 15:19:14 martinus kernel: [    1.106281] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Oct 19 15:19:14 martinus kernel: [    1.106427] hub 1-0:1.0: USB hub found
Oct 19 15:19:14 martinus kernel: [    1.106431] hub 1-0:1.0: 2 ports detected
Oct 19 15:19:14 martinus kernel: [    1.106503] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Oct 19 15:19:14 martinus kernel: [    1.106516] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    1.106520] ehci_hcd 0000:00:1d.0: EHCI Host Controller
Oct 19 15:19:14 martinus kernel: [    1.106557] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Oct 19 15:19:14 martinus kernel: [    1.106584] ehci_hcd 0000:00:1d.0: debug port 2
Oct 19 15:19:14 martinus kernel: [    1.110490] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Oct 19 15:19:14 martinus kernel: [    1.110504] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xeb007000
Oct 19 15:19:14 martinus kernel: [    1.126243] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Oct 19 15:19:14 martinus kernel: [    1.126377] hub 2-0:1.0: USB hub found
Oct 19 15:19:14 martinus kernel: [    1.126380] hub 2-0:1.0: 2 ports detected
Oct 19 15:19:14 martinus kernel: [    1.126430] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Oct 19 15:19:14 martinus kernel: [    1.126442] uhci_hcd: USB Universal Host Controller Interface driver
Oct 19 15:19:14 martinus kernel: [    1.126496] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Oct 19 15:19:14 martinus kernel: [    1.128344] i8042: Detected active multiplexing controller, rev 1.1
Oct 19 15:19:14 martinus kernel: [    1.129120] serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 19 15:19:14 martinus kernel: [    1.129127] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Oct 19 15:19:14 martinus kernel: [    1.129137] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Oct 19 15:19:14 martinus kernel: [    1.129140] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Oct 19 15:19:14 martinus kernel: [    1.129142] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Oct 19 15:19:14 martinus kernel: [    1.129279] mousedev: PS/2 mouse device common for all mice
Oct 19 15:19:14 martinus kernel: [    1.129406] rtc_cmos 00:06: RTC can wake from S4
Oct 19 15:19:14 martinus kernel: [    1.129503] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Oct 19 15:19:14 martinus kernel: [    1.129533] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Oct 19 15:19:14 martinus kernel: [    1.129628] device-mapper: uevent: version 1.0.3
Oct 19 15:19:14 martinus kernel: [    1.129692] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
Oct 19 15:19:14 martinus kernel: [    1.129775] cpuidle: using governor ladder
Oct 19 15:19:14 martinus kernel: [    1.129904] cpuidle: using governor menu
Oct 19 15:19:14 martinus kernel: [    1.129906] EFI Variables Facility v0.08 2004-May-17
Oct 19 15:19:14 martinus kernel: [    1.130123] TCP cubic registered
Oct 19 15:19:14 martinus kernel: [    1.130265] NET: Registered protocol family 10
Oct 19 15:19:14 martinus kernel: [    1.131274] NET: Registered protocol family 17
Oct 19 15:19:14 martinus kernel: [    1.131304] Registering the dns_resolver key type
Oct 19 15:19:14 martinus kernel: [    1.131461] PM: Hibernation image not present or could not be loaded.
Oct 19 15:19:14 martinus kernel: [    1.131480] registered taskstats version 1
Oct 19 15:19:14 martinus kernel: [    1.154733]   Magic number: 15:314:336
Oct 19 15:19:14 martinus kernel: [    1.154791] tty tty57: hash matches
Oct 19 15:19:14 martinus kernel: [    1.154967] rtc_cmos 00:06: setting system clock to 2011-10-19 15:18:48 UTC (1319037528)
Oct 19 15:19:14 martinus kernel: [    1.156485] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Oct 19 15:19:14 martinus kernel: [    1.156487] EDD information not available.
Oct 19 15:19:14 martinus kernel: [    1.158355] Freeing unused kernel memory: 984k freed
Oct 19 15:19:14 martinus kernel: [    1.158517] Write protecting the kernel read-only data: 10240k
Oct 19 15:19:14 martinus kernel: [    1.158836] Freeing unused kernel memory: 20k freed
Oct 19 15:19:14 martinus kernel: [    1.163291] Freeing unused kernel memory: 1400k freed
Oct 19 15:19:14 martinus kernel: [    1.175198] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 19 15:19:14 martinus kernel: [    1.202943] Btrfs loaded
Oct 19 15:19:14 martinus kernel: [    1.233458] atl1c 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Oct 19 15:19:14 martinus kernel: [    1.233473] atl1c 0000:08:00.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    1.234368] xhci_hcd 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Oct 19 15:19:14 martinus kernel: [    1.234396] xhci_hcd 0000:06:00.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    1.234402] xhci_hcd 0000:06:00.0: xHCI Host Controller
Oct 19 15:19:14 martinus kernel: [    1.234484] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
Oct 19 15:19:14 martinus kernel: [    1.234964] xhci_hcd 0000:06:00.0: irq 19, io mem 0xe6000000
Oct 19 15:19:14 martinus kernel: [    1.235065] xhci_hcd 0000:06:00.0: irq 47 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    1.235079] xhci_hcd 0000:06:00.0: irq 48 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    1.235340] xhci_hcd 0000:06:00.0: irq 49 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    1.235348] xhci_hcd 0000:06:00.0: irq 50 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    1.235357] xhci_hcd 0000:06:00.0: irq 51 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    1.235781] xHCI xhci_add_endpoint called for root hub
Oct 19 15:19:14 martinus kernel: [    1.235785] xHCI xhci_check_bandwidth called for root hub
Oct 19 15:19:14 martinus kernel: [    1.235826] hub 3-0:1.0: USB hub found
Oct 19 15:19:14 martinus kernel: [    1.235838] hub 3-0:1.0: 2 ports detected
Oct 19 15:19:14 martinus kernel: [    1.235929] xhci_hcd 0000:06:00.0: xHCI Host Controller
Oct 19 15:19:14 martinus kernel: [    1.235988] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
Oct 19 15:19:14 martinus kernel: [    1.236847] ahci 0000:00:1f.2: version 3.0
Oct 19 15:19:14 martinus kernel: [    1.236867] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Oct 19 15:19:14 martinus kernel: [    1.236966] ahci 0000:00:1f.2: irq 52 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [    1.237032] ahci: SSS flag set, parallel bus scan disabled
Oct 19 15:19:14 martinus kernel: [    1.237164] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Oct 19 15:19:14 martinus kernel: [    1.237169] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
Oct 19 15:19:14 martinus kernel: [    1.237179] ahci 0000:00:1f.2: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [    1.238569] xHCI xhci_add_endpoint called for root hub
Oct 19 15:19:14 martinus kernel: [    1.238573] xHCI xhci_check_bandwidth called for root hub
Oct 19 15:19:14 martinus kernel: [    1.238616] hub 4-0:1.0: USB hub found
Oct 19 15:19:14 martinus kernel: [    1.238632] hub 4-0:1.0: 2 ports detected
Oct 19 15:19:14 martinus kernel: [    1.258692] scsi0 : ahci
Oct 19 15:19:14 martinus kernel: [    1.259059] scsi1 : ahci
Oct 19 15:19:14 martinus kernel: [    1.259147] scsi2 : ahci
Oct 19 15:19:14 martinus kernel: [    1.259401] scsi3 : ahci
Oct 19 15:19:14 martinus kernel: [    1.259489] scsi4 : ahci
Oct 19 15:19:14 martinus kernel: [    1.259778] scsi5 : ahci
Oct 19 15:19:14 martinus kernel: [    1.259880] ata1: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006100 irq 52
Oct 19 15:19:14 martinus kernel: [    1.259885] ata2: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006180 irq 52
Oct 19 15:19:14 martinus kernel: [    1.259888] ata3: DUMMY
Oct 19 15:19:14 martinus kernel: [    1.259889] ata4: DUMMY
Oct 19 15:19:14 martinus kernel: [    1.259893] ata5: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006300 irq 52
Oct 19 15:19:14 martinus kernel: [    1.259898] ata6: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006380 irq 52
Oct 19 15:19:14 martinus kernel: [    1.326609] atl1c 0000:08:00.0: version 1.0.1.0-NAPI
Oct 19 15:19:14 martinus kernel: [    1.417734] usb 1-1: new high speed USB device number 2 using ehci_hcd
Oct 19 15:19:14 martinus kernel: [    1.550413] hub 1-1:1.0: USB hub found
Oct 19 15:19:14 martinus kernel: [    1.550497] hub 1-1:1.0: 6 ports detected
Oct 19 15:19:14 martinus kernel: [    1.577445] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 19 15:19:14 martinus kernel: [    1.623110] ata1.00: ATA-8: ST9500325AS, 0002SDM1, max UDMA/133
Oct 19 15:19:14 martinus kernel: [    1.623115] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Oct 19 15:19:14 martinus kernel: [    1.625316] ata1.00: configured for UDMA/133
Oct 19 15:19:14 martinus kernel: [    1.625622] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0002 PQ: 0 ANSI: 5
Oct 19 15:19:14 martinus kernel: [    1.625827] sd 0:0:0:0: Attached scsi generic sg0 type 0
Oct 19 15:19:14 martinus kernel: [    1.625858] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Oct 19 15:19:14 martinus kernel: [    1.625911] sd 0:0:0:0: [sda] Write Protect is off
Oct 19 15:19:14 martinus kernel: [    1.625914] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 19 15:19:14 martinus kernel: [    1.625934] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 15:19:14 martinus kernel: [    1.661269] usb 2-1: new high speed USB device number 2 using ehci_hcd
Oct 19 15:19:14 martinus kernel: [    1.702532]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
Oct 19 15:19:14 martinus kernel: [    1.702973] sd 0:0:0:0: [sda] Attached SCSI disk
Oct 19 15:19:14 martinus kernel: [    1.793834] hub 2-1:1.0: USB hub found
Oct 19 15:19:14 martinus kernel: [    1.794015] hub 2-1:1.0: 8 ports detected
Oct 19 15:19:14 martinus kernel: [    1.848887] Refined TSC clocksource calibration: 2260.984 MHz.
Oct 19 15:19:14 martinus kernel: [    1.848893] Switching to clocksource tsc
Oct 19 15:19:14 martinus kernel: [    1.865026] usb 1-1.2: new full speed USB device number 3 using ehci_hcd
Oct 19 15:19:14 martinus kernel: [    1.944692] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 19 15:19:14 martinus kernel: [    1.947356] ata2.00: ATAPI: HL-DT-STDVDRAM GT30N, AS02, max UDMA/100
Oct 19 15:19:14 martinus kernel: [    1.950287] ata2.00: configured for UDMA/100
Oct 19 15:19:14 martinus kernel: [    1.953364] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT30N     AS02 PQ: 0 ANSI: 5
Oct 19 15:19:14 martinus kernel: [    1.957568] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 19 15:19:14 martinus kernel: [    1.957573] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 19 15:19:14 martinus kernel: [    1.957704] sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 19 15:19:14 martinus kernel: [    1.957767] sr 1:0:0:0: Attached scsi generic sg1 type 5
Oct 19 15:19:14 martinus kernel: [    2.008739] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
Oct 19 15:19:14 martinus kernel: [    2.276022] ata5: SATA link down (SStatus 0 SControl 300)
Oct 19 15:19:14 martinus kernel: [    2.595387] ata6: SATA link down (SStatus 0 SControl 300)
Oct 19 15:19:14 martinus kernel: [    3.966045] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Oct 19 15:19:14 martinus kernel: [   20.253004] lp: driver loaded but no devices found
Oct 19 15:19:14 martinus kernel: [   20.254473] mei: module is from the staging directory, the quality is unknown, you have been warned.
Oct 19 15:19:14 martinus kernel: [   20.254835] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 15:19:14 martinus kernel: [   20.254844] mei 0000:00:16.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [   20.258795] wmi: Mapper loaded
Oct 19 15:19:14 martinus kernel: [   20.260324] [drm] Initialized drm 1.1.0 20060810
Oct 19 15:19:14 martinus kernel: [   20.268560] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 15:19:14 martinus kernel: [   20.271249] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
Oct 19 15:19:14 martinus kernel: [   20.271265] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Oct 19 15:19:14 martinus kernel: [   20.271348] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
Oct 19 15:19:14 martinus kernel: [   20.276796] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
Oct 19 15:19:14 martinus kernel: [   20.277192] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 15:19:14 martinus kernel: [   20.277198] i915 0000:00:02.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [   20.282804] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Oct 19 15:19:14 martinus kernel: [   20.282818] ath9k 0000:03:00.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [   20.282909] Adding 5998588k swap on /dev/sda7.  Priority:-1 extents:1 across:5998588k 
Oct 19 15:19:14 martinus kernel: [   20.288924] asus_laptop: Asus Laptop Support version 0.42
Oct 19 15:19:14 martinus kernel: [   20.289100] asus_laptop:   N61Jv model detected
Oct 19 15:19:14 martinus kernel: [   20.289437] asus_laptop: Backlight controlled by ACPI video driver
Oct 19 15:19:14 martinus kernel: [   20.289546] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
Oct 19 15:19:14 martinus kernel: [   20.333859] ath: EEPROM regdomain: 0x60
Oct 19 15:19:14 martinus kernel: [   20.333863] ath: EEPROM indicates we should expect a direct regpair map
Oct 19 15:19:14 martinus kernel: [   20.333867] ath: Country alpha2 being used: 00
Oct 19 15:19:14 martinus kernel: [   20.333869] ath: Regpair used: 0x60
Oct 19 15:19:14 martinus kernel: [   20.333873] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333876] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333879] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333882] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333885] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333888] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333891] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333894] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333897] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333900] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333902] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333906] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333908] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333912] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333914] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333918] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333920] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333923] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333926] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333929] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333932] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333935] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333938] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333941] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333944] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333947] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.333950] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 15:19:14 martinus kernel: [   20.333953] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.335557] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 15:19:14 martinus kernel: [   20.365925] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
Oct 19 15:19:14 martinus kernel: [   20.368507] Registered led device: ath9k-phy0
Oct 19 15:19:14 martinus kernel: [   20.368520] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900050a0000, irq=17
Oct 19 15:19:14 martinus kernel: [   20.370162] i915 0000:00:02.0: irq 53 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [   20.370169] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 19 15:19:14 martinus kernel: [   20.370172] [drm] Driver supports precise vblank timestamp query.
Oct 19 15:19:14 martinus kernel: [   20.370297] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
Oct 19 15:19:14 martinus kernel: [   20.370362] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
Oct 19 15:19:14 martinus kernel: [   20.370418] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
Oct 19 15:19:14 martinus kernel: [   20.370422] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
Oct 19 15:19:14 martinus kernel: [   20.371135] MXM: GUID detected in BIOS
Oct 19 15:19:14 martinus kernel: [   20.371189] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000003) is beyond end of object (20110413/exoparg2-418)
Oct 19 15:19:14 martinus kernel: [   20.371198] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff88013113e7f8), AE_AML_BUFFER_LIMIT (20110413/psparse-536)
Oct 19 15:19:14 martinus kernel: [   20.371210] failed to evaluate _DSM: 12298
Oct 19 15:19:14 martinus kernel: [   20.371267] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000003) is beyond end of object (20110413/exoparg2-418)
Oct 19 15:19:14 martinus kernel: [   20.371275] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff88013113e7f8), AE_AML_BUFFER_LIMIT (20110413/psparse-536)
Oct 19 15:19:14 martinus kernel: [   20.371283] ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEGR.GFX0._DSM] (Node ffff880131162be0), AE_AML_BUFFER_LIMIT (20110413/psparse-536)
Oct 19 15:19:14 martinus kernel: [   20.371293] failed to evaluate _DSM: 12298
Oct 19 15:19:14 martinus kernel: [   20.371297] VGA switcheroo: detected DSM switching method \_SB_.PCI0.PEGR.GFX0 handle
Oct 19 15:19:14 martinus kernel: [   20.371334] nouveau 0000:01:00.0: power state changed by ACPI to D0
Oct 19 15:19:14 martinus kernel: [   20.371339] nouveau 0000:01:00.0: power state changed by ACPI to D0
Oct 19 15:19:14 martinus kernel: [   20.371344] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
Oct 19 15:19:14 martinus kernel: [   20.371355] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 15:19:14 martinus kernel: [   20.371361] nouveau 0000:01:00.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [   20.394052] type=1400 audit(1319030347.774:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=539 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   20.394464] type=1400 audit(1319030347.774:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=539 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   20.394752] type=1400 audit(1319030347.774:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=539 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   20.545726] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 15:19:14 martinus kernel: [   20.545730] cfg80211: World regulatory domain updated:
Oct 19 15:19:14 martinus kernel: [   20.545732] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 15:19:14 martinus kernel: [   20.545735] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.545738] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.545740] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.545743] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.545745] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:19:14 martinus kernel: [   20.552673] Linux video capture interface: v2.00
Oct 19 15:19:14 martinus kernel: [   20.553571] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (13d3:5122)
Oct 19 15:19:14 martinus kernel: [   20.562132] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6
Oct 19 15:19:14 martinus kernel: [   20.562216] usbcore: registered new interface driver uvcvideo
Oct 19 15:19:14 martinus kernel: [   20.562219] USB Video Class driver (v1.1.0)
Oct 19 15:19:14 martinus kernel: [   20.659328] fbcon: inteldrmfb (fb0) is primary device
Oct 19 15:19:14 martinus kernel: [   20.659421] Console: switching to colour frame buffer device 170x48
Oct 19 15:19:14 martinus kernel: [   20.659445] fb0: inteldrmfb frame buffer device
Oct 19 15:19:14 martinus kernel: [   20.659446] drm: registered panic notifier
Oct 19 15:19:14 martinus kernel: [   20.667931] elantech: assuming hardware version 2, firmware version 4.2.1
Oct 19 15:19:14 martinus kernel: [   20.697073] elantech: Synaptics capabilities query result 0x78, 0x14, 0x0b.
Oct 19 15:19:14 martinus kernel: [   20.707747] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
Oct 19 15:19:14 martinus kernel: [   20.708136] acpi device:19: registered as cooling_device4
Oct 19 15:19:14 martinus kernel: [   20.708229] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input7
Oct 19 15:19:14 martinus kernel: [   20.708307] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
Oct 19 15:19:14 martinus kernel: [   20.710256] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
Oct 19 15:19:14 martinus kernel: [   20.710596] acpi device:1b: registered as cooling_device5
Oct 19 15:19:14 martinus kernel: [   20.710927] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input8
Oct 19 15:19:14 martinus kernel: [   20.711000] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 19 15:19:14 martinus kernel: [   20.711097] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 19 15:19:14 martinus kernel: [   20.711170] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 19 15:19:14 martinus kernel: [   20.711279] HDA Intel 0000:00:1b.0: irq 54 for MSI/MSI-X
Oct 19 15:19:14 martinus kernel: [   20.711318] HDA Intel 0000:00:1b.0: setting latency timer to 64
Oct 19 15:19:14 martinus kernel: [   20.718647] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a5a80a2)
Oct 19 15:19:14 martinus kernel: [   20.728435] vga_switcheroo: enabled
Oct 19 15:19:14 martinus kernel: [   20.728460] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
Oct 19 15:19:14 martinus kernel: [   20.728469] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
Oct 19 15:19:14 martinus kernel: [   20.728471] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
Oct 19 15:19:14 martinus kernel: [   20.728477] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
Oct 19 15:19:14 martinus kernel: [   20.728479] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PCIROM
Oct 19 15:19:14 martinus kernel: [   20.728664] nouveau 0000:01:00.0: Invalid ROM contents
Oct 19 15:19:14 martinus kernel: [   20.728752] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
Oct 19 15:19:14 martinus kernel: [   20.728755] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from ACPI
Oct 19 15:19:14 martinus kernel: [   20.763404] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Oct 19 15:19:14 martinus kernel: [   20.763697] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Oct 19 15:19:14 martinus kernel: [   20.764053] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Oct 19 15:19:14 martinus kernel: [   20.764188] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Oct 19 15:19:14 martinus kernel: [   20.785916] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input12
Oct 19 15:19:14 martinus kernel: [   21.026958] [drm] nouveau 0000:01:00.0: ... appears to be valid
Oct 19 15:19:14 martinus kernel: [   21.026962] [drm] nouveau 0000:01:00.0: BIT BIOS found
Oct 19 15:19:14 martinus kernel: [   21.026965] [drm] nouveau 0000:01:00.0: Bios version 70.16.58.00
Oct 19 15:19:14 martinus kernel: [   21.026967] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
Oct 19 15:19:14 martinus kernel: [   21.026972] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
Oct 19 15:19:14 martinus kernel: [   21.026974] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
Oct 19 15:19:14 martinus kernel: [   21.026977] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02011300 00000000
Oct 19 15:19:14 martinus kernel: [   21.026980] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 0000000e 00000000
Oct 19 15:19:14 martinus kernel: [   21.026983] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
Oct 19 15:19:14 martinus kernel: [   21.026986] [drm] nouveau 0000:01:00.0:   1: 0x00000100: type 0x00 idx 1 tag 0xff
Oct 19 15:19:14 martinus kernel: [   21.026997] [drm] nouveau 0000:01:00.0: Adaptor not initialised, running VBIOS init tables.
Oct 19 15:19:14 martinus kernel: [   21.026999] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x6E19
Oct 19 15:19:14 martinus kernel: [   21.067163] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x72B1
Oct 19 15:19:14 martinus kernel: [   21.074879] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x81B1
Oct 19 15:19:14 martinus kernel: [   21.074907] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x81D3
Oct 19 15:19:14 martinus kernel: [   21.075954] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x8335
Oct 19 15:19:14 martinus kernel: [   21.075957] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x839A
Oct 19 15:19:14 martinus kernel: [   21.114758] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
Oct 19 15:19:14 martinus kernel: [   21.114763] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 135MHz shader 270MHz voltage 850mV timing 2
Oct 19 15:19:14 martinus kernel: [   21.114767] [drm] nouveau 0000:01:00.0: 1: memory 324MHz core 405MHz shader 810MHz voltage 850mV timing 1
Oct 19 15:19:14 martinus kernel: [   21.114770] [drm] nouveau 0000:01:00.0: 3: memory 700MHz core 450MHz shader 990MHz voltage 850mV timing 0
Oct 19 15:19:14 martinus kernel: [   21.114788] [drm] nouveau 0000:01:00.0: c: memory 270MHz core 405MHz shader 810MHz voltage 850mV
Oct 19 15:19:14 martinus kernel: [   21.114891] [TTM] Zone  kernel: Available graphics memory: 1921684 kiB.
Oct 19 15:19:14 martinus kernel: [   21.114893] [TTM] Initializing pool allocator.
Oct 19 15:19:14 martinus kernel: [   21.114910] [drm] nouveau 0000:01:00.0: Detected 1024MiB VRAM
Oct 19 15:19:14 martinus kernel: [   21.120497] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
Oct 19 15:19:14 martinus kernel: [   21.216584] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 19 15:19:14 martinus kernel: [   21.216587] [drm] No driver support for vblank timestamp query.
Oct 19 15:19:14 martinus kernel: [   21.283615] No connectors reported connected with modes
Oct 19 15:19:14 martinus kernel: [   21.283623] [drm] Cannot find any crtc or sizes - going 1024x768
Oct 19 15:19:14 martinus kernel: [   21.287724] [drm] nouveau 0000:01:00.0: allocated 1024x768 fb: 0x40000000, bo ffff880130d4d400
Oct 19 15:19:14 martinus kernel: [   21.287827] fb1: nouveaufb frame buffer device
Oct 19 15:19:14 martinus kernel: [   21.287834] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 1
Oct 19 15:19:14 martinus kernel: [   21.297739] nvidia: module license 'NVIDIA' taints kernel.
Oct 19 15:19:14 martinus kernel: [   21.297744] Disabling lock debugging due to kernel taint
Oct 19 15:19:14 martinus kernel: [   21.645180] NVRM: The NVIDIA probe routine was not called for 1 device(s).
Oct 19 15:19:14 martinus kernel: [   21.645184] NVRM: This can occur when a driver such as nouveau, rivafb,
Oct 19 15:19:14 martinus kernel: [   21.645185] NVRM: nvidiafb, or rivatv was loaded and obtained ownership of
Oct 19 15:19:14 martinus kernel: [   21.645187] NVRM: the NVIDIA device(s).
Oct 19 15:19:14 martinus kernel: [   21.645189] NVRM: Try unloading the conflicting kernel module (and/or
Oct 19 15:19:14 martinus kernel: [   21.645190] NVRM: reconfigure your kernel without the conflicting
Oct 19 15:19:14 martinus kernel: [   21.645191] NVRM: driver(s)), then try loading the NVIDIA kernel module
Oct 19 15:19:14 martinus kernel: [   21.645192] NVRM: again.
Oct 19 15:19:14 martinus kernel: [   21.645194] NVRM: No NVIDIA graphics adapter probed!
Oct 19 15:19:14 martinus kernel: [   22.085293] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
Oct 19 15:19:14 martinus kernel: [   22.389838] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Oct 19 15:19:14 martinus kernel: [   25.465941] intel ips 0000:00:1f.6: i915 driver attached, reenabling gpu turbo
Oct 19 15:19:14 martinus kernel: [   27.249479] type=1400 audit(1319030354.642:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=992 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.249958] type=1400 audit(1319030354.642:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=991 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.250424] type=1400 audit(1319030354.646:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=992 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.250716] type=1400 audit(1319030354.646:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=992 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.251895] ppdev: user-space parallel port driver
Oct 19 15:19:14 martinus kernel: [   27.252778] type=1400 audit(1319030354.646:9): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=990 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.259969] type=1400 audit(1319030354.654:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=997 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.260509] type=1400 audit(1319030354.654:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=997 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.261108] type=1400 audit(1319030354.654:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=999 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.262784] type=1400 audit(1319030354.658:13): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=999 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.263080] type=1400 audit(1319030354.658:14): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=993 comm="apparmor_parser"
Oct 19 15:19:14 martinus kernel: [   27.370246] init: failsafe main process (930) killed by TERM signal
Oct 19 15:19:14 martinus kernel: [   27.371113] init: apport pre-start process (1047) terminated with status 1
Oct 19 15:19:14 martinus kernel: [   27.382176] init: apport post-stop process (1074) terminated with status 1
Oct 19 15:19:14 martinus kernel: [   27.387553] init: gdm main process (1068) killed by TERM signal
Oct 19 15:19:14 martinus kernel: [   27.575634] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 19 15:19:14 martinus kernel: [   27.584099] atl1c 0000:08:00.0: irq 55 for MSI/MSI-X
Oct 19 15:19:15 martinus kernel: [   27.642338] ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 19 15:19:15 martinus kernel: [   27.698828] vboxdrv: Found 4 processor cores.
Oct 19 15:19:15 martinus kernel: [   27.699726] vboxdrv: fAsync=0 offMin=0x271 offMax=0x1947
Oct 19 15:19:15 martinus kernel: [   27.699819] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
Oct 19 15:19:15 martinus kernel: [   27.699822] vboxdrv: Successfully loaded version 4.1.2_Ubuntu (interface 0x00190000).
Oct 19 15:19:15 martinus kernel: [   27.711395] vboxpci: IOMMU not found (not registered)
Oct 19 15:19:15 martinus kernel: [   27.776532] Bluetooth: Core ver 2.16
Oct 19 15:19:15 martinus kernel: [   27.776576] NET: Registered protocol family 31
Oct 19 15:19:15 martinus kernel: [   27.776579] Bluetooth: HCI device and connection manager initialized
Oct 19 15:19:15 martinus kernel: [   27.776582] Bluetooth: HCI socket layer initialized
Oct 19 15:19:15 martinus kernel: [   27.776584] Bluetooth: L2CAP socket layer initialized
Oct 19 15:19:15 martinus kernel: [   27.776642] Bluetooth: SCO socket layer initialized
Oct 19 15:19:15 martinus kernel: [   27.781173] Bluetooth: RFCOMM TTY layer initialized
Oct 19 15:19:15 martinus kernel: [   27.781180] Bluetooth: RFCOMM socket layer initialized
Oct 19 15:19:15 martinus kernel: [   27.781183] Bluetooth: RFCOMM ver 1.11
Oct 19 15:19:15 martinus kernel: [   27.783862] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 19 15:19:15 martinus kernel: [   27.783866] Bluetooth: BNEP filters: protocol multicast
Oct 19 15:19:15 martinus kernel: [   27.898916] [TTM] Finalizing pool allocator.
Oct 19 15:19:15 martinus kernel: [   27.898944] [TTM] Zone  kernel: Used memory at exit: 0 kiB.
Oct 19 15:19:15 martinus kernel: [   27.905409] [drm] Module unloaded
Oct 19 15:19:15 martinus kernel: [   27.915447] init: anacron main process (1069) killed by TERM signal
Oct 19 15:19:15 martinus kernel: [   27.953037] wmi: Mapper unloaded
Oct 19 15:19:15 martinus kernel: [   28.253264] acpi_call: Module loaded successfully
Oct 19 15:19:15 martinus kernel: [   28.253780] acpi_call: Calling \_SB.PCI0.PEGR.GFX0._OFF
Oct 19 15:19:15 martinus kernel: [   28.336219] acpi_call: Call successful: 0x0
Oct 19 15:19:16 martinus kernel: [   28.680908] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=600
Oct 19 15:19:16 martinus kernel: [   29.105248] EXT4-fs (sda6): re-mounted. Opts: commit=600
Oct 19 15:19:16 martinus kernel: [   29.349109] init: plymouth-stop pre-start process (1619) terminated with status 1
Oct 19 15:19:32 martinus kernel: [   44.836333] wlan0: authenticate with 00:0e:84:d2:8a:e1 (try 1)
Oct 19 15:19:32 martinus kernel: [   44.838112] wlan0: authenticated
Oct 19 15:19:32 martinus kernel: [   44.856565] wlan0: associate with 00:0e:84:d2:8a:e1 (try 1)
Oct 19 15:19:32 martinus kernel: [   44.859017] wlan0: RX AssocResp from 00:0e:84:d2:8a:e1 (capab=0x431 status=0 aid=15)
Oct 19 15:19:32 martinus kernel: [   44.859020] wlan0: associated
Oct 19 15:19:32 martinus kernel: [   44.859575] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 19 15:20:42 martinus kernel: [  115.259571] intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 35608, limit 35000
Oct 19 15:20:47 martinus kernel: [  120.247193] intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 36182, limit 35000
Oct 19 15:33:51 martinus kernel: [  901.973294] exe (2868): /proc/2868/oom_adj is deprecated, please use /proc/2868/oom_score_adj instead.
Oct 19 15:44:35 martinus kernel: [ 1544.486915] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
Oct 19 15:44:37 martinus kernel: [ 1547.048077] EXT4-fs (sda6): re-mounted. Opts: commit=0
Oct 19 15:45:32 martinus kernel: [ 1602.045288] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
Oct 19 15:45:33 martinus kernel: [ 1602.842679] EXT4-fs (sda6): re-mounted. Opts: commit=0
Oct 19 15:49:29 martinus kernel: [ 1837.964181] wlan0: deauthenticating from 00:0e:84:d2:8a:e1 by local choice (reason=3)
Oct 19 15:49:29 martinus kernel: [ 1838.126802] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 15:49:29 martinus kernel: [ 1838.126816] cfg80211: Restoring regulatory settings
Oct 19 15:49:29 martinus kernel: [ 1838.126873] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 15:49:29 martinus kernel: [ 1838.140586] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 15:49:29 martinus kernel: [ 1838.140593] cfg80211: World regulatory domain updated:
Oct 19 15:49:29 martinus kernel: [ 1838.140595] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 15:49:29 martinus kernel: [ 1838.140599] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:49:29 martinus kernel: [ 1838.140603] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:49:29 martinus kernel: [ 1838.140606] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:49:29 martinus kernel: [ 1838.140610] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:49:29 martinus kernel: [ 1838.140613] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 15:49:30 martinus kernel: [ 1839.097235] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
Oct 19 15:49:31 martinus kernel: [ 1839.770831] EXT4-fs (sda6): re-mounted. Opts: commit=0
Oct 19 15:49:32 martinus kernel: [ 1840.875792] init: anacron main process (3173) killed by TERM signal
Oct 19 15:49:32 martinus kernel: [ 1841.572433] PM: Marking nosave pages: 000000000009b000 - 0000000000100000
Oct 19 15:49:32 martinus kernel: [ 1841.572439] PM: Marking nosave pages: 00000000badef000 - 0000000100000000
Oct 19 15:49:32 martinus kernel: [ 1841.573691] PM: Basic memory bitmaps created
Oct 19 17:03:39 martinus kernel: [ 1841.573696] PM: Syncing filesystems ... done.
Oct 19 17:03:39 martinus kernel: [ 1841.805273] Freezing user space processes ... (elapsed 0.01 seconds) done.
Oct 19 17:03:39 martinus kernel: [ 1841.822076] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
Oct 19 17:03:39 martinus kernel: [ 1841.838383] PM: Preallocating image memory... done (allocated 581856 pages)
Oct 19 17:03:39 martinus kernel: [ 1850.506947] PM: Allocated 2327424 kbytes in 8.68 seconds (268.13 MB/s)
Oct 19 17:03:39 martinus kernel: [ 1850.506949] Suspending console(s) (use no_console_suspend to debug)
Oct 19 17:03:39 martinus kernel: [ 1850.507457] pci 0000:01:00.0: PCI INT A disabled
Oct 19 17:03:39 martinus kernel: [ 1850.507531] pciehp 0000:00:1c.5:pcie04: pciehp_suspend ENTRY
Oct 19 17:03:39 martinus kernel: [ 1850.507548] pciehp 0000:00:1c.4:pcie04: pciehp_suspend ENTRY
Oct 19 17:03:39 martinus kernel: [ 1850.507571] pciehp 0000:00:1c.3:pcie04: pciehp_suspend ENTRY
Oct 19 17:03:39 martinus kernel: [ 1850.507577] pciehp 0000:00:1c.2:pcie04: pciehp_suspend ENTRY
Oct 19 17:03:39 martinus kernel: [ 1850.507601] pciehp 0000:00:1c.0:pcie04: pciehp_suspend ENTRY
Oct 19 17:03:39 martinus kernel: [ 1850.507603] pciehp 0000:00:1c.1:pcie04: pciehp_suspend ENTRY
Oct 19 17:03:39 martinus kernel: [ 1850.608688] HDA Intel 0000:00:1b.0: PCI INT A disabled
Oct 19 17:03:39 martinus kernel: [ 1850.624468] PM: freeze of drv:HDA Intel dev:0000:00:1b.0 complete after 117.090 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.708354] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Oct 19 17:03:39 martinus kernel: [ 1850.709225] PM: freeze of drv:sd dev:0:0:0:0 complete after 202.520 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.709247] PM: freeze of drv:scsi dev:target0:0:0 complete after 202.533 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.709294] PM: freeze of drv:scsi dev:host0 complete after 202.380 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.709869] PM: freeze of drv:ahci dev:0000:00:1f.2 complete after 202.803 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.709903] PM: freeze of drv: dev:pci0000:00 complete after 202.620 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.709919] PM: freeze of devices complete after 203.369 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.710517] PM: late freeze of devices complete after 0.595 msecs
Oct 19 17:03:39 martinus kernel: [ 1850.710773] ACPI: Preparing to enter system sleep state S4
Oct 19 17:03:39 martinus kernel: [ 1851.099602] PM: Saving platform NVS memory
Oct 19 17:03:39 martinus kernel: [ 1851.101152] Disabling non-boot CPUs ...
Oct 19 17:03:39 martinus kernel: [ 1851.203355] CPU 1 is now offline
Oct 19 17:03:39 martinus kernel: [ 1851.307164] CPU 2 is now offline
Oct 19 17:03:39 martinus kernel: [ 1851.308359] Broke affinity for irq 9
Oct 19 17:03:39 martinus kernel: [ 1851.410915] CPU 3 is now offline
Oct 19 17:03:39 martinus kernel: [ 1851.411305] Extended CMOS year: 2000
Oct 19 17:03:39 martinus kernel: [ 1851.411415] PM: Creating hibernation image:
Oct 19 17:03:39 martinus kernel: [ 1851.475074] PM: Need to copy 390919 pages
Oct 19 17:03:39 martinus kernel: [ 1851.475077] PM: Normal pages needed: 390919 + 1024, available pages: 603670
Oct 19 17:03:39 martinus kernel: [ 1851.411449] PM: Restoring platform NVS memory
Oct 19 17:03:39 martinus kernel: [ 1851.412083] Extended CMOS year: 2000
Oct 19 17:03:39 martinus kernel: [ 1851.412136] Enabling non-boot CPUs ...
Oct 19 17:03:39 martinus kernel: [ 1851.412251] Booting Node 0 Processor 1 APIC 0x4
Oct 19 17:03:39 martinus kernel: [ 1851.412253] smpboot cpu 1: start_ip = 96000
Oct 19 17:03:39 martinus kernel: [ 1851.520318] CPU1 is up
Oct 19 17:03:39 martinus kernel: [ 1851.520800] Booting Node 0 Processor 2 APIC 0x1
Oct 19 17:03:39 martinus kernel: [ 1851.520805] smpboot cpu 2: start_ip = 96000
Oct 19 17:03:39 martinus kernel: [ 1851.523393] Switched to NOHz mode on CPU #1
Oct 19 17:03:39 martinus kernel: [ 1851.632146] CPU2 is up
Oct 19 17:03:39 martinus kernel: [ 1851.632505] Booting Node 0 Processor 3 APIC 0x5
Oct 19 17:03:39 martinus kernel: [ 1851.632510] smpboot cpu 3: start_ip = 96000
Oct 19 17:03:39 martinus kernel: [ 1851.635173] Switched to NOHz mode on CPU #2
Oct 19 17:03:40 martinus kernel: [ 1851.743896] CPU3 is up
Oct 19 17:03:40 martinus kernel: [ 1851.746339] ACPI: Waking up from system sleep state S4
Oct 19 17:03:40 martinus kernel: [ 1851.746962] Switched to NOHz mode on CPU #3
Oct 19 17:03:40 martinus kernel: [ 1851.906926] i915 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900407)
Oct 19 17:03:40 martinus kernel: [ 1851.906971] mei 0000:00:16.0: restoring config space at offset 0x1 (was 0x100006, writing 0x180006)
Oct 19 17:03:40 martinus kernel: [ 1851.907068] HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002)
Oct 19 17:03:40 martinus kernel: [ 1851.907614] ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
Oct 19 17:03:40 martinus kernel: [ 1851.908134] pci 0000:01:00.0: restoring config space at offset 0xf (was 0x10b, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.908271] pci 0000:01:00.0: restoring config space at offset 0xe (was 0x0, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.908409] pci 0000:01:00.0: restoring config space at offset 0xd (was 0x60, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.908547] pci 0000:01:00.0: restoring config space at offset 0xc (was 0xe3000000, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.908684] pci 0000:01:00.0: restoring config space at offset 0xb (was 0x12521043, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.908822] pci 0000:01:00.0: restoring config space at offset 0xa (was 0x0, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.908960] pci 0000:01:00.0: restoring config space at offset 0x9 (was 0xd001, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.909097] pci 0000:01:00.0: restoring config space at offset 0x8 (was 0x0, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.909235] pci 0000:01:00.0: restoring config space at offset 0x7 (was 0xe000000c, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.909373] pci 0000:01:00.0: restoring config space at offset 0x6 (was 0x0, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.909510] pci 0000:01:00.0: restoring config space at offset 0x5 (was 0xd000000c, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.909648] pci 0000:01:00.0: restoring config space at offset 0x4 (was 0xe2000000, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.909786] pci 0000:01:00.0: restoring config space at offset 0x3 (was 0x10, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.909923] pci 0000:01:00.0: restoring config space at offset 0x2 (was 0x30000a2, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.910061] pci 0000:01:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.910199] pci 0000:01:00.0: restoring config space at offset 0x0 (was 0xa3510de, writing 0xffffffff)
Oct 19 17:03:40 martinus kernel: [ 1851.912074] PM: early restore of devices complete after 5.258 msecs
Oct 19 17:03:40 martinus kernel: [ 1851.985942] i915 0000:00:02.0: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1851.985963] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1851.985997] usb usb1: root hub lost power or was reset
Oct 19 17:03:40 martinus kernel: [ 1851.989881] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 19 17:03:40 martinus kernel: [ 1851.989886] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Oct 19 17:03:40 martinus kernel: [ 1851.989889] HDA Intel 0000:00:1b.0: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1851.989913] pciehp 0000:00:1c.0:pcie04: pciehp_resume ENTRY
Oct 19 17:03:40 martinus kernel: [ 1851.989933] pciehp 0000:00:1c.1:pcie04: pciehp_resume ENTRY
Oct 19 17:03:40 martinus kernel: [ 1851.989936] pciehp 0000:00:1c.2:pcie04: pciehp_resume ENTRY
Oct 19 17:03:40 martinus kernel: [ 1851.989954] pciehp 0000:00:1c.3:pcie04: pciehp_resume ENTRY
Oct 19 17:03:40 martinus kernel: [ 1851.989956] pciehp 0000:00:1c.4:pcie04: pciehp_resume ENTRY
Oct 19 17:03:40 martinus kernel: [ 1851.989968] pciehp 0000:00:1c.5:pcie04: pciehp_resume ENTRY
Oct 19 17:03:40 martinus kernel: [ 1851.989971] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1851.989980] HDA Intel 0000:00:1b.0: irq 54 for MSI/MSI-X
Oct 19 17:03:40 martinus kernel: [ 1851.989983] pci 0000:00:1e.0: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1851.989989] usb usb2: root hub lost power or was reset
Oct 19 17:03:40 martinus kernel: [ 1851.993874] ahci 0000:00:1f.2: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1851.993876] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Oct 19 17:03:40 martinus kernel: [ 1851.993898] pci 0000:01:00.0: power state changed by ACPI to D0
Oct 19 17:03:40 martinus kernel: [ 1851.994002] pci 0000:01:00.0: power state changed by ACPI to D0
Oct 19 17:03:40 martinus kernel: [ 1851.994006] xhci_hcd 0000:06:00.0: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1851.994076] usb usb3: root hub lost power or was reset
Oct 19 17:03:40 martinus kernel: [ 1851.994078] usb usb4: root hub lost power or was reset
Oct 19 17:03:40 martinus kernel: [ 1851.994147] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:03:40 martinus kernel: [ 1851.994277] pci 0000:01:00.0: setting latency timer to 64
Oct 19 17:03:40 martinus kernel: [ 1852.001340] Extended CMOS year: 2000
Oct 19 17:03:40 martinus kernel: [ 1852.002841] sd 0:0:0:0: [sda] Starting disk
Oct 19 17:03:40 martinus kernel: [ 1852.012745] xhci_hcd 0000:06:00.0: irq 47 for MSI/MSI-X
Oct 19 17:03:40 martinus kernel: [ 1852.012752] xhci_hcd 0000:06:00.0: irq 48 for MSI/MSI-X
Oct 19 17:03:40 martinus kernel: [ 1852.012757] xhci_hcd 0000:06:00.0: irq 49 for MSI/MSI-X
Oct 19 17:03:40 martinus kernel: [ 1852.012763] xhci_hcd 0000:06:00.0: irq 50 for MSI/MSI-X
Oct 19 17:03:40 martinus kernel: [ 1852.012768] xhci_hcd 0000:06:00.0: irq 51 for MSI/MSI-X
Oct 19 17:03:40 martinus kernel: [ 1852.134265] PM: restore of drv: dev:ep_00 complete after 131.891 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.134273] PM: restore of drv:hub dev:3-0:1.0 complete after 131.946 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.134277] PM: restore of drv:hub dev:4-0:1.0 complete after 131.862 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.134283] PM: restore of drv: dev:ep_81 complete after 131.934 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.134286] PM: restore of drv: dev:ep_00 complete after 131.831 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.134302] PM: restore of drv: dev:ep_81 complete after 131.869 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.230100] PM: restore of drv: dev:ep_00 complete after 236.046 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.230112] PM: restore of drv:hub dev:1-0:1.0 complete after 236.078 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.230135] PM: restore of drv: dev:ep_81 complete after 236.085 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.234115] PM: restore of drv: dev:ep_00 complete after 232.026 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.234121] PM: restore of drv:hub dev:2-0:1.0 complete after 232.069 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.234173] PM: restore of drv: dev:ep_81 complete after 232.073 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.317889] ata5: SATA link down (SStatus 0 SControl 300)
Oct 19 17:03:40 martinus kernel: [ 1852.317927] ata6: SATA link down (SStatus 0 SControl 300)
Oct 19 17:03:40 martinus kernel: [ 1852.321927] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 19 17:03:40 martinus kernel: [ 1852.333889] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 19 17:03:40 martinus kernel: [ 1852.339551] ata2.00: configured for UDMA/100
Oct 19 17:03:40 martinus kernel: [ 1852.341871] usb 1-1: reset high speed USB device number 2 using ehci_hcd
Oct 19 17:03:40 martinus kernel: [ 1852.371010] ata1.00: configured for UDMA/133
Oct 19 17:03:40 martinus kernel: [ 1852.391050] PM: restore of drv:sd dev:0:0:0:0 complete after 388.983 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.391115] PM: restore of drv:scsi_disk dev:0:0:0:0 complete after 309.311 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.391137] PM: restore of drv:scsi_device dev:0:0:0:0 complete after 389.023 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.471480] PM: restore of drv:i915 dev:0000:00:02.0 complete after 486.513 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.585420] usb 2-1: reset high speed USB device number 2 using ehci_hcd
Oct 19 17:03:40 martinus kernel: [ 1852.681361] PM: restore of drv: dev:ep_00 complete after 679.893 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.681375] PM: restore of drv:hub dev:1-1:1.0 complete after 679.953 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.681433] PM: restore of drv: dev:ep_81 complete after 679.959 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.789190] usb 1-1.2: reset high speed USB device number 4 using ehci_hcd
Oct 19 17:03:40 martinus kernel: [ 1852.822616] PM: restore of drv: dev:ep_00 complete after 821.266 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.822631] PM: restore of drv:hub dev:2-1:1.0 complete after 821.326 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.822659] PM: restore of drv: dev:ep_81 complete after 821.332 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.918131] PM: restore of drv: dev:ep_00 complete after 916.860 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.918142] PM: restore of drv:uvcvideo dev:1-1.2:1.1 complete after 916.892 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.918149] PM: restore of drv:uvcvideo dev:1-1.2:1.0 complete after 916.942 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.918195] PM: restore of drv:video4linux dev:video0 complete after 447.476 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.918245] PM: restore of drv: dev:ep_83 complete after 917.018 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.918257] PM: restore of devices complete after 934.263 msecs
Oct 19 17:03:40 martinus kernel: [ 1852.918433] PM: Image restored successfully.
Oct 19 17:03:40 martinus kernel: [ 1852.918435] Restarting tasks ... done.
Oct 19 17:03:40 martinus kernel: [ 1852.919425] PM: Basic memory bitmaps freed
Oct 19 17:03:40 martinus kernel: [ 1852.919432] video LNXVIDEO:00: Restoring backlight state
Oct 19 17:03:40 martinus kernel: [ 1852.919766] video LNXVIDEO:01: Restoring backlight state
Oct 19 17:04:34 martinus kernel: [ 1912.787349] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
Oct 19 17:04:36 martinus kernel: [ 1914.749445] EXT4-fs (sda6): re-mounted. Opts: commit=0
Oct 19 17:04:37 martinus kernel: [ 1915.957292] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 19 17:04:37 martinus kernel: [ 1915.964006] atl1c 0000:08:00.0: irq 55 for MSI/MSI-X
Oct 19 17:04:37 martinus kernel: [ 1916.023804] ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 19 17:04:41 martinus kernel: [ 1920.009329] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
Oct 19 17:04:44 martinus kernel: [ 1922.825713] EXT4-fs (sda6): re-mounted. Opts: commit=0
Oct 19 17:04:44 martinus kernel: [ 1922.865204] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:04:44 martinus kernel: [ 1922.867361] wlan0: authenticated
Oct 19 17:04:44 martinus kernel: [ 1922.896075] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:04:44 martinus kernel: [ 1922.899028] wlan0: RX AssocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=37)
Oct 19 17:04:44 martinus kernel: [ 1922.899032] wlan0: associated
Oct 19 17:04:44 martinus kernel: [ 1922.899836] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 19 17:05:03 martinus kernel: [ 1941.725575] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:05:03 martinus kernel: [ 1941.797766] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:05:03 martinus kernel: [ 1941.797784] cfg80211: Restoring regulatory settings
Oct 19 17:05:03 martinus kernel: [ 1941.797844] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:05:03 martinus kernel: [ 1942.083797] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:05:03 martinus kernel: [ 1942.083807] cfg80211: World regulatory domain updated:
Oct 19 17:05:03 martinus kernel: [ 1942.083812] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:05:03 martinus kernel: [ 1942.083821] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:03 martinus kernel: [ 1942.083829] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:03 martinus kernel: [ 1942.083837] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:03 martinus kernel: [ 1942.083845] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:03 martinus kernel: [ 1942.083853] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:04 martinus kernel: [ 1942.948959] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:05:04 martinus kernel: [ 1942.950962] wlan0: authenticated
Oct 19 17:05:04 martinus kernel: [ 1942.970248] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:05:04 martinus kernel: [ 1942.973012] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=39)
Oct 19 17:05:04 martinus kernel: [ 1942.973020] wlan0: associated
Oct 19 17:05:42 martinus kernel: [ 1980.809819] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:05:42 martinus kernel: [ 1980.960404] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:05:42 martinus kernel: [ 1980.960416] cfg80211: Restoring regulatory settings
Oct 19 17:05:42 martinus kernel: [ 1980.960425] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:05:42 martinus kernel: [ 1980.966645] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:05:42 martinus kernel: [ 1980.966653] cfg80211: World regulatory domain updated:
Oct 19 17:05:42 martinus kernel: [ 1980.966657] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:05:42 martinus kernel: [ 1980.966663] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:42 martinus kernel: [ 1980.966669] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:42 martinus kernel: [ 1980.966675] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:42 martinus kernel: [ 1980.966680] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:42 martinus kernel: [ 1980.966685] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:05:43 martinus kernel: [ 1982.027793] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:05:43 martinus kernel: [ 1982.029539] wlan0: authenticated
Oct 19 17:05:43 martinus kernel: [ 1982.048140] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:05:43 martinus kernel: [ 1982.050862] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=40)
Oct 19 17:05:43 martinus kernel: [ 1982.050866] wlan0: associated
Oct 19 17:06:42 martinus kernel: [ 2040.659075] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:06:42 martinus kernel: [ 2040.871138] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:06:42 martinus kernel: [ 2040.871154] cfg80211: Restoring regulatory settings
Oct 19 17:06:42 martinus kernel: [ 2040.871187] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:06:42 martinus kernel: [ 2040.877398] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:06:42 martinus kernel: [ 2040.877409] cfg80211: World regulatory domain updated:
Oct 19 17:06:42 martinus kernel: [ 2040.877415] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:06:42 martinus kernel: [ 2040.877424] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:06:42 martinus kernel: [ 2040.877433] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:06:42 martinus kernel: [ 2040.877441] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:06:42 martinus kernel: [ 2040.877450] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:06:42 martinus kernel: [ 2040.877458] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:06:43 martinus kernel: [ 2041.934441] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:06:43 martinus kernel: [ 2041.936221] wlan0: authenticated
Oct 19 17:06:43 martinus kernel: [ 2041.954741] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:06:43 martinus kernel: [ 2041.957704] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=41)
Oct 19 17:06:43 martinus kernel: [ 2041.957715] wlan0: associated
Oct 19 17:08:02 martinus kernel: [ 2120.457296] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:08:02 martinus kernel: [ 2120.626501] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:08:02 martinus kernel: [ 2120.626513] cfg80211: Restoring regulatory settings
Oct 19 17:08:02 martinus kernel: [ 2120.626546] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:08:02 martinus kernel: [ 2120.632558] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:08:02 martinus kernel: [ 2120.632566] cfg80211: World regulatory domain updated:
Oct 19 17:08:02 martinus kernel: [ 2120.632570] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:08:02 martinus kernel: [ 2120.632576] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:08:02 martinus kernel: [ 2120.632582] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:08:02 martinus kernel: [ 2120.632588] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:08:02 martinus kernel: [ 2120.632593] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:08:02 martinus kernel: [ 2120.632598] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:08:03 martinus kernel: [ 2121.711527] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:08:03 martinus kernel: [ 2121.713719] wlan0: authenticated
Oct 19 17:08:03 martinus kernel: [ 2121.732277] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:08:03 martinus kernel: [ 2121.735066] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=42)
Oct 19 17:08:03 martinus kernel: [ 2121.735073] wlan0: associated
Oct 19 17:09:42 martinus kernel: [ 2220.415145] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:09:42 martinus kernel: [ 2220.527285] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:09:42 martinus kernel: [ 2220.527298] cfg80211: Restoring regulatory settings
Oct 19 17:09:42 martinus kernel: [ 2220.527307] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:09:42 martinus kernel: [ 2220.533218] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:09:42 martinus kernel: [ 2220.533226] cfg80211: World regulatory domain updated:
Oct 19 17:09:42 martinus kernel: [ 2220.533229] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:09:42 martinus kernel: [ 2220.533236] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:09:42 martinus kernel: [ 2220.533242] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:09:42 martinus kernel: [ 2220.533247] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:09:42 martinus kernel: [ 2220.533252] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:09:42 martinus kernel: [ 2220.533258] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:09:43 martinus kernel: [ 2221.614457] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:09:43 martinus kernel: [ 2221.616533] wlan0: authenticated
Oct 19 17:09:43 martinus kernel: [ 2221.636586] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:09:43 martinus kernel: [ 2221.639407] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=43)
Oct 19 17:09:43 martinus kernel: [ 2221.639414] wlan0: associated
Oct 19 17:10:52 martinus kernel: [ 2290.417542] intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 39258, limit 35000
Oct 19 17:11:02 martinus kernel: [ 2300.392662] intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 37268, limit 35000
Oct 19 17:11:42 martinus kernel: [ 2340.112802] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:11:42 martinus kernel: [ 2340.221016] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:11:42 martinus kernel: [ 2340.221031] cfg80211: Restoring regulatory settings
Oct 19 17:11:42 martinus kernel: [ 2340.221041] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:11:42 martinus kernel: [ 2340.227072] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:11:42 martinus kernel: [ 2340.227080] cfg80211: World regulatory domain updated:
Oct 19 17:11:42 martinus kernel: [ 2340.227084] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:11:42 martinus kernel: [ 2340.227090] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:11:42 martinus kernel: [ 2340.227096] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:11:42 martinus kernel: [ 2340.227102] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:11:42 martinus kernel: [ 2340.227107] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:11:42 martinus kernel: [ 2340.227112] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:11:43 martinus kernel: [ 2341.328193] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:11:43 martinus kernel: [ 2341.330166] wlan0: authenticated
Oct 19 17:11:43 martinus kernel: [ 2341.350726] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:11:43 martinus kernel: [ 2341.353443] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=44)
Oct 19 17:11:43 martinus kernel: [ 2341.353446] wlan0: associated
Oct 19 17:13:42 martinus kernel: [ 2459.615818] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:13:42 martinus kernel: [ 2459.771025] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:13:42 martinus kernel: [ 2459.771038] cfg80211: Restoring regulatory settings
Oct 19 17:13:42 martinus kernel: [ 2459.771047] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:13:42 martinus kernel: [ 2459.777268] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:13:42 martinus kernel: [ 2459.777279] cfg80211: World regulatory domain updated:
Oct 19 17:13:42 martinus kernel: [ 2459.777284] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:13:42 martinus kernel: [ 2459.777294] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:13:42 martinus kernel: [ 2459.777303] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:13:42 martinus kernel: [ 2459.777312] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:13:42 martinus kernel: [ 2459.777320] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:13:42 martinus kernel: [ 2459.777329] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:13:43 martinus kernel: [ 2460.862147] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:13:43 martinus kernel: [ 2460.863873] wlan0: authenticated
Oct 19 17:13:43 martinus kernel: [ 2460.882621] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:13:43 martinus kernel: [ 2460.888804] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=46)
Oct 19 17:13:43 martinus kernel: [ 2460.888812] wlan0: associated
Oct 19 17:13:44 martinus kernel: [ 2462.093137] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:13:44 martinus kernel: [ 2462.093204] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
Oct 19 17:13:44 martinus kernel: [ 2462.093575] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0a35) installed
Oct 19 17:13:44 martinus kernel: [ 2462.093576] NVRM: in this system is not supported by the 280.13 NVIDIA Linux
Oct 19 17:13:44 martinus kernel: [ 2462.093577] NVRM: graphics driver release.  Please see 'Appendix A -
Oct 19 17:13:44 martinus kernel: [ 2462.093578] NVRM: Supported NVIDIA GPU Products' in this release's README,
Oct 19 17:13:44 martinus kernel: [ 2462.093579] NVRM: available on the Linux graphics driver download page at
Oct 19 17:13:44 martinus kernel: [ 2462.093580] NVRM: www.nvidia.com.
Oct 19 17:13:44 martinus kernel: [ 2462.093757] nvidia: probe of 0000:01:00.0 failed with error -1
Oct 19 17:13:44 martinus kernel: [ 2462.093801] NVRM: The NVIDIA probe routine failed for 1 device(s).
Oct 19 17:13:44 martinus kernel: [ 2462.093803] NVRM: None of the NVIDIA graphics adapters were initialized!
Oct 19 17:13:56 martinus kernel: [ 2473.469362] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:13:56 martinus kernel: [ 2473.469433] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
Oct 19 17:13:56 martinus kernel: [ 2473.469742] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0a35) installed
Oct 19 17:13:56 martinus kernel: [ 2473.469745] NVRM: in this system is not supported by the 280.13 NVIDIA Linux
Oct 19 17:13:56 martinus kernel: [ 2473.469747] NVRM: graphics driver release.  Please see 'Appendix A -
Oct 19 17:13:56 martinus kernel: [ 2473.469750] NVRM: Supported NVIDIA GPU Products' in this release's README,
Oct 19 17:13:56 martinus kernel: [ 2473.469752] NVRM: available on the Linux graphics driver download page at
Oct 19 17:13:56 martinus kernel: [ 2473.469754] NVRM: www.nvidia.com.
Oct 19 17:13:56 martinus kernel: [ 2473.469920] nvidia: probe of 0000:01:00.0 failed with error -1
Oct 19 17:13:56 martinus kernel: [ 2473.470035] NVRM: The NVIDIA probe routine failed for 1 device(s).
Oct 19 17:13:56 martinus kernel: [ 2473.470044] NVRM: None of the NVIDIA graphics adapters were initialized!
Oct 19 17:14:09 martinus kernel: [ 2486.113327] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:14:09 martinus kernel: [ 2486.113393] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
Oct 19 17:14:09 martinus kernel: [ 2486.113620] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0a35) installed
Oct 19 17:14:09 martinus kernel: [ 2486.113621] NVRM: in this system is not supported by the 280.13 NVIDIA Linux
Oct 19 17:14:09 martinus kernel: [ 2486.113622] NVRM: graphics driver release.  Please see 'Appendix A -
Oct 19 17:14:09 martinus kernel: [ 2486.113623] NVRM: Supported NVIDIA GPU Products' in this release's README,
Oct 19 17:14:09 martinus kernel: [ 2486.113624] NVRM: available on the Linux graphics driver download page at
Oct 19 17:14:09 martinus kernel: [ 2486.113625] NVRM: www.nvidia.com.
Oct 19 17:14:09 martinus kernel: [ 2486.113811] nvidia: probe of 0000:01:00.0 failed with error -1
Oct 19 17:14:09 martinus kernel: [ 2486.113860] NVRM: The NVIDIA probe routine failed for 1 device(s).
Oct 19 17:14:09 martinus kernel: [ 2486.113862] NVRM: None of the NVIDIA graphics adapters were initialized!
Oct 19 17:15:01 martinus kernel: [ 2538.493712] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:15:01 martinus kernel: [ 2538.493778] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
Oct 19 17:15:01 martinus kernel: [ 2538.494076] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0a35) installed
Oct 19 17:15:01 martinus kernel: [ 2538.494077] NVRM: in this system is not supported by the 280.13 NVIDIA Linux
Oct 19 17:15:01 martinus kernel: [ 2538.494078] NVRM: graphics driver release.  Please see 'Appendix A -
Oct 19 17:15:01 martinus kernel: [ 2538.494079] NVRM: Supported NVIDIA GPU Products' in this release's README,
Oct 19 17:15:01 martinus kernel: [ 2538.494080] NVRM: available on the Linux graphics driver download page at
Oct 19 17:15:01 martinus kernel: [ 2538.494081] NVRM: www.nvidia.com.
Oct 19 17:15:01 martinus kernel: [ 2538.494261] nvidia: probe of 0000:01:00.0 failed with error -1
Oct 19 17:15:01 martinus kernel: [ 2538.494301] NVRM: The NVIDIA probe routine failed for 1 device(s).
Oct 19 17:15:01 martinus kernel: [ 2538.494303] NVRM: None of the NVIDIA graphics adapters were initialized!
Oct 19 17:15:17 martinus kernel: [ 2554.790065] intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 39336, limit 35000
Oct 19 17:15:42 martinus kernel: [ 2579.355979] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:15:42 martinus kernel: [ 2579.520318] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:15:42 martinus kernel: [ 2579.520333] cfg80211: Restoring regulatory settings
Oct 19 17:15:42 martinus kernel: [ 2579.520365] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:15:42 martinus kernel: [ 2579.526264] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:15:42 martinus kernel: [ 2579.526273] cfg80211: World regulatory domain updated:
Oct 19 17:15:42 martinus kernel: [ 2579.526276] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:15:42 martinus kernel: [ 2579.526283] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:15:42 martinus kernel: [ 2579.526289] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:15:42 martinus kernel: [ 2579.526294] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:15:42 martinus kernel: [ 2579.526299] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:15:42 martinus kernel: [ 2579.526305] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:15:43 martinus kernel: [ 2580.612123] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:15:43 martinus kernel: [ 2580.613907] wlan0: authenticated
Oct 19 17:15:43 martinus kernel: [ 2580.632432] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:15:43 martinus kernel: [ 2580.635201] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=48)
Oct 19 17:15:43 martinus kernel: [ 2580.635208] wlan0: associated
Oct 19 17:24:24 martinus kernel: [ 3100.068637] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:24:24 martinus kernel: [ 3100.068703] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
Oct 19 17:24:24 martinus kernel: [ 3100.069013] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0a35) installed
Oct 19 17:24:24 martinus kernel: [ 3100.069016] NVRM: in this system is not supported by the 280.13 NVIDIA Linux
Oct 19 17:24:24 martinus kernel: [ 3100.069019] NVRM: graphics driver release.  Please see 'Appendix A -
Oct 19 17:24:24 martinus kernel: [ 3100.069021] NVRM: Supported NVIDIA GPU Products' in this release's README,
Oct 19 17:24:24 martinus kernel: [ 3100.069023] NVRM: available on the Linux graphics driver download page at
Oct 19 17:24:24 martinus kernel: [ 3100.069026] NVRM: www.nvidia.com.
Oct 19 17:24:24 martinus kernel: [ 3100.069190] nvidia: probe of 0000:01:00.0 failed with error -1
Oct 19 17:24:24 martinus kernel: [ 3100.069304] NVRM: The NVIDIA probe routine failed for 1 device(s).
Oct 19 17:24:24 martinus kernel: [ 3100.069309] NVRM: None of the NVIDIA graphics adapters were initialized!
Oct 19 17:33:42 martinus kernel: [ 3657.413087] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:33:42 martinus kernel: [ 3657.517616] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:33:42 martinus kernel: [ 3657.517629] cfg80211: Restoring regulatory settings
Oct 19 17:33:42 martinus kernel: [ 3657.517638] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:33:42 martinus kernel: [ 3657.523527] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:33:42 martinus kernel: [ 3657.523537] cfg80211: World regulatory domain updated:
Oct 19 17:33:42 martinus kernel: [ 3657.523542] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:33:42 martinus kernel: [ 3657.523552] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:33:42 martinus kernel: [ 3657.523561] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:33:42 martinus kernel: [ 3657.523569] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:33:42 martinus kernel: [ 3657.523577] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:33:42 martinus kernel: [ 3657.523586] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:33:43 martinus kernel: [ 3658.605304] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:33:43 martinus kernel: [ 3658.607187] wlan0: authenticated
Oct 19 17:33:43 martinus kernel: [ 3658.625722] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:33:43 martinus kernel: [ 3658.628634] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=53)
Oct 19 17:33:43 martinus kernel: [ 3658.628638] wlan0: associated
Oct 19 17:33:54 martinus kernel: [ 3668.799788] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:33:54 martinus kernel: [ 3668.799854] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=none
Oct 19 17:33:54 martinus kernel: [ 3668.800165] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0a35) installed
Oct 19 17:33:54 martinus kernel: [ 3668.800168] NVRM: in this system is not supported by the 280.13 NVIDIA Linux
Oct 19 17:33:54 martinus kernel: [ 3668.800171] NVRM: graphics driver release.  Please see 'Appendix A -
Oct 19 17:33:54 martinus kernel: [ 3668.800173] NVRM: Supported NVIDIA GPU Products' in this release's README,
Oct 19 17:33:54 martinus kernel: [ 3668.800175] NVRM: available on the Linux graphics driver download page at
Oct 19 17:33:54 martinus kernel: [ 3668.800177] NVRM: www.nvidia.com.
Oct 19 17:33:54 martinus kernel: [ 3668.800341] nvidia: probe of 0000:01:00.0 failed with error -1
Oct 19 17:33:54 martinus kernel: [ 3668.800404] NVRM: The NVIDIA probe routine failed for 1 device(s).
Oct 19 17:33:54 martinus kernel: [ 3668.800410] NVRM: None of the NVIDIA graphics adapters were initialized!
Oct 19 17:45:57 martinus kernel: [ 4391.133002] intel ips 0000:00:1f.6: MCP limit exceeded: Avg power 39890, limit 35000
Oct 19 17:47:42 martinus kernel: [ 4495.545373] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:47:42 martinus kernel: [ 4495.643718] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:47:42 martinus kernel: [ 4495.643731] cfg80211: Restoring regulatory settings
Oct 19 17:47:42 martinus kernel: [ 4495.643740] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:47:42 martinus kernel: [ 4495.648507] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:47:42 martinus kernel: [ 4495.648511] cfg80211: World regulatory domain updated:
Oct 19 17:47:42 martinus kernel: [ 4495.648513] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:47:42 martinus kernel: [ 4495.648516] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:42 martinus kernel: [ 4495.648518] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:42 martinus kernel: [ 4495.648520] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:42 martinus kernel: [ 4495.648522] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:42 martinus kernel: [ 4495.648525] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:42 martinus kernel: [ 4495.656458] wlan0: authenticate with 00:0e:84:d2:90:a1 (try 1)
Oct 19 17:47:42 martinus kernel: [ 4495.658341] wlan0: authenticated
Oct 19 17:47:42 martinus kernel: [ 4495.686929] wlan0: associate with 00:0e:84:d2:90:a1 (try 1)
Oct 19 17:47:42 martinus kernel: [ 4495.689438] wlan0: RX ReassocResp from 00:0e:84:d2:90:a1 (capab=0x431 status=0 aid=222)
Oct 19 17:47:42 martinus kernel: [ 4495.689445] wlan0: associated
Oct 19 17:47:44 martinus kernel: [ 4497.754574] wlan0: deauthenticated from 00:0e:84:d2:90:a1 (Reason: 23)
Oct 19 17:47:44 martinus kernel: [ 4497.795485] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:47:44 martinus kernel: [ 4497.795497] cfg80211: Restoring regulatory settings
Oct 19 17:47:44 martinus kernel: [ 4497.795505] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:47:44 martinus kernel: [ 4497.801783] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:47:44 martinus kernel: [ 4497.801791] cfg80211: World regulatory domain updated:
Oct 19 17:47:44 martinus kernel: [ 4497.801795] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:47:44 martinus kernel: [ 4497.801802] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:44 martinus kernel: [ 4497.801807] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:44 martinus kernel: [ 4497.801813] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:44 martinus kernel: [ 4497.801818] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:44 martinus kernel: [ 4497.801823] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:47:45 martinus kernel: [ 4498.944401] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:47:45 martinus kernel: [ 4498.946169] wlan0: authenticated
Oct 19 17:47:45 martinus kernel: [ 4498.974791] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:47:45 martinus kernel: [ 4498.977535] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=57)
Oct 19 17:47:45 martinus kernel: [ 4498.977541] wlan0: associated
Oct 19 17:49:49 martinus kernel: Kernel logging (proc) stopped.
Oct 19 17:50:48 martinus kernel: imklog 5.8.1, log source = /proc/kmsg started.
Oct 19 17:50:48 martinus kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct 19 17:50:48 martinus kernel: [    0.000000] Initializing cgroup subsys cpu
Oct 19 17:50:48 martinus kernel: [    0.000000] Linux version 3.0.0-12-generic (buildd@crested) (gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) ) #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011 (Ubuntu 3.0.0-12.20-generic 3.0.4)
Oct 19 17:50:48 martinus kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=c70cbc82-b349-4b12-82cb-9718852dd88d ro quiet splash vt.handoff=7
Oct 19 17:50:48 martinus kernel: [    0.000000] KERNEL supported cpus:
Oct 19 17:50:48 martinus kernel: [    0.000000]   Intel GenuineIntel
Oct 19 17:50:48 martinus kernel: [    0.000000]   AMD AuthenticAMD
Oct 19 17:50:48 martinus kernel: [    0.000000]   Centaur CentaurHauls
Oct 19 17:50:48 martinus kernel: [    0.000000] BIOS-provided physical RAM map:
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000badef000 (usable)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000badef000 - 00000000bae74000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae74000 - 00000000bae76000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae76000 - 00000000bae86000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae86000 - 00000000bae97000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000bae97000 - 00000000baead000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baead000 - 00000000baed6000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baed6000 - 00000000baee7000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baee7000 - 00000000baeea000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baeea000 - 00000000baeeb000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baeeb000 - 00000000baefd000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baefd000 - 00000000baf00000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf00000 - 00000000baf04000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf04000 - 00000000baf05000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf05000 - 00000000baf09000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf09000 - 00000000baf0c000 (ACPI data)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf0c000 - 00000000baf11000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf11000 - 00000000baf20000 (ACPI NVS)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000baf20000 - 00000000bc000000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000bde00000 - 00000000c0000000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 0000000138000000 (usable)
Oct 19 17:50:48 martinus kernel: [    0.000000] NX (Execute Disable) protection: active
Oct 19 17:50:48 martinus kernel: [    0.000000] DMI 2.6 present.
Oct 19 17:50:48 martinus kernel: [    0.000000] DMI: ASUSTeK Computer INC. N61Jv/N61Jv, BIOS 208 01/28/2010
Oct 19 17:50:48 martinus kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Oct 19 17:50:48 martinus kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Oct 19 17:50:48 martinus kernel: [    0.000000] No AGP bridge found
Oct 19 17:50:48 martinus kernel: [    0.000000] last_pfn = 0x138000 max_arch_pfn = 0x400000000
Oct 19 17:50:48 martinus kernel: [    0.000000] MTRR default type: uncachable
Oct 19 17:50:48 martinus kernel: [    0.000000] MTRR fixed ranges enabled:
Oct 19 17:50:48 martinus kernel: [    0.000000]   00000-9FFFF write-back
Oct 19 17:50:48 martinus kernel: [    0.000000]   A0000-BFFFF uncachable
Oct 19 17:50:48 martinus kernel: [    0.000000]   C0000-CFFFF write-protect
Oct 19 17:50:48 martinus kernel: [    0.000000]   D0000-DFFFF uncachable
Oct 19 17:50:48 martinus kernel: [    0.000000]   E0000-FFFFF write-protect
Oct 19 17:50:48 martinus kernel: [    0.000000] MTRR variable ranges enabled:
Oct 19 17:50:48 martinus kernel: [    0.000000]   0 base 000000000 mask F80000000 write-back
Oct 19 17:50:48 martinus kernel: [    0.000000]   1 base 080000000 mask FC0000000 write-back
Oct 19 17:50:48 martinus kernel: [    0.000000]   2 base 0BC000000 mask FFC000000 uncachable
Oct 19 17:50:48 martinus kernel: [    0.000000]   3 base 100000000 mask FC0000000 write-back
Oct 19 17:50:48 martinus kernel: [    0.000000]   4 base 138000000 mask FF8000000 uncachable
Oct 19 17:50:48 martinus kernel: [    0.000000]   5 base 0FFE00000 mask FFFE00000 write-protect
Oct 19 17:50:48 martinus kernel: [    0.000000]   6 disabled
Oct 19 17:50:48 martinus kernel: [    0.000000]   7 disabled
Oct 19 17:50:48 martinus kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 19 17:50:48 martinus kernel: [    0.000000] last_pfn = 0xbadef max_arch_pfn = 0x400000000
Oct 19 17:50:48 martinus kernel: [    0.000000] found SMP MP-table at [ffff8800000fcae0] fcae0
Oct 19 17:50:48 martinus kernel: [    0.000000] initial memory mapped : 0 - 20000000
Oct 19 17:50:48 martinus kernel: [    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 20480
Oct 19 17:50:48 martinus kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000badef000
Oct 19 17:50:48 martinus kernel: [    0.000000]  0000000000 - 00bac00000 page 2M
Oct 19 17:50:48 martinus kernel: [    0.000000]  00bac00000 - 00badef000 page 4k
Oct 19 17:50:48 martinus kernel: [    0.000000] kernel direct mapping tables up to badef000 @ badea000-badef000
Oct 19 17:50:48 martinus kernel: [    0.000000] init_memory_mapping: 0000000100000000-0000000138000000
Oct 19 17:50:48 martinus kernel: [    0.000000]  0100000000 - 0138000000 page 2M
Oct 19 17:50:48 martinus kernel: [    0.000000] kernel direct mapping tables up to 138000000 @ 137ffa000-138000000
Oct 19 17:50:48 martinus kernel: [    0.000000] RAMDISK: 365a2000 - 372c9000
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 _ASUS_)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: XSDT 00000000baf0ae18 0005C (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: FACP 00000000baeeac18 000F4 (v04 _ASUS_   _ASUS_ 06222004 MSFT 00010013)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xBAF1CF40/0x00000000BAF1FD40, using 32 (20110413/tbfadt-489)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: DSDT 00000000bae9f018 0D800 (v01 _ASUS_   _ASUS_ 00000000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: FACS 00000000baf1cf40 00040
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: APIC 00000000baf09f18 0008C (v02 _ASUS_   _ASUS_ 06222004 MSFT 00010013)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: MCFG 00000000baf1ed18 0003C (v01 _ASUS_   _ASUS_ 06222004 MSFT 00000097)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: HPET 00000000baf1ec98 00038 (v01 _ASUS_   _ASUS_ 06222004 AMI. 00000003)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: ECDT 00000000baf1fb18 000C1 (v01 _ASUS_   _ASUS_ 06222004 AMI  00000000)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: SLIC 00000000baf17a18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: SSDT 00000000baf04018 009F1 (v01  PmRef    CpuPm 00003000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct 19 17:50:48 martinus kernel: [    0.000000] No NUMA configuration found
Oct 19 17:50:48 martinus kernel: [    0.000000] Faking a node at 0000000000000000-0000000138000000
Oct 19 17:50:48 martinus kernel: [    0.000000] Initmem setup node 0 0000000000000000-0000000138000000
Oct 19 17:50:48 martinus kernel: [    0.000000]   NODE_DATA [0000000137ffb000 - 0000000137ffffff]
Oct 19 17:50:48 martinus kernel: [    0.000000]  [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880133800000-ffff880136ffffff] on node 0
Oct 19 17:50:48 martinus kernel: [    0.000000] Zone PFN ranges:
Oct 19 17:50:48 martinus kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
Oct 19 17:50:48 martinus kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
Oct 19 17:50:48 martinus kernel: [    0.000000]   Normal   0x00100000 -> 0x00138000
Oct 19 17:50:48 martinus kernel: [    0.000000] Movable zone start PFN for each node
Oct 19 17:50:48 martinus kernel: [    0.000000] early_node_map[3] active PFN ranges
Oct 19 17:50:48 martinus kernel: [    0.000000]     0: 0x00000010 -> 0x0000009b
Oct 19 17:50:48 martinus kernel: [    0.000000]     0: 0x00000100 -> 0x000badef
Oct 19 17:50:48 martinus kernel: [    0.000000]     0: 0x00100000 -> 0x00138000
Oct 19 17:50:48 martinus kernel: [    0.000000] On node 0 totalpages: 994682
Oct 19 17:50:48 martinus kernel: [    0.000000]   DMA zone: 56 pages used for memmap
Oct 19 17:50:48 martinus kernel: [    0.000000]   DMA zone: 5 pages reserved
Oct 19 17:50:48 martinus kernel: [    0.000000]   DMA zone: 3918 pages, LIFO batch:0
Oct 19 17:50:48 martinus kernel: [    0.000000]   DMA32 zone: 14280 pages used for memmap
Oct 19 17:50:48 martinus kernel: [    0.000000]   DMA32 zone: 747047 pages, LIFO batch:31
Oct 19 17:50:48 martinus kernel: [    0.000000]   Normal zone: 3136 pages used for memmap
Oct 19 17:50:48 martinus kernel: [    0.000000]   Normal zone: 226240 pages, LIFO batch:31
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 19 17:50:48 martinus kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: IRQ0 used by override.
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: IRQ2 used by override.
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: IRQ9 used by override.
Oct 19 17:50:48 martinus kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Oct 19 17:50:48 martinus kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct 19 17:50:48 martinus kernel: [    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
Oct 19 17:50:48 martinus kernel: [    0.000000] nr_irqs_gsi: 40
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000badef000 - 00000000bae74000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae74000 - 00000000bae76000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae76000 - 00000000bae86000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae86000 - 00000000bae97000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bae97000 - 00000000baead000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baead000 - 00000000baed6000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baed6000 - 00000000baee7000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baee7000 - 00000000baeea000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baeea000 - 00000000baeeb000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baeeb000 - 00000000baefd000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baefd000 - 00000000baf00000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf00000 - 00000000baf04000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf04000 - 00000000baf05000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf05000 - 00000000baf09000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf09000 - 00000000baf0c000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf0c000 - 00000000baf11000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf11000 - 00000000baf20000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000baf20000 - 00000000bc000000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bc000000 - 00000000bde00000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000bde00000 - 00000000c0000000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000f8000000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
Oct 19 17:50:48 martinus kernel: [    0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
Oct 19 17:50:48 martinus kernel: [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:38000000)
Oct 19 17:50:48 martinus kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Oct 19 17:50:48 martinus kernel: [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Oct 19 17:50:48 martinus kernel: [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880137c00000 s79616 r8192 d22784 u262144
Oct 19 17:50:48 martinus kernel: [    0.000000] pcpu-alloc: s79616 r8192 d22784 u262144 alloc=1*2097152
Oct 19 17:50:48 martinus kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Oct 19 17:50:48 martinus kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 977205
Oct 19 17:50:48 martinus kernel: [    0.000000] Policy zone: Normal
Oct 19 17:50:48 martinus kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic root=UUID=c70cbc82-b349-4b12-82cb-9718852dd88d ro quiet splash vt.handoff=7
Oct 19 17:50:48 martinus kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 19 17:50:48 martinus kernel: [    0.000000] Checking aperture...
Oct 19 17:50:48 martinus kernel: [    0.000000] No AGP bridge found
Oct 19 17:50:48 martinus kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Oct 19 17:50:48 martinus kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 19 17:50:48 martinus kernel: [    0.000000] Memory: 3827496k/5111808k available (6104k kernel code, 1133080k absent, 151232k reserved, 4880k data, 984k init)
Oct 19 17:50:48 martinus kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 19 17:50:48 martinus kernel: [    0.000000] Hierarchical RCU implementation.
Oct 19 17:50:48 martinus kernel: [    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
Oct 19 17:50:48 martinus kernel: [    0.000000] NR_IRQS:16640 nr_irqs:744 16
Oct 19 17:50:48 martinus kernel: [    0.000000] Extended CMOS year: 2000
Oct 19 17:50:48 martinus kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
Oct 19 17:50:48 martinus kernel: [    0.000000] vt handoff: transparent VT on vt#7
Oct 19 17:50:48 martinus kernel: [    0.000000] Console: colour dummy device 80x25
Oct 19 17:50:48 martinus kernel: [    0.000000] console [tty0] enabled
Oct 19 17:50:48 martinus kernel: [    0.000000] allocated 32505856 bytes of page_cgroup
Oct 19 17:50:48 martinus kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct 19 17:50:48 martinus kernel: [    0.000000] hpet clockevent registered
Oct 19 17:50:48 martinus kernel: [    0.000000] Fast TSC calibration using PIT
Oct 19 17:50:48 martinus kernel: [    0.004000] Detected 2260.666 MHz processor.
Oct 19 17:50:48 martinus kernel: [    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4521.33 BogoMIPS (lpj=9042664)
Oct 19 17:50:48 martinus kernel: [    0.000007] pid_max: default: 32768 minimum: 301
Oct 19 17:50:48 martinus kernel: [    0.000035] Security Framework initialized
Oct 19 17:50:48 martinus kernel: [    0.000050] AppArmor: AppArmor initialized
Oct 19 17:50:48 martinus kernel: [    0.000051] Yama: becoming mindful.
Oct 19 17:50:48 martinus kernel: [    0.000470] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 19 17:50:48 martinus kernel: [    0.001521] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 19 17:50:48 martinus kernel: [    0.001961] Mount-cache hash table entries: 256
Oct 19 17:50:48 martinus kernel: [    0.002089] Initializing cgroup subsys cpuacct
Oct 19 17:50:48 martinus kernel: [    0.002095] Initializing cgroup subsys memory
Oct 19 17:50:48 martinus kernel: [    0.002102] Initializing cgroup subsys devices
Oct 19 17:50:48 martinus kernel: [    0.002105] Initializing cgroup subsys freezer
Oct 19 17:50:48 martinus kernel: [    0.002107] Initializing cgroup subsys net_cls
Oct 19 17:50:48 martinus kernel: [    0.002109] Initializing cgroup subsys blkio
Oct 19 17:50:48 martinus kernel: [    0.002115] Initializing cgroup subsys perf_event
Oct 19 17:50:48 martinus kernel: [    0.002142] CPU: Physical Processor ID: 0
Oct 19 17:50:48 martinus kernel: [    0.002144] CPU: Processor Core ID: 0
Oct 19 17:50:48 martinus kernel: [    0.002150] mce: CPU supports 9 MCE banks
Oct 19 17:50:48 martinus kernel: [    0.002162] CPU0: Thermal monitoring enabled (TM1)
Oct 19 17:50:48 martinus kernel: [    0.002170] using mwait in idle threads.
Oct 19 17:50:48 martinus kernel: [    0.004405] ACPI: Core revision 20110413
Oct 19 17:50:48 martinus kernel: [    0.013269] ftrace: allocating 25651 entries in 101 pages
Oct 19 17:50:48 martinus kernel: [    0.021882] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Oct 19 17:50:48 martinus kernel: [    0.061483] CPU0: Intel(R) Core(TM) i3 CPU       M 350  @ 2.27GHz stepping 02
Oct 19 17:50:48 martinus kernel: [    0.166879] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
Oct 19 17:50:48 martinus kernel: [    0.166886] ... version:                3
Oct 19 17:50:48 martinus kernel: [    0.166888] ... bit width:              48
Oct 19 17:50:48 martinus kernel: [    0.166889] ... generic registers:      4
Oct 19 17:50:48 martinus kernel: [    0.166890] ... value mask:             0000ffffffffffff
Oct 19 17:50:48 martinus kernel: [    0.166892] ... max period:             000000007fffffff
Oct 19 17:50:48 martinus kernel: [    0.166893] ... fixed-purpose events:   3
Oct 19 17:50:48 martinus kernel: [    0.166894] ... event mask:             000000070000000f
Oct 19 17:50:48 martinus kernel: [    0.167293] Booting Node   0, Processors  #1
Oct 19 17:50:48 martinus kernel: [    0.167296] smpboot cpu 1: start_ip = 96000
Oct 19 17:50:48 martinus kernel: [    0.274860]  #2
Oct 19 17:50:48 martinus kernel: [    0.274862] smpboot cpu 2: start_ip = 96000
Oct 19 17:50:48 martinus kernel: [    0.382609]  #3
Oct 19 17:50:48 martinus kernel: [    0.382612] smpboot cpu 3: start_ip = 96000
Oct 19 17:50:48 martinus kernel: [    0.490380] Brought up 4 CPUs
Oct 19 17:50:48 martinus kernel: [    0.490384] Total of 4 processors activated (18087.05 BogoMIPS).
Oct 19 17:50:48 martinus kernel: [    0.492731] devtmpfs: initialized
Oct 19 17:50:48 martinus kernel: [    0.492868] PM: Registering ACPI NVS region at badef000 (544768 bytes)
Oct 19 17:50:48 martinus kernel: [    0.492880] PM: Registering ACPI NVS region at bae76000 (65536 bytes)
Oct 19 17:50:48 martinus kernel: [    0.492883] PM: Registering ACPI NVS region at bae97000 (90112 bytes)
Oct 19 17:50:48 martinus kernel: [    0.492887] PM: Registering ACPI NVS region at baed6000 (69632 bytes)
Oct 19 17:50:48 martinus kernel: [    0.492889] PM: Registering ACPI NVS region at baeea000 (4096 bytes)
Oct 19 17:50:48 martinus kernel: [    0.492891] PM: Registering ACPI NVS region at baefd000 (12288 bytes)
Oct 19 17:50:48 martinus kernel: [    0.492892] PM: Registering ACPI NVS region at baf04000 (4096 bytes)
Oct 19 17:50:48 martinus kernel: [    0.492894] PM: Registering ACPI NVS region at baf11000 (61440 bytes)
Oct 19 17:50:48 martinus kernel: [    0.494412] print_constraints: dummy: 
Oct 19 17:50:48 martinus kernel: [    0.494440] Time: 17:50:25  Date: 10/19/11
Oct 19 17:50:48 martinus kernel: [    0.494474] NET: Registered protocol family 16
Oct 19 17:50:48 martinus kernel: [    0.494580] Trying to unpack rootfs image as initramfs...
Oct 19 17:50:48 martinus kernel: [    0.494586] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 19 17:50:48 martinus kernel: [    0.494589] ACPI: bus type pci registered
Oct 19 17:50:48 martinus kernel: [    0.494660] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 19 17:50:48 martinus kernel: [    0.494663] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 19 17:50:48 martinus kernel: [    0.507705] PCI: Using configuration type 1 for base access
Oct 19 17:50:48 martinus kernel: [    0.508483] bio: create slab <bio-0> at 0
Oct 19 17:50:48 martinus kernel: [    0.510618] ACPI: EC: EC description table is found, configuring boot EC
Oct 19 17:50:48 martinus kernel: [    0.512620] ACPI: Executed 1 blocks of module-level executable AML code
Oct 19 17:50:48 martinus kernel: [    0.550181] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 19 17:50:48 martinus kernel: [    0.638343] ACPI: SSDT 00000000baf08918 003FB (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.638815] ACPI: Dynamic OEM Table Load:
Oct 19 17:50:48 martinus kernel: [    0.638818] ACPI: SSDT           (null) 003FB (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.638940] ACPI: SSDT 00000000baf06618 005CD (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.639395] ACPI: Dynamic OEM Table Load:
Oct 19 17:50:48 martinus kernel: [    0.639397] ACPI: SSDT           (null) 005CD (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.694123] ACPI: SSDT 00000000baf07a98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.694647] ACPI: Dynamic OEM Table Load:
Oct 19 17:50:48 martinus kernel: [    0.694650] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.725910] ACPI: SSDT 00000000baf05d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.726409] ACPI: Dynamic OEM Table Load:
Oct 19 17:50:48 martinus kernel: [    0.726412] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Oct 19 17:50:48 martinus kernel: [    0.752987] Freeing initrd memory: 13468k freed
Oct 19 17:50:48 martinus kernel: [    0.758327] ACPI: Interpreter enabled
Oct 19 17:50:48 martinus kernel: [    0.758333] ACPI: (supports S0 S3 S4 S5)
Oct 19 17:50:48 martinus kernel: [    0.758357] ACPI: Using IOAPIC for interrupt routing
Oct 19 17:50:48 martinus kernel: [    0.764824] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
Oct 19 17:50:48 martinus kernel: [    0.765014] ACPI: No dock devices found.
Oct 19 17:50:48 martinus kernel: [    0.765016] HEST: Table not found.
Oct 19 17:50:48 martinus kernel: [    0.765019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 19 17:50:48 martinus kernel: [    0.765451] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Oct 19 17:50:48 martinus kernel: [    0.766011] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
Oct 19 17:50:48 martinus kernel: [    0.766014] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
Oct 19 17:50:48 martinus kernel: [    0.766016] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Oct 19 17:50:48 martinus kernel: [    0.766019] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
Oct 19 17:50:48 martinus kernel: [    0.766021] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
Oct 19 17:50:48 martinus kernel: [    0.766023] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
Oct 19 17:50:48 martinus kernel: [    0.766025] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
Oct 19 17:50:48 martinus kernel: [    0.766028] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfeafffff]
Oct 19 17:50:48 martinus kernel: [    0.766041] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
Oct 19 17:50:48 martinus kernel: [    0.766060] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
Oct 19 17:50:48 martinus kernel: [    0.766078] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.766104] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.766107] pci 0000:00:01.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.766120] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
Oct 19 17:50:48 martinus kernel: [    0.766131] pci 0000:00:02.0: reg 10: [mem 0xe3400000-0xe37fffff 64bit]
Oct 19 17:50:48 martinus kernel: [    0.766138] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.766143] pci 0000:00:02.0: reg 20: [io  0xe080-0xe087]
Oct 19 17:50:48 martinus kernel: [    0.766206] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
Oct 19 17:50:48 martinus kernel: [    0.766237] pci 0000:00:16.0: reg 10: [mem 0xeb00a000-0xeb00a00f 64bit]
Oct 19 17:50:48 martinus kernel: [    0.766316] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.766321] pci 0000:00:16.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.766363] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
Oct 19 17:50:48 martinus kernel: [    0.766389] pci 0000:00:1a.0: reg 10: [mem 0xeb008000-0xeb0083ff]
Oct 19 17:50:48 martinus kernel: [    0.766481] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.766485] pci 0000:00:1a.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.766516] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
Oct 19 17:50:48 martinus kernel: [    0.766536] pci 0000:00:1b.0: reg 10: [mem 0xeb000000-0xeb003fff 64bit]
Oct 19 17:50:48 martinus kernel: [    0.766615] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.766619] pci 0000:00:1b.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.766647] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.766727] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.766731] pci 0000:00:1c.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.766760] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.766839] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.766844] pci 0000:00:1c.1: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.766874] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.766954] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.766959] pci 0000:00:1c.2: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.766989] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.767069] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.767074] pci 0000:00:1c.3: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.767102] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.767182] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.767186] pci 0000:00:1c.4: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.767214] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.767293] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.767298] pci 0000:00:1c.5: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.767335] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
Oct 19 17:50:48 martinus kernel: [    0.767361] pci 0000:00:1d.0: reg 10: [mem 0xeb007000-0xeb0073ff]
Oct 19 17:50:48 martinus kernel: [    0.767451] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.767456] pci 0000:00:1d.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.767481] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
Oct 19 17:50:48 martinus kernel: [    0.767558] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
Oct 19 17:50:48 martinus kernel: [    0.767683] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
Oct 19 17:50:48 martinus kernel: [    0.767710] pci 0000:00:1f.2: reg 10: [io  0xe070-0xe077]
Oct 19 17:50:48 martinus kernel: [    0.767721] pci 0000:00:1f.2: reg 14: [io  0xe060-0xe063]
Oct 19 17:50:48 martinus kernel: [    0.767733] pci 0000:00:1f.2: reg 18: [io  0xe050-0xe057]
Oct 19 17:50:48 martinus kernel: [    0.767744] pci 0000:00:1f.2: reg 1c: [io  0xe040-0xe043]
Oct 19 17:50:48 martinus kernel: [    0.767756] pci 0000:00:1f.2: reg 20: [io  0xe020-0xe03f]
Oct 19 17:50:48 martinus kernel: [    0.767767] pci 0000:00:1f.2: reg 24: [mem 0xeb006000-0xeb0067ff]
Oct 19 17:50:48 martinus kernel: [    0.767815] pci 0000:00:1f.2: PME# supported from D3hot
Oct 19 17:50:48 martinus kernel: [    0.767820] pci 0000:00:1f.2: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.767844] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
Oct 19 17:50:48 martinus kernel: [    0.767865] pci 0000:00:1f.3: reg 10: [mem 0xeb005000-0xeb0050ff 64bit]
Oct 19 17:50:48 martinus kernel: [    0.767896] pci 0000:00:1f.3: reg 20: [io  0xe000-0xe01f]
Oct 19 17:50:48 martinus kernel: [    0.767942] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
Oct 19 17:50:48 martinus kernel: [    0.767970] pci 0000:00:1f.6: reg 10: [mem 0xeb004000-0xeb004fff 64bit]
Oct 19 17:50:48 martinus kernel: [    0.768096] pci 0000:01:00.0: [10de:0a35] type 0 class 0x000300
Oct 19 17:50:48 martinus kernel: [    0.768112] pci 0000:01:00.0: reg 10: [mem 0xe2000000-0xe2ffffff]
Oct 19 17:50:48 martinus kernel: [    0.768128] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.768145] pci 0000:01:00.0: reg 1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.768157] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
Oct 19 17:50:48 martinus kernel: [    0.768168] pci 0000:01:00.0: reg 30: [mem 0xe3000000-0xe307ffff pref]
Oct 19 17:50:48 martinus kernel: [    0.768231] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Oct 19 17:50:48 martinus kernel: [    0.768234] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
Oct 19 17:50:48 martinus kernel: [    0.768236] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe30fffff]
Oct 19 17:50:48 martinus kernel: [    0.768240] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.768296] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Oct 19 17:50:48 martinus kernel: [    0.768301] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
Oct 19 17:50:48 martinus kernel: [    0.768306] pci 0000:00:1c.0:   bridge window [mem 0xe9c00000-0xeaffffff]
Oct 19 17:50:48 martinus kernel: [    0.768313] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.768397] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
Oct 19 17:50:48 martinus kernel: [    0.768430] pci 0000:03:00.0: reg 10: [mem 0xe8800000-0xe880ffff 64bit]
Oct 19 17:50:48 martinus kernel: [    0.768538] pci 0000:03:00.0: supports D1
Oct 19 17:50:48 martinus kernel: [    0.768540] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.768547] pci 0000:03:00.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.768589] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
Oct 19 17:50:48 martinus kernel: [    0.768594] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
Oct 19 17:50:48 martinus kernel: [    0.768599] pci 0000:00:1c.1:   bridge window [mem 0xe8800000-0xe9bfffff]
Oct 19 17:50:48 martinus kernel: [    0.768607] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.768664] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
Oct 19 17:50:48 martinus kernel: [    0.768669] pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
Oct 19 17:50:48 martinus kernel: [    0.768673] pci 0000:00:1c.2:   bridge window [mem 0xe7400000-0xe87fffff]
Oct 19 17:50:48 martinus kernel: [    0.768681] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.768767] pci 0000:06:00.0: [1033:0194] type 0 class 0x000c03
Oct 19 17:50:48 martinus kernel: [    0.768800] pci 0000:06:00.0: reg 10: [mem 0xe6000000-0xe6001fff 64bit]
Oct 19 17:50:48 martinus kernel: [    0.768935] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.768941] pci 0000:06:00.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.768994] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
Oct 19 17:50:48 martinus kernel: [    0.768999] pci 0000:00:1c.3:   bridge window [io  0x9000-0x9fff]
Oct 19 17:50:48 martinus kernel: [    0.769004] pci 0000:00:1c.3:   bridge window [mem 0xe6000000-0xe73fffff]
Oct 19 17:50:48 martinus kernel: [    0.769011] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.769068] pci 0000:00:1c.4: PCI bridge to [bus 07-07]
Oct 19 17:50:48 martinus kernel: [    0.769073] pci 0000:00:1c.4:   bridge window [io  0x8000-0x8fff]
Oct 19 17:50:48 martinus kernel: [    0.769078] pci 0000:00:1c.4:   bridge window [mem 0xe4c00000-0xe5ffffff]
Oct 19 17:50:48 martinus kernel: [    0.769086] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.769163] pci 0000:08:00.0: [1969:1063] type 0 class 0x000200
Oct 19 17:50:48 martinus kernel: [    0.769191] pci 0000:08:00.0: reg 10: [mem 0xe3800000-0xe383ffff 64bit]
Oct 19 17:50:48 martinus kernel: [    0.769207] pci 0000:08:00.0: reg 18: [io  0x7000-0x707f]
Oct 19 17:50:48 martinus kernel: [    0.769306] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 19 17:50:48 martinus kernel: [    0.769312] pci 0000:08:00.0: PME# disabled
Oct 19 17:50:48 martinus kernel: [    0.769350] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
Oct 19 17:50:48 martinus kernel: [    0.769355] pci 0000:00:1c.5:   bridge window [io  0x7000-0x7fff]
Oct 19 17:50:48 martinus kernel: [    0.769359] pci 0000:00:1c.5:   bridge window [mem 0xe3800000-0xe4bfffff]
Oct 19 17:50:48 martinus kernel: [    0.769367] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.769442] pci 0000:00:1e.0: PCI bridge to [bus 09-09] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769448] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.769453] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.769460] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Oct 19 17:50:48 martinus kernel: [    0.769463] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769465] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769467] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769470] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769472] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769474] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769476] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769479] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfeafffff] (subtractive decode)
Oct 19 17:50:48 martinus kernel: [    0.769524] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Oct 19 17:50:48 martinus kernel: [    0.769692] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
Oct 19 17:50:48 martinus kernel: [    0.769794] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Oct 19 17:50:48 martinus kernel: [    0.769847] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Oct 19 17:50:48 martinus kernel: [    0.769904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
Oct 19 17:50:48 martinus kernel: [    0.769956] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
Oct 19 17:50:48 martinus kernel: [    0.770012] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
Oct 19 17:50:48 martinus kernel: [    0.770068] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
Oct 19 17:50:48 martinus kernel: [    0.770104] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGR._PRT]
Oct 19 17:50:48 martinus kernel: [    0.770303]  pci0000:00: Requesting ACPI _OSC control (0x1d)
Oct 19 17:50:48 martinus kernel: [    0.770499]  pci0000:00: ACPI _OSC control (0x1d) granted
Oct 19 17:50:48 martinus kernel: [    0.776685] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
Oct 19 17:50:48 martinus kernel: [    0.776748] pci 0000:3f:00.0: [8086:2c62] type 0 class 0x000600
Oct 19 17:50:48 martinus kernel: [    0.776767] pci 0000:3f:00.1: [8086:2d01] type 0 class 0x000600
Oct 19 17:50:48 martinus kernel: [    0.776789] pci 0000:3f:02.0: [8086:2d10] type 0 class 0x000600
Oct 19 17:50:48 martinus kernel: [    0.776807] pci 0000:3f:02.1: [8086:2d11] type 0 class 0x000600
Oct 19 17:50:48 martinus kernel: [    0.776825] pci 0000:3f:02.2: [8086:2d12] type 0 class 0x000600
Oct 19 17:50:48 martinus kernel: [    0.776842] pci 0000:3f:02.3: [8086:2d13] type 0 class 0x000600
Oct 19 17:50:48 martinus kernel: [    0.776874]  pci0000:3f: Requesting ACPI _OSC control (0x1d)
Oct 19 17:50:48 martinus kernel: [    0.776877]  pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
Oct 19 17:50:48 martinus kernel: [    0.776878] ACPI _OSC control for PCIe not granted, disabling ASPM
Oct 19 17:50:48 martinus kernel: [    0.777088] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Oct 19 17:50:48 martinus kernel: [    0.777134] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 *3 4 5 6 7 11 12 14 15)
Oct 19 17:50:48 martinus kernel: [    0.777177] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 7 10 12 14 15)
Oct 19 17:50:48 martinus kernel: [    0.777220] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
Oct 19 17:50:48 martinus kernel: [    0.777263] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 19 17:50:48 martinus kernel: [    0.777307] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 19 17:50:48 martinus kernel: [    0.777354] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
Oct 19 17:50:48 martinus kernel: [    0.777398] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
Oct 19 17:50:48 martinus kernel: [    0.777491] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Oct 19 17:50:48 martinus kernel: [    0.777500] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
Oct 19 17:50:48 martinus kernel: [    0.777504] vgaarb: loaded
Oct 19 17:50:48 martinus kernel: [    0.777506] vgaarb: bridge control possible 0000:01:00.0
Oct 19 17:50:48 martinus kernel: [    0.777507] vgaarb: bridge control possible 0000:00:02.0
Oct 19 17:50:48 martinus kernel: [    0.777678] SCSI subsystem initialized
Oct 19 17:50:48 martinus kernel: [    0.777742] libata version 3.00 loaded.
Oct 19 17:50:48 martinus kernel: [    0.777780] usbcore: registered new interface driver usbfs
Oct 19 17:50:48 martinus kernel: [    0.777789] usbcore: registered new interface driver hub
Oct 19 17:50:48 martinus kernel: [    0.777816] usbcore: registered new device driver usb
Oct 19 17:50:48 martinus kernel: [    0.777887] PCI: Using ACPI for IRQ routing
Oct 19 17:50:48 martinus kernel: [    0.780029] PCI: pci_cache_line_size set to 64 bytes
Oct 19 17:50:48 martinus kernel: [    0.780134] reserve RAM buffer: 000000000009bc00 - 000000000009ffff 
Oct 19 17:50:48 martinus kernel: [    0.780136] reserve RAM buffer: 00000000badef000 - 00000000bbffffff 
Oct 19 17:50:48 martinus kernel: [    0.780228] NetLabel: Initializing
Oct 19 17:50:48 martinus kernel: [    0.780229] NetLabel:  domain hash size = 128
Oct 19 17:50:48 martinus kernel: [    0.780230] NetLabel:  protocols = UNLABELED CIPSOv4
Oct 19 17:50:48 martinus kernel: [    0.780243] NetLabel:  unlabeled traffic allowed by default
Oct 19 17:50:48 martinus kernel: [    0.780285] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 19 17:50:48 martinus kernel: [    0.780291] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Oct 19 17:50:48 martinus kernel: [    0.782311] Switching to clocksource hpet
Oct 19 17:50:48 martinus kernel: [    0.785649] Switched to NOHz mode on CPU #0
Oct 19 17:50:48 martinus kernel: [    0.785706] Switched to NOHz mode on CPU #2
Oct 19 17:50:48 martinus kernel: [    0.785742] Switched to NOHz mode on CPU #1
Oct 19 17:50:48 martinus kernel: [    0.785785] Switched to NOHz mode on CPU #3
Oct 19 17:50:48 martinus kernel: [    0.787591] AppArmor: AppArmor Filesystem Enabled
Oct 19 17:50:48 martinus kernel: [    0.787620] pnp: PnP ACPI init
Oct 19 17:50:48 martinus kernel: [    0.787636] ACPI: bus type pnp registered
Oct 19 17:50:48 martinus kernel: [    0.787973] pnp 00:00: [bus 00-3e]
Oct 19 17:50:48 martinus kernel: [    0.787976] pnp 00:00: [io  0x0000-0x0cf7 window]
Oct 19 17:50:48 martinus kernel: [    0.787978] pnp 00:00: [io  0x0cf8-0x0cff]
Oct 19 17:50:48 martinus kernel: [    0.787980] pnp 00:00: [io  0x0d00-0xffff window]
Oct 19 17:50:48 martinus kernel: [    0.787984] pnp 00:00: [mem 0x000a0000-0x000bffff window]
Oct 19 17:50:48 martinus kernel: [    0.787986] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
Oct 19 17:50:48 martinus kernel: [    0.787988] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
Oct 19 17:50:48 martinus kernel: [    0.787990] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
Oct 19 17:50:48 martinus kernel: [    0.787992] pnp 00:00: [mem 0x000cc000-0x000cffff window]
Oct 19 17:50:48 martinus kernel: [    0.787994] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
Oct 19 17:50:48 martinus kernel: [    0.787995] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
Oct 19 17:50:48 martinus kernel: [    0.787997] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
Oct 19 17:50:48 martinus kernel: [    0.787999] pnp 00:00: [mem 0x000dc000-0x000dffff window]
Oct 19 17:50:48 martinus kernel: [    0.788001] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
Oct 19 17:50:48 martinus kernel: [    0.788003] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
Oct 19 17:50:48 martinus kernel: [    0.788005] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
Oct 19 17:50:48 martinus kernel: [    0.788007] pnp 00:00: [mem 0x000ec000-0x000effff window]
Oct 19 17:50:48 martinus kernel: [    0.788008] pnp 00:00: [mem 0x000f0000-0x000fffff window]
Oct 19 17:50:48 martinus kernel: [    0.788010] pnp 00:00: [mem 0xc0000000-0xfeafffff window]
Oct 19 17:50:48 martinus kernel: [    0.788098] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Oct 19 17:50:48 martinus kernel: [    0.788189] pnp 00:01: [io  0x0000-0x001f]
Oct 19 17:50:48 martinus kernel: [    0.788192] pnp 00:01: [io  0x0081-0x0091]
Oct 19 17:50:48 martinus kernel: [    0.788193] pnp 00:01: [io  0x0093-0x009f]
Oct 19 17:50:48 martinus kernel: [    0.788195] pnp 00:01: [io  0x00c0-0x00df]
Oct 19 17:50:48 martinus kernel: [    0.788197] pnp 00:01: [dma 4]
Oct 19 17:50:48 martinus kernel: [    0.788224] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Oct 19 17:50:48 martinus kernel: [    0.788235] pnp 00:02: [mem 0xff000000-0xffffffff]
Oct 19 17:50:48 martinus kernel: [    0.788263] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
Oct 19 17:50:48 martinus kernel: [    0.788339] pnp 00:03: [mem 0xfed00000-0xfed003ff]
Oct 19 17:50:48 martinus kernel: [    0.788367] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
Oct 19 17:50:48 martinus kernel: [    0.788376] pnp 00:04: [io  0x00f0]
Oct 19 17:50:48 martinus kernel: [    0.788388] pnp 00:04: [irq 13]
Oct 19 17:50:48 martinus kernel: [    0.788414] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Oct 19 17:50:48 martinus kernel: [    0.788424] pnp 00:05: [io  0x002e-0x002f]
Oct 19 17:50:48 martinus kernel: [    0.788426] pnp 00:05: [io  0x004e-0x004f]
Oct 19 17:50:48 martinus kernel: [    0.788428] pnp 00:05: [io  0x0061]
Oct 19 17:50:48 martinus kernel: [    0.788429] pnp 00:05: [io  0x0063]
Oct 19 17:50:48 martinus kernel: [    0.788431] pnp 00:05: [io  0x0065]
Oct 19 17:50:48 martinus kernel: [    0.788432] pnp 00:05: [io  0x0067]
Oct 19 17:50:48 martinus kernel: [    0.788434] pnp 00:05: [io  0x0070]
Oct 19 17:50:48 martinus kernel: [    0.788435] pnp 00:05: [io  0x0080]
Oct 19 17:50:48 martinus kernel: [    0.788436] pnp 00:05: [io  0x0092]
Oct 19 17:50:48 martinus kernel: [    0.788438] pnp 00:05: [io  0x00b2-0x00b3]
Oct 19 17:50:48 martinus kernel: [    0.788440] pnp 00:05: [io  0x0680-0x069f]
Oct 19 17:50:48 martinus kernel: [    0.788441] pnp 00:05: [io  0xff00-0xff0f]
Oct 19 17:50:48 martinus kernel: [    0.788443] pnp 00:05: [io  0xffff]
Oct 19 17:50:48 martinus kernel: [    0.788444] pnp 00:05: [io  0xffff]
Oct 19 17:50:48 martinus kernel: [    0.788446] pnp 00:05: [io  0x0400-0x047f]
Oct 19 17:50:48 martinus kernel: [    0.788448] pnp 00:05: [io  0x0500-0x057f]
Oct 19 17:50:48 martinus kernel: [    0.788449] pnp 00:05: [io  0x164e-0x164f]
Oct 19 17:50:48 martinus kernel: [    0.788517] system 00:05: [io  0x0680-0x069f] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.788520] system 00:05: [io  0xff00-0xff0f] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.788522] system 00:05: [io  0xffff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.788524] system 00:05: [io  0xffff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.788526] system 00:05: [io  0x0400-0x047f] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.788528] system 00:05: [io  0x0500-0x057f] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.788531] system 00:05: [io  0x164e-0x164f] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.788534] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 19 17:50:48 martinus kernel: [    0.788542] pnp 00:06: [io  0x0070-0x0077]
Oct 19 17:50:48 martinus kernel: [    0.788550] pnp 00:06: [irq 8]
Oct 19 17:50:48 martinus kernel: [    0.788577] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 19 17:50:48 martinus kernel: [    0.788628] pnp 00:07: [irq 12]
Oct 19 17:50:48 martinus kernel: [    0.788659] pnp 00:07: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
Oct 19 17:50:48 martinus kernel: [    0.788683] pnp 00:08: [io  0x0060]
Oct 19 17:50:48 martinus kernel: [    0.788685] pnp 00:08: [io  0x0064]
Oct 19 17:50:48 martinus kernel: [    0.788690] pnp 00:08: [irq 1]
Oct 19 17:50:48 martinus kernel: [    0.788720] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
Oct 19 17:50:48 martinus kernel: [    0.788973] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
Oct 19 17:50:48 martinus kernel: [    0.788976] pnp 00:09: [mem 0xfed10000-0xfed13fff]
Oct 19 17:50:48 martinus kernel: [    0.788977] pnp 00:09: [mem 0xfed18000-0xfed18fff]
Oct 19 17:50:48 martinus kernel: [    0.788979] pnp 00:09: [mem 0xfed19000-0xfed19fff]
Oct 19 17:50:48 martinus kernel: [    0.788981] pnp 00:09: [mem 0xf8000000-0xfbffffff]
Oct 19 17:50:48 martinus kernel: [    0.788983] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
Oct 19 17:50:48 martinus kernel: [    0.788984] pnp 00:09: [mem 0xfed90000-0xfed8ffff disabled]
Oct 19 17:50:48 martinus kernel: [    0.788986] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
Oct 19 17:50:48 martinus kernel: [    0.788988] pnp 00:09: [mem 0xff000000-0xffffffff]
Oct 19 17:50:48 martinus kernel: [    0.788990] pnp 00:09: [mem 0xfee00000-0xfeefffff]
Oct 19 17:50:48 martinus kernel: [    0.788991] pnp 00:09: [mem 0xf7fff000-0xf7ffffff]
Oct 19 17:50:48 martinus kernel: [    0.789050] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789053] system 00:09: [mem 0xfed10000-0xfed13fff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789055] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789057] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789060] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789062] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789065] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789067] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
Oct 19 17:50:48 martinus kernel: [    0.789070] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 19 17:50:48 martinus kernel: [    0.789072] system 00:09: [mem 0xf7fff000-0xf7ffffff] has been reserved
Oct 19 17:50:48 martinus kernel: [    0.789075] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 19 17:50:48 martinus kernel: [    0.789221] pnp 00:0a: [bus 3f]
Oct 19 17:50:48 martinus kernel: [    0.789263] pnp 00:0a: Plug and Play ACPI device, IDs PNP0a03 (active)
Oct 19 17:50:48 martinus kernel: [    0.789276] pnp: PnP ACPI: found 11 devices
Oct 19 17:50:48 martinus kernel: [    0.789277] ACPI: ACPI bus type pnp unregistered
Oct 19 17:50:48 martinus kernel: [    0.795011] PCI: max bus depth: 1 pci_try_num: 2
Oct 19 17:50:48 martinus kernel: [    0.795087] pci 0000:00:1c.5: BAR 15: assigned [mem 0xe3100000-0xe32fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795093] pci 0000:00:1c.4: BAR 15: assigned [mem 0xeb100000-0xeb2fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795098] pci 0000:00:1c.3: BAR 15: assigned [mem 0xeb300000-0xeb4fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795103] pci 0000:00:1c.2: BAR 15: assigned [mem 0xeb500000-0xeb6fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795109] pci 0000:00:1c.1: BAR 15: assigned [mem 0xeb700000-0xeb8fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795114] pci 0000:00:1c.0: BAR 15: assigned [mem 0xeb900000-0xebafffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795117] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Oct 19 17:50:48 martinus kernel: [    0.795120] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
Oct 19 17:50:48 martinus kernel: [    0.795123] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe30fffff]
Oct 19 17:50:48 martinus kernel: [    0.795126] pci 0000:00:01.0:   bridge window [mem pref disabled]
Oct 19 17:50:48 martinus kernel: [    0.795129] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Oct 19 17:50:48 martinus kernel: [    0.795133] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
Oct 19 17:50:48 martinus kernel: [    0.795139] pci 0000:00:1c.0:   bridge window [mem 0xe9c00000-0xeaffffff]
Oct 19 17:50:48 martinus kernel: [    0.795144] pci 0000:00:1c.0:   bridge window [mem 0xeb900000-0xebafffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795152] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
Oct 19 17:50:48 martinus kernel: [    0.795156] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
Oct 19 17:50:48 martinus kernel: [    0.795162] pci 0000:00:1c.1:   bridge window [mem 0xe8800000-0xe9bfffff]
Oct 19 17:50:48 martinus kernel: [    0.795167] pci 0000:00:1c.1:   bridge window [mem 0xeb700000-0xeb8fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795175] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
Oct 19 17:50:48 martinus kernel: [    0.795178] pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
Oct 19 17:50:48 martinus kernel: [    0.795185] pci 0000:00:1c.2:   bridge window [mem 0xe7400000-0xe87fffff]
Oct 19 17:50:48 martinus kernel: [    0.795190] pci 0000:00:1c.2:   bridge window [mem 0xeb500000-0xeb6fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795198] pci 0000:00:1c.3: PCI bridge to [bus 06-06]
Oct 19 17:50:48 martinus kernel: [    0.795202] pci 0000:00:1c.3:   bridge window [io  0x9000-0x9fff]
Oct 19 17:50:48 martinus kernel: [    0.795208] pci 0000:00:1c.3:   bridge window [mem 0xe6000000-0xe73fffff]
Oct 19 17:50:48 martinus kernel: [    0.795213] pci 0000:00:1c.3:   bridge window [mem 0xeb300000-0xeb4fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795221] pci 0000:00:1c.4: PCI bridge to [bus 07-07]
Oct 19 17:50:48 martinus kernel: [    0.795225] pci 0000:00:1c.4:   bridge window [io  0x8000-0x8fff]
Oct 19 17:50:48 martinus kernel: [    0.795230] pci 0000:00:1c.4:   bridge window [mem 0xe4c00000-0xe5ffffff]
Oct 19 17:50:48 martinus kernel: [    0.795236] pci 0000:00:1c.4:   bridge window [mem 0xeb100000-0xeb2fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795244] pci 0000:00:1c.5: PCI bridge to [bus 08-08]
Oct 19 17:50:48 martinus kernel: [    0.795247] pci 0000:00:1c.5:   bridge window [io  0x7000-0x7fff]
Oct 19 17:50:48 martinus kernel: [    0.795254] pci 0000:00:1c.5:   bridge window [mem 0xe3800000-0xe4bfffff]
Oct 19 17:50:48 martinus kernel: [    0.795259] pci 0000:00:1c.5:   bridge window [mem 0xe3100000-0xe32fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795267] pci 0000:00:1e.0: PCI bridge to [bus 09-09]
Oct 19 17:50:48 martinus kernel: [    0.795268] pci 0000:00:1e.0:   bridge window [io  disabled]
Oct 19 17:50:48 martinus kernel: [    0.795275] pci 0000:00:1e.0:   bridge window [mem disabled]
Oct 19 17:50:48 martinus kernel: [    0.795279] pci 0000:00:1e.0:   bridge window [mem pref disabled]
Oct 19 17:50:48 martinus kernel: [    0.795300] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:50:48 martinus kernel: [    0.795304] pci 0000:00:01.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795311] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:50:48 martinus kernel: [    0.795316] pci 0000:00:1c.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795327] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Oct 19 17:50:48 martinus kernel: [    0.795332] pci 0000:00:1c.1: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795343] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Oct 19 17:50:48 martinus kernel: [    0.795348] pci 0000:00:1c.2: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795358] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Oct 19 17:50:48 martinus kernel: [    0.795363] pci 0000:00:1c.3: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795370] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:50:48 martinus kernel: [    0.795375] pci 0000:00:1c.4: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795383] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Oct 19 17:50:48 martinus kernel: [    0.795388] pci 0000:00:1c.5: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795396] pci 0000:00:1e.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.795400] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Oct 19 17:50:48 martinus kernel: [    0.795402] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Oct 19 17:50:48 martinus kernel: [    0.795404] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Oct 19 17:50:48 martinus kernel: [    0.795406] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
Oct 19 17:50:48 martinus kernel: [    0.795408] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
Oct 19 17:50:48 martinus kernel: [    0.795410] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
Oct 19 17:50:48 martinus kernel: [    0.795412] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
Oct 19 17:50:48 martinus kernel: [    0.795414] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xfeafffff]
Oct 19 17:50:48 martinus kernel: [    0.795417] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
Oct 19 17:50:48 martinus kernel: [    0.795419] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xe30fffff]
Oct 19 17:50:48 martinus kernel: [    0.795421] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
Oct 19 17:50:48 martinus kernel: [    0.795423] pci_bus 0000:02: resource 1 [mem 0xe9c00000-0xeaffffff]
Oct 19 17:50:48 martinus kernel: [    0.795425] pci_bus 0000:02: resource 2 [mem 0xeb900000-0xebafffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795427] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
Oct 19 17:50:48 martinus kernel: [    0.795429] pci_bus 0000:03: resource 1 [mem 0xe8800000-0xe9bfffff]
Oct 19 17:50:48 martinus kernel: [    0.795431] pci_bus 0000:03: resource 2 [mem 0xeb700000-0xeb8fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795433] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
Oct 19 17:50:48 martinus kernel: [    0.795435] pci_bus 0000:04: resource 1 [mem 0xe7400000-0xe87fffff]
Oct 19 17:50:48 martinus kernel: [    0.795437] pci_bus 0000:04: resource 2 [mem 0xeb500000-0xeb6fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795440] pci_bus 0000:06: resource 0 [io  0x9000-0x9fff]
Oct 19 17:50:48 martinus kernel: [    0.795441] pci_bus 0000:06: resource 1 [mem 0xe6000000-0xe73fffff]
Oct 19 17:50:48 martinus kernel: [    0.795444] pci_bus 0000:06: resource 2 [mem 0xeb300000-0xeb4fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795446] pci_bus 0000:07: resource 0 [io  0x8000-0x8fff]
Oct 19 17:50:48 martinus kernel: [    0.795448] pci_bus 0000:07: resource 1 [mem 0xe4c00000-0xe5ffffff]
Oct 19 17:50:48 martinus kernel: [    0.795450] pci_bus 0000:07: resource 2 [mem 0xeb100000-0xeb2fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795452] pci_bus 0000:08: resource 0 [io  0x7000-0x7fff]
Oct 19 17:50:48 martinus kernel: [    0.795454] pci_bus 0000:08: resource 1 [mem 0xe3800000-0xe4bfffff]
Oct 19 17:50:48 martinus kernel: [    0.795456] pci_bus 0000:08: resource 2 [mem 0xe3100000-0xe32fffff 64bit pref]
Oct 19 17:50:48 martinus kernel: [    0.795458] pci_bus 0000:09: resource 4 [io  0x0000-0x0cf7]
Oct 19 17:50:48 martinus kernel: [    0.795460] pci_bus 0000:09: resource 5 [io  0x0d00-0xffff]
Oct 19 17:50:48 martinus kernel: [    0.795462] pci_bus 0000:09: resource 6 [mem 0x000a0000-0x000bffff]
Oct 19 17:50:48 martinus kernel: [    0.795464] pci_bus 0000:09: resource 7 [mem 0x000d0000-0x000d3fff]
Oct 19 17:50:48 martinus kernel: [    0.795466] pci_bus 0000:09: resource 8 [mem 0x000d4000-0x000d7fff]
Oct 19 17:50:48 martinus kernel: [    0.795468] pci_bus 0000:09: resource 9 [mem 0x000d8000-0x000dbfff]
Oct 19 17:50:48 martinus kernel: [    0.795470] pci_bus 0000:09: resource 10 [mem 0x000dc000-0x000dffff]
Oct 19 17:50:48 martinus kernel: [    0.795472] pci_bus 0000:09: resource 11 [mem 0xc0000000-0xfeafffff]
Oct 19 17:50:48 martinus kernel: [    0.795505] NET: Registered protocol family 2
Oct 19 17:50:48 martinus kernel: [    0.795648] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
Oct 19 17:50:48 martinus kernel: [    0.796601] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Oct 19 17:50:48 martinus kernel: [    0.799378] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Oct 19 17:50:48 martinus kernel: [    0.799709] TCP: Hash tables configured (established 524288 bind 65536)
Oct 19 17:50:48 martinus kernel: [    0.799711] TCP reno registered
Oct 19 17:50:48 martinus kernel: [    0.799722] UDP hash table entries: 2048 (order: 4, 65536 bytes)
Oct 19 17:50:48 martinus kernel: [    0.799760] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Oct 19 17:50:48 martinus kernel: [    0.799904] NET: Registered protocol family 1
Oct 19 17:50:48 martinus kernel: [    0.799923] pci 0000:00:02.0: Boot video device
Oct 19 17:50:48 martinus kernel: [    0.850286] PCI: CLS 64 bytes, default 64
Oct 19 17:50:48 martinus kernel: [    0.850288] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 19 17:50:48 martinus kernel: [    0.850291] Placing 64MB software IO TLB between ffff8800b6dea000 - ffff8800badea000
Oct 19 17:50:48 martinus kernel: [    0.850293] software IO TLB at phys 0xb6dea000 - 0xbadea000
Oct 19 17:50:48 martinus kernel: [    0.850758] audit: initializing netlink socket (disabled)
Oct 19 17:50:48 martinus kernel: [    0.850768] type=2000 audit(1319046624.692:1): initialized
Oct 19 17:50:48 martinus kernel: [    0.878968] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Oct 19 17:50:48 martinus kernel: [    0.895359] VFS: Disk quotas dquot_6.5.2
Oct 19 17:50:48 martinus kernel: [    0.895419] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 19 17:50:48 martinus kernel: [    0.896020] fuse init (API version 7.16)
Oct 19 17:50:48 martinus kernel: [    0.896104] msgmni has been set to 7501
Oct 19 17:50:48 martinus kernel: [    0.896502] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Oct 19 17:50:48 martinus kernel: [    0.896535] io scheduler noop registered
Oct 19 17:50:48 martinus kernel: [    0.896537] io scheduler deadline registered
Oct 19 17:50:48 martinus kernel: [    0.896577] io scheduler cfq registered (default)
Oct 19 17:50:48 martinus kernel: [    0.896692] pcieport 0000:00:01.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.896724] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    0.896785] pcieport 0000:00:1c.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.896836] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    0.896925] pcieport 0000:00:1c.1: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.896976] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    0.897069] pcieport 0000:00:1c.2: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.897120] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    0.897209] pcieport 0000:00:1c.3: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.897261] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    0.897357] pcieport 0000:00:1c.4: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.897408] pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    0.897500] pcieport 0000:00:1c.5: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    0.897552] pcieport 0000:00:1c.5: irq 46 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    0.897654] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897657] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897660] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
Oct 19 17:50:48 martinus kernel: [    0.897679] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897684] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Oct 19 17:50:48 martinus kernel: [    0.897705] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897707] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897712] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
Oct 19 17:50:48 martinus kernel: [    0.897731] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897736] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
Oct 19 17:50:48 martinus kernel: [    0.897757] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897759] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897764] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
Oct 19 17:50:48 martinus kernel: [    0.897784] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897789] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
Oct 19 17:50:48 martinus kernel: [    0.897808] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897810] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
Oct 19 17:50:48 martinus kernel: [    0.897815] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
Oct 19 17:50:48 martinus kernel: [    0.897829] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Oct 19 17:50:48 martinus kernel: [    0.897922] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 3b42 ss_vid 1043 ss_did 1f97
Oct 19 17:50:48 martinus kernel: [    0.897944] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
Oct 19 17:50:48 martinus kernel: [    0.897956] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 3b44 ss_vid 1043 ss_did 1f97
Oct 19 17:50:48 martinus kernel: [    0.897972] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
Oct 19 17:50:48 martinus kernel: [    0.897984] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 3b46 ss_vid 1043 ss_did 1f97
Oct 19 17:50:48 martinus kernel: [    0.898001] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
Oct 19 17:50:48 martinus kernel: [    0.898013] pciehp 0000:00:1c.3:pcie04: HPC vendor_id 8086 device_id 3b48 ss_vid 1043 ss_did 1f97
Oct 19 17:50:48 martinus kernel: [    0.898031] pciehp 0000:00:1c.3:pcie04: service driver pciehp loaded
Oct 19 17:50:48 martinus kernel: [    0.898043] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 3b4a ss_vid 1043 ss_did 1f97
Oct 19 17:50:48 martinus kernel: [    0.898081] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
Oct 19 17:50:48 martinus kernel: [    0.898094] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 3b4c ss_vid 1043 ss_did 1f97
Oct 19 17:50:48 martinus kernel: [    0.898110] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
Oct 19 17:50:48 martinus kernel: [    0.898116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Oct 19 17:50:48 martinus kernel: [    0.898157] intel_idle: MWAIT substates: 0x1120
Oct 19 17:50:48 martinus kernel: [    0.898159] intel_idle: v0.4 model 0x25
Oct 19 17:50:48 martinus kernel: [    0.898161] intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 19 17:50:48 martinus kernel: [    0.898248] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Oct 19 17:50:48 martinus kernel: [    0.898283] ACPI: AC Adapter [AC0] (on-line)
Oct 19 17:50:48 martinus kernel: [    0.898383] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
Oct 19 17:50:48 martinus kernel: [    0.899625] ACPI: Lid Switch [LID]
Oct 19 17:50:48 martinus kernel: [    0.899674] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
Oct 19 17:50:48 martinus kernel: [    0.899678] ACPI: Sleep Button [SLPB]
Oct 19 17:50:48 martinus kernel: [    0.899712] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
Oct 19 17:50:48 martinus kernel: [    0.899715] ACPI: Power Button [PWRB]
Oct 19 17:50:48 martinus kernel: [    0.899747] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 19 17:50:48 martinus kernel: [    0.899750] ACPI: Power Button [PWRF]
Oct 19 17:50:48 martinus kernel: [    0.899779] ACPI: acpi_idle yielding to intel_idle
Oct 19 17:50:48 martinus kernel: [    0.901499] thermal LNXTHERM:00: registered as thermal_zone0
Oct 19 17:50:48 martinus kernel: [    0.901502] ACPI: Thermal Zone [TZ00] (65 C)
Oct 19 17:50:48 martinus kernel: [    0.901521] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Oct 19 17:50:48 martinus kernel: [    0.901542] ERST: Table is not found!
Oct 19 17:50:48 martinus kernel: [    0.901626] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 19 17:50:48 martinus kernel: [    0.902175] ACPI: Battery Slot [BAT0] (battery present)
Oct 19 17:50:48 martinus kernel: [    1.090025] Linux agpgart interface v0.103
Oct 19 17:50:48 martinus kernel: [    1.090108] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
Oct 19 17:50:48 martinus kernel: [    1.090257] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
Oct 19 17:50:48 martinus kernel: [    1.091244] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
Oct 19 17:50:48 martinus kernel: [    1.091391] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
Oct 19 17:50:48 martinus kernel: [    1.092298] brd: module loaded
Oct 19 17:50:48 martinus kernel: [    1.092720] loop: module loaded
Oct 19 17:50:48 martinus kernel: [    1.093098] Fixed MDIO Bus: probed
Oct 19 17:50:48 martinus kernel: [    1.093117] PPP generic driver version 2.4.2
Oct 19 17:50:48 martinus kernel: [    1.093148] tun: Universal TUN/TAP device driver, 1.6
Oct 19 17:50:48 martinus kernel: [    1.093150] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Oct 19 17:50:48 martinus kernel: [    1.093213] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 19 17:50:48 martinus kernel: [    1.093235] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:50:48 martinus kernel: [    1.093257] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    1.093261] ehci_hcd 0000:00:1a.0: EHCI Host Controller
Oct 19 17:50:48 martinus kernel: [    1.093289] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Oct 19 17:50:48 martinus kernel: [    1.093323] ehci_hcd 0000:00:1a.0: debug port 2
Oct 19 17:50:48 martinus kernel: [    1.097219] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Oct 19 17:50:48 martinus kernel: [    1.097240] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xeb008000
Oct 19 17:50:48 martinus kernel: [    1.109656] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Oct 19 17:50:48 martinus kernel: [    1.109804] hub 1-0:1.0: USB hub found
Oct 19 17:50:48 martinus kernel: [    1.109808] hub 1-0:1.0: 2 ports detected
Oct 19 17:50:48 martinus kernel: [    1.109878] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Oct 19 17:50:48 martinus kernel: [    1.109892] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    1.109895] ehci_hcd 0000:00:1d.0: EHCI Host Controller
Oct 19 17:50:48 martinus kernel: [    1.109932] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Oct 19 17:50:48 martinus kernel: [    1.109959] ehci_hcd 0000:00:1d.0: debug port 2
Oct 19 17:50:48 martinus kernel: [    1.113839] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Oct 19 17:50:48 martinus kernel: [    1.113853] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xeb007000
Oct 19 17:50:48 martinus kernel: [    1.129618] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Oct 19 17:50:48 martinus kernel: [    1.129753] hub 2-0:1.0: USB hub found
Oct 19 17:50:48 martinus kernel: [    1.129757] hub 2-0:1.0: 2 ports detected
Oct 19 17:50:48 martinus kernel: [    1.129807] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Oct 19 17:50:48 martinus kernel: [    1.129818] uhci_hcd: USB Universal Host Controller Interface driver
Oct 19 17:50:48 martinus kernel: [    1.129872] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Oct 19 17:50:48 martinus kernel: [    1.131353] i8042: Detected active multiplexing controller, rev 1.1
Oct 19 17:50:48 martinus kernel: [    1.132130] serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 19 17:50:48 martinus kernel: [    1.132137] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Oct 19 17:50:48 martinus kernel: [    1.132147] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Oct 19 17:50:48 martinus kernel: [    1.132150] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Oct 19 17:50:48 martinus kernel: [    1.132152] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Oct 19 17:50:48 martinus kernel: [    1.132285] mousedev: PS/2 mouse device common for all mice
Oct 19 17:50:48 martinus kernel: [    1.132426] rtc_cmos 00:06: RTC can wake from S4
Oct 19 17:50:48 martinus kernel: [    1.132522] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Oct 19 17:50:48 martinus kernel: [    1.132552] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Oct 19 17:50:48 martinus kernel: [    1.132647] device-mapper: uevent: version 1.0.3
Oct 19 17:50:48 martinus kernel: [    1.132711] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
Oct 19 17:50:48 martinus kernel: [    1.132795] cpuidle: using governor ladder
Oct 19 17:50:48 martinus kernel: [    1.132924] cpuidle: using governor menu
Oct 19 17:50:48 martinus kernel: [    1.132926] EFI Variables Facility v0.08 2004-May-17
Oct 19 17:50:48 martinus kernel: [    1.133145] TCP cubic registered
Oct 19 17:50:48 martinus kernel: [    1.133252] NET: Registered protocol family 10
Oct 19 17:50:48 martinus kernel: [    1.133832] NET: Registered protocol family 17
Oct 19 17:50:48 martinus kernel: [    1.133860] Registering the dns_resolver key type
Oct 19 17:50:48 martinus kernel: [    1.134022] PM: Hibernation image not present or could not be loaded.
Oct 19 17:50:48 martinus kernel: [    1.134042] registered taskstats version 1
Oct 19 17:50:48 martinus kernel: [    1.157134]   Magic number: 15:44:846
Oct 19 17:50:48 martinus kernel: [    1.157320] rtc_cmos 00:06: setting system clock to 2011-10-19 17:50:25 UTC (1319046625)
Oct 19 17:50:48 martinus kernel: [    1.158848] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Oct 19 17:50:48 martinus kernel: [    1.158850] EDD information not available.
Oct 19 17:50:48 martinus kernel: [    1.160721] Freeing unused kernel memory: 984k freed
Oct 19 17:50:48 martinus kernel: [    1.160892] Write protecting the kernel read-only data: 10240k
Oct 19 17:50:48 martinus kernel: [    1.161190] Freeing unused kernel memory: 20k freed
Oct 19 17:50:48 martinus kernel: [    1.165568] Freeing unused kernel memory: 1400k freed
Oct 19 17:50:48 martinus kernel: [    1.166292] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 19 17:50:48 martinus kernel: [    1.212986] Btrfs loaded
Oct 19 17:50:48 martinus kernel: [    1.239028] xhci_hcd 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Oct 19 17:50:48 martinus kernel: [    1.239035] atl1c 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Oct 19 17:50:48 martinus kernel: [    1.239052] atl1c 0000:08:00.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    1.239073] xhci_hcd 0000:06:00.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    1.239079] xhci_hcd 0000:06:00.0: xHCI Host Controller
Oct 19 17:50:48 martinus kernel: [    1.239166] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
Oct 19 17:50:48 martinus kernel: [    1.239428] xhci_hcd 0000:06:00.0: irq 19, io mem 0xe6000000
Oct 19 17:50:48 martinus kernel: [    1.239734] xhci_hcd 0000:06:00.0: irq 47 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    1.239743] xhci_hcd 0000:06:00.0: irq 48 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    1.239750] xhci_hcd 0000:06:00.0: irq 49 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    1.239757] xhci_hcd 0000:06:00.0: irq 50 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    1.239764] xhci_hcd 0000:06:00.0: irq 51 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    1.240007] xHCI xhci_add_endpoint called for root hub
Oct 19 17:50:48 martinus kernel: [    1.240010] xHCI xhci_check_bandwidth called for root hub
Oct 19 17:50:48 martinus kernel: [    1.240205] hub 3-0:1.0: USB hub found
Oct 19 17:50:48 martinus kernel: [    1.240219] hub 3-0:1.0: 2 ports detected
Oct 19 17:50:48 martinus kernel: [    1.240309] ahci 0000:00:1f.2: version 3.0
Oct 19 17:50:48 martinus kernel: [    1.240316] xhci_hcd 0000:06:00.0: xHCI Host Controller
Oct 19 17:50:48 martinus kernel: [    1.240325] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Oct 19 17:50:48 martinus kernel: [    1.240368] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
Oct 19 17:50:48 martinus kernel: [    1.240548] ahci 0000:00:1f.2: irq 52 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [    1.240613] ahci: SSS flag set, parallel bus scan disabled
Oct 19 17:50:48 martinus kernel: [    1.240733] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Oct 19 17:50:48 martinus kernel: [    1.240739] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
Oct 19 17:50:48 martinus kernel: [    1.240749] ahci 0000:00:1f.2: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [    1.243044] xHCI xhci_add_endpoint called for root hub
Oct 19 17:50:48 martinus kernel: [    1.243048] xHCI xhci_check_bandwidth called for root hub
Oct 19 17:50:48 martinus kernel: [    1.243088] hub 4-0:1.0: USB hub found
Oct 19 17:50:48 martinus kernel: [    1.243103] hub 4-0:1.0: 2 ports detected
Oct 19 17:50:48 martinus kernel: [    1.266014] scsi0 : ahci
Oct 19 17:50:48 martinus kernel: [    1.266191] scsi1 : ahci
Oct 19 17:50:48 martinus kernel: [    1.266321] scsi2 : ahci
Oct 19 17:50:48 martinus kernel: [    1.266462] scsi3 : ahci
Oct 19 17:50:48 martinus kernel: [    1.266623] scsi4 : ahci
Oct 19 17:50:48 martinus kernel: [    1.266793] scsi5 : ahci
Oct 19 17:50:48 martinus kernel: [    1.266947] ata1: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006100 irq 52
Oct 19 17:50:48 martinus kernel: [    1.266951] ata2: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006180 irq 52
Oct 19 17:50:48 martinus kernel: [    1.266953] ata3: DUMMY
Oct 19 17:50:48 martinus kernel: [    1.266954] ata4: DUMMY
Oct 19 17:50:48 martinus kernel: [    1.266957] ata5: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006300 irq 52
Oct 19 17:50:48 martinus kernel: [    1.266960] ata6: SATA max UDMA/133 abar m2048@0xeb006000 port 0xeb006380 irq 52
Oct 19 17:50:48 martinus kernel: [    1.333840] atl1c 0000:08:00.0: version 1.0.1.0-NAPI
Oct 19 17:50:48 martinus kernel: [    1.421118] usb 1-1: new high speed USB device number 2 using ehci_hcd
Oct 19 17:50:48 martinus kernel: [    1.553613] hub 1-1:1.0: USB hub found
Oct 19 17:50:48 martinus kernel: [    1.553791] hub 1-1:1.0: 6 ports detected
Oct 19 17:50:48 martinus kernel: [    1.584805] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 19 17:50:48 martinus kernel: [    1.586766] ata1.00: ATA-8: ST9500325AS, 0002SDM1, max UDMA/133
Oct 19 17:50:48 martinus kernel: [    1.586770] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Oct 19 17:50:48 martinus kernel: [    1.589123] ata1.00: configured for UDMA/133
Oct 19 17:50:48 martinus kernel: [    1.589388] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0002 PQ: 0 ANSI: 5
Oct 19 17:50:48 martinus kernel: [    1.589541] sd 0:0:0:0: Attached scsi generic sg0 type 0
Oct 19 17:50:48 martinus kernel: [    1.589595] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Oct 19 17:50:48 martinus kernel: [    1.589762] sd 0:0:0:0: [sda] Write Protect is off
Oct 19 17:50:48 martinus kernel: [    1.589768] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 19 17:50:48 martinus kernel: [    1.589817] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 17:50:48 martinus kernel: [    1.664701] usb 2-1: new high speed USB device number 2 using ehci_hcd
Oct 19 17:50:48 martinus kernel: [    1.676132]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
Oct 19 17:50:48 martinus kernel: [    1.676741] sd 0:0:0:0: [sda] Attached SCSI disk
Oct 19 17:50:48 martinus kernel: [    1.796999] hub 2-1:1.0: USB hub found
Oct 19 17:50:48 martinus kernel: [    1.797183] hub 2-1:1.0: 8 ports detected
Oct 19 17:50:48 martinus kernel: [    1.848246] Refined TSC clocksource calibration: 2260.984 MHz.
Oct 19 17:50:48 martinus kernel: [    1.848255] Switching to clocksource tsc
Oct 19 17:50:48 martinus kernel: [    1.868333] usb 1-1.2: new full speed USB device number 3 using ehci_hcd
Oct 19 17:50:48 martinus kernel: [    1.908169] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 19 17:50:48 martinus kernel: [    1.910821] ata2.00: ATAPI: HL-DT-STDVDRAM GT30N, AS02, max UDMA/100
Oct 19 17:50:48 martinus kernel: [    1.913879] ata2.00: configured for UDMA/100
Oct 19 17:50:48 martinus kernel: [    1.917012] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT30N     AS02 PQ: 0 ANSI: 5
Oct 19 17:50:48 martinus kernel: [    1.921059] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 19 17:50:48 martinus kernel: [    1.921065] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 19 17:50:48 martinus kernel: [    1.921195] sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 19 17:50:48 martinus kernel: [    1.921252] sr 1:0:0:0: Attached scsi generic sg1 type 5
Oct 19 17:50:48 martinus kernel: [    2.012045] usb 1-1.2: new high speed USB device number 4 using ehci_hcd
Oct 19 17:50:48 martinus kernel: [    2.239482] ata5: SATA link down (SStatus 0 SControl 300)
Oct 19 17:50:48 martinus kernel: [    2.558842] ata6: SATA link down (SStatus 0 SControl 300)
Oct 19 17:50:48 martinus kernel: [    3.576789] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
Oct 19 17:50:48 martinus kernel: [   18.361929] lp: driver loaded but no devices found
Oct 19 17:50:48 martinus kernel: [   18.368781] asus_laptop: Asus Laptop Support version 0.42
Oct 19 17:50:48 martinus kernel: [   18.368958] asus_laptop:   N61Jv model detected
Oct 19 17:50:48 martinus kernel: [   18.369266] asus_laptop: Backlight controlled by ACPI video driver
Oct 19 17:50:48 martinus kernel: [   18.369330] input: Asus Laptop extra buttons as /devices/platform/asus_laptop/input/input5
Oct 19 17:50:48 martinus kernel: [   18.372181] mei: module is from the staging directory, the quality is unknown, you have been warned.
Oct 19 17:50:48 martinus kernel: [   18.372595] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:50:48 martinus kernel: [   18.372603] mei 0000:00:16.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [   18.385701] wmi: Mapper loaded
Oct 19 17:50:48 martinus kernel: [   18.411001] Adding 5998588k swap on /dev/sda7.  Priority:-1 extents:1 across:5998588k 
Oct 19 17:50:48 martinus kernel: [   18.416520] [drm] Initialized drm 1.1.0 20060810
Oct 19 17:50:48 martinus kernel: [   18.448624] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:50:48 martinus kernel: [   18.452311] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:50:48 martinus kernel: [   18.452318] i915 0000:00:02.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [   18.465261] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Oct 19 17:50:48 martinus kernel: [   18.465275] ath9k 0000:03:00.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [   18.474625] type=1400 audit(1319039442.844:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=496 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   18.475043] type=1400 audit(1319039442.844:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=496 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   18.475334] type=1400 audit(1319039442.848:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=496 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   18.516130] ath: EEPROM regdomain: 0x60
Oct 19 17:50:48 martinus kernel: [   18.516134] ath: EEPROM indicates we should expect a direct regpair map
Oct 19 17:50:48 martinus kernel: [   18.516138] ath: Country alpha2 being used: 00
Oct 19 17:50:48 martinus kernel: [   18.516140] ath: Regpair used: 0x60
Oct 19 17:50:48 martinus kernel: [   18.516146] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516150] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516152] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516156] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516158] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516161] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516164] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516167] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516169] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516172] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516174] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516178] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516181] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516184] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516187] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516190] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516193] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516196] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516199] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516203] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516205] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516209] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516211] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516215] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516217] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516221] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.516223] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
Oct 19 17:50:48 martinus kernel: [   18.516227] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (N/A mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.521877] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:50:48 martinus kernel: [   18.544439] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
Oct 19 17:50:48 martinus kernel: [   18.545719] Registered led device: ath9k-phy0
Oct 19 17:50:48 martinus kernel: [   18.545730] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900051a0000, irq=17
Oct 19 17:50:48 martinus kernel: [   18.548536] i915 0000:00:02.0: irq 53 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [   18.548544] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 19 17:50:48 martinus kernel: [   18.548546] [drm] Driver supports precise vblank timestamp query.
Oct 19 17:50:48 martinus kernel: [   18.548638] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
Oct 19 17:50:48 martinus kernel: [   18.548699] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
Oct 19 17:50:48 martinus kernel: [   18.548723] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
Oct 19 17:50:48 martinus kernel: [   18.548726] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
Oct 19 17:50:48 martinus kernel: [   18.595512] MXM: GUID detected in BIOS
Oct 19 17:50:48 martinus kernel: [   18.595590] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000003) is beyond end of object (20110413/exoparg2-418)
Oct 19 17:50:48 martinus kernel: [   18.595599] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff88013113e7f8), AE_AML_BUFFER_LIMIT (20110413/psparse-536)
Oct 19 17:50:48 martinus kernel: [   18.595612] failed to evaluate _DSM: 12298
Oct 19 17:50:48 martinus kernel: [   18.595681] ACPI Exception: AE_AML_BUFFER_LIMIT, Index (0x0000000000000003) is beyond end of object (20110413/exoparg2-418)
Oct 19 17:50:48 martinus kernel: [   18.595689] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff88013113e7f8), AE_AML_BUFFER_LIMIT (20110413/psparse-536)
Oct 19 17:50:48 martinus kernel: [   18.595698] ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEGR.GFX0._DSM] (Node ffff880131162be0), AE_AML_BUFFER_LIMIT (20110413/psparse-536)
Oct 19 17:50:48 martinus kernel: [   18.595709] failed to evaluate _DSM: 12298
Oct 19 17:50:48 martinus kernel: [   18.595715] VGA switcheroo: detected DSM switching method \_SB_.PCI0.PEGR.GFX0 handle
Oct 19 17:50:48 martinus kernel: [   18.595756] nouveau 0000:01:00.0: power state changed by ACPI to D0
Oct 19 17:50:48 martinus kernel: [   18.595761] nouveau 0000:01:00.0: power state changed by ACPI to D0
Oct 19 17:50:48 martinus kernel: [   18.595767] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
Oct 19 17:50:48 martinus kernel: [   18.595778] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Oct 19 17:50:48 martinus kernel: [   18.595784] nouveau 0000:01:00.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [   18.638188] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:50:48 martinus kernel: [   18.638194] cfg80211: World regulatory domain updated:
Oct 19 17:50:48 martinus kernel: [   18.638196] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:50:48 martinus kernel: [   18.638200] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.638203] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.638206] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.638209] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.638212] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:50:48 martinus kernel: [   18.722393] Linux video capture interface: v2.00
Oct 19 17:50:48 martinus kernel: [   18.727474] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (13d3:5122)
Oct 19 17:50:48 martinus kernel: [   18.735981] input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6
Oct 19 17:50:48 martinus kernel: [   18.736052] usbcore: registered new interface driver uvcvideo
Oct 19 17:50:48 martinus kernel: [   18.736054] USB Video Class driver (v1.1.0)
Oct 19 17:50:48 martinus kernel: [   18.769162] elantech: assuming hardware version 2, firmware version 4.2.1
Oct 19 17:50:48 martinus kernel: [   18.799248] elantech: Synaptics capabilities query result 0x78, 0x14, 0x0b.
Oct 19 17:50:48 martinus kernel: [   18.857523] fbcon: inteldrmfb (fb0) is primary device
Oct 19 17:50:48 martinus kernel: [   18.857628] Console: switching to colour frame buffer device 170x48
Oct 19 17:50:48 martinus kernel: [   18.857657] fb0: inteldrmfb frame buffer device
Oct 19 17:50:48 martinus kernel: [   18.857659] drm: registered panic notifier
Oct 19 17:50:48 martinus kernel: [   18.878525] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
Oct 19 17:50:48 martinus kernel: [   18.878826] acpi device:19: registered as cooling_device4
Oct 19 17:50:48 martinus kernel: [   18.878923] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:16/LNXVIDEO:00/input/input7
Oct 19 17:50:48 martinus kernel: [   18.878982] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
Oct 19 17:50:48 martinus kernel: [   18.881088] ACPI Warning: _BQC returned an invalid level (20110413/video-473)
Oct 19 17:50:48 martinus kernel: [   18.881487] acpi device:1b: registered as cooling_device5
Oct 19 17:50:48 martinus kernel: [   18.881803] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input8
Oct 19 17:50:48 martinus kernel: [   18.881930] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 19 17:50:48 martinus kernel: [   18.882036] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 19 17:50:48 martinus kernel: [   18.882602] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
Oct 19 17:50:48 martinus kernel: [   18.882616] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Oct 19 17:50:48 martinus kernel: [   18.882688] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
Oct 19 17:50:48 martinus kernel: [   18.882979] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input9
Oct 19 17:50:48 martinus kernel: [   18.883244] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
Oct 19 17:50:48 martinus kernel: [   18.883615] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Oct 19 17:50:48 martinus kernel: [   18.883692] HDA Intel 0000:00:1b.0: irq 54 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [   18.883728] HDA Intel 0000:00:1b.0: setting latency timer to 64
Oct 19 17:50:48 martinus kernel: [   18.886305] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a5a80a2)
Oct 19 17:50:48 martinus kernel: [   18.895816] vga_switcheroo: enabled
Oct 19 17:50:48 martinus kernel: [   18.895842] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
Oct 19 17:50:48 martinus kernel: [   18.895850] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
Oct 19 17:50:48 martinus kernel: [   18.895853] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
Oct 19 17:50:48 martinus kernel: [   18.895859] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
Oct 19 17:50:48 martinus kernel: [   18.895861] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PCIROM
Oct 19 17:50:48 martinus kernel: [   18.896045] nouveau 0000:01:00.0: Invalid ROM contents
Oct 19 17:50:48 martinus kernel: [   18.896132] [drm] nouveau 0000:01:00.0: ... BIOS signature not found
Oct 19 17:50:48 martinus kernel: [   18.896135] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from ACPI
Oct 19 17:50:48 martinus kernel: [   18.942145] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Oct 19 17:50:48 martinus kernel: [   18.942422] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Oct 19 17:50:48 martinus kernel: [   18.942666] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Oct 19 17:50:48 martinus kernel: [   18.942749] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Oct 19 17:50:48 martinus kernel: [   19.538270] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
Oct 19 17:50:48 martinus kernel: [   19.697688] [drm] nouveau 0000:01:00.0: ... appears to be valid
Oct 19 17:50:48 martinus kernel: [   19.697693] [drm] nouveau 0000:01:00.0: BIT BIOS found
Oct 19 17:50:48 martinus kernel: [   19.697696] [drm] nouveau 0000:01:00.0: Bios version 70.16.58.00
Oct 19 17:50:48 martinus kernel: [   19.697698] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
Oct 19 17:50:48 martinus kernel: [   19.697702] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
Oct 19 17:50:48 martinus kernel: [   19.697705] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
Oct 19 17:50:48 martinus kernel: [   19.697708] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02011300 00000000
Oct 19 17:50:48 martinus kernel: [   19.697710] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 0000000e 00000000
Oct 19 17:50:48 martinus kernel: [   19.697714] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
Oct 19 17:50:48 martinus kernel: [   19.697716] [drm] nouveau 0000:01:00.0:   1: 0x00000100: type 0x00 idx 1 tag 0xff
Oct 19 17:50:48 martinus kernel: [   19.697727] [drm] nouveau 0000:01:00.0: Adaptor not initialised, running VBIOS init tables.
Oct 19 17:50:48 martinus kernel: [   19.697730] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x6E19
Oct 19 17:50:48 martinus kernel: [   19.737769] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x72B1
Oct 19 17:50:48 martinus kernel: [   19.745484] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x81B1
Oct 19 17:50:48 martinus kernel: [   19.745514] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x81D3
Oct 19 17:50:48 martinus kernel: [   19.746565] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x8335
Oct 19 17:50:48 martinus kernel: [   19.746567] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x839A
Oct 19 17:50:48 martinus kernel: [   19.785138] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
Oct 19 17:50:48 martinus kernel: [   19.785143] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 135MHz shader 270MHz voltage 850mV timing 2
Oct 19 17:50:48 martinus kernel: [   19.785147] [drm] nouveau 0000:01:00.0: 1: memory 324MHz core 405MHz shader 810MHz voltage 850mV timing 1
Oct 19 17:50:48 martinus kernel: [   19.785150] [drm] nouveau 0000:01:00.0: 3: memory 700MHz core 450MHz shader 990MHz voltage 850mV timing 0
Oct 19 17:50:48 martinus kernel: [   19.785173] [drm] nouveau 0000:01:00.0: c: memory 270MHz core 405MHz shader 810MHz voltage 850mV
Oct 19 17:50:48 martinus kernel: [   19.785334] [TTM] Zone  kernel: Available graphics memory: 1921684 kiB.
Oct 19 17:50:48 martinus kernel: [   19.785341] [TTM] Initializing pool allocator.
Oct 19 17:50:48 martinus kernel: [   19.785369] [drm] nouveau 0000:01:00.0: Detected 1024MiB VRAM
Oct 19 17:50:48 martinus kernel: [   19.790963] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
Oct 19 17:50:48 martinus kernel: [   19.888928] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 19 17:50:48 martinus kernel: [   19.888931] [drm] No driver support for vblank timestamp query.
Oct 19 17:50:48 martinus kernel: [   19.955810] No connectors reported connected with modes
Oct 19 17:50:48 martinus kernel: [   19.955820] [drm] Cannot find any crtc or sizes - going 1024x768
Oct 19 17:50:48 martinus kernel: [   19.960017] [drm] nouveau 0000:01:00.0: allocated 1024x768 fb: 0x40000000, bo ffff88012ccd6c00
Oct 19 17:50:48 martinus kernel: [   19.960140] fb1: nouveaufb frame buffer device
Oct 19 17:50:48 martinus kernel: [   19.960148] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 1
Oct 19 17:50:48 martinus kernel: [   19.969813] nvidia: module license 'NVIDIA' taints kernel.
Oct 19 17:50:48 martinus kernel: [   19.969818] Disabling lock debugging due to kernel taint
Oct 19 17:50:48 martinus kernel: [   19.973471] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Oct 19 17:50:48 martinus kernel: [   20.318448] NVRM: The NVIDIA probe routine was not called for 1 device(s).
Oct 19 17:50:48 martinus kernel: [   20.318452] NVRM: This can occur when a driver such as nouveau, rivafb,
Oct 19 17:50:48 martinus kernel: [   20.318454] NVRM: nvidiafb, or rivatv was loaded and obtained ownership of
Oct 19 17:50:48 martinus kernel: [   20.318455] NVRM: the NVIDIA device(s).
Oct 19 17:50:48 martinus kernel: [   20.318457] NVRM: Try unloading the conflicting kernel module (and/or
Oct 19 17:50:48 martinus kernel: [   20.318458] NVRM: reconfigure your kernel without the conflicting
Oct 19 17:50:48 martinus kernel: [   20.318459] NVRM: driver(s)), then try loading the NVIDIA kernel module
Oct 19 17:50:48 martinus kernel: [   20.318460] NVRM: again.
Oct 19 17:50:48 martinus kernel: [   20.318462] NVRM: No NVIDIA graphics adapter probed!
Oct 19 17:50:48 martinus kernel: [   23.689656] ppdev: user-space parallel port driver
Oct 19 17:50:48 martinus kernel: [   23.699953] type=1400 audit(1319039448.080:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=977 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.700596] type=1400 audit(1319039448.080:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=977 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.836902] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 19 17:50:48 martinus kernel: [   23.845316] atl1c 0000:08:00.0: irq 55 for MSI/MSI-X
Oct 19 17:50:48 martinus kernel: [   23.905597] ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 19 17:50:48 martinus kernel: [   23.910386] type=1400 audit(1319039448.292:7): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=990 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.910668] type=1400 audit(1319039448.292:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=992 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.910897] type=1400 audit(1319039448.292:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session-wrapper" pid=991 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.911115] type=1400 audit(1319039448.292:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=992 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.911403] type=1400 audit(1319039448.292:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=992 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.913765] type=1400 audit(1319039448.296:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=996 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.914296] type=1400 audit(1319039448.296:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=996 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   23.914814] type=1400 audit(1319039448.296:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=997 comm="apparmor_parser"
Oct 19 17:50:48 martinus kernel: [   24.012952] init: failsafe main process (911) killed by TERM signal
Oct 19 17:50:48 martinus kernel: [   24.013436] init: apport pre-start process (1030) terminated with status 1
Oct 19 17:50:48 martinus kernel: [   24.026706] init: apport post-stop process (1055) terminated with status 1
Oct 19 17:50:48 martinus kernel: [   24.029393] init: gdm main process (1053) killed by TERM signal
Oct 19 17:50:48 martinus kernel: [   24.376561] vboxdrv: Found 4 processor cores.
Oct 19 17:50:48 martinus kernel: [   24.376811] vboxdrv: fAsync=0 offMin=0x34c offMax=0x153c
Oct 19 17:50:48 martinus kernel: [   24.377304] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
Oct 19 17:50:48 martinus kernel: [   24.377307] vboxdrv: Successfully loaded version 4.1.2_Ubuntu (interface 0x00190000).
Oct 19 17:50:48 martinus kernel: [   24.386865] vboxpci: IOMMU not found (not registered)
Oct 19 17:50:48 martinus kernel: [   24.462570] Bluetooth: Core ver 2.16
Oct 19 17:50:48 martinus kernel: [   24.462597] NET: Registered protocol family 31
Oct 19 17:50:48 martinus kernel: [   24.462599] Bluetooth: HCI device and connection manager initialized
Oct 19 17:50:48 martinus kernel: [   24.462602] Bluetooth: HCI socket layer initialized
Oct 19 17:50:48 martinus kernel: [   24.462604] Bluetooth: L2CAP socket layer initialized
Oct 19 17:50:48 martinus kernel: [   24.462800] Bluetooth: SCO socket layer initialized
Oct 19 17:50:48 martinus kernel: [   24.464765] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 19 17:50:48 martinus kernel: [   24.464769] Bluetooth: BNEP filters: protocol multicast
Oct 19 17:50:48 martinus kernel: [   24.477135] Bluetooth: RFCOMM TTY layer initialized
Oct 19 17:50:48 martinus kernel: [   24.477141] Bluetooth: RFCOMM socket layer initialized
Oct 19 17:50:48 martinus kernel: [   24.477143] Bluetooth: RFCOMM ver 1.11
Oct 19 17:50:48 martinus kernel: [   24.556153] [TTM] Finalizing pool allocator.
Oct 19 17:50:48 martinus kernel: [   24.556185] [TTM] Zone  kernel: Used memory at exit: 0 kiB.
Oct 19 17:50:48 martinus kernel: [   24.562376] [drm] Module unloaded
Oct 19 17:50:49 martinus kernel: [   24.627195] wmi: Mapper unloaded
Oct 19 17:50:49 martinus kernel: [   24.760892] acpi_call: Module loaded successfully
Oct 19 17:50:49 martinus kernel: [   24.761229] acpi_call: Calling \_SB.PCI0.PEGR.GFX0._OFF
Oct 19 17:50:49 martinus kernel: [   24.878443] acpi_call: Call successful: 0x0
Oct 19 17:50:49 martinus kernel: [   25.604786] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
Oct 19 17:50:50 martinus kernel: [   25.966633] EXT4-fs (sda6): re-mounted. Opts: commit=0
Oct 19 17:50:50 martinus kernel: [   26.154064] init: plymouth-stop pre-start process (1579) terminated with status 1
Oct 19 17:51:08 martinus kernel: [   44.545061] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:51:08 martinus kernel: [   44.547512] wlan0: authenticated
Oct 19 17:51:09 martinus kernel: [   44.575914] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:51:09 martinus kernel: [   44.578385] wlan0: RX AssocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=58)
Oct 19 17:51:09 martinus kernel: [   44.578391] wlan0: associated
Oct 19 17:51:09 martinus kernel: [   44.578990] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 19 17:51:41 martinus kernel: [   76.926082] acpi_call: Calling \_SB.PCI0.PEGR.GFX0._ON
Oct 19 17:51:41 martinus kernel: [   77.367802] acpi_call: Call successful: 0x1
Oct 19 17:51:42 martinus kernel: [   77.927911] nvidia 0000:01:00.0: setting latency timer to 64
Oct 19 17:51:42 martinus kernel: [   77.927919] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
Oct 19 17:51:42 martinus kernel: [   77.928115] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  280.13  Wed Jul 27 16:53:56 PDT 2011
Oct 19 17:52:15 martinus kernel: [  110.743614] acpi_call: Calling \_SB.PCI0.PEGR.GFX0._OFF
Oct 19 17:52:15 martinus kernel: [  110.784170] acpi_call: Call successful: 0x0
Oct 19 17:52:30 martinus kernel: [  126.191854] exe (2746): /proc/2746/oom_adj is deprecated, please use /proc/2746/oom_score_adj instead.
Oct 19 17:53:21 martinus kernel: [  176.543235] wlan0: deauthenticated from 00:0e:84:ce:4e:01 (Reason: 2)
Oct 19 17:53:21 martinus kernel: [  176.687393] cfg80211: All devices are disconnected, going to restore regulatory settings
Oct 19 17:53:21 martinus kernel: [  176.687405] cfg80211: Restoring regulatory settings
Oct 19 17:53:21 martinus kernel: [  176.687414] cfg80211: Calling CRDA to update world regulatory domain
Oct 19 17:53:21 martinus kernel: [  176.692417] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain 
Oct 19 17:53:21 martinus kernel: [  176.692425] cfg80211: World regulatory domain updated:
Oct 19 17:53:21 martinus kernel: [  176.692429] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
Oct 19 17:53:21 martinus kernel: [  176.692435] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:53:21 martinus kernel: [  176.692441] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:53:21 martinus kernel: [  176.692446] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:53:21 martinus kernel: [  176.692451] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:53:21 martinus kernel: [  176.692457] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
Oct 19 17:53:22 martinus kernel: [  177.774514] wlan0: authenticate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:53:22 martinus kernel: [  177.776668] wlan0: authenticated
Oct 19 17:53:22 martinus kernel: [  177.776805] wlan0: associate with 00:0e:84:ce:4e:01 (try 1)
Oct 19 17:53:22 martinus kernel: [  177.779952] wlan0: RX ReassocResp from 00:0e:84:ce:4e:01 (capab=0x431 status=0 aid=60)
Oct 19 17:53:22 martinus kernel: [  177.779956] wlan0: associated
Oct 19 17:53:44 martinus kernel: Kernel logging (proc) stopped.

Je ne savais pas trop quoi mettre car le fichier était assez long... J'espère que c'est suffisant.

Cordialement,
Martinus

Hors ligne

#656 Le 19/10/2011, à 19:44

Martinus 5

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Autres choses tant que j'y suis 8-)

Les commandes données par Xqua doivent être tapé dans un terminal ? Car lorsque j'ai essayé, j'ai la réponse suivante :

martinus@martinus:~$ sudo echo '\_SB.PCI0.PEGR.GFX0._ON' > /proc/acpi/call
bash: /proc/acpi/call: Permission non accordée

Ça peut être top en cas de bug épisodique de pouvoir couper la carte nVidia avec une commande :-).

Cordialement,

Hors ligne

#657 Le 19/10/2011, à 20:24

Khelen

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Je reviens à la charge avec mon problème qui apparaît, qui disparaît, qui réapparaît...

En faît, il me semble que Bumblebee ne se lance pas dans 2 cas (au minimum)
[*]Après une mise à jour (mais bon, il me semble que c'était une màj de acpi)[/*]
[*]Après une sortie de mise en veille[/*]


Ubuntu 18.04 LTS sur WHY! 500 gb SSD
Ubuntu 18.04 LTS sur Intel NUC
Serveur Synology 2 X 500 gb et 4 X 2 To
Pi-Hole sur Raspberry B

Hors ligne

#658 Le 19/10/2011, à 21:26

ArchangeGabriel

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

@Mario_26 :

sudo gedit /etc/modprobe.d/blacklist-nouveau.conf

Tu copie ceci dans la fenêtre qui est apparue :

blacklist nouveau

Tu sauvegardes puis tu redémarres.

@Martinus 5 : Donc plus de problème ? A priori la première fois c'est la mise en veille qui l'a planté. Pour l'autre point, il faut avoir les privilèges de super utilisateur pour utiliser /proc/acpi/call, mais sinon c'est bien ça.

@Khelen : Il va falloir que l'on revoie la gestion de la mise en veille/sortie de veille.
@

Hors ligne

#659 Le 19/10/2011, à 23:40

Martinus 5

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Plus de problème en effet.

Je sais maintenant que je dois éviter l'hibernation. Dommage c'était la 1er fois que ça marchait sur Ubuntu depuis que je l'ai installé pour la 1er fois il y a 5 ans ^^.

Merci pour la précision en ce qui concerne /proc/apci/call

Bonne soirée.

Cordialement,

Hors ligne

#660 Le 19/10/2011, à 23:51

Mario_26

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Hi,

@ ArchangeGabriel : Merci pour ta réponse ça fonctionne !

Bumblebee est paramétrer sur le pilote "Nvidia", il fallait donc blacklisté "Nouveau" afin qu'il ne soit plus utilisé si je comprend bien ?

Comment faire pour utiliser Bumblebee avec "Nouveau" ? "C'est mieux si tout est libre" cool

++


Dell Vostro 3700 | 4 Gib DDR | Geforce GT 330M | Intel Core I5 | Precise Pangolin -> I like ubuntu (-;
Communauté Devosi
Open Source Informatique

Hors ligne

#661 Le 20/10/2011, à 15:40

cbrunos

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

J'ai reçu mon ssd hier et j'ai donc dû réinstaller complétement le système, et la je viens de remarquer que quand je suis sur batterie, avec bumblebee activé, mon ordinateur ne s’éteint  pas. Il reste bloqué à un message du style «asking all processes to quit». Quand je suis sur secteur, pas de soucis, et si je n'active pas bumblebee ou que je le désinstalle, pas de soucis non plus. Est-ce un bug connu?


Je recommande pcubuntoo!

Hors ligne

#662 Le 20/10/2011, à 16:38

ArchangeGabriel

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

@Mario_26 : on aimerait que nouveau et nvidia marche un peu mieux ensemble pour pouvoir changer à la volée, mais apparemment ça ne marche pas chez tout le monde. On va blacklister nouveau à nouveau (haha) dans la prochaine release (il l'était avant mais on l'a retiré pour le double support).

Pour utiliser nouveau, il faut le déblacklister et relire ma réponse précédente à ta question.

@Martinus 5 : Je vais voir ce que je peux faire pour la mise en veille.

@cbrunos : Non, c'est la première fois que je vois ça. Pareil, faut que je regarde ça de plus près.

Hors ligne

#663 Le 20/10/2011, à 19:03

Martinus 5

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Dis moi ArchangeGabriel, tu fais quand même pas tout le travail tout seul ? Oo

Repose toi de temps en temps :-D.

Hors ligne

#664 Le 20/10/2011, à 19:06

ArchangeGabriel

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

@Martinus 5 : Pas le temps de se reposer en prépa. Ou alors il ne faut rien faire à côté, ce qui n'est pas mon cas puisque je suis au moins ici. Je ne suis pas seul, on est 3 développeurs principaux, un bidouilleur, et quelques personnes aidant au portage vers d'autres distributions.

Mais chacun d'entre nous a ses spécificités, et je suis le seul à travailler sur l'ACPI, qui est ici le problème incriminé.

Hors ligne

#665 Le 20/10/2011, à 19:21

malmsteen

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

salut les amis moi au sii j ai probleme de blacklisye avec GO 7400
http://forum.ubuntu-fr.org/viewtopic.ph … 1#p6670141


OS: Ubuntu 22.04 LTS x86_64 Kernel: 5.15.0-40-generic DE: MATE
CPU: AMD Ryzen 5 3350G (8) @ 3.600GHz
GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series
Mémoire : 13,6 Gio

Hors ligne

#666 Le 20/10/2011, à 19:46

simonbarreau

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Salut Cbrunos,
J'avais le même problème que toi. J'ai acheté il y a 2semaines mon hybride SSD et il plantait comme ça, impossible d'éteindre mon PC, embêtant. J'ai bêtement réinstallé (sur le gestionnaire graphique de paquet ( ha ha flemmard !!) et ça à l'air de fonctionner. Cependant, il m'est impossible de faire fonctionner l'arrêt ACPI de ma carte automatiquement, je suis obligé de tapé à chaque démarrage la commande : sudo /etc/init.d/bumblebee restart
Ce qui est assez lourd lorsqu'on doit prendre un PC pour les cours et on doit l'allumer et l'éteindre souvent.. Des solutions ?

Hors ligne

#667 Le 20/10/2011, à 19:48

ArchangeGabriel

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

@simonbarreau : Il me faudrait des logs pour voir ce qu'il se passe.

Hors ligne

#668 Le 20/10/2011, à 20:20

simonbarreau

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Merci ArchangeGabriel de me répondre. Que voudrais-tu ? le kernel.log, Xorg.0.log, Xorg.8.log ? Je ne sais pas trop ce dont tu as besoin sad

Hors ligne

#669 Le 20/10/2011, à 20:22

ArchangeGabriel

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

bumblebee.log et kern.log. Sinon en attendant tu peux toujours ajouter cette ligne au fichier /etc/rc.local.

Hors ligne

#670 Le 20/10/2011, à 20:55

simonbarreau

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Mmmm... étrange, après avoir fait mon nettoyage avec tweak, ma carte fonctionne bien... Veux-tu quand même mes logs ?

Hors ligne

#671 Le 20/10/2011, à 21:04

ArchangeGabriel

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Ben si tu n'as plus de problème, ça ne sert pas à grand chose...

Hors ligne

#672 Le 22/10/2011, à 17:23

traaf

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

ola tout le monde
je viens d'acquérir un asus x93sv

install de bumblebee depuis le ppa en suivant le premier post de ce sujet > RAS, ca marche bien

par contre, ca me rend le la veille impossible
quand bumblebee n'a pas servi, la mise en veille fonctionne bien
quand bumblebee a servi, la mise en veille s'arrete sur un écran noir, mais rétroéclairage actif et ventilo qui tourne, impossible d'en sortir, redémarrage à l'arrache obligatoire...

j'ai survolé les pages précédentes, en remarquant surtout que les commandes ne correspondaient plus à celle que j'ai utilisées, updates successives de bumblebee j'imagine, aussi je voudrait savoir si il y a un post particulier et à jour pour corriger le problème


Vault106, musique libre, enjoy it /!\

Hors ligne

#673 Le 22/10/2011, à 17:58

jlbiasini

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

Bonjour,

Par rapport à mon probleme, iil y a des trucs que je peux tester encore ?

Sinon, est-ce que quelqu'un s'est déjà "amusé" a faire un programme qui extrait les valeurs a donner à l'acpi_call à partir de l'acpidump ?


Debian Wheezy,  Ubuntu Natty.
ASUS K93SV: CORE I5 / Intel Sandy Bridge - nVidia GT540M - Optimus
Vous avez un bug ? - Déposez un brevet !

Hors ligne

#674 Le 22/10/2011, à 18:32

Tuxmouraille

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

La commande suivante de fonctionne pas:

ArchangeGabriel a écrit :
echo "\_SB.PCI0.PEG0.GFX0._DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x1A {0x1,0x0,0x0,0x3}" > /proc/acpi/call

Sous Debian on peu utiliser:

acpi -V

au lieu de

grep rate /proc/acpi/battery/BAT0/state

Dernière modification par Tuxmouraille (Le 22/10/2011, à 18:49)


Le support d'Optimus pour Linux.
Ubuntu 18.04 64 bits, portable ASUS N53SN-SZ161V, Intel® Core™ i5-2410M @ 2.30GHz, 8080MB SODIM Ram, NVIDIA® GeForce™ GT 550M

Hors ligne

#675 Le 22/10/2011, à 20:43

jlbiasini

Re : Ordinateurs Portables - Technologie hybride (2 cartes) nVidia Optimus

a propos de debian visiblement il y a un projet dédié : debumblebee. J'ai pas très bien compris d'ailleurs pourquoi déjà tous ces fork : debumblebee, bumblebee, ironhide. J'ai cru comprendre que le gars qui fait debumblebee essaye d'adapter davantage la structure du truc à debian


Debian Wheezy,  Ubuntu Natty.
ASUS K93SV: CORE I5 / Intel Sandy Bridge - nVidia GT540M - Optimus
Vous avez un bug ? - Déposez un brevet !

Hors ligne