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.

#26 Le 08/05/2011, à 14:00

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

AlexandreP a écrit :
malmsteen a écrit :

voila ce que ca donne

capabilities: boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx x86-64 constant_tsc pebs bts pni dtes64 monitor ds_cpl est cid cx16 xtpr pdcm lahf_lm cpufreq

Yeah, voilà un bon début! smile Maintenant, cette fonctionnalité est-elle activée dans la configuration de ton BIOS?

À la mise sous tension de ton ordinateur, lorsque tu vois le logo du constructeur, appuie et maintient enfoncée la touche [F2], [F10], [F12], [Échap] ou [Suppr.] jusqu'à ce que l'écran de configuration du BIOS apparaisse. (Appuyer sur une mauvaise touche est sans effet; si Ubuntu se charge, c'est que tu as appuyé sur une mauvaise touche. Dans ce cas, redémarre ton ordinateur et recommence en appuyant sur une autre touche.)

Dans l'interface de configuration du BIOS de ton ordinateur, recherche une section qui traite de la gestion de l'énergie (Power Management, par exemple). Tous les BIOS sont différents, je ne pourrais donc pas te dire exactement où aller. Recherche un paramètre qui traite l'ACPI (ou Advanced Configuration and Power Interface). Assure-toi que le paramètre est configuré à activé (Enabled).

j ai fait ce que vous m avez dit mais le probleme persiste
je ne sait pas pour quoi mais avant il se fermait bien
@+


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

Hors ligne

#27 Le 09/05/2011, à 07:08

AlexandreP

Re : [Résolu] ubuntu ne s eteind pas totalement

Je ne suis pas un expert dans ce domaine. La dernière astuce que j'arrive à trouver, c'est de passer en argument l'option acpi=force au noyau Linux du système, lors du démarrage du système.

Appuyez sur les touche [ALT]+[F2] pour ouvrir une invite de commande rapide et exécutez la commande suivante:

gksudo gedit /etc/default/grub

Ceci ouvre l'éditeur de texte Gedit en mode administrateur et vous ouvre le fichier de configuration du chargeur d'amorçage GRUB.

Repérez la ligne qui débute par:
     GRUB_CMDLINE_LINUX_DEFAULT="(options de chargement)"
C'est autour de la ligne 9. Ajoutez l'option acpi=force aux options. Cette ligne devient:
     GRUB_CMDLINE_LINUX_DEFAULT="(options de chargement) acpi=force"
Enregistrez le document et fermez Gedit.

Dans un terminal, exécutez la commande suivante pour mettre à jour votre menu de chargement:

administrateur@ordinateur:~$ sudo update-grub

Arrêtez votre ordinateur (il ne se mettra pas correctement hors-tension), puis redémarrez-le et arrêtez-le à nouveau. Cette fois-ci, l'arrêt est-il complet?


«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.

Hors ligne

#28 Le 10/05/2011, à 10:41

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

AlexandreP a écrit :

Je ne suis pas un expert dans ce domaine. La dernière astuce que j'arrive à trouver, c'est de passer en argument l'option acpi=force au noyau Linux du système, lors du démarrage du système.

Appuyez sur les touche [ALT]+[F2] pour ouvrir une invite de commande rapide et exécutez la commande suivante:

gksudo gedit /etc/default/grub

Ceci ouvre l'éditeur de texte Gedit en mode administrateur et vous ouvre le fichier de configuration du chargeur d'amorçage GRUB.

Repérez la ligne qui débute par:
     GRUB_CMDLINE_LINUX_DEFAULT="(options de chargement)"
C'est autour de la ligne 9. Ajoutez l'option acpi=force aux options. Cette ligne devient:
     GRUB_CMDLINE_LINUX_DEFAULT="(options de chargement) acpi=force"
Enregistrez le document et fermez Gedit.

Dans un terminal, exécutez la commande suivante pour mettre à jour votre menu de chargement:

administrateur@ordinateur:~$ sudo update-grub

Arrêtez votre ordinateur (il ne se mettra pas correctement hors-tension), puis redémarrez-le et arrêtez-le à nouveau. Cette fois-ci, l'arrêt est-il complet?

merci AlexandreP pour tes reponses
mais le probleme persiste
peut tu publier un etc/default/grub sain pour que je le compare au mien??
merci
NB: voila  comment je l ai trouver chez moi GRUB_CMDLINE_LINUX=" "
et apres edition rien a changer


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

Hors ligne

#29 Le 10/05/2011, à 18:22

AlexandreP

Re : [Résolu] ubuntu ne s eteind pas totalement

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp acpi=force"
GRUB_CMDLINE_LINUX=""


# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1366x768
GRUB_GFXPAYLOAD_LINUX=1366x768

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"


«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.

Hors ligne

#30 Le 10/05/2011, à 18:30

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

AlexandreP a écrit :

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp acpi=force"

je change toute la ligne oubien il y a ce qui est specifique a ta machine???
merci beaucoup


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

Hors ligne

#31 Le 10/05/2011, à 21:12

AlexandreP

Re : [Résolu] ubuntu ne s eteind pas totalement

L'option i8042.nopnp est spécifique à ma machine. (Elle active le pavé tactile de mon ordinateur portable Sony VAIO.)


«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.

Hors ligne

#32 Le 15/05/2011, à 10:13

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

au fait mon pc n e seteint tjr pas
pire encore il redémarre
je ne sais pas si une panne hard peut faire ca?
quand je touche la coque métallique de mon pc  avec un testeur j ai le voyant du testeur qui s allume
bizarre non
merci pour tout  AlexandreP


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

Hors ligne

#33 Le 19/05/2011, à 19:07

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

j ai tjr le meme probleme
je ne sais pas si qlq un rapporte les bug au constructeur ou bien il restent tous ici au iveau du fofo
NB: windows eteint mon pc le plus noirmalement du monde
donc je deduit que ce n est pas un probleme materiel
j attend vos reponses
@+++


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

Hors ligne

#34 Le 21/05/2011, à 05:59

AlexandreP

Re : [Résolu] ubuntu ne s eteind pas totalement

malmsteen a écrit :

je ne sais pas si qlq un rapporte les bug au constructeur ou bien il restent tous ici au iveau du fofo

Non. Tu dois rapporter tes bogues plus haut, sur Launchpad.
https://bugs.launchpad.net/ubuntu


«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.

Hors ligne

#35 Le 21/05/2011, à 06:35

sauthess

Re : [Résolu] ubuntu ne s eteind pas totalement

Bonjour,

Il n'y a pas que toi qui n'arrive pas à eteindre ton pc, il y a un post ouvert actuellement (du moins, j'espère que la personne concerné a résolu son problème).

Regarde : http://forum.ubuntu-fr.org/viewtopic.ph … 1#p4581811

Pour moi, l'arrêt du matériel effectif est fait à l'aide de l'ACPI (d'où mes conseils de modification à ce niveau). Essayes d'eteindre et de faire echap lors de celui-ci (pour voir apparaitre le déroulement), tu verras où cela bloque (si c'est sur "halt now", c'est certainement l'ACPI).

Cordialement,

EDIT : je vois souvent des conseils pour mettre "acpi=force" : cela ne sert à rien à mon avis, cette option force l'utilisation de l'acpi si par défaut il est à off, or il est activé par défaut sur toutes les distrib depuis très longtemps. L'option "strict" change la façon dont le noyau considère l'implémentation de l'ACPI dans le bios....(je l'utilise sur quasiment tous mes pc car le niveau d'implémentation de l'acpi par les constructeurs (certains pire que d'autre...) est lamentable...)
Attention, si le pc est ancien, il ne faut pas utiliser "windows 2009" qui correspond à Win7 mais :
- Windows 2006 : pour Vista
- Windows 2001 SP2 : XP SP2
- Windows 2001 SP1 : XP SP1
- Windows 2001 : XP
- Linux : pour linux mais en fait à éviter car les constructeurs n'ayant rien à faire de Linux, cette implémentation n'apporte rien de bon en fait en général

L'idée c'est d'utiliser le nom utilisé par le système validé par le constructeur sur le pc (si win7 alors Win...2009, si Vista Win...2006, etc...).
En cas de doute, je peux expliquer comment extraire la table dsdt (fait partie de l'implémentation de l'acpi) et regarder soit même quel sont les options de votre bios (les options que je viens de présenter sont tirées de mon portable qui est tout neuf...)

Dernière modification par sauthess (Le 21/05/2011, à 06:48)


Serveur : Debian openvz, Portable 1 : Arch linux, Portable 2 et 3 : Ubuntu

Hors ligne

#36 Le 21/05/2011, à 15:26

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

je suis aller voir l autre sujet
mais on pas les memes symptômes

apres avoir formater mon pc
et installer ubuntu 11.04 (j ai meme supprimer ma partition pour la récréer ensuite)
quand j eteint mon pc, tout ce passe bien, avec la fenêtre de fermeture et tout
mais le probleme est que mon ventilateur de alimentation  reste en fonctionnement ainsi que les voyant du port usb de façade de l unité centrale et l écran avec un fond mauve
je n ai rien touche d autre ni grub ni quoi que ce soit

j ai tester

GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi=strict acpi_os_name=\"Windows 2009\" vga=791 quiet splash"

mais ca ne marche pas
avec un xp sp3 a la place de 2009 j ai mis 2001


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

Hors ligne

#37 Le 21/05/2011, à 16:03

sauthess

Re : [Résolu] ubuntu ne s eteind pas totalement

Bonjour,

Ok, pour l'autre personne, ça à l'air de marcher donc ça valait le coup de tenter... (tu as bien redémarré complètement avant de valider l'arrêt car cette modification n'est effective qu'après un redémarrage ?)

As-tu validé l'extinction via halt (en se connectant sur une console crtl-alt-F1 et en ayant éteint gdm) comme indiqué dans l'autre post (pour voir si c'est l'interface graphique ou un drvier graphique qui gêne) ?


Serveur : Debian openvz, Portable 1 : Arch linux, Portable 2 et 3 : Ubuntu

Hors ligne

#38 Le 21/05/2011, à 16:09

sauthess

Re : [Résolu] ubuntu ne s eteind pas totalement

Bonjour,

Si tu veux être sur des valeurs que tu peux mettre :

sudo apt-get install iasl
mkdir test
cd test
sudo cp /proc/acpi/dsdt .
sudo iasl -d dsdt

Tu édites le fichier dsdt.dsl obtenu et tu cherches "Windows", tu vas directement tomber sur la liste valide pour ton pc...

(je viens de repenser que si tu as fais des tests avec des valeurs érronées, cela ne sert à rien...)


Serveur : Debian openvz, Portable 1 : Arch linux, Portable 2 et 3 : Ubuntu

Hors ligne

#39 Le 21/05/2011, à 17:48

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

apres redémarrage tjr rien
voila

kakou@kakou-PC:~$ mkdir test
kakou@kakou-PC:~$ cd test
kakou@kakou-PC:~/test$ sudo cp /proc/acpi/dsdt .
cp: impossible d'évaluer «/proc/acpi/dsdt»: Aucun fichier ou dossier de ce type
kakou@kakou-PC:~/test$ sudo cp /proc/acpi/dsdt 
cp: opérande du fichier cible manquant après «/proc/acpi/dsdt»
Saisissez « cp --help » pour plus d'informations.
kakou@kakou-PC:~/test$ sudo iasl -d dsdt

Intel ACPI Component Architecture
AML Disassembler version 20100528 [Oct 15 2010]
Copyright (c) 2000 - 2010 Intel Corporation
Supports ACPI Specification Revision 4.0a

Could not open input file dsdt

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

Hors ligne

#40 Le 21/05/2011, à 17:53

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

pour le test en service gdm stop
je l ai effectue mais avec  sudo et tjr le meme probleme
pour les pilote propriétaire je n en ai pas
pour mon grub voila

  # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.

    GRUB_DEFAULT=0
    #GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=10
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi=strict acpi_os_name=\"Windows 2001\" vga=791 quiet splash"
    GRUB_CMDLINE_LINUX=""


    # Uncomment to enable BadRAM filtering, modify to suit your needs
    # This works with Linux (no patch required) and with any kernel that obtains
    # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

    # Uncomment to disable graphical terminal (grub-pc only)
    #GRUB_TERMINAL=console

    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=1366x768
    GRUB_GFXPAYLOAD_LINUX=1366x768

    # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    #GRUB_DISABLE_LINUX_UUID=true

    # Uncomment to disable generation of recovery mode menu entries
    #GRUB_DISABLE_RECOVERY="true"

    # Uncomment to get a beep at grub start
    #GRUB_INIT_TUNE="480 440 1"

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

Hors ligne

#41 Le 21/05/2011, à 18:44

sauthess

Re : [Résolu] ubuntu ne s eteind pas totalement

Heu....

Sur mon pc, j'ai toujours eu le fichier /proc/acpi/dsdt....

Autre possibilité pour faire la même chose :

sudo apt-get install acpidump
sudo acpidump -t DSDT > DSDT.dump
sudo acpixtract -a DSDT.dump
sudo iasl -d DSDT.dat

Tu devrais avoir ton fichier DSDT.dsl

Tu peux poster le résultat de la commande dmesg s'il te plait ? (cela permettra de voir peut être quelque chose d'autre...)

Merci !


Serveur : Debian openvz, Portable 1 : Arch linux, Portable 2 et 3 : Ubuntu

Hors ligne

#42 Le 21/05/2011, à 19:14

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

ca coince tjr

kakou@kakou-PC:~$ sudo acpidump -t DSDT > DSDT.dump
[sudo] password for kakou: 
Wrong checksum for generic table!

et voila pour dmesg

    0.215754] pci 0000:01:00.0: reg 30: [mem 0xdfee0000-0xdfeeffff pref]
[    0.215779] pci 0000:01:00.0: supports D1 D2
[    0.215782] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.215788] pci 0000:01:00.0: PME# disabled
[    0.215846] pci 0000:00:1e.0: PCI bridge to [bus 01-01] (subtractive decode)
[    0.215853] pci 0000:00:1e.0:   bridge window [io  0xc000-0xcfff]
[    0.215860] pci 0000:00:1e.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.215868] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.215872] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.215876] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.215897] pci_bus 0000:00: on NUMA node 0
[    0.215904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.216142] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
[    0.216259] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.216329] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    0.216440]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.230161] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.230258] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.230351] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.230444] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.230538] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.230630] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.230725] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.230822] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.230991] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.231012] vgaarb: loaded
[    0.231376] SCSI subsystem initialized
[    0.240152] libata version 3.00 loaded.
[    0.240243] usbcore: registered new interface driver usbfs
[    0.240265] usbcore: registered new interface driver hub
[    0.240320] usbcore: registered new device driver usb
[    0.240527] wmi: Mapper loaded
[    0.240530] PCI: Using ACPI for IRQ routing
[    0.240536] PCI: pci_cache_line_size set to 64 bytes
[    0.240637] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.240641] reserve RAM buffer: 000000005f7a0000 - 000000005fffffff 
[    0.240811] NetLabel: Initializing
[    0.240814] NetLabel:  domain hash size = 128
[    0.240817] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.240834] NetLabel:  unlabeled traffic allowed by default
[    0.240907] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.240914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.240923] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.248284] Switching to clocksource hpet
[    0.251738] Switched to NOHz mode on CPU #0
[    0.251889] Switched to NOHz mode on CPU #1
[    0.260421] AppArmor: AppArmor Filesystem Enabled
[    0.260468] pnp: PnP ACPI init
[    0.260500] ACPI: bus type pnp registered
[    0.260647] pnp 00:00: [bus 00-ff]
[    0.260652] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.260656] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.260660] pnp 00:00: [io  0x0d00-0xffff window]
[    0.260664] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.260668] pnp 00:00: [mem 0x5f810000-0xffffffff window]
[    0.260774] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.260793] pnp 00:01: [mem 0xfed13000-0xfed19fff]
[    0.260876] system 00:01: [mem 0xfed13000-0xfed19fff] has been reserved
[    0.260882] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.260933] pnp 00:02: [dma 4]
[    0.260937] pnp 00:02: [io  0x0000-0x000f]
[    0.260940] pnp 00:02: [io  0x0081-0x0083]
[    0.260943] pnp 00:02: [io  0x0087]
[    0.260946] pnp 00:02: [io  0x0089-0x008b]
[    0.260949] pnp 00:02: [io  0x008f]
[    0.260952] pnp 00:02: [io  0x00c0-0x00df]
[    0.261010] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.261032] pnp 00:03: [io  0x0070-0x0071]
[    0.261048] pnp 00:03: [irq 8]
[    0.261100] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.261119] pnp 00:04: [io  0x0061]
[    0.261172] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.261191] pnp 00:05: [io  0x00f0-0x00ff]
[    0.261199] pnp 00:05: [irq 13]
[    0.261255] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.261791] pnp 00:06: [irq 6]
[    0.261796] pnp 00:06: [dma 2]
[    0.261799] pnp 00:06: [io  0x03f0-0x03f5]
[    0.261802] pnp 00:06: [io  0x03f7]
[    0.261910] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.262571] pnp 00:07: [irq 7]
[    0.262576] pnp 00:07: [dma 3]
[    0.262582] pnp 00:07: [io  0x0378-0x037f]
[    0.262586] pnp 00:07: [io  0x0778-0x077f]
[    0.262853] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.262910] pnp 00:08: [io  0x0000-0xffffffff disabled]
[    0.262914] pnp 00:08: [io  0x0000-0xffffffff disabled]
[    0.262918] pnp 00:08: [io  0x0290-0x0297]
[    0.263000] system 00:08: [io  0x0290-0x0297] has been reserved
[    0.263007] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.263209] pnp 00:09: [io  0x0010-0x001f]
[    0.263214] pnp 00:09: [io  0x0022-0x003f]
[    0.263217] pnp 00:09: [io  0x0044-0x005f]
[    0.263220] pnp 00:09: [io  0x0062-0x0063]
[    0.263223] pnp 00:09: [io  0x0065-0x006f]
[    0.263226] pnp 00:09: [io  0x0072-0x007f]
[    0.263229] pnp 00:09: [io  0x0080]
[    0.263232] pnp 00:09: [io  0x0084-0x0086]
[    0.263235] pnp 00:09: [io  0x0088]
[    0.263238] pnp 00:09: [io  0x008c-0x008e]
[    0.263241] pnp 00:09: [io  0x0090-0x009f]
[    0.263244] pnp 00:09: [io  0x00a2-0x00bf]
[    0.263247] pnp 00:09: [io  0x00e0-0x00ef]
[    0.263250] pnp 00:09: [io  0x04d0-0x04d1]
[    0.263253] pnp 00:09: [io  0x0800-0x087f]
[    0.263257] pnp 00:09: [io  0x0000-0xffffffff disabled]
[    0.263260] pnp 00:09: [io  0x0480-0x04bf]
[    0.263263] pnp 00:09: [io  0x0900-0x091f]
[    0.263267] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
[    0.263270] pnp 00:09: [mem 0xfed20000-0xfed8ffff]
[    0.263273] pnp 00:09: [mem 0xffb00000-0xffbfffff]
[    0.263277] pnp 00:09: [mem 0xfff00000-0xffffffff]
[    0.263384] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.263388] system 00:09: [io  0x0800-0x087f] has been reserved
[    0.263393] system 00:09: [io  0x0480-0x04bf] has been reserved
[    0.263397] system 00:09: [io  0x0900-0x091f] has been reserved
[    0.263401] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.263406] system 00:09: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.263410] system 00:09: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.263415] system 00:09: [mem 0xfff00000-0xffffffff] could not be reserved
[    0.263420] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.263597] pnp 00:0a: [mem 0xfed00000-0xfed003ff]
[    0.263655] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.263735] pnp 00:0b: [io  0x0060]
[    0.263738] pnp 00:0b: [io  0x0064]
[    0.263746] pnp 00:0b: [irq 1]
[    0.263806] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.263893] pnp 00:0c: [irq 12]
[    0.263956] pnp 00:0c: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.264071] pnp 00:0d: [mem 0xfec00000-0xfec00fff]
[    0.264075] pnp 00:0d: [mem 0xfee00000-0xfee00fff]
[    0.264162] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.264169] system 00:0d: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.264175] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.264629] pnp 00:0e: [irq 4]
[    0.264634] pnp 00:0e: [dma 0 disabled]
[    0.264637] pnp 00:0e: [io  0x03f8-0x03ff]
[    0.264757] pnp 00:0e: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.264852] pnp 00:0f: [mem 0xffb80000-0xffbfffff]
[    0.264856] pnp 00:0f: [mem 0xfff80000-0xffffffff]
[    0.264916] pnp 00:0f: Plug and Play ACPI device, IDs INT0800 (active)
[    0.264996] pnp 00:10: [mem 0xffc00000-0xfff7ffff]
[    0.265083] system 00:10: [mem 0xffc00000-0xfff7ffff] has been reserved
[    0.265090] system 00:10: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.265147] pnp 00:11: [mem 0xf0000000-0xf3ffffff]
[    0.265233] system 00:11: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.265240] system 00:11: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.265509] pnp 00:12: [mem 0x00000000-0x0009ffff]
[    0.265514] pnp 00:12: [mem 0x000c0000-0x000dffff]
[    0.265517] pnp 00:12: [mem 0x000e0000-0x000fffff]
[    0.265521] pnp 00:12: [mem 0x00100000-0x5f7fffff]
[    0.265524] pnp 00:12: [mem 0x00000000-0xffffffff disabled]
[    0.265625] system 00:12: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.265632] system 00:12: [mem 0x000c0000-0x000dffff] could not be reserved
[    0.265637] system 00:12: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.265641] system 00:12: [mem 0x00100000-0x5f7fffff] could not be reserved
[    0.265647] system 00:12: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.265920] pnp: PnP ACPI: found 19 devices
[    0.265924] ACPI: ACPI bus type pnp unregistered
[    0.265931] PnPBIOS: Disabled by ACPI PNP
[    0.303955] pci 0000:00:1c.0: BAR 14: assigned [mem 0x60000000-0x601fffff]
[    0.303964] pci 0000:00:1c.0: BAR 15: assigned [mem 0x60200000-0x603fffff 64bit pref]
[    0.303969] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[    0.303974] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.303982] pci 0000:00:1c.0:   bridge window [mem 0x60000000-0x601fffff]
[    0.303988] pci 0000:00:1c.0:   bridge window [mem 0x60200000-0x603fffff 64bit pref]
[    0.304019] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.304024] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.304031] pci 0000:00:1c.1:   bridge window [mem 0xdff00000-0xdfffffff]
[    0.304036] pci 0000:00:1c.1:   bridge window [mem pref disabled]
[    0.304045] pci 0000:00:1e.0: PCI bridge to [bus 01-01]
[    0.304049] pci 0000:00:1e.0:   bridge window [io  0xc000-0xcfff]
[    0.304056] pci 0000:00:1e.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.304062] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.304087] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.304095] pci 0000:00:1c.0: setting latency timer to 64
[    0.304112] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.304118] pci 0000:00:1c.1: setting latency timer to 64
[    0.304128] pci 0000:00:1e.0: setting latency timer to 64
[    0.304134] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.304138] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.304142] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.304146] pci_bus 0000:03: resource 1 [mem 0x60000000-0x601fffff]
[    0.304150] pci_bus 0000:03: resource 2 [mem 0x60200000-0x603fffff 64bit pref]
[    0.304154] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.304157] pci_bus 0000:02: resource 1 [mem 0xdff00000-0xdfffffff]
[    0.304161] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.304165] pci_bus 0000:01: resource 1 [mem 0xdfe00000-0xdfefffff]
[    0.304169] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.304172] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
[    0.304223] NET: Registered protocol family 2
[    0.304331] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.304727] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.305363] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.305682] TCP: Hash tables configured (established 131072 bind 65536)
[    0.305685] TCP reno registered
[    0.305689] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.305700] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.305817] NET: Registered protocol family 1
[    0.305840] pci 0000:00:02.0: Boot video device
[    0.305974] PCI: CLS 16 bytes, default 64
[    0.306269] cpufreq-nforce2: No nForce2 chipset.
[    0.306475] audit: initializing netlink socket (disabled)
[    0.306489] type=2000 audit(1305996590.300:1): initialized
[    0.318016] highmem bounce pool size: 64 pages
[    0.318025] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.321206] VFS: Disk quotas dquot_6.5.2
[    0.321305] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.322489] fuse init (API version 7.16)
[    0.322656] msgmni has been set to 1691
[    0.323036] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.323079] io scheduler noop registered
[    0.323083] io scheduler deadline registered
[    0.323109] io scheduler cfq registered (default)
[    0.323284] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.323349] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.323445] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.323500] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.323638] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.323682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.323952] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.323960] ACPI: Power Button [PWRB]
[    0.324066] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.324073] ACPI: Power Button [PWRF]
[    0.324340] ACPI: acpi_idle registered with cpuidle
[    0.328068] ERST: Table is not found!
[    0.328179] isapnp: Scanning for PnP cards...
[    0.328231] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.347370] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.625351] Freeing initrd memory: 12520k freed
[    0.681388] isapnp: No Plug & Play device found
[    0.823521] 00:0e: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.824046] Linux agpgart interface v0.103
[    0.824171] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[    0.824314] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[    0.825223] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.825421] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    0.827668] brd: module loaded
[    0.828751] loop: module loaded
[    0.828905] i2c-core: driver [adp5520] using legacy suspend method
[    0.828908] i2c-core: driver [adp5520] using legacy resume method
[    0.829062] ata_piix 0000:00:1f.1: version 2.13
[    0.829093] ata_piix 0000:00:1f.1: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    0.829144] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.829754] scsi0 : ata_piix
[    0.829922] scsi1 : ata_piix
[    0.832094] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.832098] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.832275] ata_piix 0000:00:1f.2: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[    0.832287] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.832337] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.832911] scsi2 : ata_piix
[    0.833044] scsi3 : ata_piix
[    0.835148] ata3: SATA max UDMA/133 cmd 0xb800 ctl 0xb400 bmdma 0xa400 irq 23
[    0.835153] ata4: SATA max UDMA/133 cmd 0xb000 ctl 0xa800 bmdma 0xa408 irq 23
[    0.835884] Fixed MDIO Bus: probed
[    0.835955] PPP generic driver version 2.4.2
[    0.836049] tun: Universal TUN/TAP device driver, 1.6
[    0.836053] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.836215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.836250] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.836269] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.836274] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.836338] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.836393] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.836407] ehci_hcd 0000:00:1d.7: debug port 1
[    0.840289] ehci_hcd 0000:00:1d.7: cache line size of 16 is not supported
[    0.840309] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdfdffc00
[    0.856022] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.856251] hub 1-0:1.0: USB hub found
[    0.856260] hub 1-0:1.0: 8 ports detected
[    0.856392] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.856417] uhci_hcd: USB Universal Host Controller Interface driver
[    0.856453] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.856463] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.856467] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.856533] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.856589] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00009000
[    0.856799] hub 2-0:1.0: USB hub found
[    0.856807] hub 2-0:1.0: 2 ports detected
[    0.856916] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.856928] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.856933] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.857000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.860072] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00009400
[    0.860286] hub 3-0:1.0: USB hub found
[    0.860294] hub 3-0:1.0: 2 ports detected
[    0.860412] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.860422] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.860426] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.860489] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.860548] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009800
[    0.860759] hub 4-0:1.0: USB hub found
[    0.860767] hub 4-0:1.0: 2 ports detected
[    0.860881] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.860890] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.860895] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.860960] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.864072] uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000a000
[    0.864289] hub 5-0:1.0: USB hub found
[    0.864296] hub 5-0:1.0: 2 ports detected
[    0.864545] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.867490] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.867502] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.867772] mousedev: PS/2 mouse device common for all mice
[    0.867999] rtc_cmos 00:03: RTC can wake from S4
[    0.868122] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.868152] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.868315] device-mapper: uevent: version 1.0.3
[    0.868454] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[    0.868577] device-mapper: multipath: version 1.2.0 loaded
[    0.868581] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.868708] EISA: Probing bus 0 at eisa.0
[    0.868741] Cannot allocate resource for EISA slot 8
[    0.868743] EISA: Detected 0 cards.
[    0.868854] cpuidle: using governor ladder
[    0.868858] cpuidle: using governor menu
[    0.869328] TCP cubic registered
[    0.869550] NET: Registered protocol family 10
[    0.870579] NET: Registered protocol family 17
[    0.870607] Registering the dns_resolver key type
[    0.871407] Using IPI No-Shortcut mode
[    0.871567] PM: Hibernation image not present or could not be loaded.
[    0.871586] registered taskstats version 1
[    0.871911]   Magic number: 11:57:844
[    0.872021] rtc_cmos 00:03: setting system clock to 2011-05-21 16:49:51 UTC (1305996591)
[    0.872043] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.872046] EDD information not available.
[    0.887704] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.999178] ata1.00: ATAPI: TSSTcorpDVD-ROM SH-D162D, SB00, max UDMA/33
[    0.999392] ata3.00: ATA-7: WDC WD800JD-75MSA3, 10.01E04, max UDMA/133
[    0.999398] ata3.00: 156250000 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.004415] ata3.00: configured for UDMA/133
[    1.012198] ata1.00: configured for UDMA/33
[    1.013810] scsi 0:0:0:0: CD-ROM            TSSTcorp DVD-ROM SH-D162D SB00 PQ: 0 ANSI: 5
[    1.015942] sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
[    1.015948] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.016147] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.016253] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.016464] scsi 2:0:0:0: Direct-Access     ATA      WDC WD800JD-75MS 10.0 PQ: 0 ANSI: 5
[    1.016695] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.016814] sd 2:0:0:0: [sda] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.016911] sd 2:0:0:0: [sda] Write Protect is off
[    1.016916] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.016957] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.120419]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[    1.121061] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.121114] Freeing unused kernel memory: 700k freed
[    1.121527] Write protecting the kernel text: 5192k
[    1.121600] Write protecting the kernel read-only data: 2148k
[    1.160635] <30>udev[71]: starting version 167
[    1.280077] usb 1-4: new high speed USB device using ehci_hcd and address 3
[    1.304033] Refined TSC clocksource calibration: 2799.965 MHz.
[    1.304041] Switching to clocksource tsc
[    1.329333] sundance.c:v1.2 11-Sep-2006 Written by Donald Becker
[    1.329380] sundance 0000:01:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.330588] eth0: IC Plus Corporation IP100A FAST Ethernet Adapter at 0001c800, 00:27:19:f0:00:89, IRQ 17.
[    1.331185] eth0: MII PHY found at address 0, status 0x7849 advertising 01e1.
[    1.407589] Atheros(R) L2 Ethernet Driver - version 2.2.3
[    1.407594] Copyright (c) 2007 Atheros Corporation.
[    1.407640] atl2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.407655] atl2 0000:02:00.0: setting latency timer to 64
[    1.410651] Floppy drive(s): fd0 is 1.44M
[    1.422132] usbcore: registered new interface driver uas
[    1.431411] Initializing USB Mass Storage driver...
[    1.431722] scsi4 : usb-storage 1-4:1.0
[    1.432230] usbcore: registered new interface driver usb-storage
[    1.432234] USB Mass Storage support registered.
[    1.524028] usb 1-7: new high speed USB device using ehci_hcd and address 4
[    1.642131] FDC 0 is a post-1991 82077
[    1.699864] usb 1-7: can't set config #1, error -71
[    1.936022] usb 2-1: new full speed USB device using uhci_hcd and address 2
[    2.135317] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[    2.432779] scsi 4:0:0:0: Direct-Access     WD       1600BEV External 1.04 PQ: 0 ANSI: 4
[    2.433566] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    2.433997] sd 4:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.434742] sd 4:0:0:0: [sdb] Write Protect is off
[    2.434748] sd 4:0:0:0: [sdb] Mode Sense: 21 00 00 00
[    2.435490] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.435495] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.437746] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.437750] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.438350]  sdb: sdb1
[    2.440615] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.440619] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.440625] sd 4:0:0:0: [sdb] Attached SCSI disk
[   12.895917] <30>udev[286]: starting version 167
[   12.942192] lp: driver loaded but no devices found
[   12.951051] Adding 2928636k swap on /dev/sda7.  Priority:-1 extents:1 across:2928636k 
[   13.174394] intel_rng: FWH not detected
[   13.373573] leds_ss4200: no LED devices found
[   13.410320] type=1400 audit(1305993004.034:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=549 comm="apparmor_parser"
[   13.411338] type=1400 audit(1305993004.034:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=549 comm="apparmor_parser"
[   13.411984] type=1400 audit(1305993004.034:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=549 comm="apparmor_parser"
[   13.417137] [drm] Initialized drm 1.1.0 20060810
[   13.527292] parport_pc 00:07: reported by Plug and Play ACPI
[   13.527408] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   13.624919] lp0: using parport0 (interrupt-driven).
[   13.653331] ppdev: user-space parallel port driver
[   13.663353] Linux video capture interface: v2.00
[   13.673712] gspca: v2.12.0 registered
[   13.681008] gspca: probing 046d:08d7
[   13.706733] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.706742] i915 0000:00:02.0: setting latency timer to 64
[   13.744434] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   13.744440] [drm] Driver supports precise vblank timestamp query.
[   13.750893] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.751306] [drm] initialized overlay support
[   13.847696] psmouse serio1: ID: 10 00 64
[   13.853013] Console: switching to colour frame buffer device 170x48
[   13.857718] fb0: inteldrmfb frame buffer device
[   13.857721] drm: registered panic notifier
[   13.857971] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.858037] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   13.858123] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[   13.858161] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   14.499341] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[   14.799639] zc3xx: probe 2wr ov vga 0x0000
[   14.835640] zc3xx: probe sensor -> 0011
[   14.835645] zc3xx: Find Sensor HV7131R
[   14.837746] input: zc3xx as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/input/input4
[   14.837918] gspca: video0 created
[   14.837983] usbcore: registered new interface driver zc3xx
[   14.952224] usbcore: registered new interface driver snd-usb-audio
[   21.097058] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro
[   21.196778] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   21.941412] type=1400 audit(1305993012.566:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=773 comm="apparmor_parser"
[   21.945098] type=1400 audit(1305993012.570:6): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=772 comm="apparmor_parser"
[   21.947111] type=1400 audit(1305993012.570:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=773 comm="apparmor_parser"
[   21.947761] type=1400 audit(1305993012.570:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=773 comm="apparmor_parser"
[   21.984951] type=1400 audit(1305993012.610:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=787 comm="apparmor_parser"
[   22.001322] type=1400 audit(1305993012.626:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=787 comm="apparmor_parser"
[   22.013313] type=1400 audit(1305993012.638:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=775 comm="apparmor_parser"
[   22.015189] type=1400 audit(1305993012.638:12): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=789 comm="apparmor_parser"
[   22.019482] type=1400 audit(1305993012.642:13): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=789 comm="apparmor_parser"
[   22.047992] type=1400 audit(1305993012.670:14): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=797 comm="apparmor_parser"
[   22.199351] atl2 0000:02:00.0: irq 43 for MSI/MSI-X
[   22.199645] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   22.213114] eth0: Link up
[   22.213440] eth0: Link changed: 100Mbps, full duplex
[   22.404124] atl2: eth1 NIC Link is Up<100 Mbps Full Duplex>
[   22.404296] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   23.283824] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro,commit=0
[   23.359700] EXT4-fs (sda6): re-mounted. Opts: commit=0
[   23.426168] ip_tables: (C) 2000-2006 Netfilter Core Team
[   23.448954] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   24.911689] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro,commit=0
[   24.917156] EXT4-fs (sda6): re-mounted. Opts: commit=0
[   32.928010] eth0: no IPv6 routers present
[   33.048010] eth1: no IPv6 routers present
kakou@kakou-PC:~$ 

et voila pour sudo acpixtract -a DSDT.dump

Acpi table [DSDT] -  26667 bytes written to DSDT.dat

et voila pour sudo iasl -d DSDT.dat

Intel ACPI Component Architecture
AML Disassembler version 20100528 [Oct 15 2010]
Copyright (c) 2000 - 2010 Intel Corporation
Supports ACPI Specification Revision 4.0a

Loading Acpi table from file DSDT.dat
Acpi table [DSDT] successfully installed and loaded
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Parsing completed
Disassembly completed, written to "DSDT.dsl"

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

Hors ligne

#43 Le 21/05/2011, à 20:14

sauthess

Re : [Résolu] ubuntu ne s eteind pas totalement

très interessant.... (le fait que la commande ne marche pas me fait penser qu'il y a un "sérieux" problème d'acpi)

Il manque rien au début ? (le dmesg ne démarre pas à 0).

Ton pc est très vieux ?

L'autre solution est de ne pas utiliser l'acpi mais l'apm (le magic syskey d'arrêt d'urgence utilise l'APM comme j'ai lu dans ce post ou dans un autre que quelqu'un redémarrait avec...).

Pour tenter il faut remplacer :

GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux acpi=strict acpi_os_name=\"Windows 2001\" vga=791 quiet splash"

par

GRUB_CMDLINE_LINUX_DEFAULT="acpi=off noacpi  apm=on vga=791 quiet splash"

dans /etc/default/grub

puis :

update-grub

rebooter. il faut vérifier que le module apm est chargé, sinon un :

sudo modprobe apm

puis tenter l'arrêt pour voir si ça change quelque chose.

Pour forcer le chargement (si cela résoud le problème et que tu ne souhaites, à raison, pas charger le module à la main, il faut ajouter "apm" à la fin du fichier /etc/modules)

on va trouver une solution wink

EDIT : je vois que ton pc reste sur un écran mauve, ce doit être le splash screen, as tu essayé de faire "échap" pour voir le texte affiché (pour voir sur quoi ça bloque) ?

Dernière modification par sauthess (Le 21/05/2011, à 20:17)


Serveur : Debian openvz, Portable 1 : Arch linux, Portable 2 et 3 : Ubuntu

Hors ligne

#44 Le 21/05/2011, à 21:13

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

merci de  t être  intéresser a mon cas
mon pc est assez récent
c est un intel dual cor 2.8 avec 1.5 go de ram carte mère asus tech
1120670469.png
NB: le fan de l alim qui reste en marche, et aussi l écran, les indicateur usb de façade, la carte réseau est reconnu par mon modem car le voyant LAN link rest allume
edite: j ai pas encore teste le apm et je suis avec burg
edite 2: apres reboot voila ce que donne la commande sudo modprobe apm

FATAL: Error inserting apm (/lib/modules/2.6.38-8-generic/kernel/arch/x86/kernel/apm.ko): No such device

Dernière modification par malmsteen (Le 21/05/2011, à 21:22)


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

Hors ligne

#45 Le 21/05/2011, à 21:28

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

apres avoir suivie la procedure en utilisant apm
le probleme persiste
merci encore


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

Hors ligne

#46 Le 21/05/2011, à 21:45

sauthess

Re : [Résolu] ubuntu ne s eteind pas totalement

donc retour arrière (à priori ton pc doit fonctionner avec l'acpi et ne supporte pas l'apm), ça valait le coup d'essayer...

Le dmesg complet ? (car je suis certain qu'il en manque un bout en fait)

as-tu essayé de faire echap quand tu es sur l'écran mauve lors d'un arrêt pour voir quel est le dernier message (ou une erreur) ?


Serveur : Debian openvz, Portable 1 : Arch linux, Portable 2 et 3 : Ubuntu

Hors ligne

#47 Le 21/05/2011, à 23:43

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

j ai remis l acpi a la place de apm
pour le dmesg
et echap ne donne rien, il reste tjr sur ecran mauve ou noir

[    0.196351] pci 0000:00:1f.1: reg 14: [io  0x0000-0x0003]
[    0.196364] pci 0000:00:1f.1: reg 18: [io  0x0000-0x0007]
[    0.196376] pci 0000:00:1f.1: reg 1c: [io  0x0000-0x0003]
[    0.196389] pci 0000:00:1f.1: reg 20: [io  0xffa0-0xffaf]
[    0.196438] pci 0000:00:1f.2: [8086:27c0] type 0 class 0x000101
[    0.196459] pci 0000:00:1f.2: reg 10: [io  0xb800-0xb807]
[    0.196471] pci 0000:00:1f.2: reg 14: [io  0xb400-0xb403]
[    0.196482] pci 0000:00:1f.2: reg 18: [io  0xb000-0xb007]
[    0.196493] pci 0000:00:1f.2: reg 1c: [io  0xa800-0xa803]
[    0.196505] pci 0000:00:1f.2: reg 20: [io  0xa400-0xa40f]
[    0.196543] pci 0000:00:1f.2: PME# supported from D3hot
[    0.196549] pci 0000:00:1f.2: PME# disabled
[    0.196567] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[    0.196634] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.196731] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[    0.196739] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.196746] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.196755] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.196833] pci 0000:02:00.0: [1969:2048] type 0 class 0x000200
[    0.196864] pci 0000:02:00.0: reg 10: [mem 0xdffc0000-0xdfffffff 64bit]
[    0.196929] pci 0000:02:00.0: reg 30: [mem 0xdffa0000-0xdffbffff pref]
[    0.196971] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.196978] pci 0000:02:00.0: PME# disabled
[    0.197001] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.197015] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.197022] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.197028] pci 0000:00:1c.1:   bridge window [mem 0xdff00000-0xdfffffff]
[    0.197037] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.197085] pci 0000:01:00.0: [13f0:0200] type 0 class 0x000200
[    0.197110] pci 0000:01:00.0: reg 10: [io  0xc800-0xc87f]
[    0.197123] pci 0000:01:00.0: reg 14: [mem 0xdfeffc00-0xdfeffdff]
[    0.197179] pci 0000:01:00.0: reg 30: [mem 0xdfee0000-0xdfeeffff pref]
[    0.197204] pci 0000:01:00.0: supports D1 D2
[    0.197207] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.197213] pci 0000:01:00.0: PME# disabled
[    0.197272] pci 0000:00:1e.0: PCI bridge to [bus 01-01] (subtractive decode)
[    0.197279] pci 0000:00:1e.0:   bridge window [io  0xc000-0xcfff]
[    0.197286] pci 0000:00:1e.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.197294] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.197299] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.197303] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.197323] pci_bus 0000:00: on NUMA node 0
[    0.197329] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.197547] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
[    0.197662] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.197732] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[    0.197842]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.203446] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.203542] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.203634] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.203727] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.203820] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.203912] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.204021] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.204116] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.204279] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.204298] vgaarb: loaded
[    0.204651] SCSI subsystem initialized
[    0.204726] libata version 3.00 loaded.
[    0.204811] usbcore: registered new interface driver usbfs
[    0.204834] usbcore: registered new interface driver hub
[    0.204883] usbcore: registered new device driver usb
[    0.205080] wmi: Mapper loaded
[    0.205083] PCI: Using ACPI for IRQ routing
[    0.205088] PCI: pci_cache_line_size set to 64 bytes
[    0.205186] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.205190] reserve RAM buffer: 000000005f7a0000 - 000000005fffffff 
[    0.205353] NetLabel: Initializing
[    0.205357] NetLabel:  domain hash size = 128
[    0.205359] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.205375] NetLabel:  unlabeled traffic allowed by default
[    0.205443] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.205450] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.205458] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.208096] Switching to clocksource hpet
[    0.211770] Switched to NOHz mode on CPU #0
[    0.211893] Switched to NOHz mode on CPU #1
[    0.220374] AppArmor: AppArmor Filesystem Enabled
[    0.220416] pnp: PnP ACPI init
[    0.220447] ACPI: bus type pnp registered
[    0.220589] pnp 00:00: [bus 00-ff]
[    0.220594] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.220598] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.220601] pnp 00:00: [io  0x0d00-0xffff window]
[    0.220605] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.220609] pnp 00:00: [mem 0x5f810000-0xffffffff window]
[    0.220711] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.220730] pnp 00:01: [mem 0xfed13000-0xfed19fff]
[    0.220809] system 00:01: [mem 0xfed13000-0xfed19fff] has been reserved
[    0.220815] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.220867] pnp 00:02: [dma 4]
[    0.220871] pnp 00:02: [io  0x0000-0x000f]
[    0.220874] pnp 00:02: [io  0x0081-0x0083]
[    0.220878] pnp 00:02: [io  0x0087]
[    0.220881] pnp 00:02: [io  0x0089-0x008b]
[    0.220884] pnp 00:02: [io  0x008f]
[    0.220887] pnp 00:02: [io  0x00c0-0x00df]
[    0.220948] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.220970] pnp 00:03: [io  0x0070-0x0071]
[    0.220986] pnp 00:03: [irq 8]
[    0.221040] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.221058] pnp 00:04: [io  0x0061]
[    0.221111] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.221129] pnp 00:05: [io  0x00f0-0x00ff]
[    0.221138] pnp 00:05: [irq 13]
[    0.221196] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.221736] pnp 00:06: [irq 6]
[    0.221740] pnp 00:06: [dma 2]
[    0.221744] pnp 00:06: [io  0x03f0-0x03f5]
[    0.221747] pnp 00:06: [io  0x03f7]
[    0.221850] pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.222509] pnp 00:07: [irq 7]
[    0.222513] pnp 00:07: [dma 3]
[    0.222517] pnp 00:07: [io  0x0378-0x037f]
[    0.222520] pnp 00:07: [io  0x0778-0x077f]
[    0.222787] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.222844] pnp 00:08: [io  0x0000-0xffffffff disabled]
[    0.222848] pnp 00:08: [io  0x0000-0xffffffff disabled]
[    0.222852] pnp 00:08: [io  0x0290-0x0297]
[    0.222935] system 00:08: [io  0x0290-0x0297] has been reserved
[    0.222942] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.223140] pnp 00:09: [io  0x0010-0x001f]
[    0.223144] pnp 00:09: [io  0x0022-0x003f]
[    0.223147] pnp 00:09: [io  0x0044-0x005f]
[    0.223150] pnp 00:09: [io  0x0062-0x0063]
[    0.223153] pnp 00:09: [io  0x0065-0x006f]
[    0.223157] pnp 00:09: [io  0x0072-0x007f]
[    0.223160] pnp 00:09: [io  0x0080]
[    0.223163] pnp 00:09: [io  0x0084-0x0086]
[    0.223166] pnp 00:09: [io  0x0088]
[    0.223169] pnp 00:09: [io  0x008c-0x008e]
[    0.223172] pnp 00:09: [io  0x0090-0x009f]
[    0.223175] pnp 00:09: [io  0x00a2-0x00bf]
[    0.223178] pnp 00:09: [io  0x00e0-0x00ef]
[    0.223181] pnp 00:09: [io  0x04d0-0x04d1]
[    0.223184] pnp 00:09: [io  0x0800-0x087f]
[    0.223188] pnp 00:09: [io  0x0000-0xffffffff disabled]
[    0.223191] pnp 00:09: [io  0x0480-0x04bf]
[    0.223194] pnp 00:09: [io  0x0900-0x091f]
[    0.223198] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
[    0.223201] pnp 00:09: [mem 0xfed20000-0xfed8ffff]
[    0.223205] pnp 00:09: [mem 0xffb00000-0xffbfffff]
[    0.223208] pnp 00:09: [mem 0xfff00000-0xffffffff]
[    0.223315] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.223320] system 00:09: [io  0x0800-0x087f] has been reserved
[    0.223325] system 00:09: [io  0x0480-0x04bf] has been reserved
[    0.223329] system 00:09: [io  0x0900-0x091f] has been reserved
[    0.223333] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.223338] system 00:09: [mem 0xfed20000-0xfed8ffff] has been reserved
[    0.223342] system 00:09: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.223347] system 00:09: [mem 0xfff00000-0xffffffff] could not be reserved
[    0.223352] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.223527] pnp 00:0a: [mem 0xfed00000-0xfed003ff]
[    0.223585] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.223665] pnp 00:0b: [io  0x0060]
[    0.223669] pnp 00:0b: [io  0x0064]
[    0.223676] pnp 00:0b: [irq 1]
[    0.223735] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.223820] pnp 00:0c: [irq 12]
[    0.223883] pnp 00:0c: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    0.223967] pnp 00:0d: [mem 0xfec00000-0xfec00fff]
[    0.223971] pnp 00:0d: [mem 0xfee00000-0xfee00fff]
[    0.224085] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.224090] system 00:0d: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.224096] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.224548] pnp 00:0e: [irq 4]
[    0.224552] pnp 00:0e: [dma 0 disabled]
[    0.224556] pnp 00:0e: [io  0x03f8-0x03ff]
[    0.224675] pnp 00:0e: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.224767] pnp 00:0f: [mem 0xffb80000-0xffbfffff]
[    0.224771] pnp 00:0f: [mem 0xfff80000-0xffffffff]
[    0.224831] pnp 00:0f: Plug and Play ACPI device, IDs INT0800 (active)
[    0.224911] pnp 00:10: [mem 0xffc00000-0xfff7ffff]
[    0.224997] system 00:10: [mem 0xffc00000-0xfff7ffff] has been reserved
[    0.225003] system 00:10: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.225061] pnp 00:11: [mem 0xf0000000-0xf3ffffff]
[    0.225147] system 00:11: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.225153] system 00:11: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.225422] pnp 00:12: [mem 0x00000000-0x0009ffff]
[    0.225426] pnp 00:12: [mem 0x000c0000-0x000dffff]
[    0.225430] pnp 00:12: [mem 0x000e0000-0x000fffff]
[    0.225433] pnp 00:12: [mem 0x00100000-0x5f7fffff]
[    0.225437] pnp 00:12: [mem 0x00000000-0xffffffff disabled]
[    0.225539] system 00:12: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.225544] system 00:12: [mem 0x000c0000-0x000dffff] could not be reserved
[    0.225549] system 00:12: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.225553] system 00:12: [mem 0x00100000-0x5f7fffff] could not be reserved
[    0.225559] system 00:12: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.225829] pnp: PnP ACPI: found 19 devices
[    0.225832] ACPI: ACPI bus type pnp unregistered
[    0.225838] PnPBIOS: Disabled by ACPI PNP
[    0.263862] pci 0000:00:1c.0: BAR 14: assigned [mem 0x60000000-0x601fffff]
[    0.263870] pci 0000:00:1c.0: BAR 15: assigned [mem 0x60200000-0x603fffff 64bit pref]
[    0.263875] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[    0.263880] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.263889] pci 0000:00:1c.0:   bridge window [mem 0x60000000-0x601fffff]
[    0.263895] pci 0000:00:1c.0:   bridge window [mem 0x60200000-0x603fffff 64bit pref]
[    0.263905] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    0.263910] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.263917] pci 0000:00:1c.1:   bridge window [mem 0xdff00000-0xdfffffff]
[    0.263922] pci 0000:00:1c.1:   bridge window [mem pref disabled]
[    0.263931] pci 0000:00:1e.0: PCI bridge to [bus 01-01]
[    0.263935] pci 0000:00:1e.0:   bridge window [io  0xc000-0xcfff]
[    0.263942] pci 0000:00:1e.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.263948] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.263973] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.263981] pci 0000:00:1c.0: setting latency timer to 64
[    0.264017] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.264023] pci 0000:00:1c.1: setting latency timer to 64
[    0.264034] pci 0000:00:1e.0: setting latency timer to 64
[    0.264041] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.264045] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.264049] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.264052] pci_bus 0000:03: resource 1 [mem 0x60000000-0x601fffff]
[    0.264056] pci_bus 0000:03: resource 2 [mem 0x60200000-0x603fffff 64bit pref]
[    0.264060] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.264063] pci_bus 0000:02: resource 1 [mem 0xdff00000-0xdfffffff]
[    0.264067] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.264071] pci_bus 0000:01: resource 1 [mem 0xdfe00000-0xdfefffff]
[    0.264074] pci_bus 0000:01: resource 4 [io  0x0000-0xffff]
[    0.264078] pci_bus 0000:01: resource 5 [mem 0x00000000-0xffffffff]
[    0.264129] NET: Registered protocol family 2
[    0.264236] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.264643] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.265282] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.265602] TCP: Hash tables configured (established 131072 bind 65536)
[    0.265605] TCP reno registered
[    0.265609] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.265620] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.265735] NET: Registered protocol family 1
[    0.265758] pci 0000:00:02.0: Boot video device
[    0.265893] PCI: CLS 16 bytes, default 64
[    0.266186] cpufreq-nforce2: No nForce2 chipset.
[    0.266396] audit: initializing netlink socket (disabled)
[    0.266409] type=2000 audit(1306009608.260:1): initialized
[    0.278359] highmem bounce pool size: 64 pages
[    0.278368] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.281519] VFS: Disk quotas dquot_6.5.2
[    0.281621] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.282810] fuse init (API version 7.16)
[    0.282976] msgmni has been set to 1691
[    0.283356] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.283397] io scheduler noop registered
[    0.283401] io scheduler deadline registered
[    0.283427] io scheduler cfq registered (default)
[    0.283608] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.283671] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.283764] pcieport 0000:00:1c.1: setting latency timer to 64
[    0.283817] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.283949] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.284020] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.284291] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.284301] ACPI: Power Button [PWRB]
[    0.284386] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.284393] ACPI: Power Button [PWRF]
[    0.284664] ACPI: acpi_idle registered with cpuidle
[    0.288044] ERST: Table is not found!
[    0.288157] isapnp: Scanning for PnP cards...
[    0.288211] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.308650] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.589530] Freeing initrd memory: 12520k freed
[    0.641383] isapnp: No Plug & Play device found
[    0.788813] 00:0e: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.792497] Linux agpgart interface v0.103
[    0.792621] agpgart-intel 0000:00:00.0: Intel 945G Chipset
[    0.792764] agpgart-intel 0000:00:00.0: detected gtt size: 262144K total, 262144K mappable
[    0.793671] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    0.793875] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    0.796165] brd: module loaded
[    0.797226] loop: module loaded
[    0.797383] i2c-core: driver [adp5520] using legacy suspend method
[    0.797386] i2c-core: driver [adp5520] using legacy resume method
[    0.797540] ata_piix 0000:00:1f.1: version 2.13
[    0.797571] ata_piix 0000:00:1f.1: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    0.797619] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.798232] scsi0 : ata_piix
[    0.798401] scsi1 : ata_piix
[    0.800578] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.800583] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.800762] ata_piix 0000:00:1f.2: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[    0.800772] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.800818] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.801384] scsi2 : ata_piix
[    0.801523] scsi3 : ata_piix
[    0.803605] ata3: SATA max UDMA/133 cmd 0xb800 ctl 0xb400 bmdma 0xa400 irq 23
[    0.803610] ata4: SATA max UDMA/133 cmd 0xb000 ctl 0xa800 bmdma 0xa408 irq 23
[    0.804355] Fixed MDIO Bus: probed
[    0.804424] PPP generic driver version 2.4.2
[    0.804497] tun: Universal TUN/TAP device driver, 1.6
[    0.804500] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.804652] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.804686] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.804706] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.804711] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.804776] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.804835] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.804849] ehci_hcd 0000:00:1d.7: debug port 1
[    0.808736] ehci_hcd 0000:00:1d.7: cache line size of 16 is not supported
[    0.808758] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdfdffc00
[    0.824022] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.824252] hub 1-0:1.0: USB hub found
[    0.824261] hub 1-0:1.0: 8 ports detected
[    0.824396] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.824421] uhci_hcd: USB Universal Host Controller Interface driver
[    0.824456] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.824466] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.824471] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.824542] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.824592] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00009000
[    0.824805] hub 2-0:1.0: USB hub found
[    0.824813] hub 2-0:1.0: 2 ports detected
[    0.824922] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.824934] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.824939] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.825012] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.828074] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00009400
[    0.828289] hub 3-0:1.0: USB hub found
[    0.828297] hub 3-0:1.0: 2 ports detected
[    0.828413] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.828423] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.828427] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.828496] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.828556] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009800
[    0.828768] hub 4-0:1.0: USB hub found
[    0.828776] hub 4-0:1.0: 2 ports detected
[    0.828890] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.828900] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.828904] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.828966] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.832072] uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000a000
[    0.832288] hub 5-0:1.0: USB hub found
[    0.832296] hub 5-0:1.0: 2 ports detected
[    0.832551] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.835325] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.835337] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.835609] mousedev: PS/2 mouse device common for all mice
[    0.835842] rtc_cmos 00:03: RTC can wake from S4
[    0.835947] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.835979] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.836159] device-mapper: uevent: version 1.0.3
[    0.836296] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[    0.836414] device-mapper: multipath: version 1.2.0 loaded
[    0.836418] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.836544] EISA: Probing bus 0 at eisa.0
[    0.836577] Cannot allocate resource for EISA slot 8
[    0.836580] EISA: Detected 0 cards.
[    0.836681] cpuidle: using governor ladder
[    0.836685] cpuidle: using governor menu
[    0.837175] TCP cubic registered
[    0.837400] NET: Registered protocol family 10
[    0.838449] NET: Registered protocol family 17
[    0.838484] Registering the dns_resolver key type
[    0.839276] Using IPI No-Shortcut mode
[    0.839444] PM: Hibernation image not present or could not be loaded.
[    0.839464] registered taskstats version 1
[    0.839787]   Magic number: 11:69:448
[    0.839887] rtc_cmos 00:03: setting system clock to 2011-05-21 20:26:49 UTC (1306009609)
[    0.839892] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.839894] EDD information not available.
[    0.855251] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    0.967820] ata1.00: ATAPI: TSSTcorpDVD-ROM SH-D162D, SB00, max UDMA/33
[    0.968054] ata3.00: ATA-7: WDC WD800JD-75MSA3, 10.01E04, max UDMA/133
[    0.968059] ata3.00: 156250000 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    0.976333] ata3.00: configured for UDMA/133
[    0.984197] ata1.00: configured for UDMA/33
[    0.985836] scsi 0:0:0:0: CD-ROM            TSSTcorp DVD-ROM SH-D162D SB00 PQ: 0 ANSI: 5
[    0.987969] sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
[    0.987974] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.988173] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    0.988280] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    0.988492] scsi 2:0:0:0: Direct-Access     ATA      WDC WD800JD-75MS 10.0 PQ: 0 ANSI: 5
[    0.988724] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    0.988915] sd 2:0:0:0: [sda] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    0.989038] sd 2:0:0:0: [sda] Write Protect is off
[    0.989043] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.989084] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.088905]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[    1.089548] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.089625] Freeing unused kernel memory: 700k freed
[    1.090048] Write protecting the kernel text: 5192k
[    1.090129] Write protecting the kernel read-only data: 2148k
[    1.128892] <30>udev[71]: starting version 167
[    1.248094] usb 1-4: new high speed USB device using ehci_hcd and address 3
[    1.251816] Atheros(R) L2 Ethernet Driver - version 2.2.3
[    1.251820] Copyright (c) 2007 Atheros Corporation.
[    1.251862] atl2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.251877] atl2 0000:02:00.0: setting latency timer to 64
[    1.264117] Refined TSC clocksource calibration: 2799.965 MHz.
[    1.264125] Switching to clocksource tsc
[    1.288317] sundance.c:v1.2 11-Sep-2006 Written by Donald Becker
[    1.288363] sundance 0000:01:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.289646] eth1: IC Plus Corporation IP100A FAST Ethernet Adapter at 0001c800, 00:27:19:f0:00:89, IRQ 17.
[    1.290237] eth1: MII PHY found at address 0, status 0x7849 advertising 01e1.
[    1.610172] Floppy drive(s): fd0 is 1.44M
[    1.631690] FDC 0 is a post-1991 82077
[    1.681834] usbcore: registered new interface driver uas
[    1.690242] Initializing USB Mass Storage driver...
[    1.690433] scsi4 : usb-storage 1-4:1.0
[    1.690994] usbcore: registered new interface driver usb-storage
[    1.690998] USB Mass Storage support registered.
[    1.784025] usb 1-7: new high speed USB device using ehci_hcd and address 4
[    1.928930] usb 1-7: string descriptor 0 read error: -71
[    1.934811] usb 1-7: can't set config #1, error -71
[    2.120433] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[    2.176046] usb 2-1: new full speed USB device using uhci_hcd and address 2
[    2.688717] scsi 4:0:0:0: Direct-Access     WD       1600BEV External 1.04 PQ: 0 ANSI: 4
[    2.689457] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    2.689943] sd 4:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.690689] sd 4:0:0:0: [sdb] Write Protect is off
[    2.690695] sd 4:0:0:0: [sdb] Mode Sense: 21 00 00 00
[    2.691437] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.691442] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.693686] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.693691] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.694295]  sdb: sdb1
[    2.696561] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.696566] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.696570] sd 4:0:0:0: [sdb] Attached SCSI disk
[   13.052732] <30>udev[274]: starting version 167
[   13.081114] lp: driver loaded but no devices found
[   13.190777] Adding 2928636k swap on /dev/sda7.  Priority:-1 extents:1 across:2928636k 
[   13.210234] intel_rng: FWH not detected
[   13.240665] leds_ss4200: no LED devices found
[   13.253254] apm: BIOS not found.
[   13.358022] [drm] Initialized drm 1.1.0 20060810
[   13.401060] <30>udev[311]: renamed network interface eth0 to eth0-eth1
[   13.434481] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro
[   13.533403] <30>udev[399]: renamed network interface eth1 to eth0
[   13.548088] Linux video capture interface: v2.00
[   13.556766] parport_pc 00:07: reported by Plug and Play ACPI
[   13.556885] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   13.565967] gspca: v2.12.0 registered
[   13.570884] type=1400 audit(1306006022.226:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=503 comm="apparmor_parser"
[   13.571909] type=1400 audit(1306006022.226:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=503 comm="apparmor_parser"
[   13.572624] type=1400 audit(1306006022.230:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=503 comm="apparmor_parser"
[   13.580442] <30>udev[311]: renamed network interface eth0-eth1 to eth1
[   13.582983] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   13.613707] gspca: probing 046d:08d7
[   13.644342] lp0: using parport0 (interrupt-driven).
[   13.746538] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.746547] i915 0000:00:02.0: setting latency timer to 64
[   13.798546] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   13.798551] [drm] Driver supports precise vblank timestamp query.
[   13.810214] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   13.810600] [drm] initialized overlay support
[   13.873286] psmouse serio1: ID: 10 00 64
[   13.925786] ppdev: user-space parallel port driver
[   13.940969] Console: switching to colour frame buffer device 170x48
[   13.945730] fb0: inteldrmfb frame buffer device
[   13.945733] drm: registered panic notifier
[   13.946749] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   14.011612] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   14.011685] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[   14.011720] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   14.468044] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[   14.827676] zc3xx: probe 2wr ov vga 0x0000
[   14.864206] zc3xx: probe sensor -> 0011
[   14.864210] zc3xx: Find Sensor HV7131R
[   14.865842] input: zc3xx as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/input/input4
[   14.866024] gspca: video0 created
[   14.866094] usbcore: registered new interface driver zc3xx
[   15.006925] usbcore: registered new interface driver snd-usb-audio
[   15.030709] type=1400 audit(1306006023.686:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=726 comm="apparmor_parser"
[   15.041560] type=1400 audit(1306006023.698:6): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=725 comm="apparmor_parser"
[   15.043598] type=1400 audit(1306006023.698:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=726 comm="apparmor_parser"
[   15.044321] type=1400 audit(1306006023.702:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=726 comm="apparmor_parser"
[   15.064399] type=1400 audit(1306006023.722:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=729 comm="apparmor_parser"
[   15.065846] type=1400 audit(1306006023.722:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=727 comm="apparmor_parser"
[   15.067100] type=1400 audit(1306006023.722:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=729 comm="apparmor_parser"
[   15.260984] atl2 0000:02:00.0: irq 43 for MSI/MSI-X
[   15.261275] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   15.264886] eth0: Link up
[   15.265212] eth0: Link changed: 100Mbps, full duplex
[   15.465747] atl2: eth1 NIC Link is Up<100 Mbps Full Duplex>
[   15.465924] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   16.485781] ip_tables: (C) 2000-2006 Netfilter Core Team
[   16.509327] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   16.864860] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro,commit=0
[   16.870268] EXT4-fs (sda6): re-mounted. Opts: commit=0
[   18.765681] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro,commit=0
[   18.771021] EXT4-fs (sda6): re-mounted. Opts: commit=0
[   25.400018] eth0: no IPv6 routers present
[   25.904016] eth1: no IPv6 routers present
[  332.832040] usb 1-8: new high speed USB device using ehci_hcd and address 5
[  332.968130] scsi5 : usb-storage 1-8:1.0
[  333.968933] scsi 5:0:0:0: Direct-Access     General  Flash Disk Drive 2.05 PQ: 0 ANSI: 2 CCS
[  333.969455] scsi 5:0:0:1: Direct-Access                                    PQ: 0 ANSI: 0
[  333.974045] sd 5:0:0:0: Attached scsi generic sg3 type 0
[  333.977474] sd 5:0:0:0: [sdc] 1845247 512-byte logical blocks: (944 MB/900 MiB)
[  333.977962] sd 5:0:0:0: [sdc] Write Protect is off
[  333.977968] sd 5:0:0:0: [sdc] Mode Sense: 03 00 00 00
[  333.978780] sd 5:0:0:0: [sdc] No Caching mode page present
[  333.978787] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[  333.980662] sd 5:0:0:1: Attached scsi generic sg4 type 0
[  333.981711] sd 5:0:0:0: [sdc] No Caching mode page present
[  333.981719] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[  333.984589]  sdc:
[  333.987831] sd 5:0:0:1: [sdd] Attached SCSI removable disk
[  333.989837] sd 5:0:0:0: [sdc] No Caching mode page present
[  333.989844] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[  333.989849] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 8074.735403] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 8074.737936] SGI XFS Quota Management subsystem
[ 8074.805951] JFS: nTxBlock = 8192, nTxLock = 65536
[ 8074.841314] NTFS driver 2.1.30 [Flags: R/O MODULE].
[ 8074.907034] QNX4 filesystem 0.2.3 registered.
[ 8075.038465] Btrfs loaded

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

Hors ligne

#48 Le 22/05/2011, à 00:11

sauthess

Re : [Résolu] ubuntu ne s eteind pas totalement

il en manque toujours un bout....tu copie/colle depuis le terminal non ? Enfin c'est pas grave, postes /var/log/message et /var/log/syslog

Avec un peu de chance...il y aura peut être quelque chose qui me parlera (sans être devant la machine pour faire des tests, il est plus difficile d'avoir des idées wink)


Serveur : Debian openvz, Portable 1 : Arch linux, Portable 2 et 3 : Ubuntu

Hors ligne

#49 Le 22/05/2011, à 10:10

malmsteen

Re : [Résolu] ubuntu ne s eteind pas totalement

sauthess a écrit :

il en manque toujours un bout....tu copie/colle depuis le terminal non ? Enfin c'est pas grave, postes /var/log/message et /var/log/syslog

Avec un peu de chance...il y aura peut être quelque chose qui me parlera (sans être devant la machine pour faire des tests, il est plus difficile d'avoir des idées wink)

salut
voila le resultat de demesg, oui je tappe sur le terminal et je le copie pour le coler ici
pour le /var/log/message il n existe pas chez moi
et pour le /var/log/syslog avec gksu /var/log/syslog et gksu nautilus ca me donne tjr ca
1306052002242.png

[    0.853901] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    0.856190] brd: module loaded
[    0.857259] loop: module loaded
[    0.857412] i2c-core: driver [adp5520] using legacy suspend method
[    0.857415] i2c-core: driver [adp5520] using legacy resume method
[    0.857571] ata_piix 0000:00:1f.1: version 2.13
[    0.857604] ata_piix 0000:00:1f.1: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    0.857655] ata_piix 0000:00:1f.1: setting latency timer to 64
[    0.858251] scsi0 : ata_piix
[    0.858404] scsi1 : ata_piix
[    0.860596] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.860601] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.860772] ata_piix 0000:00:1f.2: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[    0.860782] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.860829] ata_piix 0000:00:1f.2: setting latency timer to 64
[    0.861397] scsi2 : ata_piix
[    0.861529] scsi3 : ata_piix
[    0.863598] ata3: SATA max UDMA/133 cmd 0xb800 ctl 0xb400 bmdma 0xa400 irq 23
[    0.863603] ata4: SATA max UDMA/133 cmd 0xb000 ctl 0xa800 bmdma 0xa408 irq 23
[    0.864365] Fixed MDIO Bus: probed
[    0.864433] PPP generic driver version 2.4.2
[    0.864510] tun: Universal TUN/TAP device driver, 1.6
[    0.864513] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.864671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.864705] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.864725] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    0.864732] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    0.864796] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    0.864856] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    0.864871] ehci_hcd 0000:00:1d.7: debug port 1
[    0.868771] ehci_hcd 0000:00:1d.7: cache line size of 16 is not supported
[    0.868794] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdfdffc00
[    0.884022] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    0.884254] hub 1-0:1.0: USB hub found
[    0.884263] hub 1-0:1.0: 8 ports detected
[    0.884401] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.884426] uhci_hcd: USB Universal Host Controller Interface driver
[    0.884462] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.884473] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    0.884478] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.884543] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.884593] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00009000
[    0.884800] hub 2-0:1.0: USB hub found
[    0.884808] hub 2-0:1.0: 2 ports detected
[    0.884915] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.884924] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    0.884929] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    0.884994] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    0.888073] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00009400
[    0.888285] hub 3-0:1.0: USB hub found
[    0.888293] hub 3-0:1.0: 2 ports detected
[    0.888408] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.888418] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    0.888422] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    0.888493] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    0.888557] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009800
[    0.888768] hub 4-0:1.0: USB hub found
[    0.888776] hub 4-0:1.0: 2 ports detected
[    0.888893] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.888903] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    0.888908] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    0.888969] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    0.892072] uhci_hcd 0000:00:1d.3: irq 19, io base 0x0000a000
[    0.892287] hub 5-0:1.0: USB hub found
[    0.892295] hub 5-0:1.0: 2 ports detected
[    0.892543] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.895058] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.895068] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.895283] mousedev: PS/2 mouse device common for all mice
[    0.895499] rtc_cmos 00:03: RTC can wake from S4
[    0.896152] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.896182] rtc0: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.896319] device-mapper: uevent: version 1.0.3
[    0.896454] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[    0.896569] device-mapper: multipath: version 1.2.0 loaded
[    0.896573] device-mapper: multipath round-robin: version 1.0.0 loaded
[    0.896692] EISA: Probing bus 0 at eisa.0
[    0.896724] Cannot allocate resource for EISA slot 8
[    0.896727] EISA: Detected 0 cards.
[    0.896827] cpuidle: using governor ladder
[    0.896832] cpuidle: using governor menu
[    0.897330] TCP cubic registered
[    0.897549] NET: Registered protocol family 10
[    0.898527] NET: Registered protocol family 17
[    0.898552] Registering the dns_resolver key type
[    0.899339] Using IPI No-Shortcut mode
[    0.899496] PM: Hibernation image not present or could not be loaded.
[    0.899514] registered taskstats version 1
[    0.899824]   Magic number: 11:178:726
[    0.899838] block loop6: hash matches
[    0.899922] rtc_cmos 00:03: setting system clock to 2011-05-22 08:44:17 UTC (1306053857)
[    0.899926] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.899928] EDD information not available.
[    0.915482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.027817] ata1.00: ATAPI: TSSTcorpDVD-ROM SH-D162D, SB00, max UDMA/33
[    1.028048] ata3.00: ATA-7: WDC WD800JD-75MSA3, 10.01E04, max UDMA/133
[    1.028053] ata3.00: 156250000 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    1.036417] ata3.00: configured for UDMA/133
[    1.044196] ata1.00: configured for UDMA/33
[    1.045859] scsi 0:0:0:0: CD-ROM            TSSTcorp DVD-ROM SH-D162D SB00 PQ: 0 ANSI: 5
[    1.047979] sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray
[    1.047985] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.048183] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.048284] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.048541] scsi 2:0:0:0: Direct-Access     ATA      WDC WD800JD-75MS 10.0 PQ: 0 ANSI: 5
[    1.048836] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.048993] sd 2:0:0:0: [sda] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.049096] sd 2:0:0:0: [sda] Write Protect is off
[    1.049101] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.049142] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.146338]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
[    1.146997] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.147065] Freeing unused kernel memory: 700k freed
[    1.147484] Write protecting the kernel text: 5192k
[    1.147556] Write protecting the kernel read-only data: 2148k
[    1.186688] <30>udev[70]: starting version 167
[    1.308060] Refined TSC clocksource calibration: 2799.966 MHz.
[    1.308068] Switching to clocksource tsc
[    1.312043] usb 1-4: new high speed USB device using ehci_hcd and address 3
[    1.316057] Atheros(R) L2 Ethernet Driver - version 2.2.3
[    1.316062] Copyright (c) 2007 Atheros Corporation.
[    1.341362] atl2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.341379] atl2 0000:02:00.0: setting latency timer to 64
[    1.354570] sundance.c:v1.2 11-Sep-2006 Written by Donald Becker
[    1.354613] sundance 0000:01:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.355807] eth0: IC Plus Corporation IP100A FAST Ethernet Adapter at 0001c800, 00:27:19:f0:00:89, IRQ 17.
[    1.356435] eth0: MII PHY found at address 0, status 0x7849 advertising 01e1.
[    1.369796] Floppy drive(s): fd0 is 1.44M
[    1.408205] FDC 0 is a post-1991 82077
[    1.498366] usbcore: registered new interface driver uas
[    1.506543] Initializing USB Mass Storage driver...
[    1.520940] scsi4 : usb-storage 1-4:1.0
[    1.521435] usbcore: registered new interface driver usb-storage
[    1.521440] USB Mass Storage support registered.
[    1.600027] usb 1-7: new high speed USB device using ehci_hcd and address 4
[    1.741344] usb 1-7: string descriptor 0 read error: -71
[    1.746471] usb 1-7: can't set config #1, error -71
[    1.984039] usb 2-1: new full speed USB device using uhci_hcd and address 2
[    2.069982] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
[    2.520637] scsi 4:0:0:0: Direct-Access     WD       1600BEV External 1.04 PQ: 0 ANSI: 4
[    2.521620] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    2.522105] sd 4:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.522976] sd 4:0:0:0: [sdb] Write Protect is off
[    2.522982] sd 4:0:0:0: [sdb] Mode Sense: 21 00 00 00
[    2.523725] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.523729] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.526542] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.526547] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.853463]  sdb: sdb1
[    2.855851] sd 4:0:0:0: [sdb] No Caching mode page present
[    2.855856] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    2.855861] sd 4:0:0:0: [sdb] Attached SCSI disk
[   13.365104] <30>udev[280]: starting version 167
[   13.367856] Adding 2928636k swap on /dev/sda7.  Priority:-1 extents:1 across:2928636k 
[   13.422035] lp: driver loaded but no devices found
[   13.460220] apm: BIOS not found.
[   13.588191] intel_rng: FWH not detected
[   13.605847] leds_ss4200: no LED devices found
[   13.611018] type=1400 audit(1306050270.205:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=393 comm="apparmor_parser"
[   13.612080] type=1400 audit(1306050270.209:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=393 comm="apparmor_parser"
[   13.612726] type=1400 audit(1306050270.209:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=393 comm="apparmor_parser"
[   13.754584] Linux video capture interface: v2.00
[   13.773432] gspca: v2.12.0 registered
[   13.779519] parport_pc 00:07: reported by Plug and Play ACPI
[   13.779640] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   13.780504] gspca: probing 046d:08d7
[   13.826853] [drm] Initialized drm 1.1.0 20060810
[   13.874496] lp0: using parport0 (interrupt-driven).
[   13.960392] psmouse serio1: ID: 10 00 64
[   14.093472] ppdev: user-space parallel port driver
[   14.130930] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.130939] i915 0000:00:02.0: setting latency timer to 64
[   14.167168] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   14.167173] [drm] Driver supports precise vblank timestamp query.
[   14.173210] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   14.173596] [drm] initialized overlay support
[   14.272935] Console: switching to colour frame buffer device 170x48
[   14.277846] fb0: inteldrmfb frame buffer device
[   14.277849] drm: registered panic notifier
[   14.278044] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   14.278107] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   14.278265] HDA Intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[   14.278303] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   14.383406] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro
[   14.541786] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[   15.007774] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   15.043642] zc3xx: probe 2wr ov vga 0x0000
[   15.079748] zc3xx: probe sensor -> 0011
[   15.079752] zc3xx: Find Sensor HV7131R
[   15.081888] input: zc3xx as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/input/input4
[   15.082075] gspca: video0 created
[   15.082145] usbcore: registered new interface driver zc3xx
[   15.137839] usbcore: registered new interface driver snd-usb-audio
[   16.010992] type=1400 audit(1306050272.605:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=817 comm="apparmor_parser"
[   16.020152] type=1400 audit(1306050272.617:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=826 comm="apparmor_parser"
[   16.026940] type=1400 audit(1306050272.621:7): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=826 comm="apparmor_parser"
[   16.028726] type=1400 audit(1306050272.625:8): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=816 comm="apparmor_parser"
[   16.030799] type=1400 audit(1306050272.625:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=817 comm="apparmor_parser"
[   16.031447] type=1400 audit(1306050272.625:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=817 comm="apparmor_parser"
[   16.093886] type=1400 audit(1306050272.689:11): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=828 comm="apparmor_parser"
[   16.113298] atl2 0000:02:00.0: irq 43 for MSI/MSI-X
[   16.113894] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   16.116619] eth0: Link up
[   16.116945] eth0: Link changed: 100Mbps, full duplex
[   16.318064] atl2: eth1 NIC Link is Up<100 Mbps Full Duplex>
[   16.318234] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   17.642322] ip_tables: (C) 2000-2006 Netfilter Core Team
[   17.665547] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   19.842951] EXT4-fs (sda8): re-mounted. Opts: errors=remount-ro,commit=0
[   19.868657] EXT4-fs (sda6): re-mounted. Opts: commit=0
[   26.432012] eth0: no IPv6 routers present
[   26.728009] eth1: no IPv6 routers present
[   89.548793] usb 1-7: USB disconnect, address 4
[   89.820023] usb 1-7: new high speed USB device using ehci_hcd and address 5
[   94.970530] scsi5 : usb-storage 1-7:1.0
[   95.969219] scsi 5:0:0:0: Direct-Access     Generic  USB  CF Reader   0.00 PQ: 0 ANSI: 2
[   95.969956] scsi 5:0:0:1: Direct-Access     Generic  USB  SD Reader   0.00 PQ: 0 ANSI: 2
[   95.980333] scsi 5:0:0:2: Direct-Access     Generic  USB  MS Reader   0.00 PQ: 0 ANSI: 2
[   95.981076] scsi 5:0:0:3: Direct-Access     Generic  USB  SM Reader   0.00 PQ: 0 ANSI: 2
[   95.987665] sd 5:0:0:0: Attached scsi generic sg3 type 0
[   95.988121] sd 5:0:0:1: Attached scsi generic sg4 type 0
[   95.988543] sd 5:0:0:2: Attached scsi generic sg5 type 0
[   95.988955] sd 5:0:0:3: Attached scsi generic sg6 type 0
[   96.100042] usb 1-7: reset high speed USB device using ehci_hcd and address 5
[   96.242039] usb 1-7: device firmware changed
[   96.242074] usb 1-7: USB disconnect, address 5
[   96.242591] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[   96.242687] sd 5:0:0:1: [sdd] READ CAPACITY failed
[   96.242693] sd 5:0:0:1: [sdd]  Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[   96.242700] sd 5:0:0:1: [sdd] Sense not available.
[   96.242750] sd 5:0:0:1: [sdd] Write Protect is off
[   96.242754] sd 5:0:0:3: [sdf] READ CAPACITY failed
[   96.242760] sd 5:0:0:3: [sdf]  Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[   96.242767] sd 5:0:0:3: [sdf] Sense not available.
[   96.242773] sd 5:0:0:1: [sdd] Mode Sense: 4d 41 4a 4f
[   96.242786] sd 5:0:0:2: [sde] READ CAPACITY failed
[   96.242790] sd 5:0:0:2: [sde]  Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[   96.242796] sd 5:0:0:2: [sde] Sense not available.
[   96.242834] sd 5:0:0:1: [sdd] Asking for cache data failed
[   96.242840] sd 5:0:0:3: [sdf] Write Protect is off
[   96.242846] sd 5:0:0:3: [sdf] Mode Sense: 00 00 00 00
[   96.242850] sd 5:0:0:1: [sdd] Assuming drive cache: write through
[   96.242864] sd 5:0:0:2: [sde] Write Protect is off
[   96.242869] sd 5:0:0:2: [sde] Mode Sense: 4d 41 4a 4f
[   96.242911] sd 5:0:0:2: [sde] Asking for cache data failed
[   96.242917] sd 5:0:0:2: [sde] Assuming drive cache: write through
[   96.243232] sd 5:0:0:1: [sdd] Attached SCSI removable disk
[   96.243246] sd 5:0:0:3: [sdf] No Caching mode page present
[   96.243251] sd 5:0:0:3: [sdf] Assuming drive cache: write through
[   96.243525] sd 5:0:0:3: [sdf] Attached SCSI removable disk
[   96.243537] sd 5:0:0:2: [sde] Attached SCSI removable disk
[   96.420033] usb 1-7: new high speed USB device using ehci_hcd and address 6
[   96.561755] usb 1-7: string descriptor 0 read error: -71
[   96.562232] scsi6 : usb-storage 1-7:1.0
[   97.560925] scsi 6:0:0:0: Direct-Access     Generic  USB  CF Reader   0.00 PQ: 0 ANSI: 2
[   97.564550] sd 6:0:0:0: Attached scsi generic sg3 type 0
[   97.680032] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[   97.932026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[   98.184026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  103.320127] usb 1-7: device descriptor read/all, error -110
[  103.432023] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  108.564056] usb 1-7: device descriptor read/all, error -110
[  108.676023] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  113.700058] usb 1-7: device descriptor read/8, error -110
[  118.820122] usb 1-7: device descriptor read/8, error -110
[  119.036025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  119.176022] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  119.432022] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  119.684026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  119.936063] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  125.068121] usb 1-7: device descriptor read/all, error -110
[  125.180026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  125.436026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  125.688025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  125.940026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  126.192025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  131.324118] usb 1-7: device descriptor read/all, error -110
[  131.436027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  131.708028] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  131.980026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  132.244026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  132.508026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  132.760026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  137.892084] usb 1-7: device descriptor read/all, error -110
[  138.004027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  138.256027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  138.508025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  138.760025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  139.012029] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  139.264026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  139.528064] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  139.792026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  144.924065] usb 1-7: device descriptor read/all, error -110
[  145.036026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  145.288026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  145.420713] sd 6:0:0:0: [sdc] READ CAPACITY failed
[  145.420721] sd 6:0:0:0: [sdc]  Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  145.420728] sd 6:0:0:0: [sdc] Sense not available.
[  145.540026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  145.792026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  146.044026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  146.300026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  146.556026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  146.816026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  146.948822] sd 6:0:0:0: [sdc] Write Protect is off
[  146.948828] sd 6:0:0:0: [sdc] Mode Sense: 00 00 00 00
[  147.076026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  147.328027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  147.580025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  147.844028] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  152.976163] usb 1-7: device descriptor read/all, error -110
[  153.088026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  153.340027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  153.600026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  158.732159] usb 1-7: device descriptor read/all, error -110
[  158.844028] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  163.976166] usb 1-7: device descriptor read/all, error -110
[  164.088025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  164.108874] sd 6:0:0:0: [sdc] Asking for cache data failed
[  164.108881] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[  164.228029] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  169.360095] usb 1-7: device descriptor read/all, error -110
[  169.472026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  169.720026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  169.972027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  170.224025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  170.484026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  175.616088] usb 1-7: device descriptor read/all, error -110
[  175.728025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  175.976025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  176.228025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  176.480032] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  181.612091] usb 1-7: device descriptor read/all, error -110
[  181.724026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  181.976025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  187.108090] usb 1-7: device descriptor read/all, error -110
[  187.220026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  187.472026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  187.736026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  188.000026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  193.132077] usb 1-7: device descriptor read/all, error -110
[  193.244026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  198.376081] usb 1-7: device descriptor read/all, error -110
[  198.488026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  198.628026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  203.764135] usb 1-7: device descriptor read/all, error -110
[  203.876026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  209.012136] usb 1-7: device descriptor read/all, error -110
[  209.124027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  209.268026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  209.520025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  209.772025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  210.028026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  210.280025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  210.540025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  210.800025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  215.936172] usb 1-7: device descriptor read/all, error -110
[  216.048026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  221.180051] usb 1-7: device descriptor read/all, error -110
[  221.292026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  226.312113] usb 1-7: device descriptor read/8, error -110
[  231.432049] usb 1-7: device descriptor read/8, error -110
[  231.648027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  231.788024] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  236.924049] usb 1-7: device descriptor read/all, error -110
[  237.036025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  237.288025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  237.540025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  242.672050] usb 1-7: device descriptor read/all, error -110
[  242.784026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  243.044026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  243.292026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  243.552025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  243.812025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  244.076026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  249.208157] usb 1-7: device descriptor read/all, error -110
[  249.320027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  249.572026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  249.824028] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  250.076026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  250.328026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  255.460153] usb 1-7: device descriptor read/all, error -110
[  255.572025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  255.828027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  256.080025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  256.332027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  256.584063] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  256.836022] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  261.968150] usb 1-7: device descriptor read/all, error -110
[  262.080022] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  262.336026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  262.588025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  262.840027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  263.096026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  263.348026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  263.481043] sd 6:0:0:0: [sdc] READ CAPACITY failed
[  263.481051] sd 6:0:0:0: [sdc]  Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  263.481058] sd 6:0:0:0: [sdc] Sense not available.
[  263.600025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  263.852027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  264.104025] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  264.356026] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  269.492143] usb 1-7: device descriptor read/all, error -110
[  269.604027] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  274.736145] usb 1-7: device descriptor read/all, error -110
[  274.848045] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  305.008042] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  305.256047] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  311.516040] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  313.364251] end_request: I/O error, dev fd0, sector 0
[  316.652179] usb 1-7: device descriptor read/all, error -110
[  316.764084] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  321.896182] usb 1-7: device descriptor read/all, error -110
[  322.008042] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  325.507954] end_request: I/O error, dev fd0, sector 0
[  325.507965] quiet_error: 15 callbacks suppressed
[  325.507969] Buffer I/O error on device fd0, logical block 0
[  327.028114] usb 1-7: device descriptor read/8, error -110
[  332.148177] usb 1-7: device descriptor read/8, error -110
[  332.364043] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  332.500052] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  332.756046] usb 1-7: reset high speed USB device using ehci_hcd and address 6
[  332.888939] sd 6:0:0:0: Device offlined - not ready after error recovery
[  332.888959] sd 6:0:0:0: rejecting I/O to offline device
[  332.889053] sd 6:0:0:0: rejecting I/O to offline device
[  332.889072] sd 6:0:0:0: [sdc] Asking for cache data failed
[  332.889076] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[  332.889082] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[  337.660449] end_request: I/O error, dev fd0, sector 0
[  337.660459] Buffer I/O error on device fd0, logical block 0
[  349.808299] end_request: I/O error, dev fd0, sector 0
[  349.808309] Buffer I/O error on device fd0, logical block 0
[  361.964134] end_request: I/O error, dev fd0, sector 0
[  361.964145] Buffer I/O error on device fd0, logical block 0
[  374.124057] end_request: I/O error, dev fd0, sector 0
[  374.124068] Buffer I/O error on device fd0, logical block 0
[  386.272077] end_request: I/O error, dev fd0, sector 0
[  386.272087] Buffer I/O error on device fd0, logical block 0
[  398.420102] end_request: I/O error, dev fd0, sector 0
[  398.420113] Buffer I/O error on device fd0, logical block 0
[  402.201294] usb 1-7: USB disconnect, address 6
[  402.452028] usb 1-7: new high speed USB device using ehci_hcd and address 7
[  407.584074] usb 1-7: device descriptor read/all, error -110
[  407.696031] usb 1-7: new high speed USB device using ehci_hcd and address 8
[  407.842819] usb 1-7: string descriptor 0 read error: -71
[  407.889925] usb 1-7: can't set config #1, error -71
[  410.572198] end_request: I/O error, dev fd0, sector 0
[  410.572209] Buffer I/O error on device fd0, logical block 0
[  422.732174] end_request: I/O error, dev fd0, sector 0
[  422.732185] Buffer I/O error on device fd0, logical block 0
[  434.892082] end_request: I/O error, dev fd0, sector 0
[  434.892094] Buffer I/O error on device fd0, logical block 0
[  447.044160] end_request: I/O error, dev fd0, sector 0
[  447.044170] Buffer I/O error on device fd0, logical block 0
[  459.204133] end_request: I/O error, dev fd0, sector 0
[  459.204143] Buffer I/O error on device fd0, logical block 0
[  471.364142] end_request: I/O error, dev fd0, sector 0
[  471.364152] Buffer I/O error on device fd0, logical block 0
[  483.524240] end_request: I/O error, dev fd0, sector 0
[  483.524250] Buffer I/O error on device fd0, logical block 0
[  495.684192] end_request: I/O error, dev fd0, sector 0
[  495.684202] Buffer I/O error on device fd0, logical block 0
[  507.844139] end_request: I/O error, dev fd0, sector 0
[  507.844150] Buffer I/O error on device fd0, logical block 0
[  519.996227] end_request: I/O error, dev fd0, sector 0
[  519.996238] Buffer I/O error on device fd0, logical block 0
[  532.152066] end_request: I/O error, dev fd0, sector 0
[  532.152077] Buffer I/O error on device fd0, logical block 0
[  544.300049] end_request: I/O error, dev fd0, sector 0
[  544.300062] Buffer I/O error on device fd0, logical block 0
[  556.448092] end_request: I/O error, dev fd0, sector 0
[  556.448104] Buffer I/O error on device fd0, logical block 0
[  568.600205] end_request: I/O error, dev fd0, sector 0
[  568.600215] Buffer I/O error on device fd0, logical block 0
[  580.764015] end_request: I/O error, dev fd0, sector 0
[  580.764026] Buffer I/O error on device fd0, logical block 0
[  592.907939] end_request: I/O error, dev fd0, sector 0
[  592.907950] Buffer I/O error on device fd0, logical block 0
[  605.051978] end_request: I/O error, dev fd0, sector 0
[  605.051989] Buffer I/O error on device fd0, logical block 0
[  617.212092] end_request: I/O error, dev fd0, sector 0
[  617.212103] Buffer I/O error on device fd0, logical block 0
[  629.372107] end_request: I/O error, dev fd0, sector 0
[  629.372118] Buffer I/O error on device fd0, logical block 0
[  641.524211] end_request: I/O error, dev fd0, sector 0
[  641.524222] Buffer I/O error on device fd0, logical block 0
[  653.679983] end_request: I/O error, dev fd0, sector 0
[  653.679994] Buffer I/O error on device fd0, logical block 0
[  665.832166] end_request: I/O error, dev fd0, sector 0
[  677.996128] end_request: I/O error, dev fd0, sector 0
[  677.996139] Buffer I/O error on device fd0, logical block 0
[  690.156100] end_request: I/O error, dev fd0, sector 0
[  690.156111] Buffer I/O error on device fd0, logical block 0
[  702.316074] end_request: I/O error, dev fd0, sector 0
[  702.316084] Buffer I/O error on device fd0, logical block 0
[  714.464063] end_request: I/O error, dev fd0, sector 0
[  714.464074] Buffer I/O error on device fd0, logical block 0
[  726.620284] end_request: I/O error, dev fd0, sector 0
[  726.620295] Buffer I/O error on device fd0, logical block 0
[  738.780204] end_request: I/O error, dev fd0, sector 0
[  738.780215] Buffer I/O error on device fd0, logical block 0
[  750.940132] end_request: I/O error, dev fd0, sector 0
[  750.940143] Buffer I/O error on device fd0, logical block 0
[  763.092148] end_request: I/O error, dev fd0, sector 0
[  763.092159] Buffer I/O error on device fd0, logical block 0
[  775.264141] end_request: I/O error, dev fd0, sector 0
[  775.264152] Buffer I/O error on device fd0, logical block 0
kakou@kakou-PC:~$ 

Dernière modification par malmsteen (Le 22/05/2011, à 10:13)


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

Hors ligne

#50 Le 22/05/2011, à 11:21

évidence

Re : [Résolu] ubuntu ne s eteind pas totalement

Bonjour,
J'ai eu le même problème avec le même symptôme : Ecran mauve et le pc ne s'éteint pas.
(C'est un ACER R3610)
La cause en est le plantage de la carte vidéo / des drivers NVIDIA à l'extinction (?)
Le pb a été résolu en mettant à jour les pilotes de la carte NVIDIA.
Maintenant ça marche.

73's
Jacques

Hors ligne