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.

#51 Le 05/04/2015, à 13:16

Bougron

Re : [DD en panne] Temps de boot anormalement long

Eiracca a écrit :

Boujour Bougron,
Même problème pour smartctl, la fenêtre du terminal se ferme avant que je puisse lire les infos
J'ai tenté de sauver le résultat mais :

accarie@MiniPCldlc:~$ sudo smartctl -a /dev/sda>resultat.txt
bash: resultat.txt: Système de fichiers accessible en lecture seulement
accarie@MiniPCldlc:~$ 

Sinon comment je fais pour donner le nouveau contenu du fichier /var/log/dmesg ?

La commande
gedit /dev/log/dmesg    CORRECTION  => gedit /var/log/dmesg
devrait afficher le résultat à l'écran.   Mais comme ton écran a tendance à se fermer rapidement.
En espérant qu'on  voie pourquoi   la partition est de nouveau repassée en lecture seule.
Si cela ne marche pas  , utilise une clé USB   Monte-la si tu dispose de l'icône et fais les commandes
      cd /media/$user
      ls                      afin de trouver son nom de montage
      cp  /var/log/dmesg    /media/$USER/nom de montage/DSMESG.txt   
et tu pourras alors expédier le contenu.

Tu peux aussi faire la commande
pg ~/.xsession*
afin de visualiser si c'est possible le contenu

Dernière modification par Bougron (Le 05/04/2015, à 15:52)

Hors ligne

#52 Le 05/04/2015, à 13:36

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Il me semble que c'est toujours en lecture seule lors des sessions normales (pas en live)

Y a comme un problème avec la commande gedit /dev/log/dmesg :

accarie@MiniPCldlc:~$ gedit /dev/log/dmesg 

(gedit:4927): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code8: Failed to create file '/home/accarie/.config/dconf/user.NDUOWX': Read-only file system

(gedit:4927): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code8: Failed to create file '/home/accarie/.config/dconf/user.A0SMWX': Read-only file system

(gedit:4927): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code8: Failed to create file '/home/accarie/.config/dconf/user.MYXMWX': Read-only file system

(gedit:4927): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code8: Failed to create file '/home/accarie/.config/dconf/user.HGD6WX': Read-only file system

(gedit:4927): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code8: Failed to create file '/home/accarie/.config/dconf/user.YX5MWX': Read-only file system

(gedit:4927): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code8: Failed to create file '/home/accarie/.config/dconf/user.3Q8MWX': Read-only file system

(gedit:4927): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._g_2dfile_2derror_2dquark.Code8: Failed to create file '/home/accarie/.config/dconf/user.7FQNWX': Read-only file system

Puis l'editeur de texte s'ouvre avec "Le fichier « /dev/log/dmesg » est introuvable."

Hors ligne

#53 Le 05/04/2015, à 13:40

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Quand je mets une clé USB :
Impossible de monter Volume de 1,0 GB
Error creating mount point `/media/accarie/60C6-2D7A': Read-only file system

Il me semble pourtant que ça marchait ce matin, à moins que j'étais en live...?

Hors ligne

#54 Le 05/04/2015, à 14:25

moko138

Re : [DD en panne] Temps de boot anormalement long

free -m : Bon, tu as pas loin de 4 Go.

ls /etc/*dm* : il se confirme que tu as 2 dm, "Desktop Manager"
EDIT : gestionnaires de connexion. Détails plus bas, à 15h57. FIN d'édit
C'est techniquement possible, mais ça demande des précautions.
  Quand tu installeras sur un HD neuf, évite cela ou fais-toi aider.

accarie@MiniPCldlc:~$ sudo smartctl -a /dev/sda>resultat.txt
bash: resultat.txt: Système de fichiers accessible en lecture seulement
accarie@MiniPCldlc:~$ 

  Pour moi, ce "lecture seule" malgré le fsck précédent confirme le mauvais état du disque.

  Dans ton cas, il est intéressant d'utiliser une variante de smartctl qui ne nécessite pas sudo :

udisks --show-info /dev/sda

Tu ne pourras pas en coller le retour dans un fichier, mais le poster, si.

  Puisque le fs est en lecture seule, /media l'est aussi. Voilà pourquoi, momentanément, tu ne peux même pas monter de clef.
  Mais quand on est en live, pour pouvoir écrire des fichiers, le plus confortable consiste à brancher une clef usb (ou carte mémoire). Puis

sudo smartctl -a /dev/sda>/chemin/vers/ta/clef/resultat-9.txt

Astuce complémentaire :
  Tu sais déjà que > permet de diriger la sortie d'une commande dans fichier.txt
>> permet d'écrire à la suite, sans créer de nouveau fichier. Ex :

free -m > /chemin/vers/ta/clef/resultat-9.txt
sudo smartctl -a /dev/sda>>/chemin/vers/ta/clef/resultat-9.txt

dmesg : c'est un lapsus dans le chemin, qui est /var/log/dmesg.
Mais regarde sa taille d'abord. Parce que si le fichier a atteint le Mo, ça peut être trèèèès long.
  Dans ce cas, il existe en ligne de commande une astuce que je ne connais pas encore, pour extraire les n 1ères lignes.

Dernière modification par moko138 (Le 05/04/2015, à 19:22)


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#55 Le 05/04/2015, à 14:48

moko138

Re : [DD en panne] Temps de boot anormalement long

Ce matin, après une session live :

ubuntu@ubuntu:~$ sudo fdisk -l

tu as bien lancé une session normale avant 10h30 dont tu as extrait ceci

[    123.101558] systemd-udevd[298] :  timeout : killing '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 0' [434]

pire qu'hier :

[    110.27... (suite identique puis  [435] terminated by signal 9 (Killed))

Mais à 11h24 tu as cité :

Système de fichiers accessible en lecture seulement

  Puisque tu as déjà sauvegardé tes données - encore bravo ! - je doute qu'il soit utile de s'acharner sur ce disque qui peut encore faire un excellent presse-papier, ou un objet à démonter "pour voir" puis un miroir aux alouettes.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#56 Le 05/04/2015, à 14:49

Eiracca

Re : [DD en panne] Temps de boot anormalement long

@moko138
. Je n'ai pas vraiment compris ce que c'est que "Desktop Manager" mais c'est sûrement pas très important ici.
. Quand je tape udisks --show-info /dev/sda
la fenêtre se ferme après qques secondes
.

dmesg : c'est un lapsus dans le chemin, qui est /var/log/dmesg.
Mais regarde sa taille d'abord.

Il ne m'en faut pas plus pour ne pas comprendre...

. Faut-il que je passe en live pour les commandes qui ne fonctionnent pas ici ?

Hors ligne

#57 Le 05/04/2015, à 15:02

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Ça a l'air grave tout ça, ça veut dire que mon DD... il est hs ??!!
enfin pas vraiment si j'ai bien compris on peut lui donner une seconde vie, voire une 3e...
Bouuuuhhh... sad

Hors ligne

#58 Le 05/04/2015, à 15:57

moko138

Re : [DD en panne] Temps de boot anormalement long

1)

2 dm, "Desktop Manager". (...)
Quand tu installeras sur un HD neuf, évite cela ou fais-toi aider.

N.B. :  par ailleurs, je me suis mélangé les crayons :
il ne s'agit pas de gestionnaires de bureau, mais de gestionnaires de connexion (à ta session).
Cf. lightdm
et gdm2 + gdm, le site officiel

2) Tu voulais voir le fichier dmesg de ta session normale.
Mais au lieu de le chercher dans le répertoire /var/log, tu avais cherché ailleurs, d'où le message "Le fichier « /dev/log/dmesg » est introuvable."

3)

Faut-il que je passe en live pour les commandes qui ne fonctionnent pas ici ?

Tu connais mon avis sur ton disque. Mais demande le sien à Bougron, et à d'autres, ça peut pas faire de mal !


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#59 Le 05/04/2015, à 16:01

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Depuis une live  session (si ça peut encore servir !) :

sudo smartctl -a /dev/sda

ubuntu@ubuntu:~$ sudo smartctl -a /dev/sda
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-30-generic] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Scorpio Blue Serial ATA
Device Model:     WDC WD3200BEVT-00A0RT0
Serial Number:    WD-WX21A41U5916
LU WWN Device Id: 5 0014ee 6567aab53
Firmware Version: 01.01A01
User Capacity:    320 072 933 376 bytes [320 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    5400 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Sun Apr  5 15:41:40 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x84)	Offline data collection activity
					was suspended by an interrupting command from host.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(10860) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 109) minutes.
Conveyance self-test routine
recommended polling time: 	 (   5) minutes.
SCT capabilities: 	       (0x7037)	SCT Status supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   192   192   051    Pre-fail  Always       -       15897
  3 Spin_Up_Time            0x0027   187   184   021    Pre-fail  Always       -       1608
  4 Start_Stop_Count        0x0032   098   098   000    Old_age   Always       -       2543
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   088   088   000    Old_age   Always       -       9241
 10 Spin_Retry_Count        0x0032   100   100   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   098   098   000    Old_age   Always       -       2539
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       116
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       2483
194 Temperature_Celsius     0x0022   111   101   000    Old_age   Always       -       36
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       11
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   051    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%      9208         12115441
# 2  Extended offline    Completed: read failure       90%      9208         12115441
# 3  Short offline       Completed: read failure       90%      9208         12115441
# 4  Extended offline    Completed: read failure       90%      9125         12115395
# 5  Extended offline    Completed: read failure       90%      9125         12115395
# 6  Short offline       Completed: read failure       90%      9125         12115395

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

ubuntu@ubuntu:~$ 


lshw

ubuntu
    description: Desktop Computer
    product: System Product Name (To be filled by O.E.M.)
    vendor: System manufacturer
    version: System Version
    serial: System Serial Number
    width: 64 bits
    capabilities: smbios-2.6 dmi-2.6 vsyscall32
    configuration: boot=normal chassis=desktop family=To be filled by O.E.M. sku=To be filled by O.E.M. uuid=E0A83E44-ADB8-DC11-846D-F46D046DE7E9
  *-core
       description: Motherboard
       product: E35M1-I DELUXE
       vendor: ASUSTeK Computer INC.
       physical id: 0
       version: Rev X.0x
       serial: MT7015002600155
       slot: To be filled by O.E.M.
     *-firmware:0
          description: BIOS
          vendor: American Megatrends Inc.
          physical id: 0
          version: 1202
          date: 04/13/2011
          size: 64KiB
          capacity: 4032KiB
          capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification
     *-cpu:0
          description: CPU
          product: AMD E-350 Processor
          vendor: Advanced Micro Devices [AMD]
          physical id: 1
          bus info: cpu@0
          version: AMD E-350 Processor
          serial: To Be Filled By O.E.M.
          slot: CPU 1
          size: 1600MHz
          capacity: 1600MHz
          width: 64 bits
          clock: 100MHz
          capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor ssse3 cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch ibs skinit wdt arat hw_pstate npt lbrv svm_lock nrip_save pausefilter vmmcall cpufreq
          configuration: cores=2 enabledcores=2
        *-cache:0
             description: L1 cache
             physical id: 0
             slot: L1-Cache
             size: 128KiB
             capacity: 128KiB
             capabilities: internal write-back unified
        *-cache:1
             description: L2 cache
             physical id: 1
             slot: L2-Cache
             size: 1MiB
             capacity: 1MiB
             capabilities: internal varies data
        *-cache:2
             description: L1 cache
             physical id: 2
             slot: L1-Cache
             size: 128KiB
             capacity: 128KiB
             capabilities: internal write-back unified
        *-cache:3
             description: L2 cache
             physical id: 3
             slot: L2-Cache
             size: 1MiB
             capacity: 1MiB
             capabilities: internal varies data
     *-memory:0
          description: System Memory
          physical id: 2
          slot: System board or motherboard
        *-bank:0
             description: DIMM DDR3 Synchronous 1066 MHz (0,9 ns)
             product: 99U5458-006.A00LF
             vendor: Kingston
             physical id: 0
             serial: A32E943E
             slot: DIMM1
             size: 4GiB
             width: 64 bits
             clock: 1066MHz (0.9ns)
        *-bank:1
             description: DIMM Synchronous [empty]
             product: Array1_PartNumber1
             vendor: A1_Manufacturer1
             physical id: 1
             serial: A1_SerNum1
             slot: DIMM2
        *-bank:2
             description: DIMM DDR3 Synchronous 1066 MHz (0,9 ns)
             product: 99U5458-006.A00LF
             vendor: Kingston
             physical id: 2
             serial: A32E943E
             slot: DIMM1
             size: 4GiB
             width: 64 bits
             clock: 1066MHz (0.9ns)
        *-bank:3
             description: DIMM Synchronous [empty]
             product: Array1_PartNumber1
             vendor: A1_Manufacturer1
             physical id: 3
             serial: A1_SerNum1
             slot: DIMM2
     *-firmware:1
          description: BIOS
          vendor: American Megatrends Inc.
          physical id: 3
          version: 1202
          date: 04/13/2011
          size: 64KiB
          capacity: 4032KiB
          capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification
     *-cpu:1
          description: CPU
          product: (To Be Filled By O.E.M.)
          vendor: AMD E-350 Process
          physical id: 4
          bus info: cpu@1
          version: AMD E-350 Processor
          serial: To Be Filled By O.E.M.
          slot: CPU 1
          size: 800MHz
          capacity: 1600MHz
          clock: 100MHz
          capabilities: x86-64 cpufreq
          configuration: cores=2 enabledcores=2
     *-memory:1
          description: System Memory
          physical id: 5
          slot: System board or motherboard
     *-memory:2 UNCLAIMED
          physical id: 6
     *-memory:3 UNCLAIMED
          physical id: 7
     *-pci:0
          description: Host bridge
          product: Family 14h Processor Root Complex
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 00
          width: 32 bits
          clock: 66MHz
          configuration: latency=32
        *-display
             description: VGA compatible controller
             product: Wrestler [Radeon HD 6310]
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 1
             bus info: pci@0000:00:01.0
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
             configuration: driver=radeon latency=0
             resources: irq:47 memory:c0000000-cfffffff ioport:f000(size=256) memory:feb00000-feb3ffff memory:fe700000-fe7fffff
        *-multimedia:0
             description: Audio device
             product: Wrestler HDMI Audio
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 1.1
             bus info: pci@0000:00:01.1
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pm pciexpress msi bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             resources: irq:48 memory:feb44000-feb47fff
        *-pci:0
             description: PCI bridge
             product: Family 14h Processor Root Port
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 4
             bus info: pci@0000:00:04.0
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:16 ioport:1000(size=4096) memory:d0100000-d02fffff ioport:d0300000(size=2097152)
        *-storage
             description: SATA controller
             product: SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 11
             bus info: pci@0000:00:11.0
             version: 40
             width: 32 bits
             clock: 66MHz
             capabilities: storage ahci_1.0 bus_master cap_list
             configuration: driver=ahci latency=32
             resources: irq:19 ioport:f190(size=8) ioport:f180(size=4) ioport:f170(size=8) ioport:f160(size=4) ioport:f150(size=16) memory:feb4f000-feb4f3ff
        *-usb:0
             description: USB controller
             product: SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 12
             bus info: pci@0000:00:12.0
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: ohci bus_master
             configuration: driver=ohci-pci latency=32
             resources: irq:18 memory:feb4e000-feb4efff
        *-usb:1
             description: USB controller
             product: SB7x0/SB8x0/SB9x0 USB EHCI Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 12.2
             bus info: pci@0000:00:12.2
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=32
             resources: irq:17 memory:feb4d000-feb4d0ff
        *-usb:2
             description: USB controller
             product: SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 13
             bus info: pci@0000:00:13.0
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: ohci bus_master
             configuration: driver=ohci-pci latency=32
             resources: irq:18 memory:feb4c000-feb4cfff
        *-usb:3
             description: USB controller
             product: SB7x0/SB8x0/SB9x0 USB EHCI Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 13.2
             bus info: pci@0000:00:13.2
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=32
             resources: irq:17 memory:feb4b000-feb4b0ff
        *-serial
             description: SMBus
             product: SBx00 SMBus Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 14
             bus info: pci@0000:00:14.0
             version: 42
             width: 32 bits
             clock: 66MHz
             configuration: driver=piix4_smbus latency=0
             resources: irq:0
        *-ide
             description: IDE interface
             product: SB7x0/SB8x0/SB9x0 IDE Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 14.1
             bus info: pci@0000:00:14.1
             version: 40
             width: 32 bits
             clock: 66MHz
             capabilities: ide bus_master
             configuration: driver=pata_atiixp latency=32
             resources: irq:17 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:f100(size=16)
        *-multimedia:1
             description: Audio device
             product: SBx00 Azalia (Intel HDA)
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 14.2
             bus info: pci@0000:00:14.2
             version: 40
             width: 64 bits
             clock: 33MHz
             capabilities: pm bus_master cap_list
             configuration: driver=snd_hda_intel latency=32
             resources: irq:16 memory:feb40000-feb43fff
        *-isa
             description: ISA bridge
             product: SB7x0/SB8x0/SB9x0 LPC host controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 14.3
             bus info: pci@0000:00:14.3
             version: 40
             width: 32 bits
             clock: 66MHz
             capabilities: isa bus_master
             configuration: latency=0
        *-pci:1
             description: PCI bridge
             product: SBx00 PCI to PCI Bridge
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 14.4
             bus info: pci@0000:00:14.4
             version: 40
             width: 32 bits
             clock: 66MHz
             capabilities: pci subtractive_decode bus_master vga_palette
        *-usb:4
             description: USB controller
             product: SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 14.5
             bus info: pci@0000:00:14.5
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: ohci bus_master
             configuration: driver=ohci-pci latency=32
             resources: irq:18 memory:feb4a000-feb4afff
        *-pci:2
             description: PCI bridge
             product: SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 15
             bus info: pci@0000:00:15.0
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:16 memory:fea00000-feafffff
           *-network
                description: Wireless interface
                product: AR9285 Wireless Network Adapter (PCI-Express)
                vendor: Qualcomm Atheros
                physical id: 0
                bus info: pci@0000:03:00.0
                logical name: wlan0
                version: 01
                serial: e0:b9:a5:7e:da:33
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
                configuration: broadcast=yes driver=ath9k driverversion=3.16.0-30-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
                resources: irq:16 memory:fea00000-fea0ffff
        *-pci:3
             description: PCI bridge
             product: SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 15.1
             bus info: pci@0000:00:15.1
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:16 ioport:e000(size=4096) ioport:d0000000(size=1048576)
           *-network
                description: Ethernet interface
                product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 0
                bus info: pci@0000:04:00.0
                logical name: eth0
                version: 06
                serial: f4:6d:04:6d:e7:e9
                size: 100Mbit/s
                capacity: 1Gbit/s
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168e-2.fw ip=92.157.163.27 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
                resources: irq:46 ioport:e000(size=256) memory:d0004000-d0004fff memory:d0000000-d0003fff
        *-pci:4
             description: PCI bridge
             product: SB900 PCI to PCI bridge (PCIE port 2)
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 15.2
             bus info: pci@0000:00:15.2
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:16 memory:fe900000-fe9fffff
           *-usb
                description: USB controller
                product: uPD720200 USB 3.0 Host Controller
                vendor: NEC Corporation
                physical id: 0
                bus info: pci@0000:05:00.0
                version: 03
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi msix pciexpress xhci bus_master cap_list
                configuration: driver=xhci_hcd latency=0
                resources: irq:18 memory:fe900000-fe901fff
        *-pci:5
             description: PCI bridge
             product: SB900 PCI to PCI bridge (PCIE port 3)
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 15.3
             bus info: pci@0000:00:15.3
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi ht normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:16 memory:fe800000-fe8fffff
           *-usb
                description: USB controller
                product: uPD720200 USB 3.0 Host Controller
                vendor: NEC Corporation
                physical id: 0
                bus info: pci@0000:06:00.0
                version: 03
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi msix pciexpress xhci bus_master cap_list
                configuration: driver=xhci_hcd latency=0
                resources: irq:19 memory:fe800000-fe801fff
        *-usb:5
             description: USB controller
             product: SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 16
             bus info: pci@0000:00:16.0
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: ohci bus_master
             configuration: driver=ohci-pci latency=32
             resources: irq:18 memory:feb49000-feb49fff
        *-usb:6
             description: USB controller
             product: SB7x0/SB8x0/SB9x0 USB EHCI Controller
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 16.2
             bus info: pci@0000:00:16.2
             version: 00
             width: 32 bits
             clock: 66MHz
             capabilities: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=32
             resources: irq:17 memory:feb48000-feb480ff
     *-pci:1
          description: Host bridge
          product: Family 12h/14h Processor Function 0
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 101
          bus info: pci@0000:00:18.0
          version: 43
          width: 32 bits
          clock: 33MHz
     *-pci:2
          description: Host bridge
          product: Family 12h/14h Processor Function 1
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 102
          bus info: pci@0000:00:18.1
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:3
          description: Host bridge
          product: Family 12h/14h Processor Function 2
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 103
          bus info: pci@0000:00:18.2
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:4
          description: Host bridge
          product: Family 12h/14h Processor Function 3
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 104
          bus info: pci@0000:00:18.3
          version: 00
          width: 32 bits
          clock: 33MHz
          configuration: driver=k10temp
          resources: irq:0
     *-pci:5
          description: Host bridge
          product: Family 12h/14h Processor Function 4
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 105
          bus info: pci@0000:00:18.4
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:6
          description: Host bridge
          product: Family 12h/14h Processor Function 6
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 106
          bus info: pci@0000:00:18.5
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:7
          description: Host bridge
          product: Family 12h/14h Processor Function 5
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 107
          bus info: pci@0000:00:18.6
          version: 00
          width: 32 bits
          clock: 33MHz
     *-pci:8
          description: Host bridge
          product: Family 12h/14h Processor Function 7
          vendor: Advanced Micro Devices, Inc. [AMD]
          physical id: 108
          bus info: pci@0000:00:18.7
          version: 00
          width: 32 bits
          clock: 33MHz
     *-scsi:0
          physical id: 8
          logical name: scsi0
          capabilities: emulated
        *-disk
             description: ATA Disk
             product: WDC WD3200BEVT-0
             vendor: Western Digital
             physical id: 0.0.0
             bus info: scsi@0:0.0.0
             logical name: /dev/sda
             version: 1A01
             serial: WD-WX21A41U5916
             size: 298GiB (320GB)
             capabilities: partitioned partitioned:dos
             configuration: ansiversion=5 sectorsize=512 signature=000d84fe
           *-volume:0
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@0:0.0.0,1
                logical name: /dev/sda1
                version: 1.0
                serial: f624bd9a-a0f6-4a33-8469-63f76cca5388
                size: 294GiB
                capacity: 294GiB
                capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized
                configuration: created=2011-06-20 21:10:21 filesystem=ext4 lastmountpoint=/ modified=2015-04-05 09:49:07 mounted=2015-04-05 09:50:19 state=unknown
           *-volume:1
                description: Extended partition
                physical id: 2
                bus info: scsi@0:0.0.0,2
                logical name: /dev/sda2
                size: 3690MiB
                capacity: 3690MiB
                capabilities: primary extended partitioned partitioned:extended
              *-logicalvolume
                   description: Linux swap / Solaris partition
                   physical id: 5
                   logical name: /dev/sda5
                   capacity: 3690MiB
                   capabilities: nofs
     *-scsi:1
          physical id: 9
          logical name: scsi2
          capabilities: emulated
        *-cdrom
             description: DVD-RAM writer
             product: CDDVDW SN-S083F
             vendor: TSSTcorp
             physical id: 0.0.0
             bus info: scsi@2:0.0.0
             logical name: /dev/cdrom
             logical name: /dev/sr0
             logical name: /cdrom
             version: SB01
             capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
             configuration: ansiversion=5 mount.fstype=iso9660 mount.options=ro,noatime state=mounted status=ready
           *-medium
                physical id: 0
                logical name: /dev/cdrom
                logical name: /cdrom
                capabilities: partitioned partitioned:dos
                configuration: mount.fstype=iso9660 mount.options=ro,noatime signature=7565bcfd state=mounted
              *-volume UNCLAIMED
                   description: Windows FAT volume
                   vendor: mkfs.fat
                   physical id: 2
                   version: FAT12
                   serial: 3006-9304
                   size: 15EiB
                   capabilities: primary boot fat initialized
                   configuration: FATs=2 filesystem=fat


gedit /var/log/dmesg (si j'ai bien compris, ça n'a pas d'intérêt ici puisque qu'en session live)

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-30-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 (Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3)
[    0.000000] Command line: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a7a1bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7a1c000-0x00000000a7a70fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7a71000-0x00000000a7cb7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cb8000-0x00000000a7cc8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7cc9000-0x00000000a7cdbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cdc000-0x00000000a7cddfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7cde000-0x00000000a7cdefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cdf000-0x00000000a7ce4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7ce5000-0x00000000a7d48fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7d49000-0x00000000a7d8bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7d8c000-0x00000000a7efffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: System manufacturer System Product Name/E35M1-I DELUXE, BIOS 1202 04/13/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x13f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 0A7F00000 mask FFFF00000 uncachable
[    0.000000]   2 base 0A8000000 mask FF8000000 uncachable
[    0.000000]   3 base 0B0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000013f000000 aka 5104M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 4GB, type WB
[    0.000000] reg 1, base: 2687MB, range: 1MB, type UC
[    0.000000] reg 2, base: 2688MB, range: 128MB, type UC
[    0.000000] reg 3, base: 2816MB, range: 256MB, type UC
[    0.000000] reg 4, base: 3GB, range: 1GB, type UC
[    0.000000] total RAM covered: 2687M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 2M 	num_reg: 4  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 512MB, type WB
[    0.000000] reg 2, base: 2560MB, range: 128MB, type WB
[    0.000000] reg 3, base: 2687MB, range: 1MB, type UC
[    0.000000] e820: update [mem 0xa7f00000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xa7f00 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcd90-0x000fcd9f] mapped at [ffff8800000fcd90]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01fbe000, 0x01fbefff] PGTABLE
[    0.000000] BRK [0x01fbf000, 0x01fbffff] PGTABLE
[    0.000000] BRK [0x01fc0000, 0x01fc0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13ee00000-0x13effffff]
[    0.000000]  [mem 0x13ee00000-0x13effffff] page 2M
[    0.000000] BRK [0x01fc1000, 0x01fc1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13edfffff]
[    0.000000]  [mem 0x13c000000-0x13edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100001000-0x13bffffff]
[    0.000000]  [mem 0x100001000-0x1001fffff] page 4k
[    0.000000]  [mem 0x100200000-0x13bffffff] page 2M
[    0.000000] BRK [0x01fc2000, 0x01fc2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0xa7a1bfff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xa79fffff] page 2M
[    0.000000]  [mem 0xa7a00000-0xa7a1bfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xa7d8c000-0xa7efffff]
[    0.000000]  [mem 0xa7d8c000-0xa7efffff] page 4k
[    0.000000] BRK [0x01fc3000, 0x01fc3fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x7ebec000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0430 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000A7A66068 000054 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000A7A6C4D0 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20140424/tbfadt-649)
[    0.000000] ACPI: DSDT 0x00000000A7A66150 00637C (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000A7CDFF80 000040
[    0.000000] ACPI: APIC 0x00000000A7A6C5C8 000062 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000A7A6C630 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000A7A6C670 000038 (v01 ALASKA A M I    01072009 AMI  00000004)
[    0.000000] ACPI: SSDT 0x00000000A7A6C6A8 0003DE (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x00000000A7A6CA88 0012FA (v02 AMD    ALIB     00000001 MSFT 04000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13effffff]
[    0.000000]   NODE_DATA [mem 0x13eff8000-0x13effcfff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013ac00000-ffff88013e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xa7a1bfff]
[    0.000000]   node   0: [mem 0xa7d8c000-0xa7efffff]
[    0.000000]   node   0: [mem 0x100001000-0x13effffff]
[    0.000000] On node 0 totalpages: 944940
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10671 pages used for memmap
[    0.000000]   DMA32 zone: 682896 pages, LIFO batch:31
[    0.000000]   Normal zone: 4032 pages used for memmap
[    0.000000]   Normal zone: 258047 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7a1c000-0xa7a70fff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7a71000-0xa7cb7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7cb8000-0xa7cc8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7cc9000-0xa7cdbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7cdc000-0xa7cddfff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7cde000-0xa7cdefff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7cdf000-0xa7ce4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7ce5000-0xa7d48fff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7d49000-0xa7d8bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xa7f00000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.000000] e820: [mem 0xa7f00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013ec00000 s82304 r8192 d24192 u1048576
[    0.000000] pcpu-alloc: s82304 r8192 d24192 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 930152
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3617020K/3779760K available (7615K kernel code, 1131K rwdata, 3596K rodata, 1356K init, 1300K bss, 162740K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16640 nr_irqs:512 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 15204352 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1599.937 MHz processor
[    0.000058] Calibrating delay loop (skipped), value calculated using timer frequency.. 3199.87 BogoMIPS (lpj=6399748)
[    0.000065] pid_max: default: 32768 minimum: 301
[    0.000085] ACPI: Core revision 20140424
[    0.009621] ACPI: All ACPI Tables successfully acquired
[    0.029048] Security Framework initialized
[    0.029083] AppArmor: AppArmor initialized
[    0.029086] Yama: becoming mindful.
[    0.029696] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.032469] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.033738] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.033759] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.034303] Initializing cgroup subsys memory
[    0.034365] Initializing cgroup subsys devices
[    0.034381] Initializing cgroup subsys freezer
[    0.034389] Initializing cgroup subsys net_cls
[    0.034400] Initializing cgroup subsys blkio
[    0.034411] Initializing cgroup subsys perf_event
[    0.034416] Initializing cgroup subsys net_prio
[    0.034433] Initializing cgroup subsys hugetlb
[    0.034484] tseg: 00a7f00000
[    0.034490] CPU: Physical Processor ID: 0
[    0.034492] CPU: Processor Core ID: 0
[    0.034496] mce: CPU supports 6 MCE banks
[    0.034514] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.034514] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.034514] tlb_flushall_shift: 6
[    0.034757] Freeing SMP alternatives memory: 32K (ffffffff81e6f000 - ffffffff81e77000)
[    0.037401] ftrace: allocating 29209 entries in 115 pages
[    0.065594] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.105289] smpboot: CPU0: AMD E-350 Processor (fam: 14, model: 01, stepping: 00)
[    0.211372] Performance Events: AMD PMU driver.
[    0.211382] ... version:                0
[    0.211384] ... bit width:              48
[    0.211387] ... generic registers:      4
[    0.211389] ... value mask:             0000ffffffffffff
[    0.211391] ... max period:             00007fffffffffff
[    0.211393] ... fixed-purpose events:   0
[    0.211396] ... event mask:             000000000000000f
[    0.215117] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.215360] x86: Booting SMP configuration:
[    0.215365] .... node  #0, CPUs:      #1
[    0.228436] x86: Booted up 1 node, 2 CPUs
[    0.228441] smpboot: Total of 2 processors activated (6399.74 BogoMIPS)
[    0.229466] devtmpfs: initialized
[    0.239399] evm: security.selinux
[    0.239402] evm: security.SMACK64
[    0.239405] evm: security.SMACK64EXEC
[    0.239407] evm: security.SMACK64TRANSMUTE
[    0.239409] evm: security.SMACK64MMAP
[    0.239411] evm: security.ima
[    0.239413] evm: security.capability
[    0.239645] PM: Registering ACPI NVS region [mem 0xa7a1c000-0xa7a70fff] (348160 bytes)
[    0.239674] PM: Registering ACPI NVS region [mem 0xa7cb8000-0xa7cc8fff] (69632 bytes)
[    0.239679] PM: Registering ACPI NVS region [mem 0xa7cdc000-0xa7cddfff] (8192 bytes)
[    0.239683] PM: Registering ACPI NVS region [mem 0xa7cdf000-0xa7ce4fff] (24576 bytes)
[    0.239686] PM: Registering ACPI NVS region [mem 0xa7d49000-0xa7d8bfff] (274432 bytes)
[    0.241946] pinctrl core: initialized pinctrl subsystem
[    0.242171] regulator-dummy: no parameters
[    0.242223] RTC time: 13:26:40, date: 04/05/15
[    0.242347] NET: Registered protocol family 16
[    0.242704] cpuidle: using governor ladder
[    0.242710] cpuidle: using governor menu
[    0.242926] ACPI: bus type PCI registered
[    0.242932] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.243093] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.243099] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.243991] PCI: Using configuration type 1 for base access
[    0.249397] ACPI: Added _OSI(Module Device)
[    0.249405] ACPI: Added _OSI(Processor Device)
[    0.249408] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.249411] ACPI: Added _OSI(Processor Aggregator Device)
[    0.253006] ACPI: Executed 3 blocks of module-level executable AML code
[    0.260382] ACPI: Interpreter enabled
[    0.260402] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.260413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.260443] ACPI: (supports S0 S3 S4 S5)
[    0.260447] ACPI: Using IOAPIC for interrupt routing
[    0.260751] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.303686] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.303702] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.303714] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.304129] acpi PNP0A03:00: ignoring host bridge window [mem 0x000c8000-0x000dffff] (conflicts with Video ROM [mem 0x000c0000-0x000ce1ff])
[    0.304469] PCI host bridge to bus 0000:00
[    0.304477] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.304482] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.304486] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.304490] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.304495] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.304511] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
[    0.304701] pci 0000:00:01.0: [1002:9802] type 00 class 0x030000
[    0.304720] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.304731] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.304742] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.304765] pci 0000:00:01.0: reg 0x24: [mem 0xfe700000-0xfe7fffff]
[    0.304813] pci 0000:00:01.0: supports D1 D2
[    0.304950] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
[    0.304966] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.305042] pci 0000:00:01.1: supports D1 D2
[    0.305187] pci 0000:00:04.0: [1022:1512] type 01 class 0x060400
[    0.305270] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.305351] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.305466] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
[    0.305494] pci 0000:00:11.0: reg 0x10: [io  0xf190-0xf197]
[    0.305509] pci 0000:00:11.0: reg 0x14: [io  0xf180-0xf183]
[    0.305523] pci 0000:00:11.0: reg 0x18: [io  0xf170-0xf177]
[    0.305537] pci 0000:00:11.0: reg 0x1c: [io  0xf160-0xf163]
[    0.305551] pci 0000:00:11.0: reg 0x20: [io  0xf150-0xf15f]
[    0.305566] pci 0000:00:11.0: reg 0x24: [mem 0xfeb4f000-0xfeb4f3ff]
[    0.305595] pci 0000:00:11.0: set SATA to AHCI mode
[    0.305778] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.305798] pci 0000:00:12.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.305939] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.306039] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.306067] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.306178] pci 0000:00:12.2: supports D1 D2
[    0.306182] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.306258] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.306356] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.306377] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.306517] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.306614] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.306641] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4b000-0xfeb4b0ff]
[    0.306753] pci 0000:00:13.2: supports D1 D2
[    0.306757] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.306832] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.306929] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.307156] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.307176] pci 0000:00:14.1: reg 0x10: [io  0xf140-0xf147]
[    0.307191] pci 0000:00:14.1: reg 0x14: [io  0xf130-0xf133]
[    0.307205] pci 0000:00:14.1: reg 0x18: [io  0xf120-0xf127]
[    0.307219] pci 0000:00:14.1: reg 0x1c: [io  0xf110-0xf113]
[    0.307234] pci 0000:00:14.1: reg 0x20: [io  0xf100-0xf10f]
[    0.307262] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.307266] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.307270] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.307273] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.307438] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.307469] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.307560] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.307633] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.307724] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.307943] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.308055] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.308145] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.308165] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4a000-0xfeb4afff]
[    0.308304] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.308404] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.308516] pci 0000:00:15.0: supports D1 D2
[    0.308595] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.308693] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.308804] pci 0000:00:15.1: supports D1 D2
[    0.308888] pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.308982] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.309093] pci 0000:00:15.2: supports D1 D2
[    0.309172] pci 0000:00:15.2: System wakeup disabled by ACPI
[    0.309267] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.309378] pci 0000:00:15.3: supports D1 D2
[    0.309457] pci 0000:00:15.3: System wakeup disabled by ACPI
[    0.309555] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.309575] pci 0000:00:16.0: reg 0x10: [mem 0xfeb49000-0xfeb49fff]
[    0.309714] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.309811] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.309838] pci 0000:00:16.2: reg 0x10: [mem 0xfeb48000-0xfeb480ff]
[    0.309950] pci 0000:00:16.2: supports D1 D2
[    0.309954] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.310031] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.310133] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
[    0.310301] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
[    0.310460] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
[    0.310620] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
[    0.310793] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
[    0.310951] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
[    0.311109] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
[    0.311269] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
[    0.311544] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.311671] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.311685] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.311689] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.311693] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.311697] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.311830] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[    0.311866] pci 0000:03:00.0: reg 0x10: [mem 0xfea00000-0xfea0ffff 64bit]
[    0.312031] pci 0000:03:00.0: supports D1
[    0.312035] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.319595] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.319620] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.319852] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.319886] pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.319927] pci 0000:04:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.319953] pci 0000:04:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.320080] pci 0000:04:00.0: supports D1 D2
[    0.320085] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.320150] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.327598] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.327618] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.327632] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.327826] pci 0000:05:00.0: [1033:0194] type 00 class 0x0c0330
[    0.327867] pci 0000:05:00.0: reg 0x10: [mem 0xfe900000-0xfe901fff 64bit]
[    0.328034] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.335597] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.335621] pci 0000:00:15.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.335821] pci 0000:06:00.0: [1033:0194] type 00 class 0x0c0330
[    0.335862] pci 0000:06:00.0: reg 0x10: [mem 0xfe800000-0xfe801fff 64bit]
[    0.336029] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.343597] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.343621] pci 0000:00:15.3:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.360024] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.360170] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.360311] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.360448] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[    0.360561] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.360653] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.360745] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.360838] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.361550] vgaarb: setting as boot device: PCI:0000:00:01.0
[    0.361560] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.361574] vgaarb: loaded
[    0.361577] vgaarb: bridge control possible 0000:00:01.0
[    0.362164] SCSI subsystem initialized
[    0.362373] libata version 3.00 loaded.
[    0.362461] ACPI: bus type USB registered
[    0.362509] usbcore: registered new interface driver usbfs
[    0.362532] usbcore: registered new interface driver hub
[    0.362840] usbcore: registered new device driver usb
[    0.363284] PCI: Using ACPI for IRQ routing
[    0.374118] PCI: pci_cache_line_size set to 64 bytes
[    0.374242] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.374246] e820: reserve RAM buffer [mem 0xa7a1c000-0xa7ffffff]
[    0.374250] e820: reserve RAM buffer [mem 0xa7f00000-0xa7ffffff]
[    0.374253] e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
[    0.374531] NetLabel: Initializing
[    0.374534] NetLabel:  domain hash size = 128
[    0.374537] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.374564] NetLabel:  unlabeled traffic allowed by default
[    0.374882] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.374894] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.377055] Switched to clocksource hpet
[    0.389858] AppArmor: AppArmor Filesystem Enabled
[    0.389944] pnp: PnP ACPI init
[    0.389985] ACPI: bus type PNP registered
[    0.390281] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.390290] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.390881] system 00:01: [io  0x040b] has been reserved
[    0.390887] system 00:01: [io  0x04d6] has been reserved
[    0.390892] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.390896] system 00:01: [io  0x0c14] has been reserved
[    0.390901] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.390905] system 00:01: [io  0x0c52] has been reserved
[    0.390909] system 00:01: [io  0x0c6c] has been reserved
[    0.390913] system 00:01: [io  0x0c6f] has been reserved
[    0.390918] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.390922] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.390926] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.390930] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.390934] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.390939] system 00:01: [io  0x0800-0x089f] could not be reserved
[    0.390943] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.390947] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.390951] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.390956] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.390962] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.390967] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.390972] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.390977] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.390982] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.390988] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.390992] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[    0.390998] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.391334] system 00:02: [io  0x0300-0x031f] has been reserved
[    0.391339] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.391343] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.391349] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.391438] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.391585] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.391592] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.391687] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.392187] pnp 00:06: [dma 0 disabled]
[    0.392310] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.405813] system 00:07: [mem 0xa8000000-0xbfffffff] has been reserved
[    0.405827] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.406040] pnp: PnP ACPI: found 8 devices
[    0.406044] ACPI: bus type PNP unregistered
[    0.420024] pci 0000:00:04.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.420036] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.420042] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.420097] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.420102] pci 0000:00:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.420107] pci 0000:00:04.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.420118] pci 0000:00:04.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
[    0.420130] pci 0000:00:04.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.420138] pci 0000:00:04.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.420143] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.420149] pci 0000:00:04.0:   bridge window [io  0x1000-0x1fff]
[    0.420156] pci 0000:00:04.0:   bridge window [mem 0xd0100000-0xd02fffff]
[    0.420162] pci 0000:00:04.0:   bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.420170] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.420188] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.420196] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.420208] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.420213] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.420223] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.420232] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.420240] pci 0000:00:15.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.420252] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.420259] pci 0000:00:15.3:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.420272] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.420277] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.420280] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.420284] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff]
[    0.420288] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.420292] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd02fffff]
[    0.420296] pci_bus 0000:01: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.420300] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7]
[    0.420304] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff]
[    0.420308] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
[    0.420311] pci_bus 0000:02: resource 7 [mem 0xc0000000-0xffffffff]
[    0.420315] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.420319] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.420323] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.420327] pci_bus 0000:05: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.420331] pci_bus 0000:06: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.420389] NET: Registered protocol family 2
[    0.420777] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.420987] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.421297] TCP: Hash tables configured (established 32768 bind 32768)
[    0.421400] TCP: reno registered
[    0.421428] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.421483] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.421671] NET: Registered protocol family 1
[    0.421709] pci 0000:00:01.0: Video device with shadowed ROM
[    1.482113] PCI: CLS 64 bytes, default 64
[    1.482259] Trying to unpack rootfs image as initramfs...
[    9.268015] Freeing initrd memory: 20560K (ffff88007ebec000 - ffff880080000000)
[    9.268130] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    9.268146] software IO TLB [mem 0xa3a1c000-0xa7a1c000] (64MB) mapped at [ffff8800a3a1c000-ffff8800a7a1bfff]
[    9.268594] microcode: CPU0: patch_level=0x05000026
[    9.268614] microcode: CPU1: patch_level=0x05000026
[    9.268861] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    9.268881] LVT offset 0 assigned for vector 0x400
[    9.268939] perf: AMD IBS detected (0x000000ff)
[    9.269005] Scanning for low memory corruption every 60 seconds
[    9.269764] futex hash table entries: 512 (order: 3, 32768 bytes)
[    9.269796] Initialise system trusted keyring
[    9.269855] audit: initializing netlink subsys (disabled)
[    9.269895] audit: type=2000 audit(1428240408.132:1): initialized
[    9.270929] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    9.274976] zpool: loaded
[    9.274983] zbud: loaded
[    9.275605] VFS: Disk quotas dquot_6.5.2
[    9.275723] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    9.277224] fuse init (API version 7.23)
[    9.277678] msgmni has been set to 7104
[    9.277858] Key type big_key registered
[    9.280436] Key type asymmetric registered
[    9.280451] Asymmetric key parser 'x509' registered
[    9.280594] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    9.280845] io scheduler noop registered
[    9.280858] io scheduler deadline registered (default)
[    9.281018] io scheduler cfq registered
[    9.281961] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    9.282003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    9.282328] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    9.282337] ACPI: Power Button [PWRB]
[    9.282435] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    9.282440] ACPI: Power Button [PWRF]
[    9.282542] ACPI: acpi_idle registered with cpuidle
[    9.283362] GHES: HEST is not enabled!
[    9.283789] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    9.304354] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    9.310088] Linux agpgart interface v0.103
[    9.314085] brd: module loaded
[    9.316085] loop: module loaded
[    9.316628] libphy: Fixed MDIO Bus: probed
[    9.316636] tun: Universal TUN/TAP device driver, 1.6
[    9.316639] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    9.316949] PPP generic driver version 2.4.2
[    9.317207] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.317234] ehci-pci: EHCI PCI platform driver
[    9.317456] QUIRK: Enable AMD PLL fix
[    9.317503] ehci-pci 0000:00:12.2: EHCI Host Controller
[    9.317516] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    9.317528] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    9.317545] ehci-pci 0000:00:12.2: debug port 1
[    9.317619] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4d000
[    9.328952] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    9.329100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    9.329105] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.329109] usb usb1: Product: EHCI Host Controller
[    9.329113] usb usb1: Manufacturer: Linux 3.16.0-30-generic ehci_hcd
[    9.329117] usb usb1: SerialNumber: 0000:00:12.2
[    9.329637] hub 1-0:1.0: USB hub found
[    9.329659] hub 1-0:1.0: 5 ports detected
[    9.330330] ehci-pci 0000:00:13.2: EHCI Host Controller
[    9.330347] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    9.330356] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    9.330372] ehci-pci 0000:00:13.2: debug port 1
[    9.330427] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4b000
[    9.340952] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    9.341096] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    9.341101] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.341106] usb usb2: Product: EHCI Host Controller
[    9.341110] usb usb2: Manufacturer: Linux 3.16.0-30-generic ehci_hcd
[    9.341113] usb usb2: SerialNumber: 0000:00:13.2
[    9.341645] hub 2-0:1.0: USB hub found
[    9.341668] hub 2-0:1.0: 5 ports detected
[    9.342353] ehci-pci 0000:00:16.2: EHCI Host Controller
[    9.342366] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[    9.342375] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    9.342392] ehci-pci 0000:00:16.2: debug port 1
[    9.342447] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb48000
[    9.352952] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    9.353104] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    9.353109] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.353113] usb usb3: Product: EHCI Host Controller
[    9.353117] usb usb3: Manufacturer: Linux 3.16.0-30-generic ehci_hcd
[    9.353121] usb usb3: SerialNumber: 0000:00:16.2
[    9.353642] hub 3-0:1.0: USB hub found
[    9.353665] hub 3-0:1.0: 4 ports detected
[    9.354109] ehci-platform: EHCI generic platform driver
[    9.354139] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    9.354161] ohci-pci: OHCI PCI platform driver
[    9.354357] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    9.354374] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[    9.354434] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb4e000
[    9.413030] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    9.413040] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.413044] usb usb4: Product: OHCI PCI host controller
[    9.413048] usb usb4: Manufacturer: Linux 3.16.0-30-generic ohci_hcd
[    9.413052] usb usb4: SerialNumber: 0000:00:12.0
[    9.413578] hub 4-0:1.0: USB hub found
[    9.413602] hub 4-0:1.0: 5 ports detected
[    9.414263] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    9.414277] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    9.414328] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4c000
[    9.473022] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    9.473032] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.473037] usb usb5: Product: OHCI PCI host controller
[    9.473041] usb usb5: Manufacturer: Linux 3.16.0-30-generic ohci_hcd
[    9.473044] usb usb5: SerialNumber: 0000:00:13.0
[    9.473573] hub 5-0:1.0: USB hub found
[    9.473597] hub 5-0:1.0: 5 ports detected
[    9.474274] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    9.474287] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[    9.474338] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4a000
[    9.533182] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    9.533191] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.533196] usb usb6: Product: OHCI PCI host controller
[    9.533200] usb usb6: Manufacturer: Linux 3.16.0-30-generic ohci_hcd
[    9.533204] usb usb6: SerialNumber: 0000:00:14.5
[    9.533688] hub 6-0:1.0: USB hub found
[    9.533713] hub 6-0:1.0: 2 ports detected
[    9.534173] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    9.534186] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[    9.534249] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb49000
[    9.593045] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    9.593055] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.593059] usb usb7: Product: OHCI PCI host controller
[    9.593063] usb usb7: Manufacturer: Linux 3.16.0-30-generic ohci_hcd
[    9.593067] usb usb7: SerialNumber: 0000:00:16.0
[    9.593610] hub 7-0:1.0: USB hub found
[    9.593639] hub 7-0:1.0: 4 ports detected
[    9.594089] ohci-platform: OHCI generic platform driver
[    9.594120] uhci_hcd: USB Universal Host Controller Interface driver
[    9.594329] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    9.594343] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 8
[    9.594561] xhci_hcd 0000:05:00.0: irq 40 for MSI/MSI-X
[    9.594570] xhci_hcd 0000:05:00.0: irq 41 for MSI/MSI-X
[    9.594577] xhci_hcd 0000:05:00.0: irq 42 for MSI/MSI-X
[    9.594748] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    9.594753] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.594756] usb usb8: Product: xHCI Host Controller
[    9.594760] usb usb8: Manufacturer: Linux 3.16.0-30-generic xhci_hcd
[    9.594764] usb usb8: SerialNumber: 0000:05:00.0
[    9.595252] hub 8-0:1.0: USB hub found
[    9.595277] hub 8-0:1.0: 2 ports detected
[    9.595506] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    9.595516] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 9
[    9.597963] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[    9.597968] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.597972] usb usb9: Product: xHCI Host Controller
[    9.597976] usb usb9: Manufacturer: Linux 3.16.0-30-generic xhci_hcd
[    9.597979] usb usb9: SerialNumber: 0000:05:00.0
[    9.598462] hub 9-0:1.0: USB hub found
[    9.598490] hub 9-0:1.0: 2 ports detected
[    9.598884] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    9.598897] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 10
[    9.599108] xhci_hcd 0000:06:00.0: irq 43 for MSI/MSI-X
[    9.599116] xhci_hcd 0000:06:00.0: irq 44 for MSI/MSI-X
[    9.599124] xhci_hcd 0000:06:00.0: irq 45 for MSI/MSI-X
[    9.599292] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002
[    9.599297] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.599300] usb usb10: Product: xHCI Host Controller
[    9.599304] usb usb10: Manufacturer: Linux 3.16.0-30-generic xhci_hcd
[    9.599307] usb usb10: SerialNumber: 0000:06:00.0
[    9.599792] hub 10-0:1.0: USB hub found
[    9.599817] hub 10-0:1.0: 2 ports detected
[    9.600048] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    9.600058] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 11
[    9.602510] usb usb11: New USB device found, idVendor=1d6b, idProduct=0003
[    9.602515] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    9.602519] usb usb11: Product: xHCI Host Controller
[    9.602523] usb usb11: Manufacturer: Linux 3.16.0-30-generic xhci_hcd
[    9.602526] usb usb11: SerialNumber: 0000:06:00.0
[    9.603034] hub 11-0:1.0: USB hub found
[    9.603062] hub 11-0:1.0: 2 ports detected
[    9.603420] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    9.603886] serio: i8042 KBD port at 0x60,0x64 irq 1
[    9.603895] serio: i8042 AUX port at 0x60,0x64 irq 12
[    9.604564] mousedev: PS/2 mouse device common for all mice
[    9.605509] rtc_cmos 00:03: RTC can wake from S4
[    9.605908] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    9.605957] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    9.606145] device-mapper: uevent: version 1.0.3
[    9.606502] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    9.606544] ledtrig-cpu: registered to indicate activity on CPUs
[    9.606749] TCP: cubic registered
[    9.607037] NET: Registered protocol family 10
[    9.607791] NET: Registered protocol family 17
[    9.607832] Key type dns_resolver registered
[    9.609390] Loading compiled-in X.509 certificates
[    9.611766] Loaded X.509 cert 'Magrathea: Glacier signing key: 7be2a7200f17f00ca011f70e5a874c37e3e0f6be'
[    9.611803] registered taskstats version 1
[    9.618081] Key type trusted registered
[    9.623882] Key type encrypted registered
[    9.629989] AppArmor: AppArmor sha1 policy hashing enabled
[    9.630005] ima: No TPM chip found, activating TPM-bypass!
[    9.630066] evm: HMAC attrs: 0x1
[    9.631027]   Magic number: 11:115:432
[    9.631121] pci 0000:04:00.0: hash matches
[    9.631252] rtc_cmos 00:03: setting system clock to 2015-04-05 13:26:49 UTC (1428240409)
[    9.631574] acpi-cpufreq: overriding BIOS provided _PSD data
[    9.631745] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    9.631748] EDD information not available.
[    9.631953] PM: Hibernation image not present or could not be loaded.
[    9.634859] Freeing unused kernel memory: 1356K (ffffffff81d1c000 - ffffffff81e6f000)
[    9.634868] Write protecting the kernel read-only data: 12288k
[    9.638599] Freeing unused kernel memory: 564K (ffff880001773000 - ffff880001800000)
[    9.641696] Freeing unused kernel memory: 500K (ffff880001b83000 - ffff880001c00000)
[    9.681555] systemd-udevd[102]: starting version 204
[    9.732529] wmi: Mapper loaded
[    9.739302] [drm] Initialized drm 1.1.0 20060810
[    9.746337] ahci 0000:00:11.0: version 3.0
[    9.746680] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    9.746688] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    9.756786] scsi0 : ahci
[    9.787355] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    9.787379] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    9.787684] r8169 0000:04:00.0: irq 46 for MSI/MSI-X
[    9.788050] r8169 0000:04:00.0 eth0: RTL8168e/8111e at 0xffffc90010754000, f4:6d:04:6d:e7:e9, XID 0c200000 IRQ 46
[    9.788055] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    9.797877] scsi1 : ahci
[    9.803616] scsi2 : ahci
[    9.804519] [drm] radeon kernel modesetting enabled.
[    9.806267] scsi3 : ahci
[    9.806429] ata1: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f100 irq 19
[    9.806436] ata2: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f180 irq 19
[    9.806441] ata3: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f200 irq 19
[    9.806446] ata4: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f280 irq 19
[    9.808604] scsi4 : pata_atiixp
[    9.809497] scsi5 : pata_atiixp
[    9.809636] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[    9.809640] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[    9.810508] [drm] initializing kernel modesetting (PALM 0x1002:0x9802 0x1043:0x84A5).
[    9.810543] [drm] register mmio base: 0xFEB00000
[    9.810546] [drm] register mmio size: 262144
[    9.810629] ATOM BIOS: Ontario
[    9.810714] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
[    9.810719] radeon 0000:00:01.0: GTT: 1024M 0x0000000018000000 - 0x0000000057FFFFFF
[    9.810724] [drm] Detected VRAM RAM=384M, BAR=256M
[    9.810727] [drm] RAM width 32bits DDR
[    9.811684] [TTM] Zone  kernel: Available graphics memory: 1820016 kiB
[    9.811694] [TTM] Initializing pool allocator
[    9.811708] [TTM] Initializing DMA pool allocator
[    9.811752] [drm] radeon: 384M of VRAM memory ready
[    9.811755] [drm] radeon: 1024M of GTT memory ready.
[    9.811792] [drm] Loading PALM Microcode
[    9.811914] [drm] Internal thermal controller without fan control
[    9.812013] [drm] Found smc ucode version: 0x00010200
[    9.812096] [drm] radeon: dpm initialized
[    9.812401] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    9.859031] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[    9.868733] radeon 0000:00:01.0: WB enabled
[    9.868747] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xffff8800a2c34c00
[    9.868753] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0xffff8800a2c34c0c
[    9.869552] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc900108b2118
[    9.869557] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.869560] [drm] Driver supports precise vblank timestamp query.
[    9.869563] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[    9.869601] radeon 0000:00:01.0: irq 47 for MSI/MSI-X
[    9.869628] radeon 0000:00:01.0: radeon: using MSI.
[    9.869671] [drm] radeon: irq initialized.
[    9.910530] [drm] ring test on 0 succeeded in 1 usecs
[    9.910549] [drm] ring test on 3 succeeded in 3 usecs
[    9.971286] [drm] ring test on 5 succeeded in 1 usecs
[    9.981244] [drm] UVD initialized successfully.
[    9.982081] [drm] ib test on ring 0 succeeded in 0 usecs
[    9.982126] [drm] ib test on ring 3 succeeded in 0 usecs
[   10.002702] [drm] ib test on ring 5 succeeded
[   10.013899] [drm] Radeon Display Connectors
[   10.013906] [drm] Connector 0:
[   10.013909] [drm]   HDMI-A-1
[   10.013912] [drm]   HPD1
[   10.013916] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   10.013918] [drm]   Encoders:
[   10.013921] [drm]     DFP1: INTERNAL_UNIPHY
[   10.013924] [drm] Connector 1:
[   10.013925] [drm]   DVI-D-1
[   10.013927] [drm]   HPD2
[   10.013931] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   10.013933] [drm]   Encoders:
[   10.013935] [drm]     DFP2: INTERNAL_UNIPHY
[   10.013937] [drm] Connector 2:
[   10.013938] [drm]   VGA-1
[   10.013942] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   10.013944] [drm]   Encoders:
[   10.013946] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.082507] [drm] fb mappable at 0xC0477000
[   10.082515] [drm] vram apper at 0xC0000000
[   10.082518] [drm] size 8294400
[   10.082521] [drm] fb depth is 24
[   10.082523] [drm]    pitch is 7680
[   10.082911] fbcon: radeondrmfb (fb0) is primary device
[   10.124820] ata2: SATA link down (SStatus 0 SControl 300)
[   10.124905] ata4: SATA link down (SStatus 0 SControl 300)
[   10.133817] Console: switching to colour frame buffer device 240x67
[   10.146518] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   10.146523] radeon 0000:00:01.0: registered panic notifier
[   10.149149] [drm] Initialized radeon 2.39.0 20080528 for 0000:00:01.0 on minor 0
[   10.264918] tsc: Refined TSC clocksource calibration: 1599.932 MHz
[   10.296945] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   10.297002] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   10.297752] ata3.00: ATAPI: TSSTcorp CDDVDW SN-S083F, SB01, max UDMA/100
[   10.299044] ata3.00: configured for UDMA/100
[   10.299744] ata1.00: ATA-8: WDC WD3200BEVT-00A0RT0, 01.01A01, max UDMA/133
[   10.299756] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   10.303081] ata1.00: configured for UDMA/133
[   10.303685] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-0 1A01 PQ: 0 ANSI: 5
[   10.304757] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.304837] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[   10.304993] sd 0:0:0:0: [sda] Write Protect is off
[   10.305000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   10.305051] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   10.305810] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SN-S083F  SB01 PQ: 0 ANSI: 5
[   10.312969] usb 5-5: new low-speed USB device number 2 using ohci-pci
[   10.316460] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[   10.316471] cdrom: Uniform CD-ROM driver Revision: 3.20
[   10.316883] sr 2:0:0:0: Attached scsi CD-ROM sr0
[   10.317031] sr 2:0:0:0: Attached scsi generic sg1 type 5
[   10.370520]  sda: sda1 sda2 < sda5 >
[   10.371983] sd 0:0:0:0: [sda] Attached SCSI disk
[   10.483191] usb 5-5: New USB device found, idVendor=045e, idProduct=00d2
[   10.483201] usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   10.483206] usb 5-5: Product: Microsoft Notebook Optical Mouse with Tilt Wheel
[   10.483210] usb 5-5: Manufacturer: Microsoft
[   10.496359] hidraw: raw HID events driver (C) Jiri Kosina
[   10.509138] usbcore: registered new interface driver usbhid
[   10.509147] usbhid: USB HID core driver
[   10.514415] input: Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel as /devices/pci0000:00/0000:00:13.0/usb5/5-5/5-5:1.0/0003:045E:00D2.0001/input/input5
[   10.514703] hid-generic 0003:045E:00D2.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel] on usb-0000:00:13.0-5/input0
[   10.749032] usb 7-3: new full-speed USB device number 2 using ohci-pci
[   10.910171] usb 7-3: New USB device found, idVendor=0cf3, idProduct=3000
[   10.910181] usb 7-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   11.049021] usb 4-4: new low-speed USB device number 2 using ohci-pci
[   11.223199] usb 4-4: New USB device found, idVendor=0a81, idProduct=0101
[   11.223210] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   11.223215] usb 4-4: Product: USB Keyboard
[   11.223219] usb 4-4: Manufacturer: CHESEN
[   11.232925] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.0/0003:0A81:0101.0002/input/input6
[   11.233393] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:12.0-4/input0
[   11.245405] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.1/0003:0A81:0101.0003/input/input7
[   11.245832] hid-generic 0003:0A81:0101.0003: input,hidraw2: USB HID v1.10 Device [CHESEN USB Keyboard] on usb-0000:00:12.0-4/input1
[   11.265267] Switched to clocksource tsc
[   13.468189] random: nonblocking pool is initialized
[   31.254427] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[   31.254438] EXT4-fs (sda1): write access will be enabled during recovery
[   59.979919] EXT4-fs warning (device sda1): ext4_clear_journal_err:4636: Filesystem error recorded from previous mount: IO failure
[   59.979928] EXT4-fs warning (device sda1): ext4_clear_journal_err:4637: Marking fs in need of filesystem check.
[   59.986629] EXT4-fs (sda1): recovery complete
[   60.035905] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   65.016617] ISO 9660 Extensions: Microsoft Joliet Level 3
[   65.023551] ISO 9660 Extensions: RRIP_1991A
[   65.475421] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[  160.639415] Adding 3778556k swap on /dev/sda5.  Priority:-1 extents:1 across:3778556k FS
[  161.776407] systemd-udevd[1072]: starting version 204
[  168.919964] lp: driver loaded but no devices found
[  169.997993] ppdev: user-space parallel port driver
[  172.534827] init: cups main process (1141) killed by HUP signal
[  172.534864] init: cups main process ended, respawning
[  172.857623] Bluetooth: Core ver 2.19
[  172.857683] NET: Registered protocol family 31
[  172.857687] Bluetooth: HCI device and connection manager initialized
[  172.857705] Bluetooth: HCI socket layer initialized
[  172.857710] Bluetooth: L2CAP socket layer initialized
[  172.860044] Bluetooth: SCO socket layer initialized
[  173.439557] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  174.418063] Bluetooth: RFCOMM TTY layer initialized
[  174.418108] Bluetooth: RFCOMM socket layer initialized
[  174.418138] Bluetooth: RFCOMM ver 1.11
[  174.598254] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[  174.598371] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[  174.738657] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  174.738667] Bluetooth: BNEP filters: protocol multicast
[  174.738685] Bluetooth: BNEP socket layer initialized
[  175.594586] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[  175.594828] sp5100_tco: PCI Revision ID: 0x42
[  175.594892] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[  175.594906] sp5100_tco: Last reboot was not triggered by watchdog.
[  175.595067] sp5100_tco: initialized (0xffffc90010802b00). heartbeat=60 sec (nowayout=0)
[  178.609897] usb 7-3: USB disconnect, device number 2
[  178.610300] usbcore: registered new interface driver ath3k
[  179.167053] kvm: Nested Virtualization enabled
[  179.167067] kvm: Nested Paging enabled
[  179.459327] device-mapper: multipath: version 1.7.0 loaded
[  179.475207] cfg80211: Calling CRDA to update world regulatory domain
[  180.046846] usb 7-3: new full-speed USB device number 3 using ohci-pci
[  180.206507] usb 7-3: New USB device found, idVendor=0cf3, idProduct=3005
[  180.206520] usb 7-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  180.374905] init: failsafe main process (1294) killed by TERM signal
[  181.144789] snd_hda_intel 0000:00:01.1: irq 48 for MSI/MSI-X
[  181.262273] usbcore: registered new interface driver btusb
[  181.941778] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
[  182.545645] asus_wmi: ASUS WMI generic driver loaded
[  184.053440] sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[  184.053457] sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  184.053462] sound hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[  184.053466] sound hdaudioC1D0:    mono: mono_out=0x0
[  184.053470] sound hdaudioC1D0:    dig-out=0x11/0x1e
[  184.053474] sound hdaudioC1D0:    inputs:
[  184.053479] sound hdaudioC1D0:      Front Mic=0x19
[  184.053484] sound hdaudioC1D0:      Rear Mic=0x18
[  184.053488] sound hdaudioC1D0:      Line=0x1a
[  184.066229] cfg80211: World regulatory domain updated:
[  184.066246] cfg80211:  DFS Master region: unset
[  184.066249] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[  184.066256] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  184.066260] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  184.066265] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[  184.066269] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  184.066273] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  184.067572] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[  184.067855] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[  184.068108] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[  184.068356] input: HDA ATI SB Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[  184.068596] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
[  184.300895] asus_wmi: Initialization: 0x0
[  184.300957] asus_wmi: BIOS WMI version: 0.9
[  184.301053] asus_wmi: SFUN value: 0x0
[  184.301861] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input14
[  184.304636] asus_wmi: Disabling ACPI video driver
[  188.985682] ath: phy0: Enable LNA combining
[  188.993210] ath: EEPROM regdomain: 0x60
[  188.993220] ath: EEPROM indicates we should expect a direct regpair map
[  188.993227] ath: Country alpha2 being used: 00
[  188.993230] ath: Regpair used: 0x60
[  189.089312] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[  189.090998] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90011ba0000, irq=16

Hors ligne

#60 Le 05/04/2015, à 16:07

Eiracca

Re : [DD en panne] Temps de boot anormalement long

moko138 a écrit :

Tu connais mon avis sur ton disque. Mais demande le sien à Bougron, et à d'autres, ça peut pas faire de mal !

Ok, j'ai bien compris ton avis sad
En tout cas, un grand merci pour ton aide et ta réactivité smile

Hors ligne

#61 Le 05/04/2015, à 18:37

Bougron

Re : [DD en panne] Temps de boot anormalement long

Eiracca a écrit :

Depuis une live  session (si ça peut encore servir !) :

sudo smartctl -a /dev/sda

ubuntu@ubuntu:~$ sudo smartctl -a /dev/sda
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-30-generic] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Scorpio Blue Serial ATA
Device Model:     WDC WD3200BEVT-00A0RT0
Serial Number:    WD-WX21A41U5916
LU WWN Device Id: 5 0014ee 6567aab53
Firmware Version: 01.01A01
User Capacity:    320 072 933 376 bytes [320 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    5400 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Sun Apr  5 15:41:40 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x84)	Offline data collection activity
					was suspended by an interrupting command from host.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(10860) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 109) minutes.
Conveyance self-test routine
recommended polling time: 	 (   5) minutes.
SCT capabilities: 	       (0x7037)	SCT Status supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   192   192   051    Pre-fail  Always       -       15897
  3 Spin_Up_Time            0x0027   187   184   021    Pre-fail  Always       -       1608
  4 Start_Stop_Count        0x0032   098   098   000    Old_age   Always       -       2543
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   088   088   000    Old_age   Always       -       9241
 10 Spin_Retry_Count        0x0032   100   100   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   098   098   000    Old_age   Always       -       2539
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       116
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       2483
194 Temperature_Celsius     0x0022   111   101   000    Old_age   Always       -       36
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       11
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   051    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%      9208         12115441
# 2  Extended offline    Completed: read failure       90%      9208         12115441
# 3  Short offline       Completed: read failure       90%      9208         12115441
# 4  Extended offline    Completed: read failure       90%      9125         12115395
# 5  Extended offline    Completed: read failure       90%      9125         12115395
# 6  Short offline       Completed: read failure       90%      9125         12115395

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
ubuntu@ubuntu:~$ 

]

Bien sûr que cela sert sacrément car enfin on voit  que cela va très mal dans le disque.

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%      9208         12115441
# 2  Extended offline    Completed: read failure       90%      9208         12115441
# 3  Short offline       Completed: read failure       90%      9208         12115441
# 4  Extended offline    Completed: read failure       90%      9125         12115395
# 5  Extended offline    Completed: read failure       90%      9125         12115395
# 6  Short offline       Completed: read failure       90%      9125         12115395

Deux secteurs très rapprochés ne peuvent être lus                                            12115395               et 12115441
De plus dans le premier DMESG que tu avais fourni, c'étaient les n°   1215392 12115395   12115424
Comme ces secteurs ne peuvent être lus, ils ne peuvent plus être réalloués.
Il me semble que la dégradation a été soudaine. Est-elle stabilisée? Pas sur du tout! (On peut tenter de regarder le second dmesg)
              Soit tu changes le disque, soit on bricole en identifiant les fichiers affectés à ces secteurs et  on les renomme en "fichierIllissible'  et on trouve un moyen d'en remettre une copie neuve.   Cela va être la galère.
        Rappel: il en restera encore 7 à repérer  et à éliminer et les tests n'ont fait que 10% de traitement!
Conclusion: Un nouveau disque avec une nouvelle installation pour que tout redevienne propre. Malgré
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -      0

Dernière modification par Bougron (Le 05/04/2015, à 18:44)

Hors ligne

#62 Le 05/04/2015, à 18:52

Bougron

Re : [DD en panne] Temps de boot anormalement long

Bougron a écrit :
Eiracca a écrit :

Depuis une live  session (si ça peut encore servir !) :

sudo smartctl -a /dev/sda

ubuntu@ubuntu:~$ sudo smartctl -a /dev/sda
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.16.0-30-generic] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Scorpio Blue Serial ATA
Device Model:     WDC WD3200BEVT-00A0RT0
Serial Number:    WD-WX21A41U5916
LU WWN Device Id: 5 0014ee 6567aab53
Firmware Version: 01.01A01
User Capacity:    320 072 933 376 bytes [320 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    5400 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Sun Apr  5 15:41:40 2015 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x84)	Offline data collection activity
					was suspended by an interrupting command from host.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)	The previous self-test routine completed
					without error or no self-test has ever 
					been run.
Total time to complete Offline 
data collection: 		(10860) seconds.
Offline data collection
capabilities: 			 (0x7b) SMART execute Offline immediate.
					Auto Offline data collection on/off support.
					Suspend Offline collection upon new
					command.
					Offline surface scan supported.
					Self-test supported.
					Conveyance Self-test supported.
					Selective Self-test supported.
SMART capabilities:            (0x0003)	Saves SMART data before entering
					power-saving mode.
					Supports SMART auto save timer.
Error logging capability:        (0x01)	Error logging supported.
					General Purpose Logging supported.
Short self-test routine 
recommended polling time: 	 (   2) minutes.
Extended self-test routine
recommended polling time: 	 ( 109) minutes.
Conveyance self-test routine
recommended polling time: 	 (   5) minutes.
SCT capabilities: 	       (0x7037)	SCT Status supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   192   192   051    Pre-fail  Always       -       15897
  3 Spin_Up_Time            0x0027   187   184   021    Pre-fail  Always       -       1608
  4 Start_Stop_Count        0x0032   098   098   000    Old_age   Always       -       2543
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   088   088   000    Old_age   Always       -       9241
 10 Spin_Retry_Count        0x0032   100   100   051    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   098   098   000    Old_age   Always       -       2539
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       116
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       2483
194 Temperature_Celsius     0x0022   111   101   000    Old_age   Always       -       36
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       11
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   051    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%      9208         12115441
# 2  Extended offline    Completed: read failure       90%      9208         12115441
# 3  Short offline       Completed: read failure       90%      9208         12115441
# 4  Extended offline    Completed: read failure       90%      9125         12115395
# 5  Extended offline    Completed: read failure       90%      9125         12115395
# 6  Short offline       Completed: read failure       90%      9125         12115395

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
ubuntu@ubuntu:~$ 

]

Bien sûr que cela sert sacrément car enfin on voit  que cela va très mal dans le disque.
                         AJOUT: Je ne sais pas pourquoi je ne l'ai pas vu dans le premier  rapport car c'était déjà présent!

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       90%      9208         12115441
# 2  Extended offline    Completed: read failure       90%      9208         12115441
# 3  Short offline       Completed: read failure       90%      9208         12115441
# 4  Extended offline    Completed: read failure       90%      9125         12115395
# 5  Extended offline    Completed: read failure       90%      9125         12115395
# 6  Short offline       Completed: read failure       90%      9125         12115395

Deux secteurs très rapprochés ne peuvent être lus                                            12115395               et 12115441
De plus dans le premier DMESG que tu avais fourni, c'étaient les n°   1215392 12115395   12115424
Comme ces secteurs ne peuvent être lus, ils ne peuvent plus être réalloués.
Il me semble que la dégradation a été soudaine. Est-elle stabilisée? Pas sur du tout! (On peut tenter de regarder le second dmesg)
              Soit tu changes le disque, soit on bricole en identifiant les fichiers affectés à ces secteurs et  on les renomme en "fichierIllissible'  et on trouve un moyen d'en remettre une copie neuve.   Cela va être la galère.
        Rappel: il en restera encore 7 à repérer  et à éliminer et les tests n'ont fait que 10% de traitement!
Conclusion: Un nouveau disque avec une nouvelle installation pour que tout redevienne propre. Malgré
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -      0

Hors ligne

#63 Le 05/04/2015, à 19:09

Bougron

Re : [DD en panne] Temps de boot anormalement long

Eiracca a écrit :

Depuis une live  session (si ça peut encore servir !)
gedit /var/log/dmesg (si j'ai bien compris, ça n'a pas d'intérêt ici puisque qu'en session live)

Bonsoir.
Si tu as encore un peu de patience, on doit pouvoir accéder depuis une session live à la trace de démarrage  faite à partir de disque dur.
   Tu bootes en live-usb
   Tu montes le disque dur. Je pense qu'il y a un icône qui le permet.
   Tu te positionnes correctement.  Je pense aux commandes
              cd /media/$USER              (en querty    m c'est ,    et $ c'est 4 et a c'est q)
              ls                                        afin de voir le 'nom du disque dur'     
              cd 'nom du disque dur'/var/log
              gedit dmesg    puis copier/coller
            ou  sudo cp dmesg  /home/dmesg.txt
J'ai fait un test.   J'en profite pour indiquer la partie contrôle de la partition btrfs de mon ordinateur.

3.164696] Btrfs loaded
[    3.228217] random: nonblocking pool is initialized
[    5.652281] btrfs: device label BTRFS devid 1 transid 1263 /dev/sda10
[    5.708071] btrfs: device label ESSAIbtrfs devid 1 transid 16 /dev/sda19
[   10.795683] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   24.823286] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

Dernière modification par Bougron (Le 06/04/2015, à 14:10)

Hors ligne

#64 Le 05/04/2015, à 20:31

moko138

Re : [DD en panne] Temps de boot anormalement long

cd /media/$USER
Comme c'est une live d'ubuntu, ça équivaudra à
cd /media/ubuntu

Ta live, est-ce un dvd ? une clef non persistante ? une clef persistante ?

Bougron,
1) est-ce normal (je n'y ai jamais fait attention) que la live apparaisse en partie en fat 12 ?
Et affiche une taille de "size: 15EiB" ???

sudo lshw a écrit :

           *-medium
                physical id: 0
                logical name: /dev/cdrom
                logical name: /cdrom
                capabilities: partitioned partitioned:dos
                configuration: mount.fstype=iso9660 mount.options=ro,noatime signature=7565bcfd state=mounted
              *-volume UNCLAIMED
                   description: Windows FAT volume
                   vendor: mkfs.fat
                   physical id: 2
                   version: FAT12
                   serial: 3006-9304
                  size: 15EiB
                   capabilities: primary boot fat initialized
                   configuration: FATs=2 filesystem=fat

2) Chez moi à cette heure, les LBA_of_first_error apparaissent identiques dans les smartctl du #15 et du #59. Pas chez toi ???

3) Il N'y a PAS de partition en btrfs. Les messages btrfs aberrants disparaîtront, j'en suis presque sûr, après un
sudo update-grub
  puisque nous avions réussi en #11 à désinstaller le paquet responsable, mais que j'avais omis de prescrire l'update consécutif
.

4) Je ne sais pas convertir les valeurs LBA en secteurs. J'ai juste vu une fois Nasman ou jamesbad000 procéder. On pourrait retrouver le fil et la méthode, si ça vaut le coup.

5) Est-ce que ça vaut le coup ?
  Je pensais que non, mais je suis frappé par le fait qu'en live le HDD semble monter en lecture-écriture sans aucune difficulté.
  D'où l'idée que seul le début de sda1 serait dégradé et le mbr intact ?
Si ça se confirme et que nous localisons la zone dégradée,
  alors il serait possible, non pas de donner une 2nde jeunesse au disque, mais de le prolonger,
en reformatant tout en mettant la zone dégradée en "non allouée".

Eiracca,
  Si on réussit, et sinon, pour ton futur disque, il faudra autoriser, dans le bios et dans les Préférences d'Ubuntu / Gestion de l'énergie, la mise en veille et l'arrêt du disque au bout de x minutes d'inactivité !

Dernière modification par moko138 (Le 05/04/2015, à 20:35)


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#65 Le 05/04/2015, à 20:48

moko138

Re : [DD en panne] Temps de boot anormalement long

Voici l'équivalence qwerty-azerty :
1417149469.png

mais je pense que la live d'Eiracca lui permet de choisir langue et clavier.
Par contre, si tu utilises le boot en recovery, ce sera utile.
  Dans cette perspective : à imprimer !


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#66 Le 05/04/2015, à 21:20

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Me revoilà !
iioubé!! il s'en est passé des choses depuis tout à l'heure...

Je réponds en vrac :
@Bougron :
Oui il me reste encore de la patience (je suis du genre persévérent, mais pas entêté non plus !) sauf que là je ne sais pas par où commencer... (J'ai pas vraiment compris tes instructions #63)

@moko138
Ma live est un DVD

il faudra autoriser, dans le bios et dans les Préférences d'Ubuntu / Gestion de l'énergie, la mise en veille et l'arrêt du disque au bout de x minutes d'inactivité !

tu m'expliqueras... wink merci


mais je pense que la live d'Eiracca lui permet de choisir langue et clavier.
Par contre, si tu utilises le boot en recovery, ce sera utile.
  Dans cette perspective : à imprimer !

Dans la barre en haut à droite, j'ai le choix entre Fr ou En(us), ça bascule le clavier je crois, sinon je n'ai pas d'imprimante (enfin pas chez moi)

Je suis en live session car sinon Ffox ne démarre pas (si besoin je peux retourner en session normale, le lancer depuis un terminal et recopier le message d'erreur...)
Du coup j'attends vos précieuses instructions...

Hors ligne

#67 Le 05/04/2015, à 21:35

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Bougron a écrit :

Si tu as encore un peu de patience, on doit pouvoir accéder depuis une session live à la trace de démarrage  faite à partir de disque dur.
   Tu bootes en live-usb

Ok j'y suis

 

Tu montes le disque dur. Je pense qu'il y a un icône qui le permet.

Ou alors je tape sudo mount /dev/sda   ?

   

Tu te positionnes correctement.  Je pense aux commandes
              cd /media/$USER   afin de voir le 'nom du disque dur'     'en querty    m c'est ,    et $ c'est 4 et a c'est q)
              cd 'nom du disque dur'/var/log
              gedit dmesg    puis copier/coller
            ou  sudo cp dmesg  /home/dmesg.txt

Là je décroche...
Je tape cd /media/$USER   ?
puis   cd 'nom du disque dur'/var/log   ?
puis gedit dmesg   ?

Hors ligne

#68 Le 05/04/2015, à 21:49

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Je pense que le DD est monté, il apparait dans le poste de travail avec ses fichiers
J'ai tapé cd /media/$USER :

ubuntu@ubuntu:~$ cd /media/$USER
ubuntu@ubuntu:/media/ubuntu$

Je vous atends pour la suite...

Hors ligne

#69 Le 06/04/2015, à 00:55

Bougron

Re : [DD en panne] Temps de boot anormalement long

Bonsoir.
Avec moko138, on fait le pari qu'il n'y a qu'un petit morceau de disque qui foire,   On va tenter de le trouver
Donc tu fais
                      cd /media/$USER     (Lorsqu'on met $USER c'est équivalent au nom d'utilisateur C'est très pratique lorsqu'on ne le connaît pas
    ou               cd /media/ubuntu

  pour la suite tu  fais
          ls
Cela va te donner le nom attribué au disque    que j'appelle 'NOM'
puis tu fais
                 cd   'NOM'/var/log
   
                  en remplaçant 'NOM' par ce que tu as vu
puis tu fais
                gedit    dmesg
    ou     sudo gedit dmesg

J'espère ne pas m'être trompé.

Pour Moko138   , On peut  tenter de suivre ce document http://www.vincentliefooghe.net/content … -un-disque

La formule serait alors
On constate que notre numéro de bloc 54678673 est compris entre le début et la fin de la partition /dev/sda6.
Il faut ensuite déterminer la taille d'un bloc :

# tune2fs -l /dev/sda6 | grep Block
Block count:              19531008
Block size:               4096
Blocks per group:         32768

La taille du bloc est de 4096, ce qui est généalement le cas.
Troisième étape : déterminer dans quel bloc se trouve le secteur fautif

La formule est : b = (ent)((L-S)*512/B), avec:

    b = Bloc du File System
    B = Taille du bloc en octets (4096)
    L = LBA du mauvais secteur
    S = Secteur de début de la partition, tel que le donne la commande fdisk -l
    (int) pour prendre la partie entière

Dans notre exemple, L=54678673, S=48830464, et B=4096.
Ainsi le bloc à problème est :

b = (int)(54678673 - 48830464)*512/4096 = (int)5848209*512/4096 = (int)731026,125
donc b=731026.

Après, il faut qu'on s'accorde sur ce qu'on fait.
        A)     casser la partition   /    en  plusieurs  morceaux
                          1)    Petite partition /
                          2)    Espace inutilisé car très abîmé.
                          3)    petite  partition nouvelle
              C'est jouable, Cela va forcer la réinstallation.
     B)    Authentifier le fichier qui est stocké sur l'espace abîmé.
                  Renommer ce fichier en HS
            Il faudra alors qu'on trouve la solution pour y mettre le remplaçant. Si c'est un logiciel, on peut le télécharger sinon il faudra le reconstruire.
           Mettre à zéro le block HS afin de créer le secteur  de réallocation.

Quatrième étape : déterminer le fichier incriminé

On utilise pour cela la commande debugfs :

# debugfs
debugfs 1.42.5 (29-Jul-2012)
debugfs:  open /dev/sda6
debugfs:  testb 731026
Block 731026 marked in use
debugfs:  icheck 731026
Block    Inode number
731026    4327016
debugfs:  ncheck 4327016
Inode    Pathname
4327016    /lucie/.local/share/zeitgeist/activity.sqlite-wal
debugfs:  quit

Le détail des commandes :

    open /dev/sda6 : on utilise cette partition
    testb 731026 : vérification si le bloc est utilisé. Le bloc est marqué comme in use/li>
    icheck 731026 : identification de l'inode contenu dans le bloc
    ncheck 4327016 : identification du fichier correspondant à l'inode

Dans notre cas, c'est un fichier de zeitgeist qui est fautif ; il pourra être écrasé sans trop de soucis.
Cinquième étape : réallocation du bloc

Attention ! La commande suivante permet de remplir le bloc avec des 0, et de réallouer l'espace disque. C'est dans ce cas là qu'on est content de ne pas avoir oublié ses sauvegardes. Commande à manier avec précaution donc :

# dd if=/dev/zero of=/dev/sda6 bs=4096 count=1 seek=731026
# sync

Cette solution me tente plus
        Il  faudra répéter 11 fois..

  a lire aussi http://linuxfr.org/users/zezinho/journa … defectueux

Pour moko138
1) est-ce normal (je n'y ai jamais fait attention) que la live apparaisse en partie en fat 12 ?
Et affiche une taille de "size: 15EiB" ???
                J'ai déjà vu du fat12 même sur des disques durs en EFI pour la partition du constructeur , c'étai bien cette unité

2) Chez moi à cette heure, les LBA_of_first_error apparaissent identiques dans les smartctl du #15 et du #59. Pas chez toi ???

       J'avais complètement zappé leur existence dans le premier post
                      Ils sont effectivement identiques et leur nombre n'a pas bougé! Ce qui fait qu'on peut espérer les passer en 'réallocated'
                Je découvre cette manip   et 11 secteurs déectueux  qui sont réparés, ce n'est pas énorme.

Dernière modification par Bougron (Le 06/04/2015, à 02:12)

Hors ligne

#70 Le 06/04/2015, à 01:40

Bougron

Re : [DD en panne] Temps de boot anormalement long

Préparation de la réparation
On sait déjà de la partition swap n'a pas besoin d'être réparée car on écrit avant de relire
Donc c'est dans la partition  sda1 que cela va se jouer.
Il faut trouver son adresse de démarrage c'est par la commande
   sudo fdisk -l      attention c'est un petit L
Il faut déterminer la taille du bloc par la commande
sudo  tune2fs -l /dev/sda1 | grep Block

On dispose déjà de 3 N° de blocks c'est l'occasion de voir

Après c'est une formule de calcul.
Le formulaire de calcul de blocs défectueux.  => http://dl.free.fr/fi5DE3ERv    à ouvrir avec libreoffice calc par exemple
c'est fait d'après ce que j'ai compris du problème.

Dernière modification par Bougron (Le 06/04/2015, à 14:51)

Hors ligne

#71 Le 06/04/2015, à 08:33

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Bonjour,
Je commence par le #70, ça a l'air plus simple...

ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d84fe

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   617582591   308790272   83  Linux
/dev/sda2       617584638   625141759     3778561    5  Extended
/dev/sda5       617584640   625141759     3778560   82  Linux swap / Solaris
ubuntu@ubuntu:~$ sudo  tune2fs -l /dev/sda1 | grep Block
Block count:              77197568
Block size:               4096
Blocks per group:         32768
ubuntu@ubuntu:~$ 

Est-ce normal que les 3 mots "Blocks" soient écrit en rouge ?

Hors ligne

#72 Le 06/04/2015, à 08:54

Eiracca

Re : [DD en panne] Temps de boot anormalement long

Réponse au #69 de Bougron :

ubuntu@ubuntu:~$ cd /media/ubuntu
ubuntu@ubuntu:/media/ubuntu$ ls
f624bd9a-a0f6-4a33-8469-63f76cca5388
ubuntu@ubuntu:/media/ubuntu$ cd   f624bd9a-a0f6-4a33-8469-63f76cca5388/var/log
ubuntu@ubuntu:/media/ubuntu/f624bd9a-a0f6-4a33-8469-63f76cca5388/var/log$ sudo gedit dmesg

Résultat dans Text Editor :

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-46-generic (buildd@klock) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #79-Ubuntu SMP Tue Mar 10 20:08:14 UTC 2015 (Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a7a1bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7a1c000-0x00000000a7a70fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7a71000-0x00000000a7cb7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cb8000-0x00000000a7cc8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7cc9000-0x00000000a7cdbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cdc000-0x00000000a7cddfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7cde000-0x00000000a7cdefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cdf000-0x00000000a7ce4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7ce5000-0x00000000a7d48fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7d49000-0x00000000a7d8bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7d8c000-0x00000000a7efffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: System manufacturer System Product Name/E35M1-I DELUXE, BIOS 1202 04/13/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x13f000 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 0A7F00000 mask FFFF00000 uncachable
[    0.000000]   2 base 0A8000000 mask FF8000000 uncachable
[    0.000000]   3 base 0B0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000013f000000 aka 5104M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 4GB, type WB
[    0.000000] reg 1, base: 2687MB, range: 1MB, type UC
[    0.000000] reg 2, base: 2688MB, range: 128MB, type UC
[    0.000000] reg 3, base: 2816MB, range: 256MB, type UC
[    0.000000] reg 4, base: 3GB, range: 1GB, type UC
[    0.000000] total RAM covered: 2687M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 2M 	num_reg: 4  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 512MB, type WB
[    0.000000] reg 2, base: 2560MB, range: 128MB, type WB
[    0.000000] reg 3, base: 2687MB, range: 1MB, type UC
[    0.000000] e820: update [mem 0xa7f00000-0xffffffff] usable ==> reserved
[    0.000000] found SMP MP-table at [mem 0x000fcd90-0x000fcd9f] mapped at [c00fcd90]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[    0.000000]  [mem 0x37800000-0x379fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[    0.000000]  [mem 0x34000000-0x377fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x33ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[    0.000000]  [mem 0x37a00000-0x37bfdfff] page 4k
[    0.000000] BRK [0x01b96000, 0x01b96fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35c22000-0x36e08fff]
[    0.000000] ACPI: RSDP 000f0430 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT a7a66068 000054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP a7a6c4d0 0000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20131115/tbfadt-603)
[    0.000000] ACPI: DSDT a7a66150 00637C (v02 ALASKA    A M I 00000000 INTL 20051117)
[    0.000000] ACPI: FACS a7cdff80 000040
[    0.000000] ACPI: APIC a7a6c5c8 000062 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG a7a6c630 00003C (v01 ALASKA    A M I 01072009 MSFT 00010013)
[    0.000000] ACPI: HPET a7a6c670 000038 (v01 ALASKA    A M I 01072009 AMI  00000004)
[    0.000000] ACPI: SSDT a7a6c6a8 0003DE (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT a7a6ca88 0012FA (v02    AMD     ALIB 00000001 MSFT 04000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 4212MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] BRK [0x01b97000, 0x01b97fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x37bfdfff]
[    0.000000]   HighMem  [mem 0x37bfe000-0x3effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xa7a1bfff]
[    0.000000]   node   0: [mem 0xa7d8c000-0xa7efffff]
[    0.000000]   node   0: [mem 0x00001000-0x3effffff]
[    0.000000] On node 0 totalpages: 944940
[    0.000000] free_area_init_node: node 0, pgdat c199d700, node_mem_map f3442020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 1752 pages used for memmap
[    0.000000]   Normal zone: 224254 pages, LIFO batch:31
[    0.000000]   HighMem zone: 8425 pages used for memmap
[    0.000000]   HighMem zone: 716689 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0xa7f00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @f7bcf000 s36160 r0 d21184 u57344
[    0.000000] pcpu-alloc: s36160 r0 d21184 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 943156
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic root=UUID=f624bd9a-a0f6-4a33-8469-63f76cca5388 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 10452984 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00037bfe:0013f000)
[    0.000000] Memory: 3697456K/3779760K available (6548K kernel code, 641K rwdata, 2764K rodata, 876K init, 924K bss, 82304K reserved, 2866756K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc19bb000 - 0xc1a96000   ( 876 kB)
[    0.000000]       .data : 0xc16656b4 - 0xc19ba580   (3411 kB)
[    0.000000]       .text : 0xc1000000 - 0xc16656b4   (6549 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f3008000 soft=f300a000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 1600.062 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.12 BogoMIPS (lpj=6400248)
[    0.000010] pid_max: default: 32768 minimum: 301
[    0.000066] Security Framework initialized
[    0.000093] AppArmor: AppArmor initialized
[    0.000097] Yama: becoming mindful.
[    0.000184] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000189] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000548] Initializing cgroup subsys memory
[    0.000561] Initializing cgroup subsys devices
[    0.000565] Initializing cgroup subsys freezer
[    0.000569] Initializing cgroup subsys blkio
[    0.000572] Initializing cgroup subsys perf_event
[    0.000578] Initializing cgroup subsys hugetlb
[    0.000623] CPU: Physical Processor ID: 0
[    0.000627] CPU: Processor Core ID: 0
[    0.000633] mce: CPU supports 6 MCE banks
[    0.000657] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.000657] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.000657] tlb_flushall_shift: 5
[    0.001387] Freeing SMP alternatives memory: 32K (c1a96000 - c1a9e000)
[    0.003950] ACPI: Core revision 20131115
[    0.010587] ACPI: All ACPI Tables successfully acquired
[    0.032962] ftrace: allocating 27853 entries in 55 pages
[    0.058483] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.058854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.098548] smpboot: CPU0: AMD E-350 Processor (fam: 14, model: 01, stepping: 00)
[    0.203157] Performance Events: AMD PMU driver.
[    0.203167] ... version:                0
[    0.203170] ... bit width:              48
[    0.203173] ... generic registers:      4
[    0.203176] ... value mask:             0000ffffffffffff
[    0.203179] ... max period:             00007fffffffffff
[    0.203181] ... fixed-purpose events:   0
[    0.203184] ... event mask:             000000000000000f
[    0.206496] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.206690] CPU 1 irqstacks, hard=f30ec000 soft=f30ee000
[    0.206694] x86: Booting SMP configuration:
[    0.216671] Initializing CPU#1
[    0.206698] .... node  #0, CPUs:      #1
[    0.219798] x86: Booted up 1 node, 2 CPUs
[    0.219804] smpboot: Total of 2 processors activated (6400.24 BogoMIPS)
[    0.220888] devtmpfs: initialized
[    0.221243] EVM: security.selinux
[    0.221246] EVM: security.SMACK64
[    0.221249] EVM: security.ima
[    0.221251] EVM: security.capability
[    0.221503] PM: Registering ACPI NVS region [mem 0xa7a1c000-0xa7a70fff] (348160 bytes)
[    0.221520] PM: Registering ACPI NVS region [mem 0xa7cb8000-0xa7cc8fff] (69632 bytes)
[    0.221526] PM: Registering ACPI NVS region [mem 0xa7cdc000-0xa7cddfff] (8192 bytes)
[    0.221530] PM: Registering ACPI NVS region [mem 0xa7cdf000-0xa7ce4fff] (24576 bytes)
[    0.221534] PM: Registering ACPI NVS region [mem 0xa7d49000-0xa7d8bfff] (274432 bytes)
[    0.223720] pinctrl core: initialized pinctrl subsystem
[    0.223902] regulator-dummy: no parameters
[    0.223946] RTC time: 17:17:43, date: 04/05/15
[    0.224027] NET: Registered protocol family 16
[    0.224275] EISA bus registered
[    0.224280] cpuidle: using governor ladder
[    0.224283] cpuidle: using governor menu
[    0.224488] ACPI: bus type PCI registered
[    0.224493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.224622] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.224628] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.224631] PCI: Using MMCONFIG for extended config space
[    0.224634] PCI: Using configuration type 1 for base access
[    0.226819] bio: create slab <bio-0> at 0
[    0.227631] ACPI: Added _OSI(Module Device)
[    0.227639] ACPI: Added _OSI(Processor Device)
[    0.227643] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.227646] ACPI: Added _OSI(Processor Aggregator Device)
[    0.231703] ACPI: Executed 3 blocks of module-level executable AML code
[    0.248075] ACPI: Interpreter enabled
[    0.248100] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.248110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.248139] ACPI: (supports S0 S3 S4 S5)
[    0.248143] ACPI: Using IOAPIC for interrupt routing
[    0.248425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.248687] ACPI: No dock devices found.
[    0.379478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.379494] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.379506] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.379897] acpi PNP0A03:00: ignoring host bridge window [mem 0x000c8000-0x000dffff] (conflicts with Video ROM [mem 0x000c0000-0x000ce1ff])
[    0.380248] PCI host bridge to bus 0000:00
[    0.380255] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.380261] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.380265] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.380270] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.380275] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.380291] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
[    0.380464] pci 0000:00:01.0: [1002:9802] type 00 class 0x030000
[    0.380482] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.380494] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.380505] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.380529] pci 0000:00:01.0: reg 0x24: [mem 0xfe700000-0xfe7fffff]
[    0.380576] pci 0000:00:01.0: supports D1 D2
[    0.380706] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
[    0.380722] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.380799] pci 0000:00:01.1: supports D1 D2
[    0.380934] pci 0000:00:04.0: [1022:1512] type 01 class 0x060400
[    0.381017] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.381107] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.381198] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
[    0.381226] pci 0000:00:11.0: reg 0x10: [io  0xf190-0xf197]
[    0.381241] pci 0000:00:11.0: reg 0x14: [io  0xf180-0xf183]
[    0.381256] pci 0000:00:11.0: reg 0x18: [io  0xf170-0xf177]
[    0.381271] pci 0000:00:11.0: reg 0x1c: [io  0xf160-0xf163]
[    0.381286] pci 0000:00:11.0: reg 0x20: [io  0xf150-0xf15f]
[    0.381301] pci 0000:00:11.0: reg 0x24: [mem 0xfeb4f000-0xfeb4f3ff]
[    0.381331] pci 0000:00:11.0: set SATA to AHCI mode
[    0.381507] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.381528] pci 0000:00:12.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.381680] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.381751] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.381778] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.381892] pci 0000:00:12.2: supports D1 D2
[    0.381896] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.381982] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.382054] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.382075] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.382226] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.382300] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.382328] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4b000-0xfeb4b0ff]
[    0.382441] pci 0000:00:13.2: supports D1 D2
[    0.382445] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.382531] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.382601] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.382821] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.382842] pci 0000:00:14.1: reg 0x10: [io  0xf140-0xf147]
[    0.382857] pci 0000:00:14.1: reg 0x14: [io  0xf130-0xf133]
[    0.382871] pci 0000:00:14.1: reg 0x18: [io  0xf120-0xf127]
[    0.382886] pci 0000:00:14.1: reg 0x1c: [io  0xf110-0xf113]
[    0.382901] pci 0000:00:14.1: reg 0x20: [io  0xf100-0xf10f]
[    0.383058] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.383090] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.383190] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.383274] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.383334] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.383546] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.383668] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.383726] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.383747] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4a000-0xfeb4afff]
[    0.383898] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.383968] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.384077] pci 0000:00:15.0: supports D1 D2
[    0.384168] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.384236] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.384345] pci 0000:00:15.1: supports D1 D2
[    0.384438] pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.384503] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.384611] pci 0000:00:15.2: supports D1 D2
[    0.384701] pci 0000:00:15.2: System wakeup disabled by ACPI
[    0.384769] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.384877] pci 0000:00:15.3: supports D1 D2
[    0.384967] pci 0000:00:15.3: System wakeup disabled by ACPI
[    0.385037] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.385058] pci 0000:00:16.0: reg 0x10: [mem 0xfeb49000-0xfeb49fff]
[    0.385208] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.385276] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.385304] pci 0000:00:16.2: reg 0x10: [mem 0xfeb48000-0xfeb480ff]
[    0.385417] pci 0000:00:16.2: supports D1 D2
[    0.385421] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.385507] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.385580] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
[    0.385731] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
[    0.385880] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
[    0.386027] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
[    0.386189] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
[    0.386335] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
[    0.386483] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
[    0.386629] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
[    0.386863] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.386984] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.386998] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.387003] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.387008] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.387012] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.387140] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[    0.387175] pci 0000:03:00.0: reg 0x10: [mem 0xfea00000-0xfea0ffff 64bit]
[    0.387320] pci 0000:03:00.0: supports D1
[    0.387325] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.395378] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.395407] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.395618] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.395650] pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.395692] pci 0000:04:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.395719] pci 0000:04:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.395828] pci 0000:04:00.0: supports D1 D2
[    0.395833] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.395895] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.403381] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.403405] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.403420] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.403591] pci 0000:05:00.0: [1033:0194] type 00 class 0x0c0330
[    0.403631] pci 0000:05:00.0: reg 0x10: [mem 0xfe900000-0xfe901fff 64bit]
[    0.403786] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.411380] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.411408] pci 0000:00:15.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.411585] pci 0000:06:00.0: [1033:0194] type 00 class 0x0c0330
[    0.411624] pci 0000:06:00.0: reg 0x10: [mem 0xfe800000-0xfe801fff 64bit]
[    0.411782] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.419379] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.419407] pci 0000:00:15.3:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.419473] pci_bus 0000:00: on NUMA node 0
[    0.467621] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.467764] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.467899] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.468032] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[    0.468143] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.468233] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.468324] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.468414] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.468728] ACPI: \_SB_.PCI0: notify handler is installed
[    0.468832] Found 1 acpi root devices
[    0.469251] vgaarb: setting as boot device: PCI:0000:00:01.0
[    0.469261] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.469276] vgaarb: loaded
[    0.469279] vgaarb: bridge control possible 0000:00:01.0
[    0.469711] SCSI subsystem initialized
[    0.469898] libata version 3.00 loaded.
[    0.469962] ACPI: bus type USB registered
[    0.470012] usbcore: registered new interface driver usbfs
[    0.470030] usbcore: registered new interface driver hub
[    0.470303] usbcore: registered new device driver usb
[    0.470736] PCI: Using ACPI for IRQ routing
[    0.481714] PCI: pci_cache_line_size set to 64 bytes
[    0.481840] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.481846] e820: reserve RAM buffer [mem 0xa7a1c000-0xa7ffffff]
[    0.481851] e820: reserve RAM buffer [mem 0xa7f00000-0xa7ffffff]
[    0.481855] e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
[    0.482049] NetLabel: Initializing
[    0.482053] NetLabel:  domain hash size = 128
[    0.482055] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.482080] NetLabel:  unlabeled traffic allowed by default
[    0.482422] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.482435] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.484571] Switched to clocksource hpet
[    0.495390] AppArmor: AppArmor Filesystem Enabled
[    0.495464] pnp: PnP ACPI init
[    0.495495] ACPI: bus type PNP registered
[    0.495765] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.495775] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.496311] system 00:01: [io  0x040b] has been reserved
[    0.496317] system 00:01: [io  0x04d6] has been reserved
[    0.496322] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.496327] system 00:01: [io  0x0c14] has been reserved
[    0.496332] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.496337] system 00:01: [io  0x0c52] has been reserved
[    0.496342] system 00:01: [io  0x0c6c] has been reserved
[    0.496346] system 00:01: [io  0x0c6f] has been reserved
[    0.496351] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.496356] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.496361] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.496366] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.496370] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.496376] system 00:01: [io  0x0800-0x089f] could not be reserved
[    0.496381] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.496385] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.496390] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.496395] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.496401] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.496407] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.496412] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.496418] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.496426] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.496432] system 00:01: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.496437] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[    0.496443] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496756] system 00:02: [io  0x0300-0x031f] has been reserved
[    0.496761] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.496766] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.496772] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496798] pnp 00:03: [dma 4]
[    0.496836] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.496907] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.496955] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.497074] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.497081] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.497138] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.497219] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.497695] pnp 00:09: [dma 0 disabled]
[    0.497807] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.677139] system 00:0a: [mem 0xa8000000-0xbfffffff] has been reserved
[    0.677154] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.677442] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.677456] pnp: PnP ACPI: found 12 devices
[    0.677459] ACPI: bus type PNP unregistered
[    0.677466] PnPBIOS: Disabled by ACPI PNP
[    0.720435] pci 0000:00:04.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.720448] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.720455] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.720509] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.720514] pci 0000:00:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.720520] pci 0000:00:04.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.720531] pci 0000:00:04.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
[    0.720537] pci 0000:00:04.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.720546] pci 0000:00:04.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.720552] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.720568] pci 0000:00:04.0:   bridge window [io  0x1000-0x1fff]
[    0.720576] pci 0000:00:04.0:   bridge window [mem 0xd0100000-0xd02fffff]
[    0.720582] pci 0000:00:04.0:   bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.720591] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.720609] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.720617] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.720629] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.720635] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.720646] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.720656] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.720664] pci 0000:00:15.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.720676] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.720684] pci 0000:00:15.3:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.720698] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.720703] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.720707] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.720711] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff]
[    0.720716] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.720720] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd02fffff]
[    0.720725] pci_bus 0000:01: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.720730] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7]
[    0.720734] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff]
[    0.720738] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
[    0.720742] pci_bus 0000:02: resource 7 [mem 0xc0000000-0xffffffff]
[    0.720747] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.720751] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.720756] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.720760] pci_bus 0000:05: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.720765] pci_bus 0000:06: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.720834] NET: Registered protocol family 2
[    0.721201] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.721232] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.721275] TCP: Hash tables configured (established 8192 bind 8192)
[    0.721339] TCP: reno registered
[    0.721346] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.721358] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.721462] NET: Registered protocol family 1
[    0.721489] pci 0000:00:01.0: Video device with shadowed ROM
[    1.769626] PCI: CLS 64 bytes, default 64
[    1.769737] Trying to unpack rootfs image as initramfs...
[    2.421792] Freeing initrd memory: 18332K (f5c22000 - f6e09000)
[    2.422074] LVT offset 0 assigned for vector 0x400
[    2.422152] perf: AMD IBS detected (0x000000ff)
[    2.422260] microcode: CPU0: patch_level=0x05000026
[    2.422313] microcode: CPU1: patch_level=0x05000026
[    2.422588] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.422598] Scanning for low memory corruption every 60 seconds
[    2.423172] Initialise system trusted keyring
[    2.423275] audit: initializing netlink socket (disabled)
[    2.423299] type=2000 audit(1428254264.288:1): initialized
[    2.466585] bounce pool size: 64 pages
[    2.466621] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.469778] zbud: loaded
[    2.470205] VFS: Disk quotas dquot_6.5.2
[    2.470319] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.471520] fuse init (API version 7.22)
[    2.471883] msgmni has been set to 1658
[    2.472038] Key type big_key registered
[    2.473950] Key type asymmetric registered
[    2.473961] Asymmetric key parser 'x509' registered
[    2.474064] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.474166] io scheduler noop registered
[    2.474170] io scheduler deadline registered (default)
[    2.474230] io scheduler cfq registered
[    2.475100] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.475136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.475226] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    2.475230] vesafb: scrolling: redraw
[    2.475235] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    2.475932] vesafb: framebuffer at 0xc0000000, mapped to 0xf8480000, using 5824k, total 5824k
[    2.597965] Console: switching to colour frame buffer device 175x65
[    2.718631] fb0: VESA VGA frame buffer device
[    2.718685] ipmi message handler version 39.2
[    2.718841] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    2.718851] ACPI: Power Button [PWRB]
[    2.718930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.718934] ACPI: Power Button [PWRF]
[    2.719030] ACPI: acpi_idle registered with cpuidle
[    2.719438] GHES: HEST is not enabled!
[    2.719612] isapnp: Scanning for PnP cards...
[    2.719721] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.740308] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.742782] Linux agpgart interface v0.103
[    2.745616] brd: module loaded
[    2.747068] loop: module loaded
[    2.747889] libphy: Fixed MDIO Bus: probed
[    2.748076] tun: Universal TUN/TAP device driver, 1.6
[    2.748079] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.748153] PPP generic driver version 2.4.2
[    2.748227] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.748235] ehci-pci: EHCI PCI platform driver
[    2.748422] QUIRK: Enable AMD PLL fix
[    2.748506] ehci-pci 0000:00:12.2: EHCI Host Controller
[    2.748528] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    2.748539] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.748556] ehci-pci 0000:00:12.2: debug port 1
[    2.748635] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4d000
[    2.760595] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    2.760741] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.760746] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.760751] usb usb1: Product: EHCI Host Controller
[    2.760755] usb usb1: Manufacturer: Linux 3.13.0-46-generic ehci_hcd
[    2.760759] usb usb1: SerialNumber: 0000:00:12.2
[    2.761021] hub 1-0:1.0: USB hub found
[    2.761039] hub 1-0:1.0: 5 ports detected
[    2.761631] ehci-pci 0000:00:13.2: EHCI Host Controller
[    2.761643] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    2.761652] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.761668] ehci-pci 0000:00:13.2: debug port 1
[    2.761724] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4b000
[    2.772595] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    2.772742] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.772748] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.772753] usb usb2: Product: EHCI Host Controller
[    2.772757] usb usb2: Manufacturer: Linux 3.13.0-46-generic ehci_hcd
[    2.772761] usb usb2: SerialNumber: 0000:00:13.2
[    2.773016] hub 2-0:1.0: USB hub found
[    2.773033] hub 2-0:1.0: 5 ports detected
[    2.773632] ehci-pci 0000:00:16.2: EHCI Host Controller
[    2.773644] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[    2.773653] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.773670] ehci-pci 0000:00:16.2: debug port 1
[    2.773733] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb48000
[    2.784584] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    2.784737] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.784742] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.784747] usb usb3: Product: EHCI Host Controller
[    2.784751] usb usb3: Manufacturer: Linux 3.13.0-46-generic ehci_hcd
[    2.784755] usb usb3: SerialNumber: 0000:00:16.2
[    2.785014] hub 3-0:1.0: USB hub found
[    2.785031] hub 3-0:1.0: 4 ports detected
[    2.785412] ehci-platform: EHCI generic platform driver
[    2.785434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.785437] ohci-pci: OHCI PCI platform driver
[    2.785634] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    2.785646] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[    2.785695] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb4e000
[    2.844661] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.844671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.844675] usb usb4: Product: OHCI PCI host controller
[    2.844680] usb usb4: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    2.844684] usb usb4: SerialNumber: 0000:00:12.0
[    2.844955] hub 4-0:1.0: USB hub found
[    2.844974] hub 4-0:1.0: 5 ports detected
[    2.845540] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    2.845552] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    2.845585] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4c000
[    2.904660] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.904670] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.904675] usb usb5: Product: OHCI PCI host controller
[    2.904679] usb usb5: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    2.904683] usb usb5: SerialNumber: 0000:00:13.0
[    2.904954] hub 5-0:1.0: USB hub found
[    2.904973] hub 5-0:1.0: 5 ports detected
[    2.905545] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    2.905558] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[    2.905590] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4a000
[    2.964763] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.964773] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.964778] usb usb6: Product: OHCI PCI host controller
[    2.964782] usb usb6: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    2.964786] usb usb6: SerialNumber: 0000:00:14.5
[    2.965030] hub 6-0:1.0: USB hub found
[    2.965048] hub 6-0:1.0: 2 ports detected
[    2.965403] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    2.965415] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[    2.965445] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb49000
[    3.024664] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    3.024673] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.024678] usb usb7: Product: OHCI PCI host controller
[    3.024683] usb usb7: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    3.024687] usb usb7: SerialNumber: 0000:00:16.0
[    3.024961] hub 7-0:1.0: USB hub found
[    3.024979] hub 7-0:1.0: 4 ports detected
[    3.025341] ohci-platform: OHCI generic platform driver
[    3.025365] uhci_hcd: USB Universal Host Controller Interface driver
[    3.025554] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    3.025566] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 8
[    3.025785] xhci_hcd 0000:05:00.0: irq 40 for MSI/MSI-X
[    3.025799] xhci_hcd 0000:05:00.0: irq 41 for MSI/MSI-X
[    3.025814] xhci_hcd 0000:05:00.0: irq 42 for MSI/MSI-X
[    3.025974] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    3.025979] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.025983] usb usb8: Product: xHCI Host Controller
[    3.025987] usb usb8: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.025990] usb usb8: SerialNumber: 0000:05:00.0
[    3.026164] hub 8-0:1.0: USB hub found
[    3.026181] hub 8-0:1.0: 2 ports detected
[    3.026335] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    3.026343] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 9
[    3.029141] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[    3.029146] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.029150] usb usb9: Product: xHCI Host Controller
[    3.029153] usb usb9: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.029157] usb usb9: SerialNumber: 0000:05:00.0
[    3.029326] hub 9-0:1.0: USB hub found
[    3.029353] hub 9-0:1.0: 2 ports detected
[    3.030428] isapnp: No Plug & Play device found
[    3.048961] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    3.048981] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 10
[    3.049214] xhci_hcd 0000:06:00.0: irq 43 for MSI/MSI-X
[    3.049229] xhci_hcd 0000:06:00.0: irq 44 for MSI/MSI-X
[    3.049243] xhci_hcd 0000:06:00.0: irq 45 for MSI/MSI-X
[    3.049440] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002
[    3.049446] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.049450] usb usb10: Product: xHCI Host Controller
[    3.049454] usb usb10: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.049458] usb usb10: SerialNumber: 0000:06:00.0
[    3.049905] hub 10-0:1.0: USB hub found
[    3.049934] hub 10-0:1.0: 2 ports detected
[    3.050099] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    3.050108] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 11
[    3.052565] usb usb11: New USB device found, idVendor=1d6b, idProduct=0003
[    3.052570] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.052574] usb usb11: Product: xHCI Host Controller
[    3.052579] usb usb11: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.052583] usb usb11: SerialNumber: 0000:06:00.0
[    3.052996] hub 11-0:1.0: USB hub found
[    3.053025] hub 11-0:1.0: 2 ports detected
[    3.092968] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    3.093464] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.093477] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.094078] mousedev: PS/2 mouse device common for all mice
[    3.094986] rtc_cmos 00:04: RTC can wake from S4
[    3.095369] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    3.095415] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.095587] device-mapper: uevent: version 1.0.3
[    3.095870] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    3.095936] platform eisa.0: Probing EISA bus 0
[    3.095943] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    3.095948] platform eisa.0: Cannot allocate resource for EISA slot 1
[    3.095952] platform eisa.0: Cannot allocate resource for EISA slot 2
[    3.095957] platform eisa.0: Cannot allocate resource for EISA slot 3
[    3.095961] platform eisa.0: Cannot allocate resource for EISA slot 4
[    3.095965] platform eisa.0: Cannot allocate resource for EISA slot 5
[    3.095969] platform eisa.0: Cannot allocate resource for EISA slot 6
[    3.095973] platform eisa.0: Cannot allocate resource for EISA slot 7
[    3.095977] platform eisa.0: Cannot allocate resource for EISA slot 8
[    3.095981] platform eisa.0: EISA: Detected 0 cards
[    3.095996] cpufreq-nforce2: No nForce2 chipset.
[    3.096003] ledtrig-cpu: registered to indicate activity on CPUs
[    3.096280] TCP: cubic registered
[    3.096505] NET: Registered protocol family 10
[    3.096847] NET: Registered protocol family 17
[    3.096866] Key type dns_resolver registered
[    3.097347] Using IPI No-Shortcut mode
[    3.098131] Loading compiled-in X.509 certificates
[    3.104305] Loaded X.509 cert 'Magrathea: Glacier signing key: 6b0c44f370561e180c946f75fe6df227335d49d4'
[    3.104333] registered taskstats version 1
[    3.110400] Key type trusted registered
[    3.121644] Key type encrypted registered
[    3.121659] AppArmor: AppArmor sha1 policy hashing enabled
[    3.121664] IMA: No TPM chip found, activating TPM-bypass!
[    3.122256] regulator-dummy: disabling
[    3.122549]   Magic number: 11:883:288
[    3.122631] tty tty21: hash matches
[    3.122765] rtc_cmos 00:04: setting system clock to 2015-04-05 17:17:45 UTC (1428254265)
[    3.123057] acpi-cpufreq: overriding BIOS provided _PSD data
[    3.123190] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.123194] EDD information not available.
[    3.123301] PM: Hibernation image not present or could not be loaded.
[    3.124024] Freeing unused kernel memory: 876K (c19bb000 - c1a96000)
[    3.124117] Write protecting the kernel text: 6552k
[    3.124256] Write protecting the kernel read-only data: 2768k
[    3.124259] NX-protecting the kernel data: 5736k
[    3.158776] systemd-udevd[96]: starting version 204
[    3.225401] ahci 0000:00:11.0: version 3.0
[    3.225729] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    3.225736] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    3.227020] scsi0 : ahci
[    3.227181] scsi1 : ahci
[    3.227304] scsi2 : ahci
[    3.227427] scsi3 : ahci
[    3.227529] ata1: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f100 irq 19
[    3.227535] ata2: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f180 irq 19
[    3.227540] ata3: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f200 irq 19
[    3.227544] ata4: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f280 irq 19
[    3.244538] scsi4 : pata_atiixp
[    3.250382] scsi5 : pata_atiixp
[    3.250505] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[    3.250510] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[    3.264873] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.264898] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.265203] r8169 0000:04:00.0: irq 46 for MSI/MSI-X
[    3.265523] r8169 0000:04:00.0 eth0: RTL8168e/8111e at 0xf843a000, f4:6d:04:6d:e7:e9, XID 0c200000 IRQ 46
[    3.265529] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    3.420483] tsc: Refined TSC clocksource calibration: 1599.933 MHz
[    3.544745] ata4: SATA link down (SStatus 0 SControl 300)
[    3.544824] ata2: SATA link down (SStatus 0 SControl 300)
[    3.716728] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.716779] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.717625] ata3.00: ATAPI: TSSTcorp CDDVDW SN-S083F, SB01, max UDMA/100
[    3.719174] ata1.00: ATA-8: WDC WD3200BEVT-00A0RT0, 01.01A01, max UDMA/133
[    3.719192] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.721465] ata1.00: configured for UDMA/133
[    3.722041] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-0 01.0 PQ: 0 ANSI: 5
[    3.722585] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    3.722593] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.722824] sd 0:0:0:0: [sda] Write Protect is off
[    3.722836] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.722871] ata3.00: configured for UDMA/100
[    3.722917] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.728675] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SN-S083F  SB01 PQ: 0 ANSI: 5
[    3.728700] usb 5-5: new low-speed USB device number 2 using ohci-pci
[    3.737936] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.737947] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.738232] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    3.738356] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    3.789125]  sda: sda1 sda2 < sda5 >
[    3.790467] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.898817] usb 5-5: New USB device found, idVendor=045e, idProduct=00d2
[    3.898827] usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.898832] usb 5-5: Product: Microsoft Notebook Optical Mouse with Tilt Wheel
[    3.898836] usb 5-5: Manufacturer: Microsoft
[    3.918358] hidraw: raw HID events driver (C) Jiri Kosina
[    3.937416] usbcore: registered new interface driver usbhid
[    3.937423] usbhid: USB HID core driver
[    3.946004] input: Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel as /devices/pci0000:00/0000:00:13.0/usb5/5-5/5-5:1.0/input/input5
[    3.946232] hid-generic 0003:045E:00D2.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel] on usb-0000:00:13.0-5/input0
[    4.164568] usb 7-3: new full-speed USB device number 2 using ohci-pci
[    4.325700] usb 7-3: New USB device found, idVendor=0cf3, idProduct=3000
[    4.325710] usb 7-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.329125] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[    4.329141] EXT4-fs (sda1): write access will be enabled during recovery
[    4.420790] Switched to clocksource tsc
[    4.592694] usb 4-4: new low-speed USB device number 2 using ohci-pci
[    4.766935] usb 4-4: New USB device found, idVendor=0a81, idProduct=0101
[    4.766945] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.766950] usb 4-4: Product: USB Keyboard
[    4.766954] usb 4-4: Manufacturer: CHESEN
[    4.776697] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.0/input/input6
[    4.776886] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:12.0-4/input0
[    4.787124] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.1/input/input7
[    4.787337] hid-generic 0003:0A81:0101.0003: input,hidraw2: USB HID v1.10 Device [CHESEN USB Keyboard] on usb-0000:00:12.0-4/input1
[    6.865933] EXT4-fs warning (device sda1): ext4_clear_journal_err:4602: Filesystem error recorded from previous mount: IO failure
[    6.865942] EXT4-fs warning (device sda1): ext4_clear_journal_err:4603: Marking fs in need of filesystem check.
[    6.875939] EXT4-fs (sda1): recovery complete
[    7.484340] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    7.856288] random: nonblocking pool is initialized
[   21.949691] Adding 3778556k swap on /dev/sda5.  Priority:-1 extents:1 across:3778556k FS
[   29.452666] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   31.908297] systemd-udevd[274]: starting version 204
[   37.618105] lp: driver loaded but no devices found
[   37.648014] wmi: Mapper loaded
[   37.658776] ppdev: user-space parallel port driver
[   37.681769] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   37.997884] Bluetooth: Core ver 2.17
[   37.997930] NET: Registered protocol family 31
[   37.997933] Bluetooth: HCI device and connection manager initialized
[   37.997948] Bluetooth: HCI socket layer initialized
[   37.997954] Bluetooth: L2CAP socket layer initialized
[   37.997964] Bluetooth: SCO socket layer initialized
[   38.122662] kvm: Nested Virtualization enabled
[   38.122674] kvm: Nested Paging enabled
[   41.817535] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   41.817642] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   47.142832] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   47.143132] sp5100_tco: PCI Revision ID: 0x42
[   47.143187] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   47.143201] sp5100_tco: Last reboot was not triggered by watchdog.
[   47.143350] sp5100_tco: initialized (0xf8456b00). heartbeat=60 sec (nowayout=0)
[   47.734695] type=1400 audit(1428254310.112:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=330 comm="apparmor_parser"
[   47.734714] type=1400 audit(1428254310.112:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=330 comm="apparmor_parser"
[   47.734724] type=1400 audit(1428254310.112:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=330 comm="apparmor_parser"
[   47.735660] type=1400 audit(1428254310.112:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=330 comm="apparmor_parser"
[   47.735673] type=1400 audit(1428254310.112:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=330 comm="apparmor_parser"
[   47.736155] type=1400 audit(1428254310.112:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=330 comm="apparmor_parser"
[   52.281876] [drm] Initialized drm 1.1.0 20060810
[   57.347741] cfg80211: Calling CRDA to update world regulatory domain
[   58.368114] hda-intel 0000:00:01.1: Using LPIB position fix
[   58.368193] snd_hda_intel 0000:00:01.1: irq 47 for MSI/MSI-X
[   58.371161] hda-intel 0000:00:01.1: Enable sync_write for stable communication
[   58.540229] usb 7-3: USB disconnect, device number 2
[   58.540593] usbcore: registered new interface driver ath3k
[   59.974449] usb 7-3: new full-speed USB device number 3 using ohci-pci
[   60.135445] usb 7-3: New USB device found, idVendor=0cf3, idProduct=3005
[   60.135455] usb 7-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   62.644023] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
[   62.644570] hda-intel 0000:00:14.2: Using LPIB position fix
[   62.648310] hda-intel 0000:00:14.2: Enable sync_write for stable communication
[   65.234534] SKU: Nid=0x1d sku_cfg=0x4004c601
[   65.234546] SKU: port_connectivity=0x1
[   65.234549] SKU: enable_pcbeep=0x0
[   65.234551] SKU: check_sum=0x00000004
[   65.234554] SKU: customization=0x000000c6
[   65.234557] SKU: external_amp=0x0
[   65.234559] SKU: platform_type=0x0
[   65.234561] SKU: swap=0x0
[   65.234564] SKU: override=0x1
[   65.234865] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   65.234868]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   65.234872]    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   65.234878]    mono: mono_out=0x0
[   65.234881]    dig-out=0x11/0x1e
[   65.234883]    inputs:
[   65.234888]      Front Mic=0x19
[   65.234891]      Rear Mic=0x18
[   65.234894]      Line=0x1a
[   65.234897] realtek: No valid SSID, checking pincfg 0x4004c601 for NID 0x1d
[   65.234901] realtek: Enabling init ASM_ID=0xc601 CODEC_ID=10ec0892
[   65.247055] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
[   65.247238] input: HDA ATI SB Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[   65.247356] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[   65.247488] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[   65.247612] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[   66.045527] asus_wmi: ASUS WMI generic driver loaded
[   66.054361] asus_wmi: Initialization: 0x0
[   66.054419] asus_wmi: BIOS WMI version: 0.9
[   66.054522] asus_wmi: SFUN value: 0x0
[   66.055734] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input14
[   66.058697] asus_wmi: Disabling ACPI video driver
[   67.907672] [drm] radeon kernel modesetting enabled.
[   67.907748] checking generic (c0000000 5b0000) vs hw (c0000000 10000000)
[   67.907752] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[   67.907835] Console: switching to colour dummy device 80x25
[   67.908701] [drm] initializing kernel modesetting (PALM 0x1002:0x9802 0x1043:0x84A5).
[   67.908764] [drm] register mmio base: 0xFEB00000
[   67.908767] [drm] register mmio size: 262144
[   67.908906] ATOM BIOS: Ontario
[   67.908981] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
[   67.908987] radeon 0000:00:01.0: GTT: 1024M 0x0000000018000000 - 0x0000000057FFFFFF
[   67.908991] [drm] Detected VRAM RAM=384M, BAR=256M
[   67.908995] [drm] RAM width 32bits DDR
[   67.909297] [TTM] Zone  kernel: Available graphics memory: 424970 kiB
[   67.909306] [TTM] Zone highmem: Available graphics memory: 1858348 kiB
[   67.909309] [TTM] Initializing pool allocator
[   67.909320] [TTM] Initializing DMA pool allocator
[   67.909372] [drm] radeon: 384M of VRAM memory ready
[   67.909375] [drm] radeon: 1024M of GTT memory ready.
[   67.909401] [drm] Loading PALM Microcode
[   69.185872] systemd-udevd[298]: timeout 'udisks-part-id /dev/loop2'
[   70.187022] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   71.188290] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   72.189627] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   73.190846] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   73.482272] systemd-udevd[298]: 'udisks-part-id /dev/loop2' [329] terminated by signal 9 (Killed)
[   76.124510] usbcore: registered new interface driver btusb
[   76.150615] ath: phy0: Enable LNA combining
[   76.165446] ath: EEPROM regdomain: 0x60
[   76.165455] ath: EEPROM indicates we should expect a direct regpair map
[   76.165461] ath: Country alpha2 being used: 00
[   76.165464] ath: Regpair used: 0x60
[   79.187250] radeon 0000:00:01.0: firmware, attempted to load /lib/firmware/radeon/PALM_me.bin, but failed with error -4
[   79.187261] radeon 0000:00:01.0: Direct firmware load failed with error -4
[   79.187265] radeon 0000:00:01.0: Falling back to user helper
[   79.188087] ieee80211 phy0: Failed to initialize wep: -2
[   79.188137] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   79.193009] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf84a0000, irq=16
[   85.773278] radeon 0000:00:01.0: firmware, attempted to load /lib/firmware/radeon/SUMO_rlc.bin, but failed with error -4
[   85.773289] radeon 0000:00:01.0: Direct firmware load failed with error -4
[   85.773293] radeon 0000:00:01.0: Falling back to user helper
[   91.644201] radeon 0000:00:01.0: firmware, attempted to load /lib/firmware/radeon/SUMO_uvd.bin, but failed with error -4
[   91.644211] radeon 0000:00:01.0: Direct firmware load failed with error -4
[   91.644215] radeon 0000:00:01.0: Falling back to user helper
[   93.532151] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   93.567347] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[   93.567559] radeon 0000:00:01.0: WB enabled
[   93.567567] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xeea4ec00
[   93.567573] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0xeea4ec0c
[   93.569305] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xf86b2118
[   93.569311] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   93.569313] [drm] Driver supports precise vblank timestamp query.
[   93.569318] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[   93.569359] radeon 0000:00:01.0: irq 48 for MSI/MSI-X
[   93.569384] radeon 0000:00:01.0: radeon: using MSI.
[   93.569427] [drm] radeon: irq initialized.
[   93.585985] [drm] ring test on 0 succeeded in 1 usecs
[   93.585997] [drm] ring test on 3 succeeded in 3 usecs
[   93.641620] [drm] ring test on 5 succeeded in 1 usecs
[   93.661482] [drm] UVD initialized successfully.
[   93.661691] [drm] Enabling audio 0 support
[   93.661734] [drm] ib test on ring 0 succeeded in 0 usecs
[   93.661771] [drm] ib test on ring 3 succeeded in 0 usecs
[   93.661802] HDMI ATI/AMD: no speaker allocation for ELD
[   93.682386] [drm] ib test on ring 5 succeeded
[   93.710923] [drm] Radeon Display Connectors
[   93.710931] [drm] Connector 0:
[   93.710934] [drm]   HDMI-A-1
[   93.710937] [drm]   HPD1
[   93.710942] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   93.710944] [drm]   Encoders:
[   93.710947] [drm]     DFP1: INTERNAL_UNIPHY
[   93.710950] [drm] Connector 1:
[   93.710953] [drm]   DVI-D-1
[   93.710955] [drm]   HPD2
[   93.710959] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   93.710961] [drm]   Encoders:
[   93.710964] [drm]     DFP2: INTERNAL_UNIPHY
[   93.710966] [drm] Connector 2:
[   93.710968] [drm]   VGA-1
[   93.710972] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   93.710974] [drm]   Encoders:
[   93.710977] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   93.711044] [drm] Internal thermal controller without fan control
[   93.711113] [drm] Found smc ucode version: 0x00010200
[   93.711262] [drm] radeon: dpm initialized
[   93.785308] [drm] fb mappable at 0xC0477000
[   93.785312] [drm] vram apper at 0xC0000000
[   93.785314] [drm] size 8294400
[   93.785317] [drm] fb depth is 24
[   93.785319] [drm]    pitch is 7680
[   93.785649] fbcon: radeondrmfb (fb0) is primary device
[   93.825256] Console: switching to colour frame buffer device 240x67
[   93.840737] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   93.840742] radeon 0000:00:01.0: registered panic notifier
[   93.840769] [drm] Initialized radeon 2.36.0 20080528 for 0000:00:01.0 on minor 0
[   93.960836] HDMI ATI/AMD: no speaker allocation for ELD
[   94.260943] HDMI ATI/AMD: no speaker allocation for ELD
[   94.560931] HDMI ATI/AMD: no speaker allocation for ELD
[   94.860917] HDMI ATI/AMD: no speaker allocation for ELD
[   95.160904] HDMI ATI/AMD: no speaker allocation for ELD
[   95.460890] HDMI ATI/AMD: no speaker allocation for ELD
[   95.760878] HDMI ATI/AMD: no speaker allocation for ELD
[   95.945600] cfg80211: World regulatory domain updated:
[   95.945611] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   95.945616] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   95.945621] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   95.945624] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   95.945628] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   95.945632] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   96.060875] HDMI ATI/AMD: no speaker allocation for ELD
[  104.528595] systemd-udevd[305]: timeout: killing '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 0' [482]
[  104.529247] systemd-udevd[305]: '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 0' [482] terminated by signal 9 (Killed)
[  107.175921] systemd-udevd[306]: timeout: killing '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 1' [485]
[  181.340096] EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
[  181.340456] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[  190.328463] init: failsafe main process (622) killed by TERM signal
[  202.384339] type=1400 audit(1428254464.768:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=748 comm="apparmor_parser"
[  202.384361] type=1400 audit(1428254464.768:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=748 comm="apparmor_parser"
[  202.384372] type=1400 audit(1428254464.768:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=748 comm="apparmor_parser"
[  202.385284] type=1400 audit(1428254464.768:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=748 comm="apparmor_parser"
[  202.385295] type=1400 audit(1428254464.768:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=748 comm="apparmor_parser"
[  202.385768] type=1400 audit(1428254464.768:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=748 comm="apparmor_parser"
[  202.388768] type=1400 audit(1428254464.772:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=747 comm="apparmor_parser"
[  202.388788] type=1400 audit(1428254464.772:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=747 comm="apparmor_parser"
[  202.389441] type=1400 audit(1428254464.772:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="chromium" pid=747 comm="apparmor_parser"
[  202.398980] type=1400 audit(1428254464.780:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=751 comm="apparmor_parser"
[  204.405725] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  204.405737] Bluetooth: BNEP filters: protocol multicast
[  204.405756] Bluetooth: BNEP socket layer initialized
[  204.433222] Bluetooth: RFCOMM TTY layer initialized
[  204.433250] Bluetooth: RFCOMM socket layer initialized
[  204.433264] Bluetooth: RFCOMM ver 1.11
[  232.160119] init: cups main process (789) killed by HUP signal
[  232.160157] init: cups main process ended, respawning
[  237.130809] audit_printk_skb: 132 callbacks suppressed
[  237.130819] type=1400 audit(1428254499.516:62): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=976 comm="apparmor_parser"
[  237.158029] init: gdm main process (963) killed by TERM signal

Est-il besoin de préciser que je suis en session live...

Par contre est-ce que après ça, il faut que je tape cd pour revenir à l'état initial ?

Hors ligne

#73 Le 06/04/2015, à 09:58

Bougron

Re : [DD en panne] Temps de boot anormalement long

Eiracca a écrit :

Bonjour,
Je commence par le #70, ça a l'air plus simple...

ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d84fe

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   617582591   308790272   83  Linux
/dev/sda2       617584638   625141759     3778561    5  Extended
/dev/sda5       617584640   625141759     3778560   82  Linux swap / Solaris
ubuntu@ubuntu:~$ sudo  tune2fs -l /dev/sda1 | grep Block
Block count:              77197568
Block size:               4096
Blocks per group:         32768
ubuntu@ubuntu:~$ 

Est-ce normal que les 3 mots "Blocks" soient écrit en rouge ?

C'est aussi en rouge pour mon  cas.

Je vais faire parvenir la formule => Le formulaire de calcul de blocs défectueux.  => http://dl.free.fr/fi5DE3ERv    à ouvrir avec libreoffice calc par exemple
c'est fait d'après ce que j'ai compris du problème.

Les résultats sont 1514168     1514172       1514174

Avec cela il faut identifier les fichiers.

faire les  commandes en gras
sudo debugfs
            debugfs 1.42.5 (29-Jul-2012)
debugfs: open /dev/sda1
debugfs:  testb 1514168
              Block 1514168 marked in use
debugfs:  icheck 1514168
Block    Inode number
1514168   123456789

debugfs: ncheck 123456789     avec 123456789 qui est la valeur trouvée
Inode    Pathname
123456789   /xxxxx/yyyyy/

continue avec
debugfs:  testb 1514172 
   etc....   puis
debugfs:  testb 1514174   
    etc
Il y a toutes les chances que cela soit le même fichier

puis finir par
debugfs: quit

Dernière modification par Bougron (Le 06/04/2015, à 14:53)

Hors ligne

#74 Le 06/04/2015, à 10:14

Bougron

Re : [DD en panne] Temps de boot anormalement long

Eiracca a écrit :

Réponse au #69 de Bougron :

ubuntu@ubuntu:~$ cd /media/ubuntu
ubuntu@ubuntu:/media/ubuntu$ ls
f624bd9a-a0f6-4a33-8469-63f76cca5388
ubuntu@ubuntu:/media/ubuntu$ cd   f624bd9a-a0f6-4a33-8469-63f76cca5388/var/log
ubuntu@ubuntu:/media/ubuntu/f624bd9a-a0f6-4a33-8469-63f76cca5388/var/log$ sudo gedit dmesg

Résultat dans Text Editor :

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-46-generic (buildd@klock) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #79-Ubuntu SMP Tue Mar 10 20:08:14 UTC 2015 (Ubuntu 3.13.0-46.79-generic 3.13.11-ckt15)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a7a1bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7a1c000-0x00000000a7a70fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7a71000-0x00000000a7cb7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cb8000-0x00000000a7cc8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7cc9000-0x00000000a7cdbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cdc000-0x00000000a7cddfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7cde000-0x00000000a7cdefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7cdf000-0x00000000a7ce4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7ce5000-0x00000000a7d48fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a7d49000-0x00000000a7d8bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a7d8c000-0x00000000a7efffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: System manufacturer System Product Name/E35M1-I DELUXE, BIOS 1202 04/13/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x13f000 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 0A7F00000 mask FFFF00000 uncachable
[    0.000000]   2 base 0A8000000 mask FF8000000 uncachable
[    0.000000]   3 base 0B0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000013f000000 aka 5104M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 4GB, type WB
[    0.000000] reg 1, base: 2687MB, range: 1MB, type UC
[    0.000000] reg 2, base: 2688MB, range: 128MB, type UC
[    0.000000] reg 3, base: 2816MB, range: 256MB, type UC
[    0.000000] reg 4, base: 3GB, range: 1GB, type UC
[    0.000000] total RAM covered: 2687M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 2M 	num_reg: 4  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 512MB, type WB
[    0.000000] reg 2, base: 2560MB, range: 128MB, type WB
[    0.000000] reg 3, base: 2687MB, range: 1MB, type UC
[    0.000000] e820: update [mem 0xa7f00000-0xffffffff] usable ==> reserved
[    0.000000] found SMP MP-table at [mem 0x000fcd90-0x000fcd9f] mapped at [c00fcd90]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[    0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[    0.000000]  [mem 0x37800000-0x379fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[    0.000000]  [mem 0x34000000-0x377fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x33ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[    0.000000]  [mem 0x37a00000-0x37bfdfff] page 4k
[    0.000000] BRK [0x01b96000, 0x01b96fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35c22000-0x36e08fff]
[    0.000000] ACPI: RSDP 000f0430 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT a7a66068 000054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP a7a6c4d0 0000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20131115/tbfadt-603)
[    0.000000] ACPI: DSDT a7a66150 00637C (v02 ALASKA    A M I 00000000 INTL 20051117)
[    0.000000] ACPI: FACS a7cdff80 000040
[    0.000000] ACPI: APIC a7a6c5c8 000062 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG a7a6c630 00003C (v01 ALASKA    A M I 01072009 MSFT 00010013)
[    0.000000] ACPI: HPET a7a6c670 000038 (v01 ALASKA    A M I 01072009 AMI  00000004)
[    0.000000] ACPI: SSDT a7a6c6a8 0003DE (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT a7a6ca88 0012FA (v02    AMD     ALIB 00000001 MSFT 04000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 4212MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] BRK [0x01b97000, 0x01b97fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x37bfdfff]
[    0.000000]   HighMem  [mem 0x37bfe000-0x3effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xa7a1bfff]
[    0.000000]   node   0: [mem 0xa7d8c000-0xa7efffff]
[    0.000000]   node   0: [mem 0x00001000-0x3effffff]
[    0.000000] On node 0 totalpages: 944940
[    0.000000] free_area_init_node: node 0, pgdat c199d700, node_mem_map f3442020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   Normal zone: 1752 pages used for memmap
[    0.000000]   Normal zone: 224254 pages, LIFO batch:31
[    0.000000]   HighMem zone: 8425 pages used for memmap
[    0.000000]   HighMem zone: 716689 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0xa7f00000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @f7bcf000 s36160 r0 d21184 u57344
[    0.000000] pcpu-alloc: s36160 r0 d21184 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 943156
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-46-generic root=UUID=f624bd9a-a0f6-4a33-8469-63f76cca5388 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 10452984 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00037bfe:0013f000)
[    0.000000] Memory: 3697456K/3779760K available (6548K kernel code, 641K rwdata, 2764K rodata, 876K init, 924K bss, 82304K reserved, 2866756K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc19bb000 - 0xc1a96000   ( 876 kB)
[    0.000000]       .data : 0xc16656b4 - 0xc19ba580   (3411 kB)
[    0.000000]       .text : 0xc1000000 - 0xc16656b4   (6549 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f3008000 soft=f300a000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 1600.062 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.12 BogoMIPS (lpj=6400248)
[    0.000010] pid_max: default: 32768 minimum: 301
[    0.000066] Security Framework initialized
[    0.000093] AppArmor: AppArmor initialized
[    0.000097] Yama: becoming mindful.
[    0.000184] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000189] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000548] Initializing cgroup subsys memory
[    0.000561] Initializing cgroup subsys devices
[    0.000565] Initializing cgroup subsys freezer
[    0.000569] Initializing cgroup subsys blkio
[    0.000572] Initializing cgroup subsys perf_event
[    0.000578] Initializing cgroup subsys hugetlb
[    0.000623] CPU: Physical Processor ID: 0
[    0.000627] CPU: Processor Core ID: 0
[    0.000633] mce: CPU supports 6 MCE banks
[    0.000657] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.000657] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.000657] tlb_flushall_shift: 5
[    0.001387] Freeing SMP alternatives memory: 32K (c1a96000 - c1a9e000)
[    0.003950] ACPI: Core revision 20131115
[    0.010587] ACPI: All ACPI Tables successfully acquired
[    0.032962] ftrace: allocating 27853 entries in 55 pages
[    0.058483] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.058854] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.098548] smpboot: CPU0: AMD E-350 Processor (fam: 14, model: 01, stepping: 00)
[    0.203157] Performance Events: AMD PMU driver.
[    0.203167] ... version:                0
[    0.203170] ... bit width:              48
[    0.203173] ... generic registers:      4
[    0.203176] ... value mask:             0000ffffffffffff
[    0.203179] ... max period:             00007fffffffffff
[    0.203181] ... fixed-purpose events:   0
[    0.203184] ... event mask:             000000000000000f
[    0.206496] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.206690] CPU 1 irqstacks, hard=f30ec000 soft=f30ee000
[    0.206694] x86: Booting SMP configuration:
[    0.216671] Initializing CPU#1
[    0.206698] .... node  #0, CPUs:      #1
[    0.219798] x86: Booted up 1 node, 2 CPUs
[    0.219804] smpboot: Total of 2 processors activated (6400.24 BogoMIPS)
[    0.220888] devtmpfs: initialized
[    0.221243] EVM: security.selinux
[    0.221246] EVM: security.SMACK64
[    0.221249] EVM: security.ima
[    0.221251] EVM: security.capability
[    0.221503] PM: Registering ACPI NVS region [mem 0xa7a1c000-0xa7a70fff] (348160 bytes)
[    0.221520] PM: Registering ACPI NVS region [mem 0xa7cb8000-0xa7cc8fff] (69632 bytes)
[    0.221526] PM: Registering ACPI NVS region [mem 0xa7cdc000-0xa7cddfff] (8192 bytes)
[    0.221530] PM: Registering ACPI NVS region [mem 0xa7cdf000-0xa7ce4fff] (24576 bytes)
[    0.221534] PM: Registering ACPI NVS region [mem 0xa7d49000-0xa7d8bfff] (274432 bytes)
[    0.223720] pinctrl core: initialized pinctrl subsystem
[    0.223902] regulator-dummy: no parameters
[    0.223946] RTC time: 17:17:43, date: 04/05/15
[    0.224027] NET: Registered protocol family 16
[    0.224275] EISA bus registered
[    0.224280] cpuidle: using governor ladder
[    0.224283] cpuidle: using governor menu
[    0.224488] ACPI: bus type PCI registered
[    0.224493] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.224622] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.224628] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.224631] PCI: Using MMCONFIG for extended config space
[    0.224634] PCI: Using configuration type 1 for base access
[    0.226819] bio: create slab <bio-0> at 0
[    0.227631] ACPI: Added _OSI(Module Device)
[    0.227639] ACPI: Added _OSI(Processor Device)
[    0.227643] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.227646] ACPI: Added _OSI(Processor Aggregator Device)
[    0.231703] ACPI: Executed 3 blocks of module-level executable AML code
[    0.248075] ACPI: Interpreter enabled
[    0.248100] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.248110] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.248139] ACPI: (supports S0 S3 S4 S5)
[    0.248143] ACPI: Using IOAPIC for interrupt routing
[    0.248425] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.248687] ACPI: No dock devices found.
[    0.379478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.379494] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.379506] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.379897] acpi PNP0A03:00: ignoring host bridge window [mem 0x000c8000-0x000dffff] (conflicts with Video ROM [mem 0x000c0000-0x000ce1ff])
[    0.380248] PCI host bridge to bus 0000:00
[    0.380255] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.380261] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.380265] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.380270] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.380275] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.380291] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
[    0.380464] pci 0000:00:01.0: [1002:9802] type 00 class 0x030000
[    0.380482] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[    0.380494] pci 0000:00:01.0: reg 0x14: [io  0xf000-0xf0ff]
[    0.380505] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[    0.380529] pci 0000:00:01.0: reg 0x24: [mem 0xfe700000-0xfe7fffff]
[    0.380576] pci 0000:00:01.0: supports D1 D2
[    0.380706] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
[    0.380722] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[    0.380799] pci 0000:00:01.1: supports D1 D2
[    0.380934] pci 0000:00:04.0: [1022:1512] type 01 class 0x060400
[    0.381017] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.381107] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.381198] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
[    0.381226] pci 0000:00:11.0: reg 0x10: [io  0xf190-0xf197]
[    0.381241] pci 0000:00:11.0: reg 0x14: [io  0xf180-0xf183]
[    0.381256] pci 0000:00:11.0: reg 0x18: [io  0xf170-0xf177]
[    0.381271] pci 0000:00:11.0: reg 0x1c: [io  0xf160-0xf163]
[    0.381286] pci 0000:00:11.0: reg 0x20: [io  0xf150-0xf15f]
[    0.381301] pci 0000:00:11.0: reg 0x24: [mem 0xfeb4f000-0xfeb4f3ff]
[    0.381331] pci 0000:00:11.0: set SATA to AHCI mode
[    0.381507] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.381528] pci 0000:00:12.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[    0.381680] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.381751] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.381778] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[    0.381892] pci 0000:00:12.2: supports D1 D2
[    0.381896] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.381982] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.382054] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.382075] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4c000-0xfeb4cfff]
[    0.382226] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.382300] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.382328] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4b000-0xfeb4b0ff]
[    0.382441] pci 0000:00:13.2: supports D1 D2
[    0.382445] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.382531] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.382601] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.382821] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.382842] pci 0000:00:14.1: reg 0x10: [io  0xf140-0xf147]
[    0.382857] pci 0000:00:14.1: reg 0x14: [io  0xf130-0xf133]
[    0.382871] pci 0000:00:14.1: reg 0x18: [io  0xf120-0xf127]
[    0.382886] pci 0000:00:14.1: reg 0x1c: [io  0xf110-0xf113]
[    0.382901] pci 0000:00:14.1: reg 0x20: [io  0xf100-0xf10f]
[    0.383058] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.383090] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[    0.383190] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.383274] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.383334] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.383546] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.383668] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.383726] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.383747] pci 0000:00:14.5: reg 0x10: [mem 0xfeb4a000-0xfeb4afff]
[    0.383898] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.383968] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.384077] pci 0000:00:15.0: supports D1 D2
[    0.384168] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.384236] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.384345] pci 0000:00:15.1: supports D1 D2
[    0.384438] pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.384503] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
[    0.384611] pci 0000:00:15.2: supports D1 D2
[    0.384701] pci 0000:00:15.2: System wakeup disabled by ACPI
[    0.384769] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
[    0.384877] pci 0000:00:15.3: supports D1 D2
[    0.384967] pci 0000:00:15.3: System wakeup disabled by ACPI
[    0.385037] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.385058] pci 0000:00:16.0: reg 0x10: [mem 0xfeb49000-0xfeb49fff]
[    0.385208] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.385276] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.385304] pci 0000:00:16.2: reg 0x10: [mem 0xfeb48000-0xfeb480ff]
[    0.385417] pci 0000:00:16.2: supports D1 D2
[    0.385421] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.385507] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.385580] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
[    0.385731] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
[    0.385880] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
[    0.386027] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
[    0.386189] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
[    0.386335] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
[    0.386483] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
[    0.386629] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
[    0.386863] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.386984] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.386998] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.387003] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.387008] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.387012] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.387140] pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
[    0.387175] pci 0000:03:00.0: reg 0x10: [mem 0xfea00000-0xfea0ffff 64bit]
[    0.387320] pci 0000:03:00.0: supports D1
[    0.387325] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.395378] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.395407] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.395618] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.395650] pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.395692] pci 0000:04:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.395719] pci 0000:04:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.395828] pci 0000:04:00.0: supports D1 D2
[    0.395833] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.395895] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.403381] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.403405] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.403420] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.403591] pci 0000:05:00.0: [1033:0194] type 00 class 0x0c0330
[    0.403631] pci 0000:05:00.0: reg 0x10: [mem 0xfe900000-0xfe901fff 64bit]
[    0.403786] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.411380] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.411408] pci 0000:00:15.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.411585] pci 0000:06:00.0: [1033:0194] type 00 class 0x0c0330
[    0.411624] pci 0000:06:00.0: reg 0x10: [mem 0xfe800000-0xfe801fff 64bit]
[    0.411782] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.419379] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.419407] pci 0000:00:15.3:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.419473] pci_bus 0000:00: on NUMA node 0
[    0.467621] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.467764] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.467899] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.468032] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[    0.468143] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.468233] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.468324] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.468414] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.468728] ACPI: \_SB_.PCI0: notify handler is installed
[    0.468832] Found 1 acpi root devices
[    0.469251] vgaarb: setting as boot device: PCI:0000:00:01.0
[    0.469261] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.469276] vgaarb: loaded
[    0.469279] vgaarb: bridge control possible 0000:00:01.0
[    0.469711] SCSI subsystem initialized
[    0.469898] libata version 3.00 loaded.
[    0.469962] ACPI: bus type USB registered
[    0.470012] usbcore: registered new interface driver usbfs
[    0.470030] usbcore: registered new interface driver hub
[    0.470303] usbcore: registered new device driver usb
[    0.470736] PCI: Using ACPI for IRQ routing
[    0.481714] PCI: pci_cache_line_size set to 64 bytes
[    0.481840] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.481846] e820: reserve RAM buffer [mem 0xa7a1c000-0xa7ffffff]
[    0.481851] e820: reserve RAM buffer [mem 0xa7f00000-0xa7ffffff]
[    0.481855] e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
[    0.482049] NetLabel: Initializing
[    0.482053] NetLabel:  domain hash size = 128
[    0.482055] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.482080] NetLabel:  unlabeled traffic allowed by default
[    0.482422] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.482435] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.484571] Switched to clocksource hpet
[    0.495390] AppArmor: AppArmor Filesystem Enabled
[    0.495464] pnp: PnP ACPI init
[    0.495495] ACPI: bus type PNP registered
[    0.495765] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.495775] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.496311] system 00:01: [io  0x040b] has been reserved
[    0.496317] system 00:01: [io  0x04d6] has been reserved
[    0.496322] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.496327] system 00:01: [io  0x0c14] has been reserved
[    0.496332] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.496337] system 00:01: [io  0x0c52] has been reserved
[    0.496342] system 00:01: [io  0x0c6c] has been reserved
[    0.496346] system 00:01: [io  0x0c6f] has been reserved
[    0.496351] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.496356] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.496361] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.496366] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.496370] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.496376] system 00:01: [io  0x0800-0x089f] could not be reserved
[    0.496381] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.496385] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.496390] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.496395] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.496401] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.496407] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.496412] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.496418] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.496426] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.496432] system 00:01: [mem 0xfed00000-0xfed00fff] has been reserved
[    0.496437] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[    0.496443] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496756] system 00:02: [io  0x0300-0x031f] has been reserved
[    0.496761] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.496766] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.496772] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.496798] pnp 00:03: [dma 4]
[    0.496836] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.496907] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.496955] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.497074] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.497081] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.497138] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.497219] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.497695] pnp 00:09: [dma 0 disabled]
[    0.497807] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.677139] system 00:0a: [mem 0xa8000000-0xbfffffff] has been reserved
[    0.677154] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.677442] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.677456] pnp: PnP ACPI: found 12 devices
[    0.677459] ACPI: bus type PNP unregistered
[    0.677466] PnPBIOS: Disabled by ACPI PNP
[    0.720435] pci 0000:00:04.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.720448] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
[    0.720455] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
[    0.720509] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.720514] pci 0000:00:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.720520] pci 0000:00:04.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.720531] pci 0000:00:04.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
[    0.720537] pci 0000:00:04.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.720546] pci 0000:00:04.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.720552] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.720568] pci 0000:00:04.0:   bridge window [io  0x1000-0x1fff]
[    0.720576] pci 0000:00:04.0:   bridge window [mem 0xd0100000-0xd02fffff]
[    0.720582] pci 0000:00:04.0:   bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.720591] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.720609] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.720617] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.720629] pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.720635] pci 0000:00:15.1:   bridge window [io  0xe000-0xefff]
[    0.720646] pci 0000:00:15.1:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.720656] pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.720664] pci 0000:00:15.2:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.720676] pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.720684] pci 0000:00:15.3:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.720698] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.720703] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.720707] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.720711] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xffffffff]
[    0.720716] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    0.720720] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd02fffff]
[    0.720725] pci_bus 0000:01: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
[    0.720730] pci_bus 0000:02: resource 4 [io  0x0000-0x0cf7]
[    0.720734] pci_bus 0000:02: resource 5 [io  0x0d00-0xffff]
[    0.720738] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
[    0.720742] pci_bus 0000:02: resource 7 [mem 0xc0000000-0xffffffff]
[    0.720747] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.720751] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.720756] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.720760] pci_bus 0000:05: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.720765] pci_bus 0000:06: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.720834] NET: Registered protocol family 2
[    0.721201] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.721232] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.721275] TCP: Hash tables configured (established 8192 bind 8192)
[    0.721339] TCP: reno registered
[    0.721346] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.721358] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.721462] NET: Registered protocol family 1
[    0.721489] pci 0000:00:01.0: Video device with shadowed ROM
[    1.769626] PCI: CLS 64 bytes, default 64
[    1.769737] Trying to unpack rootfs image as initramfs...
[    2.421792] Freeing initrd memory: 18332K (f5c22000 - f6e09000)
[    2.422074] LVT offset 0 assigned for vector 0x400
[    2.422152] perf: AMD IBS detected (0x000000ff)
[    2.422260] microcode: CPU0: patch_level=0x05000026
[    2.422313] microcode: CPU1: patch_level=0x05000026
[    2.422588] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.422598] Scanning for low memory corruption every 60 seconds
[    2.423172] Initialise system trusted keyring
[    2.423275] audit: initializing netlink socket (disabled)
[    2.423299] type=2000 audit(1428254264.288:1): initialized
[    2.466585] bounce pool size: 64 pages
[    2.466621] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.469778] zbud: loaded
[    2.470205] VFS: Disk quotas dquot_6.5.2
[    2.470319] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    2.471520] fuse init (API version 7.22)
[    2.471883] msgmni has been set to 1658
[    2.472038] Key type big_key registered
[    2.473950] Key type asymmetric registered
[    2.473961] Asymmetric key parser 'x509' registered
[    2.474064] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.474166] io scheduler noop registered
[    2.474170] io scheduler deadline registered (default)
[    2.474230] io scheduler cfq registered
[    2.475100] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.475136] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.475226] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    2.475230] vesafb: scrolling: redraw
[    2.475235] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    2.475932] vesafb: framebuffer at 0xc0000000, mapped to 0xf8480000, using 5824k, total 5824k
[    2.597965] Console: switching to colour frame buffer device 175x65
[    2.718631] fb0: VESA VGA frame buffer device
[    2.718685] ipmi message handler version 39.2
[    2.718841] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    2.718851] ACPI: Power Button [PWRB]
[    2.718930] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.718934] ACPI: Power Button [PWRF]
[    2.719030] ACPI: acpi_idle registered with cpuidle
[    2.719438] GHES: HEST is not enabled!
[    2.719612] isapnp: Scanning for PnP cards...
[    2.719721] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.740308] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.742782] Linux agpgart interface v0.103
[    2.745616] brd: module loaded
[    2.747068] loop: module loaded
[    2.747889] libphy: Fixed MDIO Bus: probed
[    2.748076] tun: Universal TUN/TAP device driver, 1.6
[    2.748079] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.748153] PPP generic driver version 2.4.2
[    2.748227] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.748235] ehci-pci: EHCI PCI platform driver
[    2.748422] QUIRK: Enable AMD PLL fix
[    2.748506] ehci-pci 0000:00:12.2: EHCI Host Controller
[    2.748528] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    2.748539] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.748556] ehci-pci 0000:00:12.2: debug port 1
[    2.748635] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4d000
[    2.760595] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    2.760741] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.760746] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.760751] usb usb1: Product: EHCI Host Controller
[    2.760755] usb usb1: Manufacturer: Linux 3.13.0-46-generic ehci_hcd
[    2.760759] usb usb1: SerialNumber: 0000:00:12.2
[    2.761021] hub 1-0:1.0: USB hub found
[    2.761039] hub 1-0:1.0: 5 ports detected
[    2.761631] ehci-pci 0000:00:13.2: EHCI Host Controller
[    2.761643] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    2.761652] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.761668] ehci-pci 0000:00:13.2: debug port 1
[    2.761724] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4b000
[    2.772595] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    2.772742] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.772748] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.772753] usb usb2: Product: EHCI Host Controller
[    2.772757] usb usb2: Manufacturer: Linux 3.13.0-46-generic ehci_hcd
[    2.772761] usb usb2: SerialNumber: 0000:00:13.2
[    2.773016] hub 2-0:1.0: USB hub found
[    2.773033] hub 2-0:1.0: 5 ports detected
[    2.773632] ehci-pci 0000:00:16.2: EHCI Host Controller
[    2.773644] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[    2.773653] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.773670] ehci-pci 0000:00:16.2: debug port 1
[    2.773733] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb48000
[    2.784584] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    2.784737] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.784742] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.784747] usb usb3: Product: EHCI Host Controller
[    2.784751] usb usb3: Manufacturer: Linux 3.13.0-46-generic ehci_hcd
[    2.784755] usb usb3: SerialNumber: 0000:00:16.2
[    2.785014] hub 3-0:1.0: USB hub found
[    2.785031] hub 3-0:1.0: 4 ports detected
[    2.785412] ehci-platform: EHCI generic platform driver
[    2.785434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.785437] ohci-pci: OHCI PCI platform driver
[    2.785634] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    2.785646] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[    2.785695] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb4e000
[    2.844661] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    2.844671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.844675] usb usb4: Product: OHCI PCI host controller
[    2.844680] usb usb4: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    2.844684] usb usb4: SerialNumber: 0000:00:12.0
[    2.844955] hub 4-0:1.0: USB hub found
[    2.844974] hub 4-0:1.0: 5 ports detected
[    2.845540] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    2.845552] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    2.845585] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4c000
[    2.904660] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    2.904670] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.904675] usb usb5: Product: OHCI PCI host controller
[    2.904679] usb usb5: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    2.904683] usb usb5: SerialNumber: 0000:00:13.0
[    2.904954] hub 5-0:1.0: USB hub found
[    2.904973] hub 5-0:1.0: 5 ports detected
[    2.905545] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    2.905558] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[    2.905590] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb4a000
[    2.964763] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.964773] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.964778] usb usb6: Product: OHCI PCI host controller
[    2.964782] usb usb6: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    2.964786] usb usb6: SerialNumber: 0000:00:14.5
[    2.965030] hub 6-0:1.0: USB hub found
[    2.965048] hub 6-0:1.0: 2 ports detected
[    2.965403] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    2.965415] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[    2.965445] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb49000
[    3.024664] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    3.024673] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.024678] usb usb7: Product: OHCI PCI host controller
[    3.024683] usb usb7: Manufacturer: Linux 3.13.0-46-generic ohci_hcd
[    3.024687] usb usb7: SerialNumber: 0000:00:16.0
[    3.024961] hub 7-0:1.0: USB hub found
[    3.024979] hub 7-0:1.0: 4 ports detected
[    3.025341] ohci-platform: OHCI generic platform driver
[    3.025365] uhci_hcd: USB Universal Host Controller Interface driver
[    3.025554] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    3.025566] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 8
[    3.025785] xhci_hcd 0000:05:00.0: irq 40 for MSI/MSI-X
[    3.025799] xhci_hcd 0000:05:00.0: irq 41 for MSI/MSI-X
[    3.025814] xhci_hcd 0000:05:00.0: irq 42 for MSI/MSI-X
[    3.025974] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    3.025979] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.025983] usb usb8: Product: xHCI Host Controller
[    3.025987] usb usb8: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.025990] usb usb8: SerialNumber: 0000:05:00.0
[    3.026164] hub 8-0:1.0: USB hub found
[    3.026181] hub 8-0:1.0: 2 ports detected
[    3.026335] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    3.026343] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 9
[    3.029141] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[    3.029146] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.029150] usb usb9: Product: xHCI Host Controller
[    3.029153] usb usb9: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.029157] usb usb9: SerialNumber: 0000:05:00.0
[    3.029326] hub 9-0:1.0: USB hub found
[    3.029353] hub 9-0:1.0: 2 ports detected
[    3.030428] isapnp: No Plug & Play device found
[    3.048961] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    3.048981] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 10
[    3.049214] xhci_hcd 0000:06:00.0: irq 43 for MSI/MSI-X
[    3.049229] xhci_hcd 0000:06:00.0: irq 44 for MSI/MSI-X
[    3.049243] xhci_hcd 0000:06:00.0: irq 45 for MSI/MSI-X
[    3.049440] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002
[    3.049446] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.049450] usb usb10: Product: xHCI Host Controller
[    3.049454] usb usb10: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.049458] usb usb10: SerialNumber: 0000:06:00.0
[    3.049905] hub 10-0:1.0: USB hub found
[    3.049934] hub 10-0:1.0: 2 ports detected
[    3.050099] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    3.050108] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 11
[    3.052565] usb usb11: New USB device found, idVendor=1d6b, idProduct=0003
[    3.052570] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.052574] usb usb11: Product: xHCI Host Controller
[    3.052579] usb usb11: Manufacturer: Linux 3.13.0-46-generic xhci_hcd
[    3.052583] usb usb11: SerialNumber: 0000:06:00.0
[    3.052996] hub 11-0:1.0: USB hub found
[    3.053025] hub 11-0:1.0: 2 ports detected
[    3.092968] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    3.093464] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.093477] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.094078] mousedev: PS/2 mouse device common for all mice
[    3.094986] rtc_cmos 00:04: RTC can wake from S4
[    3.095369] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    3.095415] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.095587] device-mapper: uevent: version 1.0.3
[    3.095870] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    3.095936] platform eisa.0: Probing EISA bus 0
[    3.095943] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    3.095948] platform eisa.0: Cannot allocate resource for EISA slot 1
[    3.095952] platform eisa.0: Cannot allocate resource for EISA slot 2
[    3.095957] platform eisa.0: Cannot allocate resource for EISA slot 3
[    3.095961] platform eisa.0: Cannot allocate resource for EISA slot 4
[    3.095965] platform eisa.0: Cannot allocate resource for EISA slot 5
[    3.095969] platform eisa.0: Cannot allocate resource for EISA slot 6
[    3.095973] platform eisa.0: Cannot allocate resource for EISA slot 7
[    3.095977] platform eisa.0: Cannot allocate resource for EISA slot 8
[    3.095981] platform eisa.0: EISA: Detected 0 cards
[    3.095996] cpufreq-nforce2: No nForce2 chipset.
[    3.096003] ledtrig-cpu: registered to indicate activity on CPUs
[    3.096280] TCP: cubic registered
[    3.096505] NET: Registered protocol family 10
[    3.096847] NET: Registered protocol family 17
[    3.096866] Key type dns_resolver registered
[    3.097347] Using IPI No-Shortcut mode
[    3.098131] Loading compiled-in X.509 certificates
[    3.104305] Loaded X.509 cert 'Magrathea: Glacier signing key: 6b0c44f370561e180c946f75fe6df227335d49d4'
[    3.104333] registered taskstats version 1
[    3.110400] Key type trusted registered
[    3.121644] Key type encrypted registered
[    3.121659] AppArmor: AppArmor sha1 policy hashing enabled
[    3.121664] IMA: No TPM chip found, activating TPM-bypass!
[    3.122256] regulator-dummy: disabling
[    3.122549]   Magic number: 11:883:288
[    3.122631] tty tty21: hash matches
[    3.122765] rtc_cmos 00:04: setting system clock to 2015-04-05 17:17:45 UTC (1428254265)
[    3.123057] acpi-cpufreq: overriding BIOS provided _PSD data
[    3.123190] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.123194] EDD information not available.
[    3.123301] PM: Hibernation image not present or could not be loaded.
[    3.124024] Freeing unused kernel memory: 876K (c19bb000 - c1a96000)
[    3.124117] Write protecting the kernel text: 6552k
[    3.124256] Write protecting the kernel read-only data: 2768k
[    3.124259] NX-protecting the kernel data: 5736k
[    3.158776] systemd-udevd[96]: starting version 204
[    3.225401] ahci 0000:00:11.0: version 3.0
[    3.225729] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    3.225736] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    3.227020] scsi0 : ahci
[    3.227181] scsi1 : ahci
[    3.227304] scsi2 : ahci
[    3.227427] scsi3 : ahci
[    3.227529] ata1: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f100 irq 19
[    3.227535] ata2: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f180 irq 19
[    3.227540] ata3: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f200 irq 19
[    3.227544] ata4: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f280 irq 19
[    3.244538] scsi4 : pata_atiixp
[    3.250382] scsi5 : pata_atiixp
[    3.250505] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[    3.250510] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[    3.264873] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    3.264898] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.265203] r8169 0000:04:00.0: irq 46 for MSI/MSI-X
[    3.265523] r8169 0000:04:00.0 eth0: RTL8168e/8111e at 0xf843a000, f4:6d:04:6d:e7:e9, XID 0c200000 IRQ 46
[    3.265529] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    3.420483] tsc: Refined TSC clocksource calibration: 1599.933 MHz
[    3.544745] ata4: SATA link down (SStatus 0 SControl 300)
[    3.544824] ata2: SATA link down (SStatus 0 SControl 300)
[    3.716728] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.716779] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.717625] ata3.00: ATAPI: TSSTcorp CDDVDW SN-S083F, SB01, max UDMA/100
[    3.719174] ata1.00: ATA-8: WDC WD3200BEVT-00A0RT0, 01.01A01, max UDMA/133
[    3.719192] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.721465] ata1.00: configured for UDMA/133
[    3.722041] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-0 01.0 PQ: 0 ANSI: 5
[    3.722585] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    3.722593] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.722824] sd 0:0:0:0: [sda] Write Protect is off
[    3.722836] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.722871] ata3.00: configured for UDMA/100
[    3.722917] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.728675] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SN-S083F  SB01 PQ: 0 ANSI: 5
[    3.728700] usb 5-5: new low-speed USB device number 2 using ohci-pci
[    3.737936] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.737947] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.738232] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    3.738356] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    3.789125]  sda: sda1 sda2 < sda5 >
[    3.790467] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.898817] usb 5-5: New USB device found, idVendor=045e, idProduct=00d2
[    3.898827] usb 5-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.898832] usb 5-5: Product: Microsoft Notebook Optical Mouse with Tilt Wheel
[    3.898836] usb 5-5: Manufacturer: Microsoft
[    3.918358] hidraw: raw HID events driver (C) Jiri Kosina
[    3.937416] usbcore: registered new interface driver usbhid
[    3.937423] usbhid: USB HID core driver
[    3.946004] input: Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel as /devices/pci0000:00/0000:00:13.0/usb5/5-5/5-5:1.0/input/input5
[    3.946232] hid-generic 0003:045E:00D2.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel] on usb-0000:00:13.0-5/input0
[    4.164568] usb 7-3: new full-speed USB device number 2 using ohci-pci
[    4.325700] usb 7-3: New USB device found, idVendor=0cf3, idProduct=3000
[    4.325710] usb 7-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.329125] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[    4.329141] EXT4-fs (sda1): write access will be enabled during recovery
[    4.420790] Switched to clocksource tsc
[    4.592694] usb 4-4: new low-speed USB device number 2 using ohci-pci
[    4.766935] usb 4-4: New USB device found, idVendor=0a81, idProduct=0101
[    4.766945] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.766950] usb 4-4: Product: USB Keyboard
[    4.766954] usb 4-4: Manufacturer: CHESEN
[    4.776697] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.0/input/input6
[    4.776886] hid-generic 0003:0A81:0101.0002: input,hidraw1: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:12.0-4/input0
[    4.787124] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.1/input/input7
[    4.787337] hid-generic 0003:0A81:0101.0003: input,hidraw2: USB HID v1.10 Device [CHESEN USB Keyboard] on usb-0000:00:12.0-4/input1
[    6.865933] EXT4-fs warning (device sda1): ext4_clear_journal_err:4602: Filesystem error recorded from previous mount: IO failure
[    6.865942] EXT4-fs warning (device sda1): ext4_clear_journal_err:4603: Marking fs in need of filesystem check.
[    6.875939] EXT4-fs (sda1): recovery complete
[    7.484340] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    7.856288] random: nonblocking pool is initialized
[   21.949691] Adding 3778556k swap on /dev/sda5.  Priority:-1 extents:1 across:3778556k FS
[   29.452666] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   31.908297] systemd-udevd[274]: starting version 204
[   37.618105] lp: driver loaded but no devices found
[   37.648014] wmi: Mapper loaded
[   37.658776] ppdev: user-space parallel port driver
[   37.681769] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   37.997884] Bluetooth: Core ver 2.17
[   37.997930] NET: Registered protocol family 31
[   37.997933] Bluetooth: HCI device and connection manager initialized
[   37.997948] Bluetooth: HCI socket layer initialized
[   37.997954] Bluetooth: L2CAP socket layer initialized
[   37.997964] Bluetooth: SCO socket layer initialized
[   38.122662] kvm: Nested Virtualization enabled
[   38.122674] kvm: Nested Paging enabled
[   41.817535] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   41.817642] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   47.142832] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   47.143132] sp5100_tco: PCI Revision ID: 0x42
[   47.143187] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   47.143201] sp5100_tco: Last reboot was not triggered by watchdog.
[   47.143350] sp5100_tco: initialized (0xf8456b00). heartbeat=60 sec (nowayout=0)
[   47.734695] type=1400 audit(1428254310.112:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=330 comm="apparmor_parser"
[   47.734714] type=1400 audit(1428254310.112:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=330 comm="apparmor_parser"
[   47.734724] type=1400 audit(1428254310.112:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=330 comm="apparmor_parser"
[   47.735660] type=1400 audit(1428254310.112:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=330 comm="apparmor_parser"
[   47.735673] type=1400 audit(1428254310.112:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=330 comm="apparmor_parser"
[   47.736155] type=1400 audit(1428254310.112:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=330 comm="apparmor_parser"
[   52.281876] [drm] Initialized drm 1.1.0 20060810
[   57.347741] cfg80211: Calling CRDA to update world regulatory domain
[   58.368114] hda-intel 0000:00:01.1: Using LPIB position fix
[   58.368193] snd_hda_intel 0000:00:01.1: irq 47 for MSI/MSI-X
[   58.371161] hda-intel 0000:00:01.1: Enable sync_write for stable communication
[   58.540229] usb 7-3: USB disconnect, device number 2
[   58.540593] usbcore: registered new interface driver ath3k
[   59.974449] usb 7-3: new full-speed USB device number 3 using ohci-pci
[   60.135445] usb 7-3: New USB device found, idVendor=0cf3, idProduct=3005
[   60.135455] usb 7-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   62.644023] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
[   62.644570] hda-intel 0000:00:14.2: Using LPIB position fix
[   62.648310] hda-intel 0000:00:14.2: Enable sync_write for stable communication
[   65.234534] SKU: Nid=0x1d sku_cfg=0x4004c601
[   65.234546] SKU: port_connectivity=0x1
[   65.234549] SKU: enable_pcbeep=0x0
[   65.234551] SKU: check_sum=0x00000004
[   65.234554] SKU: customization=0x000000c6
[   65.234557] SKU: external_amp=0x0
[   65.234559] SKU: platform_type=0x0
[   65.234561] SKU: swap=0x0
[   65.234564] SKU: override=0x1
[   65.234865] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   65.234868]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   65.234872]    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   65.234878]    mono: mono_out=0x0
[   65.234881]    dig-out=0x11/0x1e
[   65.234883]    inputs:
[   65.234888]      Front Mic=0x19
[   65.234891]      Rear Mic=0x18
[   65.234894]      Line=0x1a
[   65.234897] realtek: No valid SSID, checking pincfg 0x4004c601 for NID 0x1d
[   65.234901] realtek: Enabling init ASM_ID=0xc601 CODEC_ID=10ec0892
[   65.247055] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
[   65.247238] input: HDA ATI SB Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[   65.247356] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[   65.247488] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[   65.247612] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input9
[   66.045527] asus_wmi: ASUS WMI generic driver loaded
[   66.054361] asus_wmi: Initialization: 0x0
[   66.054419] asus_wmi: BIOS WMI version: 0.9
[   66.054522] asus_wmi: SFUN value: 0x0
[   66.055734] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input14
[   66.058697] asus_wmi: Disabling ACPI video driver
[   67.907672] [drm] radeon kernel modesetting enabled.
[   67.907748] checking generic (c0000000 5b0000) vs hw (c0000000 10000000)
[   67.907752] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[   67.907835] Console: switching to colour dummy device 80x25
[   67.908701] [drm] initializing kernel modesetting (PALM 0x1002:0x9802 0x1043:0x84A5).
[   67.908764] [drm] register mmio base: 0xFEB00000
[   67.908767] [drm] register mmio size: 262144
[   67.908906] ATOM BIOS: Ontario
[   67.908981] radeon 0000:00:01.0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
[   67.908987] radeon 0000:00:01.0: GTT: 1024M 0x0000000018000000 - 0x0000000057FFFFFF
[   67.908991] [drm] Detected VRAM RAM=384M, BAR=256M
[   67.908995] [drm] RAM width 32bits DDR
[   67.909297] [TTM] Zone  kernel: Available graphics memory: 424970 kiB
[   67.909306] [TTM] Zone highmem: Available graphics memory: 1858348 kiB
[   67.909309] [TTM] Initializing pool allocator
[   67.909320] [TTM] Initializing DMA pool allocator
[   67.909372] [drm] radeon: 384M of VRAM memory ready
[   67.909375] [drm] radeon: 1024M of GTT memory ready.
[   67.909401] [drm] Loading PALM Microcode
[   69.185872] systemd-udevd[298]: timeout 'udisks-part-id /dev/loop2'
[   70.187022] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   71.188290] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   72.189627] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   73.190846] systemd-udevd[298]: timeout: killing 'udisks-part-id /dev/loop2' [329]
[   73.482272] systemd-udevd[298]: 'udisks-part-id /dev/loop2' [329] terminated by signal 9 (Killed)
[   76.124510] usbcore: registered new interface driver btusb
[   76.150615] ath: phy0: Enable LNA combining
[   76.165446] ath: EEPROM regdomain: 0x60
[   76.165455] ath: EEPROM indicates we should expect a direct regpair map
[   76.165461] ath: Country alpha2 being used: 00
[   76.165464] ath: Regpair used: 0x60
[   79.187250] radeon 0000:00:01.0: firmware, attempted to load /lib/firmware/radeon/PALM_me.bin, but failed with error -4
[   79.187261] radeon 0000:00:01.0: Direct firmware load failed with error -4
[   79.187265] radeon 0000:00:01.0: Falling back to user helper
[   79.188087] ieee80211 phy0: Failed to initialize wep: -2
[   79.188137] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   79.193009] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf84a0000, irq=16
[   85.773278] radeon 0000:00:01.0: firmware, attempted to load /lib/firmware/radeon/SUMO_rlc.bin, but failed with error -4
[   85.773289] radeon 0000:00:01.0: Direct firmware load failed with error -4
[   85.773293] radeon 0000:00:01.0: Falling back to user helper
[   91.644201] radeon 0000:00:01.0: firmware, attempted to load /lib/firmware/radeon/SUMO_uvd.bin, but failed with error -4
[   91.644211] radeon 0000:00:01.0: Direct firmware load failed with error -4
[   91.644215] radeon 0000:00:01.0: Falling back to user helper
[   93.532151] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   93.567347] [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
[   93.567559] radeon 0000:00:01.0: WB enabled
[   93.567567] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xeea4ec00
[   93.567573] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000018000c0c and cpu addr 0xeea4ec0c
[   93.569305] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xf86b2118
[   93.569311] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   93.569313] [drm] Driver supports precise vblank timestamp query.
[   93.569318] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[   93.569359] radeon 0000:00:01.0: irq 48 for MSI/MSI-X
[   93.569384] radeon 0000:00:01.0: radeon: using MSI.
[   93.569427] [drm] radeon: irq initialized.
[   93.585985] [drm] ring test on 0 succeeded in 1 usecs
[   93.585997] [drm] ring test on 3 succeeded in 3 usecs
[   93.641620] [drm] ring test on 5 succeeded in 1 usecs
[   93.661482] [drm] UVD initialized successfully.
[   93.661691] [drm] Enabling audio 0 support
[   93.661734] [drm] ib test on ring 0 succeeded in 0 usecs
[   93.661771] [drm] ib test on ring 3 succeeded in 0 usecs
[   93.661802] HDMI ATI/AMD: no speaker allocation for ELD
[   93.682386] [drm] ib test on ring 5 succeeded
[   93.710923] [drm] Radeon Display Connectors
[   93.710931] [drm] Connector 0:
[   93.710934] [drm]   HDMI-A-1
[   93.710937] [drm]   HPD1
[   93.710942] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   93.710944] [drm]   Encoders:
[   93.710947] [drm]     DFP1: INTERNAL_UNIPHY
[   93.710950] [drm] Connector 1:
[   93.710953] [drm]   DVI-D-1
[   93.710955] [drm]   HPD2
[   93.710959] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   93.710961] [drm]   Encoders:
[   93.710964] [drm]     DFP2: INTERNAL_UNIPHY
[   93.710966] [drm] Connector 2:
[   93.710968] [drm]   VGA-1
[   93.710972] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   93.710974] [drm]   Encoders:
[   93.710977] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   93.711044] [drm] Internal thermal controller without fan control
[   93.711113] [drm] Found smc ucode version: 0x00010200
[   93.711262] [drm] radeon: dpm initialized
[   93.785308] [drm] fb mappable at 0xC0477000
[   93.785312] [drm] vram apper at 0xC0000000
[   93.785314] [drm] size 8294400
[   93.785317] [drm] fb depth is 24
[   93.785319] [drm]    pitch is 7680
[   93.785649] fbcon: radeondrmfb (fb0) is primary device
[   93.825256] Console: switching to colour frame buffer device 240x67
[   93.840737] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   93.840742] radeon 0000:00:01.0: registered panic notifier
[   93.840769] [drm] Initialized radeon 2.36.0 20080528 for 0000:00:01.0 on minor 0
[   93.960836] HDMI ATI/AMD: no speaker allocation for ELD
[   94.260943] HDMI ATI/AMD: no speaker allocation for ELD
[   94.560931] HDMI ATI/AMD: no speaker allocation for ELD
[   94.860917] HDMI ATI/AMD: no speaker allocation for ELD
[   95.160904] HDMI ATI/AMD: no speaker allocation for ELD
[   95.460890] HDMI ATI/AMD: no speaker allocation for ELD
[   95.760878] HDMI ATI/AMD: no speaker allocation for ELD
[   95.945600] cfg80211: World regulatory domain updated:
[   95.945611] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   95.945616] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   95.945621] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   95.945624] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   95.945628] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   95.945632] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   96.060875] HDMI ATI/AMD: no speaker allocation for ELD
[  104.528595] systemd-udevd[305]: timeout: killing '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 0' [482]
[  104.529247] systemd-udevd[305]: '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 0' [482] terminated by signal 9 (Killed)
[  107.175921] systemd-udevd[306]: timeout: killing '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 1' [485]
[  181.340096] EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
[  181.340456] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[  190.328463] init: failsafe main process (622) killed by TERM signal
[  202.384339] type=1400 audit(1428254464.768:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=748 comm="apparmor_parser"
[  202.384361] type=1400 audit(1428254464.768:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=748 comm="apparmor_parser"
[  202.384372] type=1400 audit(1428254464.768:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=748 comm="apparmor_parser"
[  202.385284] type=1400 audit(1428254464.768:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=748 comm="apparmor_parser"
[  202.385295] type=1400 audit(1428254464.768:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=748 comm="apparmor_parser"
[  202.385768] type=1400 audit(1428254464.768:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=748 comm="apparmor_parser"
[  202.388768] type=1400 audit(1428254464.772:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=747 comm="apparmor_parser"
[  202.388788] type=1400 audit(1428254464.772:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=747 comm="apparmor_parser"
[  202.389441] type=1400 audit(1428254464.772:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="chromium" pid=747 comm="apparmor_parser"
[  202.398980] type=1400 audit(1428254464.780:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/freshclam" pid=751 comm="apparmor_parser"
[  204.405725] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  204.405737] Bluetooth: BNEP filters: protocol multicast
[  204.405756] Bluetooth: BNEP socket layer initialized
[  204.433222] Bluetooth: RFCOMM TTY layer initialized
[  204.433250] Bluetooth: RFCOMM socket layer initialized
[  204.433264] Bluetooth: RFCOMM ver 1.11
[  232.160119] init: cups main process (789) killed by HUP signal
[  232.160157] init: cups main process ended, respawning
[  237.130809] audit_printk_skb: 132 callbacks suppressed
[  237.130819] type=1400 audit(1428254499.516:62): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=976 comm="apparmor_parser"
[  237.158029] init: gdm main process (963) killed by TERM signal

Est-il besoin de préciser que je suis en session live...

Par contre est-ce que après ça, il faut que je tape cd pour revenir à l'état initial ?


Oui tu fais la commande
cd
pour te repositionner à l'état initial.

Avec cette nouvelle trace, tu nous donnes de quoi comparer.
PS.    Je suis en train de penser que si on fait des fausses manips dans la correction,  et que tout devient cassé, tu devras réinstaller ubuntu.
       Dans  la recherche internet qu'on fait,  j'ai découvert que le fait de réécrire les secteurs active automatiquement la création des secteurs de remplacement.
                     smartctl  indique qu'il y en a 11, on en a identifié 4. il y en a encore 7 qui traînent.
                       Espérons qu'ils soient dans la plage déjà trouvée (C'est l'idée de moko138) et qu'il n'y en ait pas d'autres qui apparaissent dans peu de temps.


Dans la trace, on a encore la même erreur
Device [CHESEN USB Keyboard] on usb-0000:00:12.0-4/input1
[    6.865933] EXT4-fs warning (device sda1): ext4_clear_journal_err:4602: Filesystem error recorded from previous mount: IO failure
[    6.865942] EXT4-fs warning (device sda1): ext4_clear_journal_err:4603: Marking fs in need of filesystem check.

ainsi que la même recommandation
[  181.340096] EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
[  181.340456] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro

Tu pourrais refaire  la commande de check
et la recommencer dans la foulée
afin de voir que la correction n'est pas fictive!!!!

Dernière modification par Bougron (Le 06/04/2015, à 10:30)

Hors ligne

#75 Le 06/04/2015, à 10:26

Eiracca

Re : [DD en panne] Temps de boot anormalement long

J'espère qu'on va pas tout casser...

1. Mon disque dur est monté (il apparait dans le lanceur), faut-il commencer la manip comme ça ou bien faut il le démonter ?

2. Je suis en session live mais je peux aussi revenir en session normale et me connecter à internet via un autre PC pour le radioguidage... quelle est la meilleure solution ?

3. Je suis dispo pendant encore une petite heure et je reviens en fin d'aprè-midi... Est-ce qu'on commence quelque chose ce matin ou on reporte ?

Hors ligne