Clavier USB

bonjour,

récemment j’ai remarqué quelque chose étrange concernant mon clavier usb: dans mon .xsessionrc j’ai setxkbmap -option "grp:lwin_toggle,grp_led:scroll" -layout "fr,ar" sleep 15 && numlockx on &
apres le démarrage de session, tout est OK. sauf que après quelque temps (variant:peut etre tres court comme il peut etre tres long), le led du pave numerique s’éteint(bizarrement le pavé numérique continu comme meme à fonctionner!) et je ne peux plus changer le layout en utilisant le bouton gauche Win du clavier.

ce que j’ai pu remarqué aussi c’est que lorsque ce probleme se genère, le clavier du portable continu à fonctionner correctement! (je peux changer et écrire en ar, tandisque le clavier externe est toujours en fr !!!)

Rq: j’ai la version stable.

debian-fr.org/indicateur-pav … 35670.html

C’est quoi un pavé numérique continu ? Les chiffres sont à la suite sur une seule rangée 1 2 3 4 5 6 7 8 9 0 ? En boucle ?
continu comme « meme» ?« meme» connais pas … C’est quoi ou c’est qui « meme» ? Le détenteur du record du monde de continuité de clavier ?
Nous n’avons pas le plaisir de connaître ce dénommé « meme». C’est un monde QUAND MÊME !

bonsoir,
je ne sais si c’est en rapport,
j’utilise un clavier usb sur Raspberry PI Wheezy,
pour la définition du clavier:
pas latin ou 9 mais clavier M$

optical desktop
keyboard + optical mouse combo
JB1

Tu pourrais peut-être essayer de commenter la ligne:

sleep 15 && numlockx on & en rajoutant un “#” en premier caractère de la ligne.
ce qui donnera:

[code]setxkbmap -option “grp:lwin_toggle,grp_led:scroll” -layout “fr,ar”

sleep 15 && numlockx on &[/code]

La led du pavé numérique est celle de gauche.
Si c’est celle de droite qui s’éteint, c’est la led "scroll"
Celle du milieu est celle des majuscule.

Ce que tu as demandé à “setxkbmap”, c’est d’allumer ou éteindre la led “Scroll Lock” quand tu basculait la disposition du clavier de “fr” à "ar"
avec la touche "win gauche"
setxkbmap -option “grp:lwin_toggle,grp_led:scroll” -layout “fr,ar”

Juste après, tu demande à ce qu’après une temporisation de 15 secondes, le pavé numérique soit activé
sleep 15 && numlockx on &
Mais je ne sais d’ailleurs pas pourquoi tu met un “&” à la fin de cette ligne de commande (tâche de fond ?)

Je ne sais pas du tout pourquoi
tu as utilisé ces commandes
pourquoi dans cet ordre
pourquoi en tâche de fond

(bizarrement le pavé numérique continue QUAND MÊME à fonctionner!)

j’espère que c’est mieu comme ça. Veillez m’excuser, la langue française n’est pas ma langue maternelle.

malgré que je n’appelle ni Molière ni Voltaire ni Hugo, je croyais pouvoir expliquer mon problème. :confused:

Bon, je pose ma question d’une autre manière:
La configuration du clavier se fait au démarrage de la session via la commande setxkbmap -option “grp:lwin_toggle,grp_led:scroll” -layout “fr,ar” et numlockx on .
le problème c’est que cette configuration est modifiée (ou supprimée) automatiquement. Alors je veux savoir la cause de ceci.

Merci.

[quote=“MicP”]Tu pourrais peut-être essayer de commenter la ligne:

sleep 15 && numlockx on & en rajoutant un “#” en premier caractère de la ligne.
[/quote]

Merci pour ta réponse. mais cette commande est nécessaire pour activer le pavé numérique au démarrage.

Alors change l’ordre de ces commandes:

sleep 15 && numlockx on setxkbmap -option "grp:lwin_toggle,grp_led:scroll" -layout "fr,ar"

Pour information:

Le 8042 (processeur du clavier) dispose d’un registre mémoire (en écriture seulement) associé à des sorties pour allumer ou éteindre les leds du clavier.
Ce registre est totalement indépendant de l’état du clavier.

Les leds ne sont que des indicateurs positionnés par écriture du PC vers le microprocesseur du clavier.

Chaque touche du clavier ne renvoie au PC que 2 états :
touche appuyée,
touche relachée,
et son numéro d’identification.

C’est le système d’exploitation qui va décider de ce qu’il faut faire de ces informations.

j’ignore si ça peut aider maisj’ai comparé le log /var/log/Xorg.0.log et ce même fichier juste au moment où le problème se produit. Voila le block qui s’ajoute

[  2356.662] (II) config/udev: removing device HID 0b38:0010
[  2356.662] (II) evdev: HID 0b38:0010: Close
[  2356.662] (II) UnloadModule: "evdev"
[  2356.677] (II) config/udev: removing device HID 0b38:0010
[  2356.678] (II) evdev: HID 0b38:0010: Close
[  2356.678] (II) UnloadModule: "evdev"
[  2357.092] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event7)
[  2357.092] (**) HID 0b38:0010: Applying InputClass "evdev keyboard catchall"
[  2357.092] (II) Using input driver 'evdev' for 'HID 0b38:0010'
[  2357.092] (**) HID 0b38:0010: always reports core events
[  2357.092] (**) evdev: HID 0b38:0010: Device: "/dev/input/event7"
[  2357.104] (--) evdev: HID 0b38:0010: Vendor 0xb38 Product 0x10
[  2357.104] (--) evdev: HID 0b38:0010: Found keys
[  2357.104] (II) evdev: HID 0b38:0010: Configuring as keyboard
[  2357.104] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input13/event7"
[  2357.104] (II) XINPUT: Adding extended input device "HID 0b38:0010" (type: KEYBOARD, id 10)
[  2357.104] (**) Option "xkb_rules" "evdev"
[  2357.104] (**) Option "xkb_model" "pc105"
[  2357.104] (**) Option "xkb_layout" "fr"
[  2357.104] (**) Option "xkb_variant" "latin9"
[  2357.115] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event8)
[  2357.115] (**) HID 0b38:0010: Applying InputClass "evdev keyboard catchall"
[  2357.115] (II) Using input driver 'evdev' for 'HID 0b38:0010'
[  2357.115] (**) HID 0b38:0010: always reports core events
[  2357.115] (**) evdev: HID 0b38:0010: Device: "/dev/input/event8"
[  2357.125] (--) evdev: HID 0b38:0010: Vendor 0xb38 Product 0x10
[  2357.125] (--) evdev: HID 0b38:0010: Found 1 mouse buttons
[  2357.125] (--) evdev: HID 0b38:0010: Found scroll wheel(s)
[  2357.125] (--) evdev: HID 0b38:0010: Found relative axes
[  2357.125] (II) evdev: HID 0b38:0010: Forcing relative x/y axes to exist.
[  2357.125] (--) evdev: HID 0b38:0010: Found absolute axes
[  2357.125] (II) evdev: HID 0b38:0010: Forcing absolute x/y axes to exist.
[  2357.125] (--) evdev: HID 0b38:0010: Found keys
[  2357.125] (II) evdev: HID 0b38:0010: Configuring as mouse
[  2357.125] (II) evdev: HID 0b38:0010: Configuring as keyboard
[  2357.125] (II) evdev: HID 0b38:0010: Adding scrollwheel support
[  2357.125] (**) evdev: HID 0b38:0010: YAxisMapping: buttons 4 and 5
[  2357.125] (**) evdev: HID 0b38:0010: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2357.125] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/input/input14/event8"
[  2357.125] (II) XINPUT: Adding extended input device "HID 0b38:0010" (type: KEYBOARD, id 11)
[  2357.125] (**) Option "xkb_rules" "evdev"
[  2357.125] (**) Option "xkb_model" "pc105"
[  2357.125] (**) Option "xkb_layout" "fr"
[  2357.125] (**) Option "xkb_variant" "latin9"
[  2357.125] (II) evdev: HID 0b38:0010: initialized for relative axes.
[  2357.125] (WW) evdev: HID 0b38:0010: ignoring absolute axes.
[  2357.126] (**) HID 0b38:0010: (accel) keeping acceleration scheme 1
[  2357.126] (**) HID 0b38:0010: (accel) acceleration profile 0
[  2357.126] (**) HID 0b38:0010: (accel) acceleration factor: 2.000
[  2357.126] (**) HID 0b38:0010: (accel) acceleration threshold: 4
[  3100.180] (II) config/udev: removing device HID 0b38:0010
[  3100.180] (II) evdev: HID 0b38:0010: Close
[  3100.180] (II) UnloadModule: "evdev"
[  3100.201] (II) config/udev: removing device HID 0b38:0010
[  3100.202] (II) evdev: HID 0b38:0010: Close
[  3100.202] (II) UnloadModule: "evdev"
[  3100.618] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event7)
[  3100.618] (**) HID 0b38:0010: Applying InputClass "evdev keyboard catchall"
[  3100.618] (II) Using input driver 'evdev' for 'HID 0b38:0010'
[  3100.618] (**) HID 0b38:0010: always reports core events
[  3100.618] (**) evdev: HID 0b38:0010: Device: "/dev/input/event7"
[  3100.625] (--) evdev: HID 0b38:0010: Vendor 0xb38 Product 0x10
[  3100.625] (--) evdev: HID 0b38:0010: Found keys
[  3100.625] (II) evdev: HID 0b38:0010: Configuring as keyboard
[  3100.625] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input15/event7"
[  3100.625] (II) XINPUT: Adding extended input device "HID 0b38:0010" (type: KEYBOARD, id 10)
[  3100.625] (**) Option "xkb_rules" "evdev"
[  3100.625] (**) Option "xkb_model" "pc105"
[  3100.625] (**) Option "xkb_layout" "fr"
[  3100.625] (**) Option "xkb_variant" "latin9"
[  3100.641] (II) config/udev: Adding input device HID 0b38:0010 (/dev/input/event8)
[  3100.641] (**) HID 0b38:0010: Applying InputClass "evdev keyboard catchall"
[  3100.641] (II) Using input driver 'evdev' for 'HID 0b38:0010'
[  3100.641] (**) HID 0b38:0010: always reports core events
[  3100.641] (**) evdev: HID 0b38:0010: Device: "/dev/input/event8"
[  3100.652] (--) evdev: HID 0b38:0010: Vendor 0xb38 Product 0x10
[  3100.652] (--) evdev: HID 0b38:0010: Found 1 mouse buttons
[  3100.652] (--) evdev: HID 0b38:0010: Found scroll wheel(s)
[  3100.652] (--) evdev: HID 0b38:0010: Found relative axes
[  3100.652] (II) evdev: HID 0b38:0010: Forcing relative x/y axes to exist.
[  3100.652] (--) evdev: HID 0b38:0010: Found absolute axes
[  3100.652] (II) evdev: HID 0b38:0010: Forcing absolute x/y axes to exist.
[  3100.652] (--) evdev: HID 0b38:0010: Found keys
[  3100.652] (II) evdev: HID 0b38:0010: Configuring as mouse
[  3100.652] (II) evdev: HID 0b38:0010: Configuring as keyboard
[  3100.652] (II) evdev: HID 0b38:0010: Adding scrollwheel support
[  3100.652] (**) evdev: HID 0b38:0010: YAxisMapping: buttons 4 and 5
[  3100.652] (**) evdev: HID 0b38:0010: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  3100.652] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/input/input16/event8"
[  3100.652] (II) XINPUT: Adding extended input device "HID 0b38:0010" (type: KEYBOARD, id 11)
[  3100.652] (**) Option "xkb_rules" "evdev"
[  3100.652] (**) Option "xkb_model" "pc105"
[  3100.652] (**) Option "xkb_layout" "fr"
[  3100.652] (**) Option "xkb_variant" "latin9"
[  3100.652] (II) evdev: HID 0b38:0010: initialized for relative axes.
[  3100.652] (WW) evdev: HID 0b38:0010: ignoring absolute axes.
[  3100.652] (**) HID 0b38:0010: (accel) keeping acceleration scheme 1
[  3100.652] (**) HID 0b38:0010: (accel) acceleration profile 0
[  3100.653] (**) HID 0b38:0010: (accel) acceleration factor: 2.000
[  3100.653] (**) HID 0b38:0010: (accel) acceleration threshold: 4

Le problème existe toujours. On dirais que c’est une réinitialisation qui est faite automatiquement aprés quelque temps du démarrage de session.
Pour l’instant, pour garder le layout désiré du clavier même après réinitialisation, j’ai éditer directement le fichier /etc/default/keyboard

Même si ça passe mieux maintenant, je ne peux pas considérer le problème résolu.
Mais,pourquoi cette “réinitialisation” :angry-banghead:

Ce qu’il pourrait arriver, c’est que l’alimentation de ce clavier vient à manquer à un moment ou à un autre du fait qu’un périphérique est branché sur ce même port.

Les Hubs sont généralement prévus pour pouvoir compenser cette perte d’énergie grâce à des condensateurs de découplage, mais certains assembleurs ont trouvé là un moyen de récupérer quelques sous car multipliés par la quantité d’appareils, ça peut représenter une belle économie.

J’ai dernièrement vu une personne qui avait eu ce genre de problème et j’ai du ouvrir et démonter complètement son hub usb pour lui faire constater que la sérigraphie indiquait bien l’emplacement de ces condensateurs de découplage, et leur absence.
Sans cette réserve d’énergie, un périphérique énergivore (disque externe, clef TNT, etc…) connecté sur le même cordon qui se met en route peut provoquer un RAZ des autres périphériques à cause de la chute de tension provoquée sur cette ligne d’alimentation par son appel de courant (pertes en ligne).
Dans le cas d’un clavier, cette déconnexion/reconnexion provoque un RAZ du processeur de ce clavier, et une réinitialisation de son pilote dans le système.

Merci pour votre réponse
ce que vous venez de dire me semble logique. Cependant, je voudrais savoir si c’est logique d’avoir ce problème asachant que:
-je n’ai jamais eu ce problème avant (depuis 4ans que j’utilise ce matériel)
-je n’ai pas changé de périphériques
-je n’utilise pas de hub externe
-je n’ai pas de “périphérique énergivore (disque externe, clef TNT, etc…)”
-3ports usb: un pour le clavier, un pour la souris, un pour le support de refroidissement (c’est un laptop mais qui est utilisé comme un pc de bureau)

Alors, il est de fait que les pistes que je proposais ne semble pas concerner ce cas.

Il reste quand même possible que ce soit le clavier lui-même qui pose problème.

Il doit-être facile de changer les ports souris et clavier pour voir ce qui se passe.
Si le problème est le même, serait-il possible de tester le fonctionnement de ce clavier sur une autre machine ?
Serait-il possible de remplacer ce clavier pas un autre ?
Si le clavier suspect reproduit la panne sur un autre machine, on pourra en déduire que le clavier a un problème.
Si le nouveau clavier présente les mêmes symptômes sur la machine suspecte, alors il chercher le problème sur la machine ou/et sa configuration.

Voir aussi s’il n’y a rien de suspect au niveau des messages du noyau:

ou en live (necessite les privilèges root):

$ dmesg [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.32-5-amd64 (Debian 2.6.32-48squeeze1) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Feb 25 00:26:11 UTC 2013 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=3aa4537d-ff96-48ab-af32-a253ce42a010 ro quiet [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf6d0000 (usable) [ 0.000000] BIOS-e820: 00000000bf6d0000 - 00000000bf6df000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000bf6df000 - 00000000c0000000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved) [ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved) [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved) [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved) [ 0.000000] DMI present. [ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0xbf6d0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask F80000000 write-back [ 0.000000] 1 base 080000000 mask FC0000000 write-back [ 0.000000] 2 base 0BF700000 mask FFFF00000 uncachable [ 0.000000] 3 base 0BF800000 mask FFF800000 uncachable [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] init_memory_mapping: 0000000000000000-00000000bf6d0000 [ 0.000000] 0000000000 - 00bf600000 page 2M [ 0.000000] 00bf600000 - 00bf6d0000 page 4k [ 0.000000] kernel direct mapping tables up to bf6d0000 @ 10000-15000 [ 0.000000] RAMDISK: 36e48000 - 3771bac8 [ 0.000000] ACPI: RSDP 00000000000f7bf0 00024 (v02 PTLTD ) [ 0.000000] ACPI: XSDT 00000000bf6d14bf 00094 (v01 ACRSYS ACRPRDCT 06040000 INNA 00000000) [ 0.000000] ACPI: FACP 00000000bf6dbbd7 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001) [ 0.000000] ACPI: DSDT 00000000bf6d2bba 08FA9 (v02 INTEL CRESTLNE 06040000 MSFT 03000000) [ 0.000000] ACPI: FACS 00000000bf6defc0 00040 [ 0.000000] ACPI: HPET 00000000bf6dbccb 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) [ 0.000000] ACPI: MCFG 00000000bf6dbd03 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A) [ 0.000000] ACPI: TCPA 00000000bf6dbd3f 00032 (v01 Intel CRESTLN 06040000 00005A52) [ 0.000000] ACPI: TMOR 00000000bf6dbd71 00026 (v01 PTLTD 06040000 PTL 00000003) [ 0.000000] ACPI: SLIC 00000000bf6dbd97 00176 (v01 ACRSYS ACRPRDCT 06040000 ANNI 00000001) [ 0.000000] ACPI: ASF! 00000000bf6dbf0d 00063 (v32 OEMID OEMTBL 06040000 PTL 00000001) [ 0.000000] ACPI: APIC 00000000bf6dbf70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000) [ 0.000000] ACPI: BOOT 00000000bf6dbfd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001) [ 0.000000] ACPI: SSDT 00000000bf6d28dd 002DD (v01 SataRe SataAhci 00001000 INTL 20050624) [ 0.000000] ACPI: SSDT 00000000bf6d2712 001CB (v01 BrtRef DD01BRT 00001000 INTL 20050624) [ 0.000000] ACPI: SSDT 00000000bf6d1b0f 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624) [ 0.000000] ACPI: SSDT 00000000bf6d1a69 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624) [ 0.000000] ACPI: SSDT 00000000bf6d1553 00516 (v01 PmRef CpuPm 00003000 INTL 20050624) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-00000000bf6d0000 [ 0.000000] Bootmem setup node 0 0000000000000000-00000000bf6d0000 [ 0.000000] NODE_DATA [0000000000013000 - 000000000001afff] [ 0.000000] bootmap [000000000001b000 - 0000000000032edf] pages 18 [ 0.000000] (7 early reservations) ==> bootmem [0000000000 - 00bf6d0000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000] [ 0.000000] #2 [0001000000 - 00016db584] TEXT DATA BSS ==> [0001000000 - 00016db584] [ 0.000000] #3 [0036e48000 - 003771bac8] RAMDISK ==> [0036e48000 - 003771bac8] [ 0.000000] #4 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000] [ 0.000000] #5 [00016dc000 - 00016dc200] BRK ==> [00016dc000 - 00016dc200] [ 0.000000] #6 [0000010000 - 0000013000] PGTABLE ==> [0000010000 - 0000013000] [ 0.000000] found SMP MP-table at [ffff8800000f7d60] f7d60 [ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff880001c00000-ffff8800045fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00100000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x000bf6d0 [ 0.000000] On node 0 totalpages: 783967 [ 0.000000] DMA zone: 56 pages used for memmap [ 0.000000] DMA zone: 102 pages reserved [ 0.000000] DMA zone: 3825 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 10664 pages used for memmap [ 0.000000] DMA32 zone: 769320 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x1008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 24 [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000 [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000 [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000e0000 [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001800000 s90392 r8192 d24296 u1048576 [ 0.000000] pcpu-alloc: s90392 r8192 d24296 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 773145 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=UUID=3aa4537d-ff96-48ab-af32-a253ce42a010 ro quiet [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 3076232k/3136320k available (3087k kernel code, 452k absent, 59636k reserved, 2053k data, 592k init) [ 0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:4352 nr_irqs:424 [ 0.000000] Extended CMOS year: 2000 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 1795.435 MHz processor. [ 0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3590.87 BogoMIPS (lpj=7181740) [ 0.004026] Security Framework initialized [ 0.004032] SELinux: Disabled at boot. [ 0.004433] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.007406] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.009472] Mount-cache hash table entries: 256 [ 0.009655] Initializing cgroup subsys ns [ 0.009659] Initializing cgroup subsys cpuacct [ 0.009663] Initializing cgroup subsys devices [ 0.009665] Initializing cgroup subsys freezer [ 0.009667] Initializing cgroup subsys net_cls [ 0.009698] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.009700] CPU: L2 cache: 2048K [ 0.009703] CPU 0/0x0 -> Node 0 [ 0.009706] CPU: Physical Processor ID: 0 [ 0.009707] CPU: Processor Core ID: 0 [ 0.009711] mce: CPU supports 6 MCE banks [ 0.009719] CPU0: Thermal monitoring handled by SMI [ 0.009724] using mwait in idle threads. [ 0.009726] Performance Events: Core2 events, Intel PMU driver. [ 0.009732] ... version: 2 [ 0.009733] ... bit width: 40 [ 0.009735] ... generic registers: 2 [ 0.009737] ... value mask: 000000ffffffffff [ 0.009739] ... max period: 000000007fffffff [ 0.009740] ... fixed-purpose events: 3 [ 0.009742] ... event mask: 0000000700000003 [ 0.010784] ACPI: Core revision 20090903 [ 0.024076] Setting APIC routing to flat [ 0.024431] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.064531] CPU0: Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz stepping 0d [ 0.068001] Booting processor 1 APIC 0x1 ip 0x6000 [ 0.008000] Initializing CPU#1 [ 0.008000] CPU: L1 I cache: 32K, L1 D cache: 32K [ 0.008000] CPU: L2 cache: 2048K [ 0.008000] CPU 1/0x1 -> Node 0 [ 0.008000] CPU: Physical Processor ID: 0 [ 0.008000] CPU: Processor Core ID: 1 [ 0.008000] CPU1: Thermal monitoring handled by SMI [ 0.152082] CPU1: Intel(R) Core(TM)2 Duo CPU T5670 @ 1.80GHz stepping 0d [ 0.152091] checking TSC synchronization [CPU#0 -> CPU#1]: passed. [ 0.156024] Brought up 2 CPUs [ 0.156026] Total of 2 processors activated (7181.84 BogoMIPS). [ 0.156898] CPU0 attaching sched-domain: [ 0.156903] domain 0: span 0-1 level MC [ 0.156905] groups: group ffff88000180fbf0 cpus 0 group ffff88000190fbf0 cpus 1 [ 0.156913] CPU1 attaching sched-domain: [ 0.156916] domain 0: span 0-1 level MC [ 0.156918] groups: group ffff88000190fbf0 cpus 1 group ffff88000180fbf0 cpus 0 [ 0.156979] devtmpfs: initialized [ 0.160402] regulator: core version 0.5 [ 0.160402] NET: Registered protocol family 16 [ 0.160402] ACPI: bus type pci registered [ 0.160402] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255 [ 0.160402] PCI: MCFG area at e0000000 reserved in E820 [ 0.168001] PCI: Using MMCONFIG at e0000000 - efffffff [ 0.168001] PCI: Using configuration type 1 for base access [ 0.168028] bio: create slab <bio-0> at 0 [ 0.168877] ACPI: EC: Look up EC in DSDT [ 0.174809] ACPI: BIOS _OSI(Linux) query ignored [ 0.184093] ACPI: Interpreter enabled [ 0.184096] ACPI: (supports S0 S3 S4 S5) [ 0.184119] ACPI: Using IOAPIC for interrupt routing [ 0.600466] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62 [ 0.600849] ACPI: No dock devices found. [ 0.601499] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 0.601605] pci 0000:00:02.0: reg 10 64bit mmio: [0xfc000000-0xfc0fffff] [ 0.601613] pci 0000:00:02.0: reg 18 64bit mmio pref: [0xd0000000-0xdfffffff] [ 0.601619] pci 0000:00:02.0: reg 20 io port: [0x1800-0x1807] [ 0.601667] pci 0000:00:02.1: reg 10 64bit mmio: [0xfc100000-0xfc1fffff] [ 0.601786] pci 0000:00:1a.0: reg 20 io port: [0x1820-0x183f] [ 0.601855] pci 0000:00:1a.1: reg 20 io port: [0x1840-0x185f] [ 0.601933] pci 0000:00:1a.7: reg 10 32bit mmio: [0xfc504800-0xfc504bff] [ 0.602023] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold [ 0.602029] pci 0000:00:1a.7: PME# disabled [ 0.602087] pci 0000:00:1b.0: reg 10 64bit mmio: [0xfc300000-0xfc303fff] [ 0.602172] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.602177] pci 0000:00:1b.0: PME# disabled [ 0.602302] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.602307] pci 0000:00:1c.0: PME# disabled [ 0.602436] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.602442] pci 0000:00:1c.1: PME# disabled [ 0.602568] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold [ 0.602573] pci 0000:00:1c.2: PME# disabled [ 0.602643] pci 0000:00:1d.0: reg 20 io port: [0x1860-0x187f] [ 0.602722] pci 0000:00:1d.1: reg 20 io port: [0x1880-0x189f] [ 0.602808] pci 0000:00:1d.2: reg 20 io port: [0x18a0-0x18bf] [ 0.602886] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfc504c00-0xfc504fff] [ 0.602974] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold [ 0.602979] pci 0000:00:1d.7: PME# disabled [ 0.603172] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO [ 0.603179] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO [ 0.603185] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0068 (mask 0007) [ 0.603255] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07] [ 0.603264] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03] [ 0.603273] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07] [ 0.603281] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03] [ 0.603290] pci 0000:00:1f.1: reg 20 io port: [0x1810-0x181f] [ 0.603373] pci 0000:00:1f.2: reg 10 io port: [0x1c00-0x1c07] [ 0.603382] pci 0000:00:1f.2: reg 14 io port: [0x18d4-0x18d7] [ 0.603391] pci 0000:00:1f.2: reg 18 io port: [0x18d8-0x18df] [ 0.603399] pci 0000:00:1f.2: reg 1c io port: [0x18d0-0x18d3] [ 0.603408] pci 0000:00:1f.2: reg 20 io port: [0x18e0-0x18ff] [ 0.603417] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfc504000-0xfc5047ff] [ 0.603482] pci 0000:00:1f.2: PME# supported from D3hot [ 0.603487] pci 0000:00:1f.2: PME# disabled [ 0.603523] pci 0000:00:1f.3: reg 10 32bit mmio: [0x000000-0x0000ff] [ 0.603549] pci 0000:00:1f.3: reg 20 io port: [0x1c20-0x1c3f] [ 0.603700] pci 0000:02:00.0: reg 10 64bit mmio: [0xf6000000-0xf600ffff] [ 0.603838] pci 0000:02:00.0: PME# supported from D3hot D3cold [ 0.603844] pci 0000:02:00.0: PME# disabled [ 0.608177] pci 0000:00:1c.0: bridge io port: [0x2000-0x2fff] [ 0.608182] pci 0000:00:1c.0: bridge 32bit mmio: [0xf6000000-0xf7ffffff] [ 0.608191] pci 0000:00:1c.0: bridge 64bit mmio pref: [0xf0000000-0xf1ffffff] [ 0.608329] pci 0000:04:00.0: reg 10 64bit mmio: [0xf8000000-0xf8001fff] [ 0.608508] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold [ 0.608518] pci 0000:04:00.0: PME# disabled [ 0.608804] pci 0000:00:1c.1: bridge io port: [0x3000-0x3fff] [ 0.608809] pci 0000:00:1c.1: bridge 32bit mmio: [0xf8000000-0xf9ffffff] [ 0.608818] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xf2000000-0xf3ffffff] [ 0.608883] pci 0000:00:1c.2: bridge io port: [0x4000-0x4fff] [ 0.608888] pci 0000:00:1c.2: bridge 32bit mmio: [0xfa000000-0xfbffffff] [ 0.608897] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xf4000000-0xf5ffffff] [ 0.608966] pci 0000:0f:06.0: reg 10 32bit mmio: [0xfc204000-0xfc204fff] [ 0.609011] pci 0000:0f:06.0: supports D1 D2 [ 0.609013] pci 0000:0f:06.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.609020] pci 0000:0f:06.0: PME# disabled [ 0.609076] pci 0000:0f:06.1: reg 10 32bit mmio: [0xfc206000-0xfc2067ff] [ 0.609086] pci 0000:0f:06.1: reg 14 32bit mmio: [0xfc200000-0xfc203fff] [ 0.609164] pci 0000:0f:06.1: supports D1 D2 [ 0.609166] pci 0000:0f:06.1: PME# supported from D0 D1 D2 D3hot [ 0.609172] pci 0000:0f:06.1: PME# disabled [ 0.609223] pci 0000:0f:06.2: reg 10 32bit mmio: [0xfc205000-0xfc205fff] [ 0.609308] pci 0000:0f:06.2: supports D1 D2 [ 0.609311] pci 0000:0f:06.2: PME# supported from D0 D1 D2 D3hot [ 0.609317] pci 0000:0f:06.2: PME# disabled [ 0.609367] pci 0000:0f:06.3: reg 10 32bit mmio: [0xfc206800-0xfc2068ff] [ 0.609452] pci 0000:0f:06.3: supports D1 D2 [ 0.609455] pci 0000:0f:06.3: PME# supported from D0 D1 D2 D3hot [ 0.609460] pci 0000:0f:06.3: PME# disabled [ 0.609531] pci 0000:00:1e.0: transparent bridge [ 0.609539] pci 0000:00:1e.0: bridge 32bit mmio: [0xfc200000-0xfc2fffff] [ 0.609598] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.609823] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] [ 0.609914] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT] [ 0.610002] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT] [ 0.610130] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT] [ 4.408462] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11) [ 4.408578] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 *11) [ 4.408691] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11) [ 4.408804] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11) [ 4.408922] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 *11) [ 4.409034] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 *11) [ 4.409146] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 *11) [ 4.409259] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 *11) [ 4.409364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 4.409382] vgaarb: loaded [ 4.409399] PCI: Using ACPI for IRQ routing [ 4.409399] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 4.409399] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 4.409399] hpet0: 3 comparators, 64-bit 14.318180 MHz counter [ 4.412044] Switching to clocksource tsc [ 4.413459] pnp: PnP ACPI init [ 4.413470] ACPI: bus type pnp registered [ 4.616048] pnp: PnP ACPI: found 10 devices [ 4.616050] ACPI: ACPI bus type pnp unregistered [ 4.616062] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved [ 4.616065] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved [ 4.616069] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved [ 4.616076] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved [ 4.616080] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved [ 4.616083] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved [ 4.616087] system 00:01: iomem range 0xfed45000-0xfed8ffff has been reserved [ 4.616095] system 00:06: iomem range 0xfed00000-0xfed003ff has been reserved [ 4.616102] system 00:08: ioport range 0x800-0x80f has been reserved [ 4.616106] system 00:08: ioport range 0x1000-0x107f has been reserved [ 4.616109] system 00:08: ioport range 0x1180-0x11bf has been reserved [ 4.616113] system 00:08: ioport range 0xfe00-0xfe00 has been reserved [ 4.616116] system 00:08: iomem range 0xff800000-0xff800fff has been reserved [ 4.620904] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02 [ 4.620908] pci 0000:00:1c.0: IO window: 0x2000-0x2fff [ 4.620915] pci 0000:00:1c.0: MEM window: 0xf6000000-0xf7ffffff [ 4.620921] pci 0000:00:1c.0: PREFETCH window: 0x000000f0000000-0x000000f1ffffff [ 4.620929] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:04 [ 4.620933] pci 0000:00:1c.1: IO window: 0x3000-0x3fff [ 4.620940] pci 0000:00:1c.1: MEM window: 0xf8000000-0xf9ffffff [ 4.620945] pci 0000:00:1c.1: PREFETCH window: 0x000000f2000000-0x000000f3ffffff [ 4.620954] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:06 [ 4.620958] pci 0000:00:1c.2: IO window: 0x4000-0x4fff [ 4.620965] pci 0000:00:1c.2: MEM window: 0xfa000000-0xfbffffff [ 4.620970] pci 0000:00:1c.2: PREFETCH window: 0x000000f4000000-0x000000f5ffffff [ 4.620982] pci 0000:0f:06.0: CardBus bridge, secondary bus 0000:10 [ 4.620985] pci 0000:0f:06.0: IO window: 0x005000-0x0050ff [ 4.620991] pci 0000:0f:06.0: IO window: 0x005400-0x0054ff [ 4.620997] pci 0000:0f:06.0: PREFETCH window: 0xc0000000-0xc3ffffff [ 4.621009] pci 0000:0f:06.0: MEM window: 0xc8000000-0xcbffffff [ 4.621015] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0f [ 4.621019] pci 0000:00:1e.0: IO window: 0x5000-0x5fff [ 4.621025] pci 0000:00:1e.0: MEM window: 0xfc200000-0xfc2fffff [ 4.621031] pci 0000:00:1e.0: PREFETCH window: 0xc0000000-0xc3ffffff [ 4.621050] alloc irq_desc for 16 on node -1 [ 4.621052] alloc kstat_irqs on node -1 [ 4.621058] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 4.621064] pci 0000:00:1c.0: setting latency timer to 64 [ 4.621074] alloc irq_desc for 17 on node -1 [ 4.621076] alloc kstat_irqs on node -1 [ 4.621080] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 4.621085] pci 0000:00:1c.1: setting latency timer to 64 [ 4.621096] alloc irq_desc for 18 on node -1 [ 4.621098] alloc kstat_irqs on node -1 [ 4.621102] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 4.621107] pci 0000:00:1c.2: setting latency timer to 64 [ 4.621115] pci 0000:00:1e.0: setting latency timer to 64 [ 4.621126] alloc irq_desc for 22 on node -1 [ 4.621128] alloc kstat_irqs on node -1 [ 4.621132] pci 0000:0f:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 4.621140] pci_bus 0000:00: resource 0 io: [0x00-0xffff] [ 4.621143] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff] [ 4.621146] pci_bus 0000:02: resource 0 io: [0x2000-0x2fff] [ 4.621148] pci_bus 0000:02: resource 1 mem: [0xf6000000-0xf7ffffff] [ 4.621151] pci_bus 0000:02: resource 2 pref mem [0xf0000000-0xf1ffffff] [ 4.621154] pci_bus 0000:04: resource 0 io: [0x3000-0x3fff] [ 4.621156] pci_bus 0000:04: resource 1 mem: [0xf8000000-0xf9ffffff] [ 4.621159] pci_bus 0000:04: resource 2 pref mem [0xf2000000-0xf3ffffff] [ 4.621162] pci_bus 0000:06: resource 0 io: [0x4000-0x4fff] [ 4.621165] pci_bus 0000:06: resource 1 mem: [0xfa000000-0xfbffffff] [ 4.621167] pci_bus 0000:06: resource 2 pref mem [0xf4000000-0xf5ffffff] [ 4.621170] pci_bus 0000:0f: resource 0 io: [0x5000-0x5fff] [ 4.621173] pci_bus 0000:0f: resource 1 mem: [0xfc200000-0xfc2fffff] [ 4.621176] pci_bus 0000:0f: resource 2 pref mem [0xc0000000-0xc3ffffff] [ 4.621178] pci_bus 0000:0f: resource 3 io: [0x00-0xffff] [ 4.621181] pci_bus 0000:0f: resource 4 mem: [0x000000-0xffffffffffffffff] [ 4.621184] pci_bus 0000:10: resource 0 io: [0x5000-0x50ff] [ 4.621186] pci_bus 0000:10: resource 1 io: [0x5400-0x54ff] [ 4.621189] pci_bus 0000:10: resource 2 pref mem [0xc0000000-0xc3ffffff] [ 4.621192] pci_bus 0000:10: resource 3 mem: [0xc8000000-0xcbffffff] [ 4.621225] NET: Registered protocol family 2 [ 4.621419] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 4.623032] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 4.629256] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 4.630027] TCP: Hash tables configured (established 524288 bind 65536) [ 4.630030] TCP reno registered [ 4.630158] NET: Registered protocol family 1 [ 4.630181] pci 0000:00:02.0: Boot video device [ 4.630200] alloc irq_desc for 20 on node -1 [ 4.630203] alloc kstat_irqs on node -1 [ 4.630214] pci 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 4.630235] pci 0000:00:1a.0: PCI INT A disabled [ 4.630243] alloc irq_desc for 21 on node -1 [ 4.630245] alloc kstat_irqs on node -1 [ 4.630249] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 4.630268] pci 0000:00:1a.1: PCI INT B disabled [ 4.630281] pci 0000:00:1a.7: PCI INT C -> GSI 20 (level, low) -> IRQ 20 [ 4.630312] pci 0000:00:1a.7: PCI INT C disabled [ 4.630326] alloc irq_desc for 23 on node -1 [ 4.630328] alloc kstat_irqs on node -1 [ 4.630333] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 4.630352] pci 0000:00:1d.0: PCI INT A disabled [ 4.630360] pci 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 4.630381] pci 0000:00:1d.1: PCI INT B disabled [ 4.630389] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 4.630410] pci 0000:00:1d.2: PCI INT C disabled [ 4.630423] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 4.630441] pci 0000:00:1d.7: PCI INT A disabled [ 4.630522] Unpacking initramfs... [ 4.885671] Freeing initrd memory: 9038k freed [ 4.890239] Simple Boot Flag at 0x36 set to 0x1 [ 4.890614] audit: initializing netlink socket (disabled) [ 4.890629] type=2000 audit(1377559020.889:1): initialized [ 4.894344] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 4.895908] VFS: Disk quotas dquot_6.5.2 [ 4.895970] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 4.896060] msgmni has been set to 6025 [ 4.896275] alg: No test for stdrng (krng) [ 4.896328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 4.896331] io scheduler noop registered [ 4.896333] io scheduler anticipatory registered [ 4.896336] io scheduler deadline registered [ 4.896402] io scheduler cfq registered (default) [ 4.896562] alloc irq_desc for 24 on node -1 [ 4.896564] alloc kstat_irqs on node -1 [ 4.896579] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X [ 4.896592] pcieport 0000:00:1c.0: setting latency timer to 64 [ 4.896758] alloc irq_desc for 25 on node -1 [ 4.896760] alloc kstat_irqs on node -1 [ 4.896769] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X [ 4.896781] pcieport 0000:00:1c.1: setting latency timer to 64 [ 4.896945] alloc irq_desc for 26 on node -1 [ 4.896947] alloc kstat_irqs on node -1 [ 4.896957] pcieport 0000:00:1c.2: irq 26 for MSI/MSI-X [ 4.896968] pcieport 0000:00:1c.2: setting latency timer to 64 [ 4.898726] Linux agpgart interface v0.103 [ 4.898741] agpgart-intel 0000:00:00.0: Intel 965GM Chipset [ 4.899347] agpgart-intel 0000:00:00.0: detected 7676K stolen memory [ 4.903798] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 [ 4.903863] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 4.904277] input: Macintosh mouse button emulation as /devices/virtual/input/input0 [ 4.904345] PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 4.912553] i8042.c: Detected active multiplexing controller, rev 1.1. [ 4.918913] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.918922] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 4.918925] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 4.918929] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 4.918932] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 4.919008] mice: PS/2 mouse device common for all mice [ 4.919056] rtc_cmos 00:09: RTC can wake from S4 [ 4.919098] rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0 [ 4.919132] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 4.919142] cpuidle: using governor ladder [ 4.919144] cpuidle: using governor menu [ 4.919148] No iBFT detected. [ 4.919506] TCP cubic registered [ 4.919626] NET: Registered protocol family 10 [ 4.920415] Mobile IPv6 [ 4.920418] NET: Registered protocol family 17 [ 4.920505] PM: Resume from disk failed. [ 4.920517] registered taskstats version 1 [ 4.921175] rtc_cmos 00:09: setting system clock to 2013-08-26 23:17:02 UTC (1377559022) [ 4.921237] Initalizing network drop monitor service [ 4.921262] Freeing unused kernel memory: 592k freed [ 4.921435] Write protecting the kernel read-only data: 4252k [ 4.933884] <30>udevd[57]: starting version 175 [ 4.940597] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 5.049140] usbcore: registered new interface driver usbfs [ 5.049174] usbcore: registered new interface driver hub [ 5.051398] usbcore: registered new device driver usb [ 5.053166] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 5.053209] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 20 (level, low) -> IRQ 20 [ 5.053239] ehci_hcd 0000:00:1a.7: setting latency timer to 64 [ 5.053243] ehci_hcd 0000:00:1a.7: EHCI Host Controller [ 5.053272] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1 [ 5.053321] ehci_hcd 0000:00:1a.7: debug port 1 [ 5.057206] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported [ 5.059248] uhci_hcd: USB Universal Host Controller Interface driver [ 5.076638] ehci_hcd 0000:00:1a.7: irq 20, io mem 0xfc504800 [ 5.088848] SCSI subsystem initialized [ 5.103256] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00 [ 5.103289] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 5.103292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.103295] usb usb1: Product: EHCI Host Controller [ 5.103297] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd [ 5.103299] usb usb1: SerialNumber: 0000:00:1a.7 [ 5.103401] usb usb1: configuration #1 chosen from 1 choice [ 5.103439] hub 1-0:1.0: USB hub found [ 5.103448] hub 1-0:1.0: 4 ports detected [ 5.103532] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20 [ 5.103544] uhci_hcd 0000:00:1a.0: setting latency timer to 64 [ 5.103549] uhci_hcd 0000:00:1a.0: UHCI Host Controller [ 5.103558] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2 [ 5.103592] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001820 [ 5.103633] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.103636] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.103638] usb usb2: Product: UHCI Host Controller [ 5.103640] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd [ 5.103643] usb usb2: SerialNumber: 0000:00:1a.0 [ 5.103718] usb usb2: configuration #1 chosen from 1 choice [ 5.103750] hub 2-0:1.0: USB hub found [ 5.103757] hub 2-0:1.0: 2 ports detected [ 5.103826] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 5.103852] ehci_hcd 0000:00:1d.7: setting latency timer to 64 [ 5.103856] ehci_hcd 0000:00:1d.7: EHCI Host Controller [ 5.103864] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 3 [ 5.103908] ehci_hcd 0000:00:1d.7: debug port 1 [ 5.105894] libata version 3.00 loaded. [ 5.107805] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported [ 5.107831] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfc504c00 [ 5.124025] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00 [ 5.124064] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 5.124067] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.124070] usb usb3: Product: EHCI Host Controller [ 5.124072] usb usb3: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd [ 5.124074] usb usb3: SerialNumber: 0000:00:1d.7 [ 5.124165] usb usb3: configuration #1 chosen from 1 choice [ 5.124202] hub 3-0:1.0: USB hub found [ 5.124210] hub 3-0:1.0: 6 ports detected [ 5.125999] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21 [ 5.126012] uhci_hcd 0000:00:1a.1: setting latency timer to 64 [ 5.126016] uhci_hcd 0000:00:1a.1: UHCI Host Controller [ 5.126030] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 [ 5.126077] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840 [ 5.126119] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.126122] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.126124] usb usb4: Product: UHCI Host Controller [ 5.126126] usb usb4: Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd [ 5.126129] usb usb4: SerialNumber: 0000:00:1a.1 [ 5.126204] usb usb4: configuration #1 chosen from 1 choice [ 5.126237] hub 4-0:1.0: USB hub found [ 5.126245] hub 4-0:1.0: 2 ports detected [ 5.126467] ahci 0000:00:1f.2: version 3.0 [ 5.126482] alloc irq_desc for 19 on node -1 [ 5.126484] alloc kstat_irqs on node -1 [ 5.126492] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19 [ 5.126541] alloc irq_desc for 27 on node -1 [ 5.126543] alloc kstat_irqs on node -1 [ 5.126554] ahci 0000:00:1f.2: irq 27 for MSI/MSI-X [ 5.126627] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode [ 5.126631] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio slum part ccc [ 5.126637] ahci 0000:00:1f.2: setting latency timer to 64 [ 5.130967] tg3.c:v3.116 (December 3, 2010) [ 5.137545] firewire_ohci 0000:0f:06.1: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 5.137717] sdhci: Secure Digital Host Controller Interface driver [ 5.137719] sdhci: Copyright(c) Pierre Ossman [ 5.138950] scsi0 : ahci [ 5.139111] scsi1 : ahci [ 5.139216] scsi2 : ahci [ 5.139384] ata1: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504100 irq 27 [ 5.139388] ata2: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504180 irq 27 [ 5.139392] ata3: SATA max UDMA/133 abar m2048@0xfc504000 port 0xfc504200 irq 27 [ 5.139510] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 5.139522] uhci_hcd 0000:00:1d.0: setting latency timer to 64 [ 5.139526] uhci_hcd 0000:00:1d.0: UHCI Host Controller [ 5.139538] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5 [ 5.139574] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001860 [ 5.139619] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.139621] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.139624] usb usb5: Product: UHCI Host Controller [ 5.139626] usb usb5: Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd [ 5.139628] usb usb5: SerialNumber: 0000:00:1d.0 [ 5.139714] usb usb5: configuration #1 chosen from 1 choice [ 5.139748] hub 5-0:1.0: USB hub found [ 5.139755] hub 5-0:1.0: 2 ports detected [ 5.141898] ata_piix 0000:00:1f.1: version 2.13 [ 5.141913] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 5.141957] ata_piix 0000:00:1f.1: setting latency timer to 64 [ 5.142042] scsi3 : ata_piix [ 5.142157] scsi4 : ata_piix [ 5.142893] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14 [ 5.142896] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15 [ 5.143022] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17 [ 5.143031] uhci_hcd 0000:00:1d.1: setting latency timer to 64 [ 5.143035] uhci_hcd 0000:00:1d.1: UHCI Host Controller [ 5.143047] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6 [ 5.143089] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001880 [ 5.143131] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.143134] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.143136] usb usb6: Product: UHCI Host Controller [ 5.143138] usb usb6: Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd [ 5.143140] usb usb6: SerialNumber: 0000:00:1d.1 [ 5.143226] usb usb6: configuration #1 chosen from 1 choice [ 5.143259] hub 6-0:1.0: USB hub found [ 5.143266] hub 6-0:1.0: 2 ports detected [ 5.143320] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18 [ 5.143329] uhci_hcd 0000:00:1d.2: setting latency timer to 64 [ 5.143332] uhci_hcd 0000:00:1d.2: UHCI Host Controller [ 5.143342] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7 [ 5.143382] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018a0 [ 5.143419] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 5.143422] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 5.143424] usb usb7: Product: UHCI Host Controller [ 5.143427] usb usb7: Manufacturer: Linux 2.6.32-5-amd64 uhci_hcd [ 5.143429] usb usb7: SerialNumber: 0000:00:1d.2 [ 5.143494] usb usb7: configuration #1 chosen from 1 choice [ 5.143524] hub 7-0:1.0: USB hub found [ 5.143530] hub 7-0:1.0: 2 ports detected [ 5.146300] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 5.146312] tg3 0000:02:00.0: setting latency timer to 64 [ 5.210666] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95787m) rev b002] (PCI Express) MAC address 00:1d:72:f2:f1:c4 [ 5.210670] tg3 0000:02:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1]) [ 5.210674] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 5.210677] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit] [ 5.212011] firewire_ohci: Added fw-ohci device 0000:0f:06.1, OHCI version 1.10 [ 5.212056] sdhci-pci 0000:0f:06.3: SDHCI controller found [104c:803c] (rev 0) [ 5.212074] sdhci-pci 0000:0f:06.3: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 5.212133] Registered led device: mmc0:: [ 5.212170] mmc0: SDHCI controller on PCI [0000:0f:06.3] using PIO [ 5.342004] thermal LNXTHERM:01: registered as thermal_zone0 [ 5.342015] ACPI: Thermal Zone [TZS0] (52 C) [ 5.344358] ata4.00: ATAPI: HL-DT-ST DVDRAM GSA-T40N, JP01, max UDMA/33 [ 5.346218] thermal LNXTHERM:02: registered as thermal_zone1 [ 5.346227] ACPI: Thermal Zone [TZS1] (52 C) [ 5.360264] ata4.00: configured for UDMA/33 [ 5.444019] usb 1-1: new high speed USB device using ehci_hcd and address 2 [ 5.504026] ata3: SATA link down (SStatus 0 SControl 300) [ 5.504054] ata2: SATA link down (SStatus 0 SControl 300) [ 5.504063] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 5.506644] ACPI Warning for \_SB_.PCI0.SATA.PRT0._GTF: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006) [ 5.506652] ata1.00: _GTF unexpected object type 0x1 [ 5.521938] ata1.00: ATA-8: WDC WD3200BEVT-22ZCT0, 11.01A11, max UDMA/133 [ 5.521941] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 5.524445] ata1.00: _GTF unexpected object type 0x1 [ 5.524688] ata1.00: configured for UDMA/133 [ 5.524805] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEVT-2 11.0 PQ: 0 ANSI: 5 [ 5.528555] scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T40N JP01 PQ: 0 ANSI: 5 [ 5.543036] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 5.543111] sd 0:0:0:0: [sda] Write Protect is off [ 5.543115] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 5.543145] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.543347] sda: sda1 sda2 <sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 5.549590] Uniform CD-ROM driver Revision: 3.20 [ 5.549680] sr 3:0:0:0: Attached scsi CD-ROM sr0 [ 5.564273] sda5 sda6 sda7 > [ 5.571141] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.575326] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 5.575395] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 5.617575] usb 1-1: New USB device found, idVendor=064e, idProduct=a103 [ 5.617579] usb 1-1: New USB device strings: Mfr=2, Product=1, SerialNumber=3 [ 5.617582] usb 1-1: Product: Acer Crystal Eye webcam [ 5.617584] usb 1-1: Manufacturer: SuYin [ 5.617586] usb 1-1: SerialNumber: CN0314-SN30-OV03-VA-R02.03.02 [ 5.617680] usb 1-1: configuration #1 chosen from 1 choice [ 5.709104] firewire_core: created device fw0: GUID 001d72fffff2f1c4, S400 [ 6.097020] usb 6-1: new low speed USB device using uhci_hcd and address 2 [ 6.233880] PM: Starting manual resume from disk [ 6.233884] PM: Resume from partition 8:6 [ 6.233886] PM: Checking hibernation image. [ 6.234065] PM: Error -22 checking image file [ 6.234067] PM: Resume from disk failed. [ 6.253429] usb 6-1: New USB device found, idVendor=0b38, idProduct=0010 [ 6.253433] usb 6-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 6.253533] usb 6-1: configuration #1 chosen from 1 choice [ 6.265242] usbcore: registered new interface driver hiddev [ 6.278451] input: HID 0b38:0010 as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input2 [ 6.278515] generic-usb 0003:0B38:0010.0001: input,hidraw0: USB HID v1.10 Keyboard [HID 0b38:0010] on usb-0000:00:1d.1-1/input0 [ 6.286854] EXT4-fs (sda7): mounted filesystem with ordered data mode [ 6.302299] input: HID 0b38:0010 as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/input/input3 [ 6.302365] generic-usb 0003:0B38:0010.0002: input,hidraw1: USB HID v1.10 Device [HID 0b38:0010] on usb-0000:00:1d.1-1/input1 [ 6.302392] usbcore: registered new interface driver usbhid [ 6.302395] usbhid: v2.6:USB HID core driver [ 6.497013] usb 6-2: new low speed USB device using uhci_hcd and address 3 [ 6.659186] usb 6-2: New USB device found, idVendor=15d9, idProduct=0a33 [ 6.659189] usb 6-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 6.659192] usb 6-2: Product: USB Mouse [ 6.659289] usb 6-2: configuration #1 chosen from 1 choice [ 6.676450] input: USB Mouse as /devices/pci0000:00/0000:00:1d.1/usb6/6-2/6-2:1.0/input/input4 [ 6.676515] generic-usb 0003:15D9:0A33.0003: input,hidraw2: USB HID v1.10 Mouse [USB Mouse] on usb-0000:00:1d.1-2/input0 [ 7.824857] <30>udevd[412]: starting version 175 [ 8.338915] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5 [ 8.340018] ACPI: Lid Switch [LID0] [ 8.340093] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6 [ 8.340103] ACPI: Sleep Button [SLPB] [ 8.340186] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7 [ 8.340191] ACPI: Power Button [PWRF] [ 8.553393] ACPI: Extensa 5220 detected - disabling mwait for CPU C-states [ 8.553933] ACPI: SSDT 00000000bf6d2412 00238 (v01 PmRef Cpu0Ist 00003000 INTL 20050624) [ 8.554480] ACPI: SSDT 00000000bf6d1d6e 0061F (v01 PmRef Cpu0Cst 00003001 INTL 20050624) [ 8.557379] Marking TSC unstable due to TSC halts in idle [ 8.557588] Switching to clocksource hpet [ 8.557929] processor LNXCPU:00: registered as cooling_device0 [ 8.558507] ACPI: SSDT 00000000bf6d264a 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624) [ 8.558868] ACPI: SSDT 00000000bf6d238d 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624) [ 8.560013] processor LNXCPU:01: registered as cooling_device1 [ 8.726028] ACPI: Battery Slot [BAT0] (battery present) [ 8.727987] ACPI: AC Adapter [ADP1] (on-line) [ 8.743109] iTCO_vendor_support: vendor-support=0 [ 8.744969] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05 [ 8.745085] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060) [ 8.745157] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 8.981171] ACPI: WMI: Mapper loaded [ 9.020388] input: PC Speaker as /devices/platform/pcspkr/input/input8 [ 9.067626] tifm_7xx1 0000:0f:06.2: PCI INT A -> GSI 22 (level, low) -> IRQ 22 [ 9.099514] yenta_cardbus 0000:0f:06.0: CardBus bridge found [1025:011f] [ 9.099538] yenta_cardbus 0000:0f:06.0: Using CSCINT to route CSC interrupts to PCI [ 9.099540] yenta_cardbus 0000:0f:06.0: Routing CardBus interrupts to PCI [ 9.099547] yenta_cardbus 0000:0f:06.0: TI: mfunc 0x01aa1b22, devctl 0x64 [ 9.328869] yenta_cardbus 0000:0f:06.0: ISA IRQ mask 0x0cf8, PCI irq 22 [ 9.328874] yenta_cardbus 0000:0f:06.0: Socket status: 30000006 [ 9.328878] pci_bus 0000:0f: Raising subordinate bus# of parent bus (#0f) from #10 to #13 [ 9.328889] yenta_cardbus 0000:0f:06.0: pcmcia: parent PCI bridge I/O window: 0x5000 - 0x5fff [ 9.328893] yenta_cardbus 0000:0f:06.0: pcmcia: parent PCI bridge Memory window: 0xfc200000 - 0xfc2fffff [ 9.328896] yenta_cardbus 0000:0f:06.0: pcmcia: parent PCI bridge Memory window: 0xc0000000 - 0xc3ffffff [ 9.355997] [drm] Initialized drm 1.1.0 20060810 [ 9.400302] acer-wmi: Acer Laptop ACPI-WMI Extras [ 9.450104] Linux video capture interface: v2.00 [ 9.456183] acer-wmi: Brightness must be controlled by generic video driver [ 9.500522] cfg80211: Using static regulatory domain info [ 9.500525] cfg80211: Regulatory domain: US [ 9.500527] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 9.500531] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) [ 9.500534] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 9.500537] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 9.500540] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 9.500543] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 9.500546] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) [ 9.500554] cfg80211: Calling CRDA for country: US [ 9.513712] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19 [ 9.513718] ACPI: I/O resource 0000:00:1f.3 [0x1c20-0x1c3f] conflicts with ACPI region SMBI [0x1c20-0x1c2f] [ 9.513782] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 9.832128] uvcvideo: Found UVC 1.00 device Acer Crystal Eye webcam (064e:a103) [ 9.848619] input: Acer Crystal Eye webcam as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input9 [ 9.848699] usbcore: registered new interface driver uvcvideo [ 9.848703] USB Video Class driver (v0.1.0) [ 10.001212] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 10.001218] i915 0000:00:02.0: setting latency timer to 64 [ 10.011959] alloc irq_desc for 28 on node -1 [ 10.011963] alloc kstat_irqs on node -1 [ 10.011974] i915 0000:00:02.0: irq 28 for MSI/MSI-X [ 10.011983] [drm] set up 7M of stolen space [ 10.051800] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks [ 10.051803] iwlagn: Copyright(c) 2003-2009 Intel Corporation [ 10.051909] iwlagn 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 [ 10.051943] iwlagn 0000:04:00.0: setting latency timer to 64 [ 10.052043] iwlagn 0000:04:00.0: Detected Intel Wireless WiFi Link 4965AGN REV=0x4 [ 10.096608] iwlagn 0000:04:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels [ 10.096672] alloc irq_desc for 29 on node -1 [ 10.096675] alloc kstat_irqs on node -1 [ 10.096696] iwlagn 0000:04:00.0: irq 29 for MSI/MSI-X [ 10.141108] [drm] initialized overlay support [ 10.244119] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x12a0b1, caps: 0xa04711/0xa04000/0x0 [ 10.295244] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10 [ 10.541055] usb 7-2: new full speed USB device using uhci_hcd and address 2 [ 10.546485] phy0: Selected rate control algorithm 'iwl-agn-rs' [ 10.714091] usb 7-2: New USB device found, idVendor=0a5c, idProduct=2101 [ 10.714097] usb 7-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 10.714101] usb 7-2: Product: Acer Module [ 10.714105] usb 7-2: Manufacturer: Broadcom Corp [ 10.714252] usb 7-2: configuration #1 chosen from 1 choice [ 10.746289] Bluetooth: Core ver 2.15 [ 10.746365] NET: Registered protocol family 31 [ 10.746367] Bluetooth: HCI device and connection manager initialized [ 10.746371] Bluetooth: HCI socket layer initialized [ 10.765511] Bluetooth: Generic Bluetooth USB driver ver 0.6 [ 10.766338] usbcore: registered new interface driver btusb [ 11.041946] Console: switching to colour frame buffer device 160x50 [ 11.044891] fb0: inteldrmfb frame buffer device [ 11.044893] registered panic notifier [ 11.061478] acpi device:03: registered as cooling_device2 [ 11.062148] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11 [ 11.062205] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 11.062240] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 11.062357] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 11.062390] HDA Intel 0000:00:1b.0: setting latency timer to 64 [ 11.191502] hda_codec: ALC268: BIOS auto-probing. [ 11.192266] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12 [ 13.138804] Adding 3154936k swap on /dev/sda6. Priority:-1 extents:1 across:3154936k [ 13.411075] fsck.ext4: sending ioctl 127c to a partition! [ 13.411079] fsck.ext4: sending ioctl 127c to a partition! [ 13.685415] loop: module loaded [ 14.080710] fsck.ext4: sending ioctl 127c to a partition! [ 14.080713] fsck.ext4: sending ioctl 127c to a partition! [ 14.286919] EXT4-fs (sda5): mounted filesystem with ordered data mode [ 15.896203] alloc irq_desc for 30 on node -1 [ 15.896207] alloc kstat_irqs on node -1 [ 15.896227] tg3 0000:02:00.0: irq 30 for MSI/MSI-X [ 15.930808] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 21.749873] Bluetooth: L2CAP ver 2.14 [ 21.749876] Bluetooth: L2CAP socket layer initialized [ 22.013284] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 22.013287] Bluetooth: BNEP filters: protocol multicast [ 22.130810] Bluetooth: RFCOMM TTY layer initialized [ 22.130815] Bluetooth: RFCOMM socket layer initialized [ 22.130817] Bluetooth: RFCOMM ver 1.11 [ 22.372562] Bluetooth: SCO (Voice Link) ver 0.6 [ 22.372565] Bluetooth: SCO socket layer initialized [ 23.122868] iwlagn 0000:04:00.0: firmware: requesting iwlwifi-4965-2.ucode [ 23.327506] iwlagn 0000:04:00.0: loaded firmware version 228.61.2.24 [ 23.543370] Registered led device: iwl-phy0::radio [ 23.543399] Registered led device: iwl-phy0::assoc [ 23.543425] Registered led device: iwl-phy0::RX [ 23.543454] Registered led device: iwl-phy0::TX [ 23.580316] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 27.433076] usb 7-2: USB disconnect, address 2 [ 28.178855] wlan0: direct probe to AP 00:13:f7:96:bb:6e (try 1) [ 28.180912] wlan0: direct probe responded [ 28.180919] wlan0: authenticate with AP 00:13:f7:96:bb:6e (try 1) [ 28.182585] wlan0: authenticated [ 28.182799] wlan0: associate with AP 00:13:f7:96:bb:6e (try 1) [ 28.190982] wlan0: RX AssocResp from 00:13:f7:96:bb:6e (capab=0x471 status=0 aid=1) [ 28.190988] wlan0: associated [ 28.211617] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 33.622906] padlock: VIA PadLock not detected. [ 44.213025] wlan0: no IPv6 routers present [ 4044.784096] hub 6-0:1.0: port 1 disabled by hub (EMI?), re-enabling... [ 4044.784103] usb 6-1: USB disconnect, address 2 [ 4045.076083] usb 6-1: new low speed USB device using uhci_hcd and address 4 [ 4045.233184] usb 6-1: New USB device found, idVendor=0b38, idProduct=0010 [ 4045.233190] usb 6-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 4045.233338] usb 6-1: configuration #1 chosen from 1 choice [ 4045.249797] input: HID 0b38:0010 as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input13 [ 4045.249911] generic-usb 0003:0B38:0010.0004: input,hidraw0: USB HID v1.10 Keyboard [HID 0b38:0010] on usb-0000:00:1d.1-1/input0 [ 4045.272331] input: HID 0b38:0010 as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/input/input14 [ 4045.272457] generic-usb 0003:0B38:0010.0005: input,hidraw1: USB HID v1.10 Device [HID 0b38:0010] on usb-0000:00:1d.1-1/input1

$ sudo tail -f /var/log/messages Aug 27 00:17:31 DebianPc kernel: [ 33.622906] padlock: VIA PadLock not detected. Aug 27 01:24:22 DebianPc kernel: [ 4044.784103] usb 6-1: USB disconnect, address 2 Aug 27 01:24:22 DebianPc kernel: [ 4045.076083] usb 6-1: new low speed USB device using uhci_hcd and address 4 Aug 27 01:24:22 DebianPc kernel: [ 4045.233184] usb 6-1: New USB device found, idVendor=0b38, idProduct=0010 Aug 27 01:24:22 DebianPc kernel: [ 4045.233190] usb 6-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Aug 27 01:24:22 DebianPc kernel: [ 4045.233338] usb 6-1: configuration #1 chosen from 1 choice Aug 27 01:24:22 DebianPc kernel: [ 4045.249797] input: HID 0b38:0010 as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input13 Aug 27 01:24:22 DebianPc kernel: [ 4045.249911] generic-usb 0003:0B38:0010.0004: input,hidraw0: USB HID v1.10 Keyboard [HID 0b38:0010] on usb-0000:00:1d.1-1/input0 Aug 27 01:24:22 DebianPc kernel: [ 4045.272331] input: HID 0b38:0010 as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.1/input/input14 Aug 27 01:24:22 DebianPc kernel: [ 4045.272457] generic-usb 0003:0B38:0010.0005: input,hidraw1: USB HID v1.10 Device [HID 0b38:0010] on usb-0000:00:1d.1-1/input1

On dirait qu’il s’agit en fait d’un “Keyboard Clone 9201 MULTIMIDIA ABNT2 SCISSOR” Clavier sans fil avec des touches pour accès aux commandes multimédia.
S’agit-il de ce clavier/souris ?

Dans mon dernier post, je transmettais la commande suivante:

afin que tu puisse constater les défauts de déconnexion/connexion :
à chaque fois que le défaut se présente, tu devrais voir une ligne ou plusieurs se rajouter au texte dans le terminal.
C’est peut-être d’ailleurs un de ces défaut de connexion/reconnexion que tu as constaté et que tu m’a transmis, étant donné l’écart de timing affiché:

[ 44.213025] wlan0: no IPv6 routers present [ 4044.784096] hub 6-0:1.0: port 1 disabled by hub (EMI?), re-enabling...Il faudrait donc que je puisse interpréter le message, et plus particulièrement le “… disabled by hub (EMI?) …”.
Je cherche…

Est-ce que tu as pu constater cette déconnexion/reconnexion plusieurs fois ?

[quote=“MicP”]On dirait qu’il s’agit en fait d’un “Keyboard Clone 9201 MULTIMIDIA ABNT2 SCISSOR” Clavier sans fil avec des touches pour accès aux commandes multimédia.
S’agit-il de ce clavier/souris ?[/quote]
Non. il ne s’agit pas d’un clavier sans fil. mais oui, il a des touches pour accès aux commandes multimédia.$ lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 064e:a103 Suyin Corp. Acer/HP Integrated Webcam [CN0314] Bus 006 Device 002: ID 0b38:0010 Gear Head 107-Key Keyboard Bus 006 Device 003: ID 15d9:0a33 Trust International B.V. Optical Mouse

[quote=“MicP”]Est-ce que tu as pu constater cette déconnexion/reconnexion plusieurs fois ?[/quote]bon,je ne peux pas vous répondre tout de suite. c’est à controler.

Voila plus que 4heures d’utilisation et le problème n’est jamais apparu !!! :confused:
j’ai rien changé de matériel, sauf que j’ai retiré la batterie.est ce logique ? la batterie peut-elle être la cause du problème? ou c’est juste une coïncidence?

Alors ça, c’est très intéressant pour quelqu’un de curieux comme moi, par contre c’est sûrement très gênant pour toi…

=================

[quote=“micronet”]… est ce logique ? …[/quote]Si on peut le confirmer par des test, et trouver la panne que pourrait avoir la batterie, et mettre en évidence son incidence sur le dysfonctionnement du clavier ça deviendra effectivement logique, mais pour le moment ce ne sont que des suppositions.

=================
Alimentation secteur sans batterie semblerait donc fonctionner

[quote=“micronet”]… la batterie peut-elle être la cause du problème? ou c’est juste une coïncidence? …[/quote]Afin de confirmer que c’est bien la batterie qui pose problème, il faudrait aussi essayer les 3 autres configurations possibles :

  • La batterie seule
  • Avec une autre batterie
  • la batterie + alimentation secteur secteur

J’ai peur de confirmer que c’est vraiment à cause de la batterie :frowning:
presque 9h et demi sans arrêt et le problème n’a toujours pas apparu.

[quote=“MicP”]Alors ça, c’est très intéressant pour quelqu’un de curieux comme moi, par contre c’est sûrement très gênant pour toi…[/quote]Absolument

[quote=“MicP”]il faudrait aussi essayer les 3 autres configurations possibles :

  • La batterie seule
  • Avec une autre batterie
  • la batterie + alimentation secteur secteur[/quote]- la batterie + alimentation secteur : c’est la configuration que j’utilise tout le temps, lorsque j’ai remarqué le problème et même avant de le remarquer.
  • Avec une autre batterie : j’ai pas d’autre batterie, et j’ai pas intéret d’acquérir une (comme j’ai déja dis, ce laptop est utilisé comme ordinateur de bureau et l’alimentation secteur est toujours présente.
  • La batterie seule : ça c’est impossible car la batterie ne dispose qu’environ une minute d’autonomie. et malgré qu’elle est défectueuse, continuer à l’utiliser me semble très intéressent

Mais bon, aprés ce problème, je me demande si l’utilisation d’une batterie défectueuse peux représenter un danger sur le laptop :017

Bon ben voilà : tu viens de trouver d’où viennent les baisses de tension de l’alimentation USB qui provoquent ces réinitialisations intempestives du clavier et donc de son pilote, et donc tu connais maintenant la solution :
Utiliser la machine sans batterie, ou trouver une batterie de remplacement.

Peut être pas pour le laptop tant que le système de protection électronique joue son rôle, mais à long terme, il se pourrait que ces baisses de tension puissent provoquer une ou plusieurs erreurs d’écriture dans la RAM, le disque ou autre…finalement, l’intégrité des données pourraient en pâtir un jour ou l’autre.
Et puis, le court-circuit provoqué par la batterie pourrait devenir plus frans et terminer par une surchauffe et pire encore.

Personnellement, je chercherai à résoudre ce problème au plus vite.
De plus ce n’est peut-être pas la batterie qui est la cause du problème, ce peut aussi être l’électronique qui gère la charge de cette batterie qui provoque cette panne.

Pour au moins pouvoir utiliser ce laptop et toute sécurité, tu pourrais essayer de trouver une batterie externe qui servirait de “tampon” pour l’alimentation secteur.
Si par chance cette alimentation secteur génère une tension de 12V continu pour ton laptop, une batterie (d’un véhicule) pourrait faire l’affaire.