Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Xorg won't start using fglrx

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
5 posts • Page 1 of 1
Author
Message
Schattenparker
n00b
n00b
Posts: 9
Joined: Wed Jan 14, 2009 6:58 pm

Xorg won't start using fglrx

  • Quote

Post by Schattenparker » Fri Jun 03, 2011 8:58 pm

Hi,

its probably more than a year ago I performed major system updates, but now I got the main things new:
- kernel 2.6.39 + headers (2.6.38)
- glibc-2.13-r2, gcc-4.6.0
- xorg-server-1.10.2, xorg-x11-7.4-r1
and of course ati-drivers-11.5.

But a reboot later, X won't come up anymore. I get a full freeze and a black screen (even numlock doesn't react anymore).
Only magic-sysrequest gives me a reboot.

Meanwhile, I tried with xf86-video-ati-6.14.2, and X comes up without problems. (Well, the problem is the fan on my 4830, which is much louder with the opensource driver than with fglrx, so I need to get this running again.)
So I think the combination of fglrx with xorg-server is the problem, though I'm not the only one using this settings.

Here is my xorg.conf

Code: Select all

Section "ServerLayout"

	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
EndSection

Section "Files"
	FontPath     "built-ins"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"

EndSection

Section "Monitor"

	Identifier   "Monitor0"
	VendorName   "ENC"
	ModelName    "HD2441W"
	HorizSync    31.0 - 76.0
	VertRefresh  59.0 - 61.0
	Option	    "DPMS"
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "FBTexPercent"       	# <i>
        #Option     "DepthBits"          	# <i>
        #Option     "PCIAPERSize"        	# <i>
        #Option     "AccelDFS"           	# [<bool>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "ScalerWidth"        	# <i>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "DRI"                	# [<bool>]
        #Option     "ConnectorTable"     	# <str>
        #Option     "DefaultConnectorTable" 	# [<bool>]
        #Option     "DefaultTMDSPLL"     	# [<bool>]
        #Option     "TVDACLoadDetect"    	# [<bool>]
        #Option     "ForceTVOut"         	# [<bool>]
        #Option     "TVStandard"         	# <str>
        #Option     "IgnoreLidStatus"    	# [<bool>]
        #Option     "DefaultTVDACAdj"    	# [<bool>]
        #Option     "Int10"              	# [<bool>]
        #Option     "EXAVSync"           	# [<bool>]
        #Option     "ATOMTVOut"          	# [<bool>]
	Identifier  "Card0"
	Driver      "fglrx"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV770 LE [Radeon HD 4800 Series]"
	Option	    "XAANoOffscreenPixmaps" "true"
	Option	    "VideoOverlay" "on"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection
and the log...

Code: Select all

X.Org X Server 1.10.2
Release Date: 2011-05-28
[  2030.537] X Protocol Version 11, Revision 0
[  2030.553] Build Operating System: Linux 2.6.39-gentoo x86_64 Gentoo
[  2030.570] Current Operating System: Linux MyCompi 2.6.39-gentoo #1 SMP Thu Jun 2 20:27:54 CEST 2011 x86_64
[  2030.587] Kernel command line: BOOT_IMAGE=Gentoo-2.6.39 ro root=809 resume=/dev/sda10
[  2030.604] Build Date: 02 June 2011  10:00:37PM
[  2030.621]  
[  2030.638] Current version of pixman: 0.22.0
[  2030.655] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2030.689] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2030.740] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun  3 21:24:06 2011
[  2030.781] (==) Using config file: "/etc/X11/xorg.conf"
[  2030.798] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2030.829] (==) ServerLayout "X.org Configured"
[  2030.829] (**) |-->Screen "Screen0" (0)
[  2030.829] (**) |   |-->Monitor "Monitor0"
[  2030.829] (**) |   |-->Device "Card0"
[  2030.829] (==) Automatically adding devices
[  2030.829] (==) Automatically enabling devices
[  2030.885] (**) FontPath set to:
	built-ins,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[  2030.885] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  2030.885] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2030.885] (II) Loader magic: 0x7d1000
[  2030.885] (II) Module ABI versions:
[  2030.885] 	X.Org ANSI C Emulation: 0.4
[  2030.885] 	X.Org Video Driver: 10.0
[  2030.885] 	X.Org XInput driver : 12.2
[  2030.885] 	X.Org Server Extension : 5.0
[  2030.885] (--) PCI:*(0:1:0:0) 1002:944c:1787:2273 rev 0, Mem @ 0xd0000000/268435456, 0xfe9e0000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[  2030.885] (II) Open ACPI successful (/var/run/acpid.socket)
[  2030.885] (II) "extmod" will be loaded by default.
[  2030.885] (II) "dbe" will be loaded by default.
[  2030.885] (II) "glx" will be loaded by default.
[  2030.885] (II) "record" will be loaded by default.
[  2030.886] (II) "dri" will be loaded by default.
[  2030.886] (II) "dri2" will be loaded by default.
[  2030.886] (II) LoadModule: "extmod"
[  2030.891] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[  2030.901] (II) Module extmod: vendor="X.Org Foundation"
[  2030.901] 	compiled for 1.10.2, module version = 1.0.0
[  2030.901] 	Module class: X.Org Server Extension
[  2030.901] 	ABI class: X.Org Server Extension, version 5.0
[  2030.901] (II) Loading extension MIT-SCREEN-SAVER
[  2030.901] (II) Loading extension XFree86-VidModeExtension
[  2030.901] (II) Loading extension XFree86-DGA
[  2030.901] (II) Loading extension DPMS
[  2030.901] (II) Loading extension XVideo
[  2030.901] (II) Loading extension XVideo-MotionCompensation
[  2030.901] (II) Loading extension X-Resource
[  2030.901] (II) LoadModule: "dbe"
[  2030.938] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[  2030.948] (II) Module dbe: vendor="X.Org Foundation"
[  2030.948] 	compiled for 1.10.2, module version = 1.0.0
[  2030.948] 	Module class: X.Org Server Extension
[  2030.948] 	ABI class: X.Org Server Extension, version 5.0
[  2030.948] (II) Loading extension DOUBLE-BUFFER
[  2030.948] (II) LoadModule: "glx"
[  2030.948] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  2030.964] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
[  2030.964] 	compiled for 6.9.0, module version = 1.0.0
[  2030.965] (II) Loading extension GLX
[  2030.965] (II) LoadModule: "record"
[  2030.965] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[  2030.973] (II) Module record: vendor="X.Org Foundation"
[  2030.973] 	compiled for 1.10.2, module version = 1.13.0
[  2030.973] 	Module class: X.Org Server Extension
[  2030.973] 	ABI class: X.Org Server Extension, version 5.0
[  2030.973] (II) Loading extension RECORD
[  2030.973] (II) LoadModule: "dri"
[  2030.986] (WW) Warning, couldn't open module dri
[  2030.986] (II) UnloadModule: "dri"
[  2030.986] (II) Unloading dri
[  2030.986] (EE) Failed to load module "dri" (module does not exist, 0)
[  2031.005] (II) LoadModule: "dri2"
[  2031.005] (WW) Warning, couldn't open module dri2
[  2031.005] (II) UnloadModule: "dri2"
[  2031.005] (II) Unloading dri2
[  2031.005] (EE) Failed to load module "dri2" (module does not exist, 0)
[  2031.022] (II) LoadModule: "fglrx"
[  2031.022] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
[  2031.200] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[  2031.210] 	compiled for 1.4.99.906, module version = 8.85.6
[  2031.210] 	Module class: X.Org Video Driver
[  2031.210] (II) Loading sub module "fglrxdrm"
[  2031.210] (II) LoadModule: "fglrxdrm"
[  2031.210] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
[  2031.223] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[  2031.223] 	compiled for 1.4.99.906, module version = 8.85.6
[  2031.223] (II) ATI Proprietary Linux Driver Version Identifier:8.85.6
[  2031.223] (II) ATI Proprietary Linux Driver Release Identifier: 8.85                                 
[  2031.223] (II) ATI Proprietary Linux Driver Build Date: Apr 19 2011 21:30:04
[  2031.223] (--) using VT number 7

[  2031.275] (WW) Falling back to old probe method for fglrx
[  2031.333] (II) Loading PCS database from /etc/ati/amdpcsdb
[  2031.364] (--) Chipset Supported AMD Graphics Processor (0x944C) found
[  2031.365] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[  2031.365] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[  2031.374] (II) AMD Video driver is signed
[  2031.374] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
[  2031.374] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
[  2031.374] (II) fglrx(0): pEnt->device->identifier=0x24e70d0
[  2031.374] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
...which doesn't help me much. Yes, this is the full log I got, and, as you can see, besides DRI/DRI2 there are no 'EE' messages.

So I'm really stuck here and I hope you can help me out.
BTW, I have an amd64 system.

Many thanks in advance

Raimund
Top
Raptor85
Apprentice
Apprentice
Posts: 208
Joined: Sat Dec 29, 2007 12:21 am

  • Quote

Post by Raptor85 » Fri Jun 03, 2011 11:43 pm

can you go ahead and give a dump of your dmesg leading up to a crash?
Top
hedmo
Veteran
Veteran
User avatar
Posts: 1338
Joined: Sat Aug 29, 2009 1:15 pm
Location: sweden

  • Quote

Post by hedmo » Sat Jun 04, 2011 12:41 am

Schattenparker


you need ati-drivers-11.5-r1 for kernel 2.6.39 and as far as i know it wont compile.you need the -r1 one from the x11-overlay
Top
Schattenparker
n00b
n00b
Posts: 9
Joined: Wed Jan 14, 2009 6:58 pm

  • Quote

Post by Schattenparker » Sat Jun 04, 2011 9:17 am

Thanks for your hints.

I tried ati-drivers-11.5-r1 form the overlay and it did compile, but without changing the matter.

FWIW, here's my dmesg up to the crash.
IMHO Nothing exciting, fglrx module loaded without complaints.

Code: Select all

[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.39-gentoo (root@Linux) (gcc version 4.5.0 (Gentoo 4.5.0 p1.2, pie-0.4.5) ) #1 SMP Thu Jun 2 20:27:54 CEST 2011
[    0.000000] Command line: BOOT_IMAGE=Gentoo-2.6.39 ro root=809 resume=/dev/sda10
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
[    0.000000]  BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff70000 (usable)
[    0.000000]  BIOS-e820: 00000000cff70000 - 00000000cff7e000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff7e000 - 00000000cffd0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cffd0000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000230000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: System manufacturer P5Q-E/P5Q-E, BIOS 2101    04/06/2009
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x230000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FE0000000 write-back
[    0.000000]   2 base 220000000 mask FF0000000 write-back
[    0.000000]   3 base 0D0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0E0000000 mask FE0000000 uncachable
[    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] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xcff70 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000cff70000
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff70000 page 4k
[    0.000000] kernel direct mapping tables up to cff70000 @ cff6a000-cff70000
[    0.000000] init_memory_mapping: 0000000100000000-0000000230000000
[    0.000000]  0100000000 - 0230000000 page 2M
[    0.000000] kernel direct mapping tables up to 230000000 @ 22fff6000-230000000
[    0.000000] ACPI: RSDP 00000000000faff0 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT  04000906 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP  04000906 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000cff70440 09721 (v01  A0986 A0986000 00000000 INTL 20060113)
[    0.000000] ACPI: FACS 00000000cff7e000 00040
[    0.000000] ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC  04000906 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG  04000906 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000cff7e040 00089 (v01 A_M_I_ AMI_OEM  04000906 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000cff79b70 00038 (v01 A_M_I_ OEMHPET  04000906 MSFT 00000097)
[    0.000000] ACPI: OSFR 00000000cff79bb0 000B0 (v01 A_M_I_ OEMOSFR  04000906 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000cff7f040 00A7C (v01 DpgPmm    CpuPm 00000012 INTL 20060113)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000230000000
[    0.000000] NUMA: Using 63 for the hash shift.
[    0.000000] Initmem setup node 0 0000000000000000-0000000230000000
[    0.000000]   NODE_DATA [000000022fffb000 - 000000022fffffff]
[    0.000000]  [ffffea0000000000-ffffea0007bfffff] PMD -> [ffff880227600000-ffff88022e7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00230000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff70
[    0.000000]     0: 0x00100000 -> 0x00230000
[    0.000000] On node 0 totalpages: 2096894
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3921 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 833448 pages, LIFO batch:31
[    0.000000]   Normal zone: 17024 pages used for memmap
[    0.000000]   Normal zone: 1228160 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, 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 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
[    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000cff70000 - 00000000cff7e000
[    0.000000] PM: Registered nosave memory: 00000000cff7e000 - 00000000cffd0000
[    0.000000] PM: Registered nosave memory: 00000000cffd0000 - 00000000d0000000
[    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
[    0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88022fc00000 s83200 r8192 d23296 u524288
[    0.000000] pcpu-alloc: s83200 r8192 d23296 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2065529
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=Gentoo-2.6.39 ro root=809 resume=/dev/sda10
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8196000k/9175040k available (4020k kernel code, 787464k absent, 191576k reserved, 2641k data, 592k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] NR_IRQS:512
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2833.283 MHz processor.
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5666.56 BogoMIPS (lpj=11333132)
[    0.004009] pid_max: default: 32768 minimum: 301
[    0.004526] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.009593] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.011169] Mount-cache hash table entries: 256
[    0.011339] CPU: Physical Processor ID: 0
[    0.011343] CPU: Processor Core ID: 0
[    0.011345] mce: CPU supports 6 MCE banks
[    0.011353] CPU0: Thermal monitoring enabled (TM2)
[    0.011358] using mwait in idle threads.
[    0.012263] ACPI: Core revision 20110316
[    0.016051] Setting APIC routing to flat
[    0.016347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.060901] CPU0: Intel(R) Core(TM)2 Quad CPU    Q9550  @ 2.83GHz stepping 0a
[    0.064003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.064003] ... version:                2
[    0.064003] ... bit width:              40
[    0.064003] ... generic registers:      2
[    0.064003] ... value mask:             000000ffffffffff
[    0.064003] ... max period:             000000007fffffff
[    0.064003] ... fixed-purpose events:   3
[    0.064003] ... event mask:             0000000700000003
[    0.064003] Booting Node   0, Processors  #1
[    0.064003] smpboot cpu 1: start_ip = 99000
[    0.152091]  #2
[    0.152095] smpboot cpu 2: start_ip = 99000
[    0.244071]  #3 Ok.
[    0.244074] smpboot cpu 3: start_ip = 99000
[    0.336026] Brought up 4 CPUs
[    0.336029] Total of 4 processors activated (22664.42 BogoMIPS).
[    0.339056] devtmpfs: initialized
[    0.339056] PM: Registering ACPI NVS region at cff7e000 (335872 bytes)
[    0.339056] Time: 10:56:13  Date: 06/04/11
[    0.339056] NET: Registered protocol family 16
[    0.340053] ACPI: bus type pci registered
[    0.340053] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.340053] PCI: not using MMCONFIG
[    0.340055] PCI: Using configuration type 1 for base access
[    0.344061] bio: create slab <bio-0> at 0
[    0.344908] ACPI: EC: Look up EC in DSDT
[    0.345792] ACPI: Executed 1 blocks of module-level executable AML code
[    0.351585] ACPI: SSDT 00000000cff7e0d0 00235 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    0.351790] ACPI: Dynamic OEM Table Load:
[    0.351794] ACPI: SSDT           (null) 00235 (v01 DpgPmm  P001Ist 00000011 INTL 20060113)
[    0.351883] ACPI: SSDT 00000000cff7e9d0 004B2 (v01  PmRef  P001Cst 00003001 INTL 20060113)
[    0.352090] ACPI: Dynamic OEM Table Load:
[    0.352094] ACPI: SSDT           (null) 004B2 (v01  PmRef  P001Cst 00003001 INTL 20060113)
[    0.352249] ACPI: SSDT 00000000cff7e310 00235 (v01 DpgPmm  P002Ist 00000012 INTL 20060113)
[    0.352454] ACPI: Dynamic OEM Table Load:
[    0.352457] ACPI: SSDT           (null) 00235 (v01 DpgPmm  P002Ist 00000012 INTL 20060113)
[    0.352526] ACPI: SSDT 00000000cff7ee90 00085 (v01  PmRef  P002Cst 00003000 INTL 20060113)
[    0.352721] ACPI: Dynamic OEM Table Load:
[    0.352725] ACPI: SSDT           (null) 00085 (v01  PmRef  P002Cst 00003000 INTL 20060113)
[    0.352878] ACPI: SSDT 00000000cff7e550 00235 (v01 DpgPmm  P003Ist 00000012 INTL 20060113)
[    0.353084] ACPI: Dynamic OEM Table Load:
[    0.353088] ACPI: SSDT           (null) 00235 (v01 DpgPmm  P003Ist 00000012 INTL 20060113)
[    0.353159] ACPI: SSDT 00000000cff7ef20 00085 (v01  PmRef  P003Cst 00003000 INTL 20060113)
[    0.353357] ACPI: Dynamic OEM Table Load:
[    0.353360] ACPI: SSDT           (null) 00085 (v01  PmRef  P003Cst 00003000 INTL 20060113)
[    0.353514] ACPI: SSDT 00000000cff7e790 00235 (v01 DpgPmm  P004Ist 00000012 INTL 20060113)
[    0.353721] ACPI: Dynamic OEM Table Load:
[    0.353725] ACPI: SSDT           (null) 00235 (v01 DpgPmm  P004Ist 00000012 INTL 20060113)
[    0.353793] ACPI: SSDT 00000000cff7efb0 00085 (v01  PmRef  P004Cst 00003000 INTL 20060113)
[    0.353991] ACPI: Dynamic OEM Table Load:
[    0.353995] ACPI: SSDT           (null) 00085 (v01  PmRef  P004Cst 00003000 INTL 20060113)
[    0.354105] ACPI: Interpreter enabled
[    0.354108] ACPI: (supports S0 S1 S3 S4 S5)
[    0.354124] ACPI: Using IOAPIC for interrupt routing
[    0.354141] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.354872] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.392140] ACPI: No dock devices found.
[    0.392140] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.392181] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.392204] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.392204] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.392204] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.392204] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    0.392204] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xdfffffff]
[    0.392204] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff]
[    0.392204] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
[    0.392204] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
[    0.392204] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.392204] pci 0000:00:01.0: PME# disabled
[    0.392227] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
[    0.392262] pci 0000:00:1a.0: reg 20: [io  0xb800-0xb81f]
[    0.392296] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
[    0.392331] pci 0000:00:1a.1: reg 20: [io  0xb880-0xb89f]
[    0.392366] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
[    0.392400] pci 0000:00:1a.2: reg 20: [io  0xbc00-0xbc1f]
[    0.392444] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
[    0.392461] pci 0000:00:1a.7: reg 10: [mem 0xfe8ffc00-0xfe8fffff]
[    0.392522] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.392525] pci 0000:00:1a.7: PME# disabled
[    0.392543] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
[    0.392555] pci 0000:00:1b.0: reg 10: [mem 0xfe8f8000-0xfe8fbfff 64bit]
[    0.392598] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.392601] pci 0000:00:1b.0: PME# disabled
[    0.392614] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
[    0.392657] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.392660] pci 0000:00:1c.0: PME# disabled
[    0.392678] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
[    0.392721] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.392724] pci 0000:00:1c.5: PME# disabled
[    0.392741] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
[    0.392775] pci 0000:00:1d.0: reg 20: [io  0xb080-0xb09f]
[    0.392810] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
[    0.392844] pci 0000:00:1d.1: reg 20: [io  0xb400-0xb41f]
[    0.392879] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
[    0.392913] pci 0000:00:1d.2: reg 20: [io  0xb480-0xb49f]
[    0.392955] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
[    0.392972] pci 0000:00:1d.7: reg 10: [mem 0xfe8ff800-0xfe8ffbff]
[    0.393033] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.393036] pci 0000:00:1d.7: PME# disabled
[    0.393051] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.393095] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
[    0.393164] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[    0.393170] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
[    0.393203] pci 0000:00:1f.2: [8086:3a22] type 0 class 0x000106
[    0.393218] pci 0000:00:1f.2: reg 10: [io  0xac00-0xac07]
[    0.393224] pci 0000:00:1f.2: reg 14: [io  0xa880-0xa883]
[    0.393231] pci 0000:00:1f.2: reg 18: [io  0xa800-0xa807]
[    0.393237] pci 0000:00:1f.2: reg 1c: [io  0xa480-0xa483]
[    0.393243] pci 0000:00:1f.2: reg 20: [io  0xa400-0xa41f]
[    0.393250] pci 0000:00:1f.2: reg 24: [mem 0xfe8fe800-0xfe8fefff]
[    0.393275] pci 0000:00:1f.2: PME# supported from D3hot
[    0.393278] pci 0000:00:1f.2: PME# disabled
[    0.393291] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
[    0.393303] pci 0000:00:1f.3: reg 10: [mem 0xfe8ff400-0xfe8ff4ff 64bit]
[    0.393320] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    0.393363] pci 0000:01:00.0: [1002:944c] type 0 class 0x000300
[    0.393374] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.393382] pci 0000:01:00.0: reg 18: [mem 0xfe9e0000-0xfe9effff 64bit]
[    0.393389] pci 0000:01:00.0: reg 20: [io  0xc000-0xc0ff]
[    0.393399] pci 0000:01:00.0: reg 30: [mem 0xfe9c0000-0xfe9dffff pref]
[    0.393414] pci 0000:01:00.0: supports D1 D2
[    0.393429] pci 0000:01:00.1: [1002:aa30] type 0 class 0x000403
[    0.393439] pci 0000:01:00.1: reg 10: [mem 0xfe9fc000-0xfe9fffff 64bit]
[    0.393476] pci 0000:01:00.1: supports D1 D2
[    0.393501] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.393504] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.393506] pci 0000:00:01.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.393509] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.393540] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[    0.393545] pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.393548] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.393553] pci 0000:00:1c.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.393601] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
[    0.393620] pci 0000:02:00.0: reg 10: [mem 0xfeafc000-0xfeafffff 64bit]
[    0.393631] pci 0000:02:00.0: reg 18: [io  0xd800-0xd8ff]
[    0.393669] pci 0000:02:00.0: reg 30: [mem 0xfeac0000-0xfeadffff pref]
[    0.393703] pci 0000:02:00.0: supports D1 D2
[    0.393705] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.393709] pci 0000:02:00.0: PME# disabled
[    0.400041] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
[    0.400046] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.400049] pci 0000:00:1c.5:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.400054] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.400083] pci 0000:04:02.0: [11ab:4320] type 0 class 0x000200
[    0.400099] pci 0000:04:02.0: reg 10: [mem 0xfebfc000-0xfebfffff]
[    0.400108] pci 0000:04:02.0: reg 14: [io  0xe800-0xe8ff]
[    0.400143] pci 0000:04:02.0: reg 30: [mem 0xfebc0000-0xfebdffff pref]
[    0.400162] pci 0000:04:02.0: supports D1 D2
[    0.400164] pci 0000:04:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.400168] pci 0000:04:02.0: PME# disabled
[    0.400184] pci 0000:04:03.0: [11c1:5811] type 0 class 0x000c00
[    0.400198] pci 0000:04:03.0: reg 10: [mem 0xfebfb000-0xfebfbfff]
[    0.400252] pci 0000:04:03.0: supports D1 D2
[    0.400254] pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot
[    0.400257] pci 0000:04:03.0: PME# disabled
[    0.400291] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
[    0.400296] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    0.400299] pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.400303] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.400305] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.400307] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.400309] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.400311] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    0.400313] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
[    0.400315] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
[    0.400329] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.400401] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.400423] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.400469] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    0.400503] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[    0.400520]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.400523] Unable to assume _OSC PCIe control. Disabling ASPM
[    0.404309] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.404309] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.404309] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.404309] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.404309] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.404309] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.404309] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.404310] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.404333] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.404333] vgaarb: loaded
[    0.404333] SCSI subsystem initialized
[    0.404333] libata version 3.00 loaded.
[    0.404333] PCI: Using ACPI for IRQ routing
[    0.404333] PCI: pci_cache_line_size set to 64 bytes
[    0.404333] reserve RAM buffer: 000000000009ec00 - 000000000009ffff 
[    0.404333] reserve RAM buffer: 00000000cff70000 - 00000000cfffffff 
[    0.408049] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.416143] Switching to clocksource hpet
[    0.416148] Switched to NOHz mode on CPU #0
[    0.416143] Switched to NOHz mode on CPU #1
[    0.419695] Switched to NOHz mode on CPU #3
[    0.419750] Switched to NOHz mode on CPU #2
[    0.422206] pnp: PnP ACPI init
[    0.422215] ACPI: bus type pnp registered
[    0.422280] pnp 00:00: [bus 00-ff]
[    0.422282] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.422284] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.422285] pnp 00:00: [io  0x0d00-0xffff window]
[    0.422287] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.422288] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.422290] pnp 00:00: [mem 0xd0000000-0xdfffffff window]
[    0.422292] pnp 00:00: [mem 0xf0000000-0xffffffff window]
[    0.422372] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.422380] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    0.422456] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.422460] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.422487] pnp 00:02: [dma 4]
[    0.422488] pnp 00:02: [io  0x0000-0x000f]
[    0.422490] pnp 00:02: [io  0x0081-0x0083]
[    0.422491] pnp 00:02: [io  0x0087]
[    0.422492] pnp 00:02: [io  0x0089-0x008b]
[    0.422494] pnp 00:02: [io  0x008f]
[    0.422495] pnp 00:02: [io  0x00c0-0x00df]
[    0.422553] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.422561] pnp 00:03: [io  0x0070-0x0071]
[    0.422568] pnp 00:03: [irq 8]
[    0.422625] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.422636] pnp 00:04: [io  0x0061]
[    0.422697] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.422705] pnp 00:05: [io  0x00f0-0x00ff]
[    0.422709] pnp 00:05: [irq 13]
[    0.422769] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.422887] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    0.422889] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    0.422891] pnp 00:06: [io  0x0290-0x029f]
[    0.422967] system 00:06: [io  0x0290-0x029f] has been reserved
[    0.422971] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.423036] pnp 00:07: [io  0x0010-0x001f]
[    0.423038] pnp 00:07: [io  0x0022-0x003f]
[    0.423039] pnp 00:07: [io  0x0044-0x004d]
[    0.423041] pnp 00:07: [io  0x0050-0x005f]
[    0.423042] pnp 00:07: [io  0x0062-0x0063]
[    0.423043] pnp 00:07: [io  0x0065-0x006f]
[    0.423044] pnp 00:07: [io  0x0072-0x007f]
[    0.423046] pnp 00:07: [io  0x0080]
[    0.423047] pnp 00:07: [io  0x0084-0x0086]
[    0.423048] pnp 00:07: [io  0x0088]
[    0.423050] pnp 00:07: [io  0x008c-0x008e]
[    0.423051] pnp 00:07: [io  0x0090-0x009f]
[    0.423052] pnp 00:07: [io  0x00a2-0x00bf]
[    0.423054] pnp 00:07: [io  0x00e0-0x00ef]
[    0.423055] pnp 00:07: [io  0x04d0-0x04d1]
[    0.423056] pnp 00:07: [io  0x0800-0x087f]
[    0.423057] pnp 00:07: [io  0x0400-0x03ff disabled]
[    0.423059] pnp 00:07: [io  0x0500-0x057f]
[    0.423060] pnp 00:07: [mem 0xfed08000-0xfed08fff]
[    0.423062] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
[    0.423063] pnp 00:07: [mem 0xfed20000-0xfed3ffff]
[    0.423065] pnp 00:07: [mem 0xfed50000-0xfed8ffff]
[    0.423152] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.423156] system 00:07: [io  0x0800-0x087f] has been reserved
[    0.423159] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.423162] system 00:07: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.423166] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.423169] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.423173] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
[    0.423176] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.423223] pnp 00:08: [mem 0xfed00000-0xfed003ff]
[    0.423285] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.423318] pnp 00:09: [mem 0xffa00000-0xffbfffff]
[    0.423320] pnp 00:09: [mem 0xffe00000-0xffffffff]
[    0.423384] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
[    0.423412] pnp 00:0a: [mem 0xffc00000-0xffdfffff]
[    0.423492] system 00:0a: [mem 0xffc00000-0xffdfffff] has been reserved
[    0.423497] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.423654] pnp 00:0b: [io  0x03f8-0x03ff]
[    0.423659] pnp 00:0b: [irq 4]
[    0.423660] pnp 00:0b: [dma 0 disabled]
[    0.423750] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.423817] pnp 00:0c: [io  0x0060]
[    0.423819] pnp 00:0c: [io  0x0064]
[    0.423820] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
[    0.423822] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
[    0.423898] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.423902] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.423906] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.423957] pnp 00:0d: [mem 0xe0000000-0xefffffff]
[    0.424046] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
[    0.424050] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.424150] pnp 00:0e: [mem 0x00000000-0x0009ffff]
[    0.424152] pnp 00:0e: [mem 0x000c0000-0x000cffff]
[    0.424153] pnp 00:0e: [mem 0x000e0000-0x000fffff]
[    0.424155] pnp 00:0e: [mem 0x00100000-0xcfffffff]
[    0.424156] pnp 00:0e: [mem 0xe0000000-0xffffffff]
[    0.424238] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.424242] system 00:0e: [mem 0x000c0000-0x000cffff] has been reserved
[    0.424246] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.424249] system 00:0e: [mem 0x00100000-0xcfffffff] could not be reserved
[    0.424253] system 00:0e: [mem 0xe0000000-0xffffffff] could not be reserved
[    0.424256] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.424343] pnp: PnP ACPI: found 15 devices
[    0.424346] ACPI: ACPI bus type pnp unregistered
[    0.428970] pci 0000:00:1c.5: BAR 9: assigned [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.428975] pci 0000:00:1c.0: BAR 8: assigned [mem 0xf0200000-0xf05fffff]
[    0.428978] pci 0000:00:1c.0: BAR 7: assigned [io  0x1000-0x1fff]
[    0.428982] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.428985] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.428989] pci 0000:00:01.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.428993] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.428998] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
[    0.429001] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.429006] pci 0000:00:1c.0:   bridge window [mem 0xf0200000-0xf05fffff]
[    0.429010] pci 0000:00:1c.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.429017] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
[    0.429020] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.429025] pci 0000:00:1c.5:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.429029] pci 0000:00:1c.5:   bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.429036] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[    0.429039] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
[    0.429044] pci 0000:00:1e.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.429048] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    0.429059] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.429063] pci 0000:00:01.0: setting latency timer to 64
[    0.429067] pci 0000:00:1c.0: enabling device (0106 -> 0107)
[    0.429072] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.429076] pci 0000:00:1c.0: setting latency timer to 64
[    0.429081] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.429085] pci 0000:00:1c.5: setting latency timer to 64
[    0.429090] pci 0000:00:1e.0: setting latency timer to 64
[    0.429092] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.429094] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.429096] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.429097] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    0.429099] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
[    0.429101] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
[    0.429102] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.429104] pci_bus 0000:01: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.429106] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.429108] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    0.429109] pci_bus 0000:03: resource 1 [mem 0xf0200000-0xf05fffff]
[    0.429111] pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.429113] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.429114] pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.429116] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.429118] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.429120] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.429122] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7]
[    0.429123] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff]
[    0.429125] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[    0.429126] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
[    0.429128] pci_bus 0000:04: resource 8 [mem 0xd0000000-0xdfffffff]
[    0.429130] pci_bus 0000:04: resource 9 [mem 0xf0000000-0xffffffff]
[    0.429156] NET: Registered protocol family 2
[    0.429322] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.430242] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.433065] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.433467] TCP: Hash tables configured (established 524288 bind 65536)
[    0.433471] TCP reno registered
[    0.433483] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.433543] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.433712] NET: Registered protocol family 1
[    0.433870] pci 0000:01:00.0: Boot video device
[    0.433880] PCI: CLS 32 bytes, default 64
[    0.433899] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.433903] Placing 64MB software IO TLB between ffff8800cbf6a000 - ffff8800cff6a000
[    0.433907] software IO TLB at phys 0xcbf6a000 - 0xcff6a000
[    0.435490] audit: initializing netlink socket (disabled)
[    0.435499] type=2000 audit(1307184972.428:1): initialized
[    0.449849] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.455074] msgmni has been set to 16007
[    0.455499] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.455504] io scheduler noop registered
[    0.455506] io scheduler deadline registered
[    0.455580] io scheduler cfq registered (default)
[    0.455684] pcieport 0000:00:01.0: setting latency timer to 64
[    0.455706] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.455781] pcieport 0000:00:1c.0: setting latency timer to 64
[    0.455808] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.455904] pcieport 0000:00:1c.5: setting latency timer to 64
[    0.455931] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
[    0.456261] Linux agpgart interface v0.103
[    0.456704] uvesafb: failed to execute /sbin/v86d
[    0.456707] uvesafb: make sure that the v86d helper is installed and executable
[    0.456711] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
[    0.456714] uvesafb: vbe_init() failed with -22
[    0.456718] uvesafb: probe of uvesafb.0 failed with error -22
[    0.456796] vesafb: mode is 1600x1200x32, linelength=6400, pages=1
[    0.456800] vesafb: scrolling: redraw
[    0.456802] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.458811] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011800000, using 15000k, total 16384k
[    0.505570] Console: switching to colour frame buffer device 200x75
[    0.552373] fb0: VESA VGA frame buffer device
[    0.552578] intel_idle: MWAIT substates: 0x22220
[    0.552579] intel_idle: does not run on family 6 model 23
[    0.552740] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[    0.553040] ACPI: Power Button [PWRB]
[    0.553244] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.553515] ACPI: Power Button [PWRF]
[    0.553755] ACPI: acpi_idle registered with cpuidle
[    0.554103] Monitor-Mwait will be used to enter C-1 state
[    0.554148] Monitor-Mwait will be used to enter C-2 state
[    0.554194] Monitor-Mwait will be used to enter C-3 state
[    0.554199] Marking TSC unstable due to TSC halts in idle
[    0.560194] brd: module loaded
[    0.560527] ahci 0000:00:1f.2: version 3.0
[    0.560539] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    0.560805] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    0.560839] ahci: SSS flag set, parallel bus scan disabled
[    0.561062] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    0.561357] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs 
[    0.561682] ahci 0000:00:1f.2: setting latency timer to 64
[    0.601433] scsi0 : ahci
[    0.601743] scsi1 : ahci
[    0.602040] scsi2 : ahci
[    0.602340] scsi3 : ahci
[    0.602637] scsi4 : ahci
[    0.602929] scsi5 : ahci
[    0.603250] ata1: SATA max UDMA/133 abar m2048@0xfe8fe800 port 0xfe8fe900 irq 43
[    0.603517] ata2: SATA max UDMA/133 abar m2048@0xfe8fe800 port 0xfe8fe980 irq 43
[    0.603797] ata3: SATA max UDMA/133 abar m2048@0xfe8fe800 port 0xfe8fea00 irq 43
[    0.604087] ata4: SATA max UDMA/133 abar m2048@0xfe8fe800 port 0xfe8fea80 irq 43
[    0.604353] ata5: SATA max UDMA/133 abar m2048@0xfe8fe800 port 0xfe8feb00 irq 43
[    0.604619] ata6: SATA max UDMA/133 abar m2048@0xfe8fe800 port 0xfe8feb80 irq 43
[    0.605266] sky2: driver version 1.28
[    0.605411] sky2 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.605660] sky2 0000:02:00.0: setting latency timer to 64
[    0.605679] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 3
[    0.605970] sky2 0000:02:00.0: irq 44 for MSI/MSI-X
[    0.606351] sky2 0000:02:00.0: eth0: addr 00:22:15:1b:48:89
[    0.606847] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.609899] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.610082] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.610525] mousedev: PS/2 mouse device common for all mice
[    0.610964] rtc_cmos 00:03: RTC can wake from S4
[    0.632121] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.632396] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.634529] cpuidle: using governor ladder
[    0.636787] cpuidle: using governor menu
[    0.637080] TCP cubic registered
[    0.637197] Registering the dns_resolver key type
[    0.638863] PM: Checking hibernation image partition /dev/sda10
[    1.096111] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.102813] ata1.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7
[    1.103031] ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.109811] ata1.00: configured for UDMA/133
[    1.110132] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HD103UJ  1AA0 PQ: 0 ANSI: 5
[    1.110780] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    1.111196] sd 0:0:0:0: [sda] Write Protect is off
[    1.111393] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.111413] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.111993] sda: detected capacity change from 0 to 1000204886016
[    1.206925]  sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 >
[    1.208188] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.600104] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.614425] ata2.00: ATAPI: ASUS    DRW-24B1ST, 1.01, max UDMA/100
[    1.629121] ata2.00: configured for UDMA/100
[    1.644659] scsi 1:0:0:0: CD-ROM            ASUS     DRW-24B1ST       1.01 PQ: 0 ANSI: 5
[    1.660482] sr0: scsi3-mmc drive: 94x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.673346] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.686317] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.004103] ata3: SATA link down (SStatus 0 SControl 300)
[    2.336110] ata4: SATA link down (SStatus 0 SControl 300)
[    2.668090] ata5: SATA link down (SStatus 0 SControl 300)
[    3.000106] ata6: SATA link down (SStatus 0 SControl 300)
[    3.012403] PM: Hibernation image partition 8:10 present
[    3.012405] PM: Looking for hibernation image.
[    3.019625] PM: Image not found (code -22)
[    3.019628] PM: Hibernation image not present or could not be loaded.
[    3.019898]   Magic number: 15:249:931
[    3.030785] block sda12: hash matches
[    3.041749] rtc_cmos 00:03: setting system clock to 2011-06-04 10:56:15 UTC (1307184975)
[    3.098597] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
[    3.109853] VFS: Mounted root (ext4 filesystem) readonly on device 8:9.
[    3.132069] devtmpfs: mounted
[    3.143949] Freeing unused kernel memory: 592k freed
[    3.155175] Write protecting the kernel read-only data: 6144k
[    3.166565] Freeing unused kernel memory: 56k freed
[    3.178466] Freeing unused kernel memory: 260k freed
[    5.828300] udev: starting version 151
[    5.828362] udevd (803): /proc/803/oom_adj is deprecated, please use /proc/803/oom_score_adj instead.
[    5.990736] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.172094] usbcore: registered new interface driver usbfs
[    6.172113] usbcore: registered new interface driver hub
[    6.172254] usbcore: registered new device driver usb
[    6.188526] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.188554] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.188590] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    6.188598] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    6.188613] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    6.239843] skge 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.239911] skge: 1.13 addr 0xfebfc000 irq 18 chip Yukon-Lite rev 9
[    6.240065] ehci_hcd 0000:00:1a.7: debug port 1
[    6.243943] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    6.243961] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfe8ffc00
[    6.256043] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    6.256185] hub 1-0:1.0: USB hub found
[    6.256189] hub 1-0:1.0: 6 ports detected
[    6.256265] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    6.256274] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    6.256276] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    6.256282] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    6.272274] skge 0000:04:02.0: eth1: addr 00:22:15:1b:5b:01
[    6.284068] ehci_hcd 0000:00:1d.7: debug port 1
[    6.287948] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    6.287957] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfe8ff800
[    6.298126] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[    6.298130] Disabling lock debugging due to kernel taint
[    6.300051] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    6.300138] hub 2-0:1.0: USB hub found
[    6.300140] hub 2-0:1.0: 6 ports detected
[    6.355234] [fglrx] Maximum main memory to use for locked dma buffers: 7771 MBytes.
[    6.355520] [fglrx]   vendor: 1002 device: 944c count: 1
[    6.356109] [fglrx] ioport: bar 4, base 0xc000, size: 0x100
[    6.356125] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.356129] pci 0000:01:00.0: setting latency timer to 64
[    6.356352] [fglrx] Kernel PAT support is enabled
[    6.356369] [fglrx] module loaded - fglrx 8.85.6 [Apr 19 2011] with 1 minors
[    6.400438] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.400834] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    6.524794] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    6.545337] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    6.572060] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    6.828031] usb 1-4: new high speed USB device number 3 using ehci_hcd
[    7.072028] usb 2-5: new high speed USB device number 2 using ehci_hcd
[    7.100753] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.153066] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.153136] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    7.153155] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.204553] hub 2-5:1.0: USB hub found
[    7.204644] hub 2-5:1.0: 4 ports detected
[    7.224325] Initializing USB Mass Storage driver...
[    7.224463] scsi6 : usb-storage 1-1:1.0
[    7.224574] usbcore: registered new interface driver usb-storage
[    7.224575] USB Mass Storage support registered.
[    7.476163] usb 2-5.1: new low speed USB device number 3 using ehci_hcd
[    7.580151] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    7.580214] HDA Intel 0000:01:00.1: irq 46 for MSI/MSI-X
[    7.580233] HDA Intel 0000:01:00.1: setting latency timer to 64
[    7.664159] usb 2-5.2: new low speed USB device number 4 using ehci_hcd
[    7.844155] usb 2-5.3: new full speed USB device number 5 using ehci_hcd
[    8.028154] usb 2-5.4: new full speed USB device number 6 using ehci_hcd
[    8.160129] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.0/input/input2
[    8.160216] generic-usb 0003:046D:C316.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1d.7-5.1/input0
[    8.166699] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.1/2-5.1:1.1/input/input3
[    8.166754] generic-usb 0003:046D:C316.0002: input,hidraw1: USB HID v1.10 Device [Logitech Logitech USB Keyboard] on usb-0000:00:1d.7-5.1/input1
[    8.169380] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.2/2-5.2:1.0/input/input4
[    8.169454] generic-usb 0003:046D:C51B.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.7-5.2/input0
[    8.171608] generic-usb 0003:046D:C51B.0004: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.7-5.2/input1
[    8.172336] input: Burr-Brown from TI               USB Audio DAC    as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5.3/2-5.3:1.2/input/input5
[    8.172433] generic-usb 0003:08BB:2704.0005: input,hidraw4: USB HID v1.00 Device [Burr-Brown from TI               USB Audio DAC   ] on usb-0000:00:1d.7-5.3/input2
[    8.172462] usbcore: registered new interface driver usbhid
[    8.172464] usbhid: USB HID core driver
[    8.229172] scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
[    8.229926] scsi 6:0:0:1: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
[    8.230444] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    8.230642] sd 6:0:0:1: Attached scsi generic sg3 type 0
[    8.233529] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    8.234151] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[   10.398973] generic-usb 0003:056D:0002.0006: hiddev0,hidraw5: USB HID v1.10 Device [EIZO EIZO USB HID Monitor] on usb-0000:00:1d.7-5.4/input0
[   11.223010] loop: module loaded
[   11.482418] EXT4-fs (sda9): re-mounted. Opts: acl
[   11.671886] Adding 17407996k swap on /dev/sda10.  Priority:-1 extents:1 across:17407996k 
[   13.414480] sky2 0000:02:00.0: eth0: enabling interface
[   16.474211] sky2 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
Top
hedmo
Veteran
Veteran
User avatar
Posts: 1338
Joined: Sat Aug 29, 2009 1:15 pm
Location: sweden

  • Quote

Post by hedmo » Sat Jun 04, 2011 6:52 pm

Schattenparker


it was a long tine ago with the black screen for me (often "eselect opengl set ati")
but now a days it can be udev not starting.forgot to reinstall your drivers manually (xf86- mouse keyboard evdev and in this case
ati-drivers).the box does not lock up,if you ssh into the box and "killall X" it will drop to console (i am using me iphone to do it via
wlan)
Top
Post Reply

5 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic