#1 Le 28/03/2009, à 19:54
- Umuntu
Gros bloquage après le GDM...Que faire?
Bonjour à tous!
Ce matin, j'ai eu la très mauvaise surprise d'avoir mon Intrepid qui bug après une bonne heure d'utilisation... Bon, ça arrive me direz vous.
Sauf que quand j'ai redémarré mon ordi, après m'être logué dans le GDM, ça a commencé à rammer par accoup, puis blocage... Et à chaque redémarrage, ça bloque presque plus rapidement qu'avant!! Avec en prime en démarrage plus lent que d'habitude (il a même [?quasiment?] bugué lors d'un démarrage, j'ai du coupé l'alim, car y avait rien à faire).
je n'ai pourtant rien fais ce matin de particulier à part OOo et Firefox...
En pauvre petit novice que je suis, j'ai essayé 2 choses:
- ouvrir un session terminal quand GDM s'affiche (en faisant Ctrl+Alt+F*), et là, tout marche, je me balade, c'est tout bon. Mais si j'ai le malheur de revenir à la session graphique et de me loguer, ça fait tout buguer, que ce soit le mode texte ou graphique
- j'ai aussi essayé de me connecter en mode de secours Recovery, mais malheursement, ça ne sert à rien pour la partie graphique...
Je ne sais pas ou chercher pour trouver une solution (essayons de réparer avant de tout reinstaller!)
Je suis donc actuellement sur mon Live-CD, et j'aurai besoin de conseils/avis/aide(!!) sur la marche à suivre, et que dois je chercher dans les log par exemple.
J'aimerais autant que possible ne pas tout reinstaller, car je suis actuellement sans matos (pas de disque dur externe pour sauvegarder tout) et puis ayant installer pas mal de logiciel et de paramètres, ça m'embeterait bien!
Merci beaucoup pour vos futur (et nombreuses:D) réponses!
EDIT: maintenant, je n'atteins meme plus le GDM.... HELP!!
Dernière modification par Umuntu (Le 29/03/2009, à 02:50)
Hors ligne
#2 Le 29/03/2009, à 10:44
- gigiair
Re : Gros bloquage après le GDM...Que faire?
Essaye de copier le xorg.conf de ton live CD sur celui de ton installation.
(supposons que ta partition racine ubuntu soit sur /dev/sda2)
sudo -s
<mot de passe demandé>
mkdir /mnt/monubuntu
mount /dev/sda2 /mnt/monubuntu
cp -b /etc/X11/xorg.conf /mnt/monubuntu/etc/X11/
Et tu redémarres.
Bien sûr il faut adapter si /etc/X11 est sur une autre partition que /dev/sda2, et tu n'est pas obligé de nommer monubuntu le point de montage.
Si ça ne marche pas, poste ici le contenu de /etc/X11/xorg.conf~ et celui de /var/log/Xorg.0.log
Dernière modification par gigiair (Le 29/03/2009, à 10:50)
--
JJR.
Hors ligne
#3 Le 29/03/2009, à 20:28
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
merci bien pour la réponse. Malheureusement, ça n'a pas marché (j'ai juste eu droit à voir le pointeur du GDM avant que ça ne gèle, mais je ne crois pas que ça ait quoi que ce soit à voir!)
Voici le contenu de mon Xorg.conf (je précise que j'ai un HP TX2500, c'est à dire avec écran tactile, donc il y a des éléments spécifiques, mais je n'y ai pas touché depuis un moment, donc je doute que ça soit à l'origine de tout ça)
J'ai ensuite mis le contenu du Xorg.0.log, mais ne sachat pas quelle partie, j'ai tout écirt, donc c'est "un peu" long...
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "fr"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Synaptics Pad"
# Driver "synaptics"
# Option "SendCoreEvents" "true"
# Option "Device" "/dev/psaux"
# Option "Protocol" "auto-dev"
# Option "HorizEdgeScroll" "1"
# Option "MaxTapTime" "0"
# Option "SHMConfig" "true"
#EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
# Option "ForceDevice" "ISDV4"
Option "Type" "stylus"
# Option "SendCoreEvents" "true"
Option "USB" "on"
Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse"
Option "Button2" "3" # make side-switch a right button
Option "TopX" "225"
Option "TopY" "225"
Option "BottomX" "26300"
Option "BottomY" "16375"
EndSection
Section "InputDevice"
Identifier "touch"
Driver "wacom"
# Option "ForceDevice" "ISDV4"
Option "Type" "touch"
# Option "SendCoreEvents" "true"
Option "USB" "on"
Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.1-event-"
Option "TopX" "200"
Option "TopY" "225"
Option "BottomX" "4000"
Option "BottomY" "3875"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
# Option "ForceDevice" "ISDV4"
Option "Type" "eraser"
# Option "SendCoreEvents" "true"
Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse"
Option "USB" "on"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
# Option "NoLogo" "True"
Option "RandRRotation" "on"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
# commented out by update-manager, HAL is now used
# Inputdevice "Synaptics Pad"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "touch" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "synaptics"
EndSection
et le Xorg.0.log:
X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-15-server x86_64 Ubuntu
Current Operating System: Linux xaym 2.6.27-11-generic #1 SMP Thu Jan 29 19:28:32 UTC 2009 x86_64
Build Date: 09 March 2009 01:06:41PM
xorg-server 2:1.5.2-2ubuntu3.1 (buildd@crested.buildd)
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 29 15:10:37 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Configured Monitor"
(**) | |-->Device "Configured Video Device"
(**) |-->Input Device "stylus"
(**) |-->Input Device "touch"
(**) |-->Input Device "eraser"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified. Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7b7320
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7
(--) PCI:*(0@1:5:0) ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0xc0000000/268435456, 0xd2300000/65536, 0xd2200000/1048576, I/O @ 0x00005000/256
(II) System resource ranges:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(==) AIGLX disabled
(WW) fglrx: Force AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 0.15.2
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.5.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.54.3
Module class: X.Org Video Driver
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.1
(II) Wacom driver level: 47-0.8.1-6 $
(II) Primary Device is: PCI 01@00:05:0
(WW) Falling back to old probe method for fglrx
(II) ATI Proprietary Linux Driver Version Identifier:8.54.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.543.2
(II) ATI Proprietary Linux Driver Build Date: Oct 10 2008 21:38:45
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 4.1
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(--) Assigning device section with no busID to primary device
(--) Chipset Supported AMD Graphics Processor (0x9612) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
(II) fglrx(0): pEnt->device->identifier=0x2520e90
(II) resource ranges after probing:
[0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
[21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[24] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[28] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[30] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[32] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[34] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[36] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[38] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
[39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[40] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): PCI bus 1 card 5 func 0
(II) fglrx(0): Creating default Display subsection in Screen section
"Default Screen" for depth/fbbpp 24/32
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
(II) fglrx(0): 10BitPixelFormat disabled by default
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(--) fglrx(0): Chipset: "ATI Radeon HD 3200 Graphics" (Chipset = 0x9612)
(--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x30f1)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd2300000
(--) fglrx(0): I/O port at 0x00005000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.5.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 4.1
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 10.88
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RS780M
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(II) fglrx(0): UMA/SP interleave mode is enabled in the BIOS
(II) fglrx(0): Use PCI BAR frame buffer mapping
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 1.4.99.906, module version = 8.54.3
ABI class: X.Org Server Extension, version 1.1
(II) fglrx(0): Using adapter: 1:5.0.
(II) fglrx(0): [FB] Find the MC FB aperturs range(MCFBBase = 0xc0000000, MCFBSize = 0x14000000)
(--) fglrx(0): Video RAM: 327680 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: AUO Model: 3814 Serial#: 0
(II) fglrx(0): Year: 2007 Week: 1
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 26 vert.: 16
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
(II) fglrx(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 71.1 MHz Image Size: 261 x 163 mm
(II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
(II) fglrx(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
(WW) fglrx(0): Unknown vendor-specific block f
(II) fglrx(0): AUO
(II) fglrx(0): B121EW03 V8
(II) fglrx(0): EDID (in hex):
(II) fglrx(0): 00ffffffffffff0006af143800000000
(II) fglrx(0): 01110103801a10780a87f594574f8c27
(II) fglrx(0): 27505400000001010101010101010101
(II) fglrx(0): 010101010101c71b00a0502017303020
(II) fglrx(0): 360005a3100000180000000f00000000
(II) fglrx(0): 00000000000000000020000000fe0041
(II) fglrx(0): 554f0a202020202020202020000000fe
(II) fglrx(0): 004231323145573033205638200a0009
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - LCD on internal LVDS
Hors ligne
#4 Le 30/03/2009, à 00:21
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
En fait, je m'aperçois que ça bug après le Usplash, car désormais, je n'ai même pas le GDM qui s'affiche, donc je n'ai plus accès aux consoles par le biais ALt+Fx ...
Mon probleme avec une reinstallation est que j'ai installé des logiciels sous Wine que je n'ai plus, donc c'est pour ça que je cherche à réparer, ou du moins reinstaller tout en gardant les logiciels et les configs (je n'ai pour le moment trouver que comment trouver certains fichiers de configs...et manuellement...)
Hors ligne
#5 Le 30/03/2009, à 08:18
- gigiair
Re : Gros bloquage après le GDM...Que faire?
Il n'y a rien de scabreux dans le Xlog.0.log, le problème est peut-être ailleurs.
J'essayerai de lancer la bête en mode texte (mode recovery) et lancer X « à la main» voir d'éventuels messages d'erreur dans xorg.0.log (grep EE /var/log/Xorg.0.log)
J'avoue ne pas être trop inspiré. Il faudrait examiner le /var/log/dmesg
--
JJR.
Hors ligne
#6 Le 30/03/2009, à 09:31
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
C-joint le contenu de dmesg.
Mais bon, je crois que tenter de réparer va s'avérer trop compliqué... Je n'aime pas le coté "Ca marche pas?! On reinstalle!", mais je crios que je n'ai pas le choix.
Il me faudrait juste trouver un moyen de sauvegarder la configuration des logiciels, ainsi que la liste de logiciels, que je puisse tout reinstaller.
Si j'ai bien compris, les fichiers de config sont soit dans le /home, soit dans /etc , c'est bien ça???
J'ai trouvé la commande
sudo dpkg --get-selections > nomdefichier.list
puis
cat nomdefichier.list > dpkg --set-selections
, suivi de
sudo apt-get dselect-upgrade
.
Cela devrait me permettre de sauvegarder la liste des logiciels installés, puis de la mettre en place pour que apt-get la prenne en compte et installe tout ça
(Corrige moi si je me trompe)
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.27-11-generic (buildd@crested) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Jan 29 19:28:32 UTC 2009 (Ubuntu 2.6.27-11.27-generic)
[ 0.000000] Command line: root=UUID=1b6b6970-db41-4eff-9e5d-9ba20c62fc72 ro splash
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000afb8f000 (usable)
[ 0.000000] BIOS-e820: 00000000afb8f000 - 00000000afc3c000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000afc3c000 - 00000000afd70000 (usable)
[ 0.000000] BIOS-e820: 00000000afd70000 - 00000000afdbf000 (reserved)
[ 0.000000] BIOS-e820: 00000000afdbf000 - 00000000afe58000 (usable)
[ 0.000000] BIOS-e820: 00000000afe58000 - 00000000afebf000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000afebf000 - 00000000afeee000 (usable)
[ 0.000000] BIOS-e820: 00000000afeee000 - 00000000afeff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000afeff000 - 00000000aff00000 (usable)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000e4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0xaff00 max_arch_pfn = 0x3ffffffff
[ 0.000000] init_memory_mapping
[ 0.000000] 0000000000 - 00afe00000 page 2M
[ 0.000000] 00afe00000 - 00aff00000 page 4k
[ 0.000000] kernel direct mapping tables up to aff00000 @ 8000-d000
[ 0.000000] last_map_addr: aff00000 end: aff00000
[ 0.000000] RAMDISK: 377bc000 - 37fef40f
[ 0.000000] ACPI: RSDP 000FE020, 0024 (r2 HP )
[ 0.000000] ACPI: XSDT AFEFE120, 005C (r1 HPQOEM SLIC-MPC 3 1000013)
[ 0.000000] ACPI: FACP AFEFD000, 00F4 (r4 HP 30F1 3 MSFT 100000D)
[ 0.000000] ACPI: DSDT AFEF1000, 8E69 (r1 HP 30F1 F0000000 INTL 20051117)
[ 0.000000] ACPI: FACS AFE61000, 0040
[ 0.000000] ACPI: HPET AFEFC000, 0038 (r1 HP 30F1 1 MSFT F4240)
[ 0.000000] ACPI: APIC AFEFB000, 0084 (r2 HP 30F1 1 TFSM F4240)
[ 0.000000] ACPI: MCFG AFEFA000, 003C (r1 HP 30F1 1 TFSM F4240)
[ 0.000000] ACPI: BOOT AFEF0000, 0028 (r1 HP 30F1 1 1)
[ 0.000000] ACPI: SLIC AFEEF000, 0176 (r1 HPQOEM SLIC-MPC 6040000 LTP 1)
[ 0.000000] ACPI: SSDT AFEEE000, 0386 (r1 AMD PowerNow 1 AMD 1)
[ 0.000000] ACPI: DMI detected: Hewlett-Packard
[ 0.000000] Scanning NUMA topology in Northbridge 24
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000aff00000
[ 0.000000] Bootmem setup node 0 0000000000000000-00000000aff00000
[ 0.000000] NODE_DATA [0000000000001000 - 0000000000005fff]
[ 0.000000] bootmap [000000000000b000 - 0000000000020fdf] pages 16
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 00aff00000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 00008b9f5c] TEXT DATA BSS ==> [0000200000 - 00008b9f5c]
[ 0.000000] #3 [00377bc000 - 0037fef40f] RAMDISK ==> [00377bc000 - 0037fef40f]
[ 0.000000] #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #5 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
[ 0.000000] [ffffe20000000000-ffffe20002bfffff] PMD -> [ffff880001200000-ffff880003dfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000afb8f
[ 0.000000] 0: 0x000afc3c -> 0x000afd70
[ 0.000000] 0: 0x000afdbf -> 0x000afe58
[ 0.000000] 0: 0x000afebf -> 0x000afeee
[ 0.000000] 0: 0x000afeff -> 0x000aff00
[ 0.000000] On node 0 totalpages: 720171
[ 0.000000] DMA zone: 2112 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 704976 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Setting APIC routing to flat
[ 0.000000] ACPI: HPET id: 0x1002a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000afb8f000 - 00000000afc3c000
[ 0.000000] PM: Registered nosave memory: 00000000afd70000 - 00000000afdbf000
[ 0.000000] PM: Registered nosave memory: 00000000afe58000 - 00000000afebf000
[ 0.000000] PM: Registered nosave memory: 00000000afeee000 - 00000000afeff000
[ 0.000000] Allocating PCI resources starting at b0000000 (gap: aff00000:30100000)
[ 0.000000] PERCPU: Allocating 64928 bytes of per cpu data
[ 0.000000] NR_CPUS: 64, nr_cpu_ids: 4, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 707088
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=UUID=1b6b6970-db41-4eff-9e5d-9ba20c62fc72 ro splash
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] TSC: PIT calibration confirmed by PMTIMER.
[ 0.000000] TSC: using PMTIMER calibration value
[ 0.000000] Detected 1050.037 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.004000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.004000] Memory: 2819856k/2882560k available (3116k kernel code, 60828k reserved, 1575k data, 540k init)
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.004000] hpet clockevent registered
[ 0.004029] Calibrating delay loop (skipped), value calculated using timer frequency.. 4200.13 BogoMIPS (lpj=8400272)
[ 0.004359] Security Framework initialized
[ 0.004496] SELinux: Disabled at boot.
[ 0.004628] AppArmor: AppArmor initialized
[ 0.006407] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.011107] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.012000] Mount-cache hash table entries: 256
[ 0.012000] Initializing cgroup subsys ns
[ 0.012023] Initializing cgroup subsys cpuacct
[ 0.012115] Initializing cgroup subsys memory
[ 0.012254] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.012354] CPU: L2 Cache: 1024K (64 bytes/line)
[ 0.012447] CPU 0/0 -> Node 0
[ 0.012534] tseg: 00aff00000
[ 0.012541] CPU: Physical Processor ID: 0
[ 0.012630] CPU: Processor Core ID: 0
[ 0.012741] using C1E aware idle routine
[ 0.016001] ACPI: Core revision 20080609
[ 0.020001] ACPI: Checking initramfs for custom DSDT
[ 0.693255] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.736031] CPU0: AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-80 stepping 01
[ 0.736196] Using local APIC timer interrupts.
[ 0.740068] APIC timer calibration result 12500407
[ 0.740082] Detected 12.500 MHz APIC timer.
[ 0.740858] Booting processor 1/1 ip 6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 4200.37 BogoMIPS (lpj=8400759)
[ 0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.004000] CPU: L2 Cache: 1024K (64 bytes/line)
[ 0.004000] CPU 1/1 -> Node 0
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.828609] CPU1: AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-80 stepping 01
[ 0.829476] checking TSC synchronization [CPU#0 -> CPU#1]:
[ 0.832031] Measured 205032409 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.832031] Marking TSC unstable due to check_tsc_sync_source failed
[ 0.832108] Brought up 2 CPUs
[ 0.832270] Total of 2 processors activated (8400.51 BogoMIPS).
[ 0.832472] CPU0 attaching sched-domain:
[ 0.832482] domain 0: span 0-1 level CPU
[ 0.832491] groups: 0 1
[ 0.832506] domain 1: span 0-1 level NODE
[ 0.832514] groups: 0-1
[ 0.832531] CPU1 attaching sched-domain:
[ 0.832538] domain 0: span 0-1 level CPU
[ 0.832545] groups: 1 0
[ 0.832555] domain 1: span 0-1 level NODE
[ 0.832563] groups: 0-1
[ 0.833000] net_namespace: 1552 bytes
[ 0.833000] Booting paravirtualized kernel on bare hardware
[ 0.833360] Time: 19:00:45 Date: 03/29/09
[ 0.833589] NET: Registered protocol family 16
[ 0.833825] TOM: 00000000c0000000 aka 3072M
[ 0.833825] Fam 10h mmconf [e0000000, e0ffffff]
[ 0.833825] ACPI: bus type pci registered
[ 0.833825] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
[ 0.833825] PCI: MCFG area at e0000000 reserved in E820
[ 0.844031] PCI: Using MMCONFIG at e0000000 - e3ffffff
[ 0.844031] PCI: Using configuration type 1 for base access
[ 0.847479] ACPI: EC: Look up EC in DSDT
[ 0.859780] ACPI: BIOS _OSI(Linux) query ignored via DMI
[ 0.860031] ACPI: Interpreter enabled
[ 0.860031] ACPI: (supports S0 S3 S4 S5)
[ 0.860031] ACPI: Using IOAPIC for interrupt routing
[ 0.860031] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.876410] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[ 0.876472] ACPI: EC: driver started in interrupt mode
[ 0.876622] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.880322] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.880404] pci 0000:00:04.0: PME# disabled
[ 0.880542] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 0.880621] pci 0000:00:05.0: PME# disabled
[ 0.880759] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.880839] pci 0000:00:06.0: PME# disabled
[ 0.881022] PCI: 0000:00:11.0 reg 10 io port: [6038, 603f]
[ 0.881038] PCI: 0000:00:11.0 reg 14 io port: [604c, 604f]
[ 0.881053] PCI: 0000:00:11.0 reg 18 io port: [6030, 6037]
[ 0.881068] PCI: 0000:00:11.0 reg 1c io port: [6048, 604b]
[ 0.881084] PCI: 0000:00:11.0 reg 20 io port: [6010, 601f]
[ 0.881099] PCI: 0000:00:11.0 reg 24 32bit mmio: [d2409000, d24093ff]
[ 0.881186] PCI: 0000:00:12.0 reg 10 32bit mmio: [d2408000, d2408fff]
[ 0.881307] PCI: 0000:00:12.1 reg 10 32bit mmio: [d2407000, d2407fff]
[ 0.881470] PCI: 0000:00:12.2 reg 10 32bit mmio: [d2409500, d24095ff]
[ 0.881575] pci 0000:00:12.2: supports D1
[ 0.881579] pci 0000:00:12.2: supports D2
[ 0.881583] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.881666] pci 0000:00:12.2: PME# disabled
[ 0.881791] PCI: 0000:00:13.0 reg 10 32bit mmio: [d2406000, d2406fff]
[ 0.881886] PCI: 0000:00:13.1 reg 10 32bit mmio: [d2405000, d2405fff]
[ 0.881886] PCI: 0000:00:13.2 reg 10 32bit mmio: [d2409400, d24094ff]
[ 0.881886] pci 0000:00:13.2: supports D1
[ 0.881886] pci 0000:00:13.2: supports D2
[ 0.881886] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.881886] pci 0000:00:13.2: PME# disabled
[ 0.881886] PCI: 0000:00:14.1 reg 10 io port: [0, 7]
[ 0.881886] PCI: 0000:00:14.1 reg 14 io port: [0, 3]
[ 0.881886] PCI: 0000:00:14.1 reg 18 io port: [0, 7]
[ 0.881886] PCI: 0000:00:14.1 reg 1c io port: [0, 3]
[ 0.881886] PCI: 0000:00:14.1 reg 20 io port: [6000, 600f]
[ 0.881886] PCI: 0000:00:14.2 reg 10 64bit mmio: [d2400000, d2403fff]
[ 0.881886] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.881886] pci 0000:00:14.2: PME# disabled
[ 0.881886] PCI: 0000:00:14.5 reg 10 32bit mmio: [d2404000, d2404fff]
[ 0.881886] PCI: 0000:01:05.0 reg 10 32bit mmio: [c0000000, cfffffff]
[ 0.881886] PCI: 0000:01:05.0 reg 14 io port: [5000, 50ff]
[ 0.881886] PCI: 0000:01:05.0 reg 18 32bit mmio: [d2300000, d230ffff]
[ 0.881886] PCI: 0000:01:05.0 reg 24 32bit mmio: [d2200000, d22fffff]
[ 0.881886] pci 0000:01:05.0: supports D1
[ 0.881886] pci 0000:01:05.0: supports D2
[ 0.882046] PCI: bridge 0000:00:01.0 io port: [5000, 5fff]
[ 0.882052] PCI: bridge 0000:00:01.0 32bit mmio: [d2200000, d23fffff]
[ 0.882062] PCI: bridge 0000:00:01.0 64bit mmio pref: [c0000000, cfffffff]
[ 0.882170] PCI: bridge 0000:00:04.0 io port: [3000, 4fff]
[ 0.882176] PCI: bridge 0000:00:04.0 32bit mmio: [d1200000, d21fffff]
[ 0.882186] PCI: bridge 0000:00:04.0 64bit mmio pref: [d0000000, d0ffffff]
[ 0.882298] PCI: 0000:08:00.0 reg 10 64bit mmio: [d1100000, d1103fff]
[ 0.882401] pci 0000:08:00.0: supports D1
[ 0.882404] pci 0000:08:00.0: supports D2
[ 0.882504] PCI: bridge 0000:00:05.0 32bit mmio: [d1100000, d11fffff]
[ 0.882589] PCI: 0000:09:00.0 reg 10 io port: [2000, 20ff]
[ 0.882624] PCI: 0000:09:00.0 reg 18 64bit mmio: [d1010000, d1010fff]
[ 0.882650] PCI: 0000:09:00.0 reg 20 64bit mmio: [d1000000, d100ffff]
[ 0.882664] PCI: 0000:09:00.0 reg 30 32bit mmio: [ffff0000, ffffffff]
[ 0.882713] pci 0000:09:00.0: supports D1
[ 0.882717] pci 0000:09:00.0: supports D2
[ 0.882720] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.882804] pci 0000:09:00.0: PME# disabled
[ 0.883890] PCI: bridge 0000:00:06.0 io port: [2000, 2fff]
[ 0.883902] PCI: bridge 0000:00:06.0 64bit mmio pref: [d1000000, d10fffff]
[ 0.884031] pci 0000:00:14.4: transparent bridge
[ 0.884031] PCI: bridge 0000:00:14.4 io port: [1000, 1fff]
[ 0.884031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.884031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.884031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
[ 0.884031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
[ 0.884031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
[ 0.884031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[ 0.901503] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.901782] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.903110] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.904031] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.904611] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.905950] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.907264] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.908031] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 0.908031] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.908062] pnp: PnP ACPI init
[ 0.908142] ACPI: bus type pnp registered
[ 0.913144] pnp: PnP ACPI: found 12 devices
[ 0.913266] ACPI: ACPI bus type pnp unregistered
[ 0.913419] PCI: Using ACPI for IRQ routing
[ 0.928052] NET: Registered protocol family 8
[ 0.928161] NET: Registered protocol family 20
[ 0.928297] NetLabel: Initializing
[ 0.928297] NetLabel: domain hash size = 128
[ 0.928297] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.928297] NetLabel: unlabeled traffic allowed by default
[ 0.928408] PCI-GART: No AMD northbridge found.
[ 0.928496] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.928887] hpet0: 4 32-bit timers, 14318180 Hz
[ 0.932065] Switched to high resolution mode on CPU 0
[ 0.933054] Switched to high resolution mode on CPU 1
[ 0.933856] tracer: 1286 pages allocated for 65536 entries of 80 bytes
[ 0.933934] actual entries 65586
[ 0.934292] AppArmor: AppArmor Filesystem Enabled
[ 0.934477] ACPI: RTC can wake from S4
[ 0.952612] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.952700] system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 0.952802] system 00:09: ioport range 0x400-0x4cf has been reserved
[ 0.952892] system 00:09: ioport range 0x4d0-0x4d1 has been reserved
[ 0.952973] system 00:09: ioport range 0x4d6-0x4d6 has been reserved
[ 0.953054] system 00:09: ioport range 0x680-0x6ff has been reserved
[ 0.953134] system 00:09: ioport range 0x77a-0x77a has been reserved
[ 0.953212] system 00:09: ioport range 0xc00-0xc01 has been reserved
[ 0.953293] system 00:09: ioport range 0xc14-0xc14 has been reserved
[ 0.953375] system 00:09: ioport range 0xc50-0xc52 has been reserved
[ 0.953458] system 00:09: ioport range 0xc6c-0xc6c has been reserved
[ 0.953537] system 00:09: ioport range 0xc6f-0xc6f has been reserved
[ 0.953620] system 00:09: ioport range 0xcd0-0xcdb has been reserved
[ 0.953707] system 00:0a: iomem range 0xe0000-0xfffff could not be reserved
[ 0.953789] system 00:0a: iomem range 0xfff00000-0xffffffff could not be reserved
[ 0.960548] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.960548] pci 0000:00:01.0: IO window: 0x5000-0x5fff
[ 0.960548] pci 0000:00:01.0: MEM window: 0xd2200000-0xd23fffff
[ 0.960548] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
[ 0.960548] pci 0000:00:04.0: PCI bridge, secondary bus 0000:02
[ 0.960548] pci 0000:00:04.0: IO window: 0x3000-0x4fff
[ 0.960548] pci 0000:00:04.0: MEM window: 0xd1200000-0xd21fffff
[ 0.960548] pci 0000:00:04.0: PREFETCH window: 0x000000d0000000-0x000000d0ffffff
[ 0.960548] pci 0000:00:05.0: PCI bridge, secondary bus 0000:08
[ 0.960548] pci 0000:00:05.0: IO window: disabled
[ 0.960548] pci 0000:00:05.0: MEM window: 0xd1100000-0xd11fffff
[ 0.960548] pci 0000:00:05.0: PREFETCH window: disabled
[ 0.960548] pci 0000:00:06.0: PCI bridge, secondary bus 0000:09
[ 0.960548] pci 0000:00:06.0: IO window: 0x2000-0x2fff
[ 0.960548] pci 0000:00:06.0: MEM window: 0xb0000000-0xb00fffff
[ 0.960548] pci 0000:00:06.0: PREFETCH window: 0x000000d1000000-0x000000d10fffff
[ 0.960548] pci 0000:00:14.4: PCI bridge, secondary bus 0000:80
[ 0.960548] pci 0000:00:14.4: IO window: 0x1000-0x1fff
[ 0.960548] pci 0000:00:14.4: MEM window: disabled
[ 0.960548] pci 0000:00:14.4: PREFETCH window: disabled
[ 0.960548] pci 0000:00:01.0: setting latency timer to 64
[ 0.960548] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.960548] pci 0000:00:04.0: setting latency timer to 64
[ 0.960548] pci 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.960548] pci 0000:00:05.0: setting latency timer to 64
[ 0.960548] pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.960548] pci 0000:00:06.0: setting latency timer to 64
[ 0.960548] bus: 00 index 0 io port: [0, ffff]
[ 0.960548] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[ 0.960548] bus: 01 index 0 io port: [5000, 5fff]
[ 0.960548] bus: 01 index 1 mmio: [d2200000, d23fffff]
[ 0.960548] bus: 01 index 2 mmio: [c0000000, cfffffff]
[ 0.960548] bus: 01 index 3 mmio: [0, 0]
[ 0.960548] bus: 02 index 0 io port: [3000, 4fff]
[ 0.960548] bus: 02 index 1 mmio: [d1200000, d21fffff]
[ 0.960548] bus: 02 index 2 mmio: [d0000000, d0ffffff]
[ 0.960623] bus: 02 index 3 mmio: [0, 0]
[ 0.960697] bus: 08 index 0 mmio: [0, 0]
[ 0.960772] bus: 08 index 1 mmio: [d1100000, d11fffff]
[ 0.960848] bus: 08 index 2 mmio: [0, 0]
[ 0.960922] bus: 08 index 3 mmio: [0, 0]
[ 0.960997] bus: 09 index 0 io port: [2000, 2fff]
[ 0.961073] bus: 09 index 1 mmio: [b0000000, b00fffff]
[ 0.961149] bus: 09 index 2 mmio: [d1000000, d10fffff]
[ 0.961225] bus: 09 index 3 mmio: [0, 0]
[ 0.961299] bus: 80 index 0 io port: [1000, 1fff]
[ 0.961375] bus: 80 index 1 mmio: [0, 0]
[ 0.961451] bus: 80 index 2 mmio: [0, 0]
[ 0.961525] bus: 80 index 3 io port: [0, ffff]
[ 0.961602] bus: 80 index 4 mmio: [0, ffffffffffffffff]
[ 0.961702] NET: Registered protocol family 2
[ 1.000887] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.004046] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 1.008555] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.008555] TCP: Hash tables configured (established 524288 bind 65536)
[ 1.008555] TCP reno registered
[ 1.016829] NET: Registered protocol family 1
[ 1.017199] checking if image is initramfs...<4>Clocksource tsc unstable (delta = -98873549 ns)
[ 1.616549] it is
[ 1.980548] Freeing initrd memory: 8397k freed
[ 1.985843] Simple Boot Flag at 0x44 set to 0x1
[ 1.987959] audit: initializing netlink socket (disabled)
[ 1.988064] type=2000 audit(1238353244.984:1): initialized
[ 1.994826] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.999211] VFS: Disk quotas dquot_6.5.1
[ 1.999439] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.999664] msgmni has been set to 5523
[ 1.999835] io scheduler noop registered
[ 1.999964] io scheduler anticipatory registered
[ 2.000039] io scheduler deadline registered
[ 2.000250] io scheduler cfq registered (default)
[ 2.160178] pci 0000:01:05.0: Boot video device
[ 2.160528] pcieport-driver 0000:00:04.0: setting latency timer to 64
[ 2.160576] pcieport-driver 0000:00:04.0: found MSI capability
[ 2.160735] pci_express 0000:00:04.0:pcie00: allocate port service
[ 2.160797] pci_express 0000:00:04.0:pcie02: allocate port service
[ 2.160884] pcieport-driver 0000:00:05.0: setting latency timer to 64
[ 2.160946] pcieport-driver 0000:00:05.0: found MSI capability
[ 2.161150] pci_express 0000:00:05.0:pcie00: allocate port service
[ 2.161285] pcieport-driver 0000:00:06.0: setting latency timer to 64
[ 2.161285] pcieport-driver 0000:00:06.0: found MSI capability
[ 2.161425] pci_express 0000:00:06.0:pcie00: allocate port service
[ 2.249827] hpet_resources: 0xfed00000 is busy
[ 2.250126] Linux agpgart interface v0.103
[ 2.250126] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 2.254900] brd: module loaded
[ 2.255185] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 2.255340] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 2.277096] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.277096] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.292796] mice: PS/2 mouse device common for all mice
[ 2.293148] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 2.293277] rtc0: alarms up to one day, hpet irqs
[ 2.293414] cpuidle: using governor ladder
[ 2.293414] cpuidle: using governor menu
[ 2.294230] TCP cubic registered
[ 2.294616] registered taskstats version 1
[ 2.294627] Magic number: 1:139:42
[ 2.294781] tty ttyeb: hash matches
[ 2.295234] rtc_cmos 00:05: setting system clock to 2009-03-29 19:00:47 UTC (1238353247)
[ 2.295320] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.295397] EDD information not available.
[ 2.295610] Freeing unused kernel memory: 540k freed
[ 2.296367] Write protecting the kernel read-only data: 4352k
[ 2.317493] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 2.528723] fuse init (API version 7.9)
[ 2.776051] processor ACPI0007:00: registered as cooling_device0
[ 2.776051] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 2.776051] processor ACPI0007:01: registered as cooling_device1
[ 3.168551] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 3.168551] r8169 0000:09:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 3.168551] r8169 0000:09:00.0: setting latency timer to 64
[ 3.168594] eth0: RTL8168c/8111c at 0xffffc2000063c000, 00:1e:68:b3:1e:2d, XID 3c4000c0 IRQ 2300
[ 3.204554] usbcore: registered new interface driver usbfs
[ 3.204554] usbcore: registered new interface driver hub
[ 3.204554] usbcore: registered new device driver usb
[ 3.207849] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.207849] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.207849] ohci_hcd 0000:00:12.0: setting latency timer to 64
[ 3.207849] ohci_hcd 0000:00:12.0: OHCI Host Controller
[ 3.207849] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 1
[ 3.207849] ohci_hcd 0000:00:12.0: irq 16, io mem 0xd2408000
[ 3.212554] No dock devices found.
[ 3.233041] SCSI subsystem initialized
[ 3.266569] usb usb1: configuration #1 chosen from 1 choice
[ 3.266646] hub 1-0:1.0: USB hub found
[ 3.266739] hub 1-0:1.0: 3 ports detected
[ 3.271689] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 3.271689] libata version 3.00 loaded.
[ 3.369387] ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.369428] ohci_hcd 0000:00:12.1: setting latency timer to 64
[ 3.369437] ohci_hcd 0000:00:12.1: OHCI Host Controller
[ 3.369493] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 2
[ 3.369534] ohci_hcd 0000:00:12.1: irq 16, io mem 0xd2407000
[ 3.429121] usb usb2: configuration #1 chosen from 1 choice
[ 3.429187] hub 2-0:1.0: USB hub found
[ 3.429277] hub 2-0:1.0: 3 ports detected
[ 3.637294] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 3.637336] ohci_hcd 0000:00:13.0: setting latency timer to 64
[ 3.637345] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 3.637405] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 3
[ 3.637472] ohci_hcd 0000:00:13.0: irq 18, io mem 0xd2406000
[ 3.696994] usb usb3: configuration #1 chosen from 1 choice
[ 3.697059] hub 3-0:1.0: USB hub found
[ 3.697149] hub 3-0:1.0: 3 ports detected
[ 3.772741] usb 2-1: new full speed USB device using ohci_hcd and address 2
[ 3.905416] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 3.905456] ohci_hcd 0000:00:13.1: setting latency timer to 64
[ 3.905465] ohci_hcd 0000:00:13.1: OHCI Host Controller
[ 3.905547] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 4
[ 3.905662] ohci_hcd 0000:00:13.1: irq 18, io mem 0xd2405000
[ 3.912562] usb 2-1: device descriptor read/64, error -62
[ 3.965145] usb usb4: configuration #1 chosen from 1 choice
[ 3.965226] hub 4-0:1.0: USB hub found
[ 3.965317] hub 4-0:1.0: 3 ports detected
[ 4.156906] usb 2-1: device descriptor read/64, error -62
[ 4.173172] ahci 0000:00:11.0: version 3.0
[ 4.173288] ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 4.173881] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 4.173889] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio
[ 4.176392] scsi0 : ahci
[ 4.176553] scsi1 : ahci
[ 4.176553] scsi2 : ahci
[ 4.176553] scsi3 : ahci
[ 4.176553] scsi4 : ahci
[ 4.176553] scsi5 : ahci
[ 4.176553] ata1: SATA max UDMA/133 abar m1024@0xd2409000 port 0xd2409100 irq 22
[ 4.176553] ata2: SATA max UDMA/133 abar m1024@0xd2409000 port 0xd2409180 irq 22
[ 4.176553] ata3: SATA max UDMA/133 abar m1024@0xd2409000 port 0xd2409200 irq 22
[ 4.176553] ata4: SATA max UDMA/133 abar m1024@0xd2409000 port 0xd2409280 irq 22
[ 4.176553] ata5: SATA max UDMA/133 abar m1024@0xd2409000 port 0xd2409300 irq 22
[ 4.176553] ata6: SATA max UDMA/133 abar m1024@0xd2409000 port 0xd2409380 irq 22
[ 4.396098] usb 2-1: new full speed USB device using ohci_hcd and address 3
[ 4.536143] usb 2-1: device descriptor read/64, error -62
[ 4.660535] ata1: softreset failed (device not ready)
[ 4.660543] ata1: failed due to HW bug, retry pmp=0
[ 4.780104] usb 2-1: device descriptor read/64, error -62
[ 4.824593] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.825049] ata1.00: ATA-8: TOSHIBA MK2552GSX, LV011C, max UDMA/100
[ 4.825055] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 4.825575] ata1.00: configured for UDMA/100
[ 5.020180] usb 2-1: new full speed USB device using ohci_hcd and address 4
[ 5.308083] ata2: softreset failed (device not ready)
[ 5.308090] ata2: failed due to HW bug, retry pmp=0
[ 5.428079] usb 2-1: device not accepting address 4, error -62
[ 5.472557] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.477119] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T30L, GC04, max UDMA/100
[ 5.481946] ata2.00: configured for UDMA/100
[ 5.564536] usb 2-1: new full speed USB device using ohci_hcd and address 5
[ 5.800124] ata3: SATA link down (SStatus 0 SControl 300)
[ 5.972534] usb 2-1: device not accepting address 5, error -62
[ 5.972588] hub 2-0:1.0: unable to enumerate USB device on port 1
[ 6.108544] usb 3-2: new full speed USB device using ohci_hcd and address 2
[ 6.120108] ata4: SATA link down (SStatus 0 SControl 300)
[ 6.248132] usb 3-2: device descriptor read/64, error -62
[ 6.440111] ata5: SATA link down (SStatus 0 SControl 300)
[ 6.488570] usb 3-2: device descriptor read/64, error -62
[ 6.728569] usb 3-2: new full speed USB device using ohci_hcd and address 3
[ 6.760597] ata6: SATA link down (SStatus 0 SControl 300)
[ 6.760843] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK2552GS LV01 PQ: 0 ANSI: 5
[ 6.764243] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T30L GC04 PQ: 0 ANSI: 5
[ 6.764552] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.764589] ehci_hcd 0000:00:12.2: setting latency timer to 64
[ 6.764598] ehci_hcd 0000:00:12.2: EHCI Host Controller
[ 6.764669] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 5
[ 6.764730] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
[ 6.764771] ehci_hcd 0000:00:12.2: debug port 1
[ 6.764810] ehci_hcd 0000:00:12.2: irq 17, io mem 0xd2409500
[ 6.868087] usb 3-2: device descriptor read/64, error -62
[ 6.880574] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 6.880903] usb usb5: configuration #1 chosen from 1 choice
[ 6.880966] hub 5-0:1.0: USB hub found
[ 6.880982] hub 5-0:1.0: 6 ports detected
[ 7.088585] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 7.088624] ohci_hcd 0000:00:14.5: setting latency timer to 64
[ 7.088633] ohci_hcd 0000:00:14.5: OHCI Host Controller
[ 7.088695] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[ 7.088737] ohci_hcd 0000:00:14.5: irq 18, io mem 0xd2404000
[ 7.112093] usb 3-2: device descriptor read/64, error -62
[ 7.148770] usb usb6: configuration #1 chosen from 1 choice
[ 7.148829] hub 6-0:1.0: USB hub found
[ 7.148915] hub 6-0:1.0: 2 ports detected
[ 7.352084] usb 3-2: new full speed USB device using ohci_hcd and address 4
[ 7.356949] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 7.356975] ehci_hcd 0000:00:13.2: setting latency timer to 64
[ 7.356983] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 7.357042] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 7
[ 7.357106] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
[ 7.357147] ehci_hcd 0000:00:13.2: debug port 1
[ 7.357190] ehci_hcd 0000:00:13.2: irq 19, io mem 0xd2409400
[ 7.368574] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 7.368781] usb usb7: configuration #1 chosen from 1 choice
[ 7.368837] hub 7-0:1.0: USB hub found
[ 7.368853] hub 7-0:1.0: 6 ports detected
[ 7.576973] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 7.577051] pata_atiixp 0000:00:14.1: setting latency timer to 64
[ 7.580274] scsi6 : pata_atiixp
[ 7.580545] scsi7 : pata_atiixp
[ 7.581592] ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6000 irq 14
[ 7.581598] ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6008 irq 15
[ 7.581608] ata7: port disabled. ignoring.
[ 7.760714] usb 3-2: device not accepting address 4, error -62
[ 7.774156] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 7.774332] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[ 7.816960] hub 3-0:1.0: unable to enumerate USB device on port 2
[ 7.837411] Driver 'sr' needs updating - please use bus_type methods
[ 7.848692] Driver 'sd' needs updating - please use bus_type methods
[ 7.848751] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 7.848790] sd 0:0:0:0: [sda] Write Protect is off
[ 7.848795] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 7.848856] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.848939] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 7.848939] sd 0:0:0:0: [sda] Write Protect is off
[ 7.848939] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 7.848939] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.848939] sda:sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 7.852551] Uniform CD-ROM driver Revision: 3.20
[ 7.852551] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 7.935523] sda1 sda2 sda3
[ 7.936347] sd 0:0:0:0: [sda] Attached SCSI disk
[ 8.230605] PM: Starting manual resume from disk
[ 8.230615] PM: Resume from partition 8:2
[ 8.230619] PM: Checking hibernation image.
[ 8.230746] PM: Resume from disk failed.
[ 8.256552] EXT3-fs: INFO: recovery required on readonly filesystem.
[ 8.256552] EXT3-fs: write access will be enabled during recovery.
[ 8.285266] kjournald starting. Commit interval 5 seconds
[ 8.285292] EXT3-fs: recovery complete.
[ 8.285768] EXT3-fs: mounted filesystem with ordered data mode.
[ 8.314158] usb 5-4: new high speed USB device using ehci_hcd and address 2
[ 8.689597] usb 5-4: configuration #1 chosen from 1 choice
[ 8.828565] usb 6-1: new full speed USB device using ohci_hcd and address 2
[ 8.994152] usb 6-1: configuration #1 chosen from 1 choice
[ 9.128548] usb 6-2: new full speed USB device using ohci_hcd and address 3
[ 9.294854] usb 6-2: configuration #1 chosen from 1 choice
[ 9.408566] usb 7-2: new high speed USB device using ehci_hcd and address 2
[ 9.575682] usb 7-2: configuration #1 chosen from 1 choice
[ 9.952576] usb 4-1: new full speed USB device using ohci_hcd and address 2
[ 10.134937] usb 4-1: configuration #1 chosen from 1 choice
[ 15.533123] udevd version 124 started
[ 15.956549] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 16.020548] shpchp: HPC vendor_id 1022 device_id 9602 ss_vid 0 ss_did 0
[ 16.020548] shpchp: shpc_init: cannot reserve MMIO region
[ 16.020548] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 16.144505] ACPI: Battery Slot [BAT0] (battery absent)
[ 16.212548] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 16.232636] ACPI: Power Button (FF) [PWRF]
[ 16.232990] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[ 16.264611] ACPI: Power Button (CM) [PWRB]
[ 16.264964] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[ 16.296564] ACPI: Sleep Button (CM) [SLPB]
[ 16.296924] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
[ 16.299395] ACPI: Lid Switch [LID]
[ 16.490110] ACPI: WMI: Mapper loaded
[ 16.633100] acpi device:05: registered as cooling_device2
[ 16.633706] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/device:02/input/input6
[ 16.656600] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 16.737343] ACPI: AC Adapter [ACAD] (on-line)
[ 16.866591] ieee80211_crypt: registered algorithm 'NULL'
[ 16.870147] wl: module license 'unspecified' taints kernel.
[ 16.876551] wl 0000:08:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 16.876551] wl 0000:08:00.0: setting latency timer to 64
[ 16.974288] [fglrx] Maximum main memory to use for locked dma buffers: 2621 MBytes.
[ 16.974429] [fglrx] vendor: 1002 device: 9612 count: 1
[ 16.975716] [fglrx] ioport: bar 1, base 0x5000, size: 0x100
[ 16.975763] pci 0000:01:05.0: power state changed by ACPI to D0
[ 16.975784] pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 16.975795] pci 0000:01:05.0: setting latency timer to 64
[ 16.976551] [fglrx] PAT is enabled successfully!
[ 16.976551] [fglrx] module loaded - fglrx 8.54.3 [Oct 10 2008] with 1 minors
[ 17.006752] ieee80211_crypt: registered algorithm 'TKIP'
[ 17.007222] eth1: Broadcom BCM432b 802.11 Wireless Controller 5.10.27.12
[ 17.457687] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 17.552138] usbcore: registered new interface driver libusual
[ 17.584505] Bluetooth: Core ver 2.13
[ 17.600548] NET: Registered protocol family 31
[ 17.600548] Bluetooth: HCI device and connection manager initialized
[ 17.600548] Bluetooth: HCI socket layer initialized
[ 17.666587] Bluetooth: Generic Bluetooth USB driver ver 0.3
[ 17.667887] usbcore: registered new interface driver btusb
[ 17.816900] Initializing USB Mass Storage driver...
[ 17.818056] scsi8 : SCSI emulation for USB Mass Storage devices
[ 17.818491] usbcore: registered new interface driver usb-storage
[ 17.818499] USB Mass Storage support registered.
[ 17.818597] usb-storage: device found at 2
[ 17.818601] usb-storage: waiting for device to settle before scanning
[ 17.913810] Linux video capture interface: v2.00
[ 18.062741] uvcvideo: Found UVC 1.00 device HP Webcam (064e:a104)
[ 18.068555] input: HP Webcam as /devices/pci0000:00/0000:00:13.2/usb7/7-2/7-2:1.0/input/input7
[ 18.068555] usbcore: registered new interface driver uvcvideo
[ 18.068555] USB Video Class driver (v0.1.0)
[ 18.196049] input: Wacom ISDv4 93 as /devices/pci0000:00/0000:00:14.5/usb6/6-2/6-2:1.0/input/input8
[ 18.273772] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 18.408555] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 18.408555] HDA Intel 0000:00:14.2: setting latency timer to 64
[ 18.520522] input: Wacom ISDv4 93 as /devices/pci0000:00/0000:00:14.5/usb6/6-2/6-2:1.1/input/input10
[ 18.636939] usbcore: registered new interface driver wacom
[ 18.636951] wacom: v1.49:USB Wacom Graphire and Wacom Intuos tablet driver
[ 18.720552] usbcore: registered new interface driver hiddev
[ 18.720552] usbcore: registered new interface driver usbhid
[ 18.720552] usbhid: v2.6:USB HID core driver
[ 19.052132] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x180b1, caps: 0xa04711/0xa00000
[ 19.121523] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
[ 19.261964] Error: Driver 'pcspkr' is already registered, aborting...
[ 21.489781] lp: driver loaded but no devices found
[ 21.977721] Adding 8385888k swap on /dev/sda2. Priority:-1 extents:1 across:8385888k
[ 22.593888] EXT3 FS on sda1, internal journal
[ 22.816963] usb-storage: device scan complete
[ 22.817099] isa bounce pool size: 16 pages
[ 22.819043] scsi 8:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
[ 22.831002] sd 8:0:0:0: [sdb] Attached SCSI removable disk
[ 22.831481] sd 8:0:0:0: Attached scsi generic sg2 type 0
[ 23.638357] kjournald starting. Commit interval 5 seconds
[ 23.638715] EXT3 FS on sda3, internal journal
[ 23.638732] EXT3-fs: mounted filesystem with ordered data mode.
[ 23.974442] type=1505 audit(1238353268.737:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=4377
[ 24.068056] type=1505 audit(1238353268.829:3): operation="profile_load" name="/usr/bin/freshclam" name2="default" pid=4382
[ 24.236552] type=1505 audit(1238353268.997:4): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=4386
[ 24.236552] type=1505 audit(1238353268.997:5): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=4386
[ 24.441598] ip_tables: (C) 2000-2006 Netfilter Core Team
Hors ligne
#7 Le 30/03/2009, à 14:47
- gigiair
Re : Gros bloquage après le GDM...Que faire?
C'est bien comme ça que l'on réinstalle à l'identique. justement, à l'identique ça risque de ne pas mieux fonctionner mieux. S'il y a un problème dans les fichiers de configuration, un dpkg-reconfigure --all fera aussi bien (man dpkg-reconfigure). S'il y a un problème dans le code, il reviendra après réinstallation.
Il me paraîtrait plus pertinent de réinstaller sélectivement les paquets qui semblent en cause avec la commande aptitude reinstall.
Je ne suis pas non plus convaincu que ça résoudra le problème, sauf s'il y a un problème sur le disque dur. Dans ce cas, il vaudrait mieux tester le disque dur. Chaque vendeur à un utilitaire de test sur son site.
Ce que je ferai, je me répète, c'est de lancer l'installation en mode texte, puis de lancer X seul pour voir si ça coince à ce niveau.
Lancer en recovery mode, en profiter pour voir si dans les messages qui s'affichent il n'y a pas un fail qui s'affiche en rouge, choisir root. Puis taper X. Ctrl+c pour sortir si tout se passe bien, examiner le /var/log/Xorg.0.log si ça se passe mal.
Si tout va bien, lancer startx.
Si tout va bien, c'est gdm qui est fautif.
Dernière modification par gigiair (Le 30/03/2009, à 14:53)
--
JJR.
Hors ligne
#8 Le 30/03/2009, à 15:11
- zb1000
Re : Gros bloquage après le GDM...Que faire?
Si tu as un live CD, je te suggere de voir ce ça donne avec. Si ça marche, c'est peut etre un probleme de ton matos, genre une carte graphique qui flanche ou un probleme serieux de refroidissement.
je ne suis pas un as et je peux sans aucun doute me tromper, mais c'est sans doute une piste a explorer.
Hors ligne
#9 Le 31/03/2009, à 01:26
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
@zb1000: Je suis actuellement sur le Live CD, donc, ce n'est pas un problème matériel (d'autant plus que le 1er bug est vraiment survenu de nul part, alors que je surfais tranquillement tout en rédigeant sur OOo). En plus, Ubuntu se lance jusqu'au niveau du GDM à peu près, puisque le Usplash s'affiche, et que j'ai déjà réussi à utiliser l'ordi en mode Recovery...
Donc, mystère mystère.
Merci pour l'idée quand même!
@gigiair: je vais essayer ça desuite, je fais d'abord des sauvegardes de données importantes sur un disque dur externe, en utilisant le LiveCD.
Je ne sais pas quelle config de quel logiciel pourrait en être la cause... car comme je viens de le dire, ce plantage s'est produit sans aucune raison, alors que je n'utilisais que Firefox et OOo... (à vrai il y a peut-être Freenet, que j'utilise depuis peu seulement, que je puisse soupçonner...)
Je vais donc tenter la méthode de X en recovery (je n'étais pas sur de comment faire, merci pour les détails) et je posterai les résultats demain
Hors ligne
#10 Le 31/03/2009, à 15:58
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
Alors, résultats:
Pas fail ou que soit, mais j'ai vu passé un Error, je vais reessayé pour bien le lire.
Ensuite, la commande X me donne un écran tout gris, avec juste un curseur (la croix), mais je ne peux pas la bouger avec le touchpad (pas de souris, donc j'ai pas pu testé la possibilité d'une mauvaise reconnaisance du touchpad).
ne sachant pas si c'était bon signe ou pas, j'ai pas tenté startx (je vais l'essayer, je viens de lire vite fait à propos de ça, ça ne risque rien de le lancer meme s'il y a un probleme).
Mais ayant très rapidement besoin de l'ordi, si d'ici ce soir, je n'ai pas de résultat probant avec l'ordi, ni de réponse sur le forum, je reinstalle. J'aurai préféré résoudre la chose, mais c'est une question de priorité...
Hors ligne
#11 Le 31/03/2009, à 18:29
- gigiair
Re : Gros bloquage après le GDM...Que faire?
Pas normal que le touchpad refuse de piloter le curseur. Ça pourrait bien être la cause du refus du système de démarrer le serveur X.
--
JJR.
Hors ligne
#12 Le 31/03/2009, à 23:58
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
Oui, surtout que le curseur en question marche avec le LiveCD... donc ce n'est pas un probleme materiel... mais je ne sais pas ce qui gere le touchpad donc bon...
Y a t il un fichier particulier?
Hors ligne
#13 Le 01/04/2009, à 00:05
- ilcorseronero
Re : Gros bloquage après le GDM...Que faire?
depuis le live,
sudo umount -a
sudo fsck -f -y /dev/sdxy
remplace xy par ce qu'il faut pour pointer sur la partition /
regarde aussi le retour de
df -h
et vérifie si / est plein (ou /home)
Hors ligne
#14 Le 01/04/2009, à 08:06
- gigiair
Re : Gros bloquage après le GDM...Que faire?
C'est une bonne idée de vérifier l'état du disque dur.
Le touchpad est géré par xserver-xorg-input-synaptics.
Vérifies que ce package est bien installé. en mode recovery/root
aptitude install xserver-xorg-input-synaptics
zless /usr/share/doc/xserver-xorg-input-synaptics/trouble-shooting.txt.gz
t'en dira plus.
Vérifie que
grep Synaptics /proc/bus/input/devices
lsmod |grep evdev
renvoient bien quelque chose
grep Synaptics /var/log/Xorg.0.log
ne doit pas contenir de lignes d'erreur (commençant par (EE) ).
Je te dis ce que je ferais, mais je n'ai aucune expérience d'erreur sur le Touchpad.
Dernière modification par gigiair (Le 01/04/2009, à 09:11)
--
JJR.
Hors ligne
#15 Le 03/04/2009, à 12:49
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
J'avais deja verifie l'etat des DD et il n'y avait rien de ce cote-la.
Je suis desole mais dans l'urgence je me suis resolu a reinstaller Ubuntu, j'ai vraiment besoin en ce moment d'un ordi fonctionnel (boulot, boulot...)
J'ai par contre fait un
grep Synaptic
sur le fichier Xorg.0.log aue j'avais sauvegarde sur une cle USB, et ca n'a rien donne.
Merci en tout cas, merci beaucoup pour votre aide!!
Hors ligne
#16 Le 03/04/2009, à 13:59
- gigiair
Re : Gros bloquage après le GDM...Que faire?
L'installation marche maintenant ?
Il y a vraiment des trucs assez infernaux sur xorg en ce moment. J'ai un problème comparable sur une machine ancienne sur laquelle j'ai installé xubuntu.
C'est le couple carte graphique-écran qui ne va pas bien. Sur un écran LCD ça va, mais sur certains CRT ça ne va pas.
Il y a de la doc ici = Problèmes fréquents avec Xorg sous Ubuntu 8.10
--
JJR.
Hors ligne
#17 Le 03/04/2009, à 14:37
- Umuntu
Re : Gros bloquage après le GDM...Que faire?
Oui, ce n'était pas au niveau de l'installation qu'il y avait problème, donc j'ai juste tout reinstallé et maintenant tout marche, me faut juste reinstaller mes logiciels...:(
Mais par contre, auparavant, j'avais de temps à autre des bugs de l'ordi sans aucune raison, ce n'était pas lié à un logiciel particulier, donc je pense qu'y avait un probleme depuis un moment...
Merci pour toutes les infos en tout cas, j'espère que ce problème de couplage CG/écran sera résolu avec l'arrivée de Jaunty, d'ici quelques jours!!
Hors ligne