PVR-350 no tv out

I am running a mythtv system with a hauppauge pvr-350 and a pvr-150.  I use the tv out from the pvr-350.
I had this working, although I was getting occasional hangs for no apparent purpose, so I updated the system.  With my most recent update of the system, the tv out is no longer working.  I get audio, but no video.  Dmesg reports a number of lines with
i2c addr 0x44 not found
as part of the messages.  Not sure where to begin looking for problems; any help is appreciated.

Found this at http://www.mythpvr.com/mythtv/pvr-350-m … pport.html
MythTV 0.20 Removes Full PVR-350 Support
PVR-350 hardware decoding support in MythTV has ended, at least for the time being. The hardware encoding is still supported.
The developers have indicated that because nobody has stepped up to support the PVR-350 decoding functionality, the support has not been included in MythTV 0.20.
As a PVR-350 owner, what's this mean to you? The encoding portion of this card is still supported, which basically means the card now acts like a PVR-150 or PVR-250.
If you are considering getting a PVR-350 for use with MythTV, maybe you should reconsider. A good alternative would be to get a PVR-150 along with a NVIDIA graphics card. The NVIDIA cards still have supported hardware decoding (XvMC), and can be found for about $50.
At some point, if someone picks up the development of the PVR-350 decoder, the support for it may return to MythTV.

Similar Messages

  • [SOLVED] LIRC no input with Hauppauge PVR-350

    Hey guys
    I have the hardware mentioned in the title in a computer connected with the tv (for xbmc)
    I recently have re-setup archlinux on this machine to get a clean systemd setup but now Im really stuck getting my remote working again. Sady I forgot to backup my configuration (theres always something that you forget isnt it)^^
    configs
    /etc/systemd/system/lircd.service
    [Unit]
    Description=Linux Infrared Remote Control
    [Service]
    EnvironmentFile=/etc/conf.d/lircd.conf
    ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd
    ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid --device=${LIRC_DEVICE} --driver=${LIRC_DRIVER}
    Type=forking
    PIDFile=/run/lirc/lircd.pid
    [Install]
    WantedBy=multi-user.target
    /etc/conf.d/lircd.conf
    LIRC_DEVICE="/dev/input/event11"
    LIRC_DRIVER="devinput"
    LIRC_MODULES="ir-kbd-i2c lirc_dev"
    LIRC_EXTRAOPTS=""
    LIRC_CONFIGFILE="/etc/lirc/lircd.conf
    /etc/lirc/lirc.conf
    # this config file was automatically generated
    # using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
    # contributed by
    # brand:   Hauppauge 350
    # Created: G.J. Werler (The Netherlands)
    # Project: Mythtv Fedora Pundit-R www.mythtvportal.com
    # Date:    2004/11/28
    # model no. of remote control: Hauppauge A415-HPG
    # devices being controlled by this remote: PVR-350
    begin remote
      name  Hauppauge_350
      bits           13
      flags RC5|CONST_LENGTH
      eps            30
      aeps          100
      one           969   811
      zero          969   811
      plead        1097
      gap          114605
      toggle_bit      2
          begin codes
              Go                       0x00000000000017BB
              Power                    0x00000000000017BD
              TV                       0x000000000000179C
              Videos                   0x0000000000001798
              Music                    0x0000000000001799
              Pictures                 0x000000000000179A
              Guide                    0x000000000000179B
              Radio                    0x000000000000178C
              Up                       0x0000000000001794
              Left                     0x0000000000001796
              Right                    0x0000000000001797
              Down                     0x0000000000001795
              OK                       0x00000000000017A5
              Back/Exit                0x000000000000179F
              Menu/i                   0x000000000000178D
              Vol+                     0x0000000000001790
              Vol-                     0x0000000000001791
              Prev.Ch                  0x0000000000001792
              Mute                     0x000000000000178F
              Ch+                      0x00000000000017A0
              Ch-                      0x00000000000017A1
              Record                   0x00000000000017B7
              Stop                     0x00000000000017B6
              Rewind                   0x00000000000017B2
              Play                     0x00000000000017B5
              Forward                  0x00000000000017B4
              Replay/SkipBackward      0x00000000000017A4
              Pause                    0x00000000000017B0
              SkipForward              0x000000000000179E
              1                        0x0000000000001781
              2                        0x0000000000001782
              3                        0x0000000000001783
              4                        0x0000000000001784
              5                        0x0000000000001785
              6                        0x0000000000001786
              7                        0x0000000000001787
              8                        0x0000000000001788
              9                        0x0000000000001789
              Asterix                  0x000000000000178A
              0                        0x0000000000001780
              #                        0x000000000000178E
              Red                      0x000000000000178B
              Green                    0x00000000000017AE
              Yellow                   0x00000000000017B8
              Blue                     0x00000000000017A9
          end codes
    end remote
    $ sudo systemctl restart lircd.service
    $ irw
    [I can press what I want, nothing]
    $ sudo ir-keytable
    Found /sys/class/rc/rc0/ (/dev/input/event11) with:
        Driver ir-kbd-i2c, table rc-hauppauge
        Supported protocols: RC-5
        Enabled protocols: RC-5
        Name: i2c IR (Hauppauge WinTV PVR-350
        bus: 24, vendor/product: 0000:0000, version: 0x0000
        Repeat delay = 500 ms, repeat period = 125 ms
    Any help is appreciated!
    Last edited by chnuebi (2013-02-12 12:20:01)

    Hell YEAH!!
    /etc/systemd/system/lircd.service
    [Unit]
    Description=LIRC Daemon
    After=network.target
    [Service]
    Type=forking
    EnvironmentFile=/etc/conf.d/lircd.conf
    PIDFile=/run/lirc/lircd.pid
    ExecStartPre=/bin/mkdir -p /run/lirc
    ExecStartPre=/bin/rm -f /dev/lircd
    ExecStartPre=/bin/rm -f /run/lirc/lircd
    ExecStartPre=/bin/ln -s /run/lirc/lircd /dev/lircd
    ExecStart=/usr/sbin/lircd -d $LIRC_DEVICE -P /run/lirc/lircd.pid -H $LIRC_DRIVER $LIRC_CONFIGFILE
    ExecStopPost=/bin/rm -f /dev/lircd
    ExecStopPost=/bin/rm -fR /run/lirc
    [Install]
    WantedBy=multi-user.target
    In addition it seems i loaded the wrong driver.
    /etc/conf.d/lircd.conf
    LIRC_DEVICE="/dev/lirc0"
    LIRC_DRIVER="default"
    #LIRC_MODULES="ir-kbd-i2c lirc_dev"
    #LIRC_MODULES="lirc_i2c lirc_dev"
    LIRC_EXTRAOPTS=""
    LIRC_CONFIGFILE="/etc/lirc/lircd.conf"
    /etc/modules-load.d/lirc.conf
    #ir-kbd-i2c
    lirc_i2c
    lirc_dev
    so /dev/lirc0 gets created (did it over /dev/input)
    Thank you soo much -> moving forward to xbmc mappings (8

  • Hauppauge PVR card and cpu usage

    Just wondering if anybody is running a PVR 350 TV card. My concern is this I am running this card and it is using 50%+. When I had this card in my P4 2.5GHz usage was around 20%. I am not sure what is up any ideas? I am running all default settings on the board etc..

    can you tell us which Hauppauge card you have?
    does it use a chipset that is supported by InstantOn? look in the 865PRO FAQ sticky
    i guess it has hardware MPEG2 encoding, and may not be suitable for the InstantOn software, as it is designed to work with software-driven TV tuners. or it is a DVB-T card, which won't work at all in InstantOn

  • Problems concerning sonata playlists and freevo cover art

    Hi!
    I'm setting up a media center PC and I'm having some problems with the playlists created by sonata. Another problem I have is not getting freevo to download cover art.
    First: When ever I try to make a playlist through the "Current" tab in Sonata it creates a m3u file with every song that's listed in the current window. I'm used to being able to pick one or a couple of songs and then adding it a specified playlist. Is this impossible in sonata? And if I try to play the m3u file created (the one with every song listed) through freevo I get a message that the directory is empty. What am I doing wrong??
    Second: I'm having big problems getting freevo to download cover art to my music. I can download info on movies from imdb, but info for the music doesn't work. I store the cover art downloaded by sonata in the different album folders and these covers show up in freevo. But if I have to play every new song i download first in sonata to get the cover art working in freevo I'll go crazy. It's supposed to work the same way in freevo as in sonata isn't it???
    It also seems that mplayer can't play m3u files. Using the mentioned sonata made m3u file in mplayer does nothing. Mplayer starts but nothing happens.
    My goal is to be able to make playlists through sonata and then play these lists using freevo. I don't want to get up from the couch. 
    Here's my local_conf.py:
    # -*- coding: iso-8859-1 -*-
    # local_conf.py - System configuration
    # $Id: local_conf.py.example 10508 2008-03-12 07:24:34Z duncan $
    # Notes:
    # This file contains your freevo settings, overriding the settings in
    # freevo_config.py. freevo_config.py, which is usually installed in
    # /usr/share/freevo, contains all the core settings. To change the settings copy
    # this file to ~/.freevo/local_conf.py or /etc/freevo/local_conf.py
    # It does not contain all the possible settings that you can change, see
    # freevo_config.py for all the possible settings. Also it does not contain
    # settings for the plug-ins, plug-ins contain their configuration information and
    # the can be listed with:
    # | freevo plugins -l
    # and the settings can se shown with
    # | freevo plugins -i <name of plug-in>
    # E.g.: when you want a alsa as mplayer audio out, just put in local_conf.py:
    # | MPLAYER_AO_DEV = 'alsa9'
    # The vertical line indicates code.
    # This is no normal config file, it's Python code. Because of that, you
    # need to follow some rules to avoid crashes. The examples should explain
    # the settings, but make sure a line starting with a variable has NO SPACES OR
    # TABS at the beginning.
    # Freevo - A Home Theater PC framework
    # Copyright (C) 2002 Krister Lagerstrom, et al.
    # Please see the file freevo/Docs/CREDITS for a complete list of authors.
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    # This program is distributed in the hope that it will be useful, but
    # WITHOUT ANY WARRANTY; without even the implied warranty of MER-
    # CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
    # Public License for more details.
    # You should have received a copy of the GNU General Public License along
    # with this program; if not, write to the Free Software Foundation, Inc.,
    # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    CONFIG_VERSION = 5.23
    # ======================================================================
    # General freevo settings:
    # ======================================================================
    # LOCALE='iso-8859-15'
    # AUDIO_DEVICE = '/dev/dsp' # e.g.: /dev/dsp0, /dev/audio, /dev/alsa/?
    # AUDIO_INPUT_DEVICE = '/dev/dsp1' # e.g.: /dev/dsp0, /dev/audio, /dev/alsa/?
    # MIXER_MAJOR_CTRL = 'VOL' # Freevo takes control over one audio ctrl
    # 'VOL', 'PCM' 'OGAIN' etc.
    # MIXER_MAJOR_MUTE_CTRL = 'PCM' # used in alsamixer.py There are systems where
    # volume and mute use different controls
    # MIXER_DEVICE = '/dev/mixer' # mixer device
    # MIXER_CONTROL_ALL = 1 # Should Freevo take complete control of audio
    # MIXER_VOLUME_MAX = 90 # Set what you want maximum volume level to be.
    # MIXER_VOLUME_DEFAULT = 40 # Set default volume level.
    # MIXER_VOLUME_TV_IN = 60 # Set this to your preferred level 0-100.
    # MIXER_VOLUME_VCR_IN = 90 # If you use different input from TV
    # MIXER_VOLUME_RADIO_IN = 80 # Set this to your preferred level 0-100.
    START_FULLSCREEN_X = 1 # Start in fullscreen mode if using x11 or xv.
    # SYS_SHUTDOWN_CONFIRM = 1 # ask before shutdown
    # Physical ROM drives, multiple ones can be specified
    # by adding comma-seperated and quoted entries.
    # Format [ ('mountdir1', 'devicename1', 'displayed name1'),
    # ('mountdir2', 'devicename2', 'displayed name2'), ...]
    # Set to None to autodetect drives in during startup from /etc/fstab,
    # set to [] to disable rom drive support at all
    # ROM_DRIVES = None
    # Hide discs from the wrong menu (e.g. VCDs in audio menu) and empty discs.
    HIDE_UNUSABLE_DISCS = 1
    # Attempt to set the speed of the ROM drive. A good value for keeping the
    # drive silent while playing movies is 8.
    # ROM_SPEED = 0
    # Perform a whole system shutdown at SHUTDOWN! Useful for standalone boxes.
    # SYS_SHUTDOWN_ENABLE = 0
    # Command to execute to shutdown the system
    # SYS_SHUTDOWN_CMD = "sudo shutdown -h now"
    # SYS_RESTART_CMD = "sudo shutdown -r now"
    # ======================================================================
    # AUTOSHUTDOWN CONFIGURATION
    # ======================================================================
    # replace the default shutdown plugin
    # plugin.remove('shutdown')
    # plugin.activate('autoshutdown', level=90)
    # activate the timer
    # plugin.activate('autoshutdown.autoshutdowntimer')
    # -- autoshutdown menu item configuration --
    # SYS_SHUTDOWN_CONFIRM
    # Set to True to popup dialog boxes for confirmation.
    # this applies to menu items only.
    # AUTOSHUTDOWN_CONFIRM = True
    # -- autoshutdown timer configuration --
    # TIMER_TIMEOUT
    # Set the timeout in minutes after which the system
    # is shutdown. The allowed idle time and the running
    # processes (see below) are evaluated to determine if
    # a shutdown is allowed. Menu navigation in freevo will
    # reset the timer.
    # AUTOSHUTDOWN_TIMER_TIMEOUT=30
    # -- autoshutdown behaviour configuration --
    # PRETEND
    # Set to True to disable the actual shutdown command.
    # AUTOSHUTDOWN_PRETEND = False
    # PROCESS_LIST
    # List the processes that will prevent an automatic
    # shutdown. If there are important programs that
    # should not be interrupted, then add them to this
    # list. Set to None if a shutdown is always allowed.
    # AUTOSHUTDOWN_PROCESS_LIST = [
    # 'emerge',
    # 'tvgids',
    # 'transcode',
    # 'cdrecord',
    # 'mplayer',
    # 'top'
    # DEFAULT_WAKEUP_TIME
    # Set the default time at which to wakeup if there
    # are no recordings scheduled. The time is specified
    # in localtime 24 hour format. Set to None to disable
    # default wakeup time.
    # AUTOSHUTDOWN_DEFAULT_WAKEUP_TIME = "13:00"
    # FORCE_DEFAULT_WAKEUP
    # Set to True to always wakeup at the default wakeup
    # time. Set to False to only wakeup at the default
    # wakeup time when no recordings are scheduled.
    # AUTOSHUTDOWN_FORCE_DEFAULT_WAKEUP = True
    # ALLOWED_IDLE_TIME
    # The number of minutes that may be spent idle until
    # the next scheduled recording or default wakeup. That
    # is, if the gap between "now" and the next recording
    # or default wakeup is less than the allowed idle time
    # then a shutdown is not performed but the system is
    # left running. If the period from now to the next
    # recording or default wakeup is more than the allowed
    # idle time, then the system is shut down and a wakeup
    # is scheduled. Use this to minimize the number of
    # shutdown/boot sequences when many short programs are
    # recorded in a short period of time. Note that this
    # variable is used by both the timer and the menu.
    # AUTOSHUTDOWN_ALLOWED_IDLE_TIME = 45
    # -- Choice of wakeup method
    # The wakeup can be done via acpi-alarm or nvram-wakeup.
    # AUTOSHUTDOWN_METHOD = 'acpi'
    # AUTOSHUTDOWN_METHOD = 'nvram'
    # -- autoshutdown acpi-alarm configuration
    # This method uses the wakeup on alarm function that most BIOSs have.
    # The wakeup time is set by a simple
    # "echo 2004-08-02 20:15:00 >/proc/acpi/alarm"
    # On most mainbords you will have to ENABLE "Wake on Timer", "Resume on Alarm",
    # "RTC Alarm Resume" or similar things for the acpi wakeup method to work.
    # If you want to use acpi, you need to create a small script:
    # !/bin/sh
    # echo "$1" >/proc/acpi/alarm
    # You have to be root or use sudo for this to work.
    # AUTOSHUTDOWN_WAKEUP_CMD = sudo /PATH/TO/set_acpi.sh
    # -- autoshutdown nvram-wakeup configuration --
    # The nvram-wakeup utility is used to write the
    # wakeup alarm to the RTC in bios. Read the
    # nvram-wakeup documentation about this topic,
    # a working nvram-wakeup configuration is needed.
    # WAKEUP_CMD / NVRAM_OPT
    # Path to nvram-wakeup and options. Options can
    # be used to specify a config file.
    # AUTOSHUTDOWN_WAKEUP_CMD = "/usr/bin/nvram-wakeup"
    # AUTOSHUTDOWN_NVRAM_OPT = "--syslog"
    # WAKEUP_NEEDS_REBOOT
    # Set to True if the bios needs a reboot to catch
    # up with the rtc alarm that nvram-wakeup sets. The
    # boot loader options should be set too. Read the
    # nvram-wakeup documentation about this topic.
    # AUTOSHUTDOWN_BIOS_NEEDS_REBOOT = True
    # -- if the bios needs a reboot --
    # BOOT_LOADER
    # Set to "GRUB" or "LILO" Only needed if bios needs
    # a reboot to initialize the RTC wakeup call.
    # AUTOSHUTDOWN_BOOT_LOADER = "GRUB"
    # REMOUNT_BOOT_CMD / REMOUNT_BOOT_OPT
    # Grub needs to write to /boot/grub/grub.conf. Set
    # the command and options to remount the /boot
    # partition writeable. Set to None if this is not
    # needed.
    # AUTOSHUTDOWN_REMOUNT_BOOT_CMD = "/bin/mount"
    # AUTOSHUTDOWN_REMOUNT_BOOT_OPT = "/boot -o remount,rw"
    # GRUB_CMD / GRUB_OPT
    # Grub-set-default command and options that will
    # reboot and poweroff the system.
    # AUTOSHUTDOWN_GRUB_CMD = "/sbin/grub-set-default 0"
    # AUTOSHUTDOWN_GRUB_OPT = "0"
    # LILO_CMD / LILO_OPT
    # Lilo command with options that will reboot and
    # poweroff the system.
    # AUTOSHUTDOWN_LILO_CMD = "/sbin/lilo"
    # AUTOSHUTDOWN_LILO_OPT = "-R PowerOff"
    # ======================================================================
    # Events
    # ======================================================================
    # You can add more keybindings by adding them to the correct hash.
    # e.g. If you want to send 'contrast -100' to mplayer by pressing the '1' key,
    # just add the following line:
    # EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -100')
    # See src/event.py for a list of all possible events.
    # Some events to jump to menus
    # EVENTS['menu']['GUIDE'] = Event(MENU_GOTO_TVGUIDE) # Not working
    # EVENTS['menu']['VIDEOS'] = Event(MENU_GOTO_VIDEOS)
    # EVENTS['menu']['MUSIC'] = Event(MENU_GOTO_MUSIC)
    # EVENTS['menu']['PICTURES'] = Event(MENU_GOTO_IMAGES)
    # EVENTS['menu']['GAMES'] = Event(MENU_GOTO_GAMES)
    # EVENTS['menu']['RADIO'] = Event(MENU_GOTO_RADIO) # Not working
    # EVENTS['menu']['POWER'] = Event(MENU_GOTO_SHUTDOWN)
    # Use arrow keys for back and select (alternate way of navigating)
    # MENU_ARROW_NAVIGATION = False
    # Process keyboard events from SDL. You want this unless you use only lirc
    # or event devices below.
    # USE_SDL_KEYBOARD = True
    # Keymap to map keyboard keys to event strings. You can also add new keys
    # here, e.g. KEYMAP[key.K_x] = 'SUBTITLE'. The K_-names are defined by pygame.
    # List of /dev/input/event# devices to monitor. You can specify either the
    # device node (e.g. '/dev/input/event1') or the name of the device (e.g.
    # 'ATI Remote Wonder II'). If you monitor your keyboard both here and with
    # USE_SDL_KEYBOARD, then you will get duplicate events.
    EVENT_DEVS = []
    # Keymap to map input events to event strings. You can change current mappings
    # and add new ones here, e.g. EVENTMAP['KEY_COFFEE'] = 'SUBTITLE'. Key names
    # are defined by the Linux input layer (input.h). An axis is described by a
    # pair, one for positive and one for negative movement, e.g.
    # EVENTMAP['REL_Z'] = ('LEFT', 'RIGHT')
    # Use Internet resources to fetch information?
    # For example, Freevo can use CDDB for album information,
    # the IMDB movie database for movie info, and Amazon for cover searches.
    # Set this to 0 if your computer isn't connected to a network.
    USE_NETWORK = 1
    # Directory location to save files when the normal filesystem
    # doesn't allow saving. This directory can save covers and fxd files
    # for read only filesystems like ROM drives. Set this variable to your
    # old MOVIE_DATA_DIR if you have one. It needs to be set to a directory
    # Freevo can write to.
    # OVERLAY_DIR = os.path.join(FREEVO_CACHEDIR, 'vfs')
    # Umask setting for all files.
    # 022 means only the user has write access. If you share your Freevo
    # installation with different users, set this to 002
    # UMASK = 022
    # Suffix for playlist files
    PLAYLIST_SUFFIX = [ 'm3u' ]
    # Use md5 in mmpython to create unique disc ids. Enable this if you have
    # problems with different discs having the same id.
    # MMPYTHON_CREATE_MD5_ID = 0
    # Keep metadata in memory
    # Setting this variable will keep all cache files in memory. Startup will be
    # slower, but for large directories, this will speed up the display.
    # 0 = Only keep current dir in memory. Use this if you have too much data
    # and not enough RAM
    # 1 = Once loaded, keep cachefile for directory in memory
    # 2 = Load all cachefiles on startup
    # WARNING: you should not run 'freevo cache' when freevo is running.
    # MEDIAINFO_USE_MEMORY = 1
    # Cache images. This uses a lot of disc space but it's a huge speed
    # enhancement. The images will be cached in OVERLAY_DIR
    CACHE_IMAGES = 1
    # ======================================================================
    # Plugins:
    # ======================================================================
    # Remove undesired plugins by setting plugin.remove(code).
    # You can also use the name to remove a plugin. But if you do that,
    # all instances of this plugin will be removed.
    # Examples:
    # plugin.remove(plugin_tv) or
    # plugin.remove('tv') will remove the tv module from the main menu
    # plugin.remove(rom_plugins['image']) will remove the rom drives from the
    # image main menu,
    # plugin.remove('rom_drives.rom_items') will remove the rom drives from all
    # menus
    # See freevo_config.py for a list of loaded plugins
    plugin.remove('tv')
    plugin.remove('headlines')
    plugin.remove('idlebar.tv')
    plugin.remove('idlebar.diskfree')
    plugin.remove('file_ops')
    plugin.remove('tv.generic_record')
    plugin.remove('tv.view_recordings')
    plugin.remove('tv.mplayer')
    plugin.remove('tv.manual_record')
    plugin.remove('tv.scheduled_recordings')
    plugin.remove('tv.view_favorites')
    plugin.remove('video.moviecovers')
    # User setup
    plugin.activate('audio.coversearch')
    # plugin.activate('video.moviecovers')
    plugin.activate('video.details')
    # list of regexp to be ignored on a disc label
    IMDB_REMOVE_FROM_LABEL = ('season[\._ -][0-9]+', 'disc[\._ -][0-9]+',
    'd[\._ -][0-9]+', 'german')
    # list of words to ignore when searching based on a filename
    IMDB_REMOVE_FROM_SEARCHSTRING = ('the', 'a')
    # When searching for a movie title in imdb, should the result be
    # autoaccepted if it is only one hit?
    # 0 = show menu even if it is only one hit (gives you an opportunity to cancel)
    # 1 = autoaccept
    IMDB_AUTOACCEPT_SINGLE_HIT = 1
    SCREENSAVER_DELAY = 30 # of seconds to wait to start saver.
    SCREENSAVER_CYCLE_TIME = 60 # of seconds to run a screensaver before starting another saver.
    plugin.activate('screensaver')
    # Use ivtv_record instead if you have an ivtv based card (PVR-250/350)
    # and want freevo to do everthing for you. TV_SETTINGS must be set
    # correctly. To use you need to set the following two lines:
    # plugin.remove('tv.generic_record')
    # plugin_record = plugin.activate('tv.ivtv_record')
    # Enable this for joystick support:
    # plugin.activate('joy')
    # Headlines
    # You are free to use any rss feeds in the HEADLINES_LOCATIONS below
    # These are just working examples for the Freevo feeds.
    # To turn off Headlines add plugin.remove('headlines')
    # plugin.activate('headlines', level=45)
    # HEADLINES_LOCATIONS = [
    # ('Freevo news releases', 'http://sourceforge.net/export/rss2_projnews.php?group_id=46652'),
    # ('Freevo file releases', 'http://sourceforge.net/export/rss2_projfiles.php?group_id=46652'),
    # ('Freevo summary+stats', 'http://sourceforge.net/export/rss2_projsummary.php?group_id=46652'),
    # ('Freevo donors', 'http://sourceforge.net/export/rss2_projdonors.php?group_id=46652'),
    # CD Ripping
    # CD_RIP_TMP_DIR = '/tmp/'
    # CD_RIP_TMP_NAME = 'track_%(track)s_being_ripped'
    # CD_RIP_PN_PREF = '%(artist)s/%(album)s/%(track)s - %(song)s'
    # CD_RIP_CDPAR_OPTS = '-s'
    # CD_RIP_LAME_OPTS = '--vbr-new -b 192 -h'
    # CD_RIP_OGG_OPTS = '-m 128'
    # CD_RIP_FLAC_OPTS = '-8'
    # CD_RIP_CASE = None # Can be title, upper, lower
    # CD_RIP_REPLACE_SPACE = None # Can be '_', '-', etc.
    # CD Burning
    # CDBURN_AUDIO_DAO = 1
    # CDBURN_MKISOFS_PATH = '/usr/bin/mkisofs'
    # CDBURN_CDRECORD_PATH = '/usr/bin/cdrecord'
    # CDBURN_TEMP_DIR='/tmp/'
    # CDBURN_DEV = '/dev/cdrom'
    # CDBURN_SPEED = 32
    # Re-encode
    # This plug-in transcodes a video to a different format
    # plugin.activate('video.reencode')
    # REENCODE_CONTAINER = 'avi'
    # REENCODE_RESOLUTION = 'Optimal'
    # REENCODE_VIDEOCODEC = 'XviD'
    # REENCODE_VIDEOBITRATE = 1000
    # REENCODE_AUDIOCODEC = 'MPEG 1 Layer 3 (mp3)'
    # REENCODE_AUDIOBITRATE = 128
    # REENCODE_NUMPASSES = 1
    # REENCODE_VIDEOFILTER = None
    # Freevo Music Player Daemon
    # http://www.musicpd.org/
    # plugin.activate('mpd')
    # Freevo Bluetooth Phone Settings
    # This plugin uses The Python bindings for Bluez bluetooth stack.
    # It can be downloaded from http://org.csail.mit.edu/pybluez/download.html
    # or installed with the package manager of your operating system.
    # To this plugin to work you need the j2me midlet installed in a compatible
    # phone.
    # plugin.activate('freevused')
    # if RFCOMM port is already binded wait this seconds to retry binding
    # FVUSED_BIND_TIMEOUT = 30
    # Translation of commands from j2me client to events of Freevo
    # FVUSED_CMDS = {
    # 'PREV': 'UP', # 1st row left
    # 'STRT': 'SELECT', # 1nd row center
    # 'NEXT': 'DOWN', # 1st row right
    # 'RWND': 'LEFT', # 2nd row left
    # 'PAUS': 'PAUSE', # 2nd row center
    # 'FFWD': 'RIGHT', # 2nd row right
    # 'VOL-': 'MIXER_VOLDOWN', # 3rd row left
    # 'STOP': 'EXIT', # 3rd row center
    # 'VOL+': 'MIXER_VOLUP', # 3rd row right
    # 'VOLM': 'MIXER_VOLMUTE', # 4th row left
    # 'SLCT': 'ENTER', # 4th row center
    # 'MAIN': 'MENU' # 4th row right
    # Freevo Button Bar Plug-in
    # plugin.activate('buttonbar')
    # You'll also need to map the 'RED', 'GREEN', 'YELLOW'
    # and 'BLUE' events to keys for example (don't use this
    # it overrides some default keys)
    # KEYMAP[key.K_F5] = 'RED'
    # KEYMAP[key.K_F6] = 'GREEN' #Already mapped to record
    # KEYMAP[key.K_F7] = 'YELLOW'
    # KEYMAP[key.K_F8] = 'BLUE'
    # Freevo Screensaver Plug-in
    # SCREENSAVER_DELAY = 120 # of seconds to wait to start saver.
    # SCREENSAVER_CYCLE_TIME = 60 # of seconds to run a screensaver before starting another saver.
    # plugin.activate('screensaver')
    # plugin.activate('screensaver.balls') # Bouncing balls all over the screen
    # plugin.activate('screensaver.bouncing_freevo') # The freevo logo bouncing around the screen
    # ======================================================================
    # Freevo directory settings:
    # ======================================================================
    # You can change all this variables in the folder.fxd on a per folder
    # basis
    # Example:
    # <freevo>
    # <folder title="Title of the directory" img-cover="nice-cover.png">
    # <setvar name="directory_autoplay_single_item" val="0"/>
    # <info>
    # <content>A small description of the directory</content>
    # </info>
    # </folder>
    # </freevo>
    # Should directories sorted by date instead of filename?
    # 0 = No, always sort by filename.
    # 1 = Yes, sort by date
    # 2 = No, don't sory by date for normal directories,
    # but sort by date for TV_RECORD_DIR.
    DIRECTORY_SORT_BY_DATE = 0
    # Should directory items be sorted in reverse order?
    # DIRECTORY_REVERSE_SORT = 0
    # Should we use "smart" sorting?
    # Smart sorting ignores the word "The" in item names.
    DIRECTORY_SMART_SORT = 1
    # Should files in directories have smart names?
    # This removes the first part of the names when identical
    # DIRECTORY_SMART_NAMES = 1
    # Should Freevo autoplay an item if only one item is in the directory?
    DIRECTORY_AUTOPLAY_SINGLE_ITEM = 0
    # Force the skin to use a specific layout number. -1 == no force. The layout
    # toggle with DISPLAY will be disabled
    # DIRECTORY_FORCE_SKIN_LAYOUT = -1
    # Format string for the audio item names.
    # Possible strings:
    # a=artist, n=tracknumber, t=title, y=year, f=filename
    # Example:
    # This will show the title and the track number:
    # DIRECTORY_AUDIO_FORMAT_STRING = '%(n)s - %(t)s'
    # DIRECTORY_AUDIO_FORMAT_STRING = '%(t)s'
    # Use media id tags to generate the name of the item. This should be
    # enabled all the time. It should only be disabled for directories with
    # broken tags.
    DIRECTORY_USE_MEDIAID_TAG_NAMES = 1
    # The following settings determine which features are available for
    # which media types.
    # If you set this variable in a folder.fxd, the value is 1 (enabled)
    # or 0 (disabled).
    # Examples:
    # To enable autoplay for audio and image files:
    # DIRECTORY_AUTOPLAY_ITEMS = [ 'audio', 'image' ]
    # To disable autoplay entirely:
    # DIRECTORY_AUTOPLAY_ITEMS = []
    # Make all items a playlist. So when one is finished, the next one will
    # start. It's also possible to browse through the list with UP and DOWN
    # DIRECTORY_CREATE_PLAYLIST = [ 'audio', 'image' ]
    # Add playlist files ('m3u') to the directory
    # DIRECTORY_ADD_PLAYLIST_FILES = [ 'audio', 'image' ]
    # Add the item 'Random Playlist' to the directory
    # DIRECTORY_ADD_RANDOM_PLAYLIST = [ 'audio' ]
    # Make 'Play' not 'Browse' the default action when only items and not
    # subdirectories are in the directory
    # DIRECTORY_AUTOPLAY_ITEMS = [ ]
    # ======================================================================
    # Freevo movie settings:
    # ======================================================================
    # Where the movie files can be found.
    # This is a list of items (e.g. directories, fxd files). The items themselves
    # can also be a list of (title, file)
    VIDEO_ITEMS = [
    ('movies', '/home/per/movies'),
    ('movies extra', '/extra/movies'),
    ('tv', '/home/per/tv'),
    ('tv extra', '/extra/tv'),
    # Some people access movies on a different machine using an automounter.
    # To avoid timeouts, you can specify the machine name in the directory
    # to check if the machine is alive first
    # Directory myserver:/files/server-stuff will show the item for the
    # directory /files/server-stuff if the computer myserver is alive.
    # The list of filename suffixes that are used to match the files that
    # are played wih MPlayer.
    # VIDEO_MPLAYER_SUFFIX = [ 'avi', 'mpg', 'mpeg', 'wmv', 'bin', 'rm',
    # 'divx', 'ogm', 'vob', 'asf', 'm2v', 'm2p',
    # 'mp4', 'viv', 'nuv', 'mov', 'iso',
    # 'nsv', 'mkv' ]
    # The list of filename suffixes that are used to match the files that
    # are played wih Xine.
    # VIDEO_XINE_SUFFIX = [ 'avi', 'mpg', 'mpeg', 'rm', 'divx', 'ogm',
    # 'asf', 'm2v', 'm2p', 'mp4', 'mov', 'cue' ]
    # Preferred video player
    VIDEO_PREFERED_PLAYER = 'mplayer'
    # Only scan OVERLAY_DIR and VIDEO_SHOW_DATA_DIR for fxd files containing
    # information about a disc. If you only have the fxd files for discs in
    # one of this directories (and subdirectories), set this to 1, it will
    # speed up startup, 0 may be needed if you have fxd files with disc links
    # in your normal movie tree.
    # VIDEO_ONLY_SCAN_DATADIR = 1
    # try to detect a movie with more than one file and join them as one
    # item
    VIDEO_AUTOJOIN = 1
    # try to find out if deinterlacing is needed or not
    # VIDEO_DEINTERLACE = None
    # Instruct player to use XVMC for playback
    # VIDEO_USE_XVMC = None
    # Pass field dominance parameter to MPlayer
    # VIDEO_FIELD_DOMINANCE = None
    # PRE and POST playing commands. Set these to a runnable command if
    # you wish to do something before and after playing a video, like
    # dimming the lights
    # VIDEO_PRE_PLAY = None
    # VIDEO_POST_PLAY = None
    # ======================================================================
    # Freevo audio settings:
    # ======================================================================
    # Where the Audio (mp3, ogg) files can be found.
    # This is a list of items (e.g. directories, fxd files). The items themselves
    # can also be a list of (title, file)
    # To add webradio support, add fxd/webradio.fxd to this list
    AUDIO_ITEMS = [
    ('music', '/home/per/music'),
    ('music extra', '/extra/music'),
    ('playlists', '/home/per/.mpd/playlists'),
    # The list of filename suffixes that are used to match the files that
    # are played as audio.
    # AUDIO_SUFFIX = [ 'mp3', 'ogg', 'wav','m4a', 'wma', 'aac', 'flac', 'mka' ]
    # Regular expression used to recognize filenames which are likely to be
    # covers for an album
    # This will match front.jpg and cover-f.jpg, but not back.jpg nor cover-b.jpg:
    # AUDIO_COVER_REGEXP = 'front|-f'
    # Format strings used to seach for audio cover images.
    # Fist matching GIF, JPG or PNG image will be used as cover.
    # Examples:
    # AUDIO_COVER_FORMAT_STRINGS = [ 'cover-%(artist)s-%(album)s', 'mycover' ]
    # AUDIO_COVER_FORMAT_STRINGS = [ '%(album)s', '../covers/%(album)s', '../covers/nocover' ]
    # Preferred audio player
    AUDIO_PREFERED_PLAYER = 'mplayer'
    # Show video files in the audio menu (for music-videos)
    AUDIO_SHOW_VIDEOFILES = False
    # ======================================================================
    # Freevo image viewer settings:
    # ======================================================================
    # Where image files can be found.
    # This is a list of items (e.g. directories, fxd files). The items itself
    # can also be a list of (title, file)
    IMAGE_ITEMS = [
    ('pictures', '/home/per/pictures'),
    # The list of filename suffixes that are used to match the files that
    # are used for the image viewer.
    # IMAGE_SUFFIX = [ 'jpg','gif','png','jpeg','bmp','tiff','psd' ]
    # The viewer now supports a new type of menu entry, a slideshow file.
    # It also has the slideshow alarm signal handler for automated shows.
    # It uses a new configuration option:
    # IMAGE_SSHOW_SUFFIX = [ 'ssr' ]
    # The viewer can exclude certain types of images based on the regular expression list
    # eg IMAGE_EXCLUDE = [('thm','tn_')]
    # IMAGE_EXCLUDE = None
    # Mode of the blending effect in the image viewer between two images
    # Possible values are:
    # None: no blending
    # -1 random effect
    # 0 alpha blending
    # 1 wipe effect
    IMAGEVIEWER_BLEND_MODE = -1
    # When viewing images on a TV screen where the pixels are not square
    # the images need to be scaled according to the aspect ratio of the TV
    # Use this setting for 16x9 TVs
    # IMAGEVIEWER_ASPECT = (float(1024) / float(720))
    # Use this setting for 4x3 TVs
    # IMAGEVIEWER_ASPECT = (float(768) / float(720))
    # Use this setting for Monitors including HDTVs
    # IMAGEVIEWER_ASPECT = 1.0
    # IMAGEVIEWER_ASPECT = 1.0
    # ======================================================================
    # Freevo games settings:
    # ======================================================================
    # MAME is an emulator for old arcade video games. It supports almost
    # 2000 different games! The actual emulator is not included in Freevo,
    # you'll need to download and install it separately. The main MAME
    # website is at http://www.mame.net, but the version that is used here
    # is at http://x.mame.net since the regular MAME is for Windows.
    # SNES stands for Super Nintendo Entertainment System. Freevo relies
    # on other programs that are not included in Freevo to play these games.
    # NEW GAMES SYSTEM :
    # =================
    # The GAMES_ITEMS structure is now build as follows :
    # <NAME>, <FOLDER>, (<TYPE>, <COMMAND_PATH>, <COMMAND_ARGS>, <IMAGE_PATH>, \
    # [<FILE_SUFFIX_FOR_GENERIC>])
    # where :
    # - <TYPE> : Internal game types (MAME or SNES) or
    # generic one (GENERIC)
    # - <COMMAND_PATH> : Emulator command
    # - <COMMAND_ARGS> : Arguments for the emulator
    # - <IMAGE_PATH> : Optionnal path to the picture
    # - <FILE_SUFFIX_FOR_GENERIC> : If the folder use the GENERIC
    # type, then you must specify here
    # the file suffix used by the emulator
    # GAMES_ITEMS = [
    # ('MAME', '/home/media/games/xmame/roms',
    # ('MAME', '/usr/local/bin/xmame.SDL', '-fullscreen -modenumber 6',
    # '/home/media/games/xmame/shots', None)),
    # ('SUPER NINTENDO', '/home/media/games/snes/roms',
    # ('SNES', '/usr/local/bin/zsnes', '-m -r 3 -k 100 -cs -u', '', None )),
    # ('Visual Boy Advance', '/home/media/games/vba/roms/',
    # ('GENERIC', '/usr/local/vba/VisualBoyAdvance', ' ', '', [ 'gba' ] )),
    # ('MEGADRIVE', '/home/media/games/megadrive/roms',
    # ('GENESIS', '/usr/local/bin/generator-svgalib', '', '', '' ))
    # GAMES_ITEMS = None
    # These settings are used for the MAME arcade emulator:
    # Priority of the game process
    # 0 = Don't change the priority
    # >0 - Lower priority
    # <0 - Higher priority
    # GAMES_NICE = -20
    # MAME cache directory
    # GAMES_MAME_CACHE = '%s/romlist-%s.pickled' % (FREEVO_CACHEDIR, os.getuid())
    # ======================================================================
    # Freevo SKIN settings:
    # ======================================================================
    # XML file for the skin. If SKIN_XML_FILE is set, this skin will be
    # used, otherwise the skin will rememeber the last choosen skin.
    # SKIN_XML_FILE = 'blurr'
    # Select a way when to switch to text view even if a image menu is there
    # 1 = Force text view when all items have the same image and there are no
    # directories
    # 2 = Ignore the directories, always switch to text view when all images
    # are the same
    # SKIN_FORCE_TEXTVIEW_STYLE = 1
    # Force text view for the media menu
    # (The media menu is the first menu displayed for video, audio, images
    # and games).
    # SKIN_MEDIAMENU_FORCE_TEXTVIEW = 0
    # ======================================================================
    # Freevo OSD settings:
    # ======================================================================
    # System Path to search for fonts not included in the Freevo distribution
    # OSD_EXTRA_FONT_PATH = [ '/usr/share/fonts/truetype' ]
    # Font aliases
    # All names must be lowercase! All alternate fonts must be in './share/fonts/'
    # OSD_FONT_ALIASES = { 'arial_bold.ttf' : 'VeraBd.ttf' }
    # For non-european character sets the OSD_FORCE_FONTNAME and
    # OSD_FORCE_FONTSIZE can be set. The size is a scaling ratio, ie 1.2.
    # Setting OSD_FORCE_FONTNAME='batang.ttf' and OSD_FORCE_FONTSIZE=1.0
    # allows Korean characters.
    # OSD_FORCE_FONTNAME = None
    # OSD_FORCE_FONTSIZE = None
    # Number of seconds to wait until the busy icon is shown in the menu.
    # Busy icon can also be shown right away when there is more than a certain
    # number of files in a directory.
    # Set this to None to disable this.
    # (seconds, files)
    # OSD_BUSYICON_TIMER = (0.7, 200)
    # Number of pixels to move the display to centre the OSD on the display
    # OSD_OVERSCAN_LEFT = OSD_OVERSCAN_RIGHT = 0
    # OSD_OVERSCAN_TOP = OSD_OVERSCAN_BOTTOM = 0
    # Setting the cursors when freevo is run in fullscreen mode
    # OSD_X11_CURSORS = '/usr/lib/X11/cursors/black.cursor /usr/lib/X11/cursors/blank.cursor'
    # Execute a script on OSD startup.
    # OSD_SDL_EXEC_AFTER_STARTUP = ""
    # Execute a script on OSD close.
    # OSD_SDL_EXEC_AFTER_CLOSE = ""
    # Stop the osd before playing a movie with xine or mplayer. Some output
    # devices need this. After playback, the osd will be restored
    # OSD_STOP_WHEN_PLAYING = 0
    # Dim text that doesn't fit instead of using ellipses.
    # OSD_DIM_TEXT = 1
    # OSD sound effects
    # OSD_SOUNDS_ENABLED=False
    # OSD_SOUNDS= {
    # 'menu.navigate': None,
    # 'menu.back_one': None,
    # 'menu.select' : None
    # ======================================================================
    # Freevo remote control settings:
    # ======================================================================
    # Location of the lircrc file
    # For remote control support, Freevo needs a lircrc file, like this:
    # begin
    # prog = freevo
    # button = select
    # config = SELECT
    # end
    # Check contrib/lirc for examples and helpers/freevo2lirc.pl for a converter
    # script.
    # LIRCRC = '/etc/freevo/lircrc'
    # Joystick support
    # 0 = Disable joystick support
    # 1 = Use js0,
    # 2 = Use js1,
    # ... etc
    # JOY_DEV = 0
    # JOY_SENS = 32000
    # JOY_LOCKFILE = /path/to/joystick/lockfile
    # Freevo can support as many buttons as your controller has
    # as long as there is a corresponding entry in JOY_CMDS.
    # You will also need to plugin.activate('joy').
    # FYI: new kernels use /dev/input/jsX, but joy.py will fall back on /dev/jsX
    # JOY_CMDS = {
    # 'up' : 'UP',
    # 'down' : 'DOWN',
    # 'left' : 'LEFT',
    # 'right' : 'RIGHT',
    # 'button 1' : 'PLAY',
    # 'button 2' : 'PAUSE',
    # 'button 3' : 'STOP',
    # 'button 4' : 'ENTER',
    # Here are the PS3 joy stick mappings
    # JOY_CMDS = {
    # 'button 5' : 'UP',
    # 'button 7' : 'DOWN',
    # 'button 8' : 'LEFT',
    # 'button 6' : 'RIGHT',
    # 'up' : 'UP',
    # 'down' : 'DOWN',
    # 'left' : 'LEFT',
    # 'right' : 'RIGHT',
    # 'button 14' : 'SELECT', # <circle>
    # 'button 16' : 'EXIT', # <square>
    # 'button 15' : 'STOP', # <x>
    # 'button 1' : 'ENTER', # <select>
    # 'button 11' : 'VOL+', # <L1>
    # 'button 9' : 'VOL-', # <L2>
    # 'button 2' : 'MUTE', # <L3>
    # 'button 10' : 'MUTE', # <R2>
    # 'button 4' : 'PLAY', # <start>
    # 'button 13' : 'PLAY', # <start>
    # 'button 17' : 'MENU', # <ps>
    # ======================================================================
    # TVtime settings:
    # ======================================================================
    # Location of the TV time program
    # Default: Use the value in freevo.conf
    # TVTIME_CMD = CONF.tvtime
    # ======================================================================
    # MPlayer settings:
    # ======================================================================
    # MPLAYER_AO_DEV = 'oss:/dev/dsp' # e.g.: oss,sdl,alsa, see mplayer docs
    # MPLAYER_VO_DEV_OPTS = '' # e.g.: ':some_var=vcal'
    # DVD_LANG_PREF = 'en,se,no' # Order of preferred languages on DVD.
    # DVD_SUBTITLE_PREF = '' # Order of preferred subtitles on DVD.
    # Priority of mplayer process. 0 is unchanged, <0 is higher prio, >0 lower prio.
    # prio <0 has no effect unless run as root.
    # MPLAYER_NICE = -20
    # Mplayer options to use the software scaler. If your CPU is fast enough, you
    # might try a software scaler. You can disable it later for some larger files
    # with the mplayer option '-nosws'. If you have -framedrop or -hardframedrop
    # as mplayer option, the software scaler will also not be used.
    # A good value for this variable is:
    # MPLAYER_SOFTWARE_SCALER = "-subfont-text-scale 5 -fs -sws 2 -vf scale=%s:-3,"\
    # "expand=%s:%s " % ( CONF.width, CONF.width, CONF.height )
    # older versions of mplayer may need
    # MPLAYER_SOFTWARE_SCALER = '-xy %s -sws 2 -vop scale:-1:-1:-1:100' % CONF.width
    # MPLAYER_SOFTWARE_SCALER = ''
    # Mplayer arguments for different media formats. (eg DVDs, CDs, AVI files, etc)
    # Uses a default value if nothing else matches.
    # MPLAYER_ARGS = { 'dvd' : '-cache 8192',
    # 'vcd' : '-cache 4096',
    # 'cd' : '-cache 1024 -cdda speed=2',
    # 'tv' : '-nocache',
    # 'ivtv' : '-cache 8192',
    # 'avi' : '-cache 5000 -idx',
    # 'rm' : '-cache 5000 -forceidx',
    # 'rmvb' : '-cache 5000 -forceidx',
    # 'webcam' : 'tv:// -tv driver=v4l:width=352:height=288:outfmt=yuy2:device=/dev/video2',
    # 'default': '-cache 5000'
    # Number of seconds before seek value times out. This is used when
    # seeking a specified number of minutes into a movie. If you make
    # a mistake or change your mind, the seek value will timeout after
    # this many seconds.
    # MPLAYER_SEEK_TIMEOUT = 8
    # Autocrop files when playing. This is useful for files in 4:3 with black
    # bars on a 16:9 tv
    # MPLAYER_AUTOCROP = 0
    # Try to set correct 'delay' and 'mc' values for mplayer based on the delay
    # from mmpython.
    # This should correct av sync problems with mplayer for some files, but
    # may also break things. (I don't know, that's why it's disabled by default).
    # WARNING: When seeking, the playback is out of sync for some seconds!
    # MPLAYER_SET_AUDIO_DELAY = 0
    # Mplayer video filter for interlaced or progressive videos. If you have
    # a slow pc, do not use post processing
    # MPLAYER_VF_INTERLACED = ''
    # MPLAYER_VF_PROGRESSIVE = 'pp=fd'
    # For pal and dvb-t recordings, the following looks good
    # MPLAYER_VF_INTERLACED = 'pp=md/de,phase=U'
    # MPLAYER_VF_INTERLACED = 'pp=de/fd'
    # MPLAYER_VF_PROGRESSIVE = 'pp=de'
    # For the autodetect TOP/BOTTOM field first in mplayer
    # (if this feature present in mplayer)
    # MPLAYER_HAS_FIELD_DOMINANCE = 1
    # ======================================================================
    # Xine settings:
    # ======================================================================
    # You need xine-ui version greater 0.9.21 to use the all the features
    # of the xine plugin
    # XINE_VO_DEV = 'xv'
    # XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry %sx%s+0+0 --no-splash' % \
    # (CONF.xine, CONF.width, CONF.height)
    # XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'"
    # XINE_AO_DEV = 'oss' # alsa or oss
    # Set to False if xine doesn't have '--no-lirc' option
    # XINE_HAS_NO_LIRC = True
    # Set to True is xine supports get_time this enables the position to be saved
    # XINE_BOOKMARK = False
    # ======================================================================
    # Freevo TV settings:
    # ======================================================================
    # This is where recorded video is written.
    # XXX the path doesn't work from the www cgi scripts!
    # TV_RECORD_DIR = None
    # This will enable duplicate recording detection
    # TV_RECORD_DUPLICATE_DETECTION = True
    # This will enable only new episodes to be recorded
    # TV_RECORD_ONLY_NEW_DETECTION = True
    # ================================================================================
    # Watching TV
    # ================================================================================
    # XXX You must change this to fit your local conditions!
    # NORM: ntsc, pal, secam
    # INPUT: television, composite1
    # CHANLIST: One of the following:
    # us-bcast, us-cable, us-cable-hrc, japan-bcast, japan-cable, europe-west,
    # europe-east, italy, newzealand, australia, ireland, france, china-bcast,
    # southafrica, argentina, canada-cable, russia
    # TV_SETTINGS = 'NORM INPUT CHANLIST DEVICE'
    # Video input device
    # Usually /dev/video0, but might be /dev/video1 instead for multiple boards.
    # FreeBSD uses the Brooktree TV-card driver, not V4L.
    # TV_DRIVER = 'v4l'
    # TV_DEVICE = '/dev/video0'
    # TV_INPUT = 0
    # ================================================================================
    # Listening to radio
    # ================================================================================
    # Radio device default is None, /dev/video24 for ivtv
    # RADIO_DEVICE = '/dev/radio'
    # Radio commands:
    # plugin.activate('audio.radioplayer')
    # plugin.activate('audio.radio')
    # for fmtools
    # RADIO_CMD = 'fm'
    # RADIO_CMD_START = (RADIO_CMD + ' -d %s ' % RADIO_DEVICE + ' -q %s 65535')
    # RADIO_CMD_STOP = (RADIO_CMD + ' -d %s ' % RADIO_DEVICE + ' -q off')
    # for ivtv-radio
    # RADIO_CMD = '/usr/bin/ivtv-radio -d /dev/radio0 -i /dev/video24'
    # RADIO_STATIONS = [
    # ('DRS 1', '94.80'),
    # ('VIRUS', '104.30'),
    # (u'Radio Zürisee', '90.20'),
    # Additional options to pass to mplayer in TV mode.
    # eg. To turn off deinterlacing:
    # TV_OPTS = '-vop pp=ci'
    # TV_OPTS = ''
    # TV_SETTINGS = '%s television %s %s' % (CONF.tv, CONF.chanlist, TV_DEVICE)
    # Size (in MB) of the timeshift buffer. (ie: how long you can pause tv for.)
    # This is set to a low default because the default buffer location is
    # under FREEVO_CACHEDIR and we don't want to blow /var or /tmp.
    # TIMESHIFT_BUFFER_SIZE = 128
    # TIMESHIFT_ENCODE_CMD = 'mp1e -m3 -c%s -p%s -r14,100' % \
    # (TV_SETTINGS.split()[3], AUDIO_INPUT_DEVICE)
    # TIMESHIFT_BUFFER = '%s/timeshift.mpeg' % FREEVO_CACHEDIR
    # TV_DATE_FORMAT = '%e-%b' # Day-Month: 11-Jun
    # TV_TIME_FORMAT = '%H:%M' # Hour-Minute 14:05
    # TV_DATETIME_FORMAT = '%A %b %d %I:%M %p' # Thursday September 24 8:54 am
    # This is the filename format for files recorded using Freevo.
    # You can use any of the strftime variables in it, provided you
    # put two '%%' at the beginning.
    # Some examples:
    # %%A - Full weekday name.
    # %%H - Hour (24-hour clock) as a decimal number [00,23].
    # %%M - Minute as a decimal number [00,59].
    # %%m - Month as a decimal number [01,12].
    # %%d - Day of the month as a decimal number [01,31].
    # %%p - Locale's equivalent of either AM or PM.
    # More can be found at: http://www.python.org/doc/current/lib/module-time.html
    # TV_RECORD_FILE_MASK = '%%m-%%d %%H:%%M %(progname)s - %(title)s'
    # If using the persistent recordserver
    # TV_RECORD_SCHEDULE = FREEVO_STATICDIR + '/schedule.pickle'
    # TV_RECORD_FAVORITES = FREEVO_STATICDIR + '/favorites.pickle'
    # TV_RECORD_FAVORITES_LIST = FREEVO_STATICDIR + '/favorites.txt'
    # RECORDSERVER_IP = 'localhost'
    # RECORDSERVER_PORT = 18001
    # RECORDSERVER_SECRET = 'secret1'
    # If the recordserver runs as root, set the uid to the given one
    # after startup. The gui must also match one of the users group ids
    # RECORDSERVER_UID = 0
    # RECORDSERVER_UID = 0
    # Remove old recordings if GB free is less than specified value
    # RECORDSERVER_CLEANUP_THRESHOLD = 0
    # start every recording X minutes before scheduled,
    # and stop X minutes after scheduled - default to zero minutes.
    # This must be a value in seconds although at the moment only has
    # the percision of one minute.
    # TV_RECORD_PADDING_PRE = 0
    # TV_RECORD_PADDING_POST = 0
    # Number of minutes before or after the start time of a favorite where
    # a program matching the name, day of week etc should still be considered a
    # favorite. For example a favorite has a start time of 21.00, but the program
    # has been brought forward by the broadcaster by 10 minutes to 20.50, with
    # a margin of less than 10 this program will not be recorded as the start time
    # is outside the margin. But if the margin is set at 10 minutes or greater this
    # program will be considered a favorite and recorded. Probably about 45 minutes
    # is the best bet, better a false positive than a false negative.
    # TV_RECORD_FAVORITE_MARGIN = 45
    # PRE and POST recording commands. Set these to a runnable command if
    # you wish to have special mixer settings or video post processing.
    # VCR_PRE_REC = None
    # VCR_POST_REC = None
    # VCR_AUDIO = (':adevice=%s' % AUDIO_DEVICE +
    # ':audiorate=32000' + # 44100 for better sound
    # ':forceaudio:forcechan=1:' + # Forced mono for bug in my driver
    # 'buffersize=64') # 64MB capture buffer, change?
    # TV capture size for viewing and recording. Max 768x480 for NTSC,
    # 768x576 for PAL. Set lower if you have a slow computer!
    # For the 'tvtime' TV viewing application, only the horizontal size is used.
    # Set the horizontal size to 400 or 480 if you have a slow (~500MHz) computer,
    # it still looks OK, and the picture will not be as jerky.
    # The vertical size is always either fullscreen or 480/576 (NTSC/PAL)
    # for tvtime.
    # TV_VIEW_SIZE = (640, 480)
    # TV_REC_SIZE = (320, 240) # Default for slower computers
    # Input formats for viewing and recording. The format affect viewing
    # and recording performance. It is specific to your hardware, so read
    # the MPlayer docs and experiment with mplayer to see which one fits
    # your computer best.
    # TV_VIEW_OUTFMT = 'yuy2' # Better quality, slower on pure FB/X11
    # TV_REC_OUTFMT = 'yuy2'
    # XXX Please see the mencoder docs for more info about the settings
    # XXX below. Some stuff must be changed (adevice), others probably
    # XXX should be ("Change"), or could be in some cases ("change?")
    # VCR_CMD = (CONF.mencoder + ' ' +
    # 'tv:// ' + # New mplayer requires this.
    # '-tv driver=%s:input=%d' % (TV_DRIVER, TV_INPUT) +
    # ':norm=%s' % CONF.tv +
    # ':channel=%(channel)s' + # Filled in by Freevo
    # ':chanlist=%s' % CONF.chanlist +
    # ':width=%d:height=%d' % (TV_REC_SIZE[0], TV_REC_SIZE[1]) +
    # ':outfmt=%s' % TV_REC_OUTFMT +
    # ':device=%s' % TV_DEVICE +
    # VCR_AUDIO + # set above
    # ' -ovc lavc -lavcopts ' + # Mencoder lavcodec video codec
    # 'vcodec=mpeg4' + # lavcodec mpeg-4
    # ':vbitrate=1200:' + # Change lower/higher, bitrate
    # 'keyint=30 ' + # Keyframe every 10 secs, change?
    # '-oac mp3lame -lameopts ' + # Use Lame for MP3 encoding, must be enabled in mencoder!
    # 'br=128:cbr:mode=3 ' + # MP3 const. bitrate, 128 kbit/s
    # '-ffourcc divx ' + # Force 'divx' ident, better compat.
    # '-endpos %(seconds)s ' + # only mencoder uses this so do it here.
    # '-o %(filename)s') # Filled in by Freevo
    # TV_VIDEO_GROUPS setting to handles multiple arbitrary groups of devices
    # for viewing or recording. It is possible to have different Freevo
    # channels use different Video Groups.
    # See the wiki for more details:
    # http://doc.freevo.org/MultiTunerConfig
    # http://doc.freevo.org/Analoguemulti
    # This example is when you have one IVTV type card installed
    # TV_VIDEO_GROUPS = [
    # VideoGroup(vdev=TV_DEVICE,
    # adev=AUDIO_DEVICE,
    # input_type='tuner 1',
    # input_num=0,
    # tuner_norm=CONF.tv,
    # tuner_chanlist=CONF.chanlist,
    # group_type = 'ivtv',
    # desc='PVR-350 Video Group'),
    # This example is for two normal TV cards to allow you to use one card to
    # view a programme and the other card to record at the same time
    # TV_VIDEO_GROUPS = [
    # # Use this group for watching tv
    # VideoGroup(vdev='/dev/video0',
    # adev=None,
    # input_type='tuner 1',
    # tuner_norm=CONF.tv,
    # tuner_chanlist=CONF.chanlist,
    # desc='Watching Video Group',
    # record_group=1),
    # # Use this group for recording tv
    # VideoGroup(vdev='/dev/video1',
    # adev=None,
    # input_type='tuner 1',
    # tuner_norm=CONF.tv,
    # tuner_chanlist=CONF.chanlist,
    # desc='Recording Video Group',
    # record_group=None),
    # Settings for ivtv based cards such as the WinTV PVR-250/350.
    # TODO: Add descriptions and valid settings for each option.
    # bitrate in bps
    # stream type
    # Options are: 0 (mpeg2_ps), 1 (mpeg2_ts), 2 (mpeg1), 3 (mpeg2_pes_av),
    # 5 (mpeg2_pes_v), 7 (mpeg2_pes_a), 10 (dvd)
    # TV_IVTV_OPTIONS = {
    # 'input' : 4,
    # 'resolution' : '720x480',
    # 'aspect' : 2,
    # 'audio_bitmask' : 233,
    # 'bframes' : 3,
    # 'bitrate_mode' : 1,
    # 'bitrate' : 4000000,
    # 'bitrate_peak' : 4000000,
    # 'dnr_mode' : 0,
    # 'dnr_spatial' : 0,
    # 'dnr_temporal' : 0,
    # 'dnr_type' : 0,
    # 'framerate' : 0,
    # 'framespergop' : 15,
    # 'gop_closure' : 1,
    # 'pulldown' : 0,
    # 'stream_type' : 10,
    # TV Channels. This list contains a mapping from the displayed channel name
    # to the actual channel name as used by the TV watching application.
    # The display name must match the names from the XMLTV guide,
    # and the TV channel name must be what the tuner expects (usually a number).
    # The TV menu is supposed to be supported by the XMLTV application for
    # up to date listings, but can be used without it to just display
    # the available channels.
    # This list also determines the order in which the channels are displayed!
    # N.B.: You must delete the XMLTV cache file (e.g. /var/cache/freevo/TV.xml.pickled)
    # if you make changes here and restart!
    # Format: [('xmltv channel id', 'freevo display name', 'tv channel name'), ...]
    # If this variable is set to None (default), Freevo will try to auto-detect
    # the channel list based on the xmltv file. This doesn't work for all
    # xmltv grabber, e.g. the German list doesn't contain station lists. In this
    # case Freevo will output the possible list for you to add them manually.
    # If auto-detection doesn't work or you want to edit the list, run
    # freevo tv_grab -query.
    # Setting this variable to [] will deactivate the tv guide. If you don't have
    # a tv card, you may also want to add plugin.remove('tv') to remove the whole
    # tv menu.
    # All channels listed here will be displayed on the TV menu, even if they're
    # not present in the XMLTV listing.
    # Timedependent channels:
    # The TV_CHANNELS-list can look like this:
    # TV_CHANNELS = [('21', 'SVT1', 'E5'),
    # ('22', 'SVT2', 'E3'),
    # ('26', 'TV3', 'E10'),
    # ('27', 'TV4', 'E6'),
    # ('10', 'Kanal 5', 'E7'),
    # ('60', 'Fox Kids', 'E8', ('1234567','0600','1659')),
    # ('16', 'TV6', 'E8', ('1234567','1700','2359'),
    # ('1234567','0000','0300')),
    # ('14', 'MTV Europe', 'E11') ]
    # As you can see the list takes optional tuples:
    # ( 'DAYS', 'START','END')
    # 1234567 in days means all days.
    # 12345 would mean monday to friday.
    # It will display "Fox Kids" from 06:00 to 16:59 and "TV6" from 17:00 to 03:00.
    # 03:00 to 06:00 it won't be displayed at all.
    # TV_CHANNELS = None
    # A lambda function to sort the TV_CHANNELS
    #TV_CHANNELS_COMPARE = lambda a, b: cmp(int(a[2]), int(b[2]))
    # TV_FREQUENCY_TABLE - This is only used when Freevo changes the channel natively.
    # This is only the case if you are using V4L2 and any of the following plugins:
    # timeshift, ivtv_record, ivtv_basic_tv.
    # For the standard frequancy tables see src/tv/freq.py. To add your own just
    # replace tuner_id in the following example with a valid tuner id (ie: '5' or
    # 'BBC1') and a frequency in KHz. You may have as many entries as you like,
    # anything here will simply override a corresponding entry in your standard
    # frequency table and you can also have entries here that are not present in
    # there.
    # TV_FREQUENCY_TABLE = {
    # 'tuner_id' : 55250,
    # Program to grab xmltv listings. To get a grabber, you need to download
    # xmltv. A possible value for users in the USA is tv_grab_na
    # Use the tv_grab helper to grab the listings and cache them. Start
    # 'freevo tv_grab --help' for more informations.
    # XMLTV_GRABBER = ''
    # If you want to run tv_sort on your listings add the path to tv_sort here.
    # tv_sort will make sure all your programs have proper stop times, otherwise
    # programs might get cut off at midnight.
    # XMLTV_SORT = ''
    # Number of days the grabber should get
    # XMLTV_DAYS = 3
    ## ONLY ADJUST THIS IF YOUR GUIDE TIMES ARE INCORRECT ##
    # GMT offset for XMLTV feeds that don't contain timezone information
    # An example of this is the OzTivo feed which has the timestamps
    # in the XML pre-adjusted for your timezone
    # XMLTV_TIMEZONE='+0100'
    # ======================================================================
    # Freevo builtin commdetect server settings:
    # ======================================================================
    # COMMDETECTSERVER_UID = 0
    # COMMDETECTSERVER_GID = 0
    # COMMDETECTSERVER_IP = 'localhost'
    # COMMDETECTSERVER_PORT = 6667
    # ======================================================================
    # Freevo builtin rss server settings:
    # ======================================================================
    # RSSSERVER_UID = 0
    # RSSSERVER_GID = 0
    # RSS_CHECK_INTERVAL = 3600
    # RSS_FEEDS = '/etc/freevo/rss.feeds'
    # RSS_VIDEO = '/media/video'
    # RSS_AUDIO = '/media/podcasts'
    # ======================================================================
    # Freevo builtin WWW server settings:
    # ======================================================================
    # To activate the built in web server, uncomment the following line
    # plugin.activate('www')
    # Web server port number. 80 is the standard port, but is often
    # taken already by apache, and cannot be used unless the server
    # runs as root. Port 8080 is the default, change to 80 if
    # needed.
    # WEBSERVER_PORT = 8080
    # Username / Password combinations to login to the web interface.
    # WWW_USERS = {
    # "user1" : "changeme",
    # "optional" : "changeme2"
    # Divide the TV guide into intervals of this length (in minutes)
    # WWW_GUIDE_INTERVAL = 30
    # Precision for TV guide (in minutes)
    # WWW_GUIDE_PRECISION = 5 #
    # Show this many blocks at once
    # WWW_GUIDE_COLS = 6
    # WWW_STYLESHEET = 'styles/main.css'
    # WWW_JAVASCRIPT = 'scripts/display_prog-head.js'
    # Integrate personal web pages into the web server
    # WWW_PERSONAL_PAGE = [
    # ('My Page', 'a single personal web page', 'page.html'),
    # ('My Site', 'site description', 'site/'),
    # ======================================================================
    # Internal stuff, you shouldn't change anything here unless you know
    # what you are doing
    # ======================================================================
    # Config for xml support in the movie browser
    # the regexp has to be with ([0-9]|[0-9][0-9]) so we can get the numbers
    # VIDEO_SHOW_REGEXP = "s?([0-9]|[0-9][0-9])[xe]([0-9]|[0-9][0-9])[^0-9]"
    # Remote control daemon. The server is in the Freevo main application,
    # and the client is a standalone application in rc_client/
    # ENABLE_NETWORK_REMOTE = 0
    # REMOTE_CONTROL_HOST = '127.0.0.1'
    # REMOTE_CONTROL_PORT = 16310
    # Remote control daemon. Similar to the one above, but uses TCP instead
    # of UDP. It is possible to send commands with a telnet client.
    # ENABLE_TCP_NETWORK_REMOTE = 0
    # REMOTE_CONTROL_TCP_HOST = '127.0.0.1'
    # REMOTE_CONTROL_TCP_PORT = 16311
    # XMLTV File
    # This is the XMLTV file that can be optionally used for TV listings
    # XMLTV_FILE = '/tmp/TV.xml'
    # XML TV Logo Location
    # Use the "makelogos.py" script to download all the
    # Station logos into a directory. And then put the path
    # to those logos here
    # TV_LOGOS = OS_CACHEDIR + '/xmltv/logos'
    # ======================================================================
    # Idlebar and plugins
    # These are the default idlebar settings, there are many more see:
    # freevo plugins -l for a complete list
    # To turn off use plugin.remove('idlebar.cdstatus')
    # clock display
    # %A - Full weekday name.
    # %a - Abbreviated weekday name.
    # %B - Full month name
    # %b - Abbreviated month name
    # %I - Hour (12-hour clock) as a decimal number [01,12].
    # %H - Hour (24-hour clock) as a decimal number [00,23].
    # %M - Minute as a decimal number [00,59].
    # %m - Month as a decimal number [01,12].
    # %b - Name of Month
    # %d - Day of the month as a decimal number [01,31].
    # %p - Locale's equivalent of either AM or PM.
    # %y - Year without century as a decimal number [00,99].
    # %Y - Year with century as a decimal number.
    # ======================================================================
    # plugin.activate('idlebar')
    # plugin.activate('idlebar.tv', level=20)
    # plugin.activate('idlebar.cdstatus', level=25)
    # plugin.activate('idlebar.diskfree', level=30)
    # plugin.activate('idlebar.clock', level=50)
    # CLOCK_FORMAT = '%a %d %H:%M'
    # Debugging and logging settings
    # logging can be one of:
    # CRITICAL, ERROR, WARNING, INFO, DEBUG or NOTSET
    # debugging is a number from 0 to 9, 0 is no debugging 9 is most
    # LOGGING = logging.DEBUG
    # LOGGING_RECORDSERVER = logging.DEBUG
    # DEBUG = 1
    # messages go to stdout
    # DEBUG_STDOUT = 0
    # messages from starting a child application
    # DEBUG_CHILDAPP = 1
    # timing messages
    # DEBUG_TIME = 0
    I've been reading wikis and googling now the entire weekend so I hope someone here can help me.

    Perre wrote:I'm used to being able to pick one or a couple of songs and then adding it a specified playlist. Is this impossible in sonata?
    It's clearly not impossible, just different than you expect. Create your playlist as you want it to appear in the Current tab (meaning don't dump every single song from your library in there, just the ones you want) and then save the playlist.
    Perre wrote:And if I try to play the m3u file created (the one with every song listed) through freevo I get a message that the directory is empty. What am I doing wrong??
    Look at save_absolute_paths_in_playlists in your mpd.conf.

  • [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

  • Audigy 2 ZS + Vista = Crackl

    I'm running an Audigy 2 ZS with Windows Vista (32-bit) and the latest drivers on a ASUS P4P800 Delxue. I bought a new set of speakers thinking the crackling was coming from there. I was saddened to find out that this was not the case. I still have a constant crackling noise that is driving me nuts! Audio is essentially **useless** because of it. It has been going on for quite some time now, probably starting with the Windows Vista upgrade earlier this year.
    I have tried:
    * All of the values in the PCI latency settings
    * Resetting the BIOS settings to the default
    * Moving the card around in different PCI slots
    * Removing the Hauppauge WinTV card
    * Taking the second hard dri've off the bus
    Nothing has given me any sense of progress. My IRQs are as follows:
    * IRQ0 - Intel 8280EB SMbus Controller - 24D3
    * IRQ6 - Intel 8280EB USB Uni'versal Host Controller - 24D2
    * IRQ6 - Intel 8280EB USB Uni'versal Host Controller - 24DE
    * IRQ6 - ATI Radeon 9800 PRO
    * IRQ8 - Intel 8280EB - Ultra ATA Storage Controllers
    * IRQ8 - Intel 8280EB USB Uni'versal Host Controller - 24D7
    * IRQ8 - Intel 8280EB USB Uni'versal Host Controller - 24D4
    * IRQ2 - Creative SB Audigy 2 ZS (WDM)
    * IRQ22 - 3Com Gigabit LOM (3C940)
    * IRQ22 - Hauppauge WinTV PVR PCI II (Encoder/Decoder)
    * IRQ22 - OHCI Compliant IEEE 394 Host Controller
    * IRQ23 - Intel 8280EB USB Uni'versal Host Controller - 24DD
    There are two hard dri'ves in the system, a 20GB Seagate, and 500GB
    * ASUS P4P800 Deluxe (BIOS rev 09)
    * Creative Audigy 2 ZS + I/O Dri've Connectivity
    * Hauppauge WinTV PVR-350
    * LG GCC-4480B DVD-ROM / CD-RW
    * Seagate 20GB ST300026AS SATA Hard Dri've
    * Western Digital 500GB WS5000AAKS SATA Hard Dri've
    Does anyone have thoughts on what next? I see there is a 84+ page thread on X-Fi crackling issues, so I'm not likely to run out and switch up the video cards to see the problem continue further.

    I can't help unfortunately, but I have a crackling problem myself with Vista 32 bit edition. I have a Sound Blaster Audigy SE running on a Gigabyte P35-DS3P motherboard. ALL the time during any audio playback, there is persitent crackle/skipping. Sometimes I'll go 0-5 seconds without it, but it pops back up randomly. My speakers are fine, when I was using onboard sound there were no crackle issues at all. Anyone have any idea what could be causing this? I'm going to return the card if I cant fix it soon, I was hoping it would be an upgrade from the onboard sound I have, but it is worse ATM due to this crackling. BTW, there are no other devices on the PCI bus other than my video card.

  • Mega 180 and MSI FX5200-TD128

    Hi all and thanks in advance for any help.
    I just bought MEGA 180 a some more things, here is my current config:
    Box - Mega 180
    CPU - Barton 2500+
    Memory - 2x256 - 400Mhz from Phoenix Technologies
    Disk - 120 Gigs HD - Seagate Ultraquiet
    DVD Rom - Leadtek Silent
    PVR PCI Card - PVR 350 from Hauppage
    Everything works fine.
    Now I have an MSI FX5200-TD128 Graphics Card and decided to try it out.
    With some difficulty I managed to put it in but now .... the computer simply does not start .. well sort off.  
    Once I hit the power on button three things can happen:
    * Computer starts but the display is not on, and eventually it locks.
    * Computer starts with some gittery on the screen and it locks
    * Computer starts, I hit the del key but I can't even get into the BIOS.
    In either case the OS never boots.
    My question is,
    * Do I need to set something on the BIOS before I install the card such as, increase the AGP voltage or something like that?
    * Can it be that my memory is just BAD for it?
    * Can it be that my AGP slot is just BAD?
    * Do I need to setup the BIOS prior to the operation?
    * Is this just that my MSI card is too power hungry, which I think it strange as it is from MSI, its the latest model of its type?
    Please help me, and again thanks in advance.
    Nuno
    PS: By the way, my BIOS is V3.30 downloaded two days ago from Live Update

    Hi,
    Managed to get it working. Here is what I did in case anyone has the same problem as mine.
    1) Take a memory DIMM out, a let one just stay there. This will get you a memory total of 256 Mgs and your system will now boot.
    2) Get to the BIOS settings.
    3) Choose the option concerning DIMM's and performance (third option I think).
    4) In the third option select Manual. This will allow you to set specific options for the memory.
    5) Select Auto in the option concerning CPU / DIMM transfer rating.
    6) Select High Performance in the 7th or 8th option concerning your DIMM settings.
    7) Save the BIOS
    8) Put the DIMM back in
    9) Start your system and voila it works.
    Best regards,
    Nuno

  • Sound has disappeared mythtv 0.20.2.20071129-1

    I've just started looking into this, as we were recording the football game and when we went to watch it, there was no audio.  It appears it has disappeared for all recordings after 12.26.07; I did do an upgrade that day that included the kernel, xorg-server, but I don't see anything sound or myth related.  I have 2 capture cards, a pvr-350 and a pchdtv (recording analog), not sure whether on one or both.  Have checked the alsa setup, looks ok.  Just wanted to get this post out in case this is a known issue on the testing version of myth that I'm not aware of.
    Mythbackend.log has numerous errors like this:
    Error: Error getting codec params using old IVTV ioctl
    NVP: Disabling Audio, params(-1,-1,-1)
    NVP: Disabling Audio, params(0,-1,-1)
    scheduler: Scheduled items: Scheduled 260 items in 1.9 = 0.00 match + 1.93 place
    RingBuf(/tv/1042_20071227185800.mpg): Waited 2.0 seconds for data to become available...
    [mpeg2video @ 0xb729ea08]invalid cbp at 17 12
    [mpeg2video @ 0xb729ea08]Warning MVs not available
    [bump]
    A reboot of the system fixed the "no sound" problem, but the above errors continue to appear.
    Last edited by timm (2007-12-30 22:07:34)

    This may be helpful too?
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread 0xb2f8fb90 (LWP 7000)]
    0xb5d9936d in fclose@@GLIBC_2.1 () from /lib/libc.so.6
    (gdb) bt
    #0  0xb5d9936d in fclose@@GLIBC_2.1 () from /lib/libc.so.6
    #1  0x0807cca3 in ?? ()
    #2  0x080844fc in ?? ()
    #3  0x080845f0 in ?? ()
    #4  0xb6ef2355 in HttpServer::DelegateRequest () from /usr/lib/libmythupnp-0.20.2.so.0
    #5  0xb6ef3345 in HttpWorkerThread::ProcessWork () from /usr/lib/libmythupnp-0.20.2.so.0
    #6  0xb6eef4ec in WorkerThread::run () from /usr/lib/libmythupnp-0.20.2.so.0
    #7  0xb63bfd85 in QThreadInstance::start () from /opt/qt/lib/libqt-mt.so.3
    #8  0xb5f9b162 in start_thread () from /lib/libpthread.so.0
    #9  0xb5e0626e in clone () from /lib/libc.so.6
    (gdb)

  • ID CS3 printing woes - again!

    OK I'm about to rip out my last few strands of hair on this one.
    I am running OS 10.5.5 ID CS 3 5.03 on a MacBook Pro.
    In the past I have been able to print to a Konica Minolta BizHub 350 printer with out any problem. Nice quality print and everything just worked.
    Over the past few months more and more documents simply refuse to print. I have checked the print set up, installed the latest drivers for the printer and nothing prints. The print dialog comes up like it should, I see the page numbers count off as the file is prepared. I open the printer dialog box and watch the information being sent to the printer and wait, and wait, and wait. Nothing comes out of the printer.
    Though several with print issues like to wag their finger at the latest OS X update this problem predates that with me. If I was to point any fingers it would be at Adobe with their updates to InDesign.
    One more oddity I frequently have is ID almost crashes. The open windows disappear but ID still shows open in my dock. The only way I can get back to the document is to force quit then re launch ID
    My work around has been to export as a pdf and print from Acrobat (with the reduced print area)
    Any yes, I have launched all applications including my other Adobe apps on my machine and printed to this printer without any problem.
    Can we expect more of this nonsense from ID CS 4 when it comes out?
    Regards,

    Not sure if you're still checking this posting, but we're in a similar bind now with CS4.
    We have a mixed environment of Intel Machines and G5s, all running CS4 and OSX 10.5.8. We used to print to a CREO Rip hooked up to an Ikon Printer and it was swell. We now have a Konica Minolta BizHub Pro C5501 hooked up to a Fiery RIP (which is essentially the same machine as we had before, just newer) and all hell has broke lose.
    We've lost the ability to just pick a paper size and print. We have have to go through a very complicated set of menus and choose size in a bunch of settings to get the printer to print our work. A lot of the time it just refuses to output on 11x17 or 12x18. A lot of the times InDesign just hangs when printing and then crashes. Sometimes the files RIP then error out with no reason. Then they print just fine.
    My tech guy believes it's an issue with the Fiery. It seems that it's more of a CS4 issue to me after reading some of these posts.
    How are you making out now? You probably have CS4.

  • VOX USB2.0 has no TV picture on Radeon 9100

    Expecting that MSI VOX USB2.0 TV tuner will be great solution for me (easy to exchange between PC and notebook) I was surprised founding that it can't work on my PC with on-board Radeon 9100 graphics (9100 IGP chipset on Asus P4R800-VM motherboard). MSIPVS gets available channels regularly but there is no picture, some time I got some audio and that is all. Noting can solve my problem; I have replaced all the drivers (Vox and Ati) with latest but without results.
    Please help. Any suggestions?
    Thanks,
    Cvijetic

    I gave up on the Vox and decided to buy a Hauppauge PVR-350 instead. Unfortunately the PVR-350 also has some flaws (looks like many boards have a design-flaw that gives crappy sound and picturesound latency). After reading on a Hauppauge-forum that I was not the only one I returned the board and got a Hauppauge PVR-250 instead, which reportedly works much better. I can confirm that it did :-)
    I now use it for all my tv watching and recording, and since it's even supported by MythTV I'm going to use this card for my homebuildt PVR.
    Obviously, you DO get what you pay for sometimes. :-/
    Nigritude Ultramarine

  • RAW formats not supported

    Is it possible to know Apple has the intention to support file formats like the ones of the Olympus SP series? I own an Olympus SP-350 (it came out one year ago) but MacOS doesn't still support it (i.e. neither iPhoto nor Aperture). Since Adobe supports the format since last january (and now it's november) I almost lost my hopes about. I like Aperture and I'd surely buy it but... for the moment it's useless for my camera.
    PowerMac G5 dual; MacBook Pro   Mac OS X (10.4.8)  

    I agree it's frustrating not to know whether Aperture ever will support your specific camera's raw format. In addition to various DSLRs, I use an Epson R-D1 (a professional rangefinder camera using the Leica M lensmount, fairly popular with wedding and documentary photographers) and the only thing that's stopping me from standardizing on Aperture is that I don't know if Epson's .ERF format will ever will be supported. (Having to convert to 16-bit TIFFs seems to me to negate most of the advantages of using raw-based management software.)
    I understand that unlike Adobe (which I've read licenses an open-source library for much of its raw support) Apple fine-tunes and optimizes its own raw conversion code for specific cameras, and I agree that it makes more sense for Apple to concentrate its engineering resources on the most popular DSLRs and digital backs.
    But I think it might benefit a lot of users if Apple would periodically publish a "roadmap" indicating current camera models which it tentatively intends to support at some future date.

  • Custom cptone questions...

    I'm trying to define and use a custom cptone. But no matter what I do I can't seem to get it to take effect.
    For testing I'm basically trying to set every possible tone to the equivalent of a dial tone.
    As far as naming the custom cptone when I'm in the voice port itself it only allows me to use the predefined names including Custom1 and Custom2. So I tried to create those below but I don't think it is actually using them.
    What am I doing wrong? A partial config is below. This is a 2600xm IOS 12.4(7)
    Thanks in advance.
    Shawn
    voice class custom-cptone Custom1
    dualtone busy
    frequency 350 440
    dualtone ringback
    frequency 350 440
    dualtone reorder
    frequency 350 440
    dualtone out-of-service
    frequency 350 440
    dualtone number-unobtainable
    frequency 350 440
    dualtone disconnect
    frequency 350 440
    voice class custom-cptone C1
    dualtone busy
    frequency 350 440
    dualtone ringback
    frequency 350 440
    dualtone reorder
    frequency 350 440
    dualtone out-of-service
    frequency 350 440
    dualtone number-unobtainable
    frequency 350 440
    dualtone disconnect
    frequency 350 440
    voice-port 1/0:8
    output attenuation 0
    cptone C1
    timeouts call-disconnect 5
    timeouts wait-release 1
    connection plar 11455
    music-threshold -70

    Hi,
    Sorry I missed this reply till now.
    Thanks, however I tried this but it is not a valid command.
    Router(config-voiceport)#supervisory custom-cptone c1
    ^
    % Invalid input detected at '^' marker.
    In the voice port config the only valid options for supervisory are:
    Router(config-voiceport)#supervisory ?
    disconnect Configure supervisory disconnect lcfo
    Any other thoughts?
    Thanks,
    Shawn

  • Need some advice on startup scripts

    This is for a MythTV box.  Grub's menu.lst is setup to give the option to boot into runlevel 5 (starts X-Windows and mythfrontend) or runlevel 3 (terminal).
    When started in runlevel 5 the ivtv-fb module should load to put the X-Windows output to the PVR-350 so it displays on the TV.
    When started in runlevel 3 the ivtv-fb module should not be loaded.  I want to use the monitor.
    In both modes the command 'ivtv-tune -c3' should run to ensure the tuner card (PVR-350) is set to to channel 3 to pickup the signal from the DirecTV box.
    I was thinking of putting all of this into rc.local... is that the Arch Way ?

    well my mythbox is down needs a hard drive im waiting for
    but i believe you put ivtv-fb in MODULE section of rc.conf
    it will load at boot up & i dont belive it will interfere with runlevel3
    if im understanding you correctly you seem to not want it till X (runlevel5) is started???
    as for myth running on channel 3 when you start mythtv turn it to channel 3 & leave it
    it should stay on channel 3 next time you start it for more info on mythtv see here
    i set my X to start in /etc/inittab see here for more indepth details

  • Log and Transfer Skipping Queued Clips

    Yesterday, I attempted to capture footage taken over the weekend for a documentary project.  Of the 350 clips I put in queue, 54 of them DID NOT capture.  FCP goes through the process and acts like it is capturing/transcoding them (complete with status bar for each clip), but randomly when a clip is 'done' it does not appear in the logging bin or on the media drive. 
    This means that after each import I have to go back and compare clip lengths of each clip (of 350) to figure out which clips FCP skipped.  Errrr....
    Capturing AVCCAM video from a Panasonic ag-af100 using a SDXC card
    FCP v6.0.6
    OSX 10.6.7
    Any help appreciated

    I'd never set up that many clips to go by themselves but that's just me.
    Comparing the length of the clips to find which are not being transferred is not right, you should be using a counter and custom names.
    Umm, wait, Log and Transfer or Log and Capture?
    I do not know that camera but the proper ingest method would be to copy the cards to yoru drive and ingest from the drive, not the camera cards.
    This ensures lots of things but also properly sets up any soaned files.
    Why a particular file does not come in from a card is often bad storage media. There may be absolutely nothing you can do about that.
    Look up the camera model, see if ayone else has had similar issues. Wait a few hours to see if ayone who has more experience with those codecs than I can offer something more helpful.
    bogiesan

  • Address Book - Total data loss

    Status - I am running an Address Book with over 13,000 contacts on a Mini Mac (top of the line) with Max Memory. Several apps open mail, ical, address book, safari, powerpoint, ichat and skype.
    I was working on a subset of my contacts a smart group with 350 contacts. Out of the blue all contact, smart group and groups vanish. Address book did not report and error, crash or restart.
    I have been able to restore a back up - however, a whole days work is lost!
    Does anyone know why this happened and how I can stop it from happening again.
    Thanks in advance a SWITCHER as of Oct 2005!!!

    I don't know how many addresses it will hold, but with those sort of numbers, make sure you use all sorts of backup strategies.
    1) backup directly from within Mail
    2) backup the folder yourhome / Library / Application Support / AddressBook / to an external drive
    Now to your problem: do you have any widgets active that source data from your AB?
    Do you have any plugins active in Mail that uses AB data?
    Or anything else that may be active on your AB that interferes while you were selecting such large groups?

Maybe you are looking for

  • Windows 8 Driver Informatio​n for LaserJet, ScanJet, and other supported printers.

    To help customers successfully use their products with Windows 8, HP has identified recommended drivers per product. Please visit the following support documents for more information: HP LaserJet – Printers, MFPs, and All-in-Ones supported in Windows

  • Use of rownum in a view

    Trying to create a view which consistent of : 1. Data from a set of tables, implemented as a separat VIEW VIEW1 with an unique key. CREATE OR REPLACE VIEW1 AS SELECT ukey,... FROM divtables; 2. An subtable refering to the unique key, may contain a nu

  • Downloading in China

    Hey all, I have a client who wants to be able distribute in China. I'm aware of many of the challenges to getting approved in China, but right now the client is having trouble downloading samples from the Adobe Content Viewer. The user seems to just

  • Report Painter: Display only own Libraries in GRR2

    I'm working with Report Painter and Key Users find it troublesome to explore all the library tree until they get their own library... Does anyone knows if it is possible in transactions GRR2 or GRR3 to hide the standard libraries??? Thanks for you he

  • Master Pages fields visible after reopening the PDF.

    I have a subform on the Master page, I want to hide them upon click of a button. For the first time when I click on the button, the subform gets hidden. But, when I re-open(Reader Extended) the form in the Adobe Reader the subform gets visible. Can a