[SOLVED] System clock / Timezone issues

Hey everyone,
The issue, as it appears to me, is that arch is assuming that my timezone is +00:00, or UTC. I don't really understand why (it should be +10:00) but here is the output to the frequently requested information for this issue
$ cat /etc/adjtime
0.000000 1349592374 0.000000
1349592374
UTC
$ date
Sun Oct 7 07:42:52 UTC 2012
$ date --utc
Sun Oct 7 07:43:18 UTC 2012
$ hwclock --debug
hwclock from util-linux 2.22
Using /dev interface to clock.
Last drift adjustment done at 1349592374 seconds after 1969
Last calibration done at 1349592374 seconds after 1969
Hardware clock is on UTC time
Assuming hardware clock is kept in UTC time.
Waiting for clock tick...
...got clock tick
Time read from Hardware Clock: 2012/10/07 07:43:54
Hw clock time : 2012/10/07 07:43:54 = 1349595834 seconds since 1969
Sun 07 Oct 2012 07:43:54 UTC -0.969672 seconds
$ ls -l /etc/localtime
lrwxrwxrwx 1 root root 37 Oct 7 06:39 /etc/localtime -> /usr/share/zoneinfo/Austalia/Brisbane
$ hwclock --show --utc
Sun 07 Oct 2012 07:44:53 UTC -0.687942 seconds
$ hwclock --show --localtime
Sun 07 Oct 2012 07:44:57 UTC -0.281630 seconds
I'm using sytemd, have no rc.conf file, my BIOS clock reported being in UTC. I've been trying to fix this issue for the past few hours (including searching the wiki entries for time, beginner's guide, systemd and many other user's issues related to the clocks/timezones.)
I hope it's just a case of I missed something crucial somehow. Any help is greatly aprpeciated
Last edited by hungryb (2012-10-07 08:40:58)

skunktrader wrote:You didn't need to reinstall tzdata.  The reason for your error was a typo in the symlink
lrwxrwxrwx 1 root root 37 Oct  7 06:39 /etc/localtime -> /usr/share/zoneinfo/Austalia/Brisbane
Yeah, that's true, but I'd been remaking symlinks and changing the clock for a while before that iteration, I think it was only that version of the symlink that contained a spelling error.

Similar Messages

  • [SOLVED] System Clock Issues (Wrong UTC?)

    **RESOLVED -- SEE END FOR FIX
    Hello everyone.
    First off I'd like to say that I am thrilled to be here. I've been an Ubuntu user for a few months now, but decided that it was time to take a trip down the rabbit hole and see all that Linux had to offer--and to that end I switched to Arch. And I must say that I have nothing but positive things to say of it. The documentation on the Arch Wiki was phenomenal in helping me get started on the process, and the installation of it has proved to be a very enjoyable learning experience.
    With that said, I have run into a bit of a snag, and after perusing the documentation on the Wiki, as well as running a few Google searches and searches of this particular forum, am no closer to a solution that when I started, so here I am. The problem is with my clock.
    Okay, so I live in the Eastern United States, and as a result have my local time set as Eastern, and I have my hardware clock running UTC. Here is the problem. . . For whatever reason, the time displayed on my clock is five hours behind. Perplexed, I decided to see if I had set up my time zone info incorrectly and ran the "timedatectl status" command, and the results were really strange. A copy paste of the output is here:
          Local time: Thu, 2012-12-20 19:27:02 EST
      Universal time: Fri, 2012-12-21 00:27:02 UTC
            RTC time: Fri, 2012-12-21 00:27:02
            Timezone: America/New_York
          UTC offset: -0500
         NTP enabled: no
    NTP synchronized: no
    RTC in local TZ: no
          DST active: no
    Last DST change: EDT → EST, DST became inactive
                      Sun, 2012-11-04 01:59:59 EDT
                      Sun, 2012-11-04 01:00:00 EST
    Next DST change: EST → EDT, DST will become active
                      the clock will jump one hour forward
                      Sun, 2013-03-10 01:59:59 EST
                      Sun, 2013-03-10 03:00:00 EDT
    As you can see, the time zone is set correctly to America/New_York (originally US/Eastern, but I changed it to try and resolve the problem--to no effect, obviously). However here is where it gets strange. As I type this, it is 00:27 local time. My computer has decided to use the local time for UTC, and then subtracts five hours (as I live in UTC -5) to get the local time that it displays.
    I've tried rerunning the hwclock --systohc --utc command, to no avail.
    If anyone has any input as to why my computer is confusing UTC and local time, and any way I could fix it, I would greatly appreciate it.
    I could just change my timezone to UTC - 0, that would cause my system to display the right time (I think) but I'd rather actually fix the problem, instead of simply covering it up with a band aid, if it is possible.
    Thank you,
    Douglas
    EDIT:
    I probably should mention that the machines (I'm having this same problem on two different computers) are both running Arch Linux and Arch Linux alone, although one was originally a Windows 7 and the other a dual boot of Win 7 and Ubuntu.
    RESOLUTION (Thanks lhoffman):
    Install the network time protocol daemon. This will allow you to sync your system time over the internet.
    sudo pacman -S ntp
    Once installed, run the following command:
    ntpdate pool.ntp.org
    This will link your computer with the time servers of the NTP Pool Project. For me my clocks fixed themselves quickly after running the command. And that was it.
    After running this command and setting the system clock, run:
    hwclock -systohc      (thanks Scimmia)
    Otherwise the computer will mistake local time for UTC and subtract/add time based upon your timezone again upon reboot.
    Last edited by douglasr (2012-12-21 21:23:11)

    Scimmia wrote:Not exactly. The root of the problem is that your hardware clock is set to localtime. To change this, you need to update the system (software) clock, which ntpd already did for you. The timedatectl command would have just done that manually. Now that your system clock is correct, you need to write this to your hardware clock so that it is correct when you reboot. hwclock --systohc does that. If you don't run that command, the system will boot up thinking it's getting UTC from the hardware clock and will subtract 5 hours. Then, once ntpd runs, the time will skip ahead 5 hours. This will cause all kinds of issues.
    I fixed this on my system too. Thanks for the explanation.

  • [SOLVED] System clock refuses to adopt my timezone

    (Running ArchLinux in VMWare)
    I'm trying to set my system clock to Europe/Lisbon unsuccessfully. I followed these steps:
    Step 1. (rc.conf)
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Lisbon"
    Step 2. (localtime)
    $ rm /etc/localtime
    $ ln -sf /us/share/zoneinfo/Europe/Lisbon /etc/localtime
    Step 3. (reboot)
    Result:
    marfig@archway ~ $ date
    Fri Aug 6 15:27:26 WEST 2010
    marfig@archway ~ $ hwclock
    Fri 06 Aug 2010 03:27:31 PM WEST -0.000409 seconds
    Is there something wrong with /us/share/zoneinfo/Europe/Lisbon?
    Last edited by marfig (2010-08-06 14:49:17)

    marfig wrote:
    No. The time is correct. The timezone isn't. Why is it displaying Western time? (WEST)
    EDIT: gah! I'm so stupid. the simple fact I wrote this prompted me to search 'west timezone' in google. This Western European Time Summer Time. The timezone is correct and I'm a fool. So sorry for this useless thread.
    You should add this to the Try This thread called the "dumbest mistake you made"
    https://bbs.archlinux.org/viewtopic.php?id=11728
    Last edited by Inxsible (2010-08-06 14:51:18)

  • [SOLVED] System clock loses minutes at reboot

    For some reason, my system clock (as displayed by date) loses around five minutes every time I reboot. When I use date -s to set the time manually everything's fine until reboot when the clock will lose around five minutes again. Even if I put the clock forward 10 minutes it will lose 5 minutes again after reboot. This happens even if there is no connection to any other clock. No ntpd installed.
    How do I fix this (wthout ntpd)?
    Last edited by itektur (2014-09-20 14:45:52)

    Thank you for the quick reply. I set up systemd-timesyncd and it seems to work fine even after rebooting the system. Problem solved!

  • [SOLVED]System clock off

    My system clock is set a day late.  I tried using the "date" command, but I get the following error:
    $ sudo date 06151150
    sudo: timestamp too far in the future: Jun 16 11:37:36 2008
    Here are the pertinent lines from my rc.conf:
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    TIMEZONE="US/Eastern"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    Any help would be great!
    Last edited by crisnoh (2008-06-15 16:31:35)

    Hey, this seems to be a security feature of sudo, so if you can, run it as root instead.
    There is a few solutions to the problem, one of which seems to be the one listed at here, where the solution just seems to be removing a simple file, but I have not tried it myself so dont know for sure.

  • [SOLVED] System time is +4hrs from hardware clock

    Hello again.
    Now I can't set up my system`s time properly. (Set system time from hardware clock)
    Timezone is GMT+4 (Europe/Samara) and hardware clock (RTC) is set to proper time so does UTC.
    But system`s time itself is 4 hours in the future from HW clock!
    # hwclock --hctosys --utc
    does nothing.
    # timedatectl set-local-rtc 1
    or
    # timedatectl set-time "$mytime"
    both do nothing and output following error:
    Failed to issue method call: The name org.freedesktop.PolicyKit1 was not provided by any .service files
    Also, removing /etc/adjtime does nothing!
    How can I fix it?
    Last edited by eruditorum (2012-11-25 10:52:14)

    ewaller,
    hwclock from util-linux 2.22.1
    Using /dev interface to clock.
    Last drift adjustment done at 1353744432 seconds after 1969
    Last calibration done at 1353744432 seconds after 1969
    Hardware clock is on UTC time
    Assuming hardware clock is kept in UTC time.
    Waiting for clock tick...
    ...got clock tick
    Time read from Hardware Clock: 2012/11/25 05:40:17
    Hw clock time : 2012/11/25 05:40:17 = 1353822017 seconds since 1969
    Sun 25 Nov 2012 09:40:17 AM SAMT -0.907738 seconds
    Last edited by eruditorum (2012-11-25 04:35:10)

  • [SOLVED] Ongoing NVIDIA upgrade issues (TV card related?).

    [If you think this would be more appropriate in another section, feel free to move it?   I'm kind of an nvidia noob, so I thought this might be a good place to start...]
    I haven't been able to get a working X session following nvidia/kernel upgrades since last October or so.   Everytime I would upgrade the kernel and/or the nvidia driver, my X would fail.
    NVIDIA: could not open the device file /dev/nvidia0 (Input/output error)
    FATAL server error: no screens found
    (This is my "mythtv" box--so there's a hauppauge card installed--I have no idea if that's a factor.  I have a LCD monitor connected--as well as an 'old school' CRT television one room over connected....  My other box updated yesterday to the latest kernel/nvidia driver with no problems.)
    The problem box has a geforce 8400 video card in it.
    Here is my /var/log/xorg.0.log:
    [ 100.722]
    X.Org X Server 1.12.1
    Release Date: 2012-04-13
    [ 100.722] X Protocol Version 11, Revision 0
    [ 100.722] Build Operating System: Linux 3.3.1-1-ARCH i686
    [ 100.722] Current Operating System: Linux intel-arch 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012 i686
    [ 100.722] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 100.723] Build Date: 14 April 2012 07:32:51AM
    [ 100.723]
    [ 100.723] Current version of pixman: 0.24.4
    [ 100.723] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 100.723] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 100.724] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 23 12:06:01 2012
    [ 100.724] (==) Using config file: "/etc/X11/xorg.conf"
    [ 100.724] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 100.730] (==) ServerLayout "Layout0"
    [ 100.730] (**) |-->Screen "Screen0" (0)
    [ 100.730] (**) | |-->Monitor "Monitor0"
    [ 100.730] (**) | |-->Device "Device0"
    [ 100.730] (**) |-->Input Device "Keyboard0"
    [ 100.730] (**) |-->Input Device "Mouse0"
    [ 100.730] (==) Automatically adding devices
    [ 100.731] (==) Automatically enabling devices
    [ 100.731] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 100.731] Entry deleted from font path.
    [ 100.731] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 100.731] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 100.731] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 100.731] (WW) Disabling Keyboard0
    [ 100.731] (WW) Disabling Mouse0
    [ 100.731] (II) Loader magic: 0x82215a0
    [ 100.731] (II) Module ABI versions:
    [ 100.731] X.Org ANSI C Emulation: 0.4
    [ 100.731] X.Org Video Driver: 12.0
    [ 100.731] X.Org XInput driver : 16.0
    [ 100.731] X.Org Server Extension : 6.0
    [ 100.731] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 100.732] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
    [ 100.732] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 100.732] (II) LoadModule: "extmod"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 100.732] (II) Module extmod: vendor="X.Org Foundation"
    [ 100.732] compiled for 1.12.1, module version = 1.0.0
    [ 100.732] Module class: X.Org Server Extension
    [ 100.732] ABI class: X.Org Server Extension, version 6.0
    [ 100.732] (II) Loading extension MIT-SCREEN-SAVER
    [ 100.732] (II) Loading extension XFree86-VidModeExtension
    [ 100.732] (II) Loading extension XFree86-DGA
    [ 100.732] (II) Loading extension DPMS
    [ 100.732] (II) Loading extension XVideo
    [ 100.732] (II) Loading extension XVideo-MotionCompensation
    [ 100.732] (II) Loading extension X-Resource
    [ 100.732] (II) LoadModule: "dbe"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 100.732] (II) Module dbe: vendor="X.Org Foundation"
    [ 100.732] compiled for 1.12.1, module version = 1.0.0
    [ 100.732] Module class: X.Org Server Extension
    [ 100.732] ABI class: X.Org Server Extension, version 6.0
    [ 100.732] (II) Loading extension DOUBLE-BUFFER
    [ 100.732] (II) LoadModule: "glx"
    [ 100.732] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 100.752] (II) Module glx: vendor="NVIDIA Corporation"
    [ 100.752] compiled for 4.0.2, module version = 1.0.0
    [ 100.752] Module class: X.Org Server Extension
    [ 100.752] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:49:54 PDT 2012
    [ 100.752] (II) Loading extension GLX
    [ 100.752] (II) LoadModule: "record"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 100.752] (II) Module record: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.13.0
    [ 100.752] Module class: X.Org Server Extension
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension RECORD
    [ 100.752] (II) LoadModule: "dri"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 100.752] (II) Module dri: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.0.0
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension XFree86-DRI
    [ 100.752] (II) LoadModule: "dri2"
    [ 100.752] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 100.752] (II) Module dri2: vendor="X.Org Foundation"
    [ 100.752] compiled for 1.12.1, module version = 1.2.0
    [ 100.752] ABI class: X.Org Server Extension, version 6.0
    [ 100.752] (II) Loading extension DRI2
    [ 100.752] (II) LoadModule: "nvidia"
    [ 100.753] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 100.753] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 100.753] compiled for 4.0.2, module version = 1.0.0
    [ 100.753] Module class: X.Org Video Driver
    [ 100.753] (II) NVIDIA dlloader X Driver 295.40 Thu Apr 5 21:29:50 PDT 2012
    [ 100.753] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 100.753] (--) using VT number 7
    [ 100.773] (II) Loading sub module "fb"
    [ 100.773] (II) LoadModule: "fb"
    [ 100.774] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 100.774] (II) Module fb: vendor="X.Org Foundation"
    [ 100.774] compiled for 1.12.1, module version = 1.0.0
    [ 100.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 100.774] (II) Loading sub module "wfb"
    [ 100.774] (II) LoadModule: "wfb"
    [ 100.774] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 100.774] (II) Module wfb: vendor="X.Org Foundation"
    [ 100.774] compiled for 1.12.1, module version = 1.0.0
    [ 100.774] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 100.774] (II) Loading sub module "ramdac"
    [ 100.774] (II) LoadModule: "ramdac"
    [ 100.774] (II) Module "ramdac" already built-in
    [ 100.774] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 100.774] (==) NVIDIA(0): RGB weight 888
    [ 100.774] (==) NVIDIA(0): Default visual is TrueColor
    [ 100.774] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 100.774] (**) NVIDIA(0): Enabling 2D acceleration
    [ 101.451] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 101.451] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 101.451] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 101.451] (EE) NVIDIA(0): README for additional information.
    [ 101.451] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 101.451] (II) UnloadModule: "nvidia"
    [ 101.451] (II) UnloadSubModule: "wfb"
    [ 101.451] (II) UnloadSubModule: "fb"
    [ 101.451] (EE) Screen(s) found, but none have a usable configuration.
    [ 101.451]
    Fatal server error:
    [ 101.451] no screens found
    [ 101.451]
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 101.451] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 101.451]
    [ 101.491] Server terminated with error (1). Closing log file.
    Here's the lspci:
    00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
    00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
    00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4
    00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5
    00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6
    00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2
    00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
    00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1
    00:1c.3 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 4
    00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5
    00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6
    00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1
    00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2
    00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3
    00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)
    00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
    00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1
    00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
    00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2
    01:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400 GS] (rev a1)
    03:00.0 SATA controller: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    03:00.1 IDE interface: JMicron Technology Corp. JMB363 SATA/IDE Controller (rev 02)
    04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    06:01.0 Multimedia video controller: Internext Compression Inc iTVC15 (CX23415) Video Decoder (rev 01)
    06:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
    I deleted my dual-screen, been-working-for-years xorg.conf file and used nvidia-xconfig to generate a 'clean' one (?):
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 295.40 ([email protected]) Thu Apr 5 22:33:07 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Here's a dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007feb0000 (usable)
    [ 0.000000] BIOS-e820: 000000007feb0000 - 000000007fee2000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee2000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. EP45-UD3P/EP45-UD3P, BIOS F10 02/05/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7feb0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CCFFF write-protect
    [ 0.000000] CD000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f5800] f5800
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 37d20000 - 37ff0000
    [ 0.000000] Allocated new RAMDISK: 3752e000 - 377fd698
    [ 0.000000] Move RAMDISK from 0000000037d20000 - 0000000037fef697 to 3752e000 - 377fd697
    [ 0.000000] ACPI: RSDP 000f7630 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 7fee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 7fee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 7fee2180 0507F (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
    [ 0.000000] ACPI: FACS 7feb0000 00040
    [ 0.000000] ACPI: HPET 7fee7340 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 7fee73c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: EUDS 7fee7480 00560 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: TAMG 7fee79e0 06852 (v01 GBT GBT B0 5455312E BG?? 00020101)
    [ 0.000000] ACPI: APIC 7fee7240 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 7feee8a0 003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1158MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007feb0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007feb0
    [ 0.000000] On node 0 totalpages: 523839
    [ 0.000000] free_area_init_node: node 0, pgdat c060c580, node_mem_map f652d200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2318 pages used for memmap
    [ 0.000000] HighMem zone: 294308 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:70100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6000000 s30848 r0 d22400 u1048576
    [ 0.000000] pcpu-alloc: s30848 r0 d22400 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519745
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 4191488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007feb0)
    [ 0.000000] Memory: 2064260k/2095808k available (3773k kernel code, 31096k reserved, 1435k data, 520k init, 1186504k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0617000 - 0xc0699000 ( 520 kB)
    [ 0.000000] .data : 0xc04af7a9 - 0xc0616400 (1435 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04af7a9 (3773 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f580a000 soft=f580c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2800.076 MHz processor.
    [ 0.003334] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.49 BogoMIPS (lpj=9333586)
    [ 0.003337] pid_max: default: 32768 minimum: 301
    [ 0.006674] Security Framework initialized
    [ 0.006678] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006689] Mount-cache hash table entries: 512
    [ 0.006786] Initializing cgroup subsys cpuacct
    [ 0.006789] Initializing cgroup subsys memory
    [ 0.006795] Initializing cgroup subsys devices
    [ 0.006796] Initializing cgroup subsys freezer
    [ 0.006798] Initializing cgroup subsys net_cls
    [ 0.006799] Initializing cgroup subsys blkio
    [ 0.006820] CPU: Physical Processor ID: 0
    [ 0.006822] CPU: Processor Core ID: 0
    [ 0.006824] mce: CPU supports 6 MCE banks
    [ 0.006829] CPU0: Thermal monitoring enabled (TM2)
    [ 0.006831] using mwait in idle threads.
    [ 0.007480] ACPI: Core revision 20120111
    [ 0.009627] ftrace: allocating 16621 entries in 33 pages
    [ 0.013364] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013717] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.047931] CPU0: Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.066770] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.093344] CPU 1 irqstacks, hard=f58ec000 soft=f58ee000
    [ 0.093347] Booting Node 0, Processors #1
    [ 0.093350] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.106687] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.113331] Brought up 2 CPUs
    [ 0.113334] Total of 2 processors activated (11204.98 BogoMIPS).
    [ 0.115083] devtmpfs: initialized
    [ 0.115083] PM: Registering ACPI NVS region at 7feb0000 (204800 bytes)
    [ 0.115083] NET: Registered protocol family 16
    [ 0.115083] ACPI: bus type pci registered
    [ 0.115083] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.115083] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.115083] PCI: Using MMCONFIG for extended config space
    [ 0.115083] PCI: Using configuration type 1 for base access
    [ 0.116684] bio: create slab <bio-0> at 0
    [ 0.116695] ACPI: Added _OSI(Module Device)
    [ 0.116695] ACPI: Added _OSI(Processor Device)
    [ 0.116695] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.116695] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117294] ACPI: EC: Look up EC in DSDT
    [ 0.120048] ACPI Warning: Incorrect checksum in table [TAMG] - 0xDD, should be 0xDC (20120111/tbutils-321)
    [ 0.120165] ACPI: SSDT 7feee280 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120301] ACPI: Dynamic OEM Table Load:
    [ 0.120304] ACPI: SSDT (null) 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120421] ACPI: SSDT 7feee740 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120548] ACPI: Dynamic OEM Table Load:
    [ 0.120551] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120670] ACPI: Interpreter enabled
    [ 0.120684] ACPI: (supports S0 S3 S4 S5)
    [ 0.120698] ACPI: Using IOAPIC for interrupt routing
    [ 0.124256] ACPI: No dock devices found.
    [ 0.124263] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.124306] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.124364] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.124366] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.124368] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.124370] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.124371] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.124373] pci_root PNP0A03:00: host bridge window [mem 0x7ff00000-0xfebfffff]
    [ 0.124413] PCI host bridge to bus 0000:00
    [ 0.124415] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.124417] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.124418] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.124420] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.124422] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.124424] pci_bus 0000:00: root bus resource [mem 0x7ff00000-0xfebfffff]
    [ 0.124431] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.124467] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.124499] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.124532] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.124569] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
    [ 0.124613] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.124650] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
    [ 0.124694] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.124731] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
    [ 0.124778] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.124793] pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.124871] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.124884] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.124942] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.124961] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.125020] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.125041] pci 0000:00:1c.3: [8086:3a46] type 1 class 0x000604
    [ 0.125101] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.125120] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
    [ 0.125180] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.125200] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.125259] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.125280] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.125317] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
    [ 0.125361] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.125398] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
    [ 0.125442] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.125479] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
    [ 0.125526] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.125541] pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.125617] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.125670] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
    [ 0.125743] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
    [ 0.125746] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
    [ 0.125749] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
    [ 0.125788] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.125801] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.125808] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.125815] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.125821] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.125828] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
    [ 0.125835] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
    [ 0.125874] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.125887] pci 0000:00:1f.3: reg 10: [mem 0xfdffd000-0xfdffd0ff 64bit]
    [ 0.125905] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.125933] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.125946] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
    [ 0.125953] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
    [ 0.125959] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
    [ 0.125966] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
    [ 0.125973] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
    [ 0.125980] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
    [ 0.126045] pci 0000:01:00.0: [10de:06e4] type 0 class 0x000300
    [ 0.126054] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.126063] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126073] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.126080] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
    [ 0.126086] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.126134] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.126137] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.126139] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.126143] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126176] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.126231] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.126312] pci 0000:03:00.0: reg 24: [mem 0xfdbfe000-0xfdbfffff]
    [ 0.126371] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.126401] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.126423] pci 0000:03:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.126436] pci 0000:03:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.126448] pci 0000:03:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.126461] pci 0000:03:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.126473] pci 0000:03:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.126551] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.126563] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.126566] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.126569] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.126622] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.126637] pci 0000:04:00.0: reg 10: [io 0xce00-0xceff]
    [ 0.126672] pci 0000:04:00.0: reg 18: [mem 0xfdeff000-0xfdefffff 64bit pref]
    [ 0.126688] pci 0000:04:00.0: reg 20: [mem 0xfdee0000-0xfdeeffff 64bit pref]
    [ 0.126699] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.126759] pci 0000:04:00.0: supports D1 D2
    [ 0.126760] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.133342] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.133347] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.133352] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.133359] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.133422] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.133441] pci 0000:05:00.0: reg 10: [io 0xbe00-0xbeff]
    [ 0.133471] pci 0000:05:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit pref]
    [ 0.133492] pci 0000:05:00.0: reg 20: [mem 0xfdce0000-0xfdceffff 64bit pref]
    [ 0.133506] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.133574] pci 0000:05:00.0: supports D1 D2
    [ 0.133575] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.140007] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.140013] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.140017] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.140024] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.140061] pci 0000:06:01.0: [4444:0803] type 0 class 0x000400
    [ 0.140080] pci 0000:06:01.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
    [ 0.140185] pci 0000:06:07.0: [104c:8024] type 0 class 0x000c00
    [ 0.140208] pci 0000:06:07.0: reg 10: [mem 0xfdaff000-0xfdaff7ff]
    [ 0.140217] pci 0000:06:07.0: reg 14: [mem 0xfdaf8000-0xfdafbfff]
    [ 0.140279] pci 0000:06:07.0: supports D1 D2
    [ 0.140280] pci 0000:06:07.0: PME# supported from D0 D1 D2 D3hot
    [ 0.140315] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    [ 0.140320] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.140324] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.140326] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.140328] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.140330] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.140332] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.140334] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.140336] pci 0000:00:1e.0: bridge window [mem 0x7ff00000-0xfebfffff] (subtractive decode)
    [ 0.140356] pci_bus 0000:00: on NUMA node 0
    [ 0.140358] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.140506] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.140544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.140585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.140618] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.140651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.140755] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.140757] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.140759] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.149260] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.149298] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.149337] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.149374] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149412] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.149449] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149486] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.149523] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.149564] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.149564] vgaarb: loaded
    [ 0.149564] vgaarb: bridge control possible 0000:01:00.0
    [ 0.149564] PCI: Using ACPI for IRQ routing
    [ 0.150832] PCI: pci_cache_line_size set to 64 bytes
    [ 0.150913] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.150915] reserve RAM buffer: 000000007feb0000 - 000000007fffffff
    [ 0.150997] NetLabel: Initializing
    [ 0.150999] NetLabel: domain hash size = 128
    [ 0.151000] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.151009] NetLabel: unlabeled traffic allowed by default
    [ 0.151013] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.151018] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.151022] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.160013] Switching to clocksource hpet
    [ 0.165167] pnp: PnP ACPI init
    [ 0.165182] ACPI: bus type pnp registered
    [ 0.165247] pnp 00:00: [bus 00-3f]
    [ 0.165250] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.165252] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.165253] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.165255] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.165257] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.165259] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.165261] pnp 00:00: [mem 0x7ff00000-0xfebfffff window]
    [ 0.165307] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.165368] pnp 00:01: [io 0x0010-0x001f]
    [ 0.165370] pnp 00:01: [io 0x0022-0x003f]
    [ 0.165372] pnp 00:01: [io 0x0044-0x004d]
    [ 0.165373] pnp 00:01: [io 0x0050-0x005f]
    [ 0.165375] pnp 00:01: [io 0x0062-0x0063]
    [ 0.165376] pnp 00:01: [io 0x0065-0x006f]
    [ 0.165378] pnp 00:01: [io 0x0074-0x007f]
    [ 0.165379] pnp 00:01: [io 0x0091-0x0093]
    [ 0.165380] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.165382] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.165383] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.165385] pnp 00:01: [io 0x0290-0x029f]
    [ 0.165386] pnp 00:01: [io 0x0800-0x0805]
    [ 0.165388] pnp 00:01: [io 0x0290-0x0294]
    [ 0.165389] pnp 00:01: [io 0x0880-0x088f]
    [ 0.165450] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.165452] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.165454] system 00:01: [io 0x0800-0x0805] has been reserved
    [ 0.165457] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.165458] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.165461] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.165471] pnp 00:02: [dma 4]
    [ 0.165473] pnp 00:02: [io 0x0000-0x000f]
    [ 0.165474] pnp 00:02: [io 0x0080-0x0090]
    [ 0.165476] pnp 00:02: [io 0x0094-0x009f]
    [ 0.165477] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.165503] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.165542] pnp 00:03: [irq 0 disabled]
    [ 0.165550] pnp 00:03: [irq 8]
    [ 0.165552] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.165580] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.165603] pnp 00:04: [io 0x0070-0x0073]
    [ 0.165630] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.165637] pnp 00:05: [io 0x0061]
    [ 0.165664] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.165671] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.165676] pnp 00:06: [irq 13]
    [ 0.165702] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.165792] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.165794] pnp 00:07: [io 0x03f7]
    [ 0.165798] pnp 00:07: [irq 6]
    [ 0.165799] pnp 00:07: [dma 2]
    [ 0.165836] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.165963] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.165967] pnp 00:08: [irq 4]
    [ 0.166019] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.166160] pnp 00:09: [io 0x0378-0x037f]
    [ 0.166165] pnp 00:09: [irq 7]
    [ 0.166209] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.166303] pnp 00:0a: [io 0x0400-0x04cf]
    [ 0.166305] pnp 00:0a: [io 0x04d2-0x04ff]
    [ 0.166351] system 00:0a: [io 0x0400-0x04cf] has been reserved
    [ 0.166353] system 00:0a: [io 0x04d2-0x04ff] has been reserved
    [ 0.166356] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166501] pnp 00:0b: [mem 0xf0000000-0xf3ffffff]
    [ 0.166552] system 00:0b: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.166555] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166686] pnp 00:0c: [mem 0x000cdc00-0x000cffff]
    [ 0.166688] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.166690] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.166692] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.166693] pnp 00:0c: [mem 0x7feb0000-0x7fefffff]
    [ 0.166695] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.166696] pnp 00:0c: [mem 0x00100000-0x7feaffff]
    [ 0.166698] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.166700] pnp 00:0c: [mem 0xfed10000-0xfed1dfff]
    [ 0.166701] pnp 00:0c: [mem 0xfed20000-0xfed8ffff]
    [ 0.166703] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.166704] pnp 00:0c: [mem 0xffb00000-0xffb7ffff]
    [ 0.166706] pnp 00:0c: [mem 0xfff00000-0xffffffff]
    [ 0.166708] pnp 00:0c: [mem 0x000e0000-0x000effff]
    [ 0.166769] system 00:0c: [mem 0x000cdc00-0x000cffff] has been reserved
    [ 0.166772] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.166774] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.166776] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.166778] system 00:0c: [mem 0x7feb0000-0x7fefffff] could not be reserved
    [ 0.166780] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.166782] system 00:0c: [mem 0x00100000-0x7feaffff] could not be reserved
    [ 0.166784] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.166786] system 00:0c: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.166788] system 00:0c: [mem 0xfed20000-0xfed8ffff] could not be reserved
    [ 0.166790] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.166792] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.166794] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.166796] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.166799] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.166814] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
    [ 0.166852] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.166856] pnp: PnP ACPI: found 14 devices
    [ 0.166857] ACPI: ACPI bus type pnp unregistered
    [ 0.203257] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.203293] pci 0000:00:1c.3: BAR 15: assigned [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203296] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80100000-0x802fffff]
    [ 0.203299] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203302] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.203304] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.203307] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.203309] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.203312] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.203314] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203318] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.203320] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.203324] pci 0000:00:1c.0: bridge window [mem 0x80100000-0x802fffff]
    [ 0.203338] pci 0000:00:1c.0: bridge window [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203343] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.203346] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.203349] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.203353] pci 0000:00:1c.3: bridge window [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203358] pci 0000:04:00.0: BAR 6: assigned [mem 0xfde00000-0xfde0ffff pref]
    [ 0.203360] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.203363] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.203366] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.203370] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203375] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc0ffff pref]
    [ 0.203377] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.203379] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.203383] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.203387] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203392] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.203396] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203399] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203416] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.203438] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.203441] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.203443] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.203445] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203447] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203448] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203450] pci_bus 0000:00: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203452] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.203454] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.203456] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203458] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.203460] pci_bus 0000:02: resource 1 [mem 0x80100000-0x802fffff]
    [ 0.203461] pci_bus 0000:02: resource 2 [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203463] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.203465] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
    [ 0.203467] pci_bus 0000:03: resource 2 [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203469] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.203471] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.203473] pci_bus 0000:04: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203475] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
    [ 0.203476] pci_bus 0000:05: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.203478] pci_bus 0000:05: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203480] pci_bus 0000:06: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.203482] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203484] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.203486] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.203487] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203489] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203491] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203493] pci_bus 0000:06: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203517] NET: Registered protocol family 2
    [ 0.203569] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.203733] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.204057] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.204215] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.204217] TCP reno registered
    [ 0.204219] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204226] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204277] NET: Registered protocol family 1
    [ 0.230046] pci 0000:01:00.0: Boot video device
    [ 0.230066] PCI: CLS 4 bytes, default 64
    [ 0.230114] Unpacking initramfs...
    [ 0.281716] Freeing initrd memory: 2880k freed
    [ 0.282813] apm: BIOS not found.
    [ 0.282997] audit: initializing netlink socket (disabled)
    [ 0.283008] type=2000 audit(1335182661.279:1): initialized
    [ 0.283290] highmem bounce pool size: 64 pages
    [ 0.283294] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.284920] VFS: Disk quotas dquot_6.5.2
    [ 0.284969] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.285048] msgmni has been set to 1719
    [ 0.285189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.285213] io scheduler noop registered
    [ 0.285214] io scheduler deadline registered
    [ 0.285219] io scheduler cfq registered (default)
    [ 0.285324] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.285393] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.285471] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.285550] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.285628] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.285741] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
    [ 0.285742] vesafb: scrolling: redraw
    [ 0.285744] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.285947] vesafb: framebuffer at 0xf9000000, mapped to 0xf8080000, using 2560k, total 2560k
    [ 0.305959] Console: switching to colour frame buffer device 160x64
    [ 0.325876] fb0: VESA VGA frame buffer device
    [ 0.325911] intel_idle: MWAIT substates: 0x22220
    [ 0.325912] intel_idle: does not run on family 6 model 23
    [ 0.325931] GHES: HEST is not enabled!
    [ 0.325942] isapnp: Scanning for PnP cards...
    [ 0.637859] isapnp: No Plug & Play device found
    [ 0.637909] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.658391] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.679122] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.679405] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.713326] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    [ 0.713338] i8042: If AUX port is really absent please use the 'i8042.noaux' option
    [ 0.963424] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.963556] mousedev: PS/2 mouse device common for all mice
    [ 0.963618] rtc_cmos 00:04: RTC can wake from S4
    [ 0.963703] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.963724] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.963743] cpuidle: using governor ladder
    [ 0.963744] cpuidle: using governor menu
    [ 0.963917] TCP cubic registered
    [ 0.964022] NET: Registered protocol family 10
    [ 0.964388] NET: Registered protocol family 17
    [ 0.964392] Registering the dns_resolver key type
    [ 0.964404] Using IPI No-Shortcut mode
    [ 0.964489] PM: Hibernation image not present or could not be loaded.
    [ 0.964493] registered taskstats version 1
    [ 0.964920] rtc_cmos 00:04: setting system clock to 2012-04-23 12:04:22 UTC (1335182662)
    [ 0.964951] Initializing network drop monitor service
    [ 0.965002] Freeing unused kernel memory: 520k freed
    [ 0.965195] Write protecting the kernel text: 3776k
    [ 0.965213] Write protecting the kernel read-only data: 1108k
    [ 0.970549] udevd[37]: starting version 182
    [ 0.990063] usbcore: registered new interface driver usbfs
    [ 0.990082] usbcore: registered new interface driver hub
    [ 0.990287] usbcore: registered new device driver usb
    [ 0.990620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.990663] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.990666] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.990683] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.994584] ehci_hcd 0000:00:1a.7: cache line size of 4 is not supported
    [ 0.994599] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    [ 0.999657] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.004019] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.004470] hub 1-0:1.0: USB hub found
    [ 1.004474] hub 1-0:1.0: 6 ports detected
    [ 1.004573] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.004576] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.004583] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.007266] SCSI subsystem initialized
    [ 1.008500] ehci_hcd 0000:00:1d.7: cache line size of 4 is not supported
    [ 1.008516] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    [ 1.008592] libata version 3.00 loaded.
    [ 1.009871] ahci 0000:03:00.0: version 3.0
    [ 1.016893] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.017108] hub 2-0:1.0: USB hub found
    [ 1.017111] hub 2-0:1.0: 6 ports detected
    [ 1.017203] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.017206] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.017214] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.017248] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    [ 1.017363] hub 3-0:1.0: USB hub found
    [ 1.017367] hub 3-0:1.0: 2 ports detected
    [ 1.017433] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.017436] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.017446] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.017472] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    [ 1.017584] hub 4-0:1.0: USB hub found
    [ 1.017587] hub 4-0:1.0: 2 ports detected
    [ 1.017652] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.017655] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.017661] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.017681] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
    [ 1.017789] hub 5-0:1.0: USB hub found
    [ 1.017792] hub 5-0:1.0: 2 ports detected
    [ 1.017858] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.017861] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.017868] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.017888] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
    [ 1.017995] hub 6-0:1.0: USB hub found
    [ 1.017998] hub 6-0:1.0: 2 ports detected
    [ 1.018064] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.018067] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.018073] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.018099] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
    [ 1.018206] hub 7-0:1.0: USB hub found
    [ 1.018212] hub 7-0:1.0: 2 ports detected
    [ 1.018278] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.018281] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.018288] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.018308] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
    [ 1.018482] hub 8-0:1.0: USB hub found
    [ 1.018485] hub 8-0:1.0: 2 ports detected
    [ 1.018763] ata_piix 0000:00:1f.2: version 2.13
    [ 1.018772] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 1.018804] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 1.020267] scsi0 : ata_piix
    [ 1.020371] scsi1 : ata_piix
    [ 1.020819] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 1.020824] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 1.020853] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 1.020893] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 1.021136] scsi2 : ata_piix
    [ 1.021644] scsi3 : ata_piix
    [ 1.022040] ata3: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
    [ 1.022044] ata4: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
    [ 1.023372] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.023375] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.023819] scsi4 : ahci
    [ 1.023884] scsi5 : ahci
    [ 1.023962] ata5: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe100 irq 19
    [ 1.023965] ata6: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe180 irq 19
    [ 1.024034] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.024063] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 1.283352] Refined TSC clocksource calibration: 2800.099 MHz.
    [ 1.283357] Switching to clocksource tsc
    [ 1.350651] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.350654] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.361316] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.361361] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.586675] usb 8-2: new full-speed USB device number 2 using uhci_hcd
    [ 1.734398] hub 8-2:1.0: USB hub found
    [ 1.736342] hub 8-2:1.0: 4 ports detected
    [ 1.826727] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.826741] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.826862] ata2.00: SATA link down (SStatus 0 SControl 300)
    [ 1.826878] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.843535] ata1.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.843661] ata1.01: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
    [ 1.843665] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.843832] ata2.01: HPA detected: current 1250261615, native 1250263728
    [ 1.843837] ata2.01: ATA-8: WDC WD6400AACS-00G8B1, 05.04C05, max UDMA/133
    [ 1.843841] ata2.01: 1250261615 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.845598] ata2.01: configured for UDMA/133
    [ 1.856788] ata1.00: configured for UDMA/100
    [ 1.863573] ata1.01: configured for UDMA/133
    [ 1.865163] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.865407] scsi 0:0:1:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 1.865585] scsi 1:0:1:0: Direct-Access ATA WDC WD6400AACS-0 05.0 PQ: 0 ANSI: 5
    [ 1.866092] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.867006] scsi6 : pata_jmicron
    [ 1.867093] scsi7 : pata_jmicron
    [ 1.867683] ata7: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16
    [ 1.867686] ata8: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16
    [ 1.870208] sd 0:0:1:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.870244] sd 0:0:1:0: [sda] Write Protect is off
    [ 1.870247] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.870262] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.870558] sd 1:0:1:0: [sdb] 1250261615 512-byte logical blocks: (640 GB/596 GiB)
    [ 1.870601] sd 1:0:1:0: [sdb] Write Protect is off
    [ 1.870604] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.870620] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.915534] sda: sda1 sda2 < sda5 sda6 sda7 > sda3 sda4
    [ 1.916012] sd 0:0:1:0: [sda] Attached SCSI disk
    [ 1.980226] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 >
    [ 1.980824] sd 1:0:1:0: [sdb] Attached SCSI disk
    [ 2.011343] usb 8-2.1: new full-speed USB device number 3 using uhci_hcd
    [ 2.192148] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.192152] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.192558] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 2.201802] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.0/input/input0
    [ 2.201846] generic-usb 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input0
    [ 2.222475] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.1/input/input1
    [ 2.222611] generic-usb 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input1
    [ 2.231760] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2.1/8-2.1:1.2/input/input2
    [ 2.231841] generic-usb 0003:046D:C318.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input2
    [ 2.231854] usbcore: registered new interface driver usbhid
    [ 2.231856] usbhid: USB HID core driver
    [ 3.342855] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.236723] udevd[150]: starting version 182
    [ 4.459170] Linux media interface: v0.10
    [ 4.475608] Linux video capture interface: v2.00
    [ 4.489322] usbcore: registered new interface driver uvcvideo
    [ 4.489323] USB Video Class driver (1.1.1)
    [ 4.496429] lirc_dev: IR Remote Control driver registered, major 250
    [ 4.513782] IR NEC protocol handler initialized
    [ 4.522116] bttv: driver version 0.9.19 loaded
    [ 4.522119] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 4.600352] IR RC5(x) protocol handler initialized
    [ 4.608981] IR RC6 protocol handler initialized
    [ 4.630510] IR JVC protocol handler initialized
    [ 4.636561] IR Sony protocol handler initialized
    [ 4.638418] ivtv: Start initialization, version 1.4.3
    [ 4.638462] ivtv0: Initializing card 0
    [ 4.638463] ivtv0: Autodetected Hauppauge card (cx23415 based)
    [ 4.638549] ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
    [ 4.644475] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 4.644481] ACPI: Power Button [PWRB]
    [ 4.644534] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 4.644537] ACPI: Power Button [PWRF]
    [ 4.658578] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 4.665780] Marking TSC unstable due to TSC halts in idle
    [ 4.666758] ACPI: acpi_idle registered with cpuidle
    [ 4.670254] Switching to clocksource hpet
    [ 4.678524] Floppy drive(s): fd0 is 1.44M
    [ 4.679479] IT8718 SuperIO detected.
    [ 4.679633] parport_pc 00:09: reported by Plug and Play ACPI
    [ 4.679676] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 4.693701] FDC 0 is a post-1991 82077
    [ 4.694860] tveeprom 0-0050: Hauppauge model 48132, rev K268, serial# 9950569
    [ 4.694863] tveeprom 0-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
    [ 4.694865] tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
    [ 4.694867] tveeprom 0-0050: audio processor is MSP4448 (idx 27)
    [ 4.694869] tveeprom 0-0050: decoder processor is SAA7115 (idx 19)
    [ 4.694871] tveeprom 0-0050: has radio, has IR receiver, has no IR transmitter
    [ 4.694873] ivtv0: Autodetected Hauppauge WinTV PVR-350
    [ 4.718730] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 4.729649] ppdev: user-space parallel port driver
    [ 4.738786] Linux agpgart interface v0.103
    [ 4.820346] IR SANYO protocol handler initialized
    [ 4.822452] iTCO_vendor_support: vendor-support=0
    [ 4.823062] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 4.823136] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0460)
    [ 4.823465] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 4.830152] IR MCE Keyboard/mouse protocol handler initialized
    [ 4.831105] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.831186] r8169 0000:04:00.0: irq 46 for MSI/MSI-X
    [ 4.831566] r8169 0000:04:00.0: eth0: RTL8168c/8111c at 0xf9e18000, 00:24:1d:2a:98:49, XID 1c4000c0 IRQ 46
    [ 4.831569] r8169 0000:04:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.831887] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.831956] r8169 0000:05:00.0: irq 47 for MSI/MSI-X
    [ 4.832334] r8169 0000:05:00.0: eth1: RTL8168c/8111c at 0xf9e1a000, 00:1f:d0:81:ab:41, XID 1c4000c0 IRQ 47
    [ 4.832337] r8169 0000:05:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.844309] saa7115 0-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
    [ 4.880508] IR LIRC bridge handler initialized
    [ 4.891113] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.917236] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 4.917368] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.917483] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.917595] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 4.917707] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 4.917819] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 4.917933] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 4.918044] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 5.108129] saa7127 0-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
    [ 5.167615] i2c-core: driver [msp3400] using legacy suspend method
    [ 5.167617] i2c-core: driver [msp3400] using legacy resume method
    [ 5.178769] msp3400 0-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
    [ 5.178771] msp3400 0-0040: msp3400 supports radio, mode is autodetect and autoselect
    [ 5.203046] nvidia: module license 'NVIDIA' taints kernel.
    [ 5.203050] Disabling lock debugging due to kernel taint
    [ 5.218687] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 5.218866] NVRM: loading NVIDIA UNIX x86 Kernel Module 295.40 Thu Apr 5 21:28:09 PDT 2012
    [ 5.298045] i2c-core: driver [tuner] using legacy suspend method
    [ 5.298047] i2c-core: driver [tuner] using legacy resume method
    [ 5.388600] tda9887 0-0043: creating new instance
    [ 5.388603] tda9887 0-0043: tda988[5/6/7] found
    [ 5.389628] tuner 0-0043: Tuner 74 found with type(s) Radio TV.
    [ 5.392437] tuner 0-0061: Tuner -1 found with type(s) Radio TV.
    [ 5.407684] tuner-simple 0-0061: creating new instance
    [ 5.407687] tuner-simple 0-0061: type set to 47 (LG NTSC (TAPE series))
    [ 5.421350] ivtv0: Registered device video0 for encoder MPG (4096 kB)
    [ 5.421381] ivtv0: Registered device video32 for encoder YUV (2048 kB)
    [ 5.421421] ivtv0: Registered

    Progress.  Sort of...
    As I mentioned in the previous update, I unplugged the Hauppauge PVR-350 card and upgraded the kernel, lirc, lirc-utils, nvidia, and nvidia-utils.
    I found this thread ( https://bbs.archlinux.org/viewtopic.php?pid=779327 ) which suggested blacklisting nouveau--as it's built-in to the kernel now (?).   When I rebooted after blacklisting nouveau, my X started up!!
    I thought I'd solved the issue--but when I plugged the PVR-350 back in and rebooted (it's necessary to use the remote control with mythtv), X failed again:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.2-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120407 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007feb0000 (usable)
    [ 0.000000] BIOS-e820: 000000007feb0000 - 000000007fee2000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee2000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. EP45-UD3P/EP45-UD3P, BIOS F10 02/05/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7feb0 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CCFFF write-protect
    [ 0.000000] CD000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07FF00000 mask FFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00f5800] f5800
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 37d61000 - 37ff0000
    [ 0.000000] Allocated new RAMDISK: 3756f000 - 377fd6d1
    [ 0.000000] Move RAMDISK from 0000000037d61000 - 0000000037fef6d0 to 3756f000 - 377fd6d0
    [ 0.000000] ACPI: RSDP 000f7630 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 7fee2040 00040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 7fee20c0 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 7fee2180 0507F (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
    [ 0.000000] ACPI: FACS 7feb0000 00040
    [ 0.000000] ACPI: HPET 7fee7340 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 7fee73c0 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: EUDS 7fee7480 00560 (v01 GBT 00000000 00000000)
    [ 0.000000] ACPI: TAMG 7fee79e0 06852 (v01 GBT GBT B0 5455312E BG?? 00020101)
    [ 0.000000] ACPI: APIC 7fee7240 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: SSDT 7feee8a0 003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1158MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007feb0
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007feb0
    [ 0.000000] On node 0 totalpages: 523839
    [ 0.000000] free_area_init_node: node 0, pgdat c060c580, node_mem_map f656e200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3951 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2318 pages used for memmap
    [ 0.000000] HighMem zone: 294308 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:70100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 13 pages/cpu @f6000000 s30848 r0 d22400 u1048576
    [ 0.000000] pcpu-alloc: s30848 r0 d22400 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519745
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 4191488 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007feb0)
    [ 0.000000] Memory: 2064520k/2095808k available (3773k kernel code, 30836k reserved, 1435k data, 520k init, 1186504k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc0617000 - 0xc0699000 ( 520 kB)
    [ 0.000000] .data : 0xc04af7a9 - 0xc0616400 (1435 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc04af7a9 (3773 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f580a000 soft=f580c000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2800.335 MHz processor.
    [ 0.003334] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.03 BogoMIPS (lpj=9334450)
    [ 0.003337] pid_max: default: 32768 minimum: 301
    [ 0.003356] Security Framework initialized
    [ 0.003359] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003371] Mount-cache hash table entries: 512
    [ 0.003468] Initializing cgroup subsys cpuacct
    [ 0.003471] Initializing cgroup subsys memory
    [ 0.003477] Initializing cgroup subsys devices
    [ 0.003478] Initializing cgroup subsys freezer
    [ 0.003480] Initializing cgroup subsys net_cls
    [ 0.003481] Initializing cgroup subsys blkio
    [ 0.003502] CPU: Physical Processor ID: 0
    [ 0.003504] CPU: Processor Core ID: 0
    [ 0.003506] mce: CPU supports 6 MCE banks
    [ 0.003512] CPU0: Thermal monitoring enabled (TM2)
    [ 0.003514] using mwait in idle threads.
    [ 0.007056] ACPI: Core revision 20120111
    [ 0.009209] ftrace: allocating 16621 entries in 33 pages
    [ 0.013364] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.013718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.047518] CPU0: Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz stepping 0a
    [ 0.049997] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.049997] ... version: 2
    [ 0.049997] ... bit width: 40
    [ 0.049997] ... generic registers: 2
    [ 0.049997] ... value mask: 000000ffffffffff
    [ 0.049997] ... max period: 000000007fffffff
    [ 0.049997] ... fixed-purpose events: 3
    [ 0.049997] ... event mask: 0000000700000003
    [ 0.066769] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.093344] CPU 1 irqstacks, hard=f58ec000 soft=f58ee000
    [ 0.093347] Booting Node 0, Processors #1
    [ 0.093350] smpboot cpu 1: start_ip = 9b000
    [ 0.006666] Initializing CPU#1
    [ 0.106687] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.113331] Brought up 2 CPUs
    [ 0.113334] Total of 2 processors activated (11205.06 BogoMIPS).
    [ 0.115084] devtmpfs: initialized
    [ 0.115084] PM: Registering ACPI NVS region at 7feb0000 (204800 bytes)
    [ 0.115084] NET: Registered protocol family 16
    [ 0.115084] ACPI: bus type pci registered
    [ 0.115084] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.115084] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.115084] PCI: Using MMCONFIG for extended config space
    [ 0.115084] PCI: Using configuration type 1 for base access
    [ 0.116684] bio: create slab <bio-0> at 0
    [ 0.116695] ACPI: Added _OSI(Module Device)
    [ 0.116695] ACPI: Added _OSI(Processor Device)
    [ 0.116695] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.116695] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.117294] ACPI: EC: Look up EC in DSDT
    [ 0.120049] ACPI Warning: Incorrect checksum in table [TAMG] - 0x54, should be 0x53 (20120111/tbutils-321)
    [ 0.120165] ACPI: SSDT 7feee280 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120301] ACPI: Dynamic OEM Table Load:
    [ 0.120304] ACPI: SSDT (null) 0026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
    [ 0.120421] ACPI: SSDT 7feee740 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120549] ACPI: Dynamic OEM Table Load:
    [ 0.120551] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
    [ 0.120670] ACPI: Interpreter enabled
    [ 0.120684] ACPI: (supports S0 S3 S4 S5)
    [ 0.120698] ACPI: Using IOAPIC for interrupt routing
    [ 0.124257] ACPI: No dock devices found.
    [ 0.124263] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.124307] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.124364] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.124366] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.124368] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.124370] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.124372] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.124374] pci_root PNP0A03:00: host bridge window [mem 0x7ff00000-0xfebfffff]
    [ 0.124414] PCI host bridge to bus 0000:00
    [ 0.124416] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.124417] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.124419] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.124421] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.124423] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.124424] pci_bus 0000:00: root bus resource [mem 0x7ff00000-0xfebfffff]
    [ 0.124432] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.124468] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.124500] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.124533] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.124570] pci 0000:00:1a.0: reg 20: [io 0xff00-0xff1f]
    [ 0.124615] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.124652] pci 0000:00:1a.1: reg 20: [io 0xfe00-0xfe1f]
    [ 0.124696] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.124733] pci 0000:00:1a.2: reg 20: [io 0xfd00-0xfd1f]
    [ 0.124780] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.124795] pci 0000:00:1a.7: reg 10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.124874] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.124887] pci 0000:00:1b.0: reg 10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.124945] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.124964] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.125023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.125045] pci 0000:00:1c.3: [8086:3a46] type 1 class 0x000604
    [ 0.125104] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.125124] pci 0000:00:1c.4: [8086:3a48] type 1 class 0x000604
    [ 0.125183] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.125203] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.125262] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.125284] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.125320] pci 0000:00:1d.0: reg 20: [io 0xfc00-0xfc1f]
    [ 0.125365] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.125401] pci 0000:00:1d.1: reg 20: [io 0xfb00-0xfb1f]
    [ 0.125446] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.125482] pci 0000:00:1d.2: reg 20: [io 0xfa00-0xfa1f]
    [ 0.125530] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.125545] pci 0000:00:1d.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.125621] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.125675] pci 0000:00:1f.0: [8086:3a16] type 0 class 0x000601
    [ 0.125747] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
    [ 0.125750] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
    [ 0.125753] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
    [ 0.125793] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.125806] pci 0000:00:1f.2: reg 10: [io 0x0000-0x0007]
    [ 0.125813] pci 0000:00:1f.2: reg 14: [io 0x0000-0x0003]
    [ 0.125820] pci 0000:00:1f.2: reg 18: [io 0x0000-0x0007]
    [ 0.125827] pci 0000:00:1f.2: reg 1c: [io 0x0000-0x0003]
    [ 0.125833] pci 0000:00:1f.2: reg 20: [io 0xf900-0xf90f]
    [ 0.125840] pci 0000:00:1f.2: reg 24: [io 0xf800-0xf80f]
    [ 0.125880] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.125893] pci 0000:00:1f.3: reg 10: [mem 0xfdffd000-0xfdffd0ff 64bit]
    [ 0.125911] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.125939] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.125952] pci 0000:00:1f.5: reg 10: [io 0xf600-0xf607]
    [ 0.125959] pci 0000:00:1f.5: reg 14: [io 0xf500-0xf503]
    [ 0.125965] pci 0000:00:1f.5: reg 18: [io 0xf400-0xf407]
    [ 0.125972] pci 0000:00:1f.5: reg 1c: [io 0xf300-0xf303]
    [ 0.125979] pci 0000:00:1f.5: reg 20: [io 0xf200-0xf20f]
    [ 0.125985] pci 0000:00:1f.5: reg 24: [io 0xf100-0xf10f]
    [ 0.126051] pci 0000:01:00.0: [10de:06e4] type 0 class 0x000300
    [ 0.126060] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.126070] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126079] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.126086] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
    [ 0.126093] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.126141] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.126143] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.126146] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.126149] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.126182] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.126238] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
    [ 0.126319] pci 0000:03:00.0: reg 24: [mem 0xfdbfe000-0xfdbfffff]
    [ 0.126378] pci 0000:03:00.0: PME# supported from D3hot
    [ 0.126407] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
    [ 0.126430] pci 0000:03:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.126442] pci 0000:03:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.126455] pci 0000:03:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.126467] pci 0000:03:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.126480] pci 0000:03:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.126557] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.126569] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.126572] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.126575] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.126628] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.126643] pci 0000:04:00.0: reg 10: [io 0xce00-0xceff]
    [ 0.126677] pci 0000:04:00.0: reg 18: [mem 0xfdeff000-0xfdefffff 64bit pref]
    [ 0.126693] pci 0000:04:00.0: reg 20: [mem 0xfdee0000-0xfdeeffff 64bit pref]
    [ 0.126705] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.126764] pci 0000:04:00.0: supports D1 D2
    [ 0.126766] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.133342] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.133348] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.133352] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.133359] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.133422] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.133440] pci 0000:05:00.0: reg 10: [io 0xbe00-0xbeff]
    [ 0.133470] pci 0000:05:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit pref]
    [ 0.133491] pci 0000:05:00.0: reg 20: [mem 0xfdce0000-0xfdceffff 64bit pref]
    [ 0.133505] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.133572] pci 0000:05:00.0: supports D1 D2
    [ 0.133574] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.140007] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.140013] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.140018] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.140024] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.140061] pci 0000:06:01.0: [4444:0803] type 0 class 0x000400
    [ 0.140081] pci 0000:06:01.0: reg 10: [mem 0xf4000000-0xf7ffffff pref]
    [ 0.140186] pci 0000:06:07.0: [104c:8024] type 0 class 0x000c00
    [ 0.140208] pci 0000:06:07.0: reg 10: [mem 0xfdaff000-0xfdaff7ff]
    [ 0.140217] pci 0000:06:07.0: reg 14: [mem 0xfdaf8000-0xfdafbfff]
    [ 0.140279] pci 0000:06:07.0: supports D1 D2
    [ 0.140281] pci 0000:06:07.0: PME# supported from D0 D1 D2 D3hot
    [ 0.140315] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
    [ 0.140320] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.140325] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.140327] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.140329] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.140331] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.140333] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.140334] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.140336] pci 0000:00:1e.0: bridge window [mem 0x7ff00000-0xfebfffff] (subtractive decode)
    [ 0.140356] pci_bus 0000:00: on NUMA node 0
    [ 0.140359] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.140507] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
    [ 0.140544] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
    [ 0.140585] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
    [ 0.140618] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
    [ 0.140651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.140755] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.140757] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.140759] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.149257] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
    [ 0.149296] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
    [ 0.149334] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
    [ 0.149372] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149409] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
    [ 0.149447] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
    [ 0.149484] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
    [ 0.149521] ACPI: PCI Interrupt Link [LNK1] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
    [ 0.149562] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.149562] vgaarb: loaded
    [ 0.149562] vgaarb: bridge control possible 0000:01:00.0
    [ 0.149562] PCI: Using ACPI for IRQ routing
    [ 0.150838] PCI: pci_cache_line_size set to 64 bytes
    [ 0.150920] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.150922] reserve RAM buffer: 000000007feb0000 - 000000007fffffff
    [ 0.151005] NetLabel: Initializing
    [ 0.151006] NetLabel: domain hash size = 128
    [ 0.151007] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.151016] NetLabel: unlabeled traffic allowed by default
    [ 0.151020] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.151025] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.151029] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.160013] Switching to clocksource hpet
    [ 0.165171] pnp: PnP ACPI init
    [ 0.165185] ACPI: bus type pnp registered
    [ 0.165252] pnp 00:00: [bus 00-3f]
    [ 0.165254] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.165256] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.165257] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.165259] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.165261] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.165263] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.165265] pnp 00:00: [mem 0x7ff00000-0xfebfffff window]
    [ 0.165311] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.165373] pnp 00:01: [io 0x0010-0x001f]
    [ 0.165375] pnp 00:01: [io 0x0022-0x003f]
    [ 0.165376] pnp 00:01: [io 0x0044-0x004d]
    [ 0.165378] pnp 00:01: [io 0x0050-0x005f]
    [ 0.165379] pnp 00:01: [io 0x0062-0x0063]
    [ 0.165381] pnp 00:01: [io 0x0065-0x006f]
    [ 0.165382] pnp 00:01: [io 0x0074-0x007f]
    [ 0.165383] pnp 00:01: [io 0x0091-0x0093]
    [ 0.165385] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.165386] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.165388] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.165390] pnp 00:01: [io 0x0290-0x029f]
    [ 0.165391] pnp 00:01: [io 0x0800-0x0805]
    [ 0.165393] pnp 00:01: [io 0x0290-0x0294]
    [ 0.165394] pnp 00:01: [io 0x0880-0x088f]
    [ 0.165456] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.165458] system 00:01: [io 0x0290-0x029f] has been reserved
    [ 0.165460] system 00:01: [io 0x0800-0x0805] has been reserved
    [ 0.165462] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.165464] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.165467] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.165476] pnp 00:02: [dma 4]
    [ 0.165478] pnp 00:02: [io 0x0000-0x000f]
    [ 0.165480] pnp 00:02: [io 0x0080-0x0090]
    [ 0.165481] pnp 00:02: [io 0x0094-0x009f]
    [ 0.165483] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.165508] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.165547] pnp 00:03: [irq 0 disabled]
    [ 0.165555] pnp 00:03: [irq 8]
    [ 0.165557] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.165585] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.165608] pnp 00:04: [io 0x0070-0x0073]
    [ 0.165635] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.165642] pnp 00:05: [io 0x0061]
    [ 0.165669] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.165677] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.165681] pnp 00:06: [irq 13]
    [ 0.165707] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.165798] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.165799] pnp 00:07: [io 0x03f7]
    [ 0.165804] pnp 00:07: [irq 6]
    [ 0.165805] pnp 00:07: [dma 2]
    [ 0.165842] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.165968] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.165973] pnp 00:08: [irq 4]
    [ 0.166025] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.166167] pnp 00:09: [io 0x0378-0x037f]
    [ 0.166171] pnp 00:09: [irq 7]
    [ 0.166215] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.166310] pnp 00:0a: [io 0x0400-0x04cf]
    [ 0.166311] pnp 00:0a: [io 0x04d2-0x04ff]
    [ 0.166357] system 00:0a: [io 0x0400-0x04cf] has been reserved
    [ 0.166359] system 00:0a: [io 0x04d2-0x04ff] has been reserved
    [ 0.166362] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166508] pnp 00:0b: [mem 0xf0000000-0xf3ffffff]
    [ 0.166559] system 00:0b: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.166561] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.166692] pnp 00:0c: [mem 0x000cdc00-0x000cffff]
    [ 0.166694] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.166696] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.166698] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.166699] pnp 00:0c: [mem 0x7feb0000-0x7fefffff]
    [ 0.166701] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.166702] pnp 00:0c: [mem 0x00100000-0x7feaffff]
    [ 0.166704] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.166705] pnp 00:0c: [mem 0xfed10000-0xfed1dfff]
    [ 0.166707] pnp 00:0c: [mem 0xfed20000-0xfed8ffff]
    [ 0.166709] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.166710] pnp 00:0c: [mem 0xffb00000-0xffb7ffff]
    [ 0.166712] pnp 00:0c: [mem 0xfff00000-0xffffffff]
    [ 0.166713] pnp 00:0c: [mem 0x000e0000-0x000effff]
    [ 0.166775] system 00:0c: [mem 0x000cdc00-0x000cffff] has been reserved
    [ 0.166777] system 00:0c: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.166779] system 00:0c: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.166781] system 00:0c: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.166783] system 00:0c: [mem 0x7feb0000-0x7fefffff] could not be reserved
    [ 0.166785] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.166787] system 00:0c: [mem 0x00100000-0x7feaffff] could not be reserved
    [ 0.166790] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.166792] system 00:0c: [mem 0xfed10000-0xfed1dfff] has been reserved
    [ 0.166794] system 00:0c: [mem 0xfed20000-0xfed8ffff] could not be reserved
    [ 0.166796] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.166798] system 00:0c: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.166800] system 00:0c: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.166802] system 00:0c: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.166804] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.166819] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
    [ 0.166857] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.166862] pnp: PnP ACPI: found 14 devices
    [ 0.166863] ACPI: ACPI bus type pnp unregistered
    [ 0.203267] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.203303] pci 0000:00:1c.3: BAR 15: assigned [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203306] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80100000-0x802fffff]
    [ 0.203309] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203311] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.203314] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb01ffff pref]
    [ 0.203316] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.203319] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.203321] pci 0000:00:01.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.203324] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203338] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.203340] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.203344] pci 0000:00:1c.0: bridge window [mem 0x80100000-0x802fffff]
    [ 0.203348] pci 0000:00:1c.0: bridge window [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203353] pci 0000:00:1c.3: PCI bridge to [bus 03-03]
    [ 0.203355] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.203359] pci 0000:00:1c.3: bridge window [mem 0xfdb00000-0xfdbfffff]
    [ 0.203362] pci 0000:00:1c.3: bridge window [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203368] pci 0000:04:00.0: BAR 6: assigned [mem 0xfde00000-0xfde0ffff pref]
    [ 0.203370] pci 0000:00:1c.4: PCI bridge to [bus 04-04]
    [ 0.203372] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.203376] pci 0000:00:1c.4: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.203379] pci 0000:00:1c.4: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203385] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdc00000-0xfdc0ffff pref]
    [ 0.203386] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
    [ 0.203389] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.203393] pci 0000:00:1c.5: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.203396] pci 0000:00:1c.5: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203401] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
    [ 0.203405] pci 0000:00:1e.0: bridge window [mem 0xfda00000-0xfdafffff]
    [ 0.203409] pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203426] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.203447] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.203451] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.203452] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.203454] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203456] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203458] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203460] pci_bus 0000:00: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203462] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.203463] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.203465] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.203467] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.203469] pci_bus 0000:02: resource 1 [mem 0x80100000-0x802fffff]
    [ 0.203471] pci_bus 0000:02: resource 2 [mem 0x80300000-0x804fffff 64bit pref]
    [ 0.203473] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.203475] pci_bus 0000:03: resource 1 [mem 0xfdb00000-0xfdbfffff]
    [ 0.203477] pci_bus 0000:03: resource 2 [mem 0x7ff00000-0x800fffff 64bit pref]
    [ 0.203479] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.203480] pci_bus 0000:04: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.203482] pci_bus 0000:04: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.203484] pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
    [ 0.203486] pci_bus 0000:05: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.203488] pci_bus 0000:05: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    [ 0.203490] pci_bus 0000:06: resource 1 [mem 0xfda00000-0xfdafffff]
    [ 0.203492] pci_bus 0000:06: resource 2 [mem 0xf4000000-0xf7ffffff 64bit pref]
    [ 0.203493] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.203495] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.203497] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.203499] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.203501] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.203502] pci_bus 0000:06: resource 9 [mem 0x7ff00000-0xfebfffff]
    [ 0.203527] NET: Registered protocol family 2
    [ 0.203579] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.203743] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.204067] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.204228] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.204230] TCP reno registered
    [ 0.204232] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204239] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.204289] NET: Registered protocol family 1
    [ 0.230047] pci 0000:01:00.0: Boot video device
    [ 0.230067] PCI: CLS 4 bytes, default 64
    [ 0.230115] Unpacking initramfs...
    [ 0.265087] Freeing initrd memory: 2620k freed
    [ 0.266068] apm: BIOS not found.
    [ 0.266288] audit: initializing netlink socket (disabled)
    [ 0.266299] type=2000 audit(1335262531.263:1): initialized
    [ 0.266584] highmem bounce pool size: 64 pages
    [ 0.266587] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.268217] VFS: Disk quotas dquot_6.5.2
    [ 0.268265] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.268344] msgmni has been set to 1719
    [ 0.268484] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.268509] io scheduler noop registered
    [ 0.268510] io scheduler deadline registered
    [ 0.268515] io scheduler cfq registered (default)
    [ 0.268621] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.268690] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.268767] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    [ 0.268848] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    [ 0.268925] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    [ 0.269038] vesafb: mode is 1280x1024x16, linelength=2560, pages=0
    [ 0.269040] vesafb: scrolling: redraw
    [ 0.269042] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
    [ 0.269245] vesafb: framebuffer at 0xf9000000, mapped to 0xf8080000, using 2560k, total 2560k
    [ 0.289257] Console: switching to colour frame buffer device 160x64
    [ 0.309184] fb0: VESA VGA frame buffer device
    [ 0.309220] intel_idle: MWAIT substates: 0x22220
    [ 0.309221] intel_idle: does not run on family 6 model 23
    [ 0.309239] GHES: HEST is not enabled!
    [ 0.309250] isapnp: Scanning for PnP cards...
    [ 0.621201] isapnp: No Plug & Play device found
    [ 0.621251] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.641735] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.662470] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.662752] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.696011] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    [ 0.696012] i8042: If AUX port is really absent please use the 'i8042.noaux' option
    [ 0.943424] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.943556] mousedev: PS/2 mouse device common for all mice
    [ 0.943618] rtc_cmos 00:04: RTC can wake from S4
    [ 0.943703] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.943724] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.943743] cpuidle: using governor ladder
    [ 0.943744] cpuidle: using governor menu
    [ 0.943914] TCP cubic registered
    [ 0.944019] NET: Registered protocol family 10
    [ 0.944386] NET: Registered protocol family 17
    [ 0.944389] Registering the dns_resolver key type
    [ 0.944402] Using IPI No-Shortcut mode
    [ 0.944484] PM: Hibernation image not present or could not be loaded.
    [ 0.944488] registered taskstats version 1
    [ 0.944912] rtc_cmos 00:04: setting system clock to 2012-04-24 10:15:32 UTC (1335262532)
    [ 0.944944] Initializing network drop monitor service
    [ 0.944995] Freeing unused kernel memory: 520k freed
    [ 0.945188] Write protecting the kernel text: 3776k
    [ 0.945206] Write protecting the kernel read-only data: 1108k
    [ 0.950321] udevd[37]: starting version 181
    [ 0.975067] usbcore: registered new interface driver usbfs
    [ 0.975086] usbcore: registered new interface driver hub
    [ 0.975403] usbcore: registered new device driver usb
    [ 0.976311] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.976358] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.976362] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.976381] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.977405] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.980290] ehci_hcd 0000:00:1a.7: cache line size of 4 is not supported
    [ 0.980307] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdfff000
    [ 0.981979] SCSI subsystem initialized
    [ 0.987728] libata version 3.00 loaded.
    [ 0.990179] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.991541] ahci 0000:03:00.0: version 3.0
    [ 0.991704] hub 1-0:1.0: USB hub found
    [ 0.991708] hub 1-0:1.0: 6 ports detected
    [ 0.991829] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.991832] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.991839] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
    [ 0.991875] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000ff00
    [ 0.992004] hub 2-0:1.0: USB hub found
    [ 0.992008] hub 2-0:1.0: 2 ports detected
    [ 0.992104] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.992107] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.992113] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
    [ 0.992140] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fe00
    [ 0.992298] hub 3-0:1.0: USB hub found
    [ 0.992301] hub 3-0:1.0: 2 ports detected
    [ 0.992395] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.992398] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.992404] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
    [ 0.992424] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000fd00
    [ 0.992562] hub 4-0:1.0: USB hub found
    [ 0.992565] hub 4-0:1.0: 2 ports detected
    [ 0.992630] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.992632] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.992638] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 0.992666] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fc00
    [ 0.992779] hub 5-0:1.0: USB hub found
    [ 0.992782] hub 5-0:1.0: 2 ports detected
    [ 0.992997] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.993000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.993006] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 0.993032] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fb00
    [ 0.993178] hub 6-0:1.0: USB hub found
    [ 0.993181] hub 6-0:1.0: 2 ports detected
    [ 0.993244] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.993247] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.993253] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 0.993272] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fa00
    [ 0.993393] hub 7-0:1.0: USB hub found
    [ 0.993396] hub 7-0:1.0: 2 ports detected
    [ 0.993484] pata_acpi 0000:00:1f.2: setting latency timer to 64
    [ 0.993516] pata_acpi 0000:00:1f.5: setting latency timer to 64
    [ 0.993552] ata_piix 0000:00:1f.2: version 2.13
    [ 0.993561] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.993587] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.994010] scsi0 : ata_piix
    [ 0.994209] scsi1 : ata_piix
    [ 0.994687] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 0.994692] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 0.994722] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 0.994764] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.995109] scsi2 : ata_piix
    [ 0.995998] scsi3 : ata_piix
    [ 0.996404] ata3: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf200 irq 19
    [ 0.996408] ata4: SATA max UDMA/133 cmd 0xf400 ctl 0xf300 bmdma 0xf208 irq 19
    [ 0.996449] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.996452] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.996459] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
    [ 1.000369] ehci_hcd 0000:00:1d.7: cache line size of 4 is not supported
    [ 1.000375] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffe000
    [ 1.003374] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.003377] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.003714] scsi4 : ahci
    [ 1.003787] scsi5 : ahci
    [ 1.003874] ata5: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe100 irq 19
    [ 1.003877] ata6: SATA max UDMA/133 abar m8192@0xfdbfe000 port 0xfdbfe180 irq 19
    [ 1.003896] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
    [ 1.003923] pata_acpi 0000:03:00.1: setting latency timer to 64
    [ 1.010024] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.010224] hub 8-0:1.0: USB hub found
    [ 1.010228] hub 8-0:1.0: 6 ports detected
    [ 1.266680] Refined TSC clocksource calibration: 2800.098 MHz.
    [ 1.266686] Switching to clocksource tsc
    [ 1.330673] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.330675] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.330708] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.341360] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.573349] usb 7-2: new full-speed USB device number 2 using uhci_hcd
    [ 1.720359] hub 7-2:1.0: USB hub found
    [ 1.722307] hub 7-2:1.0: 4 ports detected
    [ 1.786726] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.786740] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.796725] ata2.00: SATA link down (SStatus 0 SControl 300)
    [ 1.796738] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.807549] ata1.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.816278] ata1.01: ATA-8: WDC WD1002FAEX-00Y9A0, 05.01D05, max UDMA/133
    [ 1.816282] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.826793] ata1.00: configured for UDMA/100
    [ 1.834352] ata1.01: configured for UDMA/133
    [ 1.835903] scsi 0:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.836204] scsi 0:0:1:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 1.837381] sd 0:0:1:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.837417] sd 0:0:1:0: [sda] Write Protect is off
    [ 1.837419] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.837435] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.842977] ata2.01: HPA detected: current 1250261615, native 1250263728
    [ 1.842984] ata2.01: ATA-8: WDC WD6400AACS-00G8B1, 05.04C05, max UDMA/133
    [ 1.842988] ata2.01: 1250261615 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.846979] ata2.01: configured for UDMA/133
    [ 1.847098] scsi 1:0:1:0: Direct-Access ATA WDC WD6400AACS-0 05.0 PQ: 0 ANSI: 5
    [ 1.847319] sd 1:0:1:0: [sdb] 1250261615 512-byte logical blocks: (640 GB/596 GiB)
    [ 1.847357] sd 1:0:1:0: [sdb] Write Protect is off
    [ 1.847360] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.847382] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.879393] sda: sda1 sda2 < sda5 sda6 sda7 > sda3 sda4
    [ 1.879836] sd 0:0:1:0: [sda] Attached SCSI disk
    [ 1.959783] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 >
    [ 1.960479] sd 1:0:1:0: [sdb] Attached SCSI disk
    [ 1.960917] pata_jmicron 0000:03:00.1: setting latency timer to 64
    [ 1.962994] scsi6 : pata_jmicron
    [ 1.963298] scsi7 : pata_jmicron
    [ 1.963868] ata7: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 16
    [ 1.963871] ata8: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 16
    [ 1.964182] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.964185] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.965513] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 1.998314] usb 7-2.1: new full-speed USB device number 3 using uhci_hcd
    [ 2.184767] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.0/input/input0
    [ 2.184815] generic-usb 0003:046D:C318.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input0
    [ 2.202436] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.1/input/input1
    [ 2.202537] generic-usb 0003:046D:C318.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input1
    [ 2.210716] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.2/input/input2
    [ 2.210787] generic-usb 0003:046D:C318.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech Logitech Illuminated Keyboard] on usb-0000:00:1d.2-2.1/input2
    [ 2.210801] usbcore: registered new interface driver usbhid
    [ 2.210802] usbhid: USB HID core driver
    [ 3.022683] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.658594] udevd[149]: starting version 181
    [ 3.749111] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 3.749117] ACPI: Power Button [PWRB]
    [ 3.749172] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 3.749175] ACPI: Power Button [PWRF]
    [ 3.847032] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 3.863476] Linux media interface: v0.10
    [ 3.864344] Marking TSC unstable due to TSC halts in idle
    [ 3.865784] IT8718 SuperIO detected.
    [ 3.865831] ACPI: acpi_idle registered with cpuidle
    [ 3.866042] parport_pc 00:09: reported by Plug and Play ACPI
    [ 3.866083] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 3.866482] Switching to clocksource hpet
    [ 3.898275] iTCO_vendor_support: vendor-support=0
    [ 3.898849] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 3.898919] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0460)
    [ 3.898972] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.917356] Linux agpgart interface v0.103
    [ 3.970494] Floppy drive(s): fd0 is 1.44M
    [ 3.971382] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 3.971469] r8169 0000:04:00.0: irq 45 for MSI/MSI-X
    [ 3.973433] r8169 0000:04:00.0: eth0: RTL8168c/8111c at 0xf8950000, 00:24:1d:2a:98:49, XID 1c4000c0 IRQ 45
    [ 3.973436] r8169 0000:04:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 3.973494] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 3.973569] r8169 0000:05:00.0: irq 46 for MSI/MSI-X
    [ 3.974018] r8169 0000:05:00.0: eth1: RTL8168c/8111c at 0xf8998000, 00:1f:d0:81:ab:41, XID 1c4000c0 IRQ 46
    [ 3.974020] r8169 0000:05:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 3.976502] Linux video capture interface: v2.00
    [ 3.976567] ppdev: user-space parallel port driver
    [ 3.986986] FDC 0 is a post-1991 82077
    [ 4.092911] usbcore: registered new interface driver uvcvideo
    [ 4.092913] USB Video Class driver (1.1.1)
    [ 4.093407] firewire_ohci: Added fw-ohci device 0000:06:07.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 4.117496] lirc_dev: IR Remote Control driver registered, major 249
    [ 4.123010] nvidia: module license 'NVIDIA' taints kernel.
    [ 4.123013] Disabling lock debugging due to kernel taint
    [ 4.139426] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 4.139793] NVRM: loading NVIDIA UNIX x86 Kernel Module 295.40 Thu Apr 5 21:28:09 PDT 2012
    [ 4.141376] bttv: driver version 0.9.19 loaded
    [ 4.141378] bttv: using 8 buffers with 2080k (520 pages) each for capture
    [ 4.141895] IR NEC protocol handler initialized
    [ 4.158820] IR RC5(x) protocol handler initialized
    [ 4.161235] ivtv: Start initialization, version 1.4.3
    [ 4.161283] ivtv0: Initializing card 0
    [ 4.161284] ivtv0: Autodetected Hauppauge card (cx23415 based)
    [ 4.162012] ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
    [ 4.166021] IR RC6 protocol handler initialized
    [ 4.211259] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
    [ 4.211692] IR JVC protocol handler initialized
    [ 4.220218] tveeprom 1-0050: Hauppauge model 48132, rev K268, serial# 9950569
    [ 4.220220] tveeprom 1-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
    [ 4.220223] tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
    [ 4.220224] tveeprom 1-0050: audio processor is MSP4448 (idx 27)
    [ 4.220226] tveeprom 1-0050: decoder processor is SAA7115 (idx 19)
    [ 4.220228] tveeprom 1-0050: has radio, has IR receiver, has no IR transmitter
    [ 4.220230] ivtv0: Autodetected Hauppauge WinTV PVR-350
    [ 4.301205] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 4.327025] IR Sony protocol handler initialized
    [ 4.352604] IR SANYO protocol handler initialized
    [ 4.353105] saa7115 1-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
    [ 4.361735] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.377224] IR MCE Keyboard/mouse protocol handler initialized
    [ 4.379125] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 4.379251] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 4.379362] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 4.379473] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 4.379583] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 4.379693] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 4.379803] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 4.379913] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 4.433935] IR LIRC bridge handler initialized
    [ 4.593456] firewire_core: created device fw0: GUID 00427c790000241d, S400
    [ 4.605356] saa7127 1-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
    [ 4.847635] i2c-core: driver [msp3400] using legacy suspend method
    [ 4.847637] i2c-core: driver [msp3400] using legacy resume method
    [ 4.858881] msp3400 1-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #0)
    [ 4.858883] msp3400 1-0040: msp3400 supports radio, mode is autodetect and autoselect
    [ 4.892295] i2c-core: driver [tuner] using legacy suspend method
    [ 4.892297] i2c-core: driver [tuner] using legacy resume method
    [ 4.914640] tda9887 1-0043: creating new instance
    [ 4.914642] tda9887 1-0043: tda988[5/6/7] found
    [ 4.915701] tuner 1-0043: Tuner 74 found with type(s) Radio TV.
    [ 4.916868] tuner 1-0061: Tuner -1 found with type(s) Radio TV.
    [ 4.918126] lirc_i2c: chip found @ 0x18 (Hauppauge IR)
    [ 4.918199] i2c ir driver 1-0018: lirc_dev: driver lirc_i2c registered at minor = 0
    [ 4.924857] tuner-simple 1-0061: creating new instance
    [ 4.924860] tuner-simple 1-0061: type set to 47 (LG NTSC (TAPE series))
    [ 4.938880] ivtv0: Registered device video0 for encoder MPG (4096 kB)
    [ 4.938913] ivtv0: Registered device video32 for encoder YUV (2048 kB)
    [ 4.938944] ivtv0: Registered device vbi0 for encoder VBI (1024 kB)
    [ 4.938975] ivtv0: Registered device video24 for encoder PCM (320 kB)
    [ 4.939009] ivtv0: Registered device radio0 for encoder radio
    [ 4.939040] ivtv0: Registered device video16 for decoder MPG (1024 kB)
    [ 4.939072] ivtv0: Registered device vbi8 for decoder VBI (64 kB)
    [ 4.939101] ivtv0: Registered device vbi16 for decoder VOUT
    [ 4.939131] ivtv0: Registered device video48 for decoder YUV (1024 kB)
    [ 4.939133] ivtv0: Initialized card: Hauppauge WinTV PVR-350
    [ 4.939147] ivtv: End initialization
    [ 5.588685] ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    [ 5.605080] ivtv0: Loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
    [ 5.803694] ivtv0: Encoder revision: 0x02060039
    [ 5.803817] ivtv0: Decoder revision: 0x02020023
    [ 5.887242] ivtv0: Loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
    [ 6.536711] EXT4-fs (sda6): re-mounted. Opts: user_xattr
    [ 6.698002] EXT4-fs (sda4): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.698239] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.747502] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 6.748386] SGI XFS Quota Management subsystem
    [ 6.749002] XFS (sdb11): Mounting Filesystem
    [ 6.859760] XFS (sdb11): Ending clean mount
    [ 6.874309] EXT4-fs (sdb12): mounting ext3 file system using the ext4 subsystem
    [ 6.907592] EXT4-fs (sdb12): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.908028] EXT4-fs (sdb12): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.952816] EXT4-fs (sdb8): mounting ext3 file system using the ext4 subsystem
    [ 6.968115] EXT4-fs (sdb8): warning: maximal mount count reached, running e2fsck is recommended
    [ 6.968383] EXT4-fs (sdb8): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.039094] EXT4-fs (sdb9): mounting ext3 file system using the ext4 subsystem
    [ 7.054659] EXT4-fs (sdb9): warning: maximal mount count reached, running e2fsck is recommended
    [ 7.054942] EXT4-fs (sdb9): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.066008] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem
    [ 7.077812] EXT4-fs (sda3): warning: maximal mount count reached, running e2fsck is recommended
    [ 7.078217] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: user_xattr
    [ 7.089318] Adding 2096444k swap on /dev/sda5. Priority:-1 extents:1 across:2096444k
    [ 8.551413] r8169 0000:04:00.0: eth0: link down
    [ 8.551420] r8169 0000:04:00.0: eth0: link down
    [ 8.551554] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 10.165331] r8169 0000:04:00.0: eth0: link up
    [ 10.165539] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 20.243339] eth0: no IPv6 routers present
    [ 124.829802] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
    [ 124.831186] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1170)
    [ 124.831192] NVRM: rm_init_adapter(0) failed
    [ 125.506419] vmap allocation for size 16781312 failed: use vmalloc=<size> to increase size.
    [ 125.507795] NVRM: RmInitAdapter failed! (0x26:0xffffffff:1170)
    [ 125.507801] NVRM: rm_init_adapter(0) failed
    Xorg.0.log:
    [ 123.542]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 123.542] X Protocol Version 11, Revision 0
    [ 123.542] Build Operating System: Linux 3.2.2-1-ARCH i686
    [ 123.542] Current Operating System: Linux intel-arch 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 10:08:43 UTC 2012 i686
    [ 123.542] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 vga=794
    [ 123.543] Build Date: 29 January 2012 03:41:53PM
    [ 123.543]
    [ 123.543] Current version of pixman: 0.24.4
    [ 123.543] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 123.543] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 123.544] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 24 10:17:35 2012
    [ 123.544] (==) Using config file: "/etc/X11/xorg.conf"
    [ 123.544] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 123.545] (==) ServerLayout "Layout0"
    [ 123.545] (**) |-->Screen "Screen0" (0)
    [ 123.545] (**) | |-->Monitor "Monitor0"
    [ 123.546] (**) | |-->Device "Device0"
    [ 123.546] (**) |-->Screen "Screen1" (1)
    [ 123.546] (**) | |-->Monitor "Monitor1"
    [ 123.546] (**) | |-->Device "Device1"
    [ 123.546] (**) |-->Input Device "Keyboard0"
    [ 123.546] (**) |-->Input Device "Mouse0"
    [ 123.546] (**) Option "Xinerama" "0"
    [ 123.546] (==) Automatically adding devices
    [ 123.546] (==) Automatically enabling devices
    [ 123.555] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 123.555] Entry deleted from font path.
    [ 123.555] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 123.555] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 123.555] (**) Extension "Composite" is enabled
    [ 123.555] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 123.555] (WW) Disabling Keyboard0
    [ 123.555] (WW) Disabling Mouse0
    [ 123.555] (II) Loader magic: 0x8228580
    [ 123.555] (II) Module ABI versions:
    [ 123.555] X.Org ANSI C Emulation: 0.4
    [ 123.555] X.Org Video Driver: 11.0
    [ 123.555] X.Org XInput driver : 13.0
    [ 123.555] X.Org Server Extension : 6.0
    [ 123.556] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 123.556] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
    [ 123.556] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 123.556] (II) LoadModule: "extmod"
    [ 123.588] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 123.593] (II) Module extmod: vendor="X.Org Foundation"
    [ 123.593] compiled for 1.11.4, module version = 1.0.0
    [ 123.593] Module class: X.Org Server Extension
    [ 123.593] ABI class: X.Org Server Extension, version 6.0
    [ 123.593] (II) Loading extension MIT-SCREEN-SAVER
    [ 123.593] (II) Loading extension XFree86-VidModeExtension
    [ 123.593] (II) Loading extension XFree86-DGA
    [ 123.593] (II) Loading extension DPMS
    [ 123.593] (II) Loading extension XVideo
    [ 123.593] (II) Loading extension XVideo-MotionCompensation
    [ 123.593] (II) Loading extension X-Resource
    [ 123.593] (II) LoadModule: "dbe"
    [ 123.593] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 123.601] (II) Module dbe: vendor="X.Org Foundation"
    [ 123.601] compiled for 1.11.4, module version = 1.0.0
    [ 123.601] Module class: X.Org Server Extension
    [ 123.601] ABI class: X.Org Server Extension, version 6.0
    [ 123.601] (II) Loading extension DOUBLE-BUFFER
    [ 123.601] (II) LoadModule: "glx"
    [ 123.601] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 123.651] (II) Module glx: vendor="NVIDIA Corporation"
    [ 123.651] compiled for 4.0.2, module version = 1.0.0
    [ 123.651] Module class: X.Org Server Extension
    [ 123.651] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:49:54 PDT 2012
    [ 123.651] (II) Loading extension GLX
    [ 123.651] (II) LoadModule: "record"
    [ 123.651] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 123.652] (II) Module record: vendor="X.Org Foundation"
    [ 123.652] compiled for 1.11.4, module version = 1.13.0
    [ 123.652] Module class: X.Org Server Extension
    [ 123.652] ABI class: X.Org Server Extension, version 6.0
    [ 123.652] (II) Loading extension RECORD
    [ 123.652] (II) LoadModule: "dri"
    [ 123.652] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 123.663] (II) Module dri: vendor="X.Org Foundation"
    [ 123.663] compiled for 1.11.4, module version = 1.0.0
    [ 123.663] ABI class: X.Org Server Extension, version 6.0
    [ 123.663] (II) Loading extension XFree86-DRI
    [ 123.663] (II) LoadModule: "dri2"
    [ 123.663] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 123.664] (II) Module dri2: vendor="X.Org Foundation"
    [ 123.664] compiled for 1.11.4, module version = 1.2.0
    [ 123.664] ABI class: X.Org Server Extension, version 6.0
    [ 123.664] (II) Loading extension DRI2
    [ 123.664] (II) LoadModule: "nvidia"
    [ 123.664] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.698] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 123.698] compiled for 4.0.2, module version = 1.0.0
    [ 123.698] Module class: X.Org Video Driver
    [ 123.723] (II) NVIDIA dlloader X Driver 295.40 Thu Apr 5 21:29:50 PDT 2012
    [ 123.725] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 123.726] (--) using VT number 7
    [ 123.748] (II) Loading sub module "fb"
    [ 123.748] (II) LoadModule: "fb"
    [ 123.748] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.757] (II) Module fb: vendor="X.Org Foundation"
    [ 123.757] compiled for 1.11.4, module version = 1.0.0
    [ 123.757] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 123.757] (II) Loading sub module "wfb"
    [ 123.757] (II) LoadModule: "wfb"
    [ 123.757] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.758] (II) Module wfb: vendor="X.Org Foundation"
    [ 123.758] compiled for 1.11.4, module version = 1.0.0
    [ 123.758] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 123.758] (II) Loading sub module "ramdac"
    [ 123.758] (II) LoadModule: "ramdac"
    [ 123.758] (II) Module "ramdac" already built-in
    [ 123.760] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.760] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.760] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 123.770] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 123.770] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 123.770] (==) NVIDIA(0): RGB weight 888
    [ 123.770] (==) NVIDIA(0): Default visual is TrueColor
    [ 123.770] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 123.770] (**) NVIDIA(0): Option "TwinView" "0"
    [ 123.770] (**) NVIDIA(0): Option "MetaModes" "CRT: nvidia-auto-select +0+0"
    [ 123.770] (**) NVIDIA(0): Option "Coolbits" "1"
    [ 123.770] (**) NVIDIA(0): Option "TripleBuffer" "false"
    [ 123.770] (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
    [ 123.771] (**) NVIDIA(0): Enabling 2D acceleration
    [ 124.831] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 124.831] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 124.831] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 124.831] (EE) NVIDIA(0): README for additional information.
    [ 124.831] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 124.831] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 124.831] (==) NVIDIA(1): RGB weight 888
    [ 124.831] (==) NVIDIA(1): Default visual is TrueColor
    [ 124.831] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 124.831] (**) N

  • System clock fails to update after waking from sleep

    I've noticed that my new PowerMac G5 Dual-Core 2GHz (running Mac OS X 10.4.3) doesn't update its system clock to the current time after waking from sleep.
    When I put it to sleep and then wake it some time later, the Clock in the upper right-hand corner doesn't update to the current time. It still ticks on (second for second) but remains out of sync.
    Opening the Date & Time preferences pane will restore the time to the correct setting.
    This problem only occurs with sleep and then wake-from-sleep. It doesn't happen when I shut down the machine and then restart it.
    Does anybody know if I've got a malfunctioning machine? It's only 1 day old...
    Or better still, how do I solve this problem?
    PowerMac G5 Dual-Core 2GHz   Mac OS X (10.4.3)  

    No, my Mac is not having trouble contacting the time server. I checked the console log and found no messages related to this.
    I am on a broadband always-on connection (recently switched from DSL to cable modem, and the problem occurred under both connections). However, my original post states that the computer loses time only when it is asleep, and I didn't think that my computer could contact the time server when it is asleep. It also loses time when it is off, which I neglected to mention previously. Am I mistaken in thinking that the computer communicates over the network only when it is awake? Since it keeps accurate time when awake (once I've reset it by opening the Date & Time control panel), it seems to me like it IS communicating with the time server without issue.
    [And I apologize for misinterpreting your question as a suggestion. I was trying to be polite by thanking you for taking an interest in my issue. I'll watch my semantics more carefully next time.]
    Cheers,
    Katy
    G5/dual core 2.3 Ghz   Mac OS X (10.4.4)   2.5G RAM

  • Virtualized Arch (VirtualBox) - System clock is wrong..,

    In my Arch Linux VM, my system clock is either 7 hours slow or 17 hours fast (can't tell the date on it...how do I make Fluxbox display the date with the time?). This may be a problem with Arch but it most likely is a VirtualBox issue. How can I change the system clock on V-box (if that's the issue) or how can I fix Arch?
    This may be a timezone issue. I live in the US, but I set "Canada/Eastern" as the timezone. Shouldn't matter because I'm in the Eastern time zone but in the interest of full disclosure, I thought I'd mention it.
    EDIT: May or may not be important: I'm using Virtualbox OSE, not the proprietary edition.
    Last edited by sajro (2008-03-21 13:37:56)

    As far as i'm aware, clocks in virtual systems are always wrong. I don't think it's to do with arch (although changing UTC to localtime or vice versa in rc.conf might have some effect), more to do with the timing of the CPU or something being slightly off for virtual machines due to the virtual nature of the system.

  • HP DV3-2350el - system clock loses time

    Hi,
    I have a HP Pavilion DV3-2350el, just returned back from a repair by HP in warranty.
    Now I've noticed that the system clock loses time when the notebook is off.
    I think it should be a CMOS battery issue, but I haven't found any information about it.

    Hi,
    How old is your machine ? Normally a CMOS battery can last for 4 or 5 years. Anyway, you may want to try yourself or bring it back to the repairer to reseat the CMOS battery. You can download this manual, page 4-22 shows you how to work with the RTC (or CMOS) battery.
       http://h10032.www1.hp.com/ctg/Manual/c01998025.pdf
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Standby Server System Clock

    I have not seen any documentation that suggest Principal and Mirror Server system clock need to be synchronized for multi data center design with different time zone. Mirroring is not going to fail, but application can behave odd when a fail-over happen.
    Is there any supporting document or article on this regard?

    Hi,
    You don't definitely need to sync clocks for server which are in different zones for mirroring. Mirroring is not affected by time as such. Since it involves transfer of logs from one system to other there is no relation to time. Plus mirroring is also not
    affected by day light saving
    I am not sure about article need to search. May be below articles interest you
    http://www.sqlskills.com/blogs/paul/how-does-daylight-savings-time-affect-disaster-recovery/
    https://technet.microsoft.com/en-us/magazine/2007.03.sqlqa.aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • ASR1001-x clock timezone command doesn't seem to work

    Our client has 2 ASR1001-x routers with IOS-XE sr1001x-universalk9.03.13.02.S.154-3.S2-ext.SPA.bin.
    I can configure the clock summer-time:
    clock summer-time BE recurring last Sun Mar 2:00 last Sun Oct 3:00
    However I can't configure the clock timezone. When I enter the configuration rule "clock timezone BE 1 0" the router doesn't complain but afterwards this configuration rule doesn't appear in the configuration and the clock isn't adapted:
    RT00BDCE1EX1#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    RT00BDCE1EX1(config)#clock timezone BE 1 0
    RT00BDCE1EX1(config)#exit
    RT00BDCE1EX1#sho run | inc clock
    clock summer-time BE recurring last Sun Mar 2:00 last Sun Oct 3:00
    RT00BDCE1EX1#sho clo
    11:58:32.032 BE Thu Apr 23 2015
    RT00BDCE1EX1#
    NTP is configured and is working properly:
    RT00BDCE1EX1#sho ntp asso
      address         ref clock       st   when   poll reach  delay  offset   disp
    *~10.136.13.217   10.136.2.83      3     39   1024   377  3.991 2753.49  1.116
    +~10.136.13.125   10.136.2.83      3    337   1024   377  3.990 2748.64  1.093
     * sys.peer, # selected, + candidate, - outlyer, x falseticker, ~ configured
    RT00BDCE1EX1#
    Is this a bug ? Is there a new way to configure the right timezone? Thanks in advance.
    Best regards
    Mike

    After a long search I found a configuration that worked:
    clock timezone UTC 1 0
    clock summer-time UTC+2 recurring last Sun Mar 2:00 last Sun Oct 3:00
    RT00BDCE1EX1#sho clo
    09:13:47.967 UTC+2 Wed Apr 29 2015
    The only issue is that we can't show the timezone in the loggings or the debuggings because in winter time it will be UTC which is not correct (must be UTC+1).

  • Hardware clock and system clock don't match

    hello. i recently upgraded to kde 4.7, and i don't know if it's the culprit or not, but my system clock is now ahead of the hardware clock by the timezone offset.
    my timezone is Asia/Manila, which is UTC+8. so if the correct time is 00:00, the system time is 08:00.
    i dual boot with windows so the HARDWARECLOCK setting in /etc/rc.conf is set to localtime.
    interestingly, the commands "hwclock --show" and "date" both show PHT as the timezone, but with the aforementioned time skew. to illustrate:
    # hwclock --show
    Fri 05 Aug 2011 10:45:02 AM PHT -0.500309 seconds
    # date
    Fri Aug 5 18:45:02 PHT 2011
    running "hwclock --hctosys" fixes the problem while logged in, but restarting the computer reverts the problem. i could put a daemon that runs the command at startup, but i never needed to do that before and i'm not inclined to at the moment. i think this is just a misconfiguration somewhere.
    thanks for any help you could give.

    hello. it is
    hwclock from util-linux 2.19.1
    Using /dev interface to clock.
    Last drift adjustment done at 1312511647 seconds after 1969
    Last calibration done at 1304274137 seconds after 1969
    Hardware clock is on local time
    Assuming hardware clock is kept in local time.
    Waiting for clock tick...
    ...got clock tick
    Time read from Hardware Clock: 2011/08/05 12:08:46
    Hw clock time : 2011/08/05 12:08:46 = 1312517326 seconds since 1969
    Fri 05 Aug 2011 12:08:46 PM PHT -0.690104 seconds

  • Has anyone solved the "garbled characters" issue i...

    When I use Nokia Maps on my N95, all streets and towns which contain special characters such as: é, è, ü, ä, ö, etc… do appear garbled. For example,
    Zürich appears as: Zã¼rich
    München appears as: Mã¼nchen
    Liège appears as: Liã"ge
    I saw a couple posts on this forum where people suggested to format the memory card, some other suggested to reload the firmware (my N95 has 12.0.013) but nothing has helped. I went as far as using someone's PC whose WinXP is installed in French - I thought that maybe the operating system or regional settings could have some influence, but I was wrong.
    Has anyone solved this extremely annoying issue?
    Thx

    I solved it. It took me one evening. I wonder why Nokia haven't published any comments on this old issue.
    Solution can be found below, but before I want to tell about some technical details. Maybe guys at Nokia will read them
    As someone on this forum said before the problem is that map names are in UTF-8 format, but phone tries to show them using another encoding. After some googling I found that this issue is well-known because Nokia phones use ISO 8859-1 (which is similar to Windows-1252, Western European) by default but some application assume UTF-8 to be default.
    At first, I discovered that when I start Nokia map with empty SD card and allow it to download something from internet, all names were shown correctly. I supposed that the problem sits in that awful Map Loader, but I was wrong: it does absolutely nothing special with data files, just downloading and unzipping. And this super-mega-feature-rich-map-loader require about 40Mb to download for .NET 3.0 plus 10 Mb for itself. Never seen anything worse
    So I've started to compare contents of one SD card with incorrect street and city names and another with correct.
    After some time I came across Cachedatheader.cdt file in diskcache folder. And what do you think?
    The file from correct SD card contains a literal string: "UTF-8". While incorrect one contains a string saying "ISO 8859-1". I've nearly fell out of my chair after seeing that.
    I've replaced wrong file with correct one and names became readable on all my 180mb of previously downloaded maps.
    Finally, after playing with it some more I found a simple solution which should work for everyone:
    ***** SOLUTION *****
    1. Enable internet access in Nokia Maps application (set it to When Needed).
    2. Access memory card from your PC and go to "\PRIVATE\20001f66\diskcache" folder.
    3. Delete "CachedatHeader.cdt" file. Perhaps you should backup it somewhere before deleting, but it looks like it can be removed safely without affecting existing maps.
    4. Put the card back in the phone if you extracted it and start Nokia Maps.
    5. Allow Nokia Maps to access internet and try downloading some new locations (you don't need to download much, just let it access server) or searching for something.
    6. Now codepage should be correct and all names become readable.
    This effect seems to be permanent and will stay even if you disable internet access later. Also note that you don't have to format card, remove or reinstall any map files. The problem is just in one small file.
    Nokia Maps recreates missing CachedatHeader.cdt, but it will recreate it correctly only if internet access is enabled when it starts. Probably the best way to avoid wrong codepage problem is to enable internet access at first start of Nokia Maps and use Map Loader only after downloading some bits of map directly from the phone.
    Message Edited by ankor85 on 09-Jan-2008 09:02 PM

  • [SOLVED] System hung loading domU

    Very strange issue.  I built a base Arch system and things seem to be functional.  I was able to get thing loaded up with xen, I created a domu configuration for xen and managed to get things loaded and Arch installed into a domu without a ton of issues.  I then edited the configuration file to use pygrub and loaded up my domu vm.
    I execute xl create -c /etc/xen/archdomu.cfg and the system loads, I see grub, timer expired and then the system just sits.  The system appears hung, but it is not.  If I hit Ctrl+] the system will continue booting to the vm and then everything appears OK with the vm.
    Now, if I launch the vm (domU) using xl create /etc/xen/archdomu.cfg to load wihtout the console, the system boots without issue.  I can connect with xl console ArchU and the system is fully loaded and ready to go.
    So the question is what could be going on.  I thought Ctrl+] exits the console, so why is it needed to boot my domu?
    Let me know if you need any configuration files or logs and I will be sure to post them if they can help us resolve things.  I tried several things including a very minimal grub, but the same thing still happens.  Thanks
    Last edited by smakovits (2014-01-12 02:00:51)

    Solved this by removing the timer from GRUB.
    GRUB_TIMEOUT=0

Maybe you are looking for