You are not logged in.

#1 2011-09-24 02:28:03

astra
Member
Registered: 2011-09-23
Posts: 4

[SOLVED] Sony VAIO F11 Multiple Monitor Issues

Hi, I'm new to the forums and Arch Linux. I decided to take the leap and abandon Windows 7. I've tried other distros in the past, but this is the first one I've gotten (almost) fully working with my laptop.

I have a Sony VAIO F Series (VPCF11), a laptop notorious for incompatibility issues with Linux. After a bit of tweaking I got everything working correctly.

My only remaining problem is with my video outputs and using multiple monitors. I'm trying to extend the VAIO's display to an external monitor (1920x1080) through HDMI. I'm currently using the Nouveau drivers for the VAIO's NVIDIA GeForce 330M. I understand proprietary drivers are usually needed for multiple monitors, but this post led me to believe they could work with Nouveau as well. I had problems with the NVIDIA driver, mainly that it messed up all my fonts, so I switched back to Nouveau.

I tried following the directions in the above post, but I can't even get the first command to execute.

I get

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.


Please consult the The X.Org Foundation support 
         at [url]http://wiki.x.org[/url]
 for help.

when I run

sudo X --configure

as root.

I not sure what to do now. If anyone (especially those with an F11 or similar laptop) could walk me through the steps I should take to get my external monitor working I would really appreciate it. I'm willing to switch back to the NVIDIA driver if absolutely necessary.

Here is my output from xrandr:

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
LVDS-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 360mm x 200mm
   1920x1080      59.9*+   60.0     50.0  
   1680x1050      60.0  
   1400x1050      60.0  
   1280x1024      59.9  
   1280x960       59.9  
   1152x864       60.0  
   1024x768       59.9  
   800x600        59.9  
   640x480        59.4  
   720x400        59.6  
   640x400        60.0  
   640x350        59.8  
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)

Thanks!

Last edited by astra (2011-09-24 20:13:58)

Offline

#2 2011-09-24 03:29:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Sony VAIO F11 Multiple Monitor Issues

When pasting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and more convenient to scroll through.


I don't think you need 'X --configure' - just use xrandr, but connect your external monitor first:

HDMI-1 disconnected (normal left inverted right x axis y axis)

says it's not connected.


You don't need 'sudo' if you're running a command as root :-)
If you have a running X server and you run e.g. 'X -configure' from the console, you will get an error, because you're trying to launch another X server on the same screen.

X -configure :1

should work.

Last edited by karol (2011-09-24 03:33:48)

Offline

#3 2011-09-24 03:35:31

astra
Member
Registered: 2011-09-23
Posts: 4

Re: [SOLVED] Sony VAIO F11 Multiple Monitor Issues

Thanks for the tip.

My monitor is connected. I've also tried different HDMI cables with the same result. I've confirmed the HDMI port on the monitor is working too.

Offline

#4 2011-09-24 03:37:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Sony VAIO F11 Multiple Monitor Issues

Post /var/log/Xorg.0.log and /var/log/kernel.log.
AFAIK if the monitor is connected and turned on, it should be detected ...

Offline

#5 2011-09-24 03:38:19

astra
Member
Registered: 2011-09-23
Posts: 4

Re: [SOLVED] Sony VAIO F11 Multiple Monitor Issues

Here is the output from X -configure :l

X.Org X Server 1.10.4                                                                                                                
Release Date: 2011-08-19                                                                                                             
X Protocol Version 11, Revision 0                                                                                                    
Build Operating System: Linux 3.0-ARCH x86_64                                                                                        
Current Operating System: Linux Stefan-VAIO 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64                             
Kernel command line: root=/dev/disk/by-uuid/02a7fcdf-c6ba-4a70-8620-ed1bf1d40886 ro                                                  
Build Date: 17 September 2011  07:42:58AM                                                                                            
                                                                                                                                     
Current version of pixman: 0.22.2                                                                                                    
        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.1.log", Time: Fri Sep 23 23:37:09 2011                                                                 
List of video drivers:                                                                                                               
        nouveau                                                                                                                      
(++) Using config file: "/root/xorg.conf.new"                                                                                        
(==) Using config directory: "/etc/X11/xorg.conf.d"                                                                                  
(EE) [drm] No DRICreatePCIBusID symbol                                                                                               
Number of created screens does not match number of detected devices.                                                                 
  Configuration failed.

/var/log/Xorg.0.log

[    57.976]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[    57.982] X Protocol Version 11, Revision 0
[    57.982] Build Operating System: Linux 3.0-ARCH x86_64
[    57.982] Current Operating System: Linux Stefan-VAIO 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64
[    57.982] Kernel command line: root=/dev/disk/by-uuid/02a7fcdf-c6ba-4a70-8620-ed1bf1d40886 ro
[    57.982] Build Date: 17 September 2011  07:42:58AM
[    57.982]
[    57.982] Current version of pixman: 0.22.2
[    57.982]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    57.982] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    57.982] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 23 23:11:24 2011
[    58.019] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    58.028] (==) No Layout section.  Using the first Screen section.
[    58.028] (==) No screen section available. Using defaults.
[    58.028] (**) |-->Screen "Default Screen Section" (0)
[    58.028] (**) |   |-->Monitor "<default monitor>"
[    58.028] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    58.028] (==) Automatically adding devices
[    58.028] (==) Automatically enabling devices
[    58.066] (WW) The directory "/usr/share/fonts/OTF/" does not exist.

/var/log/kernel.log

Sep 23 23:06:37 localhost kernel: [    5.992362] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
Sep 23 23:06:37 localhost kernel: [    5.992835] Registered led device: ath9k-phy0
Sep 23 23:06:37 localhost kernel: [    5.992844] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xffffc900050e0000, irq=16
Sep 23 23:06:37 localhost kernel: [    6.121611] Bluetooth: Core ver 2.16
Sep 23 23:06:37 localhost kernel: [    6.121625] NET: Registered protocol family 31
Sep 23 23:06:37 localhost kernel: [    6.121626] Bluetooth: HCI device and connection manager initialized
Sep 23 23:06:37 localhost kernel: [    6.121628] Bluetooth: HCI socket layer initialized
Sep 23 23:06:37 localhost kernel: [    6.121629] Bluetooth: L2CAP socket layer initialized
Sep 23 23:06:37 localhost kernel: [    6.121844] Bluetooth: SCO socket layer initialized
Sep 23 23:06:37 localhost kernel: [    6.135675] Bluetooth: Generic Bluetooth USB driver ver 0.6
Sep 23 23:06:37 localhost kernel: [    6.135923] usbcore: registered new interface driver btusb
Sep 23 23:06:37 localhost kernel: [    6.270091] firewire_core: created device fw0: GUID 080046030338bc44, S400
Sep 23 23:06:37 localhost kernel: [    6.330244] nvidia: module license 'NVIDIA' taints kernel.
Sep 23 23:06:37 localhost kernel: [    6.330247] Disabling lock debugging due to kernel taint
Sep 23 23:06:37 localhost kernel: [    6.463893] Linux media interface: v0.10
Sep 23 23:06:37 localhost kernel: [    6.469072] Linux video capture interface: v2.00
Sep 23 23:06:37 localhost kernel: [    6.474716] uvcvideo: Found UVC 1.00 device <unnamed> (05ca:18ba)
Sep 23 23:06:37 localhost kernel: [    6.476720] input: UVC Camera (05ca:18ba) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input12
Sep 23 23:06:37 localhost kernel: [    6.476863] usbcore: registered new interface driver uvcvideo
Sep 23 23:06:37 localhost kernel: [    6.476865] USB Video Class driver (v1.1.0)
Sep 23 23:06:37 localhost kernel: [    6.493057] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:06:37 localhost kernel: [    6.545313] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input13
Sep 23 23:06:37 localhost kernel: [    6.566404] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:06:37 localhost kernel: [    6.643076] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:06:37 localhost kernel: [    6.723043] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:06:37 localhost kernel: [    6.830138] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input14
Sep 23 23:06:37 localhost kernel: [    6.830268] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input15
Sep 23 23:06:37 localhost kernel: [    6.830392] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input16
Sep 23 23:06:37 localhost kernel: [    6.830515] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input17
Sep 23 23:06:37 localhost kernel: [    6.831023] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:06:37 localhost kernel: [    6.831036] nvidia 0000:01:00.0: setting latency timer to 64
Sep 23 23:06:37 localhost kernel: [    6.831046] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
Sep 23 23:06:37 localhost kernel: [    6.831248] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  173.14.31  Tue Jul 12 09:24:17 PDT 2011
Sep 23 23:06:37 localhost kernel: [    7.881551] EXT3-fs (sda3): using internal journal
Sep 23 23:06:37 localhost kernel: [    8.081802] EXT3-fs: barriers not enabled
Sep 23 23:06:37 localhost kernel: [    8.082222] kjournald starting.  Commit interval 5 seconds
Sep 23 23:06:37 localhost kernel: [    8.082704] EXT3-fs (sda4): using internal journal
Sep 23 23:06:37 localhost kernel: [    8.082713] EXT3-fs (sda4): mounted filesystem with ordered data mode
Sep 23 23:06:37 localhost kernel: [    8.172017] Adding 265068k swap on /dev/sda2.  Priority:-1 extents:1 across:265068k 
Sep 23 23:06:37 localhost kernel: [    9.990995] sky2 0000:04:00.0: eth0: enabling interface
Sep 23 23:07:15 localhost kernel: [   47.050700] wlan0: authenticate with 00:26:f2:91:b7:e2 (try 1)
Sep 23 23:07:15 localhost kernel: [   47.052823] wlan0: authenticated
Sep 23 23:07:15 localhost kernel: [   47.089593] wlan0: associate with 00:26:f2:91:b7:e2 (try 1)
Sep 23 23:07:15 localhost kernel: [   47.093907] wlan0: RX AssocResp from 00:26:f2:91:b7:e2 (capab=0x431 status=0 aid=3)
Sep 23 23:07:15 localhost kernel: [   47.093914] wlan0: associated
Sep 23 23:07:15 localhost kernel: [   47.372916] padlock_aes: VIA PadLock not detected.
Sep 23 23:07:15 localhost kernel: [   47.443561] Intel AES-NI instructions are not detected.
Sep 23 23:07:25 localhost kernel: [   57.074677] NVRM: RmInitAdapter failed! (0x23:0x2f:682)
Sep 23 23:07:25 localhost kernel: [   57.074680] NVRM: rm_init_adapter(0) failed
Sep 23 23:08:02 localhost kernel: [   94.280535] NET: Registered protocol family 10
Sep 23 23:08:02 localhost kernel: [   94.281204] ADDRCONF(NETDEV_UP): eth0: link is not ready
Sep 23 23:08:02 localhost kernel: [   94.338477] NVRM: RmInitAdapter failed! (0x23:0x2f:682)
Sep 23 23:08:02 localhost kernel: [   94.338487] NVRM: rm_init_adapter(0) failed
Sep 23 23:08:12 localhost kernel: [  104.718284] wlan0: no IPv6 routers present
Sep 23 23:09:29 localhost kernel: [  181.337200] device-mapper: uevent: version 1.0.3
Sep 23 23:09:29 localhost kernel: [  181.337427] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com
Sep 23 23:10:16 localhost kernel: [  228.370411] wlan0: deauthenticating from 00:26:f2:91:b7:e2 by local choice (reason=3)
Sep 23 23:10:16 localhost kernel: [  228.531821] cfg80211: Calling CRDA for country: US
Sep 23 23:10:16 localhost kernel: [  228.782618] sky2 0000:04:00.0: eth0: disabling interface
Sep 23 23:10:37 localhost kernel: [    0.000000] Initializing cgroup subsys cpuset
Sep 23 23:10:37 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
Sep 23 23:10:37 localhost kernel: [    0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 20110819 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011
Sep 23 23:10:37 localhost kernel: [    0.000000] Command line: root=/dev/disk/by-uuid/02a7fcdf-c6ba-4a70-8620-ed1bf1d40886 ro
Sep 23 23:10:37 localhost kernel: [    0.000000] BIOS-provided physical RAM map:
Sep 23 23:10:37 localhost kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
Sep 23 23:10:37 localhost kernel: [    0.000000]  BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
Sep 23 23:10:37 localhost kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Sep 23 23:10:37 localhost kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000cee72000 (usable)
Sep 23 23:10:37 localhost kernel: [    0.000000]  BIOS-e820: 00000000cee72000 - 00000000ceeb2000 (ACPI NVS)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000ceeb2000 - 00000000ceec3000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000ceec3000 - 00000000ceeda000 (ACPI NVS)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000ceeda000 - 00000000cef0a000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef0a000 - 00000000cef0e000 (ACPI NVS)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef0e000 - 00000000cef11000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef11000 - 00000000cef13000 (ACPI NVS)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef13000 - 00000000cef16000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef16000 - 00000000cef19000 (ACPI data)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef19000 - 00000000cef1d000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef1d000 - 00000000cef2c000 (ACPI NVS)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000cef2c000 - 00000000d0000000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000fed1b000 - 00000000fed20000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
Sep 23 23:10:38 localhost kernel: [    0.000000] NX (Execute Disable) protection: active
Sep 23 23:10:38 localhost kernel: [    0.000000] DMI 2.6 present.
Sep 23 23:10:38 localhost kernel: [    0.000000] DMI: Sony Corporation VPCF1290X/VAIO, BIOS R1110Y6 05/31/2010
Sep 23 23:10:38 localhost kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Sep 23 23:10:38 localhost kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Sep 23 23:10:38 localhost kernel: [    0.000000] No AGP bridge found
Sep 23 23:10:38 localhost kernel: [    0.000000] last_pfn = 0x130000 max_arch_pfn = 0x400000000
Sep 23 23:10:38 localhost kernel: [    0.000000] MTRR default type: uncachable
Sep 23 23:10:38 localhost kernel: [    0.000000] MTRR fixed ranges enabled:
Sep 23 23:10:38 localhost kernel: [    0.000000]   00000-9FFFF write-back
Sep 23 23:10:38 localhost kernel: [    0.000000]   A0000-BFFFF uncachable
Sep 23 23:10:38 localhost kernel: [    0.000000]   C0000-CFFFF write-protect
Sep 23 23:10:38 localhost kernel: [    0.000000]   D0000-E7FFF uncachable
Sep 23 23:10:38 localhost kernel: [    0.000000]   E8000-FFFFF write-protect
Sep 23 23:10:38 localhost kernel: [    0.000000] MTRR variable ranges enabled:
Sep 23 23:10:38 localhost kernel: [    0.000000]   0 base 000000000 mask F80000000 write-back
Sep 23 23:10:38 localhost kernel: [    0.000000]   1 base 080000000 mask FC0000000 write-back
Sep 23 23:10:38 localhost kernel: [    0.000000]   2 base 0C0000000 mask FF0000000 write-back
Sep 23 23:10:38 localhost kernel: [    0.000000]   3 base 100000000 mask FC0000000 write-back
Sep 23 23:10:38 localhost kernel: [    0.000000]   4 base 130000000 mask FF0000000 uncachable
Sep 23 23:10:38 localhost kernel: [    0.000000]   5 base 0FFE00000 mask FFFE00000 write-protect
Sep 23 23:10:38 localhost kernel: [    0.000000]   6 disabled
Sep 23 23:10:38 localhost kernel: [    0.000000]   7 disabled
Sep 23 23:10:38 localhost kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Sep 23 23:10:38 localhost kernel: [    0.000000] last_pfn = 0xcee72 max_arch_pfn = 0x400000000
Sep 23 23:10:38 localhost kernel: [    0.000000] found SMP MP-table at [ffff8800000fc980] fc980
Sep 23 23:10:38 localhost kernel: [    0.000000] initial memory mapped : 0 - 20000000
Sep 23 23:10:38 localhost kernel: [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
Sep 23 23:10:38 localhost kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000cee72000
Sep 23 23:10:38 localhost kernel: [    0.000000]  0000000000 - 00cee00000 page 2M
Sep 23 23:10:38 localhost kernel: [    0.000000]  00cee00000 - 00cee72000 page 4k
Sep 23 23:10:38 localhost kernel: [    0.000000] kernel direct mapping tables up to cee72000 @ cee6c000-cee72000
Sep 23 23:10:38 localhost kernel: [    0.000000] init_memory_mapping: 0000000100000000-0000000130000000
Sep 23 23:10:38 localhost kernel: [    0.000000]  0100000000 - 0130000000 page 2M
Sep 23 23:10:38 localhost kernel: [    0.000000] kernel direct mapping tables up to 130000000 @ 12fffa000-130000000
Sep 23 23:10:38 localhost kernel: [    0.000000] RAMDISK: 37df8000 - 37ff0000
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: RSDP 00000000000f0410 00024 (v02   Sony)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: XSDT 00000000cef17e18 0005C (v01   Sony     VAIO 20100531 MSFT 00010013)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: FACP 00000000cef11d98 000F4 (v04   Sony     VAIO 20100531 MSFT 00010013)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCEF28F40/0x00000000CEF2BD40, using 32 (20110413/tbfadt-489)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: DSDT 00000000ceec3018 0B302 (v01   Sony     VAIO 20100531 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: FACS 00000000cef28f40 00040
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: APIC 00000000cef16f18 0008C (v02   Sony     VAIO 20100531 MSFT 00010013)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: MCFG 00000000cef2ad18 0003C (v01   Sony     VAIO 20100531 MSFT 00000097)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: HPET 00000000cef2ac98 00038 (v01   Sony     VAIO 20100531 MSFT 00000003)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: SLIC 00000000cef23a18 00176 (v01   Sony     VAIO 20100531 Sony 01000000)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: SSDT 00000000cef12018 009F1 (v01   Sony     VAIO 20100531 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: SSDT 00000000cef11c18 0011D (v01   Sony     VAIO 20100531 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Sep 23 23:10:38 localhost kernel: [    0.000000] No NUMA configuration found
Sep 23 23:10:38 localhost kernel: [    0.000000] Faking a node at 0000000000000000-0000000130000000
Sep 23 23:10:38 localhost kernel: [    0.000000] Initmem setup node 0 0000000000000000-0000000130000000
Sep 23 23:10:38 localhost kernel: [    0.000000]   NODE_DATA [000000012fffb000 - 000000012fffffff]
Sep 23 23:10:38 localhost kernel: [    0.000000]  [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88012b600000-ffff88012effffff] on node 0
Sep 23 23:10:38 localhost kernel: [    0.000000] Zone PFN ranges:
Sep 23 23:10:38 localhost kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
Sep 23 23:10:38 localhost kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
Sep 23 23:10:38 localhost kernel: [    0.000000]   Normal   0x00100000 -> 0x00130000
Sep 23 23:10:38 localhost kernel: [    0.000000] Movable zone start PFN for each node
Sep 23 23:10:38 localhost kernel: [    0.000000] early_node_map[3] active PFN ranges
Sep 23 23:10:38 localhost kernel: [    0.000000]     0: 0x00000010 -> 0x0000009e
Sep 23 23:10:38 localhost kernel: [    0.000000]     0: 0x00000100 -> 0x000cee72
Sep 23 23:10:38 localhost kernel: [    0.000000]     0: 0x00100000 -> 0x00130000
Sep 23 23:10:38 localhost kernel: [    0.000000] On node 0 totalpages: 1043968
Sep 23 23:10:38 localhost kernel: [    0.000000]   DMA zone: 56 pages used for memmap
Sep 23 23:10:38 localhost kernel: [    0.000000]   DMA zone: 5 pages reserved
Sep 23 23:10:38 localhost kernel: [    0.000000]   DMA zone: 3921 pages, LIFO batch:0
Sep 23 23:10:38 localhost kernel: [    0.000000]   DMA32 zone: 14280 pages used for memmap
Sep 23 23:10:38 localhost kernel: [    0.000000]   DMA32 zone: 829098 pages, LIFO batch:31
Sep 23 23:10:38 localhost kernel: [    0.000000]   Normal zone: 2688 pages used for memmap
Sep 23 23:10:38 localhost kernel: [    0.000000]   Normal zone: 193920 pages, LIFO batch:31
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Sep 23 23:10:38 localhost kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: IRQ0 used by override.
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: IRQ2 used by override.
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: IRQ9 used by override.
Sep 23 23:10:38 localhost kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Sep 23 23:10:38 localhost kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 23 23:10:38 localhost kernel: [    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
Sep 23 23:10:38 localhost kernel: [    0.000000] nr_irqs_gsi: 40
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cee72000 - 00000000ceeb2000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ceeb2000 - 00000000ceec3000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ceec3000 - 00000000ceeda000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ceeda000 - 00000000cef0a000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef0a000 - 00000000cef0e000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef0e000 - 00000000cef11000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef11000 - 00000000cef13000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef13000 - 00000000cef16000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef16000 - 00000000cef19000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef19000 - 00000000cef1d000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef1d000 - 00000000cef2c000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000cef2c000 - 00000000d0000000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000f8000000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed1b000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1b000 - 00000000fed20000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ffa00000 - 00000000ffc00000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffe00000
Sep 23 23:10:38 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
Sep 23 23:10:38 localhost kernel: [    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:28000000)
Sep 23 23:10:38 localhost kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Sep 23 23:10:38 localhost kernel: [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
Sep 23 23:10:38 localhost kernel: [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88012fc00000 s78464 r8192 d23936 u262144
Sep 23 23:10:38 localhost kernel: [    0.000000] pcpu-alloc: s78464 r8192 d23936 u262144 alloc=1*2097152
Sep 23 23:10:38 localhost kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Sep 23 23:10:38 localhost kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1026939
Sep 23 23:10:38 localhost kernel: [    0.000000] Policy zone: Normal
Sep 23 23:10:38 localhost kernel: [    0.000000] Kernel command line: root=/dev/disk/by-uuid/02a7fcdf-c6ba-4a70-8620-ed1bf1d40886 ro
Sep 23 23:10:38 localhost kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Sep 23 23:10:38 localhost kernel: [    0.000000] Checking aperture...
Sep 23 23:10:38 localhost kernel: [    0.000000] No AGP bridge found
Sep 23 23:10:38 localhost kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Sep 23 23:10:38 localhost kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Sep 23 23:10:38 localhost kernel: [    0.000000] Memory: 4037832k/4980736k available (4065k kernel code, 804864k absent, 138040k reserved, 3303k data, 712k init)
Sep 23 23:10:38 localhost kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Sep 23 23:10:38 localhost kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Sep 23 23:10:38 localhost kernel: [    0.000000]        Verbose stalled-CPUs detection is disabled.
Sep 23 23:10:38 localhost kernel: [    0.000000] NR_IRQS:2304
Sep 23 23:10:38 localhost kernel: [    0.000000] Extended CMOS year: 2000
Sep 23 23:10:38 localhost kernel: [    0.000000] Console: colour VGA+ 80x25
Sep 23 23:10:38 localhost kernel: [    0.000000] console [tty0] enabled
Sep 23 23:10:38 localhost kernel: [    0.000000] allocated 33554432 bytes of page_cgroup
Sep 23 23:10:38 localhost kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Sep 23 23:10:38 localhost kernel: [    0.000000] hpet clockevent registered
Sep 23 23:10:38 localhost kernel: [    0.000000] Fast TSC calibration using PIT
Sep 23 23:10:38 localhost kernel: [    0.003333] spurious 8259A interrupt: IRQ7.
Sep 23 23:10:38 localhost kernel: [    0.003333] Detected 1728.773 MHz processor.
Sep 23 23:10:38 localhost kernel: [    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3458.61 BogoMIPS (lpj=5762576)
Sep 23 23:10:38 localhost kernel: [    0.000007] pid_max: default: 32768 minimum: 301
Sep 23 23:10:38 localhost kernel: [    0.000093] Security Framework initialized
Sep 23 23:10:38 localhost kernel: [    0.000097] AppArmor: AppArmor disabled by boot time parameter
Sep 23 23:10:38 localhost kernel: [    0.000383] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Sep 23 23:10:38 localhost kernel: [    0.001227] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Sep 23 23:10:38 localhost kernel: [    0.001564] Mount-cache hash table entries: 256
Sep 23 23:10:38 localhost kernel: [    0.002023] Initializing cgroup subsys cpuacct
Sep 23 23:10:38 localhost kernel: [    0.002047] Initializing cgroup subsys memory
Sep 23 23:10:38 localhost kernel: [    0.002059] Initializing cgroup subsys devices
Sep 23 23:10:38 localhost kernel: [    0.002061] Initializing cgroup subsys freezer
Sep 23 23:10:38 localhost kernel: [    0.002062] Initializing cgroup subsys net_cls
Sep 23 23:10:38 localhost kernel: [    0.002064] Initializing cgroup subsys blkio
Sep 23 23:10:38 localhost kernel: [    0.002100] CPU: Physical Processor ID: 0
Sep 23 23:10:38 localhost kernel: [    0.002101] CPU: Processor Core ID: 0
Sep 23 23:10:38 localhost kernel: [    0.002105] mce: CPU supports 9 MCE banks
Sep 23 23:10:38 localhost kernel: [    0.002112] CPU0: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    0.002118] using mwait in idle threads.
Sep 23 23:10:38 localhost kernel: [    0.002864] ACPI: Core revision 20110413
Sep 23 23:10:38 localhost kernel: [    0.020136] ftrace: allocating 16145 entries in 64 pages
Sep 23 23:10:38 localhost kernel: [    0.024661] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Sep 23 23:10:38 localhost kernel: [    0.057646] CPU0: Intel(R) Core(TM) i7 CPU       Q 740  @ 1.73GHz stepping 05
Sep 23 23:10:38 localhost kernel: [    0.161574] Performance Events: PEBS fmt1+, erratum AAJ80 worked around, Nehalem events, Intel PMU driver.
Sep 23 23:10:38 localhost kernel: [    0.161580] ... version:                3
Sep 23 23:10:38 localhost kernel: [    0.161581] ... bit width:              48
Sep 23 23:10:38 localhost kernel: [    0.161582] ... generic registers:      4
Sep 23 23:10:38 localhost kernel: [    0.161583] ... value mask:             0000ffffffffffff
Sep 23 23:10:38 localhost kernel: [    0.161584] ... max period:             000000007fffffff
Sep 23 23:10:38 localhost kernel: [    0.161585] ... fixed-purpose events:   3
Sep 23 23:10:38 localhost kernel: [    0.161586] ... event mask:             000000070000000f
Sep 23 23:10:38 localhost kernel: [    0.181719] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    0.208255] Booting Node   0, Processors  #1
Sep 23 23:10:38 localhost kernel: [    0.208261] smpboot cpu 1: start_ip = 99000
Sep 23 23:10:38 localhost kernel: [    0.301542] CPU1: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    0.321615] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    0.341566]  #2
Sep 23 23:10:38 localhost kernel: [    0.341569] smpboot cpu 2: start_ip = 99000
Sep 23 23:10:38 localhost kernel: [    0.434828] CPU2: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    0.454903] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    0.474828]  #3
Sep 23 23:10:38 localhost kernel: [    0.474831] smpboot cpu 3: start_ip = 99000
Sep 23 23:10:38 localhost kernel: [    0.568103] CPU3: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    0.588167] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    0.608103]  #4
Sep 23 23:10:38 localhost kernel: [    0.608106] smpboot cpu 4: start_ip = 99000
Sep 23 23:10:38 localhost kernel: [    0.701381] CPU4: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    0.721431] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    0.741387]  #5
Sep 23 23:10:38 localhost kernel: [    0.741391] smpboot cpu 5: start_ip = 99000
Sep 23 23:10:38 localhost kernel: [    0.834653] CPU5: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    0.854729] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    0.874660]  #6
Sep 23 23:10:38 localhost kernel: [    0.874664] smpboot cpu 6: start_ip = 99000
Sep 23 23:10:38 localhost kernel: [    0.967932] CPU6: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    0.988001] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    1.007937]  #7 Ok.
Sep 23 23:10:38 localhost kernel: [    1.007941] smpboot cpu 7: start_ip = 99000
Sep 23 23:10:38 localhost kernel: [    1.101207] CPU7: Thermal monitoring handled by SMI
Sep 23 23:10:38 localhost kernel: [    1.121277] NMI watchdog enabled, takes one hw-pmu counter.
Sep 23 23:10:38 localhost kernel: [    1.127853] Brought up 8 CPUs
Sep 23 23:10:38 localhost kernel: [    1.127858] Total of 8 processors activated (27673.19 BogoMIPS).
Sep 23 23:10:38 localhost kernel: [    1.132473] devtmpfs: initialized
Sep 23 23:10:38 localhost kernel: [    1.133695] PM: Registering ACPI NVS region at cee72000 (262144 bytes)
Sep 23 23:10:38 localhost kernel: [    1.133703] PM: Registering ACPI NVS region at ceec3000 (94208 bytes)
Sep 23 23:10:38 localhost kernel: [    1.133706] PM: Registering ACPI NVS region at cef0a000 (16384 bytes)
Sep 23 23:10:38 localhost kernel: [    1.133708] PM: Registering ACPI NVS region at cef11000 (8192 bytes)
Sep 23 23:10:38 localhost kernel: [    1.133710] PM: Registering ACPI NVS region at cef1d000 (61440 bytes)
Sep 23 23:10:38 localhost kernel: [    1.134723] print_constraints: dummy: 
Sep 23 23:10:38 localhost kernel: [    1.134805] NET: Registered protocol family 16
Sep 23 23:10:38 localhost kernel: [    1.134914] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Sep 23 23:10:38 localhost kernel: [    1.134916] ACPI: bus type pci registered
Sep 23 23:10:38 localhost kernel: [    1.135091] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Sep 23 23:10:38 localhost kernel: [    1.135095] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Sep 23 23:10:38 localhost kernel: [    1.148650] PCI: Using configuration type 1 for base access
Sep 23 23:10:38 localhost kernel: [    1.149229] bio: create slab <bio-0> at 0
Sep 23 23:10:38 localhost kernel: [    1.151137] ACPI: EC: Look up EC in DSDT
Sep 23 23:10:38 localhost kernel: [    1.152834] ACPI: Executed 1 blocks of module-level executable AML code
Sep 23 23:10:38 localhost kernel: [    1.164554] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Sep 23 23:10:38 localhost kernel: [    1.164993] ACPI: SSDT 00000000cef15a98 0032A (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    1.165424] ACPI: Dynamic OEM Table Load:
Sep 23 23:10:38 localhost kernel: [    1.165427] ACPI: SSDT           (null) 0032A (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    1.165595] ACPI: SSDT 00000000cef14018 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    1.166005] ACPI: Dynamic OEM Table Load:
Sep 23 23:10:38 localhost kernel: [    1.166008] ACPI: SSDT           (null) 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    1.184802] ACPI: SSDT 00000000cef15718 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    1.185285] ACPI: Dynamic OEM Table Load:
Sep 23 23:10:38 localhost kernel: [    1.185288] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    1.194642] ACPI: SSDT 00000000cef13d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    1.195083] ACPI: Dynamic OEM Table Load:
Sep 23 23:10:38 localhost kernel: [    1.195086] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Sep 23 23:10:38 localhost kernel: [    2.007664] ACPI: Interpreter enabled
Sep 23 23:10:38 localhost kernel: [    2.007669] ACPI: (supports S0 S3 S4 S5)
Sep 23 23:10:38 localhost kernel: [    2.007694] ACPI: Using IOAPIC for interrupt routing
Sep 23 23:10:38 localhost kernel: [    2.042117] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Sep 23 23:10:38 localhost kernel: [    2.042367] ACPI: No dock devices found.
Sep 23 23:10:38 localhost kernel: [    2.042370] HEST: Table not found.
Sep 23 23:10:38 localhost kernel: [    2.042372] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 23 23:10:38 localhost kernel: [    2.042761] \_SB_.PCI0:_OSC invalid UUID
Sep 23 23:10:38 localhost kernel: [    2.042763] _OSC request data:1 8 1f 
Sep 23 23:10:38 localhost kernel: [    2.042768] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Sep 23 23:10:38 localhost kernel: [    2.043371] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
Sep 23 23:10:38 localhost kernel: [    2.043374] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
Sep 23 23:10:38 localhost kernel: [    2.043377] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Sep 23 23:10:38 localhost kernel: [    2.043380] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
Sep 23 23:10:38 localhost kernel: [    2.043383] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
Sep 23 23:10:38 localhost kernel: [    2.043385] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
Sep 23 23:10:38 localhost kernel: [    2.043388] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
Sep 23 23:10:38 localhost kernel: [    2.043391] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
Sep 23 23:10:38 localhost kernel: [    2.043393] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
Sep 23 23:10:38 localhost kernel: [    2.043396] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xfeafffff]
Sep 23 23:10:38 localhost kernel: [    2.043411] pci 0000:00:00.0: [8086:d132] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.043467] pci 0000:00:03.0: [8086:d138] type 1 class 0x000604
Sep 23 23:10:38 localhost kernel: [    2.043511] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.043515] pci 0000:00:03.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.043544] pci 0000:00:08.0: [8086:d155] type 0 class 0x000880
Sep 23 23:10:38 localhost kernel: [    2.043601] pci 0000:00:08.1: [8086:d156] type 0 class 0x000880
Sep 23 23:10:38 localhost kernel: [    2.043658] pci 0000:00:08.2: [8086:d157] type 0 class 0x000880
Sep 23 23:10:38 localhost kernel: [    2.043714] pci 0000:00:08.3: [8086:d158] type 0 class 0x000880
Sep 23 23:10:38 localhost kernel: [    2.043777] pci 0000:00:10.0: [8086:d150] type 0 class 0x000880
Sep 23 23:10:38 localhost kernel: [    2.043824] pci 0000:00:10.1: [8086:d151] type 0 class 0x000880
Sep 23 23:10:38 localhost kernel: [    2.043910] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
Sep 23 23:10:38 localhost kernel: [    2.043937] pci 0000:00:1a.0: reg 10: [mem 0xe8e08000-0xe8e083ff]
Sep 23 23:10:38 localhost kernel: [    2.044020] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.044029] pci 0000:00:1a.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.044061] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
Sep 23 23:10:38 localhost kernel: [    2.044081] pci 0000:00:1b.0: reg 10: [mem 0xe8e00000-0xe8e03fff 64bit]
Sep 23 23:10:38 localhost kernel: [    2.044152] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.044161] pci 0000:00:1b.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.044189] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
Sep 23 23:10:38 localhost kernel: [    2.044269] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.044278] pci 0000:00:1c.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.044307] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
Sep 23 23:10:38 localhost kernel: [    2.044373] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.044382] pci 0000:00:1c.1: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.044415] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
Sep 23 23:10:38 localhost kernel: [    2.044480] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.044489] pci 0000:00:1c.2: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.044520] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
Sep 23 23:10:38 localhost kernel: [    2.044585] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.044594] pci 0000:00:1c.5: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.044631] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
Sep 23 23:10:38 localhost kernel: [    2.044657] pci 0000:00:1d.0: reg 10: [mem 0xe8e07000-0xe8e073ff]
Sep 23 23:10:38 localhost kernel: [    2.044740] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.044749] pci 0000:00:1d.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.044786] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
Sep 23 23:10:38 localhost kernel: [    2.044862] pci 0000:00:1f.0: [8086:3b03] type 0 class 0x000601
Sep 23 23:10:38 localhost kernel: [    2.044997] pci 0000:00:1f.2: [8086:3b2f] type 0 class 0x000106
Sep 23 23:10:38 localhost kernel: [    2.045021] pci 0000:00:1f.2: reg 10: [io  0xe070-0xe077]
Sep 23 23:10:38 localhost kernel: [    2.045035] pci 0000:00:1f.2: reg 14: [io  0xe060-0xe063]
Sep 23 23:10:38 localhost kernel: [    2.045048] pci 0000:00:1f.2: reg 18: [io  0xe050-0xe057]
Sep 23 23:10:38 localhost kernel: [    2.045061] pci 0000:00:1f.2: reg 1c: [io  0xe040-0xe043]
Sep 23 23:10:38 localhost kernel: [    2.045074] pci 0000:00:1f.2: reg 20: [io  0xe020-0xe03f]
Sep 23 23:10:38 localhost kernel: [    2.045087] pci 0000:00:1f.2: reg 24: [mem 0xe8e06000-0xe8e067ff]
Sep 23 23:10:38 localhost kernel: [    2.045131] pci 0000:00:1f.2: PME# supported from D3hot
Sep 23 23:10:38 localhost kernel: [    2.045139] pci 0000:00:1f.2: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.045164] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
Sep 23 23:10:38 localhost kernel: [    2.045185] pci 0000:00:1f.3: reg 10: [mem 0xe8e05000-0xe8e050ff 64bit]
Sep 23 23:10:38 localhost kernel: [    2.045211] pci 0000:00:1f.3: reg 20: [io  0xe000-0xe01f]
Sep 23 23:10:38 localhost kernel: [    2.045287] pci 0000:01:00.0: [10de:0a29] type 0 class 0x000300
Sep 23 23:10:38 localhost kernel: [    2.045299] pci 0000:01:00.0: reg 10: [mem 0xe2000000-0xe2ffffff]
Sep 23 23:10:38 localhost kernel: [    2.045311] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.045323] pci 0000:01:00.0: reg 1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.045333] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
Sep 23 23:10:38 localhost kernel: [    2.045342] pci 0000:01:00.0: reg 30: [mem 0xe3000000-0xe307ffff pref]
Sep 23 23:10:38 localhost kernel: [    2.045386] pci 0000:01:00.1: [10de:0be2] type 0 class 0x000403
Sep 23 23:10:38 localhost kernel: [    2.045398] pci 0000:01:00.1: reg 10: [mem 0xe3080000-0xe3083fff]
Sep 23 23:10:38 localhost kernel: [    2.045471] pci 0000:00:03.0: PCI bridge to [bus 01-01]
Sep 23 23:10:38 localhost kernel: [    2.045475] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
Sep 23 23:10:38 localhost kernel: [    2.045478] pci 0000:00:03.0:   bridge window [mem 0xd0000000-0xe30fffff]
Sep 23 23:10:38 localhost kernel: [    2.045484] pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.045553] pci 0000:02:00.0: [168c:002e] type 0 class 0x000280
Sep 23 23:10:38 localhost kernel: [    2.045581] pci 0000:02:00.0: reg 10: [mem 0xe7a00000-0xe7a0ffff 64bit]
Sep 23 23:10:38 localhost kernel: [    2.045675] pci 0000:02:00.0: supports D1
Sep 23 23:10:38 localhost kernel: [    2.045677] pci 0000:02:00.0: PME# supported from D0 D1 D3hot
Sep 23 23:10:38 localhost kernel: [    2.045686] pci 0000:02:00.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.045721] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Sep 23 23:10:38 localhost kernel: [    2.045730] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
Sep 23 23:10:38 localhost kernel: [    2.045738] pci 0000:00:1c.0:   bridge window [mem 0xe7a00000-0xe8dfffff]
Sep 23 23:10:38 localhost kernel: [    2.045744] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.045855] pci 0000:03:00.0: [1180:e822] type 0 class 0x000805
Sep 23 23:10:38 localhost kernel: [    2.045878] pci 0000:03:00.0: reg 10: [mem 0xe6603000-0xe66030ff]
Sep 23 23:10:38 localhost kernel: [    2.045995] pci 0000:03:00.0: supports D1 D2
Sep 23 23:10:38 localhost kernel: [    2.045997] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.046006] pci 0000:03:00.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.046054] pci 0000:03:00.1: [1180:e230] type 0 class 0x000880
Sep 23 23:10:38 localhost kernel: [    2.046077] pci 0000:03:00.1: reg 10: [mem 0xe6602000-0xe66020ff]
Sep 23 23:10:38 localhost kernel: [    2.046194] pci 0000:03:00.1: supports D1 D2
Sep 23 23:10:38 localhost kernel: [    2.046196] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.046205] pci 0000:03:00.1: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.046256] pci 0000:03:00.3: [1180:e832] type 0 class 0x000c00
Sep 23 23:10:38 localhost kernel: [    2.046279] pci 0000:03:00.3: reg 10: [mem 0xe6601000-0xe66017ff]
Sep 23 23:10:38 localhost kernel: [    2.046396] pci 0000:03:00.3: supports D1 D2
Sep 23 23:10:38 localhost kernel: [    2.046398] pci 0000:03:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.046407] pci 0000:03:00.3: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.046455] pci 0000:03:00.4: [1180:e822] type 0 class 0x000805
Sep 23 23:10:38 localhost kernel: [    2.046478] pci 0000:03:00.4: reg 10: [mem 0xe6600000-0xe66000ff]
Sep 23 23:10:38 localhost kernel: [    2.046594] pci 0000:03:00.4: supports D1 D2
Sep 23 23:10:38 localhost kernel: [    2.046596] pci 0000:03:00.4: PME# supported from D0 D1 D2 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.046605] pci 0000:03:00.4: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.046673] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
Sep 23 23:10:38 localhost kernel: [    2.046682] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
Sep 23 23:10:38 localhost kernel: [    2.046691] pci 0000:00:1c.1:   bridge window [mem 0xe6600000-0xe79fffff]
Sep 23 23:10:38 localhost kernel: [    2.046701] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.046965] pci 0000:04:00.0: [11ab:4380] type 0 class 0x000200
Sep 23 23:10:38 localhost kernel: [    2.047196] pci 0000:04:00.0: reg 10: [mem 0xe5220000-0xe5223fff 64bit]
Sep 23 23:10:38 localhost kernel: [    2.047319] pci 0000:04:00.0: reg 18: [io  0xa000-0xa0ff]
Sep 23 23:10:38 localhost kernel: [    2.047858] pci 0000:04:00.0: reg 30: [mem 0xe5200000-0xe521ffff pref]
Sep 23 23:10:38 localhost kernel: [    2.048245] pci 0000:04:00.0: supports D1 D2
Sep 23 23:10:38 localhost kernel: [    2.048247] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 23 23:10:38 localhost kernel: [    2.048288] pci 0000:04:00.0: PME# disabled
Sep 23 23:10:38 localhost kernel: [    2.048520] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
Sep 23 23:10:38 localhost kernel: [    2.048528] pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
Sep 23 23:10:38 localhost kernel: [    2.048537] pci 0000:00:1c.2:   bridge window [mem 0xe5200000-0xe65fffff]
Sep 23 23:10:38 localhost kernel: [    2.048548] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.048598] pci 0000:00:1c.5: PCI bridge to [bus 05-0c]
Sep 23 23:10:38 localhost kernel: [    2.048606] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
Sep 23 23:10:38 localhost kernel: [    2.048615] pci 0000:00:1c.5:   bridge window [mem 0xe3200000-0xe51fffff]
Sep 23 23:10:38 localhost kernel: [    2.048626] pci 0000:00:1c.5:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.048701] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048711] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.048720] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.048731] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
Sep 23 23:10:38 localhost kernel: [    2.048734] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048737] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048739] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048742] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048745] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048748] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048750] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048753] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048756] pci 0000:00:1e.0:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048759] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xfeafffff] (subtractive decode)
Sep 23 23:10:38 localhost kernel: [    2.048795] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Sep 23 23:10:38 localhost kernel: [    2.048952] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Sep 23 23:10:38 localhost kernel: [    2.049010] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
Sep 23 23:10:38 localhost kernel: [    2.049076] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
Sep 23 23:10:38 localhost kernel: [    2.049153] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
Sep 23 23:10:38 localhost kernel: [    2.049211] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG3._PRT]
Sep 23 23:10:38 localhost kernel: [    2.049362] \_SB_.PCI0:_OSC invalid UUID
Sep 23 23:10:38 localhost kernel: [    2.049364] _OSC request data:1 1f 1f 
Sep 23 23:10:38 localhost kernel: [    2.049368]  pci0000:00: Requesting ACPI _OSC control (0x1d)
Sep 23 23:10:38 localhost kernel: [    2.049407] \_SB_.PCI0:_OSC invalid UUID
Sep 23 23:10:38 localhost kernel: [    2.049408] _OSC request data:1 0 1d 
Sep 23 23:10:38 localhost kernel: [    2.049412]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
Sep 23 23:10:38 localhost kernel: [    2.049415] ACPI _OSC control for PCIe not granted, disabling ASPM
Sep 23 23:10:38 localhost kernel: [    2.055476] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
Sep 23 23:10:38 localhost kernel: [    2.055553] pci 0000:3f:00.0: [8086:2c52] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055575] pci 0000:3f:00.1: [8086:2c81] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055598] pci 0000:3f:02.0: [8086:2c90] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055618] pci 0000:3f:02.1: [8086:2c91] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055640] pci 0000:3f:03.0: [8086:2c98] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055662] pci 0000:3f:03.1: [8086:2c99] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055682] pci 0000:3f:03.4: [8086:2c9c] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055703] pci 0000:3f:04.0: [8086:2ca0] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055722] pci 0000:3f:04.1: [8086:2ca1] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055742] pci 0000:3f:04.2: [8086:2ca2] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055761] pci 0000:3f:04.3: [8086:2ca3] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055783] pci 0000:3f:05.0: [8086:2ca8] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055802] pci 0000:3f:05.1: [8086:2ca9] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055823] pci 0000:3f:05.2: [8086:2caa] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055843] pci 0000:3f:05.3: [8086:2cab] type 0 class 0x000600
Sep 23 23:10:38 localhost kernel: [    2.055882]  pci0000:3f: Requesting ACPI _OSC control (0x1d)
Sep 23 23:10:38 localhost kernel: [    2.055885]  pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
Sep 23 23:10:38 localhost kernel: [    2.055887] ACPI _OSC control for PCIe not granted, disabling ASPM
Sep 23 23:10:38 localhost kernel: [    2.056458] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Sep 23 23:10:38 localhost kernel: [    2.056521] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 *3 4 5 6 7 11 12 14 15)
Sep 23 23:10:38 localhost kernel: [    2.056582] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 *4 5 6 7 10 12 14 15)
Sep 23 23:10:38 localhost kernel: [    2.056645] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
Sep 23 23:10:38 localhost kernel: [    2.056705] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Sep 23 23:10:38 localhost kernel: [    2.056765] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Sep 23 23:10:38 localhost kernel: [    2.056825] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
Sep 23 23:10:38 localhost kernel: [    2.056884] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
Sep 23 23:10:38 localhost kernel: [    2.056993] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Sep 23 23:10:38 localhost kernel: [    2.057004] vgaarb: loaded
Sep 23 23:10:38 localhost kernel: [    2.057005] vgaarb: bridge control possible 0000:01:00.0
Sep 23 23:10:38 localhost kernel: [    2.057089] PCI: Using ACPI for IRQ routing
Sep 23 23:10:38 localhost kernel: [    2.058575] PCI: pci_cache_line_size set to 64 bytes
Sep 23 23:10:38 localhost kernel: [    2.058800] reserve RAM buffer: 000000000009e800 - 000000000009ffff 
Sep 23 23:10:38 localhost kernel: [    2.058802] reserve RAM buffer: 00000000cee72000 - 00000000cfffffff 
Sep 23 23:10:38 localhost kernel: [    2.058926] NetLabel: Initializing
Sep 23 23:10:38 localhost kernel: [    2.058928] NetLabel:  domain hash size = 128
Sep 23 23:10:38 localhost kernel: [    2.058929] NetLabel:  protocols = UNLABELED CIPSOv4
Sep 23 23:10:38 localhost kernel: [    2.058942] NetLabel:  unlabeled traffic allowed by default
Sep 23 23:10:38 localhost kernel: [    2.058988] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
Sep 23 23:10:38 localhost kernel: [    2.058999] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
Sep 23 23:10:38 localhost kernel: [    2.059006] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Sep 23 23:10:38 localhost kernel: [    2.064177] hpet: hpet2 irq 40 for MSI
Sep 23 23:10:38 localhost kernel: [    2.064298] hpet: hpet3 irq 41 for MSI
Sep 23 23:10:38 localhost kernel: [    2.067647] hpet: hpet4 irq 42 for MSI
Sep 23 23:10:38 localhost kernel: [    2.070981] hpet: hpet5 irq 43 for MSI
Sep 23 23:10:38 localhost kernel: [    2.074376] hpet: hpet6 irq 44 for MSI
Sep 23 23:10:38 localhost kernel: [    2.087924] Switching to clocksource hpet
Sep 23 23:10:38 localhost kernel: [    2.088058] Switched to NOHz mode on CPU #0
Sep 23 23:10:38 localhost kernel: [    2.088061] Switched to NOHz mode on CPU #1
Sep 23 23:10:38 localhost kernel: [    2.088064] Switched to NOHz mode on CPU #3
Sep 23 23:10:38 localhost kernel: [    2.088084] Switched to NOHz mode on CPU #2
Sep 23 23:10:38 localhost kernel: [    2.088086] Switched to NOHz mode on CPU #4
Sep 23 23:10:38 localhost kernel: [    2.091169] Switched to NOHz mode on CPU #6
Sep 23 23:10:38 localhost kernel: [    2.091172] Switched to NOHz mode on CPU #7
Sep 23 23:10:38 localhost kernel: [    2.091176] Switched to NOHz mode on CPU #5
Sep 23 23:10:38 localhost kernel: [    2.094005] pnp: PnP ACPI init
Sep 23 23:10:38 localhost kernel: [    2.094020] ACPI: bus type pnp registered
Sep 23 23:10:38 localhost kernel: [    2.094334] pnp 00:00: [bus 00-3e]
Sep 23 23:10:38 localhost kernel: [    2.094337] pnp 00:00: [io  0x0000-0x0cf7 window]
Sep 23 23:10:38 localhost kernel: [    2.094339] pnp 00:00: [io  0x0cf8-0x0cff]
Sep 23 23:10:38 localhost kernel: [    2.094342] pnp 00:00: [io  0x0d00-0xffff window]
Sep 23 23:10:38 localhost kernel: [    2.094344] pnp 00:00: [mem 0x000a0000-0x000bffff window]
Sep 23 23:10:38 localhost kernel: [    2.094346] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
Sep 23 23:10:38 localhost kernel: [    2.094349] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
Sep 23 23:10:38 localhost kernel: [    2.094351] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
Sep 23 23:10:38 localhost kernel: [    2.094353] pnp 00:00: [mem 0x000cc000-0x000cffff window]
Sep 23 23:10:38 localhost kernel: [    2.094355] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
Sep 23 23:10:38 localhost kernel: [    2.094358] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
Sep 23 23:10:38 localhost kernel: [    2.094360] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
Sep 23 23:10:38 localhost kernel: [    2.094364] pnp 00:00: [mem 0x000dc000-0x000dffff window]
Sep 23 23:10:38 localhost kernel: [    2.094367] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
Sep 23 23:10:38 localhost kernel: [    2.094369] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
Sep 23 23:10:38 localhost kernel: [    2.094371] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
Sep 23 23:10:38 localhost kernel: [    2.094373] pnp 00:00: [mem 0x000ec000-0x000effff window]
Sep 23 23:10:38 localhost kernel: [    2.094375] pnp 00:00: [mem 0x000f0000-0x000fffff window]
Sep 23 23:10:38 localhost kernel: [    2.094378] pnp 00:00: [mem 0xd0000000-0xfeafffff window]
Sep 23 23:10:38 localhost kernel: [    2.094443] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Sep 23 23:10:38 localhost kernel: [    2.094458] pnp 00:01: [io  0x0000-0x001f]
Sep 23 23:10:38 localhost kernel: [    2.094460] pnp 00:01: [io  0x0081-0x0091]
Sep 23 23:10:38 localhost kernel: [    2.094462] pnp 00:01: [io  0x0093-0x009f]
Sep 23 23:10:38 localhost kernel: [    2.094464] pnp 00:01: [io  0x00c0-0x00df]
Sep 23 23:10:38 localhost kernel: [    2.094466] pnp 00:01: [dma 4]
Sep 23 23:10:38 localhost kernel: [    2.094491] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Sep 23 23:10:38 localhost kernel: [    2.094500] pnp 00:02: [mem 0xff000000-0xffffffff]
Sep 23 23:10:38 localhost kernel: [    2.094521] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
Sep 23 23:10:38 localhost kernel: [    2.094616] pnp 00:03: [mem 0xfed00000-0xfed003ff]
Sep 23 23:10:38 localhost kernel: [    2.094641] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
Sep 23 23:10:38 localhost kernel: [    2.094652] pnp 00:04: [io  0x00f0]
Sep 23 23:10:38 localhost kernel: [    2.094663] pnp 00:04: [irq 13]
Sep 23 23:10:38 localhost kernel: [    2.094688] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Sep 23 23:10:38 localhost kernel: [    2.094700] pnp 00:05: [io  0x002e-0x002f]
Sep 23 23:10:38 localhost kernel: [    2.094702] pnp 00:05: [io  0x004e-0x004f]
Sep 23 23:10:38 localhost kernel: [    2.094704] pnp 00:05: [io  0x0061]
Sep 23 23:10:38 localhost kernel: [    2.094705] pnp 00:05: [io  0x0063]
Sep 23 23:10:38 localhost kernel: [    2.094707] pnp 00:05: [io  0x0065]
Sep 23 23:10:38 localhost kernel: [    2.094709] pnp 00:05: [io  0x0067]
Sep 23 23:10:38 localhost kernel: [    2.094711] pnp 00:05: [io  0x0070]
Sep 23 23:10:38 localhost kernel: [    2.094712] pnp 00:05: [io  0x0080]
Sep 23 23:10:38 localhost kernel: [    2.094714] pnp 00:05: [io  0x0092]
Sep 23 23:10:38 localhost kernel: [    2.094716] pnp 00:05: [io  0x00b2-0x00b3]
Sep 23 23:10:38 localhost kernel: [    2.094718] pnp 00:05: [io  0x0680-0x069f]
Sep 23 23:10:38 localhost kernel: [    2.094720] pnp 00:05: [io  0xff00-0xff0f]
Sep 23 23:10:38 localhost kernel: [    2.094722] pnp 00:05: [io  0xff10-0xff13]
Sep 23 23:10:38 localhost kernel: [    2.094724] pnp 00:05: [io  0x0800-0x0803]
Sep 23 23:10:38 localhost kernel: [    2.094726] pnp 00:05: [io  0x0400-0x047f]
Sep 23 23:10:38 localhost kernel: [    2.094727] pnp 00:05: [io  0x0500-0x057f]
Sep 23 23:10:38 localhost kernel: [    2.094729] pnp 00:05: [io  0x164e-0x164f]
Sep 23 23:10:38 localhost kernel: [    2.094808] system 00:05: [io  0x0680-0x069f] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.094811] system 00:05: [io  0xff00-0xff0f] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.094814] system 00:05: [io  0xff10-0xff13] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.094816] system 00:05: [io  0x0800-0x0803] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.094819] system 00:05: [io  0x0400-0x047f] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.094822] system 00:05: [io  0x0500-0x057f] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.094824] system 00:05: [io  0x164e-0x164f] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.094828] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 23 23:10:38 localhost kernel: [    2.094837] pnp 00:06: [io  0x0070-0x0077]
Sep 23 23:10:38 localhost kernel: [    2.094847] pnp 00:06: [irq 8]
Sep 23 23:10:38 localhost kernel: [    2.094873] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Sep 23 23:10:38 localhost kernel: [    2.094884] pnp 00:07: [io  0x0060]
Sep 23 23:10:38 localhost kernel: [    2.094886] pnp 00:07: [io  0x0064]
Sep 23 23:10:38 localhost kernel: [    2.094895] pnp 00:07: [irq 1]
Sep 23 23:10:38 localhost kernel: [    2.094920] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
Sep 23 23:10:38 localhost kernel: [    2.094936] pnp 00:08: [irq 12]
Sep 23 23:10:38 localhost kernel: [    2.094989] pnp 00:08: Plug and Play ACPI device, IDs PNP0f13 (active)
Sep 23 23:10:38 localhost kernel: [    2.095371] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
Sep 23 23:10:38 localhost kernel: [    2.095374] pnp 00:09: [mem 0x00000000-0xffffffffffffffff disabled]
Sep 23 23:10:38 localhost kernel: [    2.095377] pnp 00:09: [mem 0xfed1b000-0xfed1bfff]
Sep 23 23:10:38 localhost kernel: [    2.095381] pnp 00:09: [mem 0x00000000-0xffffffffffffffff disabled]
Sep 23 23:10:38 localhost kernel: [    2.095383] pnp 00:09: [mem 0xf8000000-0xfbffffff]
Sep 23 23:10:38 localhost kernel: [    2.095385] pnp 00:09: [mem 0xfed20000-0xfed3ffff]
Sep 23 23:10:38 localhost kernel: [    2.095388] pnp 00:09: [mem 0xfed90000-0xfed8ffff disabled]
Sep 23 23:10:38 localhost kernel: [    2.095390] pnp 00:09: [mem 0xfed45000-0xfed8ffff]
Sep 23 23:10:38 localhost kernel: [    2.095392] pnp 00:09: [mem 0xff000000-0xffffffff]
Sep 23 23:10:38 localhost kernel: [    2.095394] pnp 00:09: [mem 0xfee00000-0xfeefffff]
Sep 23 23:10:38 localhost kernel: [    2.095396] pnp 00:09: [mem 0xe8e0b000-0xe8e0bfff]
Sep 23 23:10:38 localhost kernel: [    2.095477] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.095480] system 00:09: [mem 0xfed1b000-0xfed1bfff] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.095483] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.095486] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.095489] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.095492] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
Sep 23 23:10:38 localhost kernel: [    2.095495] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Sep 23 23:10:38 localhost kernel: [    2.095498] system 00:09: [mem 0xe8e0b000-0xe8e0bfff] has been reserved
Sep 23 23:10:38 localhost kernel: [    2.095501] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 23 23:10:38 localhost kernel: [    2.095682] pnp 00:0a: [bus 3f]
Sep 23 23:10:38 localhost kernel: [    2.095737] pnp 00:0a: Plug and Play ACPI device, IDs PNP0a03 (active)
Sep 23 23:10:38 localhost kernel: [    2.109069] pnp: PnP ACPI: found 11 devices
Sep 23 23:10:38 localhost kernel: [    2.109071] ACPI: ACPI bus type pnp unregistered
Sep 23 23:10:38 localhost kernel: [    2.115235] PCI: max bus depth: 1 pci_try_num: 2
Sep 23 23:10:38 localhost kernel: [    2.115295] pci 0000:00:1c.5: BAR 15: assigned [mem 0xe8f00000-0xe90fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115301] pci 0000:00:1c.2: BAR 15: assigned [mem 0xe9100000-0xe92fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115307] pci 0000:00:1c.1: BAR 15: assigned [mem 0xe9300000-0xe94fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115313] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe9500000-0xe96fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115316] pci 0000:00:03.0: PCI bridge to [bus 01-01]
Sep 23 23:10:38 localhost kernel: [    2.115319] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
Sep 23 23:10:38 localhost kernel: [    2.115324] pci 0000:00:03.0:   bridge window [mem 0xd0000000-0xe30fffff]
Sep 23 23:10:38 localhost kernel: [    2.115327] pci 0000:00:03.0:   bridge window [mem pref disabled]
Sep 23 23:10:38 localhost kernel: [    2.115332] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Sep 23 23:10:38 localhost kernel: [    2.115338] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
Sep 23 23:10:38 localhost kernel: [    2.115343] pci 0000:00:1c.0:   bridge window [mem 0xe7a00000-0xe8dfffff]
Sep 23 23:10:38 localhost kernel: [    2.115352] pci 0000:00:1c.0:   bridge window [mem 0xe9500000-0xe96fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115363] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
Sep 23 23:10:38 localhost kernel: [    2.115371] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
Sep 23 23:10:38 localhost kernel: [    2.115381] pci 0000:00:1c.1:   bridge window [mem 0xe6600000-0xe79fffff]
Sep 23 23:10:38 localhost kernel: [    2.115390] pci 0000:00:1c.1:   bridge window [mem 0xe9300000-0xe94fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115401] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
Sep 23 23:10:38 localhost kernel: [    2.115409] pci 0000:00:1c.2:   bridge window [io  0xa000-0xafff]
Sep 23 23:10:38 localhost kernel: [    2.115419] pci 0000:00:1c.2:   bridge window [mem 0xe5200000-0xe65fffff]
Sep 23 23:10:38 localhost kernel: [    2.115428] pci 0000:00:1c.2:   bridge window [mem 0xe9100000-0xe92fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115439] pci 0000:00:1c.5: PCI bridge to [bus 05-0c]
Sep 23 23:10:38 localhost kernel: [    2.115446] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
Sep 23 23:10:38 localhost kernel: [    2.115456] pci 0000:00:1c.5:   bridge window [mem 0xe3200000-0xe51fffff]
Sep 23 23:10:38 localhost kernel: [    2.115464] pci 0000:00:1c.5:   bridge window [mem 0xe8f00000-0xe90fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115474] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d]
Sep 23 23:10:38 localhost kernel: [    2.115476] pci 0000:00:1e.0:   bridge window [io  disabled]
Sep 23 23:10:38 localhost kernel: [    2.115486] pci 0000:00:1e.0:   bridge window [mem disabled]
Sep 23 23:10:38 localhost kernel: [    2.115494] pci 0000:00:1e.0:   bridge window [mem pref disabled]
Sep 23 23:10:38 localhost kernel: [    2.115514] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:10:38 localhost kernel: [    2.115518] pci 0000:00:03.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.115533] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:10:38 localhost kernel: [    2.115542] pci 0000:00:1c.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.115559] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Sep 23 23:10:38 localhost kernel: [    2.115564] pci 0000:00:1c.1: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.115581] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Sep 23 23:10:38 localhost kernel: [    2.115585] pci 0000:00:1c.2: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.115600] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Sep 23 23:10:38 localhost kernel: [    2.115609] pci 0000:00:1c.5: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.115624] pci 0000:00:1e.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.115633] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Sep 23 23:10:38 localhost kernel: [    2.115635] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Sep 23 23:10:38 localhost kernel: [    2.115638] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Sep 23 23:10:38 localhost kernel: [    2.115640] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
Sep 23 23:10:38 localhost kernel: [    2.115642] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
Sep 23 23:10:38 localhost kernel: [    2.115645] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
Sep 23 23:10:38 localhost kernel: [    2.115647] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
Sep 23 23:10:38 localhost kernel: [    2.115650] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
Sep 23 23:10:38 localhost kernel: [    2.115652] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
Sep 23 23:10:38 localhost kernel: [    2.115655] pci_bus 0000:00: resource 13 [mem 0xd0000000-0xfeafffff]
Sep 23 23:10:38 localhost kernel: [    2.115657] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
Sep 23 23:10:38 localhost kernel: [    2.115660] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xe30fffff]
Sep 23 23:10:38 localhost kernel: [    2.115662] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
Sep 23 23:10:38 localhost kernel: [    2.115665] pci_bus 0000:02: resource 1 [mem 0xe7a00000-0xe8dfffff]
Sep 23 23:10:38 localhost kernel: [    2.115667] pci_bus 0000:02: resource 2 [mem 0xe9500000-0xe96fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115670] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
Sep 23 23:10:38 localhost kernel: [    2.115672] pci_bus 0000:03: resource 1 [mem 0xe6600000-0xe79fffff]
Sep 23 23:10:38 localhost kernel: [    2.115675] pci_bus 0000:03: resource 2 [mem 0xe9300000-0xe94fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115677] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
Sep 23 23:10:38 localhost kernel: [    2.115680] pci_bus 0000:04: resource 1 [mem 0xe5200000-0xe65fffff]
Sep 23 23:10:38 localhost kernel: [    2.115682] pci_bus 0000:04: resource 2 [mem 0xe9100000-0xe92fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115685] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
Sep 23 23:10:38 localhost kernel: [    2.115687] pci_bus 0000:05: resource 1 [mem 0xe3200000-0xe51fffff]
Sep 23 23:10:38 localhost kernel: [    2.115690] pci_bus 0000:05: resource 2 [mem 0xe8f00000-0xe90fffff 64bit pref]
Sep 23 23:10:38 localhost kernel: [    2.115692] pci_bus 0000:0d: resource 4 [io  0x0000-0x0cf7]
Sep 23 23:10:38 localhost kernel: [    2.115695] pci_bus 0000:0d: resource 5 [io  0x0d00-0xffff]
Sep 23 23:10:38 localhost kernel: [    2.115697] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
Sep 23 23:10:38 localhost kernel: [    2.115700] pci_bus 0000:0d: resource 7 [mem 0x000d0000-0x000d3fff]
Sep 23 23:10:38 localhost kernel: [    2.115702] pci_bus 0000:0d: resource 8 [mem 0x000d4000-0x000d7fff]
Sep 23 23:10:38 localhost kernel: [    2.115704] pci_bus 0000:0d: resource 9 [mem 0x000d8000-0x000dbfff]
Sep 23 23:10:38 localhost kernel: [    2.115707] pci_bus 0000:0d: resource 10 [mem 0x000dc000-0x000dffff]
Sep 23 23:10:38 localhost kernel: [    2.115709] pci_bus 0000:0d: resource 11 [mem 0x000e0000-0x000e3fff]
Sep 23 23:10:38 localhost kernel: [    2.115712] pci_bus 0000:0d: resource 12 [mem 0x000e4000-0x000e7fff]
Sep 23 23:10:38 localhost kernel: [    2.115714] pci_bus 0000:0d: resource 13 [mem 0xd0000000-0xfeafffff]
Sep 23 23:10:38 localhost kernel: [    2.115794] NET: Registered protocol family 2
Sep 23 23:10:38 localhost kernel: [    2.115990] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
Sep 23 23:10:38 localhost kernel: [    2.117026] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Sep 23 23:10:38 localhost kernel: [    2.120342] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Sep 23 23:10:38 localhost kernel: [    2.120741] TCP: Hash tables configured (established 524288 bind 65536)
Sep 23 23:10:38 localhost kernel: [    2.120744] TCP reno registered
Sep 23 23:10:38 localhost kernel: [    2.120755] UDP hash table entries: 2048 (order: 4, 65536 bytes)
Sep 23 23:10:38 localhost kernel: [    2.120801] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
Sep 23 23:10:38 localhost kernel: [    2.121080] NET: Registered protocol family 1
Sep 23 23:10:38 localhost kernel: [    2.234797] pci 0000:01:00.0: Boot video device
Sep 23 23:10:38 localhost kernel: [    2.234865] PCI: CLS 64 bytes, default 64
Sep 23 23:10:38 localhost kernel: [    2.234906] Unpacking initramfs...
Sep 23 23:10:38 localhost kernel: [    2.270063] Freeing initrd memory: 2016k freed
Sep 23 23:10:38 localhost kernel: [    2.270300] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 23 23:10:38 localhost kernel: [    2.270303] Placing 64MB software IO TLB between ffff8800cae6c000 - ffff8800cee6c000
Sep 23 23:10:38 localhost kernel: [    2.270306] software IO TLB at phys 0xcae6c000 - 0xcee6c000
Sep 23 23:10:38 localhost kernel: [    2.271011] audit: initializing netlink socket (disabled)
Sep 23 23:10:38 localhost kernel: [    2.271021] type=2000 audit(1316833829.563:1): initialized
Sep 23 23:10:38 localhost kernel: [    2.276789] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Sep 23 23:10:38 localhost kernel: [    2.288881] VFS: Disk quotas dquot_6.5.2
Sep 23 23:10:38 localhost kernel: [    2.289038] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 23 23:10:38 localhost kernel: [    2.289210] msgmni has been set to 7890
Sep 23 23:10:38 localhost kernel: [    2.289479] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Sep 23 23:10:38 localhost kernel: [    2.289532] io scheduler noop registered
Sep 23 23:10:38 localhost kernel: [    2.289534] io scheduler deadline registered
Sep 23 23:10:38 localhost kernel: [    2.289586] io scheduler cfq registered (default)
Sep 23 23:10:38 localhost kernel: [    2.290012] intel_idle: MWAIT substates: 0x1120
Sep 23 23:10:38 localhost kernel: [    2.290027] intel_idle: v0.4 model 0x1E
Sep 23 23:10:38 localhost kernel: [    2.290029] intel_idle: lapic_timer_reliable_states 0x2
Sep 23 23:10:38 localhost kernel: [    2.290089] ERST: Table is not found!
Sep 23 23:10:38 localhost kernel: [    2.290145] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Sep 23 23:10:38 localhost kernel: [    2.514921] Linux agpgart interface v0.103
Sep 23 23:10:38 localhost kernel: [    2.515024] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 23 23:10:38 localhost kernel: [    2.520566] serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 23 23:10:38 localhost kernel: [    2.520597] serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 23 23:10:38 localhost kernel: [    2.520677] mousedev: PS/2 mouse device common for all mice
Sep 23 23:10:38 localhost kernel: [    2.520743] rtc_cmos 00:06: RTC can wake from S4
Sep 23 23:10:38 localhost kernel: [    2.520853] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Sep 23 23:10:38 localhost kernel: [    2.520891] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Sep 23 23:10:38 localhost kernel: [    2.521101] cpuidle: using governor ladder
Sep 23 23:10:38 localhost kernel: [    2.521447] cpuidle: using governor menu
Sep 23 23:10:38 localhost kernel: [    2.521678] TCP cubic registered
Sep 23 23:10:38 localhost kernel: [    2.521681] NET: Registered protocol family 17
Sep 23 23:10:38 localhost kernel: [    2.521688] Registering the dns_resolver key type
Sep 23 23:10:38 localhost kernel: [    2.521773] PM: Hibernation image not present or could not be loaded.
Sep 23 23:10:38 localhost kernel: [    2.521778] registered taskstats version 1
Sep 23 23:10:38 localhost kernel: [    2.528675] rtc_cmos 00:06: setting system clock to 2011-09-24 03:10:29 UTC (1316833829)
Sep 23 23:10:38 localhost kernel: [    2.528814] Initializing network drop monitor service
Sep 23 23:10:38 localhost kernel: [    2.532203] Freeing unused kernel memory: 712k freed
Sep 23 23:10:38 localhost kernel: [    2.532392] Write protecting the kernel read-only data: 6144k
Sep 23 23:10:38 localhost kernel: [    2.533024] Freeing unused kernel memory: 12k freed
Sep 23 23:10:38 localhost kernel: [    2.539201] Freeing unused kernel memory: 776k freed
Sep 23 23:10:38 localhost kernel: [    2.545481] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Sep 23 23:10:38 localhost kernel: [    2.626397] usbcore: registered new interface driver usbfs
Sep 23 23:10:38 localhost kernel: [    2.626721] usbcore: registered new interface driver hub
Sep 23 23:10:38 localhost kernel: [    2.626791] usbcore: registered new device driver usb
Sep 23 23:10:38 localhost kernel: [    2.626810] SCSI subsystem initialized
Sep 23 23:10:38 localhost kernel: [    2.628470] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep 23 23:10:38 localhost kernel: [    2.628519] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:10:38 localhost kernel: [    2.628560] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.628570] ehci_hcd 0000:00:1a.0: EHCI Host Controller
Sep 23 23:10:38 localhost kernel: [    2.628636] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Sep 23 23:10:38 localhost kernel: [    2.628688] ehci_hcd 0000:00:1a.0: debug port 2
Sep 23 23:10:38 localhost kernel: [    2.632808] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Sep 23 23:10:38 localhost kernel: [    2.632835] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe8e08000
Sep 23 23:10:38 localhost kernel: [    2.636833] libata version 3.00 loaded.
Sep 23 23:10:38 localhost kernel: [    2.644568] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Sep 23 23:10:38 localhost kernel: [    2.645022] hub 1-0:1.0: USB hub found
Sep 23 23:10:38 localhost kernel: [    2.645030] hub 1-0:1.0: 2 ports detected
Sep 23 23:10:38 localhost kernel: [    2.645310] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Sep 23 23:10:38 localhost kernel: [    2.645402] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.645416] ehci_hcd 0000:00:1d.0: EHCI Host Controller
Sep 23 23:10:38 localhost kernel: [    2.645445] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Sep 23 23:10:38 localhost kernel: [    2.645483] ehci_hcd 0000:00:1d.0: debug port 2
Sep 23 23:10:38 localhost kernel: [    2.649412] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Sep 23 23:10:38 localhost kernel: [    2.649435] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xe8e07000
Sep 23 23:10:38 localhost kernel: [    2.661334] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Sep 23 23:10:38 localhost kernel: [    2.661559] hub 2-0:1.0: USB hub found
Sep 23 23:10:38 localhost kernel: [    2.661567] hub 2-0:1.0: 2 ports detected
Sep 23 23:10:38 localhost kernel: [    2.661732] ahci 0000:00:1f.2: version 3.0
Sep 23 23:10:38 localhost kernel: [    2.661762] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Sep 23 23:10:38 localhost kernel: [    2.661905] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
Sep 23 23:10:38 localhost kernel: [    2.661979] ahci: SSS flag set, parallel bus scan disabled
Sep 23 23:10:38 localhost kernel: [    2.662038] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x23 impl SATA mode
Sep 23 23:10:38 localhost kernel: [    2.662042] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part sxs apst 
Sep 23 23:10:38 localhost kernel: [    2.662051] ahci 0000:00:1f.2: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    2.663200] scsi0 : ahci
Sep 23 23:10:38 localhost kernel: [    2.663473] scsi1 : ahci
Sep 23 23:10:38 localhost kernel: [    2.663704] scsi2 : ahci
Sep 23 23:10:38 localhost kernel: [    2.663962] scsi3 : ahci
Sep 23 23:10:38 localhost kernel: [    2.664099] scsi4 : ahci
Sep 23 23:10:38 localhost kernel: [    2.664276] scsi5 : ahci
Sep 23 23:10:38 localhost kernel: [    2.664675] ata1: SATA max UDMA/133 abar m2048@0xe8e06000 port 0xe8e06100 irq 45
Sep 23 23:10:38 localhost kernel: [    2.664682] ata2: SATA max UDMA/133 abar m2048@0xe8e06000 port 0xe8e06180 irq 45
Sep 23 23:10:38 localhost kernel: [    2.664686] ata3: DUMMY
Sep 23 23:10:38 localhost kernel: [    2.664689] ata4: DUMMY
Sep 23 23:10:38 localhost kernel: [    2.664691] ata5: DUMMY
Sep 23 23:10:38 localhost kernel: [    2.664700] ata6: SATA max UDMA/133 abar m2048@0xe8e06000 port 0xe8e06380 irq 45
Sep 23 23:10:38 localhost kernel: [    2.951298] usb 1-1: new high speed USB device number 2 using ehci_hcd
Sep 23 23:10:38 localhost kernel: [    2.984558] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Sep 23 23:10:38 localhost kernel: [    2.985600] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Sep 23 23:10:38 localhost kernel: [    3.033328] ata1.00: ATA-8: TOSHIBA MK3264GSY, LH513A, max UDMA/100
Sep 23 23:10:38 localhost kernel: [    3.033336] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
Sep 23 23:10:38 localhost kernel: [    3.034416] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Sep 23 23:10:38 localhost kernel: [    3.034797] ata1.00: configured for UDMA/100
Sep 23 23:10:38 localhost kernel: [    3.035163] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK3264GS LH51 PQ: 0 ANSI: 5
Sep 23 23:10:38 localhost kernel: [    3.075806] hub 1-1:1.0: USB hub found
Sep 23 23:10:38 localhost kernel: [    3.075914] hub 1-1:1.0: 6 ports detected
Sep 23 23:10:38 localhost kernel: [    3.181207] usb 2-1: new high speed USB device number 2 using ehci_hcd
Sep 23 23:10:38 localhost kernel: [    3.271081] Refined TSC clocksource calibration: 1728.999 MHz.
Sep 23 23:10:38 localhost kernel: [    3.271089] Switching to clocksource tsc
Sep 23 23:10:38 localhost kernel: [    3.305384] hub 2-1:1.0: USB hub found
Sep 23 23:10:38 localhost kernel: [    3.305551] hub 2-1:1.0: 8 ports detected
Sep 23 23:10:38 localhost kernel: [    3.354488] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Sep 23 23:10:38 localhost kernel: [    3.355882] ata2.00: ATAPI: MATSHITABD-MLT UJ240AS, 1.10, max UDMA/100
Sep 23 23:10:38 localhost kernel: [    3.357361] ata2.00: configured for UDMA/100
Sep 23 23:10:38 localhost kernel: [    3.358951] scsi 1:0:0:0: CD-ROM            MATSHITA BD-MLT UJ240AS   1.10 PQ: 0 ANSI: 5
Sep 23 23:10:38 localhost kernel: [    3.384722] usb 1-1.2: new high speed USB device number 3 using ehci_hcd
Sep 23 23:10:38 localhost kernel: [    3.524450] CE: hpet increased min_delta_ns to 20113 nsec
Sep 23 23:10:38 localhost kernel: [    3.551225] usb 1-1.6: new full speed USB device number 4 using ehci_hcd
Sep 23 23:10:38 localhost kernel: [    3.677705] ata6: SATA link down (SStatus 0 SControl 300)
Sep 23 23:10:38 localhost kernel: [    3.686234] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Sep 23 23:10:38 localhost kernel: [    3.686365] sd 0:0:0:0: [sda] Write Protect is off
Sep 23 23:10:38 localhost kernel: [    3.686374] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep 23 23:10:38 localhost kernel: [    3.686425] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 23 23:10:38 localhost kernel: [    3.717877] usb 2-1.5: new low speed USB device number 3 using ehci_hcd
Sep 23 23:10:38 localhost kernel: [    3.725716]  sda: sda1 sda2 sda3 sda4
Sep 23 23:10:38 localhost kernel: [    3.726287] sd 0:0:0:0: [sda] Attached SCSI disk
Sep 23 23:10:38 localhost kernel: [    3.730584] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Sep 23 23:10:38 localhost kernel: [    3.730593] cdrom: Uniform CD-ROM driver Revision: 3.20
Sep 23 23:10:38 localhost kernel: [    3.730903] sr 1:0:0:0: Attached scsi CD-ROM sr0
Sep 23 23:10:38 localhost kernel: [    3.820041] usbcore: registered new interface driver usbhid
Sep 23 23:10:38 localhost kernel: [    3.820048] usbhid: USB HID core driver
Sep 23 23:10:38 localhost kernel: [    3.825330] input: Microsft Microsoft Wireless Desktop Receiver 3.1 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input1
Sep 23 23:10:38 localhost kernel: [    3.825441] microsoft 0003:045E:00F9.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1] on usb-0000:00:1d.0-1.5/input0
Sep 23 23:10:38 localhost kernel: [    3.840025] microsoft 0003:045E:00F9.0002: fixing up Microsoft Wireless Receiver Model 1028 report descriptor
Sep 23 23:10:38 localhost kernel: [    3.848011] input: Microsft Microsoft Wireless Desktop Receiver 3.1 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.1/input/input2
Sep 23 23:10:38 localhost kernel: [    3.848255] microsoft 0003:045E:00F9.0002: input,hidraw1: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1] on usb-0000:00:1d.0-1.5/input1
Sep 23 23:10:38 localhost kernel: [    4.224151] EXT3-fs: barriers not enabled
Sep 23 23:10:38 localhost kernel: [    4.231459] kjournald starting.  Commit interval 5 seconds
Sep 23 23:10:38 localhost kernel: [    4.231556] EXT3-fs (sda3): mounted filesystem with ordered data mode
Sep 23 23:10:38 localhost kernel: [    5.617918] cfg80211: Calling CRDA to update world regulatory domain
Sep 23 23:10:38 localhost kernel: [    5.648318] ACPI: acpi_idle yielding to intel_idle
Sep 23 23:10:38 localhost kernel: [    5.654441] [Firmware Bug]: ACPI(NGFX) defines _DOD but not _DOS
Sep 23 23:10:38 localhost kernel: [    5.659087] sky2: driver version 1.28
Sep 23 23:10:38 localhost kernel: [    5.659139] sky2 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Sep 23 23:10:38 localhost kernel: [    5.659154] sky2 0000:04:00.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    5.659195] sky2 0000:04:00.0: Yukon-2 UL 2 chip revision 0
Sep 23 23:10:38 localhost kernel: [    5.659305] sky2 0000:04:00.0: irq 46 for MSI/MSI-X
Sep 23 23:10:38 localhost kernel: [    5.659630] sky2 0000:04:00.0: eth0: addr 54:42:49:65:ff:9a
Sep 23 23:10:38 localhost kernel: [    5.664211] input: PC Speaker as /devices/platform/pcspkr/input/input3
Sep 23 23:10:38 localhost kernel: [    5.675355] acpi device:58: registered as cooling_device8
Sep 23 23:10:38 localhost kernel: [    5.675412] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:57/LNXVIDEO:02/input/input4
Sep 23 23:10:38 localhost kernel: [    5.675451] ACPI: Video Device [NGFX] (multi-head: yes  rom: no  post: no)
Sep 23 23:10:38 localhost kernel: [    5.677392] wmi: Mapper loaded
Sep 23 23:10:38 localhost kernel: [    5.684090] thermal LNXTHERM:00: registered as thermal_zone0
Sep 23 23:10:38 localhost kernel: [    5.684092] ACPI: Thermal Zone [TZ00] (64 C)
Sep 23 23:10:38 localhost kernel: [    5.714247] thermal LNXTHERM:01: registered as thermal_zone1
Sep 23 23:10:38 localhost kernel: [    5.714253] ACPI: Thermal Zone [TZ01] (64 C)
Sep 23 23:10:38 localhost kernel: [    5.726141] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Sep 23 23:10:38 localhost kernel: [    5.726154] ACPI: Battery Slot [BAT0] (battery present)
Sep 23 23:10:38 localhost kernel: [    5.726352] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
Sep 23 23:10:38 localhost kernel: [    5.728751] sony_laptop: Sony Notebook Control Driver v0.6
Sep 23 23:10:38 localhost kernel: [    5.737754] ACPI: Lid Switch [LID0]
Sep 23 23:10:38 localhost kernel: [    5.737812] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
Sep 23 23:10:38 localhost kernel: [    5.737864] ACPI: Power Button [PWRB]
Sep 23 23:10:38 localhost kernel: [    5.741858] iTCO_vendor_support: vendor-support=0
Sep 23 23:10:38 localhost kernel: [    5.743079] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/SNY5001:00/input/input7
Sep 23 23:10:38 localhost kernel: [    5.743450] input: Sony Vaio Jogdial as /devices/virtual/input/input8
Sep 23 23:10:38 localhost kernel: [    5.743763] sony_laptop: brightness ignored, must be controlled by ACPI video driver
Sep 23 23:10:38 localhost kernel: [    5.743854] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
Sep 23 23:10:38 localhost kernel: [    5.743990] iTCO_wdt: Found a PM55 TCO device (Version=2, TCOBASE=0x0460)
Sep 23 23:10:38 localhost kernel: [    5.744093] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Sep 23 23:10:38 localhost kernel: [    5.745509] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
Sep 23 23:10:38 localhost kernel: [    5.751394] ACPI: AC Adapter [ADP1] (on-line)
Sep 23 23:10:38 localhost kernel: [    5.788061] [drm] Initialized drm 1.1.0 20060810
Sep 23 23:10:38 localhost kernel: [    5.868164] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Sep 23 23:10:38 localhost kernel: [    5.876902] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Sep 23 23:10:38 localhost kernel: [    5.877095] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
Sep 23 23:10:38 localhost kernel: [    5.877184] HDA Intel 0000:00:1b.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    5.896033] MXM: GUID detected in BIOS
Sep 23 23:10:38 localhost kernel: [    5.896060] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:10:38 localhost kernel: [    5.896064] nouveau 0000:01:00.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    5.898033] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a5480a2)
Sep 23 23:10:38 localhost kernel: [    5.900716] sdhci: Secure Digital Host Controller Interface driver
Sep 23 23:10:38 localhost kernel: [    5.900725] sdhci: Copyright(c) Pierre Ossman
Sep 23 23:10:38 localhost kernel: [    5.901324] sdhci-pci 0000:03:00.0: SDHCI controller found [1180:e822] (rev 0)
Sep 23 23:10:38 localhost kernel: [    5.901346] sdhci-pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
Sep 23 23:10:38 localhost kernel: [    5.901407] sdhci-pci 0000:03:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
Sep 23 23:10:38 localhost kernel: [    5.901417] sdhci-pci 0000:03:00.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    5.901445] _regulator_get: 0000:03:00.0 supply vmmc not found, using dummy regulator
Sep 23 23:10:38 localhost kernel: [    5.901503] Registered led device: mmc0::
Sep 23 23:10:38 localhost kernel: [    5.901542] mmc0: SDHCI controller on PCI [0000:03:00.0] using DMA
Sep 23 23:10:38 localhost kernel: [    5.901556] sdhci-pci 0000:03:00.4: SDHCI controller found [1180:e822] (rev 0)
Sep 23 23:10:38 localhost kernel: [    5.901576] sdhci-pci 0000:03:00.4: PCI INT C -> GSI 19 (level, low) -> IRQ 19
Sep 23 23:10:38 localhost kernel: [    5.901596] sdhci-pci 0000:03:00.4: Will use DMA mode even though HW doesn't fully claim to support it.
Sep 23 23:10:38 localhost kernel: [    5.901606] sdhci-pci 0000:03:00.4: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    5.901634] _regulator_get: 0000:03:00.4 supply vmmc not found, using dummy regulator
Sep 23 23:10:38 localhost kernel: [    5.901665] Registered led device: mmc1::
Sep 23 23:10:38 localhost kernel: [    5.901701] mmc1: SDHCI controller on PCI [0000:03:00.4] using DMA
Sep 23 23:10:38 localhost kernel: [    5.904213] EDAC MC: Ver: 2.1.0
Sep 23 23:10:38 localhost kernel: [    5.905996] Bluetooth: Core ver 2.16
Sep 23 23:10:38 localhost kernel: [    5.906018] NET: Registered protocol family 31
Sep 23 23:10:38 localhost kernel: [    5.906021] Bluetooth: HCI device and connection manager initialized
Sep 23 23:10:38 localhost kernel: [    5.906024] Bluetooth: HCI socket layer initialized
Sep 23 23:10:38 localhost kernel: [    5.906026] Bluetooth: L2CAP socket layer initialized
Sep 23 23:10:38 localhost kernel: [    5.906070] Bluetooth: SCO socket layer initialized
Sep 23 23:10:38 localhost kernel: [    5.906353] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:3f:03.0
Sep 23 23:10:38 localhost kernel: [    5.906373] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:3f:03.0' (POLLED)
Sep 23 23:10:38 localhost kernel: [    5.906377] EDAC i7core: Driver loaded.
Sep 23 23:10:38 localhost kernel: [    5.907890] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
Sep 23 23:10:38 localhost kernel: [    5.925502] firewire_ohci 0000:03:00.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:10:38 localhost kernel: [    5.925513] firewire_ohci 0000:03:00.3: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    5.925709] Bluetooth: Generic Bluetooth USB driver ver 0.6
Sep 23 23:10:38 localhost kernel: [    5.926191] usbcore: registered new interface driver btusb
Sep 23 23:10:38 localhost kernel: [    5.983311] firewire_ohci 0000:03:00.3: irq 48 for MSI/MSI-X
Sep 23 23:10:38 localhost kernel: [    5.983382] firewire_ohci: Added fw-ohci device 0000:03:00.3, OHCI v1.0, 4 IR + 4 IT contexts, quirks 0x1
Sep 23 23:10:38 localhost kernel: [    6.006198] [drm] nouveau 0000:01:00.0: ... appears to be valid
Sep 23 23:10:38 localhost kernel: [    6.006201] [drm] nouveau 0000:01:00.0: BIT BIOS found
Sep 23 23:10:38 localhost kernel: [    6.006204] [drm] nouveau 0000:01:00.0: Bios version 70.16.45.00
Sep 23 23:10:38 localhost kernel: [    6.006205] [drm] nouveau 0000:01:00.0: Pointer to BIT loadval table invalid
Sep 23 23:10:38 localhost kernel: [    6.006298] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
Sep 23 23:10:38 localhost kernel: [    6.006300] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
Sep 23 23:10:38 localhost kernel: [    6.006303] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 010003f3 00010036
Sep 23 23:10:38 localhost kernel: [    6.006305] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02011300 00000000
Sep 23 23:10:38 localhost kernel: [    6.006307] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 02422362 00020010
Sep 23 23:10:38 localhost kernel: [    6.006308] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 0000000e 00000000
Sep 23 23:10:38 localhost kernel: [    6.006311] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
Sep 23 23:10:38 localhost kernel: [    6.006313] [drm] nouveau 0000:01:00.0:   0: 0x00000040: type 0x40 idx 0 tag 0xff
Sep 23 23:10:38 localhost kernel: [    6.006315] [drm] nouveau 0000:01:00.0:   1: 0x00000100: type 0x00 idx 1 tag 0xff
Sep 23 23:10:38 localhost kernel: [    6.006317] [drm] nouveau 0000:01:00.0:   2: 0x00001261: type 0x61 idx 2 tag 0x07
Sep 23 23:10:38 localhost kernel: [    6.006321] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x6AEF
Sep 23 23:10:38 localhost kernel: [    6.032429] hda_codec: ALC275: BIOS auto-probing.
Sep 23 23:10:38 localhost kernel: [    6.033068] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
Sep 23 23:10:38 localhost kernel: [    6.035080] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Sep 23 23:10:38 localhost kernel: [    6.035175] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Sep 23 23:10:38 localhost kernel: [    6.077988] [drm] nouveau 0000:01:00.0: 0x6D99: Condition still not met after 20ms, skipping following opcodes
Sep 23 23:10:38 localhost kernel: [    6.097989] [drm] nouveau 0000:01:00.0: 0x6D9D: Condition still not met after 20ms, skipping following opcodes
Sep 23 23:10:38 localhost kernel: [    6.118028] [drm] nouveau 0000:01:00.0: 0x6F23: Condition still not met after 20ms, skipping following opcodes
Sep 23 23:10:38 localhost kernel: [    6.118040] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x6F50
Sep 23 23:10:38 localhost kernel: [    6.125823] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x7E24
Sep 23 23:10:38 localhost kernel: [    6.125830] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x7E46
Sep 23 23:10:38 localhost kernel: [    6.155038] ath9k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:10:38 localhost kernel: [    6.155049] ath9k 0000:02:00.0: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    6.168359] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x7FA8
Sep 23 23:10:38 localhost kernel: [    6.168364] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x800D
Sep 23 23:10:38 localhost kernel: [    6.183496] sd 0:0:0:0: Attached scsi generic sg0 type 0
Sep 23 23:10:38 localhost kernel: [    6.183574] sr 1:0:0:0: Attached scsi generic sg1 type 5
Sep 23 23:10:38 localhost kernel: [    6.188361] [drm] nouveau 0000:01:00.0: 0x6955: Condition still not met after 20ms, skipping following opcodes
Sep 23 23:10:38 localhost kernel: [    6.188373] [drm] nouveau 0000:01:00.0: BIOS FP mode: 2048x1536 (200000kHz pixel clock)
Sep 23 23:10:38 localhost kernel: [    6.207692] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
Sep 23 23:10:38 localhost kernel: [    6.207696] [drm] nouveau 0000:01:00.0: 0: memory 135MHz core 135MHz shader 270MHz voltage 800mV timing 2
Sep 23 23:10:38 localhost kernel: [    6.207699] [drm] nouveau 0000:01:00.0: 1: memory 324MHz core 405MHz shader 810MHz voltage 850mV timing 1
Sep 23 23:10:38 localhost kernel: [    6.207702] [drm] nouveau 0000:01:00.0: 3: memory 790MHz core 575MHz shader 1265MHz voltage 950mV timing 0
Sep 23 23:10:38 localhost kernel: [    6.207721] [drm] nouveau 0000:01:00.0: c: memory 270MHz core 405MHz shader 810MHz
Sep 23 23:10:38 localhost kernel: [    6.207904] [TTM] Zone  kernel: Available graphics memory: 2020674 kiB.
Sep 23 23:10:38 localhost kernel: [    6.207907] [TTM] Initializing pool allocator.
Sep 23 23:10:38 localhost kernel: [    6.207926] [drm] nouveau 0000:01:00.0: Detected 1024MiB VRAM
Sep 23 23:10:38 localhost kernel: [    6.214707] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
Sep 23 23:10:38 localhost kernel: [    6.259531] ath: EEPROM regdomain: 0x65
Sep 23 23:10:38 localhost kernel: [    6.259533] ath: EEPROM indicates we should expect a direct regpair map
Sep 23 23:10:38 localhost kernel: [    6.259536] ath: Country alpha2 being used: 00
Sep 23 23:10:38 localhost kernel: [    6.259537] ath: Regpair used: 0x65
Sep 23 23:10:38 localhost kernel: [    6.289294] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
Sep 23 23:10:38 localhost kernel: [    6.289796] Registered led device: ath9k-phy0
Sep 23 23:10:38 localhost kernel: [    6.289810] ieee80211 phy0: Atheros AR9287 Rev:2 mem=0xffffc900051a0000, irq=16
Sep 23 23:10:38 localhost kernel: [    6.304602] [drm] nouveau 0000:01:00.0: ACPI backlight interface available, not registering our own
Sep 23 23:10:38 localhost kernel: [    6.307030] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
Sep 23 23:10:38 localhost kernel: [    6.307035] [drm] No driver support for vblank timestamp query.
Sep 23 23:10:38 localhost kernel: [    6.398558] [drm] nouveau 0000:01:00.0: allocated 1920x1080 fb: 0x40000000, bo ffff8801249e2c00
Sep 23 23:10:38 localhost kernel: [    6.398657] fbcon: nouveaufb (fb0) is primary device
Sep 23 23:10:38 localhost kernel: [    6.483069] firewire_core: created device fw0: GUID 080046030338bc44, S400
Sep 23 23:10:38 localhost kernel: [    6.576879] Linux media interface: v0.10
Sep 23 23:10:38 localhost kernel: [    6.591205] Linux video capture interface: v2.00
Sep 23 23:10:38 localhost kernel: [    6.596487] uvcvideo: Found UVC 1.00 device <unnamed> (05ca:18ba)
Sep 23 23:10:38 localhost kernel: [    6.598713] input: UVC Camera (05ca:18ba) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input12
Sep 23 23:10:38 localhost kernel: [    6.598834] usbcore: registered new interface driver uvcvideo
Sep 23 23:10:38 localhost kernel: [    6.598837] USB Video Class driver (v1.1.0)
Sep 23 23:10:38 localhost kernel: [    6.625306] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input13
Sep 23 23:10:38 localhost kernel: [    7.441956] Console: switching to colour frame buffer device 240x67
Sep 23 23:10:38 localhost kernel: [    7.444519] fb0: nouveaufb frame buffer device
Sep 23 23:10:38 localhost kernel: [    7.444522] drm: registered panic notifier
Sep 23 23:10:38 localhost kernel: [    7.444532] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
Sep 23 23:10:38 localhost kernel: [    7.444670] HDA Intel 0000:01:00.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Sep 23 23:10:38 localhost kernel: [    7.444679] hda_intel: Disabling MSI
Sep 23 23:10:38 localhost kernel: [    7.444840] HDA Intel 0000:01:00.1: setting latency timer to 64
Sep 23 23:10:38 localhost kernel: [    7.915924] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:10:38 localhost kernel: [    7.989109] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:10:38 localhost kernel: [    8.062434] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:10:38 localhost kernel: [    8.135730] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
Sep 23 23:10:38 localhost kernel: [    8.242870] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input14
Sep 23 23:10:38 localhost kernel: [    8.243068] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input15
Sep 23 23:10:38 localhost kernel: [    8.243253] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input16
Sep 23 23:10:38 localhost kernel: [    8.243433] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input17
Sep 23 23:10:38 localhost kernel: [    9.286431] EXT3-fs (sda3): using internal journal
Sep 23 23:10:38 localhost kernel: [    9.453288] EXT3-fs: barriers not enabled
Sep 23 23:10:38 localhost kernel: [    9.453859] kjournald starting.  Commit interval 5 seconds
Sep 23 23:10:38 localhost kernel: [    9.454298] EXT3-fs (sda4): using internal journal
Sep 23 23:10:38 localhost kernel: [    9.454307] EXT3-fs (sda4): mounted filesystem with ordered data mode
Sep 23 23:10:38 localhost kernel: [    9.543578] Adding 265068k swap on /dev/sda2.  Priority:-1 extents:1 across:265068k 
Sep 23 23:10:38 localhost kernel: [   11.463109] sky2 0000:04:00.0: eth0: enabling interface
Sep 23 23:11:15 localhost kernel: [   48.529647] wlan0: authenticate with 00:26:f2:91:b7:e2 (try 1)
Sep 23 23:11:15 localhost kernel: [   48.531596] wlan0: authenticated
Sep 23 23:11:15 localhost kernel: [   48.570356] wlan0: associate with 00:26:f2:91:b7:e2 (try 1)
Sep 23 23:11:15 localhost kernel: [   48.574599] wlan0: RX AssocResp from 00:26:f2:91:b7:e2 (capab=0x431 status=0 aid=3)
Sep 23 23:11:15 localhost kernel: [   48.574605] wlan0: associated
Sep 23 23:11:15 localhost kernel: [   48.852600] padlock_aes: VIA PadLock not detected.
Sep 23 23:11:15 localhost kernel: [   48.923410] Intel AES-NI instructions are not detected.
Sep 23 23:12:18 localhost kernel: [  111.182335] NET: Registered protocol family 10
Sep 23 23:12:18 localhost kernel: [  111.183068] ADDRCONF(NETDEV_UP): eth0: link is not ready
Sep 23 23:12:28 localhost kernel: [  121.204584] wlan0: no IPv6 routers present
Sep 23 23:28:55 localhost kernel: [ 1108.215055] chromium-sandbo (1823): /proc/1821/oom_adj is deprecated, please use /proc/1821/oom_score_adj instead.
Sep 23 23:29:57 localhost kernel: [ 1169.898900] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1
Sep 23 23:29:57 localhost kernel: [ 1169.906538] [drm] nouveau 0000:01:00.0: unplugged HDMI-A-1
Sep 23 23:29:57 localhost kernel: [ 1169.926352] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1
Sep 23 23:37:06 localhost kernel: [ 1598.838159] [drm] nouveau 0000:01:00.0: unplugged HDMI-A-1
Sep 23 23:37:13 localhost kernel: [ 1605.868512] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1
Sep 23 23:37:13 localhost kernel: [ 1605.876086] [drm] nouveau 0000:01:00.0: unplugged HDMI-A-1
Sep 23 23:37:13 localhost kernel: [ 1605.942236] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1
Sep 23 23:42:19 localhost kernel: [ 1911.327629] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

Last edited by astra (2011-09-24 03:44:52)

Offline

#6 2011-09-24 03:56:11

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Sony VAIO F11 Multiple Monitor Issues

You can check http://code.google.com/p/vaio-f11-linux/w/list to see if the know anything about the issue.

Autocofigure issue: http://en.gentoo-wiki.com/wiki/Nouveau# … sID_symbol - check /root/xorg.conf and /root/xorg.conf.new.
BTW, why are you running things as root? It's better to create a user.

Sep 23 23:29:57 localhost kernel: [ 1169.898900] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1
Sep 23 23:29:57 localhost kernel: [ 1169.906538] [drm] nouveau 0000:01:00.0: unplugged HDMI-A-1
Sep 23 23:29:57 localhost kernel: [ 1169.926352] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1
Sep 23 23:37:06 localhost kernel: [ 1598.838159] [drm] nouveau 0000:01:00.0: unplugged HDMI-A-1
Sep 23 23:37:13 localhost kernel: [ 1605.868512] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1
Sep 23 23:37:13 localhost kernel: [ 1605.876086] [drm] nouveau 0000:01:00.0: unplugged HDMI-A-1
Sep 23 23:37:13 localhost kernel: [ 1605.942236] [drm] nouveau 0000:01:00.0: plugged HDMI-A-1

Not sure what's going on here.


https://wiki.archlinux.org/index.php/Nouveau#DualHead may be helpful too.

Last edited by karol (2011-09-24 03:58:12)

Offline

#7 2011-09-24 04:09:28

astra
Member
Registered: 2011-09-23
Posts: 4

Re: [SOLVED] Sony VAIO F11 Multiple Monitor Issues

I'm still pretty new to using the command line. Thanks for your advice.

I just tried a different monitor on the same HDMI port. It connected and is working flawlessly.

It's very strange that the other monitor seems to be working just fine with the exception of connecting to my laptop. I've used the two together for over a year. Hmm... guess I need a new monitor.

Offline

#8 2011-09-24 04:19:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Sony VAIO F11 Multiple Monitor Issues

astra wrote:

I just tried a different monitor on the same HDMI port. It connected and is working flawlessly.

Cool :-)

If you consider the issue solved, add '[solved]' to the topic's title by editing your first post.

Offline

Board footer

Powered by FluxBB