#101 Le 07/10/2016, à 23:29
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
j'ai fais l'intégralité des consignes du #93
car le redémarrage en mode graphique n'était tjrs pas possible
il n'y a pas eu de retour de la commande
sudo apt-get install --install-recommend....
par contre, depuis cela, le problème suivant est apparu : les "e accents aigus" sont des m avec un accent
le c cedille fait un Y avec un accent ....(c'est pas bien dans le catalogue ca )
lorsque j'éteins l'ordi, le message d'erreur est désormais
saned disabled ; edit etc/defaults/saned
Dernière modification par yoyé (Le 08/10/2016, à 01:48)
Hors ligne
#102 Le 08/10/2016, à 03:42
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
j'ai fais l'intégralité des consignes du #93
Bien !
il n'y a pas eu de retour de la commande
sudo apt-get install --install-recommend....
Avais-tu ajouté une redirection (genre >> toto44.txt) ?
Au grand minimum, tu aurais dû avoir ces lignes :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
(...)
Es-tu sûr de ne pas les avoir eues ?
Il faudra recommencer la commande (mais pas tout de suite).
Et souviens-toi que tant que le prompt moustik@moustik-Latitude-D630 n'est pas revenu, c'est que l'exécution de la commande est en cours ou en attente (si on a oublié de valider par "Entrée", par exemple) ou en attente d'une réponse de ta part ("Voulez-vous... oui/non").
Et que l'exécution de cette commande-ci doit être longue (en minutes, mais pas plus de 4, j'imagine).
par contre, depuis cela, le problème suivant est apparu : les "e accents aigus" sont des m avec un accent
le c cedille fait un Y avec un accent ....(c'est pas bien dans le catalogue ca)
Bizarre, ce n'est même pas du qwerty. Et cela m'évoque un changement dans les "locales".
Note quand même dans un mémo en .txt la conduite à tenir le jour où on se retrouve en qwerty :
Pour passer de qwerty en azerty :
dans un terminal, taper au clavier:setxkb,qp fr
en sorte de lire à l'écran:
setxkbmap fr
en console, on peut être amené à taper
loqdkeys fr
en sorte de lire à l'écran:
loadkeys fr
Pour en savoir plus :
doc.ubuntu-fr.org/tutoriel/comprendre_la_configuration_du_clavier
- -
L'agencement des claviers est stocké dans le fichier /etc/default/keyboard. Et la ligne :
XKBLAYOUT="fr,us"
active un clavier azerty et un clavier qwerty (commutables avec une appliquette du tableau de bord).
- -
lorsque j'éteins l'ordi, le message d'erreur est désormais
saned disabled ; edit etc/defaults/saned
Pas grave ! À mon avis, tu l'avais déjà avant mais tu n'y prêtais pas attention. C'est relatif à sane-utils, un paquet pour scanners.
Si jamais tu étais amené à éditer /etc/defaults/saned, ce serait bien après le "sudo apt-get..." et, pour info,
- dans ma 14.04, ce fichier n'existe pas ;
- et dans ma 12.04, ce fichier contient juste ceci :
# Defaults for the saned initscript, from sane-utils
# Set to yes to start saned
RUN=no# Set to the user saned should run as
RUN_AS_USER=saned
- -
Dans l'immédiat, ne relance pas encore la commande sudo apt-get...,
Depuis la live
monte sda6,
rends-toi dans /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik/,
donne les contenus de light01.txt et de df01.txt.
Merci et à tout à l'heure !
p.s. : c'est vraiment bien que tu arrives à utiliser elinks en console et même à y écrire !
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#103 Le 08/10/2016, à 05:43
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
light01 :
[SeatDefaults]
greeter-session=unity-greeter
user-session=
df01 :
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
/dev/sda6 ext4 20G 6,6G 12G 36% /
udev devtmpfs 996M 4,0K 996M 1% /dev
tmpfs tmpfs 201M 852K 200M 1% /run
none tmpfs 5,0M 0 5,0M 0% /run/lock
none tmpfs 1004M 144K 1004M 1% /run/shm
Sys. de fichiers Inœuds IUtil. ILibre IUti% Monté sur
/dev/sda6 1299984 221360 1078624 18% /
udev 216093 514 215579 1% /dev
tmpfs 220290 434 219856 1% /run
none 220290 3 220287 1% /run/lock
none 220290 4 220286 1% /run/shm
Hors ligne
#104 Le 08/10/2016, à 06:41
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
OK, df toujours nickel !
Donc, en session live,
sudo gedit /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/etc/lightdm/lightdm.conf
(en session live, on peut se permettre "sudo" devant une appli graphique. Mais
/!\ en session installée, tu ferais gksudo).
Et là tu remplaces
user-session=
par :
user-session=ubuntu
Tu enregistres et tu fermes.
Tu fermes même tout et tu re-tentes de démarrer en graphique la session de moustik.
Si ça ne marche pas, tu referas depuis la session de moustik :
sudo apt-get update
sudo apt-get dist-upgrade
note le nom des éventuels paquets qui seraient installés ou mis à jour,
et surtout
sudo apt-get install --install-recommends linux-generic-lts-trusty xserver-xorg-lts-trusty
en patientant devant ton écran jusqu'au retour du prompt. (Si au bout de 5 mn il ne s'est vraiment rien affiché, tu nous le raconteras en session live).
Si tu vois des options --fix-missing ou configure -f, surtout note scrupuleusement les phrases concernées.
À tout à l'heure !
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#105 Le 08/10/2016, à 08:13
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
bon, bilan : la session graphique ne fonctionne toujours pas
j'ai bien edité le fichier lightdm sans souci
j'ai refait update et dist-upgrade
les retours étaient 0 mis à jour, 0 installés etc...
idem pour le install-recommends...........
c'est grave docteur?
Dernière modification par yoyé (Le 08/10/2016, à 08:35)
Hors ligne
#106 Le 08/10/2016, à 08:35
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
La prochaine fois que tu lanceras la session de moustik, j'aimerais que tu regardes
dpkg -l | grep lts-trusty
et que tu nous donnes les 2 premières lettres de chaque ligne
(ii : c'est tout bon. Mais si autre chose : à reporter ici.)
Mais en attendant, depuis la live,
on va regarder quelques logs de la Precise malade :
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/dmesg
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log | head -n 400
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog | head -n 400
Merci de préciser autant que possible, l'heure exacte à laquelle tu as démarré Precise pour la dernière fois.
Dernière modification par moko138 (Le 08/10/2016, à 08:39)
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#107 Le 08/10/2016, à 08:40
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/dmesg
cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/dmesg: No such file or directory
ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log | head -n 400
cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log: No such file or directory
ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog | head -n 400
cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog: No such file or directory
ubuntu@ubuntu:~$
pour ce qui de l'heure d'accès, ça doit etre vers 05h UTC donc vers 19h local time
Hors ligne
#108 Le 08/10/2016, à 08:50
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
pour dpkg, il n'y a que des ii
pour l'heure de login c'était 19h17 heure tahiti
Hors ligne
#109 Le 08/10/2016, à 09:23
- grandtoubab
Re : [résolu] Impossibilité de se loguer en graphique
bon, bilan : la session graphique ne fonctionne toujours pas
As tu verifié les droits sur /home lorsque cette session échoue.
Pas pas l'ntermédiaire du live.
En boot normal, après retour sur l'écran d'accueil, tu selectionnes une console mode texte par exemple ctrl alt F4
tu donnes ton login/mot de passe (attention le pavé numérique n'est peut être pas activé à cet instant)
tu passes root par ton moyen préféré ( sudo su, sudo -i )
et tu vérifies
ls -alrt /home
puis à l'intérieur du /home de son utilisateur
Dernière modification par grandtoubab (Le 08/10/2016, à 09:25)
Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....
Hors ligne
#110 Le 08/10/2016, à 10:17
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
pour ce qui de l'heure d'accès, ça doit etre vers 05h UTC donc vers 19h local time
Merci !
ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/dmesg cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/dmesg: No such file or directory ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log | head -n 400 cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log: No such file or directory ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog | head -n 400 cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog: No such file or directory ubuntu@ubuntu:~$
Cf. #80 et recommence, s'il te plaît
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#111 Le 08/10/2016, à 11:15
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
yoyé a écrit :bon, bilan : la session graphique ne fonctionne toujours pas
As tu verifié les droits sur /home lorsque cette session échoue.
Pas pas l'ntermédiaire du live.
En boot normal, après retour sur l'écran d'accueil, tu selectionnes une console mode texte par exemple ctrl alt F4
tu donnes ton login/mot de passe (attention le pavé numérique n'est peut être pas activé à cet instant)tu passes root par ton moyen préféré ( sudo su, sudo -i )
et tu vérifies
ls -alrt /home
puis à l'intérieur du /home de son utilisateur
grandtoubab,
Tu as déjà méconnu les différences entre Debian et Ubuntu sur un autre fil.
Personnellement, sudo su, je ne le conseille ni ne l'utilise jamais,
et sudo -i, je ne le conseille pas sans spécifier dès le début le moment d'en sortir, par
exit
Je regrette que pour simplement voir les droits dans /home/moustik tu n'aies pas choisi un moyen sûr.
J'espère que tu n'es pas en train d'aggraver la situation de cette Ubuntu Precise.
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#112 Le 08/10/2016, à 20:42
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
ça fonctionne mieux quand c'est monté
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/dmesg
donne
[ 0.368218] pci_bus 0000:04: resource 2 [mem 0x80000000-0x83ffffff pref]
[ 0.368220] pci_bus 0000:04: resource 3 [mem 0x8c000000-0x8fffffff]
[ 0.368268] NET: Registered protocol family 2
[ 0.368524] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.368544] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.368586] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.368621] TCP: reno registered
[ 0.368624] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.368634] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.368698] NET: Registered protocol family 1
[ 0.368714] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.371555] PCI: CLS 64 bytes, default 64
[ 0.371618] Trying to unpack rootfs image as initramfs...
[ 0.790995] Freeing initrd memory: 18136K (f5c84000 - f6e3a000)
[ 0.791314] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
[ 0.791326] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
[ 0.791428] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.791431] Scanning for low memory corruption every 60 seconds
[ 0.791746] Initialise system trusted keyring
[ 0.791803] audit: initializing netlink socket (disabled)
[ 0.791821] type=2000 audit(1475873488.788:1): initialized
[ 0.821567] bounce pool size: 64 pages
[ 0.821588] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.823364] zbud: loaded
[ 0.823451] VFS: Disk quotas dquot_6.5.2
[ 0.823509] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.824160] fuse init (API version 7.22)
[ 0.824271] msgmni has been set to 1717
[ 0.824356] Key type big_key registered
[ 0.824982] Key type asymmetric registered
[ 0.824985] Asymmetric key parser 'x509' registered
[ 0.825031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.825076] io scheduler noop registered
[ 0.825078] io scheduler deadline registered (default)
[ 0.825113] io scheduler cfq registered
[ 0.825233] pcieport 0000:00:1c.0: device [8086:283f] has invalid IRQ; check vendor BIOS
[ 0.825505] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 0.825592] pcieport 0000:00:1c.1: device [8086:2841] has invalid IRQ; check vendor BIOS
[ 0.825815] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[ 0.825897] pcieport 0000:00:1c.5: device [8086:2849] has invalid IRQ; check vendor BIOS
[ 0.826116] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
[ 0.826227] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.826247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.826306] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 0.826307] vesafb: scrolling: redraw
[ 0.826310] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.827451] vesafb: framebuffer at 0xe0000000, mapped to 0xf8480000, using 3072k, total 3072k
[ 0.830996] Console: switching to colour frame buffer device 128x48
[ 0.834387] fb0: VESA VGA frame buffer device
[ 0.834421] intel_idle: does not run on family 6 model 15
[ 0.834430] ipmi message handler version 39.2
[ 0.834515] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.834582] ACPI: AC Adapter [AC] (on-line)
[ 0.834720] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.835150] ACPI: Lid Switch [LID]
[ 0.835199] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.835204] ACPI: Power Button [PBTN]
[ 0.835251] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 0.835255] ACPI: Sleep Button [SBTN]
[ 0.835407] Monitor-Mwait will be used to enter C-1 state
[ 0.835414] Monitor-Mwait will be used to enter C-2 state
[ 0.835418] Monitor-Mwait will be used to enter C-3 state
[ 0.835422] tsc: Marking TSC unstable due to TSC halts in idle
[ 0.835434] ACPI: acpi_idle registered with cpuidle
[ 0.842515] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.842518] ACPI: Thermal Zone [THM] (56 C)
[ 0.842558] GHES: HEST is not enabled!
[ 0.846408] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.867072] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.867080] ACPI: Battery Slot [BAT0] (battery present)
[ 0.867110] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 0.867117] ACPI: Battery Slot [BAT1] (battery absent)
[ 0.867141] isapnp: Scanning for PnP cards...
[ 0.869088] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.870718] Linux agpgart interface v0.103
[ 0.870834] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.870881] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.871336] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.871467] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.873240] brd: module loaded
[ 0.874117] loop: module loaded
[ 0.874285] ata_piix 0000:00:1f.1: version 2.13
[ 0.875187] scsi0 : ata_piix
[ 0.875263] scsi1 : ata_piix
[ 0.875309] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
[ 0.875312] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
[ 0.875540] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 0.875752] ata2: port disabled--ignoring
[ 1.028642] scsi2 : ata_piix
[ 1.028709] scsi3 : ata_piix
[ 1.028761] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 18
[ 1.028768] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 18
[ 1.029199] libphy: Fixed MDIO Bus: probed
[ 1.029335] tun: Universal TUN/TAP device driver, 1.6
[ 1.029337] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.029461] PPP generic driver version 2.4.2
[ 1.029511] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.029517] ehci-pci: EHCI PCI platform driver
[ 1.029767] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 1.029775] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.029793] ehci-pci 0000:00:1a.7: debug port 1
[ 1.033713] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[ 1.033736] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
[ 1.044038] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.044092] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.044095] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.044098] usb usb1: Product: EHCI Host Controller
[ 1.044101] usb usb1: Manufacturer: Linux 3.13.0-96-generic ehci_hcd
[ 1.044104] usb usb1: SerialNumber: 0000:00:1a.7
[ 1.044234] hub 1-0:1.0: USB hub found
[ 1.044244] hub 1-0:1.0: 4 ports detected
[ 1.044664] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 1.044671] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.044688] ehci-pci 0000:00:1d.7: debug port 1
[ 1.048606] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 1.048629] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
[ 1.056403] ata1.00: ATAPI: TSSTcorpCD-RW/DVD-ROM TSL462D, DE09, max UDMA/33
[ 1.060037] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.060084] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.060087] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.060090] usb usb2: Product: EHCI Host Controller
[ 1.060093] usb usb2: Manufacturer: Linux 3.13.0-96-generic ehci_hcd
[ 1.060095] usb usb2: SerialNumber: 0000:00:1d.7
[ 1.060215] hub 2-0:1.0: USB hub found
[ 1.060224] hub 2-0:1.0: 6 ports detected
[ 1.060511] ehci-platform: EHCI generic platform driver
[ 1.060523] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.060526] ohci-pci: OHCI PCI platform driver
[ 1.060541] ohci-platform: OHCI generic platform driver
[ 1.060550] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.060771] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.060777] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.060809] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
[ 1.060869] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.060872] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.060875] usb usb3: Product: UHCI Host Controller
[ 1.060878] usb usb3: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
[ 1.060880] usb usb3: SerialNumber: 0000:00:1a.0
[ 1.060998] hub 3-0:1.0: USB hub found
[ 1.061008] hub 3-0:1.0: 2 ports detected
[ 1.061340] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.061346] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.061389] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
[ 1.061447] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.061450] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.061453] usb usb4: Product: UHCI Host Controller
[ 1.061455] usb usb4: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
[ 1.061458] usb usb4: SerialNumber: 0000:00:1a.1
[ 1.061574] hub 4-0:1.0: USB hub found
[ 1.061583] hub 4-0:1.0: 2 ports detected
[ 1.061923] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.061930] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 1.061960] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
[ 1.062018] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.062021] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.062023] usb usb5: Product: UHCI Host Controller
[ 1.062026] usb usb5: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
[ 1.062029] usb usb5: SerialNumber: 0000:00:1d.0
[ 1.062151] hub 5-0:1.0: USB hub found
[ 1.062160] hub 5-0:1.0: 2 ports detected
[ 1.062489] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.062495] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 1.062525] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
[ 1.062582] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.062585] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.062587] usb usb6: Product: UHCI Host Controller
[ 1.062590] usb usb6: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
[ 1.062593] usb usb6: SerialNumber: 0000:00:1d.1
[ 1.062709] hub 6-0:1.0: USB hub found
[ 1.062717] hub 6-0:1.0: 2 ports detected
[ 1.063046] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.063055] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 1.063085] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[ 1.063142] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.063145] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.063148] usb usb7: Product: UHCI Host Controller
[ 1.063150] usb usb7: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
[ 1.063153] usb usb7: SerialNumber: 0000:00:1d.2
[ 1.063272] hub 7-0:1.0: USB hub found
[ 1.063281] hub 7-0:1.0: 2 ports detected
[ 1.063501] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.078270] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.078274] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.078354] mousedev: PS/2 mouse device common for all mice
[ 1.078503] rtc_cmos 00:02: RTC can wake from S4
[ 1.078659] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 1.078695] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.078788] device-mapper: uevent: version 1.0.3
[ 1.078875] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 1.078900] platform eisa.0: Probing EISA bus 0
[ 1.078906] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 1.078909] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 1.078912] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 1.078914] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 1.078917] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 1.078920] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 1.078923] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 1.078926] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 1.078928] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 1.078931] platform eisa.0: EISA: Detected 0 cards
[ 1.078940] cpufreq-nforce2: No nForce2 chipset.
[ 1.078945] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.079111] TCP: cubic registered
[ 1.079247] NET: Registered protocol family 10
[ 1.079491] NET: Registered protocol family 17
[ 1.079507] Key type dns_resolver registered
[ 1.079712] Using IPI No-Shortcut mode
[ 1.079805] Loading compiled-in X.509 certificates
[ 1.084438] Loaded X.509 cert 'Magrathea: Glacier signing key: 13f2fd22039de675dbda6b34f781f758fc4dd585'
[ 1.084455] registered taskstats version 1
[ 1.087314] Key type trusted registered
[ 1.087738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 1.092740] Key type encrypted registered
[ 1.092745] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.092748] IMA: No TPM chip found, activating TPM-bypass!
[ 1.093194] regulator-dummy: disabling
[ 1.093244] Magic number: 4:13:902
[ 1.093358] rtc_cmos 00:02: setting system clock to 2016-10-07 20:51:29 UTC (1475873489)
[ 1.097562] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.097564] EDD information not available.
[ 1.097607] PM: Hibernation image not present or could not be loaded.
[ 1.108301] ata1.00: configured for UDMA/33
[ 1.178062] isapnp: No Plug & Play device found
[ 1.178918] scsi 0:0:0:0: CD-ROM TSSTcorp CDRWDVD TSL462D DE09 PQ: 0 ANSI: 5
[ 1.180690] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.180695] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.180909] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.181050] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.760126] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[ 1.828201] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.828223] ata3.01: SATA link down (SStatus 0 SControl 300)
[ 1.880819] ata3.00: ATA-8: WDC WD800BEVT-75ZCT2, 11.01A11, max UDMA/133
[ 1.880825] ata3.00: 156301488 sectors, multi 8: LBA48 NCQ (depth 0/32)
[ 1.897188] ata3.00: configured for UDMA/133
[ 1.897391] scsi 2:0:0:0: Direct-Access ATA WDC WD800BEVT-75 11.0 PQ: 0 ANSI: 5
[ 1.897543] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.897563] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.897593] sd 2:0:0:0: [sda] Write Protect is off
[ 1.897597] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.897621] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.914165] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
[ 1.914171] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.916229] hub 7-1:1.0: USB hub found
[ 1.918167] hub 7-1:1.0: 4 ports detected
[ 1.919140] sda: sda1 sda2 sda3 < sda5 sda6 >
[ 1.919772] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.200122] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
[ 2.319157] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
[ 2.319163] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.319168] usb 7-1.2: Product: O2Micro CCID SC Reader
[ 2.319173] usb 7-1.2: Manufacturer: O2
[ 2.376129] ata4.01: failed to resume link (SControl 0)
[ 2.376186] ata4.00: SATA link down (SStatus 0 SControl 300)
[ 2.376211] ata4.01: SATA link down (SStatus 0 SControl 0)
[ 2.376736] Freeing unused kernel memory: 892K (c1a10000 - c1aef000)
[ 2.376826] Write protecting the kernel text: 6792k
[ 2.376989] Write protecting the kernel read-only data: 2860k
[ 2.376991] NX-protecting the kernel data: 5496k
[ 2.397016] udevd[106]: starting version 175
[ 2.540633] pps_core: LinuxPPS API ver. 1 registered
[ 2.540638] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 2.546587] PTP clock support registered
[ 2.587425] tg3.c:v3.134 (Sep 16, 2013)
[ 2.620517] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:21:70:a2:b4:3f
[ 2.620524] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[ 2.620527] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 2.620530] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 2.684104] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
[ 3.064344] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[ 3.184250] firewire_core 0000:03:01.4: created device fw0: GUID 374fc00029e67470, S400
[ 3.667066] random: init urandom read with 109 bits of entropy available
[ 3.966806] random: nonblocking pool is initialized
[ 4.476497] init: ureadahead main process (337) terminated with status 5
[ 5.374128] Adding 2084860k swap on /dev/sda5. Priority:-1 extents:1 across:2084860k FS
[ 6.377625] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.623894] udevd[412]: starting version 175
[ 8.101433] lp: driver loaded but no devices found
[ 8.701982] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[ 8.987397] wmi: Mapper loaded
[ 9.017074] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 9.267830] [drm] Initialized drm 1.1.0 20060810
[ 9.304959] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 9.316377] gpio_ich: GPIO from 206 to 255 on gpio_ich
[ 9.491909] input: Dell WMI hotkeys as /devices/virtual/input/input6
[ 9.893407] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[ 9.893520] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
[ 9.893548] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[ 9.895492] cfg80211: Calling CRDA to update world regulatory domain
[ 10.020990] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[ 10.020997] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[ 10.021002] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
[ 10.021013] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
[ 10.021017] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff:
[ 10.022557] excluding 0x5000-0x50ff 0x5400-0x54ff
[ 10.029244] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
[ 10.029249] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
[ 10.029262] excluding 0xf6af0000-0xf6afffff
[ 10.029267] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
[ 10.029270] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff:
[ 10.029283] excluding 0x80000000-0x83ffffff
[ 10.076307] kvm: disabled by bios
[ 10.102394] kvm: disabled by bios
[ 10.188168] [drm] Memory usable by graphics device = 512M
[ 10.188175] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[ 10.188178] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[ 10.188222] Console: switching to colour dummy device 80x25
[ 10.212113] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[ 10.212134] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 10.212137] [drm] Driver supports precise vblank timestamp query.
[ 10.212215] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 10.395318] [drm] initialized overlay support
[ 10.583209] fbcon: inteldrmfb (fb0) is primary device
[ 10.640715] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[ 10.642772] excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
[ 10.642794] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[ 10.643607] excluding 0x3f0-0x3ff 0x4d0-0x4d7
[ 10.643626] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[ 10.644347] clean.
[ 10.644369] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[ 10.644942] excluding 0xc80-0xcbf
[ 10.644964] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[ 10.644984] excluding 0xc0000-0xcffff 0xe0000-0xfffff
[ 10.645003] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[ 10.645020] clean.
[ 10.645037] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[ 10.645057] excluding 0x60000000-0x60ffffff
[ 10.645075] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[ 10.645858] clean.
[ 10.967163] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 10.967164] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 10.968211] iwl3945 0000:0c:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 11.024059] iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 11.024062] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 11.024134] iwl3945 0000:0c:00.0: irq 44 for MSI/MSI-X
[ 11.300300] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input8
[ 11.320713] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7
[ 11.456870] Console: switching to colour frame buffer device 160x50
[ 11.462636] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 11.462731] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 11.462733] i915 0000:00:02.0: registered panic notifier
[ 11.463418] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
[ 11.463735] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input9
[ 11.470852] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[ 11.471348] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 11.621206] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[ 11.772530] autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[ 11.772536] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.772538] hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[ 11.772540] mono: mono_out=0x0
[ 11.772542] dig-out=0x21/0x0
[ 11.772543] inputs:
[ 11.772546] Internal Mic=0xc
[ 11.772548] Mic=0xb
[ 11.777170] autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[ 11.777174] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.777177] hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.777178] mono: mono_out=0x0
[ 11.777180] inputs:
[ 11.785983] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 11.786185] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 13.111099] type=1400 audit(1475909501.515:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=814 comm="apparmor_parser"
[ 13.111112] type=1400 audit(1475909501.515:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=814 comm="apparmor_parser"
[ 13.111118] type=1400 audit(1475909501.515:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=814 comm="apparmor_parser"
[ 13.111137] type=1400 audit(1475909501.515:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=822 comm="apparmor_parser"
[ 13.111146] type=1400 audit(1475909501.515:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=822 comm="apparmor_parser"
[ 13.111152] type=1400 audit(1475909501.515:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=822 comm="apparmor_parser"
[ 13.111836] type=1400 audit(1475909501.515:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=814 comm="apparmor_parser"
[ 13.111843] type=1400 audit(1475909501.515:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=814 comm="apparmor_parser"
[ 13.111891] type=1400 audit(1475909501.515:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=822 comm="apparmor_parser"
[ 13.111898] type=1400 audit(1475909501.515:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=822 comm="apparmor_parser"
[ 14.153921] init: failsafe main process (913) killed by TERM signal
[ 15.942902] ppdev: user-space parallel port driver
[ 17.080760] Bluetooth: Core ver 2.17
[ 17.080789] NET: Registered protocol family 31
[ 17.080792] Bluetooth: HCI device and connection manager initialized
[ 17.080865] Bluetooth: HCI socket layer initialized
[ 17.080869] Bluetooth: L2CAP socket layer initialized
[ 17.080875] Bluetooth: SCO socket layer initialized
[ 17.412945] Bluetooth: RFCOMM TTY layer initialized
[ 17.412958] Bluetooth: RFCOMM socket layer initialized
[ 17.412966] Bluetooth: RFCOMM ver 1.11
[ 17.445732] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 17.445737] Bluetooth: BNEP filters: protocol multicast
[ 17.445747] Bluetooth: BNEP socket layer initialized
[ 19.943129] audit_printk_skb: 33 callbacks suppressed
[ 19.943134] type=1400 audit(1475909508.343:23): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=1082 comm="apparmor_parser"
[ 19.943144] type=1400 audit(1475909508.343:24): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1082 comm="apparmor_parser"
[ 19.943150] type=1400 audit(1475909508.343:25): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1082 comm="apparmor_parser"
[ 19.943881] type=1400 audit(1475909508.343:26): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1082 comm="apparmor_parser"
[ 19.943887] type=1400 audit(1475909508.343:27): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1082 comm="apparmor_parser"
[ 19.944299] type=1400 audit(1475909508.347:28): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1082 comm="apparmor_parser"
[ 20.130144] type=1400 audit(1475909508.535:29): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1081 comm="apparmor_parser"
[ 20.130154] type=1400 audit(1475909508.535:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium_browser" pid=1081 comm="apparmor_parser"
[ 20.130653] type=1400 audit(1475909508.535:31): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="chromium_browser" pid=1081 comm="apparmor_parser"
[ 20.392855] type=1400 audit(1475909508.795:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=1088 comm="apparmor_parser"
[ 20.901401] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9
[ 20.970730] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.971072] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.973555] tg3 0000:09:00.0: irq 46 for MSI/MSI-X
[ 21.015486] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 21.015903] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
ubuntu@ubuntu:~$
Hors ligne
#113 Le 08/10/2016, à 20:44
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log | head -n 400
donne
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] .init : 0xc1941000 - 0xc1a09000 ( 800 kB)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] .data : 0xc1639fad - 0xc1940580 (3097 kB)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] .text : 0xc1000000 - 0xc1639fad (6375 kB)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] Hierarchical RCU implementation.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] CPU 0 irqstacks, hard=f4c08000 soft=f4c0a000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] Extended CMOS year: 2000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] Console: colour dummy device 80x25
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] console [tty0] enabled
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] hpet clockevent registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] tsc: Fast TSC calibration using PIT
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.000000] tsc: Detected 1995.105 MHz processor
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004001] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.21 BogoMIPS (lpj=7980420)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004005] pid_max: default: 32768 minimum: 301
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004035] Security Framework initialized
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004046] AppArmor: AppArmor initialized
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004048] Yama: becoming mindful.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004101] Mount-cache hash table entries: 512
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004338] Initializing cgroup subsys cpuacct
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004341] Initializing cgroup subsys memory
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004350] Initializing cgroup subsys devices
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004352] Initializing cgroup subsys freezer
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004355] Initializing cgroup subsys blkio
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004358] Initializing cgroup subsys perf_event
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004361] Initializing cgroup subsys hugetlb
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004392] CPU: Physical Processor ID: 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004395] CPU: Processor Core ID: 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004398] mce: CPU supports 6 MCE banks
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004406] CPU0: Thermal monitoring enabled (TM2)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004410] process: using mwait in idle threads
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004418] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004418] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004418] tlb_flushall_shift: -1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.004703] Freeing SMP alternatives: 24k freed
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.009149] ACPI: Core revision 20121018
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.016011] ftrace: allocating 28914 entries in 57 pages
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.028111] Enabling APIC mode: Flat. Using 1 I/O APICs
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.028586] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.068763] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz (fam: 06, model: 0f, stepping: 0d)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] perf_event_intel: PEBS disabled due to CPU errata
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] ... version: 2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] ... bit width: 40
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] ... generic registers: 2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] ... value mask: 000000ffffffffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] ... max period: 000000007fffffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] ... fixed-purpose events: 3
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] ... event mask: 0000000700000003
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] CPU 1 irqstacks, hard=f4cd4000 soft=f4cd6000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.072000] smpboot: Booting Node 0, Processors #1 OK
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.008000] Initializing CPU#1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.082462] Brought up 2 CPUs
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.082466] smpboot: Total of 2 processors activated (7980.42 BogoMIPS)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.082573] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.084071] devtmpfs: initialized
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.084251] EVM: security.selinux
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.084253] EVM: security.SMACK64
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.084255] EVM: security.capability
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085318] regulator-dummy: no parameters
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085384] NET: Registered protocol family 16
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085560] EISA bus registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085668] ACPI: bus type pci registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085735] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085739] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085741] PCI: Using MMCONFIG for extended config space
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085743] PCI: Using configuration type 1 for base access
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085758] dmi type 0xB1 record - unknown flag
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085758] bio: create slab <bio-0> at 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085758] ACPI: Added _OSI(Module Device)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085758] ACPI: Added _OSI(Processor Device)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085758] ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.085758] ACPI: Added _OSI(Processor Aggregator Device)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.089296] ACPI: EC: Look up EC in DSDT
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.100102] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.104700] ACPI: SSDT 7f66c080 00043 (v01 LMPWR DELLLOM 00001001 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.105079] ACPI: Dynamic OEM Table Load:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.105083] ACPI: SSDT (null) 00043 (v01 LMPWR DELLLOM 00001001 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.105401] ACPI: SSDT 7f65c4f6 00286 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.105799] ACPI: Dynamic OEM Table Load:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.105803] ACPI: SSDT (null) 00286 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.105955] ACPI: SSDT 7f65be8c 005E5 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106333] ACPI: Dynamic OEM Table Load:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106336] ACPI: SSDT (null) 005E5 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: SSDT 7f65c77c 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: Dynamic OEM Table Load:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: SSDT (null) 000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: SSDT 7f65c471 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: Dynamic OEM Table Load:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: Interpreter enabled
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: (supports S0 S3 S4 S5)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.106357] ACPI: Using IOAPIC for interrupt routing
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.174635] ACPI: ACPI Dock Station Driver: 3 docks/bays found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.174644] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.184611] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.184615] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204639] pci_root PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204681] PCI host bridge to bus 0000:00
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204685] pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204688] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204691] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204695] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204697] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204700] pci_bus 0000:00: root bus resource [mem 0x80000000-0xf7ffffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204703] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204706] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204709] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204712] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204715] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204718] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204721] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204724] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204737] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204794] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204811] pci 0000:00:02.0: reg 10: [mem 0xf6e00000-0xf6efffff 64bit]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204822] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204830] pci 0000:00:02.0: reg 20: [io 0xefe8-0xefef]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204876] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204890] pci 0000:00:02.1: reg 10: [mem 0xf6f00000-0xf6ffffff 64bit]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.204993] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205056] pci 0000:00:1a.0: reg 20: [io 0x6f20-0x6f3f]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205103] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205166] pci 0000:00:1a.1: reg 20: [io 0x6f00-0x6f1f]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205230] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205257] pci 0000:00:1a.7: reg 10: [mem 0xfed1c400-0xfed1c7ff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205377] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205415] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205440] pci 0000:00:1b.0: reg 10: [mem 0xf6dfc000-0xf6dfffff 64bit]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205557] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205593] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205716] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205755] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205878] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.205922] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206044] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206081] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206143] pci 0000:00:1d.0: reg 20: [io 0x6f80-0x6f9f]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206191] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206253] pci 0000:00:1d.1: reg 20: [io 0x6f60-0x6f7f]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206303] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206365] pci 0000:00:1d.2: reg 20: [io 0x6f40-0x6f5f]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206428] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206456] pci 0000:00:1d.7: reg 10: [mem 0xfed1c000-0xfed1c3ff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206575] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206605] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206713] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206836] pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206843] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206849] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206856] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206919] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206938] pci 0000:00:1f.1: reg 10: [io 0x01f0-0x01f7]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206952] pci 0000:00:1f.1: reg 14: [io 0x03f4-0x03f7]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206966] pci 0000:00:1f.1: reg 18: [io 0x0170-0x0177]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206980] pci 0000:00:1f.1: reg 1c: [io 0x0374-0x0377]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.206993] pci 0000:00:1f.1: reg 20: [io 0x6fa0-0x6faf]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207048] pci 0000:00:1f.2: [8086:2828] type 00 class 0x01018f
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207071] pci 0000:00:1f.2: reg 10: [io 0x6eb0-0x6eb7]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207085] pci 0000:00:1f.2: reg 14: [io 0x6eb8-0x6ebb]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207099] pci 0000:00:1f.2: reg 18: [io 0x6ec0-0x6ec7]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207113] pci 0000:00:1f.2: reg 1c: [io 0x6ec8-0x6ecb]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207126] pci 0000:00:1f.2: reg 20: [io 0x6ee0-0x6eef]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207140] pci 0000:00:1f.2: reg 24: [io 0xeff0-0xefff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207192] pci 0000:00:1f.2: PME# supported from D3hot
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207213] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207233] pci 0000:00:1f.3: reg 10: [mem 0xf6dfbf00-0xf6dfbfff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207279] pci 0000:00:1f.3: reg 20: [io 0x10c0-0x10df]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207390] pci 0000:00:1c.0: PCI bridge to [bus 0b]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207578] pci 0000:0c:00.0: [8086:4222] type 00 class 0x028000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.207636] pci 0000:0c:00.0: reg 10: [mem 0xf6cff000-0xf6cfffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.208069] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.208154] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.208194] pci 0000:00:1c.1: PCI bridge to [bus 0c]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.208204] pci 0000:00:1c.1: bridge window [mem 0xf6c00000-0xf6cfffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.208314] pci 0000:09:00.0: [14e4:1673] type 00 class 0x020000
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.208350] pci 0000:09:00.0: reg 10: [mem 0xf6bf0000-0xf6bfffff 64bit]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.208550] pci 0000:09:00.0: PME# supported from D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216023] pci 0000:00:1c.5: PCI bridge to [bus 09]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216033] pci 0000:00:1c.5: bridge window [mem 0xf6b00000-0xf6bfffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216094] pci 0000:03:01.0: [1217:7135] type 02 class 0x060700
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216123] pci 0000:03:01.0: reg 10: [mem 0x00000000-0x00000fff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216172] pci 0000:03:01.0: supports D1 D2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216174] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216209] pci 0000:03:01.4: [1217:00f7] type 00 class 0x0c0010
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216232] pci 0000:03:01.4: reg 10: [mem 0xf6aff000-0xf6afffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216247] pci 0000:03:01.4: reg 14: [mem 0xf6afe800-0xf6afefff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216341] pci 0000:03:01.4: supports D1 D2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216344] pci 0000:03:01.4: PME# supported from D0 D1 D2 D3hot D3cold
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216420] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216430] pci 0000:00:1e.0: bridge window [mem 0xf6a00000-0xf6afffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216439] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216442] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216445] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216448] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216451] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xf7ffffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216454] pci 0000:00:1e.0: bridge window [mem 0xfc000000-0xfebfffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216457] pci 0000:00:1e.0: bridge window [mem 0xfec10000-0xfecfffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216460] pci 0000:00:1e.0: bridge window [mem 0xfed1c000-0xfed1ffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216463] pci 0000:00:1e.0: bridge window [mem 0xfed90000-0xfed9ffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216466] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216469] pci 0000:00:1e.0: bridge window [mem 0xfeda7000-0xfedfffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216472] pci 0000:00:1e.0: bridge window [mem 0xfee10000-0xff9fffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216474] pci 0000:00:1e.0: bridge window [mem 0xffc00000-0xffdfffff] (subtractive decode)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216528] pci_bus 0000:04: busn_res: can not insert [bus 04-ff] under [bus 03-04] (conflicts with (null) [bus 03-04])
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216534] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 07
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216538] pci_bus 0000:04: busn_res: can not insert [bus 04-07] under [bus 03-04] (conflicts with (null) [bus 03-04])
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216543] pci_bus 0000:04: [bus 04-07] partially hidden behind transparent bridge 0000:03 [bus 03-04]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216575] pci_bus 0000:00: on NUMA node 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216591] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216742] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216803] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216872] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216929] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.216932] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218296] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218378] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218459] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 *10 11)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218537] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218616] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218699] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218782] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218853] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] vgaarb: loaded
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] vgaarb: bridge control possible 0000:00:02.0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] SCSI subsystem initialized
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] ACPI: bus type scsi registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] libata version 3.00 loaded.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] ACPI: bus type usb registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] usbcore: registered new interface driver usbfs
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] usbcore: registered new interface driver hub
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] usbcore: registered new device driver usb
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.218974] PCI: Using ACPI for IRQ routing
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222283] PCI: pci_cache_line_size set to 64 bytes
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222392] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222395] e820: reserve RAM buffer [mem 0x7f65a800-0x7fffffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222507] NetLabel: Initializing
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222509] NetLabel: domain hash size = 128
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222511] NetLabel: protocols = UNLABELED CIPSOv4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222522] NetLabel: unlabeled traffic allowed by default
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222538] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222538] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.222538] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.224012] Switching to clocksource hpet
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.233486] AppArmor: AppArmor Filesystem Enabled
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.233525] pnp: PnP ACPI init
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.233548] ACPI: bus type pnp registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.233651] pnp 00:00: Plug and Play ACPI device, IDs PNP0f13 (active)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.233697] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.233740] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
ubuntu@ubuntu:~$
Hors ligne
#114 Le 08/10/2016, à 20:46
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
et
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog | head -n 400
donne
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x00200000-0x33ffffff] page 2M
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] BRK [0x01bf0000, 0x01bf0fff] PGTABLE
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] RAMDISK: [mem 0x35c84000-0x36e39fff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: RSDP 000fbb10 000024 (v02 DELL )
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: XSDT 7f65d200 000064 (v01 DELL M08 27D8071C ASL 00000061)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: FACP 7f65d09c 0000F4 (v04 DELL M08 27D8071C ASL 00000061)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: DSDT 7f65d800 00614C (v02 INT430 SYSFexxx 00001001 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: FACS 7f66c000 000040
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: HPET 7f65d300 000038 (v01 DELL M08 00000001 ASL 00000061)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: APIC 7f65d400 000068 (v01 DELL M08 27D8071C ASL 00000047)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: ASF! 7f65d000 00007E (v32 DELL M08 27D8071C ASL 00000061)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: MCFG 7f65d3c0 00003E (v16 DELL M08 27D8071C ASL 00000061)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: TCPA 7f65d700 000032 (v01 00000000 ASL 00000000)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: SLIC 7f65d49c 000176 (v01 DELL M08 27D8071C ASL 00000061)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: SSDT 7f65b9c0 0004CC (v01 PmRef CpuPm 00003000 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] 1146MB HIGHMEM available.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] 891MB LOWMEM available.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] mapped low ram: 0 - 37bfe000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] low ram: 0 - 37bfe000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] BRK [0x01bf1000, 0x01bf1fff] PGTABLE
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Zone ranges:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] HighMem [mem 0x37bfe000-0x7f659fff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Movable zone start for each node
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Early memory node ranges
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] node 0: [mem 0x00100000-0x7f659fff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] On node 0 totalpages: 521720
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] free_area_init_node: node 0, pgdat c19f2440, node_mem_map f4c94020
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] DMA zone: 32 pages used for memmap
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] DMA zone: 0 pages reserved
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Normal zone: 1752 pages used for memmap
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Normal zone: 224254 pages, LIFO batch:31
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] HighMem zone: 2293 pages used for memmap
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] HighMem zone: 293468 pages, LIFO batch:31
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Using APIC driver default
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: IRQ0 used by override.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: IRQ2 used by override.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: IRQ9 used by override.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] nr_irqs_gsi: 40
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] e820: [mem 0x80000000-0xf7ffffff] available for PCI devices
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] PERCPU: Embedded 14 pages/cpu @f7bd6000 s35264 r0 d22080 u57344
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] pcpu-alloc: s35264 r0 d22080 u57344 alloc=14*4096
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519936
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-96-generic root=UUID=7dbe7be6-bdb0-4965-b91e-f12161bdc7e7 ro quiet splash vt.handoff=7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Initializing CPU#0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] allocated 4174536 bytes of page_cgroup
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Initializing HighMem for node 0 (00037bfe:0007f65a)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Memory: 2035080K/2086880K available (6789K kernel code, 648K rwdata, 2856K rodata, 892K init, 924K bss, 51800K reserved, 1173872K highmem)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] virtual kernel memory layout:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] fixmap : 0xfff14000 - 0xfffff000 ( 940 kB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] .init : 0xc1a10000 - 0xc1aef000 ( 892 kB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] .data : 0xc16a17d9 - 0xc1a0f2c0 (3510 kB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] .text : 0xc1000000 - 0xc16a17d9 (6789 kB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Hierarchical RCU implementation.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] NR_IRQS:2304 nr_irqs:512 16
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] CPU 0 irqstacks, hard=f7008000 soft=f700a000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] Console: colour dummy device 80x25
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] console [tty0] enabled
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] hpet clockevent registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] tsc: Fast TSC calibration using PIT
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.000000] tsc: Detected 1995.015 MHz processor
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.004002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.03 BogoMIPS (lpj=7980060)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.004006] pid_max: default: 32768 minimum: 301
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.004039] Security Framework initialized
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.004062] AppArmor: AppArmor initialized
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.004064] Yama: becoming mindful.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.004124] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.004127] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008148] Initializing cgroup subsys memory
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008157] Initializing cgroup subsys devices
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008160] Initializing cgroup subsys freezer
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008163] Initializing cgroup subsys blkio
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008166] Initializing cgroup subsys perf_event
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008169] Initializing cgroup subsys hugetlb
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008203] CPU: Physical Processor ID: 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008204] CPU: Processor Core ID: 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008209] mce: CPU supports 6 MCE banks
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008218] CPU0: Thermal monitoring enabled (TM2)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008221] process: using mwait in idle threads
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008233] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008233] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008233] tlb_flushall_shift: -1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008590] Freeing SMP alternatives memory: 32K (c1aef000 - c1af7000)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.009765] ACPI: Core revision 20131115
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.013520] ACPI: All ACPI Tables successfully acquired
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.016007] ftrace: allocating 30940 entries in 61 pages
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.028112] Enabling APIC mode: Flat. Using 1 I/O APICs
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.028587] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.070588] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz (fam: 06, model: 0f, stepping: 0d)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] perf_event_intel: PEBS disabled due to CPU errata
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] ... version: 2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] ... bit width: 40
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] ... generic registers: 2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] ... value mask: 000000ffffffffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] ... max period: 000000007fffffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] ... fixed-purpose events: 3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] ... event mask: 0000000700000003
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] CPU 1 irqstacks, hard=f70f2000 soft=f70f4000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] x86: Booting SMP configuration:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.008000] Initializing CPU#1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.072000] .... node #0, CPUs: #1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.083483] x86: Booted up 1 node, 2 CPUs
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.083489] smpboot: Total of 2 processors activated (7980.06 BogoMIPS)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.083583] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.084166] devtmpfs: initialized
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.084281] EVM: security.selinux
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.084283] EVM: security.SMACK64
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.084285] EVM: security.ima
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.084287] EVM: security.capability
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.085795] pinctrl core: initialized pinctrl subsystem
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.085889] regulator-dummy: no parameters
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.085932] RTC time: 11:20:48, date: 10/07/16
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.085983] NET: Registered protocol family 16
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086190] EISA bus registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086192] cpuidle: using governor ladder
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086194] cpuidle: using governor menu
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086293] ACPI: bus type PCI registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086296] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086296] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086296] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086296] PCI: Using MMCONFIG for extended config space
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086296] PCI: Using configuration type 1 for base access
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.086296] dmi type 0xB1 record - unknown flag
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.088103] bio: create slab <bio-0> at 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.088128] ACPI: Added _OSI(Module Device)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.088128] ACPI: Added _OSI(Processor Device)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.088130] ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.088133] ACPI: Added _OSI(Processor Aggregator Device)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.100110] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.104800] ACPI: SSDT 7f66c080 000043 (v01 LMPWR DELLLOM 00001001 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.105118] ACPI: Dynamic OEM Table Load:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.105122] ACPI: SSDT (null) 000043 (v01 LMPWR DELLLOM 00001001 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.105449] ACPI: SSDT 7f65c4f6 000286 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.105786] ACPI: Dynamic OEM Table Load:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.105790] ACPI: SSDT (null) 000286 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.105928] ACPI: SSDT 7f65be8c 0005E5 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.106244] ACPI: Dynamic OEM Table Load:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.106247] ACPI: SSDT (null) 0005E5 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.116264] ACPI: SSDT 7f65c77c 0000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.120065] ACPI: Dynamic OEM Table Load:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.120068] ACPI: SSDT (null) 0000C4 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.120157] ACPI: SSDT 7f65c471 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.120475] ACPI: Dynamic OEM Table Load:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.120478] ACPI: SSDT (null) 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.132245] ACPI: Interpreter enabled
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.132258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.132263] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.132279] ACPI: (supports S0 S3 S4 S5)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.132282] ACPI: Using IOAPIC for interrupt routing
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.132317] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.139562] ACPI: ACPI Dock Station Driver: 3 docks/bays found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.224945] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.224953] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.224960] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245633] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245926] PCI host bridge to bus 0000:00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245930] pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245933] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245939] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245942] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245945] pci_bus 0000:00: root bus resource [mem 0x80000000-0xf7ffffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245948] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245951] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245954] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245956] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245959] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245962] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245965] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245967] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.245980] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246121] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246138] pci 0000:00:02.0: reg 0x10: [mem 0xf6e00000-0xf6efffff 64bit]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246148] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246156] pci 0000:00:02.0: reg 0x20: [io 0xefe8-0xefef]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246284] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246298] pci 0000:00:02.1: reg 0x10: [mem 0xf6f00000-0xf6ffffff 64bit]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246484] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.246547] pci 0000:00:1a.0: reg 0x20: [io 0x6f20-0x6f3f]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.248306] pci 0000:00:1a.0: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.248355] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.248418] pci 0000:00:1a.1: reg 0x20: [io 0x6f00-0x6f1f]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.250281] pci 0000:00:1a.1: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.250348] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.250376] pci 0000:00:1a.7: reg 0x10: [mem 0xfed1c400-0xfed1c7ff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.250493] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252306] pci 0000:00:1a.7: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252367] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252394] pci 0000:00:1b.0: reg 0x10: [mem 0xf6dfc000-0xf6dfffff 64bit]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252509] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252591] pci 0000:00:1b.0: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252643] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252763] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252848] pci 0000:00:1c.0: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.252897] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.253017] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.253100] pci 0000:00:1c.1: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.253159] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.253278] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.253362] pci 0000:00:1c.5: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.253411] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.253473] pci 0000:00:1d.0: reg 0x20: [io 0x6f80-0x6f9f]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.255324] pci 0000:00:1d.0: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.255370] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.255433] pci 0000:00:1d.1: reg 0x20: [io 0x6f60-0x6f7f]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.257453] pci 0000:00:1d.1: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.257502] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.257564] pci 0000:00:1d.2: reg 0x20: [io 0x6f40-0x6f5f]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.259427] pci 0000:00:1d.2: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.259492] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.259520] pci 0000:00:1d.7: reg 0x10: [mem 0xfed1c000-0xfed1c3ff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.259637] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.261456] pci 0000:00:1d.7: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.261507] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.261660] pci 0000:00:1e.0: System wakeup disabled by ACPI
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.261714] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.261837] pci 0000:00:1f.0: address space collision: [io 0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.261844] pci 0000:00:1f.0: quirk: [io 0x1080-0x10bf] claimed by ICH6 GPIO
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.261850] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
ubuntu@ubuntu:~$
ça fait une sacré dose de lecture
Hors ligne
#115 Le 08/10/2016, à 21:46
- grandtoubab
Re : [résolu] Impossibilité de se loguer en graphique
yoyé a écrit :bon, bilan : la session graphique ne fonctionne toujours pas
As tu verifié les droits sur /home lorsque cette session échoue.
Pas pas l'ntermédiaire du live.
En boot normal, après retour sur l'écran d'accueil, tu selectionnes une console mode texte par exemple ctrl alt F4
tu donnes ton login/mot de passe (attention le pavé numérique n'est peut être pas activé à cet instant)tu passes root par ton moyen préféré ( sudo su, sudo -i )
et tu vérifies
ls -alrt /home
puis à l'intérieur du /home de son utilisateur
si on considère:
- que l'utilisateur moustik appartient au groupe moustik
- que l'utilisateur moustik a peur de passer des commandes sous root
- que l'utilisateur moustik s'est connecté en mode console par exemple ctrl alt F4
sudo chown -R -v moustik:moustik /home/moustik
sudo chmod -R -v u+rwX /home/moustik
sudo chmod 600 /home/moustik/.dmrc
chmod 755 /home/moustik
https://wiki.ubuntuusers.de/Homeverzeic … orrigieren à traduire si besoin avec google
Dernière modification par grandtoubab (Le 08/10/2016, à 21:56)
Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....
Hors ligne
#116 Le 08/10/2016, à 23:14
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
Salut !
Pour explorer les 600 lignes suivantes :
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log | head -n 1000 | tail -n 600
et
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog | head -n 1000 | tail -n 600
Important :
Par rapport à
Oct 6 20:01:22
pour l'heure de login c'était 19h17 heure tahiti
chez toi, on est samedi matin ou dimanche matin ?
Et donne aussi le retour, vide ou non, de
ls -la /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik | grep dmrc
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik/.pam_environment
Merci !
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#117 Le 09/10/2016, à 00:37
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
chez toi, on est samedi matin ou dimanche matin ?
on est samedi midi (il y a 12h de moins qu'en metropole)
sinon, pour
Et donne aussi le retour, vide ou non, de
ls -la /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik | grep dmrc
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik/.pam_environment
c'est en live avec volume 7dbe monté ou sur moustik?
Hors ligne
#118 Le 09/10/2016, à 01:16
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
Désolé du délai : j'ai perdu 2 fois la connnexion.
il y a 12h de moins qu'en metropole
Merci !
c'est en live (...) ?
Oui, puisque /media/ubuntu n'existe que dans ta live ubuntu
Remarque :
tu es habitué, dans Precise, à ce que les montages automatiques se fassent dans media/ (/media/clef-usb, etc.).
Mais ta live est une 14.04 : les montages automatiques s'y font dans media/toi/, et en live ubuntu, "toi", c'est "ubuntu".
Voilà pourquoi, quand tu fais en live 14.04, un clic droit
>monter 7dbe7be6-bdb0-4965-b91e-f12161bdc7e7,
ta partition /dev/sda6 se retrouve montée en
/media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7.
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#119 Le 09/10/2016, à 01:29
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
t'es dans un coin reculé pour perdre la connexion et etre devant l'écran à cette heure-ci?
voici les retours demandés au #116
ubuntu@ubuntu:~$ ls -la /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik | grep dmrc
-rw-r--r-- 1 1000 1000 26 oct. 8 06:52 .dmrc
ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik/.pam_environment
cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik/.pam_environment: No such file or directory
ubuntu@ubuntu:~$
Dernière modification par yoyé (Le 09/10/2016, à 01:30)
Hors ligne
#120 Le 09/10/2016, à 01:57
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
t'es dans un coin reculé pour perdre la connexion et etre devant l'écran à cette heure-ci?
Au contraire : ce sont les bruits de la ville qui m'ont réveillé à 22h00.
Sinon, je n'ai pas de box : je dépends du hotspot freewifi. Et quand tous les voisins regardent des films en flux, ma connexion faiblit, voire disparaît...
La pluie en général (pas cette nuit) affaiblit le signal, je n'ai pas compris pourquoi.
Si tu as l'explication...
- -
cat: /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/home/moustik/.pam_environment: No such file or directory ubuntu@ubuntu:~$
Donc ta 12.04 n'a pas ce fichier, contrairement à la mienne, qui contient juste :
LANGUAGE=fr:en
LANG=fr_FR.UTF-8
Mais je ne te fais pas le créer (du moins pour l'instant), car je n'ai pas de certitude, si cette absence est ou non normale dans Ubuntu (alors que ma 12.04 est une Xubuntu).
C'est une piste à propos de ton clavier qui s'était mis à faire des fantaisies. Il y en a une autre, valable quelle que soit la variante de *buntu; donne :
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/etc/default/keyboard | grep -v "#"
- -
Et les 2 premières commandes du #116, s'il te plaît ?
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#121 Le 09/10/2016, à 02:25
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/etc/default/keyboard | grep -v "#"
XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT="latin9"
XKBOPTIONS=""
ubuntu@ubuntu:~$
Hors ligne
#122 Le 09/10/2016, à 02:28
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log | head -n 1000 | tail -n 600
ed
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990474] NET: Registered protocol family 10
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990698] NET: Registered protocol family 17
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990713] Key type dns_resolver registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990895] Using IPI No-Shortcut mode
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990976] Loading module verification certificates
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.995726] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 2efbf4ad9582ee6e0ed6b7f07aeecd58f97a9eb0'
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.995740] registered taskstats version 1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.998329] Key type trusted registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.998547] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.000734] Key type encrypted registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.003934] rtc_cmos 00:02: setting system clock to 2016-10-06 20:01:10 UTC (1475784070)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.007804] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.007807] EDD information not available.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.008526] ata1.00: configured for UDMA/33
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.133547] isapnp: No Plug & Play device found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.134246] scsi 0:0:0:0: CD-ROM TSSTcorp CDRWDVD TSL462D DE09 PQ: 0 ANSI: 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.135905] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.135911] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.136123] sr 0:0:0:0: Attached scsi CD-ROM sr0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.136275] sr 0:0:0:0: Attached scsi generic sg0 type 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.684072] usb 7-1: new full-speed USB device number 2 using uhci_hcd
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.752159] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.752181] ata3.01: SATA link down (SStatus 0 SControl 300)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.810417] ata3.00: ATA-8: WDC WD800BEVT-75ZCT2, 11.01A11, max UDMA/133
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.810422] ata3.00: 156301488 sectors, multi 8: LBA48 NCQ (depth 0/32)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.824867] ata3.00: configured for UDMA/133
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825063] scsi 2:0:0:0: Direct-Access ATA WDC WD800BEVT-75 11.0 PQ: 0 ANSI: 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825209] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825214] sd 2:0:0:0: Attached scsi generic sg1 type 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825273] sd 2:0:0:0: [sda] Write Protect is off
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825277] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825353] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.838016] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.838022] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.840062] hub 7-1:1.0: USB hub found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.842011] hub 7-1:1.0: 4 ports detected
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.848740] sda: sda1 sda2 sda3 < sda5 sda6 >
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.849451] sd 2:0:0:0: [sda] Attached SCSI disk
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.126015] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243011] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243017] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243023] usb 7-1.2: Product: O2Micro CCID SC Reader
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243027] usb 7-1.2: Manufacturer: O2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304077] ata4.01: failed to resume link (SControl 0)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304134] ata4.00: SATA link down (SStatus 0 SControl 300)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304160] ata4.01: SATA link down (SStatus 0 SControl 0)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304378] Freeing unused kernel memory: 800k freed
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304724] Write protecting the kernel text: 6376k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304823] Write protecting the kernel read-only data: 2556k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304824] NX-protecting the kernel data: 5912k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.324313] udevd[105]: starting version 175
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.457308] pps_core: LinuxPPS API ver. 1 registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.457312] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.487725] PTP clock support registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.511094] tg3.c:v3.128 (December 03, 2012)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542167] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:21:70:a2:b4:3f
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542174] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542178] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542181] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.556132] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 3.016502] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 3.056189] firewire_core 0000:03:01.4: created device fw0: GUID 374fc00029e67470, S400
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 4.437742] init: ureadahead main process (326) terminated with status 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 5.303640] Adding 2084860k swap on /dev/sda5. Priority:-1 extents:1 across:2084860k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 6.218254] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 6.384491] udevd[401]: starting version 175
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 7.694987] lp: driver loaded but no devices found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.078798] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.288232] wmi: Mapper loaded
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.812377] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.821522] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.827353] gpio_ich: GPIO from 206 to 255 on gpio_ich
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.962406] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.987993] input: Dell WMI hotkeys as /devices/virtual/input/input4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.083771] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.083801] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.208984] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.208991] yenta_cardbus 0000:03:01.0: Socket status: 30000006
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.208996] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.209007] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.209011] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.210606] excluding 0x5000-0x50ff 0x5400-0x54ff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216094] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216098] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216111] excluding 0xf6af0000-0xf6afffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216116] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216119] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216132] excluding 0x80000000-0x83ffffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.420668] cfg80211: Calling CRDA to update world regulatory domain
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.487422] [drm] Initialized drm 1.1.0 20060810
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.680803] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.682025] excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.682898] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.683331] excluding 0x3f0-0x3ff 0x4d0-0x4d7
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.683734] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.684452] clean.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.684473] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.684956] excluding 0xc80-0xcbf
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685088] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685096] excluding 0xc0000-0xcffff 0xe0000-0xfffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685130] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685148] clean.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685167] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685187] excluding 0x60000000-0x60ffffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685208] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.686002] clean.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.757835] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.760989] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.042807] i915 0000:00:02.0: setting latency timer to 64
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043294] i915 0000:00:02.0: irq 43 for MSI/MSI-X
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043305] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043307] [drm] Driver supports precise vblank timestamp query.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043345] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.301134] [drm] initialized overlay support
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.322401] kvm: disabled by bios
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.505565] fbcon: inteldrmfb (fb0) is primary device
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.568252] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.588744] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.601403] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.601404] iwl3945: Copyright(c) 2003-2011 Intel Corporation
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.656975] iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.656977] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.657132] iwl3945 0000:0c:00.0: irq 44 for MSI/MSI-X
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.081634] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.372976] Console: switching to colour frame buffer device 160x50
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.377490] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.377493] i915 0000:00:02.0: registered panic notifier
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.377896] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.378115] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input7
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.378282] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.379103] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.379282] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.429542] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.429639] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969192] type=1400 audit(1475820081.464:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=774 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969259] type=1400 audit(1475820081.464:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=843 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969747] type=1400 audit(1475820081.464:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=843 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969756] type=1400 audit(1475820081.464:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=774 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.970017] type=1400 audit(1475820081.464:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=843 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.970030] type=1400 audit(1475820081.464:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=774 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.970706] type=1400 audit(1475820081.464:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=778 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.971199] type=1400 audit(1475820081.464:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=778 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.971472] type=1400 audit(1475820081.464:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=778 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 12.923443] init: failsafe main process (877) killed by TERM signal
Oct 6 20:01:24 moustik-Latitude-D630 kernel: [ 15.302437] ppdev: user-space parallel port driver
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187014] Bluetooth: Core ver 2.16
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187067] NET: Registered protocol family 31
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187069] Bluetooth: HCI device and connection manager initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187283] Bluetooth: HCI socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187288] Bluetooth: L2CAP socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187300] Bluetooth: SCO socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.208043] type=1400 audit(1475820085.700:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=976 comm="apparmor_parser"
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.330639] Bluetooth: RFCOMM TTY layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.330654] Bluetooth: RFCOMM socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.330656] Bluetooth: RFCOMM ver 1.11
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.389525] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.389530] Bluetooth: BNEP filters: protocol multicast
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.389540] Bluetooth: BNEP socket layer initialized
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.763598] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.801722] audit_printk_skb: 3 callbacks suppressed
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.801728] type=1400 audit(1475820089.292:13): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1050 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.802224] type=1400 audit(1475820089.292:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1050 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.802500] type=1400 audit(1475820089.292:15): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1050 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.834979] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.835318] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.837799] tg3 0000:09:00.0: irq 46 for MSI/MSI-X
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.872962] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.873477] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.951273] type=1400 audit(1475820089.444:16): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1049 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.951642] type=1400 audit(1475820089.444:17): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1049 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.128830] type=1400 audit(1475820089.624:18): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1056 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.129350] type=1400 audit(1475820089.624:19): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=1056 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.133690] type=1400 audit(1475820089.624:20): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1059 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.134291] type=1400 audit(1475820089.624:21): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1059 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.300647] type=1400 audit(1475820089.792:22): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=1061 comm="apparmor_parser"
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.700661] wlan0: authenticate with 9c:97:26:8a:86:0f
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.703557] wlan0: send auth to 9c:97:26:8a:86:0f (try 1/3)
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.705368] wlan0: authenticated
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.708041] wlan0: associate with 9c:97:26:8a:86:0f (try 1/3)
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.711034] wlan0: RX AssocResp from 9c:97:26:8a:86:0f (capab=0x411 status=0 aid=3)
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.713594] wlan0: associated
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.713634] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 6 20:01:50 moustik-Latitude-D630 kernel: Kernel logging (proc) stopped.
Oct 6 20:10:32 moustik-Latitude-D630 kernel: imklog 5.8.6, log source = /proc/kmsg started.
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Initializing cgroup subsys cpuset
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Initializing cgroup subsys cpu
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Linux version 3.8.0-44-generic (buildd@brownie) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #66~precise1-Ubuntu SMP Tue Jul 15 04:04:23 UTC 2014 (Ubuntu 3.8.0-44.66~precise1-generic 3.8.13.25)
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] KERNEL supported cpus:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Intel GenuineIntel
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] AMD AuthenticAMD
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] NSC Geode by NSC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Cyrix CyrixInstead
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Centaur CentaurHauls
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Transmeta GenuineTMx86
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Transmeta TransmetaCPU
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] UMC UMC UMC UMC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: BIOS-provided physical RAM map:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f65a7ff] usable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x000000007f65a800-0x000000007fffffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed1bfff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed8ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000feda5fff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] NX (Execute Disable) protection: active
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] SMBIOS 2.4 present.
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] DMI: Dell Inc. Latitude D630 /0KU184, BIOS A13 07/28/2008
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: last_pfn = 0x7f65a max_arch_pfn = 0x1000000
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] MTRR default type: uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] MTRR fixed ranges enabled:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 00000-9FFFF write-back
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] A0000-BFFFF uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] C0000-CFFFF write-protect
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] D0000-EFFFF uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] F0000-FFFFF write-protect
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] MTRR variable ranges enabled:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 0 base 000000000 mask F80000000 write-back
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 1 base 07F800000 mask FFF800000 uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 2 base 07F700000 mask FFFF00000 uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 3 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 4 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 5 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 6 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 7 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] original variable MTRRs
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 1, base: 2040MB, range: 8MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 2, base: 2039MB, range: 1MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] total RAM covered: 2039M
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Found optimal setting for mtrr clean up
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 3 lose cover RAM: 0G
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] New variable MTRRs
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 1, base: 2039MB, range: 1MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 2, base: 2040MB, range: 8MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x37bfdfff]
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x00000000-0x001fffff] page 4k
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x00200000-0x379fffff] page 2M
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] kernel direct mapping tables up to 0x37bfdfff @ [mem 0x01ffa000-0x01ffffff]
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] RAMDISK: [mem 0x360b4000-0x37051fff]
ubuntu@ubuntu:~$
et
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog | head -n 1000 | tail -n 600
Bus: probed
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037332] tun: Universal TUN/TAP device driver, 1.6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037334] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037459] PPP generic driver version 2.4.2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037518] ehci-pci: EHCI PCI platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037771] ehci-pci 0000:00:1a.7: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037779] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037798] ehci-pci 0000:00:1a.7: debug port 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.041716] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.041738] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052041] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052097] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052103] usb usb1: Product: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052106] usb usb1: Manufacturer: Linux 3.13.0-96-generic ehci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052109] usb usb1: SerialNumber: 0000:00:1a.7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052240] hub 1-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052250] hub 1-0:1.0: 4 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052671] ehci-pci 0000:00:1d.7: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052678] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052695] ehci-pci 0000:00:1d.7: debug port 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.056610] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.056632] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.064407] ata1.00: ATAPI: TSSTcorpCD-RW/DVD-ROM TSL462D, DE09, max UDMA/33
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068041] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068110] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068113] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068116] usb usb2: Product: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068119] usb usb2: Manufacturer: Linux 3.13.0-96-generic ehci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068121] usb usb2: SerialNumber: 0000:00:1d.7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068242] hub 2-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068251] hub 2-0:1.0: 6 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068538] ehci-platform: EHCI generic platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068550] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068553] ohci-pci: OHCI PCI platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068568] ohci-platform: OHCI generic platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068577] uhci_hcd: USB Universal Host Controller Interface driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068798] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068805] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068837] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068896] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068899] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068902] usb usb3: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068904] usb usb3: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068907] usb usb3: SerialNumber: 0000:00:1a.0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069027] hub 3-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069036] hub 3-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069368] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069375] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069415] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069474] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069478] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069480] usb usb4: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069483] usb usb4: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069486] usb usb4: SerialNumber: 0000:00:1a.1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069602] hub 4-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069611] hub 4-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069942] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069949] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069981] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070040] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070044] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070046] usb usb5: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070049] usb usb5: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070052] usb usb5: SerialNumber: 0000:00:1d.0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070173] hub 5-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070181] hub 5-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070511] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070522] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070552] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070608] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070611] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070613] usb usb6: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070616] usb usb6: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070619] usb usb6: SerialNumber: 0000:00:1d.1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070737] hub 6-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070746] hub 6-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071078] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071085] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071114] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071171] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071174] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071177] usb usb7: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071179] usb usb7: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071182] usb usb7: SerialNumber: 0000:00:1d.2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071301] hub 7-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071309] hub 7-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071530] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074722] serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074729] serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074831] mousedev: PS/2 mouse device common for all mice
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074981] rtc_cmos 00:02: RTC can wake from S4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075137] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075172] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075267] device-mapper: uevent: version 1.0.3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075345] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075373] platform eisa.0: Probing EISA bus 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075377] platform eisa.0: EISA: Cannot allocate resource for mainboard
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075380] platform eisa.0: Cannot allocate resource for EISA slot 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075382] platform eisa.0: Cannot allocate resource for EISA slot 2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075385] platform eisa.0: Cannot allocate resource for EISA slot 3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075388] platform eisa.0: Cannot allocate resource for EISA slot 4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075391] platform eisa.0: Cannot allocate resource for EISA slot 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075394] platform eisa.0: Cannot allocate resource for EISA slot 6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075396] platform eisa.0: Cannot allocate resource for EISA slot 7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075399] platform eisa.0: Cannot allocate resource for EISA slot 8
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075402] platform eisa.0: EISA: Detected 0 cards
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075411] cpufreq-nforce2: No nForce2 chipset.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075416] ledtrig-cpu: registered to indicate activity on CPUs
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075585] TCP: cubic registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075719] NET: Registered protocol family 10
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075961] NET: Registered protocol family 17
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075972] Key type dns_resolver registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.076200] Using IPI No-Shortcut mode
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.076288] Loading compiled-in X.509 certificates
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.081084] Loaded X.509 cert 'Magrathea: Glacier signing key: 13f2fd22039de675dbda6b34f781f758fc4dd585'
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.081101] registered taskstats version 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.083737] Key type trusted registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.084168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089067] Key type encrypted registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089072] AppArmor: AppArmor sha1 policy hashing enabled
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089075] IMA: No TPM chip found, activating TPM-bypass!
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089524] regulator-dummy: disabling
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089579] Magic number: 4:985:326
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089693] rtc_cmos 00:02: setting system clock to 2016-10-07 11:20:49 UTC (1475839249)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.095521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.095523] EDD information not available.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.095568] PM: Hibernation image not present or could not be loaded.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.096290] ata1.00: configured for UDMA/33
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.185363] isapnp: No Plug & Play device found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.186217] scsi 0:0:0:0: CD-ROM TSSTcorp CDRWDVD TSL462D DE09 PQ: 0 ANSI: 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.187956] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.187961] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.188181] sr 0:0:0:0: Attached scsi CD-ROM sr0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.188320] sr 0:0:0:0: Attached scsi generic sg0 type 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.768155] usb 7-1: new full-speed USB device number 2 using uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.832239] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.832260] ata3.01: SATA link down (SStatus 0 SControl 300)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.884544] ata3.00: ATA-8: WDC WD800BEVT-75ZCT2, 11.01A11, max UDMA/133
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.884551] ata3.00: 156301488 sectors, multi 8: LBA48 NCQ (depth 0/32)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901126] ata3.00: configured for UDMA/133
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901328] scsi 2:0:0:0: Direct-Access ATA WDC WD800BEVT-75 11.0 PQ: 0 ANSI: 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901480] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901497] sd 2:0:0:0: Attached scsi generic sg1 type 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901530] sd 2:0:0:0: [sda] Write Protect is off
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901534] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901557] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.921208] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.921214] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.922866] sda: sda1 sda2 sda3 < sda5 sda6 >
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.923213] hub 7-1:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.923529] sd 2:0:0:0: [sda] Attached SCSI disk
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.925186] hub 7-1:1.0: 4 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.204151] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323186] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323192] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323197] usb 7-1.2: Product: O2Micro CCID SC Reader
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323201] usb 7-1.2: Manufacturer: O2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384156] ata4.01: failed to resume link (SControl 0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384213] ata4.00: SATA link down (SStatus 0 SControl 300)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384239] ata4.01: SATA link down (SStatus 0 SControl 0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384769] Freeing unused kernel memory: 892K (c1a10000 - c1aef000)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384859] Write protecting the kernel text: 6792k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.385022] Write protecting the kernel read-only data: 2860k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.385024] NX-protecting the kernel data: 5496k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.404989] udevd[106]: starting version 175
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.536815] pps_core: LinuxPPS API ver. 1 registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.536821] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.542400] PTP clock support registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.607436] tg3.c:v3.134 (Sep 16, 2013)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629736] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:21:70:a2:b4:3f
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629743] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629747] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629750] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.676119] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 3.079196] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 3.176253] firewire_core 0000:03:01.4: created device fw0: GUID 374fc00029e67470, S400
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 3.681968] random: init urandom read with 107 bits of entropy available
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 4.070158] random: nonblocking pool is initialized
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 4.508345] init: ureadahead main process (339) terminated with status 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 5.419039] Adding 2084860k swap on /dev/sda5. Priority:-1 extents:1 across:2084860k FS
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 6.320394] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 6.582532] udevd[414]: starting version 175
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 7.949438] lp: driver loaded but no devices found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 8.494592] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 8.703557] wmi: Mapper loaded
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.053453] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.064361] gpio_ich: GPIO from 206 to 255 on gpio_ich
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.073795] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.406473] input: Dell WMI hotkeys as /devices/virtual/input/input6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.546515] [drm] Initialized drm 1.1.0 20060810
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.586563] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.587226] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.587356] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717035] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717042] yenta_cardbus 0000:03:01.0: Socket status: 30000006
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717047] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717058] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717062] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.718608] excluding 0x5000-0x50ff 0x5400-0x54ff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724080] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724084] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724096] excluding 0xf6af0000-0xf6afffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724101] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724104] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724117] excluding 0x80000000-0x83ffffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.930696] kvm: disabled by bios
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.951681] cfg80211: Calling CRDA to update world regulatory domain
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287622] [drm] Memory usable by graphics device = 512M
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287629] checking generic (e0000000 300000) vs hw (e0000000 10000000)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287631] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287678] Console: switching to colour dummy device 80x25
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336112] i915 0000:00:02.0: irq 43 for MSI/MSI-X
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336134] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336137] [drm] Driver supports precise vblank timestamp query.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336216] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.422064] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.423282] excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.426939] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.427382] excluding 0x3f0-0x3ff 0x4d0-0x4d7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.427798] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.428530] clean.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.428552] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429049] excluding 0xc80-0xcbf
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429164] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429172] excluding 0xc0000-0xcffff 0xe0000-0xfffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429207] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429224] clean.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429244] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429263] excluding 0x60000000-0x60ffffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429285] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.430094] clean.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.516928] [drm] initialized overlay support
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.694348] fbcon: inteldrmfb (fb0) is primary device
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.029022] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.029023] iwl3945: Copyright(c) 2003-2011 Intel Corporation
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.029079] iwl3945 0000:0c:00.0: can't disable ASPM; OS doesn't have ASPM control
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.084580] iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.084582] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.084654] iwl3945 0000:0c:00.0: irq 44 for MSI/MSI-X
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.264390] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input8
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.284798] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.474600] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.504925] Console: switching to colour frame buffer device 160x50
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.509468] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.509470] i915 0000:00:02.0: registered panic notifier
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.509667] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.510876] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input9
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.511059] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.511360] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.522476] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687867] autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687873] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687875] hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687877] mono: mono_out=0x0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687879] dig-out=0x21/0x0
ubuntu@ubuntu:~$
Hors ligne
#123 Le 09/10/2016, à 03:27
- moko138
Re : [résolu] Impossibilité de se loguer en graphique
1) Un indice :
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.377493] i915 0000:00:02.0: registered panic notifier
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.509470] i915 0000:00:02.0: registered panic notifier
Je suis en train de l'explorer (mais je risque de me rendormir ! )
Donne déjà
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/etc/default/grub
- -
2) Petit problème :
en #112, ton extrait de mesg faisait bien 400 lignes
Mais tes extraits récents font environ 250 lignes au lieu des 600 demandées, de sorte qu'il y a des manques.
D'ailleurs, en #122, le début de chaque retour commence au milieu d'un mot.
Donc lis attenntivement et applique le #9 et le #8 de Retour utilisable de commande.
%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel : À la découverte de dcraw
Hors ligne
#124 Le 09/10/2016, à 03:34
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
voila dans un premier temps ça (je m'occupe de la suite)
ubuntu@ubuntu:~$ cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
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"
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=640x480
# 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"
ubuntu@ubuntu:~$
Hors ligne
#125 Le 09/10/2016, à 03:43
- yoyé
Re : [résolu] Impossibilité de se loguer en graphique
j'ai mis 600 lignes de lecture dans le temrinal
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/kern.log | head -n 1000 | tail -n 600
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985656] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985659] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985662] usb usb6: Product: UHCI Host Controller
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985665] usb usb6: Manufacturer: Linux 3.8.0-44-generic uhci_hcd
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985667] usb usb6: SerialNumber: 0000:00:1d.1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985778] hub 6-0:1.0: USB hub found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985783] hub 6-0:1.0: 2 ports detected
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985900] uhci_hcd 0000:00:1d.2: setting latency timer to 64
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985904] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985910] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985939] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985975] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985978] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985981] usb usb7: Product: UHCI Host Controller
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985984] usb usb7: Manufacturer: Linux 3.8.0-44-generic uhci_hcd
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.985986] usb usb7: SerialNumber: 0000:00:1d.2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.986089] hub 7-0:1.0: USB hub found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.986094] hub 7-0:1.0: 2 ports detected
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.986281] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989243] serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989250] serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989344] mousedev: PS/2 mouse device common for all mice
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989479] rtc_cmos 00:02: RTC can wake from S4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989630] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989664] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989780] device-mapper: uevent: version 1.0.3
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989847] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989868] EISA: Probing bus 0 at eisa.0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989870] EISA: Cannot allocate resource for mainboard
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989873] Cannot allocate resource for EISA slot 1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989875] Cannot allocate resource for EISA slot 2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989877] Cannot allocate resource for EISA slot 3
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989879] Cannot allocate resource for EISA slot 4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989881] Cannot allocate resource for EISA slot 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989883] Cannot allocate resource for EISA slot 6
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989885] Cannot allocate resource for EISA slot 7
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989887] Cannot allocate resource for EISA slot 8
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989889] EISA: Detected 0 cards.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989900] cpufreq-nforce2: No nForce2 chipset.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.989949] cpuidle: using governor ladder
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990015] cpuidle: using governor menu
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990019] ledtrig-cpu: registered to indicate activity on CPUs
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990022] EFI Variables Facility v0.08 2004-May-17
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990201] ashmem: initialized
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990344] TCP: cubic registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990474] NET: Registered protocol family 10
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990698] NET: Registered protocol family 17
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990713] Key type dns_resolver registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990895] Using IPI No-Shortcut mode
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.990976] Loading module verification certificates
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.995726] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 2efbf4ad9582ee6e0ed6b7f07aeecd58f97a9eb0'
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.995740] registered taskstats version 1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.998329] Key type trusted registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 0.998547] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.000734] Key type encrypted registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.003934] rtc_cmos 00:02: setting system clock to 2016-10-06 20:01:10 UTC (1475784070)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.007804] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.007807] EDD information not available.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.008526] ata1.00: configured for UDMA/33
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.133547] isapnp: No Plug & Play device found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.134246] scsi 0:0:0:0: CD-ROM TSSTcorp CDRWDVD TSL462D DE09 PQ: 0 ANSI: 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.135905] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.135911] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.136123] sr 0:0:0:0: Attached scsi CD-ROM sr0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.136275] sr 0:0:0:0: Attached scsi generic sg0 type 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.684072] usb 7-1: new full-speed USB device number 2 using uhci_hcd
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.752159] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.752181] ata3.01: SATA link down (SStatus 0 SControl 300)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.810417] ata3.00: ATA-8: WDC WD800BEVT-75ZCT2, 11.01A11, max UDMA/133
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.810422] ata3.00: 156301488 sectors, multi 8: LBA48 NCQ (depth 0/32)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.824867] ata3.00: configured for UDMA/133
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825063] scsi 2:0:0:0: Direct-Access ATA WDC WD800BEVT-75 11.0 PQ: 0 ANSI: 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825209] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825214] sd 2:0:0:0: Attached scsi generic sg1 type 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825273] sd 2:0:0:0: [sda] Write Protect is off
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825277] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.825353] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.838016] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.838022] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.840062] hub 7-1:1.0: USB hub found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.842011] hub 7-1:1.0: 4 ports detected
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.848740] sda: sda1 sda2 sda3 < sda5 sda6 >
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 1.849451] sd 2:0:0:0: [sda] Attached SCSI disk
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.126015] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243011] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243017] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243023] usb 7-1.2: Product: O2Micro CCID SC Reader
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.243027] usb 7-1.2: Manufacturer: O2
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304077] ata4.01: failed to resume link (SControl 0)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304134] ata4.00: SATA link down (SStatus 0 SControl 300)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304160] ata4.01: SATA link down (SStatus 0 SControl 0)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304378] Freeing unused kernel memory: 800k freed
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304724] Write protecting the kernel text: 6376k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304823] Write protecting the kernel read-only data: 2556k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.304824] NX-protecting the kernel data: 5912k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.324313] udevd[105]: starting version 175
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.457308] pps_core: LinuxPPS API ver. 1 registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.457312] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.487725] PTP clock support registered
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.511094] tg3.c:v3.128 (December 03, 2012)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542167] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:21:70:a2:b4:3f
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542174] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542178] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.542181] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 2.556132] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 3.016502] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 3.056189] firewire_core 0000:03:01.4: created device fw0: GUID 374fc00029e67470, S400
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 4.437742] init: ureadahead main process (326) terminated with status 5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 5.303640] Adding 2084860k swap on /dev/sda5. Priority:-1 extents:1 across:2084860k
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 6.218254] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 6.384491] udevd[401]: starting version 175
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 7.694987] lp: driver loaded but no devices found
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.078798] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.288232] wmi: Mapper loaded
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.812377] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.821522] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.827353] gpio_ich: GPIO from 206 to 255 on gpio_ich
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.962406] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 8.987993] input: Dell WMI hotkeys as /devices/virtual/input/input4
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.083771] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.083801] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.208984] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.208991] yenta_cardbus 0000:03:01.0: Socket status: 30000006
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.208996] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.209007] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.209011] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.210606] excluding 0x5000-0x50ff 0x5400-0x54ff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216094] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216098] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216111] excluding 0xf6af0000-0xf6afffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216116] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216119] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.216132] excluding 0x80000000-0x83ffffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.420668] cfg80211: Calling CRDA to update world regulatory domain
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.487422] [drm] Initialized drm 1.1.0 20060810
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.680803] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.682025] excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.682898] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.683331] excluding 0x3f0-0x3ff 0x4d0-0x4d7
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.683734] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.684452] clean.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.684473] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.684956] excluding 0xc80-0xcbf
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685088] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685096] excluding 0xc0000-0xcffff 0xe0000-0xfffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685130] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685148] clean.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685167] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685187] excluding 0x60000000-0x60ffffff
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.685208] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.686002] clean.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.757835] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa1
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 9.760989] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.042807] i915 0000:00:02.0: setting latency timer to 64
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043294] i915 0000:00:02.0: irq 43 for MSI/MSI-X
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043305] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043307] [drm] Driver supports precise vblank timestamp query.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.043345] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.301134] [drm] initialized overlay support
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.322401] kvm: disabled by bios
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.505565] fbcon: inteldrmfb (fb0) is primary device
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.568252] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input5
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.588744] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.601403] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.601404] iwl3945: Copyright(c) 2003-2011 Intel Corporation
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.656975] iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.656977] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 10.657132] iwl3945 0000:0c:00.0: irq 44 for MSI/MSI-X
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.081634] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.372976] Console: switching to colour frame buffer device 160x50
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.377490] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.377493] i915 0000:00:02.0: registered panic notifier
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.377896] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.378115] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input7
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.378282] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.379103] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.379282] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.429542] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.429639] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969192] type=1400 audit(1475820081.464:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=774 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969259] type=1400 audit(1475820081.464:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=843 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969747] type=1400 audit(1475820081.464:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=843 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.969756] type=1400 audit(1475820081.464:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=774 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.970017] type=1400 audit(1475820081.464:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=843 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.970030] type=1400 audit(1475820081.464:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=774 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.970706] type=1400 audit(1475820081.464:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=778 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.971199] type=1400 audit(1475820081.464:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=778 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 11.971472] type=1400 audit(1475820081.464:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=778 comm="apparmor_parser"
Oct 6 20:01:22 moustik-Latitude-D630 kernel: [ 12.923443] init: failsafe main process (877) killed by TERM signal
Oct 6 20:01:24 moustik-Latitude-D630 kernel: [ 15.302437] ppdev: user-space parallel port driver
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187014] Bluetooth: Core ver 2.16
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187067] NET: Registered protocol family 31
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187069] Bluetooth: HCI device and connection manager initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187283] Bluetooth: HCI socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187288] Bluetooth: L2CAP socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.187300] Bluetooth: SCO socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.208043] type=1400 audit(1475820085.700:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=976 comm="apparmor_parser"
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.330639] Bluetooth: RFCOMM TTY layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.330654] Bluetooth: RFCOMM socket layer initialized
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.330656] Bluetooth: RFCOMM ver 1.11
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.389525] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.389530] Bluetooth: BNEP filters: protocol multicast
Oct 6 20:01:25 moustik-Latitude-D630 kernel: [ 16.389540] Bluetooth: BNEP socket layer initialized
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.763598] iwl3945 0000:0c:00.0: loaded firmware version 15.32.2.9
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.801722] audit_printk_skb: 3 callbacks suppressed
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.801728] type=1400 audit(1475820089.292:13): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1050 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.802224] type=1400 audit(1475820089.292:14): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1050 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.802500] type=1400 audit(1475820089.292:15): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1050 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.834979] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.835318] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.837799] tg3 0000:09:00.0: irq 46 for MSI/MSI-X
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.872962] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.873477] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.951273] type=1400 audit(1475820089.444:16): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1049 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 19.951642] type=1400 audit(1475820089.444:17): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1049 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.128830] type=1400 audit(1475820089.624:18): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1056 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.129350] type=1400 audit(1475820089.624:19): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=1056 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.133690] type=1400 audit(1475820089.624:20): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=1059 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.134291] type=1400 audit(1475820089.624:21): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=1059 comm="apparmor_parser"
Oct 6 20:01:29 moustik-Latitude-D630 kernel: [ 20.300647] type=1400 audit(1475820089.792:22): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=1061 comm="apparmor_parser"
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.700661] wlan0: authenticate with 9c:97:26:8a:86:0f
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.703557] wlan0: send auth to 9c:97:26:8a:86:0f (try 1/3)
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.705368] wlan0: authenticated
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.708041] wlan0: associate with 9c:97:26:8a:86:0f (try 1/3)
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.711034] wlan0: RX AssocResp from 9c:97:26:8a:86:0f (capab=0x411 status=0 aid=3)
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.713594] wlan0: associated
Oct 6 20:01:38 moustik-Latitude-D630 kernel: [ 28.713634] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Oct 6 20:01:50 moustik-Latitude-D630 kernel: Kernel logging (proc) stopped.
Oct 6 20:10:32 moustik-Latitude-D630 kernel: imklog 5.8.6, log source = /proc/kmsg started.
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Initializing cgroup subsys cpuset
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Initializing cgroup subsys cpu
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Linux version 3.8.0-44-generic (buildd@brownie) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #66~precise1-Ubuntu SMP Tue Jul 15 04:04:23 UTC 2014 (Ubuntu 3.8.0-44.66~precise1-generic 3.8.13.25)
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] KERNEL supported cpus:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Intel GenuineIntel
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] AMD AuthenticAMD
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] NSC Geode by NSC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Cyrix CyrixInstead
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Centaur CentaurHauls
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Transmeta GenuineTMx86
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Transmeta TransmetaCPU
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] UMC UMC UMC UMC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: BIOS-provided physical RAM map:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007f65a7ff] usable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x000000007f65a800-0x000000007fffffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed1bfff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed8ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000feda5fff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee0ffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] NX (Execute Disable) protection: active
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] SMBIOS 2.4 present.
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] DMI: Dell Inc. Latitude D630 /0KU184, BIOS A13 07/28/2008
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] e820: last_pfn = 0x7f65a max_arch_pfn = 0x1000000
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] MTRR default type: uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] MTRR fixed ranges enabled:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 00000-9FFFF write-back
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] A0000-BFFFF uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] C0000-CFFFF write-protect
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] D0000-EFFFF uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] F0000-FFFFF write-protect
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] MTRR variable ranges enabled:
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 0 base 000000000 mask F80000000 write-back
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 1 base 07F800000 mask FFF800000 uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 2 base 07F700000 mask FFFF00000 uncachable
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 3 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 4 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 5 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 6 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] 7 disabled
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] original variable MTRRs
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 1, base: 2040MB, range: 8MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 2, base: 2039MB, range: 1MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] total RAM covered: 2039M
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Found optimal setting for mtrr clean up
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 3 lose cover RAM: 0G
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] New variable MTRRs
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 1, base: 2039MB, range: 1MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] reg 2, base: 2040MB, range: 8MB, type UC
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x37bfdfff]
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x00000000-0x001fffff] page 4k
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x00200000-0x379fffff] page 2M
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] [mem 0x37a00000-0x37bfdfff] page 4k
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] kernel direct mapping tables up to 0x37bfdfff @ [mem 0x01ffa000-0x01ffffff]
Oct 6 20:10:32 moustik-Latitude-D630 kernel: [ 0.000000] RAMDISK: [mem 0x360b4000-0x37051fff]
ubuntu@ubuntu:~$
et
cat /media/ubuntu/7dbe7be6-bdb0-4965-b91e-f12161bdc7e7/var/log/syslog | head -n 1000 | tail -n 600
at 0xe0000000, mapped to 0xf8480000, using 3072k, total 3072k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.838635] Console: switching to colour frame buffer device 128x48
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842032] fb0: VESA VGA frame buffer device
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842065] intel_idle: does not run on family 6 model 15
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842074] ipmi message handler version 39.2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842158] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842221] ACPI: AC Adapter [AC] (on-line)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842354] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842773] ACPI: Lid Switch [LID]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842823] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842828] ACPI: Power Button [PBTN]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842873] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.842877] ACPI: Sleep Button [SBTN]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.843015] Monitor-Mwait will be used to enter C-1 state
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.843021] Monitor-Mwait will be used to enter C-2 state
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.843026] Monitor-Mwait will be used to enter C-3 state
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.843030] tsc: Marking TSC unstable due to TSC halts in idle
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.843042] ACPI: acpi_idle registered with cpuidle
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.849953] thermal LNXTHERM:00: registered as thermal_zone0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.849956] ACPI: Thermal Zone [THM] (52 C)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.849994] GHES: HEST is not enabled!
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.850114] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.874541] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.874548] ACPI: Battery Slot [BAT0] (battery present)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.874578] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.874585] ACPI: Battery Slot [BAT1] (battery absent)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.874609] isapnp: Scanning for PnP cards...
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.875770] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.877425] Linux agpgart interface v0.103
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.877542] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.877590] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.878043] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.878173] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.879901] brd: module loaded
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.880807] loop: module loaded
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.880969] ata_piix 0000:00:1f.1: version 2.13
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.881877] scsi0 : ata_piix
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.881957] scsi1 : ata_piix
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.882005] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.882008] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.882233] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 0.882443] ata2: port disabled--ignoring
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.036644] scsi2 : ata_piix
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.036710] scsi3 : ata_piix
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.036760] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 18
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.036767] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 18
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037196] libphy: Fixed MDIO Bus: probed
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037332] tun: Universal TUN/TAP device driver, 1.6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037334] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037459] PPP generic driver version 2.4.2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037518] ehci-pci: EHCI PCI platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037771] ehci-pci 0000:00:1a.7: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037779] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.037798] ehci-pci 0000:00:1a.7: debug port 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.041716] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.041738] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052041] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052097] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052101] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052103] usb usb1: Product: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052106] usb usb1: Manufacturer: Linux 3.13.0-96-generic ehci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052109] usb usb1: SerialNumber: 0000:00:1a.7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052240] hub 1-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052250] hub 1-0:1.0: 4 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052671] ehci-pci 0000:00:1d.7: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052678] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.052695] ehci-pci 0000:00:1d.7: debug port 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.056610] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.056632] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.064407] ata1.00: ATAPI: TSSTcorpCD-RW/DVD-ROM TSL462D, DE09, max UDMA/33
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068041] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068110] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068113] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068116] usb usb2: Product: EHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068119] usb usb2: Manufacturer: Linux 3.13.0-96-generic ehci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068121] usb usb2: SerialNumber: 0000:00:1d.7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068242] hub 2-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068251] hub 2-0:1.0: 6 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068538] ehci-platform: EHCI generic platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068550] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068553] ohci-pci: OHCI PCI platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068568] ohci-platform: OHCI generic platform driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068577] uhci_hcd: USB Universal Host Controller Interface driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068798] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068805] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068837] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068896] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068899] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068902] usb usb3: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068904] usb usb3: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.068907] usb usb3: SerialNumber: 0000:00:1a.0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069027] hub 3-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069036] hub 3-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069368] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069375] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069415] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069474] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069478] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069480] usb usb4: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069483] usb usb4: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069486] usb usb4: SerialNumber: 0000:00:1a.1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069602] hub 4-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069611] hub 4-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069942] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069949] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.069981] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070040] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070044] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070046] usb usb5: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070049] usb usb5: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070052] usb usb5: SerialNumber: 0000:00:1d.0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070173] hub 5-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070181] hub 5-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070511] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070522] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070552] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070608] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070611] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070613] usb usb6: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070616] usb usb6: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070619] usb usb6: SerialNumber: 0000:00:1d.1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070737] hub 6-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.070746] hub 6-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071078] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071085] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071114] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071171] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071174] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071177] usb usb7: Product: UHCI Host Controller
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071179] usb usb7: Manufacturer: Linux 3.13.0-96-generic uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071182] usb usb7: SerialNumber: 0000:00:1d.2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071301] hub 7-0:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071309] hub 7-0:1.0: 2 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.071530] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074722] serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074729] serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074831] mousedev: PS/2 mouse device common for all mice
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.074981] rtc_cmos 00:02: RTC can wake from S4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075137] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075172] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075267] device-mapper: uevent: version 1.0.3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075345] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075373] platform eisa.0: Probing EISA bus 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075377] platform eisa.0: EISA: Cannot allocate resource for mainboard
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075380] platform eisa.0: Cannot allocate resource for EISA slot 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075382] platform eisa.0: Cannot allocate resource for EISA slot 2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075385] platform eisa.0: Cannot allocate resource for EISA slot 3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075388] platform eisa.0: Cannot allocate resource for EISA slot 4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075391] platform eisa.0: Cannot allocate resource for EISA slot 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075394] platform eisa.0: Cannot allocate resource for EISA slot 6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075396] platform eisa.0: Cannot allocate resource for EISA slot 7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075399] platform eisa.0: Cannot allocate resource for EISA slot 8
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075402] platform eisa.0: EISA: Detected 0 cards
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075411] cpufreq-nforce2: No nForce2 chipset.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075416] ledtrig-cpu: registered to indicate activity on CPUs
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075585] TCP: cubic registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075719] NET: Registered protocol family 10
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075961] NET: Registered protocol family 17
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.075972] Key type dns_resolver registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.076200] Using IPI No-Shortcut mode
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.076288] Loading compiled-in X.509 certificates
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.081084] Loaded X.509 cert 'Magrathea: Glacier signing key: 13f2fd22039de675dbda6b34f781f758fc4dd585'
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.081101] registered taskstats version 1
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.083737] Key type trusted registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.084168] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089067] Key type encrypted registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089072] AppArmor: AppArmor sha1 policy hashing enabled
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089075] IMA: No TPM chip found, activating TPM-bypass!
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089524] regulator-dummy: disabling
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089579] Magic number: 4:985:326
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.089693] rtc_cmos 00:02: setting system clock to 2016-10-07 11:20:49 UTC (1475839249)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.095521] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.095523] EDD information not available.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.095568] PM: Hibernation image not present or could not be loaded.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.096290] ata1.00: configured for UDMA/33
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.185363] isapnp: No Plug & Play device found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.186217] scsi 0:0:0:0: CD-ROM TSSTcorp CDRWDVD TSL462D DE09 PQ: 0 ANSI: 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.187956] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.187961] cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.188181] sr 0:0:0:0: Attached scsi CD-ROM sr0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.188320] sr 0:0:0:0: Attached scsi generic sg0 type 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.768155] usb 7-1: new full-speed USB device number 2 using uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.832239] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.832260] ata3.01: SATA link down (SStatus 0 SControl 300)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.884544] ata3.00: ATA-8: WDC WD800BEVT-75ZCT2, 11.01A11, max UDMA/133
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.884551] ata3.00: 156301488 sectors, multi 8: LBA48 NCQ (depth 0/32)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901126] ata3.00: configured for UDMA/133
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901328] scsi 2:0:0:0: Direct-Access ATA WDC WD800BEVT-75 11.0 PQ: 0 ANSI: 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901480] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901497] sd 2:0:0:0: Attached scsi generic sg1 type 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901530] sd 2:0:0:0: [sda] Write Protect is off
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901534] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.901557] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.921208] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.921214] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.922866] sda: sda1 sda2 sda3 < sda5 sda6 >
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.923213] hub 7-1:1.0: USB hub found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.923529] sd 2:0:0:0: [sda] Attached SCSI disk
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 1.925186] hub 7-1:1.0: 4 ports detected
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.204151] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323186] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323192] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323197] usb 7-1.2: Product: O2Micro CCID SC Reader
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.323201] usb 7-1.2: Manufacturer: O2
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384156] ata4.01: failed to resume link (SControl 0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384213] ata4.00: SATA link down (SStatus 0 SControl 300)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384239] ata4.01: SATA link down (SStatus 0 SControl 0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384769] Freeing unused kernel memory: 892K (c1a10000 - c1aef000)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.384859] Write protecting the kernel text: 6792k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.385022] Write protecting the kernel read-only data: 2860k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.385024] NX-protecting the kernel data: 5496k
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.404989] udevd[106]: starting version 175
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.536815] pps_core: LinuxPPS API ver. 1 registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.536821] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.542400] PTP clock support registered
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.607436] tg3.c:v3.134 (Sep 16, 2013)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629736] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:21:70:a2:b4:3f
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629743] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629747] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.629750] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 2.676119] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 3.079196] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 3.176253] firewire_core 0000:03:01.4: created device fw0: GUID 374fc00029e67470, S400
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 3.681968] random: init urandom read with 107 bits of entropy available
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 4.070158] random: nonblocking pool is initialized
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 4.508345] init: ureadahead main process (339) terminated with status 5
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 5.419039] Adding 2084860k swap on /dev/sda5. Priority:-1 extents:1 across:2084860k FS
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 6.320394] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 6.582532] udevd[414]: starting version 175
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 7.949438] lp: driver loaded but no devices found
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 8.494592] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 8.703557] wmi: Mapper loaded
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.053453] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.064361] gpio_ich: GPIO from 206 to 255 on gpio_ich
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.073795] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.406473] input: Dell WMI hotkeys as /devices/virtual/input/input6
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.546515] [drm] Initialized drm 1.1.0 20060810
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.586563] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.587226] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.587356] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717035] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717042] yenta_cardbus 0000:03:01.0: Socket status: 30000006
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717047] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717058] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io 0x5000-0x5fff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.717062] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x5000-0x5fff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.718608] excluding 0x5000-0x50ff 0x5400-0x54ff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724080] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724084] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724096] excluding 0xf6af0000-0xf6afffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724101] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724104] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.724117] excluding 0x80000000-0x83ffffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.930696] kvm: disabled by bios
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 9.951681] cfg80211: Calling CRDA to update world regulatory domain
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287622] [drm] Memory usable by graphics device = 512M
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287629] checking generic (e0000000 300000) vs hw (e0000000 10000000)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287631] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.287678] Console: switching to colour dummy device 80x25
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336112] i915 0000:00:02.0: irq 43 for MSI/MSI-X
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336134] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336137] [drm] Driver supports precise vblank timestamp query.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.336216] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.422064] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.423282] excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.426939] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.427382] excluding 0x3f0-0x3ff 0x4d0-0x4d7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.427798] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.428530] clean.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.428552] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429049] excluding 0xc80-0xcbf
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429164] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429172] excluding 0xc0000-0xcffff 0xe0000-0xfffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429207] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429224] clean.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429244] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429263] excluding 0x60000000-0x60ffffff
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.429285] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.430094] clean.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.516928] [drm] initialized overlay support
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 10.694348] fbcon: inteldrmfb (fb0) is primary device
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.029022] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.029023] iwl3945: Copyright(c) 2003-2011 Intel Corporation
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.029079] iwl3945 0000:0c:00.0: can't disable ASPM; OS doesn't have ASPM control
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.084580] iwl3945 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.084582] iwl3945 0000:0c:00.0: Detected Intel Wireless WiFi Link 3945ABG
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.084654] iwl3945 0000:0c:00.0: irq 44 for MSI/MSI-X
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.264390] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input8
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.284798] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.474600] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.504925] Console: switching to colour frame buffer device 160x50
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.509468] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.509470] i915 0000:00:02.0: registered panic notifier
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.509667] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.510876] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input9
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.511059] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.511360] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.522476] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687867] autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687873] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687875] hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687877] mono: mono_out=0x0
Oct 7 11:21:01 moustik-Latitude-D630 kernel: [ 11.687879] dig-out=0x21/0x0
ubuntu@ubuntu:~$
Hors ligne