Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Kernel 2.6.32-5 and Nvidia Problem / X crashes

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Kernel 2.6.32-5 and Nvidia Problem / X crashes

#1 Post by squeeze »

Every time i do a coldboot the x-server crashes, after a reboot everythings fine. Tried with nouveau and proprietary nvidia(with kernel cmdline nouveau.modeset=0 and blacklisted nouveau). Free "nv" driver works without problems.

Logs:

nouveau: (Xorg.0.log)

Code: Select all

(II) Primary Device is: PCI 01@00:00:0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:01:00.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
(II) [drm] nouveau interface version: 0.0.15
(EE) [drm] KMS not enabled
(EE) No devices detected.

Fatal server error:
no screens found
nvidia:

Code: Select all

(**) NVIDIA(0): Option "MetaModes" "1920x1080_60_0 +0+0; nvidia-auto-select +0+0"
(**) Jun 14 22:42:19 NVIDIA(0): Enabling RENDER acceleration
(II) Jun 14 22:42:19 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Jun 14 22:42:19 NVIDIA(0):     enabled.
(EE) Jun 14 22:42:19 NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
(EE) Jun 14 22:42:19 NVIDIA(0):     Please check your system's kernel log for additional error
(EE) Jun 14 22:42:19 NVIDIA(0):     messages and refer to Chapter 8: Common Problems in the
(EE) Jun 14 22:42:19 NVIDIA(0):     README for additional information.
(EE) Jun 14 22:42:19 NVIDIA(0): Failed to initialize the NVIDIA graphics device!
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
Any help would be very appreciated.
“Have you tried turning it off and on again?”

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#2 Post by craigevil »

No issues here using the nvidia driver installed with smxi.

System: Host craigevil Kernel 2.6.32-5-686 i686 (32 bit) Distro Debian GNU/Linux squeeze/sid
CPU: Single core Intel Pentium 4 (UP) cache 1024 KB flags (lm nx sse sse2 sse3) bmips 5585.94
Clock Speeds: (1) 2792.973 MHz (2) 2792.973 MHz
Graphics: Card nVidia G96 [GeForce 9400 GT] X.Org 1.7.7 Res: 1280x1024@50.0hz
GLX Renderer GeForce 9400 GT/PCI/SSE2 GLX Version 3.2.0 NVIDIA 195.36.24 Direct Rendering Yes

Audio: Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller driver HDA Intel BusID: 00:1b.0
Sound: Advanced Linux Sound Architecture Version 1.0.21
Network: Card Intel 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller driver e100 v: 3.5.24-k2-NAPI at port dcc0 BusID: 03:08.0
Disks: HDD Total Size: 160.0GB (16.6% used) 1: /dev/sda WDC_WD1600JS 160.0GB
Partition: ID:/ size: 103G used: 25G (26%) fs: ext3 ID:swap-1 size: 5.25GB used: 0.00GB (0%) fs: swap
Info: Processes 128 Uptime 1 day Memory 273.1/2016.5MB Runlevel 5 Client Shell inxi 1.4.10

Code: Select all

 lsmod | grep nouveau
nouveau               314864  0 
ttm                    33378  1 nouveau
drm_kms_helper         18305  1 nouveau
drm                   112020  3 nouveau,ttm,drm_kms_helper
i2c_algo_bit            3497  1 nouveau
i2c_core               12696  6 nouveau,drm_kms_helper,drm,i2c_algo_bit,nvidia,i2c_i801
button                  3598  1 nouveau
my xorg.conf

Code: Select all

 Section "ServerFlags"
          #Option          "AllowEmptyInput"       "0"
          #Option          "AutoAddDevices"        "0"  
         Option		 "AllowMouseOpenFail"	"true"
         Option          "DontZap"              "off"
EndSection


Section "Device"
	Identifier	"Configured Video Device"
	Driver	"nvidia"
	Option      "Coolbits"	"1"
	Option      "AddARGBGLXVisuals"	"true"
	Option      "TripleBuffer"	"false"
EndSection

Section "Module"
   Load   "dbe"
#  Load	  "dri"
   Load   "extmod"
   Load	"glx"
   Load   "bitmap"
  #Load   "record"
   EndSection

Section "DRI"
   Mode   0666
EndSection

Section "Extensions"
	Option      "Composite"	"enable"
#	Option      "RENDER"	"disable"
EndSection

Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#3 Post by squeeze »

Well i tried to install the driver with sgfxi, worked, but problem persists.
“Have you tried turning it off and on again?”

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#4 Post by craigevil »

Is X crashing or is it the desktop? Not even a WW in my xorg.log

My xorg log

Code: Select all

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.14-dsa-ia32 i686 Debian
Current Operating System: Linux craigevil 2.6.32-5-686 #1 SMP Tue Jun 1 04:59:47 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=5603c42b-2d73-4b60-a954-ad232cf5c0de ro quiet nomodeset
Build Date: 03 June 2010  04:08:50PM
xorg-server 2:1.7.7-2 (Julien Cristau <jcristau@debian.org>) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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: Wed Jun 16 16:03:05 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
(**) Option "DontZap" "off"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/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,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81eac60
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI: (0:0:2:0) 8086:2582:1028:01c4 Intel Corporation 82915G/GV/910GL Integrated Graphics Controller rev 4, Mem @ 0xdff80000/524288, 0xb0000000/268435456, 0xdff40000/262144, I/O @ 0x0000ecd8/8
(--) PCI:*(0:4:0:0) 10de:0641:1b13:0641 nVidia Corporation G96 [GeForce 9400 GT] rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xdc000000/33554432, I/O @ 0x0000cc80/128, BIOS @ 0x????????/524288
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
(II) NVIDIA GLX Module  195.36.24  Thu Apr 22 10:38:29 PDT 2010
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(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 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 09:34:29 PDT 2010
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 04@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
(==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "TripleBuffer" "false"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
(**) Jun 16 16:03:05 NVIDIA(0): Enabling RENDER acceleration
(II) Jun 16 16:03:05 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) Jun 16 16:03:05 NVIDIA(0):     enabled.
(II) Jun 16 16:03:07 NVIDIA(0): NVIDIA GPU GeForce 9400 GT (G96) at PCI:4:0:0 (GPU-0)
(--) Jun 16 16:03:07 NVIDIA(0): Memory: 1048576 kBytes
(--) Jun 16 16:03:07 NVIDIA(0): VideoBIOS: 62.94.45.00.3e
(II) Jun 16 16:03:07 NVIDIA(0): Detected PCI Express Link width: 1X
(--) Jun 16 16:03:07 NVIDIA(0): Interlaced video modes are supported on this GPU
(--) Jun 16 16:03:07 NVIDIA(0): Connected display device(s) on GeForce 9400 GT at PCI:4:0:0:
(--) Jun 16 16:03:07 NVIDIA(0):     DELL E176FP (CRT-0)
(--) Jun 16 16:03:07 NVIDIA(0): DELL E176FP (CRT-0): 400.0 MHz maximum pixel clock
(II) Jun 16 16:03:07 NVIDIA(0): Assigned Display Device: CRT-0
(==) Jun 16 16:03:07 NVIDIA(0): 
(==) Jun 16 16:03:07 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) Jun 16 16:03:07 NVIDIA(0):     will be used as the requested mode.
(==) Jun 16 16:03:07 NVIDIA(0): 
(II) Jun 16 16:03:07 NVIDIA(0): Validated modes:
(II) Jun 16 16:03:07 NVIDIA(0):     "nvidia-auto-select"
(II) Jun 16 16:03:07 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) Jun 16 16:03:07 NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
(--) Jun 16 16:03:07 NVIDIA(0):     option
(**) Jun 16 16:03:07 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) Jun 16 16:03:07 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
(II) Jun 16 16:03:07 NVIDIA(0): Initialized GPU GART.
(II) Jun 16 16:03:07 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
(II) Jun 16 16:03:07 NVIDIA(0):     may not be running or the "AcpidSocketPath" X
(II) Jun 16 16:03:07 NVIDIA(0):     configuration option may not be set correctly.  When the
(II) Jun 16 16:03:07 NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
(II) Jun 16 16:03:07 NVIDIA(0):     try to use it to receive ACPI event notifications.  For
(II) Jun 16 16:03:07 NVIDIA(0):     details, please see the "ConnectToAcpid" and
(II) Jun 16 16:03:07 NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) Jun 16 16:03:07 NVIDIA(0):     Config Options in the README.
(II) Jun 16 16:03:07 NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) Jun 16 16:03:07 NVIDIA(0): Initialized OpenGL Acceleration
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) Jun 16 16:03:07 NVIDIA(0): Initialized X Rendering Acceleration
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(==) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
SELinux: Disabled on system, not enabling in X server
(II) Initializing extension GLX
(II) config/udev: Adding input device Power Button (/dev/input/event3)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.6.901, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event3"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
(II) config/udev: Adding input device HDA Intel Line In at Ext Rear Jack (/dev/input/event5)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA Intel Mic at Ext Rear Jack (/dev/input/event6)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA Intel Line Out at Ext Rear Jack (/dev/input/event7)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device HDA Intel HP Out at Ext Front Jack (/dev/input/event8)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event0)
(**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
(**) Logitech USB-PS/2 Optical Mouse: always reports core events
(**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event0"
(II) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
(II) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
(II) Logitech USB-PS/2 Optical Mouse: Found relative axes
(II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
(II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
(**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
(**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
(II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
(II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device DELL DELL USB Keyboard (/dev/input/event1)
(**) DELL DELL USB Keyboard: Applying InputClass "evdev keyboard catchall"
(**) DELL DELL USB Keyboard: always reports core events
(**) DELL DELL USB Keyboard: Device: "/dev/input/event1"
(II) DELL DELL USB Keyboard: Found keys
(II) DELL DELL USB Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "DELL DELL USB Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "lv3:ralt_switch,terminate:ctrl_alt_bksp"
(II) config/udev: Adding input device PC Speaker (/dev/input/event4)
(II) No input driver/identifier specified (ignoring) 
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
gradinaruvasile
Posts: 935
Joined: 2010-01-31 22:03
Location: Cluj, Romania
Contact:

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#5 Post by gradinaruvasile »

I use 3 computers with squeeze and nvidia and none has this issue. Cards are: 8200 IGP, a Quadro NVS 135M and a Gf210.

Which nvidia card do you have?

Edit: And what is the dmesg output?

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#6 Post by squeeze »

Code: Select all

home-of-squeeze:/home/squeeze# inxi -G
Graphics:  Card nVidia G84 [GeForce 8600 GT] tty res: 271x69 Gfx Data: N/A for root user
dmesg:

Code: Select all

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-15) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 04:59:47 UTC 2010
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[    0.000000]  BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007fee0000 (usable)
[    0.000000]  BIOS-e820: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fee3000 - 000000007fef0000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.5 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x7fee0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 007FF00000 mask FFFFF00000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037000000 page 2M
[    0.000000]  0037000000 - 00373fe000 page 4k
[    0.000000] kernel direct mapping tables up to 373fe000 @ 10000-16000
[    0.000000] RAMDISK: 37622000 - 37fefb1c
[    0.000000] Allocated new RAMDISK: 00100000 - 00acdb1c
[    0.000000] Move RAMDISK from 0000000037622000 - 0000000037fefb1b to 00100000 - 00acdb1b
[    0.000000] ACPI: RSDP 000f7e00 00024 (v02 RS690 )
[    0.000000] ACPI: RSDT 7fee3040 00034 (v01 RS690  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 7fee30c0 00074 (v01 RS690  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 7fee3180 048D3 (v01 RS690  AWRDACPI 00001000 MSFT 0100000E)
[    0.000000] ACPI: FACS 7fee0000 00040
[    0.000000] ACPI: HPET 7fee7b80 00038 (v01 RS690  AWRDACPI 42302E31 AWRD 00000098)
[    0.000000] ACPI: MCFG 7fee7c00 0003C (v01 RS690  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 7fee7ac0 00068 (v01 RS690  AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1162MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00012000 - 00018e80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014c3154]    TEXT DATA BSS ==> [0001000000 - 00014c3154]
[    0.000000]   #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
[    0.000000]   #5 [00014c4000 - 00014ca0c2]              BRK ==> [00014c4000 - 00014ca0c2]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000]   #7 [0000100000 - 0000acdb1c]      NEW RAMDISK ==> [0000100000 - 0000acdb1c]
[    0.000000]   #8 [0000012000 - 0000019000]          BOOTMAP ==> [0000012000 - 0000019000]
[    0.000000] found SMP MP-table at [c00f3cd0] f3cd0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x0007fee0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007fee0
[    0.000000] On node 0 totalpages: 523887
[    0.000000] free_area_init_node: node 0, pgdat c13ae680, node_mem_map c14cc200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2326 pages used for memmap
[    0.000000]   HighMem zone: 295372 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:60100000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2800000 s34136 r0 d23208 u2097152
[    0.000000] pcpu-alloc: s34136 r0 d23208 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 519793
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=ce2d33c5-59f3-448f-b9f3-566eef17fea5 ro quiet vga=794 quiet nouveau.modeset=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000373fe:0007fee0)
[    0.000000] Memory: 2062324k/2096000k available (2490k kernel code, 32308k reserved, 1318k data, 372k init, 1190792k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.000000]       .init : 0xc13b9000 - 0xc1416000   ( 372 kB)
[    0.000000]       .data : 0xc126e965 - 0xc13b81e0   (1318 kB)
[    0.000000]       .text : 0xc1000000 - 0xc126e965   (2490 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2599.931 MHz processor.
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.86 BogoMIPS (lpj=10399724)
[    0.004017] Security Framework initialized
[    0.004021] SELinux:  Disabled at boot.
[    0.004027] Mount-cache hash table entries: 512
[    0.004123] Initializing cgroup subsys ns
[    0.004126] Initializing cgroup subsys cpuacct
[    0.004129] Initializing cgroup subsys devices
[    0.004131] Initializing cgroup subsys freezer
[    0.004133] Initializing cgroup subsys net_cls
[    0.004148] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004151] CPU: L2 Cache: 512K (64 bytes/line)
[    0.004152] CPU: Physical Processor ID: 0
[    0.004154] CPU: Processor Core ID: 0
[    0.004157] mce: CPU supports 5 MCE banks
[    0.004165] using C1E aware idle routine
[    0.004171] Performance Events: AMD PMU driver.
[    0.004175] ... version:                0
[    0.004177] ... bit width:              48
[    0.004178] ... generic registers:      4
[    0.004180] ... value mask:             0000ffffffffffff
[    0.004181] ... max period:             00007fffffffffff
[    0.004183] ... fixed-purpose events:   0
[    0.004184] ... event mask:             000000000000000f
[    0.004187] Checking 'hlt' instruction... OK.
[    0.020717] ACPI: Core revision 20090903
[    0.028067] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.028634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.069160] CPU0: AMD Hammer stepping 02
[    0.072001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.008000] Initializing CPU#1
[    0.008000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.008000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.008000] CPU: Physical Processor ID: 0
[    0.008000] CPU: Processor Core ID: 1
[    0.156097] CPU1: AMD Hammer stepping 02
[    0.156188] Brought up 2 CPUs
[    0.156190] Total of 2 processors activated (10400.03 BogoMIPS).
[    0.156394] CPU0 attaching sched-domain:
[    0.156396]  domain 0: span 0-1 level MC
[    0.156399]   groups: 0 1
[    0.156403] CPU1 attaching sched-domain:
[    0.156404]  domain 0: span 0-1 level MC
[    0.156406]   groups: 1 0
[    0.156462] devtmpfs: initialized
[    0.156462] regulator: core version 0.5
[    0.156462] NET: Registered protocol family 16
[    0.156462] ACPI: bus type pci registered
[    0.156462] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.156462] PCI: MCFG area at e0000000 reserved in E820
[    0.156462] PCI: Using MMCONFIG for extended config space
[    0.156462] PCI: Using configuration type 1 for base access
[    0.156462] bio: create slab <bio-0> at 0
[    0.156462] ACPI: EC: Look up EC in DSDT
[    0.157583] ACPI: Executed 1 blocks of module-level executable AML code
[    0.162476] ACPI: Interpreter enabled
[    0.162485] ACPI: (supports S0 S1 S3 S4 S5)
[    0.162508] ACPI: Using IOAPIC for interrupt routing
[    0.166313] ACPI: No dock devices found.
[    0.166391] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.166459] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.166462] pci 0000:00:02.0: PME# disabled
[    0.166494] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.166496] pci 0000:00:07.0: PME# disabled
[    0.166541] pci 0000:00:12.0: reg 10 io port: [0xff00-0xff07]
[    0.166548] pci 0000:00:12.0: reg 14 io port: [0xfe00-0xfe03]
[    0.166555] pci 0000:00:12.0: reg 18 io port: [0xfd00-0xfd07]
[    0.166562] pci 0000:00:12.0: reg 1c io port: [0xfc00-0xfc03]
[    0.166569] pci 0000:00:12.0: reg 20 io port: [0xfb00-0xfb0f]
[    0.166576] pci 0000:00:12.0: reg 24 32bit mmio: [0xfe02f000-0xfe02f3ff]
[    0.166593] pci 0000:00:12.0: set SATA to AHCI mode
[    0.166631] pci 0000:00:13.0: reg 10 32bit mmio: [0xfe02e000-0xfe02efff]
[    0.166685] pci 0000:00:13.1: reg 10 32bit mmio: [0xfe02d000-0xfe02dfff]
[    0.166738] pci 0000:00:13.2: reg 10 32bit mmio: [0xfe02c000-0xfe02cfff]
[    0.166792] pci 0000:00:13.3: reg 10 32bit mmio: [0xfe02b000-0xfe02bfff]
[    0.166845] pci 0000:00:13.4: reg 10 32bit mmio: [0xfe02a000-0xfe02afff]
[    0.166916] pci 0000:00:13.5: reg 10 32bit mmio: [0xfe029000-0xfe0290ff]
[    0.166967] pci 0000:00:13.5: supports D1 D2
[    0.166969] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
[    0.166973] pci 0000:00:13.5: PME# disabled
[    0.167016] pci 0000:00:14.0: reg 10 io port: [0xb00-0xb0f]
[    0.167082] pci 0000:00:14.1: reg 10 io port: [0x00-0x07]
[    0.167089] pci 0000:00:14.1: reg 14 io port: [0x00-0x03]
[    0.167095] pci 0000:00:14.1: reg 18 io port: [0x00-0x07]
[    0.167102] pci 0000:00:14.1: reg 1c io port: [0x00-0x03]
[    0.167109] pci 0000:00:14.1: reg 20 io port: [0xf900-0xf90f]
[    0.167160] pci 0000:00:14.2: reg 10 64bit mmio: [0xfe024000-0xfe027fff]
[    0.167203] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.167207] pci 0000:00:14.2: PME# disabled
[    0.167379] pci 0000:01:00.0: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
[    0.167388] pci 0000:01:00.0: reg 14 64bit mmio pref: [0xd0000000-0xdfffffff]
[    0.167396] pci 0000:01:00.0: reg 1c 64bit mmio: [0xf8000000-0xf9ffffff]
[    0.167401] pci 0000:01:00.0: reg 24 io port: [0xdf00-0xdf7f]
[    0.167407] pci 0000:01:00.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.172067] pci 0000:00:02.0: bridge io port: [0xd000-0xdfff]
[    0.172070] pci 0000:00:02.0: bridge 32bit mmio: [0xf8000000-0xfbffffff]
[    0.172074] pci 0000:00:02.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[    0.172116] pci 0000:02:00.0: reg 10 io port: [0xee00-0xeeff]
[    0.172133] pci 0000:02:00.0: reg 18 64bit mmio: [0xfdeff000-0xfdefffff]
[    0.172150] pci 0000:02:00.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[    0.172185] pci 0000:02:00.0: supports D1 D2
[    0.172187] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.172191] pci 0000:02:00.0: PME# disabled
[    0.172220] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.172289] pci 0000:00:07.0: bridge io port: [0xe000-0xefff]
[    0.172292] pci 0000:00:07.0: bridge 32bit mmio: [0xfde00000-0xfdefffff]
[    0.172295] pci 0000:00:07.0: bridge 64bit mmio pref: [0xfdf00000-0xfdffffff]
[    0.172352] pci 0000:00:14.4: transparent bridge
[    0.172356] pci 0000:00:14.4: bridge io port: [0xc000-0xcfff]
[    0.172361] pci 0000:00:14.4: bridge 32bit mmio: [0xfdd00000-0xfddfffff]
[    0.172366] pci 0000:00:14.4: bridge 32bit mmio pref: [0xfdc00000-0xfdcfffff]
[    0.172376] pci_bus 0000:00: on NUMA node 0
[    0.172380] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.172538] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[    0.172600] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
[    0.172647] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
[    0.189657] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.189729] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.189800] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.189871] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.189941] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.190012] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.190083] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.190155] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
[    0.190235] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.190237] vgaarb: loaded
[    0.190272] PCI: Using ACPI for IRQ routing
[    0.190272] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.190272] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.192019] Switching to clocksource hpet
[    0.192949] pnp: PnP ACPI init
[    0.192962] ACPI: bus type pnp registered
[    0.195363] pnp: PnP ACPI: found 15 devices
[    0.195365] ACPI: ACPI bus type pnp unregistered
[    0.195368] PnPBIOS: Disabled by ACPI PNP
[    0.195377] system 00:01: ioport range 0x4100-0x411f has been reserved
[    0.195380] system 00:01: ioport range 0x228-0x22f has been reserved
[    0.195382] system 00:01: ioport range 0x40b-0x40b has been reserved
[    0.195385] system 00:01: ioport range 0x4d6-0x4d6 has been reserved
[    0.195388] system 00:01: ioport range 0xc00-0xc01 has been reserved
[    0.195390] system 00:01: ioport range 0xc14-0xc14 has been reserved
[    0.195393] system 00:01: ioport range 0xc50-0xc52 has been reserved
[    0.195395] system 00:01: ioport range 0xc6c-0xc6d has been reserved
[    0.195398] system 00:01: ioport range 0xc6f-0xc6f has been reserved
[    0.195401] system 00:01: ioport range 0xcd0-0xcd1 has been reserved
[    0.195403] system 00:01: ioport range 0xcd2-0xcd3 has been reserved
[    0.195406] system 00:01: ioport range 0xcd4-0xcdf has been reserved
[    0.195409] system 00:01: ioport range 0x4000-0x40fe has been reserved
[    0.195411] system 00:01: ioport range 0x4210-0x4217 has been reserved
[    0.195414] system 00:01: ioport range 0xb10-0xb1f has been reserved
[    0.195420] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[    0.195422] system 00:08: ioport range 0x220-0x225 has been reserved
[    0.195428] system 00:0d: iomem range 0xe0000000-0xefffffff has been reserved
[    0.195433] system 00:0e: iomem range 0xf0000-0xfffff could not be reserved
[    0.195436] system 00:0e: iomem range 0x7ff00000-0x7fffffff could not be reserved
[    0.195439] system 00:0e: iomem range 0xfed00000-0xfed000ff has been reserved
[    0.195441] system 00:0e: iomem range 0x7fee0000-0x7fefffff could not be reserved
[    0.195444] system 00:0e: iomem range 0xffff0000-0xffffffff has been reserved
[    0.195447] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[    0.195450] system 00:0e: iomem range 0x100000-0x7fedffff could not be reserved
[    0.195453] system 00:0e: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.195455] system 00:0e: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.195458] system 00:0e: iomem range 0xfff80000-0xfffeffff has been reserved
[    0.230212] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
[    0.230215] pci 0000:00:02.0:   IO window: 0xd000-0xdfff
[    0.230218] pci 0000:00:02.0:   MEM window: 0xf8000000-0xfbffffff
[    0.230221] pci 0000:00:02.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    0.230225] pci 0000:00:07.0: PCI bridge, secondary bus 0000:02
[    0.230227] pci 0000:00:07.0:   IO window: 0xe000-0xefff
[    0.230230] pci 0000:00:07.0:   MEM window: 0xfde00000-0xfdefffff
[    0.230233] pci 0000:00:07.0:   PREFETCH window: 0x000000fdf00000-0x000000fdffffff
[    0.230236] pci 0000:00:14.4: PCI bridge, secondary bus 0000:03
[    0.230239] pci 0000:00:14.4:   IO window: 0xc000-0xcfff
[    0.230245] pci 0000:00:14.4:   MEM window: 0xfdd00000-0xfddfffff
[    0.230249] pci 0000:00:14.4:   PREFETCH window: 0xfdc00000-0xfdcfffff
[    0.230261] pci 0000:00:02.0: setting latency timer to 64
[    0.230266] pci 0000:00:07.0: setting latency timer to 64
[    0.230274] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.230276] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.230279] pci_bus 0000:01: resource 0 io:  [0xd000-0xdfff]
[    0.230281] pci_bus 0000:01: resource 1 mem: [0xf8000000-0xfbffffff]
[    0.230283] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
[    0.230286] pci_bus 0000:02: resource 0 io:  [0xe000-0xefff]
[    0.230288] pci_bus 0000:02: resource 1 mem: [0xfde00000-0xfdefffff]
[    0.230291] pci_bus 0000:02: resource 2 pref mem [0xfdf00000-0xfdffffff]
[    0.230293] pci_bus 0000:03: resource 0 io:  [0xc000-0xcfff]
[    0.230295] pci_bus 0000:03: resource 1 mem: [0xfdd00000-0xfddfffff]
[    0.230298] pci_bus 0000:03: resource 2 pref mem [0xfdc00000-0xfdcfffff]
[    0.230300] pci_bus 0000:03: resource 3 io:  [0x00-0xffff]
[    0.230303] pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffff]
[    0.230331] NET: Registered protocol family 2
[    0.230404] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.230682] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.231226] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.231471] TCP: Hash tables configured (established 131072 bind 65536)
[    0.231473] TCP reno registered
[    0.231546] NET: Registered protocol family 1
[    0.372065] pci 0000:01:00.0: Boot video device
[    0.372113] Unpacking initramfs...
[    0.583740] Freeing initrd memory: 10038k freed
[    0.588581] audit: initializing netlink socket (disabled)
[    0.588593] type=2000 audit(1276874419.588:1): initialized
[    0.588767] highmem bounce pool size: 64 pages
[    0.588771] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.589944] VFS: Disk quotas dquot_6.5.2
[    0.589992] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.590048] msgmni has been set to 1723
[    0.590250] alg: No test for stdrng (krng)
[    0.590297] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.590300] io scheduler noop registered
[    0.590302] io scheduler anticipatory registered
[    0.590304] io scheduler deadline registered
[    0.590333] io scheduler cfq registered (default)
[    0.590416] pcieport 0000:00:02.0: irq 24 for MSI/MSI-X
[    0.590421] pcieport 0000:00:02.0: setting latency timer to 64
[    0.590477] pcieport 0000:00:07.0: irq 25 for MSI/MSI-X
[    0.590481] pcieport 0000:00:07.0: setting latency timer to 64
[    0.590632] vesafb: framebuffer at 0xf9000000, mapped to 0xf7c80000, using 2560k, total 2560k
[    0.590634] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
[    0.590636] vesafb: scrolling: redraw
[    0.590639] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[    0.601701] Console: switching to colour frame buffer device 160x64
[    0.612628] fb0: VESA VGA frame buffer device
[    0.612691] isapnp: Scanning for PnP cards...
[    0.923115] isapnp: No Plug & Play device found
[    0.924255] Linux agpgart interface v0.103
[    0.924477] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.924587] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.924882] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.925024] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.925026] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.925154] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.925214] mice: PS/2 mouse device common for all mice
[    0.925255] rtc_cmos 00:04: RTC can wake from S4
[    0.925281] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.925316] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    0.925325] cpuidle: using governor ladder
[    0.925327] cpuidle: using governor menu
[    0.925331] No iBFT detected.
[    0.925627] TCP cubic registered
[    0.925740] NET: Registered protocol family 10
[    0.926106] lo: Disabled Privacy Extensions
[    0.926366] Mobile IPv6
[    0.926369] NET: Registered protocol family 17
[    0.926385] Using IPI No-Shortcut mode
[    0.926434] PM: Resume from disk failed.
[    0.926440] registered taskstats version 1
[    0.926686] rtc_cmos 00:04: setting system clock to 2010-06-18 15:20:20 UTC (1276874420)
[    0.926709] Initalizing network drop monitor service
[    0.926735] Freeing unused kernel memory: 372k freed
[    0.926965] Write protecting the kernel text: 2492k
[    0.926987] Write protecting the kernel read-only data: 916k
[    0.942432] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.972511] udev: starting version 157
[    1.070149] usbcore: registered new interface driver usbfs
[    1.070259] usbcore: registered new interface driver hub
[    1.070367] usbcore: registered new device driver usb
[    1.084214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.084258] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.084276] ehci_hcd 0000:00:13.5: EHCI Host Controller
[    1.084295] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
[    1.084318] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
[    1.084332] ehci_hcd 0000:00:13.5: debug port 1
[    1.084361] ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000
[    1.085244] SCSI subsystem initialized
[    1.087754] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.092216] thermal LNXTHERM:01: registered as thermal_zone0
[    1.092223] ACPI: Thermal Zone [THRM] (40 C)
[    1.096029] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00
[    1.096050] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.096053] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.096055] usb usb1: Product: EHCI Host Controller
[    1.096057] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    1.096059] usb usb1: SerialNumber: 0000:00:13.5
[    1.096161] usb usb1: configuration #1 chosen from 1 choice
[    1.096210] hub 1-0:1.0: USB hub found
[    1.096218] hub 1-0:1.0: 10 ports detected
[    1.108083] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.108120] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    1.108129] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
[    1.108159] ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000
[    1.111498] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.111521] r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.111577] r8169 0000:02:00.0: setting latency timer to 64
[    1.111671] r8169 0000:02:00.0: irq 26 for MSI/MSI-X
[    1.112206] FDC 0 is a post-1991 82077
[    1.112205] eth0: RTL8168b/8111b at 0xf80b4000, 00:e0:4d:5f:cb:a3, XID 18000000 IRQ 26
[    1.114137] libata version 3.00 loaded.
[    1.118801] fan PNP0C0B:00: registered as cooling_device0
[    1.118807] ACPI: Fan [FAN] (on)
[    1.164022] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.164026] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.164028] usb usb2: Product: OHCI Host Controller
[    1.164030] usb usb2: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.164032] usb usb2: SerialNumber: 0000:00:13.0
[    1.164106] usb usb2: configuration #1 chosen from 1 choice
[    1.164135] hub 2-0:1.0: USB hub found
[    1.164146] hub 2-0:1.0: 2 ports detected
[    1.164215] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.164330] scsi0 : pata_atiixp
[    1.164417] scsi1 : pata_atiixp
[    1.165192] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
[    1.165195] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
[    1.165230] ahci 0000:00:12.0: version 3.0
[    1.165252] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    1.165284] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
[    1.165369] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
[    1.165373] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc 
[    1.165748] scsi2 : ahci
[    1.165838] scsi3 : ahci
[    1.165893] scsi4 : ahci
[    1.165955] scsi5 : ahci
[    1.166061] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
[    1.166065] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
[    1.166068] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
[    1.166072] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
[    1.166142] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.166164] ohci_hcd 0000:00:13.1: OHCI Host Controller
[    1.166180] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
[    1.166205] ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000
[    1.224021] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.224024] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.224027] usb usb3: Product: OHCI Host Controller
[    1.224029] usb usb3: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.224030] usb usb3: SerialNumber: 0000:00:13.1
[    1.224120] usb usb3: configuration #1 chosen from 1 choice
[    1.224147] hub 3-0:1.0: USB hub found
[    1.224157] hub 3-0:1.0: 2 ports detected
[    1.224215] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.224236] ohci_hcd 0000:00:13.2: OHCI Host Controller
[    1.224244] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
[    1.224273] ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000
[    1.284015] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.284018] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.284020] usb usb4: Product: OHCI Host Controller
[    1.284022] usb usb4: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.284024] usb usb4: SerialNumber: 0000:00:13.2
[    1.284077] usb usb4: configuration #1 chosen from 1 choice
[    1.284101] hub 4-0:1.0: USB hub found
[    1.284109] hub 4-0:1.0: 2 ports detected
[    1.284154] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.284165] ohci_hcd 0000:00:13.3: OHCI Host Controller
[    1.284171] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5
[    1.284184] ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000
[    1.344120] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.344122] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.344124] usb usb5: Product: OHCI Host Controller
[    1.344126] usb usb5: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.344128] usb usb5: SerialNumber: 0000:00:13.3
[    1.344183] usb usb5: configuration #1 chosen from 1 choice
[    1.344209] hub 5-0:1.0: USB hub found
[    1.344219] hub 5-0:1.0: 2 ports detected
[    1.344259] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.344269] ohci_hcd 0000:00:13.4: OHCI Host Controller
[    1.344275] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6
[    1.344288] ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000
[    1.404016] usb 1-2: new high speed USB device using ehci_hcd and address 2
[    1.404034] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.404037] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.404039] usb usb6: Product: OHCI Host Controller
[    1.404040] usb usb6: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    1.404043] usb usb6: SerialNumber: 0000:00:13.4
[    1.404094] usb usb6: configuration #1 chosen from 1 choice
[    1.404119] hub 6-0:1.0: USB hub found
[    1.404127] hub 6-0:1.0: 2 ports detected
[    1.484056] ata5: SATA link down (SStatus 0 SControl 300)
[    1.484103] ata6: SATA link down (SStatus 0 SControl 300)
[    1.648016] ata3: softreset failed (device not ready)
[    1.648087] ata3: applying SB600 PMP SRST workaround and retrying
[    1.648103] ata4: softreset failed (device not ready)
[    1.648169] ata4: applying SB600 PMP SRST workaround and retrying
[    1.672595] usb 1-2: New USB device found, idVendor=046d, idProduct=0804
[    1.672597] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    1.672600] usb 1-2: SerialNumber: 66363460
[    1.672674] usb 1-2: configuration #1 chosen from 1 choice
[    1.812029] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.812054] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.812628] ata4.00: ATA-7: MAXTOR STM3250310AS, 3.AAC, max UDMA/133
[    1.812631] ata4.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.812646] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
[    1.812938] ata3.00: ATAPI: TSSTcorp CDDVDW SH-S203P, SB00, max UDMA/100, ATAPI AN
[    1.812954] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    1.813358] ata4.00: SB600 AHCI: limiting to 255 sectors per cmd
[    1.813361] ata4.00: configured for UDMA/133
[    1.814029] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
[    1.814031] ata3.00: configured for UDMA/100
[    1.828640] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-S203P  SB00 PQ: 0 ANSI: 5
[    1.828821] scsi 3:0:0:0: Direct-Access     ATA      MAXTOR STM325031 3.AA PQ: 0 ANSI: 5
[    1.836773] sd 3:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.836808] sd 3:0:0:0: [sda] Write Protect is off
[    1.836811] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.836826] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.836919]  sda: sda1 sda2 < sda5 >
[    1.885058] sd 3:0:0:0: [sda] Attached SCSI disk
[    1.891718] sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.891722] Uniform CD-ROM driver Revision: 3.20
[    1.891817] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.896828] sr 2:0:0:0: Attached scsi generic sg0 type 5
[    1.897178] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    1.992023] usb 3-2: new low speed USB device using ohci_hcd and address 2
[    2.124925] device-mapper: uevent: version 1.0.3
[    2.125067] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    2.159039] usb 3-2: New USB device found, idVendor=05e3, idProduct=1205
[    2.159043] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.159045] usb 3-2: Product: USB Mouse              
[    2.159125] usb 3-2: configuration #1 chosen from 1 choice
[    2.170178] usbcore: registered new interface driver hiddev
[    2.174255] input: USB Mouse               as /devices/pci0000:00/0000:00:13.1/usb3/3-2/3-2:1.0/input/input1
[    2.174317] generic-usb 0003:05E3:1205.0001: input,hidraw0: USB HID v1.10 Mouse [USB Mouse              ] on usb-0000:00:13.1-2/input0
[    2.174338] usbcore: registered new interface driver usbhid
[    2.174340] usbhid: v2.6:USB HID core driver
[    2.282455] PM: Starting manual resume from disk
[    2.282459] PM: Resume from partition 8:5
[    2.282460] PM: Checking hibernation image.
[    2.310172] PM: Error -22 checking image file
[    2.310173] PM: Resume from disk failed.
[    2.314456] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
[    2.314460] PM: Basic memory bitmaps created
[    2.321938] PM: Basic memory bitmaps freed
[    2.375895] EXT4-fs (sda1): INFO: recovery required on readonly filesystem
[    2.375899] EXT4-fs (sda1): write access will be enabled during recovery
[    2.879086] EXT4-fs (sda1): recovery complete
[    2.891587] EXT4-fs (sda1): mounted filesystem with writeback data mode
[    4.870478] udev: starting version 157
[    5.481559] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    5.481583] ACPI: Power Button [PWRB]
[    5.481665] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    5.481673] ACPI: Sleep Button [SLPB]
[    5.482037] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    5.482040] ACPI: Power Button [PWRF]
[    5.504403] processor LNXCPU:00: registered as cooling_device1
[    5.504676] processor LNXCPU:01: registered as cooling_device2
[    5.975586] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    6.019212] parport_pc 00:0b: reported by Plug and Play ACPI
[    6.019283] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    6.380012] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    7.262584] nvidia: module license 'NVIDIA' taints kernel.
[    7.262588] Disabling lock debugging due to kernel taint
[    7.914285] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    7.925346] Linux video capture interface: v2.00
[    8.162133] nvidia 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    8.162142] nvidia 0000:01:00.0: setting latency timer to 64
[    8.162146] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    8.162372] NVRM: loading NVIDIA UNIX x86 Kernel Module  195.36.31  Tue Jun  1 22:08:27 PDT 2010
[    8.179576] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0804)
[    8.194463] input: UVC Camera (046d:0804) as /devices/pci0000:00/0000:00:13.5/usb1/1-2/1-2:1.0/input/input6
[    8.194518] usbcore: registered new interface driver uvcvideo
[    8.194521] USB Video Class driver (v0.1.0)
[    8.280401] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.347114] hda_codec: ALC888: BIOS auto-probing.
[    8.348601] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input7
[    8.516564] usbcore: registered new interface driver snd-usb-audio
[    9.223257] Adding 2650684k swap on /dev/sda5.  Priority:-1 extents:1 across:2650684k 
[    9.723772] loop: module loaded
[    9.791539] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    9.791883] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[    9.791885] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[    9.791887] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[    9.849277] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[    9.849281] vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hardware performance
[    9.849282] vboxdrv: counter framework which can generate NMIs is active. You have to prevent
[    9.849283] vboxdrv: the usage of hardware performance counters by
[    9.849284] vboxdrv:   echo 2 > /proc/sys/kernel/perf_counter_paranoid
[    9.849664] vboxdrv: Found 2 processor cores.
[    9.849744] vboxdrv: fAsync=0 offMin=0x1e5 offMax=0x1729
[    9.849786] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
[    9.849788] vboxdrv: Successfully loaded version 3.2.4 (interface 0x00140001).
[   11.289839] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.440442] fuse init (API version 7.13)
[   11.657304] r8169: eth0: link up
[   11.657313] r8169: eth0: link up
[   12.034932] process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.default.retrans_time; Use net.ipv6.neigh.default.retrans_time_ms instead.
[   22.032012] eth0: no IPv6 routers present
[   23.013574] lp0: using parport0 (interrupt-driven).
[   23.018964] AIF:UNPRIV connect attempt: IN=eth0 OUT= MAC= SRC=192.168.178.22 DST=224.0.0.251 LEN=265 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=245 
[   23.053512] ppdev: user-space parallel port driver
[   23.269776] AIF:UNPRIV connect attempt: IN=eth0 OUT= MAC= SRC=192.168.178.22 DST=224.0.0.251 LEN=265 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=245 
[   28.130447] powernow-k8: Found 1 Hammer processors (2 cpu cores) (version 2.20.00)
[   28.130459] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found.
[   28.130460] [Firmware Bug]: powernow-k8: Try again with latest BIOS.
[   72.086309] UDF-fs: No VRS found
[   72.086312] UDF-fs: No partition found (1)
[   72.130467] ISO 9660 Extensions: Microsoft Joliet Level 3
[   72.192400] ISO 9660 Extensions: RRIP_1991A
[  123.770848] AIF:Connect attempt: IN=eth0 OUT= MAC=01:00:5e:00:00:01:00:1f:3f:57:a6:fb:08:00 SRC=192.168.178.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0xC0 TTL=1 ID=60307 DF PROTO=2 
[  249.091581] VFS: busy inodes on changed media or resized disk sr0
[  249.092672] AIF:Stealth scan? (UNPRIV): IN=eth0 OUT= MAC=00:e0:4d:5f:cb:a3:00:1f:3f:57:a6:fb:08:00 SRC=149.9.0.58 DST=192.168.178.22 LEN=638 TOS=0x00 PREC=0x00 TTL=51 ID=39536 DF PROTO=TCP SPT=9001 DPT=39339 WINDOW=205 RES=0x00 ACK PSH URGP=0 
[  249.388936] VFS: busy inodes on changed media or resized disk sr0
[  249.537866] VFS: busy inodes on changed media or resized disk sr0
[  249.708062] VFS: busy inodes on changed media or resized disk sr0
[  249.835715] VFS: busy inodes on changed media or resized disk sr0
[  272.594444] AIF:Stealth scan? (UNPRIV): IN=eth0 OUT= MAC=00:e0:4d:5f:cb:a3:00:1f:3f:57:a6:fb:08:00 SRC=94.23.8.67 DST=192.168.178.22 LEN=638 TOS=0x00 PREC=0x00 TTL=55 ID=10815 DF PROTO=TCP SPT=9001 DPT=42642 WINDOW=183 RES=0x00 ACK PSH URGP=0 
[  278.097262] sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  278.097267] sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[  278.097271] sr 2:0:0:0: [sr0] Add. Sense: Logical block address out of range
[  278.097275] sr 2:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
[  278.097282] end_request: I/O error, dev sr0, sector 0
[  278.097285] Buffer I/O error on device sr0, logical block 0
[  278.098469] sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  278.098472] sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[  278.098475] sr 2:0:0:0: [sr0] Add. Sense: Logical block address out of range
[  278.098478] sr 2:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
[  278.098483] end_request: I/O error, dev sr0, sector 0
[  278.098485] Buffer I/O error on device sr0, logical block 0
[  278.168884] sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[  278.168889] sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[  278.168893] sr 2:0:0:0: [sr0] Add. Sense: Logical block address out of range
[  278.168898] sr 2:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 00 00 00 00 01 00
[  278.168905] end_request: I/O error, dev sr0, sector 0
[  278.168908] Buffer I/O error on device sr0, logical block 0
[  279.459125] cdrom: This disc doesn't have any tracks I recognize!
“Have you tried turning it off and on again?”

User avatar
gradinaruvasile
Posts: 935
Joined: 2010-01-31 22:03
Location: Cluj, Romania
Contact:

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#7 Post by gradinaruvasile »

Hm. This is the dmesg from a succesful boot? If it is, try to recreate the problem then post the dmesg of it.
Also, have you tried the 256 series beta drivers? 256.29 is the latest.

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#8 Post by squeeze »

gradinaruvasile wrote:Hm. This is the dmesg from a succesful boot?
Uhm, no sorry.

Heres the dmesg after boot fails:

http://debianforum.de/forum/pastebin.ph ... ew&s=34711

and here, after reboot, when everythings working again:

http://debianforum.de/forum/pastebin.ph ... ew&s=34712
gradinaruvasile wrote:Also, have you tried the 256 series beta drivers? 256.29 is the latest.
No. I'll check. [edit: didn't work either!]
“Have you tried turning it off and on again?”

User avatar
gradinaruvasile
Posts: 935
Joined: 2010-01-31 22:03
Location: Cluj, Romania
Contact:

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#9 Post by gradinaruvasile »

error 7 in nvidia_drv.so - that seems to be the relevant error message here, also it crashes xorg.

Maybe try this: rename your xorg.conf, then install the nvidia driver using the installer from nvidia's site and let it configure your xorg.conf. See if it works that way.

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#10 Post by squeeze »

Uhm...tried it either the debian way(with dkms) and with the official installer - same result.
“Have you tried turning it off and on again?”

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#11 Post by craigevil »

What video card? 32bit or 64bit? What nvidia drivers have you tried? Paste your xorg.conf

Could just be the card is overheating, check the case for too much dirt/dust.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
gradinaruvasile
Posts: 935
Joined: 2010-01-31 22:03
Location: Cluj, Romania
Contact:

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#12 Post by gradinaruvasile »

Did you renamed your xorg.conf before installing the drivers?
Do you have gcc-4.3 as default compiler?
After an unsuccesful boot, can you start gdm with "service gdm start" after logging in to a tty?

helai
Posts: 42
Joined: 2009-02-22 08:12

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#13 Post by helai »

I have the same problem,every time I need to run sgfxi to install the nvidia driver,but sometimes it failures also,
the card is 6200A,it seems annoyance because I already remove the old kernel 2.6.32-3 out ,and now no way to find it out and install it back again

Thanks,
Helai

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#14 Post by craigevil »

Try using a liquorix kernel. Take a look at the various logs in var, including the kernel log, xorg log.

uname -a
Linux craigevil 2.6.34-0.dmz.12-liquorix-686 #1 ZEN SMP PREEMPT Fri Jun 18 04:39:17 UTC 2010 i686 GNU/Linux
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
gradinaruvasile
Posts: 935
Joined: 2010-01-31 22:03
Location: Cluj, Romania
Contact:

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#15 Post by gradinaruvasile »

You guys should go to nvnews forum - there is a linux section and the nvidia devs are there.

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#16 Post by squeeze »

craigevil wrote:What video card? 32bit or 64bit? What nvidia drivers have you tried? Paste your xorg.conf
32 bit:

Code: Select all

home-of-squeeze:/home/squeeze# inxi -G
Graphics:  Card nVidia G84 [GeForce 8600 GT] tty res: 271x69 Gfx Data: N/A for root user
NVIDIA-Linux-x86-100.14.09-pkg1.run
NVIDIA-Linux-x86-180.35-pkg1.run
NVIDIA-Linux-x86-195.36.15-pkg1.run
NVIDIA-Linux-x86-195.36.31-pkg1.run
NVIDIA-Linux-x86-256.29.run
nvidia-kernel-dkms (with and without sgfxi)

xorg.conf:

Code: Select all

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 256.29  (buildmeister@builder99.nvidia.com)  Thu May 27 17:56:18 PDT 2010

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder75)  Tue Dec  8 21:07:34 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Module"
    Load           "dbe"
#  Load     "dri"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap"
  #Load   "record"
EndSection

Section "ServerFlags"
    Option         "NoTrapSignals" "true"
    Option         "DontZap" "off"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "QMX Q24"
    HorizSync       29.0 - 81.0
    VertRefresh     55.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1920x1080_60_0 +0+0; nvidia-auto-select +0+0"
    Option         "Coolbits" "1"
    Option         "AddARGBGLXVisuals" "true"
    Option         "TripleBuffer" "false"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
craigevil wrote:Could just be the card is overheating, check the case for too much dirt/dust.
As already stated, the card works without problems after a reboot. The problem just affects the first cold boot.
gradinaruvasile wrote:Did you renamed your xorg.conf before installing the drivers?
I renamed it, deleted it and made a new one, saved the nvidia-xserver-settings.
gradinaruvasile wrote:Do you have gcc-4.3 as default compiler?
Did a "export CC=/usr/bin/gcc-4.3" when necessary.
gradinaruvasile wrote:After an unsuccesful boot, can you start gdm with "service gdm start" after logging in to a tty?
Mostly the PC locks up completely, but if i get the rare chance to login "blindly", i will try.
craigevil wrote:Try using a liquorix kernel. Take a look at the various logs in var, including the kernel log, xorg log.
Well i could give it a try, but its not supported from debian...
Already tried the 2.6.34 Kernel from unstable - same result.
gradinaruvasile wrote:You guys should go to nvnews forum - there is a linux section and the nvidia devs are there.
I already checked the forums, but no one seems to have a similar problem. I guess i will start a new thread.
“Have you tried turning it off and on again?”

User avatar
gradinaruvasile
Posts: 935
Joined: 2010-01-31 22:03
Location: Cluj, Romania
Contact:

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#17 Post by gradinaruvasile »

What is the rest of your computer? Motherboard/laptop model, cpu, lspci output. Might be related to other stuff not just the video card.

If you start a thread on nvnews, make sure you read this:

http://www.nvnews.net/vbulletin/showthread.php?t=46678

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#18 Post by squeeze »

Thanks for the advise; unfortunately i already posted, but will update my thread to the rules: http://www.nvnews.net/vbulletin/showthread.php?t=152173
“Have you tried turning it off and on again?”

User avatar
squeeze
Posts: 299
Joined: 2010-06-14 23:16
Location: thimbleweedpark

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#19 Post by squeeze »

gradinaruvasile wrote:What is the rest of your computer? Motherboard/laptop model, cpu, lspci output. Might be related to other stuff not just the video card.
lspci:

Code: Select all

00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge
00:02.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Graphics Port 0)
00:07.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 3)
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600 GT] (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
inxi -F:

Code: Select all

System:    Host home-of-squeeze Kernel 2.6.32-5-686 i686 (32 bit) Distro Debian GNU/Linux squeeze/sid
CPU:       Dual core Hammer (SMP) cache 1024 KB flags (lm nx sse sse2 sse3 svm) bmips 10399.9 
           Clock Speeds: (1) 2599.986 MHz (2) 2599.986 MHz
Graphics:  Card nVidia G84 [GeForce 8600 GT] tty res: 271x69 Gfx Data: N/A for root user
Audio:     Card-1 ATI SBx00 Azalia (Intel HDA) driver HDA Intel BusID: 00:14.2
           Card-2 Logitech Inc. Webcam C250 driver snd-usb-audio
           Sound: Advanced Linux Sound Architecture Version 1.0.21
Network:   Card Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller driver r8169 v: 2.3LK-NAPI at port ee00 BusID: 02:00.0
Disks:     HDD Total Size: 250.1GB (26.6% used) 1: /dev/sda MAXTOR_STM325031 250.1GB 39C 
Partition: ID:/ size: 227G used: 63G (29%) fs: ext4 ID:swap-1 size: 2.71GB used: 0.00GB (0%) fs: swap 
Sensors:   System Temperatures: cpu: 40.0C mobo: N/A gpu: 0.0:66C 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes 145 Uptime 13 min Memory 249.4/2025.1MB Runlevel 2 Client Shell inxi 1.4.10 
If needed i could attach the full "hwinfo", but its quite a lot...

ps: also have a look at the nvidia-bug-report.log.gz at http://www.nvnews.net/vbulletin/attachm ... 1276966621
“Have you tried turning it off and on again?”

newmarket
Posts: 148
Joined: 2006-05-08 05:36
Location: Brisbane, Australia

Re: Kernel 2.6.32-5 and Nvidia Problem / X crashes

#20 Post by newmarket »

Hi Squeeze,

Did you ever get this sorted? I just started having the same problem.

The only thing that changed is that i moved my main lcd monitor to the d-sub output on my gt210 board and bought a new led lcd for the dvi connector.

Any thoughts would be appreciated!

Post Reply