Buffer monitoring

Hi
In my Development System when i check Tune Summary (ST02) ,i could see Swap rate is high for some prarameters viz
Program buffer PXA
abap/buffersize 400000 kB Size of program buffer
abap/pxa shared Program buffer mode
Screen buffer PRES
zcsa/presentation_buffer_area 4400000 Byte Size of screen buffer
sap/bufdir_entries 2000 Max. number of buffered screens
Generic key table buffer TABL
zcsa/table_buffer_area 30000000 Byte Size of generic key table buffer
zcsa/db_max_buftab 5000 Max. number of buffered objects
Export/import buffer EIBUF
rsdb/obj/buffersize 4096 kB Size of export/import buffer
rsdb/obj/max_objects 2000 Max. number of objects in the buffer
rsdb/obj/large_object_size 8192 Bytes Estimation for the size of the largest object
rsdb/obj/mutex_n 0 Number of mutexes in Export/Import buffer
Swap rate for Export/import buffer is almost 120 swaps per day.
Moreover 2 instance are running on this server having 4gb RAM Capacity.
i have installed ECC 6.0 version sap system,O/S RHEL4 ,64 BIT .
25 users working regularlly on the system.
plz tell me to what extent i have to increase the size of these parameters so that swap rate comes down.
regards
ganesh

Hi,
Beacuse you are unsing 64bitYou can increase the size of the rsdb/obj/buffersize  parameter for larger size:
rsdb/obj/buffersize = 60000
rsdb/obj/max_objects = 15000
this should provide you with the solution.
For  more information read this note:702728
Also you should know that swaps doesn't necessary  meam BAD.
What should interesting you is the hit ratio.
Reagrds.

Similar Messages

  • Live stream buffer shrinking

    We're encountering a problem with live audio streams going
    through FMS. We play back the streams with a generous buffer on the
    client to smooth out any hiccups in the end-user's connection. But
    over long periods of time (10-30 minutes) the amount of data in the
    listener's buffer (monitored with NetStream.bufferLength) gradually
    shrinks until it hits 0, pauses to buffer again, and refills. This
    occurs on several different internet connections, and there appears
    to be plenty of bandwidth available to refill the buffer even if
    momentary network problems occur.
    Is there anything we can configure in FMS or the client
    players to prevent this? Thanks in advance for any
    suggestions.

    No problems here viewing CNN live streams.  According to CNN FAQ, you need Flip4Mac to view their live streams/videos.
    "You may watch live video using the Flip4Mac plugin and Quicktime 7.1.2+"
    http://www.cnn.com/help/live.html

  • ST02 SWAPS reported what does that mean.

    Hi Team,
    In ST02 of one of the system all the apps I see many SWAPS column with value and in red color, what it mean
    program, swaps with 11,349
    generic key with 68
    single record with 1,002
    Thanks
    Vijay

    Hi,
    ST02 is the buffer monitor that offers instance specific information that provides:
    1. status of different buffers instance wise
    2. information on memory usage instance wise
    3. information on table buffering at instance level
    Swapping takes place for two reasons:
    1. not enough 'free space left' in buffer for buffering new objects
    2. buffer has run ouf of 'free directory entries' that can be contained in one buffer area *
    Directory entries diminish the available size of the buffer, independent of their usage.
    Swaps are to be avoided, as are all other situations leading to lines shown in red in the ST02 display.
    Please note that Buffer swaps occur when buffer content is deleted from the buffer and is replaced by other content. It has no relation at all to the swapping mechanism on OS level.
    An example with a more practical outlook to swapping observed:
    Use transactions SM50, ST03N and ST02 to identify the problem.
    a. Using SM50 you might find high number of work processes accessing tables related to ABAP sources and status as 'Load Program'. This hints to a problem with Program [PXA] buffer.
    b. In transaction ST03N, you find unusually high 'load and generation time' causing even higher wait times. Threshold for load and generation time is typically 50 ms.
    c. In buffer monitor i.e. ST02, you find many swaps [typically more than 10000 swaps happening per day for program buffer]. Check on hit ratio [value below 95% is typically poor]. This indicates problem. Program buffer could be small!!
    If program buffer is small, it means that workprocesses require to reload program loads over and over again which causes bad system performance.
    Resolution: Increase program buffer size/ check on load and generation times/ hit-ratio increases/ system response time also lowers down!! : )
    Regards,
    Shabnam.

  • Empty pcap file with Embedded Packet Capture

    Hello,
    I have configured the EPC in my CISCO 2901 CUBE for monitoring VOIP traffic.
    #First I configure the type of traffic I want to filter
    access-list 110 permit tcp any any eq 5060
    access-list 110 permit tcp any any eq 5061
    access-list 110 permit udp any any eq 5060
    access-list 110 permit udp any any eq 5061
    #Then my buffer (too big, I know..)
    monitor capture buffer buff-SIP5 size 2048 max-size 9500
    # I apply the access-list to the buffer
    monitor capture buffer buff-SIP5 filter access-list 110
    # Define the capture point, both interfaces, IN and OUT..
    monitor capture point ip cef SIP5 all both 
    #Associate capture point with buffer
    monitor capture point associate SIP5 buff-SIP5
    #Start the capture
    monitor capture point start SIP5
    #Stop it..
    monitor capture point stop SIP5
    #Check if you have what you need
    show monitor cap buffer buff-SIP5 dump
    #Export it using scp
    monitor capture buffer buff-SIP5 export scp://[email protected]:/SIP5.pcap
    I would like some help with these two issues:
    1) When I export it, my pcap file is empty...yet when I do a dump, I can see everything I need
    2) If I don't apply the access-list filter, I can see the SIP messages in the pcap file. However, I cannot see the messages that sends the SBC, only the ones that it receives.
    Thanks in advance,
    Gabriel

    I tried recreating the packet capture with no access-list filtering.
    show mon cap buff all para
    Capture buffer cap (circular buffer)
    Buffer Size : 1048576 bytes, Max Element Size : 68 bytes, Packets : 0
    Allow-nth-pak : 0, Duration : 0 (seconds), Max packets : 0, pps : 0
    Associated Capture Points:
    Name : cap, Status : Active
    Configuration:
    monitor capture buffer cap circular
    monitor capture point associate cap cap
    interface GigabitEthernet1/1/1
     description UPLINK TO 6513
     switchport mode trunk
    end

  • Where the problem is?

    Hi All,
    I'm in urgent need to find out system performance.
    I need to outline the various components of the response time with data and interpret the results to outline where the problem is?
    How can i do this.. Please provide me some suggestions...
    Expecting your valuable replies.
    Thanks
    Cheenu

    Hi Cheenu,
    Let me add some key steps to analyze performance of your system (e.g. R/3 system).
    Start with the transaction ST03N.
    *St03N:* Try to find the Avg. Response time for the Dialog task for all the servers and instances.
    SAP Threshold for this is 1000ms. If you see >1000ms, which means your system is having some issues and some tuning is needed.
    The parts of response time are:
    DB time (SAP threshold is 40% of Avg. Response time)
    CPU time (SAP threshold is 40% of Avg. Response time)
    Wait time (SAP threshold is 10% of Avg. Response time)
    GUI time (200ms.)
    Roll wait time (200ms.)
    Roll in time(20ms.)
    The other times are which are not direclty part of response time:
    Processing time (<2*CPU time)
    1. DB time is high, which mean above SAP threshold:
    ST04 (database monitor):
    Lookinto Database buffer quality (SAP Threshold is 94%)
    If this Database buffer quality is less than the SAP threshold try to increase database buffer cache size.
    Shared pool size (generally from 600MB to 2GB depending on the size of the database)
    In the same ST04 screen look for user/recursivecalls, if this factor is >20 then we can say thre are some expensive SQL statements which in need of tune. Analyse the top expensive statements. possible reasons of expensive SQLs are i) incorrect index access (Solution is create new index or reorganize the index)
    ii) high table size (Soluiton is archiving some of the old entries)
    2. If CPU time is high, which mean above SAP threshold:
    ST06 (OS monitor):
    Go to Detailed Analysis Menu--> Top CPU , check existence of Non-SAP (external) programs by sorting by CPU time.
    Try to run these external programs in offline hours.
    ST02 (Buffer Monitor):
    Check for any swapping happening in all the buffers. If you observe high swapping for any buffer, increase the size of the buffer.
    Here program buffer (PXA) is important buffer.
    3. If Wait time is high, which mean above SAP threshold:
    SM50 (Workprocess Monitor):
    Look for all the configured work processes are in Waiting or Running state.
    If all the wotk processes are running state, then increase the number of Dialog work processes.
    SM66 (Global work process Monitor):
    This monitor will help to analyse the total work processes configured in all the servers and instances.
    4. If GUI time is high, which mean above SAP threshold:
    ST06> Detailed Analysis Memu> LAN check by ping (4096 bytes for all the presentation servers)
    This will help to findout network performance. If you see high Avg. time or Loss time for any presentation servers from the result, which means there are some settings in need of change for that presentation server.
    SE38-->execute PROFGEN_CORR_REPORT_5 report.
    from the output check if any user assigned with >1000 user menu nodes.
    SAP threshold is 1000 menu nodes.
    5. If Roll Wait time is high, which mean above SAP threshold:
    Please review SAP Notes 8963 and 99584. Roll wait time with a high value is a first indication for a slow network between the GUI and the CRM instance. Please check connections between the frontend and your servers. You can monitor relatively high average roll wait time, high average frontend network time per dialog in transaction ST03N. Please check your network with network vendor.
    Specifically, check the network between application servers and fronts by running NIPING test as per SAP Note 500235.
    If you need any further information feel free to reply me.
    Thanks and Regards,
    Pavan Kumar Gali.

  • SAP Performance

    Hi Friends,
    I would like to know how to chek SAP performance. How can we check SAP performance what T Codes we use to check the performance. what to check with the T-codes please let me know.
    If performance is bad then where we need to check please let me know,
    Thanks,
    praveen

    Hi Praveen,
    Let me add some key steps to analyze performance of your system (e.g. R/3 system).
    Start with the transaction ST03N.
    *St03N:*  Try to find the Avg. Response time for the Dialog task for all the servers and instances.
    SAP Threshold for this is 1000ms. If you see >1000ms, which means your system is having some issues and some tuning is needed.
    The parts of response time are:
    DB time (SAP threshold is 40% of Avg. Response time)
    CPU time (SAP threshold is 40% of Avg. Response time)
    Wait time (SAP threshold is 10% of Avg. Response time)
    GUI time (200ms.)
    Roll wait time (200ms.)
    Roll in time(20ms.)
    The other times are which are not direclty part of response time:
    Processing time (<2*CPU time)
    1. DB time is high, which mean above SAP threshold:
    ST04 (database monitor):
    Lookinto Database buffer quality (SAP Threshold is 94%)
    If this Database buffer quality is less than the SAP threshold try to increase database buffer cache size.
    Shared pool size (generally from 600MB to 2GB depending on the size of the database)
    In the same ST04 screen look for user/recursivecalls, if this factor is >20 then we can say thre are some expensive SQL statements which in need of tune. Analyse the top expensive statements. possible reasons of expensive SQLs are i) incorrect index access (Solution is create new index or reorganize the index)
    ii) high table size (Soluiton is archiving some of the old entries)
    2. If CPU time is high, which mean above SAP threshold:
    ST06 (OS monitor):
    Go to Detailed Analysis Menu--> Top CPU , check existence of Non-SAP (external) programs by sorting by CPU time.
    Try to run these external programs in offline hours.
    ST02 (Buffer Monitor):
    Check for any swapping happening in all the buffers. If you observe high swapping for any buffer, increase the size of the buffer.
    Here program buffer (PXA) is important buffer.
    3. If Wait time is high, which mean above SAP threshold:
    SM50 (Workprocess Monitor):
    Look for all the configured work processes are in Waiting or Running state.
    If all the wotk processes are running state, then increase the number of Dialog work processes.
    SM66 (Global work process Monitor):
    This monitor will help to analyse the total work processes configured in all the servers and instances.
    4. If GUI time is high, which mean above SAP threshold:
    ST06> Detailed Analysis Memu> LAN check by ping (4096 bytes for all the presentation servers)
    This will help to findout network performance. If you see high Avg. time or Loss time for any presentation servers from the result, which means there are some settings in need of change for that presentation server.
    SE38-->execute PROFGEN_CORR_REPORT_5 report.
    from the output check if any user assigned with >1000 user menu nodes.
    SAP threshold is 1000 menu nodes.
    5. If Roll Wait time is high, which mean above SAP threshold:
    Please review SAP Notes 8963 and 99584. Roll wait time with a high value is a first indication for a slow network between the GUI and the CRM instance. Please check connections between the frontend and your servers. You can monitor relatively high average roll wait time, high average frontend network time per dialog in transaction ST03N. Please check your network with network vendor.
    Specifically, check the network between application servers and fronts by running NIPING test as per SAP Note 500235.
    If you need any further information feel free to reply me.
    Thanks and Regards,
    Pavan Kumar Gali.

  • OS Release 5.8 on new Sun Blade100

    Trying to install OS 5.8 by:
    ok boot cdrom
    formats ok and reboots then hangs:
    installation stalls at usr/openwin/bin/xinit: server error
    VUIDGFORMAT: Invalid Argument
    computer is attemting to access A floppy drive and gets stuck in a loop.
    I am a student just learning, but I cant learn much if I can't get the OS to install off the CDROM (Solaris 8 -10/01).

    Are you using a Sun monitor? It looks like you're having problems with screen resolution when it tries to start up the Open Windows installer.
    There are 3 possible solutions if this is the case:
    1. Run the installer in text mode only: boot cdrom - w (space dash space w)
    For the 2nd CD you would cd cdrom/cdrom0 and then ./installer -nodisplay
    Once everything is installed you could run fbconfig to set up the correct resolution for your monitor.
    2. If you know what resolutions your monitor can handle then you can set it up at ok prompt.
    ok
    printenv output-device
    screen
    if it says screen:r1024x768x72 for example, then your monitor may not support this resolution.
    You could:
    setenv output-device screen
    reset-all
    This should remove the resolution argument.
    If you know what resolutions are supported on your monitor:
    setenv output-device screen:r1024x768x72 or screen:r800x600x72 for example
    reset-all
    You have to be careful when using this option as you may affect the display at the ok prompt (OBP) level. You might not see the ok prompt again if you use a "non standard" resolution. Make sure you understand how to set your SunBlade back to factory settings using the "double tap" power switch procedure to simulate a Stop + n. USB keyboards do not support Stop + n.
    3. The onboard graphics controller (frame buffer), monitor cable or monitor may be defective.

  • Completed Delivery shown in ATP requirement

    Dear Gurus
    Almost everyday I am observing this problem that Completed delivery for which PGI has happened shows in CO09 ATP requirement and qty is also booked against this. Hence reducing the total ATP qty for that material.
    Althogh We are running Program SDRQCR21 which should clean these inconsistencies but it looks in certain cases this program is not working.
    If I run transaction acbd (ATP shared buffer monitor), I can clear this document from ATP requirement, but I am not sure what is the purpose of this transaction and can it be given to Business to run to clean the inconsistency. Obviously Client would not like to do it repeatedly.
    I understand this is bug in SAP.
    Looking for your opinion as to how it can be fixed.
    Regards,
    Neeraj Srivastava
    Edited by: NEERAJ SRIVASTAVA on Jun 10, 2009 6:12 PM

    Hello Neeraj
    Try to go through the SAP note 128947 since running SDRQCR21 is also producing incorrect results.
    You must open a OSS message with SAP for this issue.However the chanllenge will be to replicate the error here...they would like to see a test case which I know sometimes in cases like these is hard,.....
    Thanks
    Vikas

  • DAQ System Hanging Up/Monitoring Read Buffer

    Hi All,
    I am collecting data using two SCXI chasses with 1120 amplifier modules and SCXI 1112 thermocouple modules.
    I am monitoring 12 input voltages and 4 thermocouple inputs.
    I have set the samp,e rate to 2500S/s, and I am letting the software figure out how many samples to take each measurement.
    Most of the time, the system runs fine, at about a 16ms loop time.  However, every few seconds, the system will hang up for ~500ms between readings.  Any thoughts as to what might cause these hangups?
    I wonder if I am overflowing the read buffer.  Could that result in this type of behavior?  I think there is a way to monitor the read buffer, but I forget how to do it.  Can anyone tell me how to do that?
    Many thanks.
    Solved!
    Go to Solution.

    I am not sure about your architecture but hope you are using a producer/consumer design pattern. You can find this by going to File -> New.. and browse down to Producer Consumer Design Pattern (Data)
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Monitoring destination port - port buffer overflow risk?

    Hi All,
    On a 6506-E I am using local span (the simplest version).
    There is a possibility that 2Gb/s is duplicated to a 1Gb/s monitor destination port. Of course 50% of the traffic will drop, due to lack of bandwidth on the monitor destination port.
    Environment(simplified):
     Cisco 6506-E
     24 x 1Gb/s SFP ports (WS-X6824-SFP)
     IOS release 15.1(1)SY1
    The case is, dropping packets is no issue on the monitor destination port. However, on the same module, a WS-X6824-SFP (24 SFP port) is also critical production traffic active.
    This results in two questions:
    -Are the output buffers on the WS-X6824-SFP, shared among all 24 ports?
    -If so, can the oversubscribed monitor destination port use the largest portion of this shared buffer on the interface module?
    Thanks in advance for any input on this.
    Kind regards,
    Joris

    Du fait de certains vi manquants je ne peux pas executer votre code, Parmis le nombre important de vi GET HTTP, savez-vous lequel est responsable de l'erreur ?, et est-ce toujours le même ?
    L'erreur renvoyée concerne le port série, quelle est la configuration de ses buffers d'entrée / sortie (visible dans le gestionnaire de périphérique)
    Cordialement,
    Vincent.O
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Été de LabVIEW 2014
    12 présentations en ligne, du 30 juin au 18 juillet

  • Application monitor PO local errors "Buffer table not up to date"

    Hi Experts,
    Any idea about the cause of below error, no PO's effected, but in RZ20 i could see below message
    General details
    Column                 Contents
    Node name (MTE)        ESP\Business to Business Procurement(100)\...\Purchase Order\Local errors
    System                 ESP
    Context                Business to Business Procurement(100)
    Object name            Purchase Order
    Short name             Local errors
    Type                   Status attribute
    Class                  BBP_PO_LOCAL
    Highest alert          Red
    Number of alerts       1
    Definition status      ENABLED
    Customizing status     DBSET
    Auto-reaction method   -
    Definition status      -
    Runtime status         -
    Data collection method -
    Definition status      -
    Runtime status         -
    Analysis method        BBP_ANALYZE_PO_LOCAL
    Definition status      AL_TD_DEF_CHECKED
    Status attribute details
    Column                Contents
    Node name (MTE)       ESP\Business to Business Procurement(100)\...\Purchase Order\Local errors
    System                ESP
    Context               Business to Business Procurement(100)
    Object name           Purchase Order
    Short name            Local errors
    Date                  15.09.2009
    Time                  15:12:04
    Last reported message Buffer table not up to date
    Not able to find for which document this error has arised and why
    Thx
    Jai

    Below is the SM21 Log
    Details Page 2 Line 20 System Log: Local Analysis of lbesrmp                  1
    Time     Type Nr  Clt User   TCode Grp N Text
    15:12:04 DIA  001 100 SARFOW       AB  0 Run-time error "UNCAUGHT_EXCEPTION" occurred
    Run-time error "UNCAUGHT_EXCEPTION" occurred
    Details
    Recording at local and central time........................ 15.09.2009 15:12:04
    Task...... Process                     User...... Terminal Session TCode Program Cl Problem cl          Packag
    07716      Dialog work process No. 001 SARFOW     10.0.1.7       1               T  Transaction Problem SABP
    Further details for this message type
    Module nam Line Error text
    abexcp     2099 raiseExcp
    Documentation for system log message AB 0 :
    The specified runtime error has occurred in the system.
    Parameter
    abcdefghijklmnopqrstuvwxyz .. UNCAUGHT_EXCEPTION
    Technical details
    File Offset RecFm System log type     Grp N variable message data
      290  80280 l     Error (Module, Row) AB  0 raiseExcp                                           abexcp  2099

  • Issues with using 3 monitors on 2 external gpu

    Hi,
    I have some issues with configuring Xorg to use 3 monitors. I have 2 external graphic cards (same model, no SLI). Monitors connected to the first gpu are recognized ok but I can't configure my 3rd monitor conencted to the second gpu via HDMI nor DVI.
    1st is recognized as DVI-I-1, 2nd is DP-1 in first card, 3rd monitor is in second card (bus 22:00.0) as DP-1-2 (also tried connecting as DVI-I-2). I can see them in Xorg log but I can't configure my 3rd monitor via kscreen nor xrandr. :-/
    lspci |grep VGA:
    03:00.0 VGA compatible controller: NVIDIA Corporation GF108GL [Quadro 600] (rev a1)
    22:00.0 VGA compatible controller: NVIDIA Corporation GF108GL [Quadro 600] (rev a1)
    xrandr:
    Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 8192 x 8192
    DVI-I-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 527mm x 297mm
    1920x1080 60.0*+
    1600x900 60.0
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    DP-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 527mm x 297mm
    1920x1080 60.0*+
    1600x900 60.0
    1280x1024 75.0 60.0
    1152x864 75.0
    1024x768 75.1 60.0
    800x600 75.0 60.3
    640x480 75.0 60.0
    720x400 70.1
    Xorg config (autoconfig enable only 2 monitors, I generated config and tried to edit it with no luck, I noticed there is PCI:34:0:0 generated by Xorg so I also tried to change it to 22:0:0, I also tried to add that option "Monitor-<output>" but same result):
    Section "ServerLayout"
    Identifier "X.org Configured"
    #Screen 0 "Screen0" 0 0
    #Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "DELL"
    Option "Monitor-DVI-I-1" "DVI-I-1"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "DELL"
    Option "Monitor-DP-1" "DP-1"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "DELL"
    Option "Monitor-DP-1-2" "DP-1-2"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nouveau"
    BusID "PCI:3:0:0"
    Option "Monitor-DVI-I-1"
    Option "Monitor-DP-1"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "nouveau"
    BusID "PCI:34:0:0"
    Option "Monitor-DP-1-2"
    EndSection
    Xorg log (I can see that monitor at time 1767.316):
    [ 1766.959]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 1766.960] X Protocol Version 11, Revision 0
    [ 1766.960] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 1766.960] Current Operating System: Linux CZ09DT1XM5002 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 1766.960] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e2c593e5-b0f4-4c74-84fd-5a88db345ca4 rw quiet
    [ 1766.961] Build Date: 13 December 2013 03:11:42PM
    [ 1766.962]
    [ 1766.962] Current version of pixman: 0.32.4
    [ 1766.963] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1766.963] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1766.965] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Jan 2 12:43:56 2014
    [ 1766.965] (++) Using config file: "/etc/X11/xorg.conf.d/20-multimonitor.conf"
    [ 1766.966] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1766.966] (==) ServerLayout "X.org Configured"
    [ 1766.966] (==) No screen section available. Using defaults.
    [ 1766.966] (**) |-->Screen "Default Screen Section" (0)
    [ 1766.966] (**) | |-->Monitor "<default monitor>"
    [ 1766.966] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 1766.966] (**) | |-->Device "Card0"
    [ 1766.966] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1766.966] (**) |-->Input Device "Mouse0"
    [ 1766.966] (**) |-->Input Device "Keyboard0"
    [ 1766.966] (==) Automatically adding devices
    [ 1766.966] (==) Automatically enabling devices
    [ 1766.966] (==) Automatically adding GPU devices
    [ 1766.966] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1766.966] Entry deleted from font path.
    [ 1766.966] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1766.966] Entry deleted from font path.
    [ 1766.966] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1766.966] Entry deleted from font path.
    [ 1766.966] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1766.967] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1766.967] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1766.967] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1766.967] Entry deleted from font path.
    [ 1766.967] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1766.967] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 1766.967] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 1766.967] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 1766.967] (WW) Disabling Mouse0
    [ 1766.967] (WW) Disabling Keyboard0
    [ 1766.967] (II) Loader magic: 0x7fec20
    [ 1766.967] (II) Module ABI versions:
    [ 1766.967] X.Org ANSI C Emulation: 0.4
    [ 1766.967] X.Org Video Driver: 14.1
    [ 1766.967] X.Org XInput driver : 19.1
    [ 1766.967] X.Org Server Extension : 7.0
    [ 1766.967] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1766.967] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1767.169] (--) PCI:*(0:3:0:0) 10de:0df8:10de:0835 rev 161, Mem @ 0xc6000000/16777216, 0xc8000000/134217728, 0xd0000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/524288
    [ 1767.169] (--) PCI: (0:34:0:0) 10de:0df8:10de:0835 rev 161, Mem @ 0xfa000000/16777216, 0xf0000000/134217728, 0xf8000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
    [ 1767.169] Initializing built-in extension Generic Event Extension
    [ 1767.170] Initializing built-in extension SHAPE
    [ 1767.170] Initializing built-in extension MIT-SHM
    [ 1767.170] Initializing built-in extension XInputExtension
    [ 1767.171] Initializing built-in extension XTEST
    [ 1767.171] Initializing built-in extension BIG-REQUESTS
    [ 1767.172] Initializing built-in extension SYNC
    [ 1767.172] Initializing built-in extension XKEYBOARD
    [ 1767.172] Initializing built-in extension XC-MISC
    [ 1767.173] Initializing built-in extension SECURITY
    [ 1767.173] Initializing built-in extension XINERAMA
    [ 1767.174] Initializing built-in extension XFIXES
    [ 1767.174] Initializing built-in extension RENDER
    [ 1767.174] Initializing built-in extension RANDR
    [ 1767.175] Initializing built-in extension COMPOSITE
    [ 1767.175] Initializing built-in extension DAMAGE
    [ 1767.175] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1767.176] Initializing built-in extension DOUBLE-BUFFER
    [ 1767.176] Initializing built-in extension RECORD
    [ 1767.176] Initializing built-in extension DPMS
    [ 1767.177] Initializing built-in extension X-Resource
    [ 1767.177] Initializing built-in extension XVideo
    [ 1767.177] Initializing built-in extension XVideo-MotionCompensation
    [ 1767.178] Initializing built-in extension XFree86-VidModeExtension
    [ 1767.178] Initializing built-in extension XFree86-DGA
    [ 1767.178] Initializing built-in extension XFree86-DRI
    [ 1767.179] Initializing built-in extension DRI2
    [ 1767.179] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 1767.179] (II) LoadModule: "glx"
    [ 1767.179] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1767.179] (II) Module glx: vendor="X.Org Foundation"
    [ 1767.179] compiled for 1.14.5, module version = 1.0.0
    [ 1767.179] ABI class: X.Org Server Extension, version 7.0
    [ 1767.179] (==) AIGLX enabled
    [ 1767.180] Loading extension GLX
    [ 1767.180] (II) LoadModule: "nouveau"
    [ 1767.180] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 1767.180] (II) Module nouveau: vendor="X.Org Foundation"
    [ 1767.180] compiled for 1.14.4, module version = 1.0.10
    [ 1767.180] Module class: X.Org Video Driver
    [ 1767.180] ABI class: X.Org Video Driver, version 14.1
    [ 1767.180] (II) NOUVEAU driver
    [ 1767.180] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 1767.180] RIVA TNT (NV04)
    [ 1767.180] RIVA TNT2 (NV05)
    [ 1767.180] GeForce 256 (NV10)
    [ 1767.180] GeForce 2 (NV11, NV15)
    [ 1767.180] GeForce 4MX (NV17, NV18)
    [ 1767.180] GeForce 3 (NV20)
    [ 1767.180] GeForce 4Ti (NV25, NV28)
    [ 1767.180] GeForce FX (NV3x)
    [ 1767.180] GeForce 6 (NV4x)
    [ 1767.180] GeForce 7 (G7x)
    [ 1767.180] GeForce 8 (G8x)
    [ 1767.180] GeForce GTX 200 (NVA0)
    [ 1767.180] GeForce GTX 400 (NVC0)
    [ 1767.180] (--) using VT number 3
    [ 1767.182] (II) [drm] nouveau interface version: 1.1.1
    [ 1767.183] (II) [drm] nouveau interface version: 1.1.1
    [ 1767.183] (II) Loading sub module "dri2"
    [ 1767.183] (II) LoadModule: "dri2"
    [ 1767.183] (II) Module "dri2" already built-in
    [ 1767.183] (--) NOUVEAU(0): Chipset: "NVIDIA NVC1"
    [ 1767.183] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1767.183] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 1767.183] (==) NOUVEAU(0): RGB weight 888
    [ 1767.183] (==) NOUVEAU(0): Default visual is TrueColor
    [ 1767.183] (==) NOUVEAU(0): Using HW cursor
    [ 1767.183] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 1767.183] (==) NOUVEAU(0): Page flipping enabled
    [ 1767.183] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 1767.222] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 1767.230] (II) NOUVEAU(0): Output DP-1 has no monitor section
    [ 1767.265] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 1767.265] (II) NOUVEAU(0): Manufacturer: DEL Model: a09b Serial#: 827608652
    [ 1767.265] (II) NOUVEAU(0): Year: 2013 Week: 41
    [ 1767.265] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1767.265] (II) NOUVEAU(0): Digital Display Input
    [ 1767.265] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
    [ 1767.265] (II) NOUVEAU(0): Gamma: 2.20
    [ 1767.265] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1767.265] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1767.265] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1767.265] (II) NOUVEAU(0): redX: 0.650 redY: 0.338 greenX: 0.320 greenY: 0.613
    [ 1767.265] (II) NOUVEAU(0): blueX: 0.154 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 1767.265] (II) NOUVEAU(0): Supported established timings:
    [ 1767.265] (II) NOUVEAU(0): 720x400@70Hz
    [ 1767.265] (II) NOUVEAU(0): 640x480@60Hz
    [ 1767.265] (II) NOUVEAU(0): 640x480@75Hz
    [ 1767.265] (II) NOUVEAU(0): 800x600@60Hz
    [ 1767.265] (II) NOUVEAU(0): 800x600@75Hz
    [ 1767.265] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1767.265] (II) NOUVEAU(0): 1024x768@75Hz
    [ 1767.265] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 1767.265] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1767.265] (II) NOUVEAU(0): Supported standard timings:
    [ 1767.265] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1767.265] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1767.265] (II) NOUVEAU(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1767.265] (II) NOUVEAU(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1767.265] (II) NOUVEAU(0): Supported detailed timing:
    [ 1767.265] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 527 x 297 mm
    [ 1767.265] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1767.265] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1767.265] (II) NOUVEAU(0): Serial No: 36WJX3A91TNL
    [ 1767.265] (II) NOUVEAU(0): Monitor name: DELL P2414H
    [ 1767.265] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 1767.265] (II) NOUVEAU(0): EDID (in hex):
    [ 1767.265] (II) NOUVEAU(0): 00ffffffffffff0010ac9ba04c4e5431
    [ 1767.265] (II) NOUVEAU(0): 2917010380351e78eaa0a5a656529d27
    [ 1767.265] (II) NOUVEAU(0): 0f5054a54b00714f8180a9c0d1c00101
    [ 1767.265] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1767.265] (II) NOUVEAU(0): 45000f292100001e000000ff00333657
    [ 1767.265] (II) NOUVEAU(0): 4a5833413931544e4c0a000000fc0044
    [ 1767.265] (II) NOUVEAU(0): 454c4c205032343134480a20000000fd
    [ 1767.265] (II) NOUVEAU(0): 00384c1e5311000a20202020202000c2
    [ 1767.265] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 1767.265] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.265] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): EDID for output DP-1
    [ 1767.273] (II) NOUVEAU(0): Manufacturer: DEL Model: a09a Serial#: 844123724
    [ 1767.273] (II) NOUVEAU(0): Year: 2013 Week: 41
    [ 1767.273] (II) NOUVEAU(0): EDID Version: 1.4
    [ 1767.273] (II) NOUVEAU(0): Digital Display Input
    [ 1767.273] (II) NOUVEAU(0): 8 bits per channel
    [ 1767.273] (II) NOUVEAU(0): Digital interface is DisplayPort
    [ 1767.273] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 53 vert.: 30
    [ 1767.273] (II) NOUVEAU(0): Gamma: 2.20
    [ 1767.273] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 1767.273] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
    [ 1767.273] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1767.273] (II) NOUVEAU(0): Preferred mode is native pixel format and refresh rate
    [ 1767.273] (II) NOUVEAU(0): redX: 0.650 redY: 0.338 greenX: 0.320 greenY: 0.613
    [ 1767.273] (II) NOUVEAU(0): blueX: 0.154 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 1767.273] (II) NOUVEAU(0): Supported established timings:
    [ 1767.273] (II) NOUVEAU(0): 720x400@70Hz
    [ 1767.273] (II) NOUVEAU(0): 640x480@60Hz
    [ 1767.273] (II) NOUVEAU(0): 640x480@75Hz
    [ 1767.273] (II) NOUVEAU(0): 800x600@60Hz
    [ 1767.273] (II) NOUVEAU(0): 800x600@75Hz
    [ 1767.273] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1767.273] (II) NOUVEAU(0): 1024x768@75Hz
    [ 1767.273] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 1767.273] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1767.273] (II) NOUVEAU(0): Supported standard timings:
    [ 1767.273] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1767.273] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1767.273] (II) NOUVEAU(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1767.273] (II) NOUVEAU(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1767.273] (II) NOUVEAU(0): Supported detailed timing:
    [ 1767.273] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 527 x 297 mm
    [ 1767.273] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1767.273] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1767.273] (II) NOUVEAU(0): Serial No: 36WJX3A92PNL
    [ 1767.273] (II) NOUVEAU(0): Monitor name: DELL P2414H
    [ 1767.273] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 1767.273] (II) NOUVEAU(0): EDID (in hex):
    [ 1767.273] (II) NOUVEAU(0): 00ffffffffffff0010ac9aa04c4e5032
    [ 1767.273] (II) NOUVEAU(0): 29170104a5351e783aa0a5a656529d27
    [ 1767.273] (II) NOUVEAU(0): 0f5054a54b00714f8180a9c0d1c00101
    [ 1767.273] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1767.273] (II) NOUVEAU(0): 45000f292100001e000000ff00333657
    [ 1767.273] (II) NOUVEAU(0): 4a5833413932504e4c0a000000fc0044
    [ 1767.273] (II) NOUVEAU(0): 454c4c205032343134480a20000000fd
    [ 1767.273] (II) NOUVEAU(0): 00384c1e5311000a2020202020200053
    [ 1767.273] (II) NOUVEAU(0): Printing probed modes for output DP-1
    [ 1767.273] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.273] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 1767.273] (II) NOUVEAU(0): Output DP-1 connected
    [ 1767.273] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 1767.273] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 1767.273] (II) NOUVEAU(0): Output DP-1 using initial mode 1920x1080
    [ 1767.273] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1767.274] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.274] (**) NOUVEAU(0): Mode "1600x900": 119.0 MHz (scaled from 0.0 MHz), 55.9 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.274] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1767.274] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.274] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 1767.274] (II) Loading sub module "fb"
    [ 1767.274] (II) LoadModule: "fb"
    [ 1767.274] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1767.274] (II) Module fb: vendor="X.Org Foundation"
    [ 1767.274] compiled for 1.14.5, module version = 1.0.0
    [ 1767.274] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.274] (II) Loading sub module "exa"
    [ 1767.274] (II) LoadModule: "exa"
    [ 1767.274] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1767.274] (II) Module exa: vendor="X.Org Foundation"
    [ 1767.274] compiled for 1.14.5, module version = 2.6.0
    [ 1767.274] ABI class: X.Org Video Driver, version 14.1
    [ 1767.274] (II) Loading sub module "shadowfb"
    [ 1767.274] (II) LoadModule: "shadowfb"
    [ 1767.274] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1767.274] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1767.274] compiled for 1.14.5, module version = 1.0.0
    [ 1767.274] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.274] (II) Loading sub module "dri2"
    [ 1767.274] (II) LoadModule: "dri2"
    [ 1767.274] (II) Module "dri2" already built-in
    [ 1767.274] (--) NOUVEAU(G0): Chipset: "NVIDIA NVC1"
    [ 1767.275] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
    [ 1767.275] (==) NOUVEAU(G0): RGB weight 888
    [ 1767.275] (==) NOUVEAU(G0): Default visual is TrueColor
    [ 1767.275] (==) NOUVEAU(G0): Using HW cursor
    [ 1767.275] (==) NOUVEAU(G0): GLX sync to VBlank disabled.
    [ 1767.275] (==) NOUVEAU(G0): Page flipping enabled
    [ 1767.275] (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2]
    [ 1767.308] (II) NOUVEAU(G0): Output DVI-I-1-2 has no monitor section
    [ 1767.316] (II) NOUVEAU(G0): Output DP-1-2 has no monitor section
    [ 1767.339] (II) NOUVEAU(G0): EDID for output DVI-I-1-2
    [ 1767.347] (II) NOUVEAU(G0): EDID for output DP-1-2
    [ 1767.347] (II) NOUVEAU(G0): Manufacturer: DEL Model: a09a Serial#: 844124236
    [ 1767.347] (II) NOUVEAU(G0): Year: 2013 Week: 41
    [ 1767.347] (II) NOUVEAU(G0): EDID Version: 1.4
    [ 1767.347] (II) NOUVEAU(G0): Digital Display Input
    [ 1767.347] (II) NOUVEAU(G0): 8 bits per channel
    [ 1767.347] (II) NOUVEAU(G0): Digital interface is DisplayPort
    [ 1767.347] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 53 vert.: 30
    [ 1767.347] (II) NOUVEAU(G0): Gamma: 2.20
    [ 1767.347] (II) NOUVEAU(G0): DPMS capabilities: Off
    [ 1767.347] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
    [ 1767.347] (II) NOUVEAU(G0): First detailed timing is preferred mode
    [ 1767.347] (II) NOUVEAU(G0): Preferred mode is native pixel format and refresh rate
    [ 1767.347] (II) NOUVEAU(G0): redX: 0.650 redY: 0.338 greenX: 0.320 greenY: 0.613
    [ 1767.347] (II) NOUVEAU(G0): blueX: 0.154 blueY: 0.061 whiteX: 0.313 whiteY: 0.329
    [ 1767.347] (II) NOUVEAU(G0): Supported established timings:
    [ 1767.347] (II) NOUVEAU(G0): 720x400@70Hz
    [ 1767.347] (II) NOUVEAU(G0): 640x480@60Hz
    [ 1767.347] (II) NOUVEAU(G0): 640x480@75Hz
    [ 1767.347] (II) NOUVEAU(G0): 800x600@60Hz
    [ 1767.347] (II) NOUVEAU(G0): 800x600@75Hz
    [ 1767.347] (II) NOUVEAU(G0): 1024x768@60Hz
    [ 1767.347] (II) NOUVEAU(G0): 1024x768@75Hz
    [ 1767.347] (II) NOUVEAU(G0): 1280x1024@75Hz
    [ 1767.348] (II) NOUVEAU(G0): Manufacturer's mask: 0
    [ 1767.348] (II) NOUVEAU(G0): Supported standard timings:
    [ 1767.348] (II) NOUVEAU(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1767.348] (II) NOUVEAU(G0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1767.348] (II) NOUVEAU(G0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1767.348] (II) NOUVEAU(G0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1767.348] (II) NOUVEAU(G0): Supported detailed timing:
    [ 1767.348] (II) NOUVEAU(G0): clock: 148.5 MHz Image Size: 527 x 297 mm
    [ 1767.348] (II) NOUVEAU(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1767.348] (II) NOUVEAU(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1767.348] (II) NOUVEAU(G0): Serial No: 36WJX3A92PPL
    [ 1767.348] (II) NOUVEAU(G0): Monitor name: DELL P2414H
    [ 1767.348] (II) NOUVEAU(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [ 1767.348] (II) NOUVEAU(G0): EDID (in hex):
    [ 1767.348] (II) NOUVEAU(G0): 00ffffffffffff0010ac9aa04c505032
    [ 1767.348] (II) NOUVEAU(G0): 29170104a5351e783aa0a5a656529d27
    [ 1767.348] (II) NOUVEAU(G0): 0f5054a54b00714f8180a9c0d1c00101
    [ 1767.348] (II) NOUVEAU(G0): 010101010101023a801871382d40582c
    [ 1767.348] (II) NOUVEAU(G0): 45000f292100001e000000ff00333657
    [ 1767.348] (II) NOUVEAU(G0): 4a583341393250504c0a000000fc0044
    [ 1767.348] (II) NOUVEAU(G0): 454c4c205032343134480a20000000fd
    [ 1767.348] (II) NOUVEAU(G0): 00384c1e5311000a202020202020004f
    [ 1767.348] (II) NOUVEAU(G0): Printing probed modes for output DP-1-2
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1767.348] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1767.348] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
    [ 1767.348] (**) NOUVEAU(G0): Mode "1920x1080": 173.0 MHz (scaled from 0.0 MHz), 67.2 kHz, 60.0 Hz
    [ 1767.348] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
    [ 1767.348] (==) NOUVEAU(G0): DPI set to (96, 96)
    [ 1767.348] (II) Loading sub module "fb"
    [ 1767.348] (II) LoadModule: "fb"
    [ 1767.348] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1767.348] (II) Module fb: vendor="X.Org Foundation"
    [ 1767.348] compiled for 1.14.5, module version = 1.0.0
    [ 1767.348] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.348] (II) Loading sub module "exa"
    [ 1767.348] (II) LoadModule: "exa"
    [ 1767.348] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1767.348] (II) Module exa: vendor="X.Org Foundation"
    [ 1767.348] compiled for 1.14.5, module version = 2.6.0
    [ 1767.348] ABI class: X.Org Video Driver, version 14.1
    [ 1767.348] (II) Loading sub module "shadowfb"
    [ 1767.348] (II) LoadModule: "shadowfb"
    [ 1767.348] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1767.348] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1767.348] compiled for 1.14.5, module version = 1.0.0
    [ 1767.348] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1767.348] (--) Depth 24 pixmap format is 32 bpp
    [ 1767.351] (II) NOUVEAU(G0): Opened GPU channel 0
    [ 1767.359] (II) NOUVEAU(G0): [DRI2] Setup complete
    [ 1767.359] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
    [ 1767.359] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
    [ 1767.360] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 1767.360] (II) EXA(256): Driver registered support for the following operations:
    [ 1767.360] (II) Solid
    [ 1767.360] (II) Copy
    [ 1767.360] (II) Composite (RENDER acceleration)
    [ 1767.360] (II) UploadToScreen
    [ 1767.360] (II) DownloadFromScreen
    [ 1767.360] (==) NOUVEAU(G0): Backing store disabled
    [ 1767.360] (==) NOUVEAU(G0): Silken mouse enabled
    [ 1767.360] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1767.360] (II) NOUVEAU(G0): [XvMC] Extension initialized.
    [ 1767.360] (==) NOUVEAU(G0): DPMS enabled
    [ 1767.360] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1767.360] (WW) NOUVEAU(G0): Option "Monitor-DVI-I-1" is not used
    [ 1767.360] (WW) NOUVEAU(G0): Option "Monitor-DP-1" is not used
    [ 1767.362] (II) NOUVEAU(0): Opened GPU channel 0
    [ 1767.366] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 1767.366] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 1767.366] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 1767.366] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 1767.366] (II) EXA(0): Driver registered support for the following operations:
    [ 1767.366] (II) Solid
    [ 1767.366] (II) Copy
    [ 1767.366] (II) Composite (RENDER acceleration)
    [ 1767.366] (II) UploadToScreen
    [ 1767.366] (II) DownloadFromScreen
    [ 1767.366] (==) NOUVEAU(0): Backing store disabled
    [ 1767.366] (==) NOUVEAU(0): Silken mouse enabled
    [ 1767.366] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1767.366] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 1767.366] (==) NOUVEAU(0): DPMS enabled
    [ 1767.366] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1767.366] (--) RandR disabled
    [ 1767.388] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1767.388] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1767.388] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1767.388] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1767.388] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1767.388] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1767.388] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1767.389] (II) AIGLX: Loaded and initialized nouveau
    [ 1767.389] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1767.390] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 1767.393] (II) NOUVEAU(0): NVEnterVT is called.
    [ 1767.444] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
    [ 1767.444] resize called 1920 1080
    [ 1767.479] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 1767.479] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1767.479] (II) LoadModule: "evdev"
    [ 1767.479] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1767.479] (II) Module evdev: vendor="X.Org Foundation"
    [ 1767.479] compiled for 1.14.3, module version = 2.8.2
    [ 1767.479] Module class: X.Org XInput Driver
    [ 1767.479] ABI class: X.Org XInput driver, version 19.1
    [ 1767.479] (II) Using input driver 'evdev' for 'Power Button'
    [ 1767.479] (**) Power Button: always reports core events
    [ 1767.479] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 1767.479] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1767.479] (--) evdev: Power Button: Found keys
    [ 1767.479] (II) evdev: Power Button: Configuring as keyboard
    [ 1767.479] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 1767.479] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1767.479] (**) Option "xkb_rules" "evdev"
    [ 1767.479] (**) Option "xkb_model" "pc104"
    [ 1767.479] (**) Option "xkb_layout" "us"
    [ 1767.499] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 1767.499] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1767.499] (II) Using input driver 'evdev' for 'Power Button'
    [ 1767.500] (**) Power Button: always reports core events
    [ 1767.500] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 1767.500] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1767.500] (--) evdev: Power Button: Found keys
    [ 1767.500] (II) evdev: Power Button: Configuring as keyboard
    [ 1767.500] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event1"
    [ 1767.500] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 1767.500] (**) Option "xkb_rules" "evdev"
    [ 1767.500] (**) Option "xkb_model" "pc104"
    [ 1767.500] (**) Option "xkb_layout" "us"
    [ 1767.500] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1767.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
    [ 1767.500] (II) No input driver specified, ignoring this device.
    [ 1767.500] (II) This device may have been added with another device file.
    [ 1767.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
    [ 1767.500] (II) No input driver specified, ignoring this device.
    [ 1767.500] (II) This device may have been added with another device file.
    [ 1767.500] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event8)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.501] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event7)
    [ 1767.501] (II) No input driver specified, ignoring this device.
    [ 1767.501] (II) This device may have been added with another device file.
    [ 1767.502] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
    [ 1767.502] (II) No input driver specified, ignoring this device.
    [ 1767.502] (II) This device may have been added with another device file.
    [ 1767.502] (II) config/udev: Adding input device DELL Dell USB Entry Keyboard (/dev/input/event4)
    [ 1767.502] (**) DELL Dell USB Entry Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1767.502] (II) Using input driver 'evdev' for 'DELL Dell USB Entry Keyboard'
    [ 1767.502] (**) DELL Dell USB Entry Keyboard: always reports core events
    [ 1767.502] (**) evdev: DELL Dell USB Entry Keyboard: Device: "/dev/input/event4"
    [ 1767.502] (--) evdev: DELL Dell USB Entry Keyboard: Vendor 0x413c Product 0x2107
    [ 1767.502] (--) evdev: DELL Dell USB Entry Keyboard: Found keys
    [ 1767.502] (II) evdev: DELL Dell USB Entry Keyboard: Configuring as keyboard
    [ 1767.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input5/event4"
    [ 1767.502] (II) XINPUT: Adding extended input device "DELL Dell USB Entry Keyboard" (type: KEYBOARD, id 8)
    [ 1767.502] (**) Option "xkb_rules" "evdev"
    [ 1767.502] (**) Option "xkb_model" "pc104"
    [ 1767.502] (**) Option "xkb_layout" "us"
    [ 1767.502] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
    [ 1767.502] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 1767.502] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
    [ 1767.502] (**) Logitech USB Optical Mouse: always reports core events
    [ 1767.502] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event5"
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc077
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s)
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found relative axes
    [ 1767.502] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes
    [ 1767.502] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse
    [ 1767.502] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support
    [ 1767.503] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 1767.503] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1767.503] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input6/event5"
    [ 1767.503] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
    [ 1767.503] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes.
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
    [ 1767.503] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
    [ 1767.503] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 1767.503] (II) No input driver specified, ignoring this device.
    [ 1767.503] (II) This device may have been added with another device file.
    [ 1767.503] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 1767.503] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
    [ 1767.503] (II) No input driver specified, ignoring this device.
    [ 1767.503] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
    [ 1767.504] (II) No input driver specified, ignoring this device.
    [ 1767.504] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
    [ 1767.504] (II) No input driver specified, ignoring this device.
    [ 1767.504] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
    [ 1767.504] (II) No input driver specified, ignoring this device.
    [ 1767.504] (II) This device may have been added with another device file.
    [ 1767.504] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1767.504] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1767.504] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1767.504] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1767.504] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1767.504] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1767.504] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1767.504] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1767.504] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1767.504] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 1767.504] (**) Option "xkb_rules" "evdev"
    [ 1767.504] (**) Option "xkb_model" "pc104"
    [ 1767.504] (**) Option "xkb_layout" "us"
    [ 1767.505] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event19)
    [ 1767.505] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
    [ 1767.505] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
    [ 1767.505] (**) PS/2 Generic Mouse: always reports core events
    [ 1767.505] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event19"
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Found relative axes
    [ 1767.505] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
    [ 1767.505] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
    [ 1767.505] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
    [ 1767.505] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1767.505] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event19"
    [ 1767.505] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 11)
    [ 1767.505] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
    [ 1767.505] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
    [ 1767.505] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
    [ 1767.505] (II) No input driver specified, ignoring this device.
    [ 1767.505] (II) This device may have been added with another device file.
    [ 1767.505] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
    [ 1767.505] (II) No input driver specified, ignoring this device.
    [ 1767.505] (II) This device may have been added with another device file.
    [ 1774.230] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 1774.230] (II) NOUVEAU(0): NVLeaveVT is called.
    [ 1774.230] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 1779.499] (II) evdev: PS/2 Generic Mouse: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: Logitech USB Optical Mouse: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: DELL Dell USB Entry Keyboard: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: Power Button: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) evdev: Power Button: Close
    [ 1779.499] (II) UnloadModule: "evdev"
    [ 1779.499] (II) NOUVEAU(G0): NVLeaveVT is called.
    [ 1780.500] Error dropping master: -22(Invalid argument)
    [ 1780.501] (II) NOUVEAU(G0): Closed GPU channel 0
    [ 1780.503] (II) NOUVEAU(0): Closed GPU channel 0
    [ 1780.503] (EE) Server terminated successfully (0). Closing log file.
    Thanks for any help!

    I have  a similar issue except with two ATI cards and four monitors.
    I have a working xorg.conf that uses Xinerama and all 4 work but have been trying to get xrandr to work since xinerama is deprecated supposedly.
    I would like to switch to xrandr but there is some kind of magic voodoo I have with my current xorg.conf that doesn't even work on an exact same machine and cards that I tried to setup for a co-worker.
    lspci:
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV610 [Radeon HD 2400 PRO/XT]
    04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV610 [Radeon HD 2400 PRO/XT]
    My xorg.conf:
    Section "Device"
    Identifier "ATI0"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "ZaphodHeads" "DVI-0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "ATI1"
    Driver "radeon"
    BusID "PCI:1:0:0"
    Option "ZaphodHeads" "DVI-1"
    Screen 1
    EndSection
    Section "Device"
    Identifier "ATI2"
    Driver "radeon"
    BusID "PCI:4:0:0"
    Option "ZaphodHeads" "DVI-2"
    Screen 0
    EndSection
    Section "Device"
    Identifier "ATI3"
    Driver "radeon"
    BusID "PCI:4:0:0"
    Option "ZaphodHeads" "DVI-3"
    Screen 1
    EndSection
    Section "Monitor"
    Identifier "DVI-0"
    Option "Primary" "On"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Monitor"
    Identifier "DVI-1"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Monitor"
    Identifier "DVI-2"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Monitor"
    Identifier "DVI-3"
    Option "DPMS" "true"
    Option "PreferredMode" "1920x1080"
    Option "TargetRefresh" "60"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "ATI0"
    Monitor "DVI-0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "ATI1"
    Monitor "DVI-1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "ATI2"
    Monitor "DVI-2"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen3"
    Device "ATI3"
    Monitor "DVI-3"
    DefaultDepth 24
    Subsection "Display"
    Depth 24
    Modes "1920x1080"
    EndSubSection
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Screen0" 0 0
    Screen "Screen1" RightOf "Screen0"
    Screen "Screen2" Above "Screen1"
    Screen "Screen3" Above "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "1"
    EndSection
    My Xorg.0.log shows all the DVI connections when I don't use a xorg.conf file but only two are "connected"
    I see DVI-0 and DVI-1 connected and in "xrandr -q" but in Xorg.0.log I see DVI-1-2 and DVI-1-3.
    xrandr --listproviders show the two cards as well.
    Tried "xrandr --setprovideroutputsource 1 0" and they show up in KDE but as clones and then X crashes eventually.
    "xrandr --setprovideroutputsource 0 1" just plain crashes X

  • HP Zbook 15, external monitor connected to docking station issue

    Dear all
    I have bought a HP Zbook 15 laptop and installed Ubuntu 12.04. It does not show anything on the external monitor when I mount the laptop on the docking station. 
    After installing the Ubuntu 12.04 and putting it on the docking station for the first time, I got this problem:
    "If an ACPI driver is available for this device, you should use it instead of the native driver". I have attached the whole log file. Then, I installed the latest Nvidia driver, and restarted the machine. This time, I do not see that error message; however, I cannot see anything on my external monitor which is connected to the docking station. Can you please tell me how to fix this problem?
    Best regards,
    Murtaza
    I did not find a way to attach the log file, so I put it here:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.0-32-generic (buildd@phianna) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #57~precise1-Ubuntu SMP Tue Jul 15 03:51:20 UTC 2014 (Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4)
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=062ea7e8-5c86-4852-ba25-0372be603607 ro quiet splash vt.handoff=7
    [ 0.000000] KERNEL supported cpus:
    [ 0.000000] Intel GenuineIntel
    [ 0.000000] AMD AuthenticAMD
    [ 0.000000] Centaur CentaurHauls
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000044b7efff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000044b7f000-0x0000000045e7efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000045e7f000-0x0000000045f7efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000045f7f000-0x0000000045ffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x0000000045fff000-0x0000000045ffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000046000000-0x000000004f1fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004aedfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Hewlett-Packard HP ZBook 15/1909, BIOS L70 Ver. 01.30 12/08/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x4aee00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 00FF800000 mask 7FFF800000 write-protect
    [ 0.000000] 1 base 0000000000 mask 7FC0000000 write-back
    [ 0.000000] 2 base 0040000000 mask 7FFC000000 write-back
    [ 0.000000] 3 base 0044000000 mask 7FFE000000 write-back
    [ 0.000000] 4 base 0046000000 mask 7FFF000000 uncachable
    [ 0.000000] 5 base 0100000000 mask 7F00000000 write-back
    [ 0.000000] 6 base 0200000000 mask 7E00000000 write-back
    [ 0.000000] 7 base 0400000000 mask 7F80000000 write-back
    [ 0.000000] 8 base 0480000000 mask 7FC0000000 write-back
    [ 0.000000] 9 base 04B0000000 mask 7FF0000000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x46000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
    [ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE
    [ 0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x4aec00000-0x4aedfffff]
    [ 0.000000] [mem 0x4aec00000-0x4aedfffff] page 2M
    [ 0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x4ac000000-0x4aebfffff]
    [ 0.000000] [mem 0x4ac000000-0x4aebfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x480000000-0x4abffffff]
    [ 0.000000] [mem 0x480000000-0x4abffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x44b7efff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x449fffff] page 2M
    [ 0.000000] [mem 0x44a00000-0x44b7efff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x45fff000-0x45ffffff]
    [ 0.000000] [mem 0x45fff000-0x45ffffff] page 4k
    [ 0.000000] BRK [0x01fe7000, 0x01fe7fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x47fffffff]
    [ 0.000000] [mem 0x100000000-0x47fffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x35be0000-0x36de7fff]
    [ 0.000000] ACPI: RSDP 00000000000f3060 000024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 0000000045ffe120 0000A4 (v01 HPQOEM SLIC-MPC 00000001 01000013)
    [ 0.000000] ACPI: FACP 0000000045ffc000 00010C (v05 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: DSDT 0000000045fd1000 0257CC (v02 HPQOEM 1909 00000001 INTL 20110112)
    [ 0.000000] ACPI: FACS 0000000045e31000 000040
    [ 0.000000] ACPI: HPET 0000000045ffb000 000038 (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: APIC 0000000045ffa000 0000BC (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: MCFG 0000000045ff9000 00003C (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: TCPA 0000000045ff7000 000032 (v02 HPQOEM 1909 00000000 HP 00000001)
    [ 0.000000] ACPI: SSDT 0000000045fce000 000466 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fcd000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
    [ 0.000000] ACPI: SLIC 0000000045fcc000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP 00000001)
    [ 0.000000] ACPI: FPDT 0000000045fca000 000044 (v01 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: BGRT 0000000045fc9000 000038 (v00 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: SSDT 0000000045fc3000 000544 (v01 PmRef Cpu0Ist 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fc2000 000AF3 (v01 PmRef CpuPm 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fc1000 0001D5 (v01 PmRef LakeTiny 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fc0000 000706 (v01 SaSsdt SaSsdt 00003000 INTL 20110112)
    [ 0.000000] ACPI: SSDT 0000000045fbd000 002F11 (v01 HP NVSGTBL 00001000 INTL 20110112)
    [ 0.000000] ACPI: ASF! 0000000045ff8000 0000A5 (v32 HPQOEM 1909 00000001 HP 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004aedfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x4aedfffff]
    [ 0.000000] NODE_DATA [mem 0x4aedf9000-0x4aedfdfff]
    [ 0.000000] [ffffea0000000000-ffffea0012bfffff] PMD -> [ffff88049e600000-ffff8804ae3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x4aedfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x44b7efff]
    [ 0.000000] node 0: [mem 0x45fff000-0x45ffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x4aedfffff]
    [ 0.000000] On node 0 totalpages: 4143388
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 4334 pages used for memmap
    [ 0.000000] DMA32 zone: 277376 pages, LIFO batch:31
    [ 0.000000] Normal zone: 60344 pages used for memmap
    [ 0.000000] Normal zone: 3862016 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 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] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, 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] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x44b7f000-0x45e7efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x45e7f000-0x45f7efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x45f7f000-0x45ffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x46000000-0x4f1fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x4f200000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
    [ 0.000000] e820: [mem 0x4f200000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8804aea00000 s86336 r8192 d24256 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4078625
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=062ea7e8-5c86-4852-ba25-0372be603607 ro quiet splash vt.handoff=7
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 16211348K/16573552K available (7602K kernel code, 1137K rwdata, 3484K rodata, 1356K init, 1440K bss, 362204K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
    [ 0.000000] Offload RCU callbacks from all CPUs
    [ 0.000000] Offload RCU callbacks from CPUs: 0-7.
    [ 0.000000] NR_IRQS:16640 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 66584576 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration failed
    [ 0.008000] tsc: PIT calibration matches HPET. 1 loops
    [ 0.008000] tsc: Detected 2693.754 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.50 BogoMIPS (lpj=10775016)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000024] Security Framework initialized
    [ 0.000038] AppArmor: AppArmor initialized
    [ 0.000039] Yama: becoming mindful.
    [ 0.000989] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.003366] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.004363] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.004378] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.004573] Initializing cgroup subsys memory
    [ 0.004578] Initializing cgroup subsys devices
    [ 0.004579] Initializing cgroup subsys freezer
    [ 0.004581] Initializing cgroup subsys blkio
    [ 0.004582] Initializing cgroup subsys perf_event
    [ 0.004584] Initializing cgroup subsys hugetlb
    [ 0.004602] CPU: Physical Processor ID: 0
    [ 0.004603] CPU: Processor Core ID: 0
    [ 0.004607] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.004607] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.005456] mce: CPU supports 9 MCE banks
    [ 0.005469] CPU0: Thermal monitoring enabled (TM1)
    [ 0.005479] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    [ 0.005479] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
    [ 0.005479] tlb_flushall_shift: 6
    [ 0.005975] Freeing SMP alternatives memory: 32K (ffffffff81e71000 - ffffffff81e79000)
    [ 0.006826] ACPI: Core revision 20131115
    [ 0.015427] ACPI: All ACPI Tables successfully acquired
    [ 0.015707] ftrace: allocating 31443 entries in 123 pages
    [ 0.027389] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.067059] smpboot: CPU0: Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (fam: 06, model: 3c, stepping: 03)
    [ 0.067065] TSC deadline timer enabled
    [ 0.067072] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.067078] ... version: 3
    [ 0.067079] ... bit width: 48
    [ 0.067079] ... generic registers: 4
    [ 0.067080] ... value mask: 0000ffffffffffff
    [ 0.067081] ... max period: 0000ffffffffffff
    [ 0.067082] ... fixed-purpose events: 3
    [ 0.067082] ... event mask: 000000070000000f
    [ 0.068367] x86: Booting SMP configuration:
    [ 0.082362] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.068369] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.166721] x86: Booted up 1 node, 8 CPUs
    [ 0.166724] smpboot: Total of 8 processors activated (43100.06 BogoMIPS)
    [ 0.174163] devtmpfs: initialized
    [ 0.177951] EVM: security.selinux
    [ 0.177953] EVM: security.SMACK64
    [ 0.177953] EVM: security.ima
    [ 0.177954] EVM: security.capability
    [ 0.177989] PM: Registering ACPI NVS region [mem 0x45e7f000-0x45f7efff] (1048576 bytes)
    [ 0.178592] pinctrl core: initialized pinctrl subsystem
    [ 0.178637] regulator-dummy: no parameters
    [ 0.178663] RTC time: 20:49:45, date: 04/17/15
    [ 0.178689] NET: Registered protocol family 16
    [ 0.178764] cpuidle: using governor ladder
    [ 0.178766] cpuidle: using governor menu
    [ 0.178795] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.178796] ACPI: bus type PCI registered
    [ 0.178798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.178847] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.178849] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.194702] PCI: Using configuration type 1 for base access
    [ 0.194961] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.194962] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.194963] mtrr: corrected configuration.
    [ 0.195520] bio: create slab <bio-0> at 0
    [ 0.195643] ACPI: Added _OSI(Module Device)
    [ 0.195645] ACPI: Added _OSI(Processor Device)
    [ 0.195645] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.195646] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.218003] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.246072] ACPI: SSDT 0000000045de3918 0003F3 (v01 PmRef Cpu0Cst 00003001 INTL 20110112)
    [ 0.246512] ACPI: Dynamic OEM Table Load:
    [ 0.246513] ACPI: SSDT (null) 0003F3 (v01 PmRef Cpu0Cst 00003001 INTL 20110112)
    [ 0.250171] ACPI: SSDT 0000000045de4698 0005DB (v01 PmRef ApIst 00003000 INTL 20110112)
    [ 0.250664] ACPI: Dynamic OEM Table Load:
    [ 0.250666] ACPI: SSDT (null) 0005DB (v01 PmRef ApIst 00003000 INTL 20110112)
    [ 0.254062] ACPI: SSDT 0000000045de2d98 000119 (v01 PmRef ApCst 00003000 INTL 20110112)
    [ 0.254498] ACPI: Dynamic OEM Table Load:
    [ 0.254499] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20110112)
    [ 2.268291] ACPI: Interpreter enabled
    [ 2.268297] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    [ 2.268302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 2.268314] ACPI: (supports S0 S3 S4 S5)
    [ 2.268315] ACPI: Using IOAPIC for interrupt routing
    [ 2.268332] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 2.268475] ACPI: No dock devices found.
    [ 2.270541] ACPI: Power Resource [APPR] (off)
    [ 2.287340] ACPI: Power Resource [COMP] (on)
    [ 2.287629] ACPI: Power Resource [LPP] (on)
    [ 2.296206] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 2.296211] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 2.296871] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    [ 2.297740] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    [ 2.298295] PCI host bridge to bus 0000:00
    [ 2.298297] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 2.298299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 2.298300] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 2.298301] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 2.298302] pci_bus 0000:00: root bus resource [mem 0x4f200000-0xdfffffff]
    [ 2.298304] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff]
    [ 2.298305] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
    [ 2.298311] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
    [ 2.298395] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    [ 2.298423] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 2.298494] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
    [ 2.298503] pci 0000:00:02.0: reg 0x10: [mem 0xcc400000-0xcc7fffff 64bit]
    [ 2.298508] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 2.298512] pci 0000:00:02.0: reg 0x20: [io 0x6000-0x603f]
    [ 2.298605] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
    [ 2.298620] pci 0000:00:14.0: reg 0x10: [mem 0xcca20000-0xcca2ffff 64bit]
    [ 2.298666] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 2.298721] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 2.298748] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
    [ 2.298767] pci 0000:00:16.0: reg 0x10: [mem 0xcca35000-0xcca3500f 64bit]
    [ 2.298825] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 2.298896] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
    [ 2.298911] pci 0000:00:16.3: reg 0x10: [io 0x60b0-0x60b7]
    [ 2.298919] pci 0000:00:16.3: reg 0x14: [mem 0xcca3c000-0xcca3cfff]
    [ 2.299046] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
    [ 2.299061] pci 0000:00:19.0: reg 0x10: [mem 0xcca00000-0xcca1ffff]
    [ 2.299069] pci 0000:00:19.0: reg 0x14: [mem 0xcca3b000-0xcca3bfff]
    [ 2.299076] pci 0000:00:19.0: reg 0x18: [io 0x6080-0x609f]
    [ 2.299131] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 2.299180] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 2.299207] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
    [ 2.299225] pci 0000:00:1a.0: reg 0x10: [mem 0xcca3a000-0xcca3a3ff]
    [ 2.299306] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 2.299357] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 2.299384] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
    [ 2.299397] pci 0000:00:1b.0: reg 0x10: [mem 0xcca30000-0xcca33fff 64bit]
    [ 2.299455] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 2.299525] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
    [ 2.299590] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 2.299664] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
    [ 2.299721] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 2.299772] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 2.299795] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
    [ 2.299853] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
    [ 2.299904] pci 0000:00:1c.6: System wakeup disabled by ACPI
    [ 2.299928] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
    [ 2.299986] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    [ 2.300037] pci 0000:00:1c.7: System wakeup disabled by ACPI
    [ 2.300063] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
    [ 2.300083] pci 0000:00:1d.0: reg 0x10: [mem 0xcca39000-0xcca393ff]
    [ 2.300163] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 2.300215] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 2.300241] pci 0000:00:1f.0: [8086:8c4f] type 00 class 0x060100
    [ 2.300400] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
    [ 2.300414] pci 0000:00:1f.2: reg 0x10: [io 0x60a8-0x60af]
    [ 2.300421] pci 0000:00:1f.2: reg 0x14: [io 0x60bc-0x60bf]
    [ 2.300428] pci 0000:00:1f.2: reg 0x18: [io 0x60a0-0x60a7]
    [ 2.300435] pci 0000:00:1f.2: reg 0x1c: [io 0x60b8-0x60bb]
    [ 2.300442] pci 0000:00:1f.2: reg 0x20: [io 0x6060-0x607f]
    [ 2.300448] pci 0000:00:1f.2: reg 0x24: [mem 0xcca38000-0xcca387ff]
    [ 2.300482] pci 0000:00:1f.2: PME# supported from D3hot
    [ 2.300546] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
    [ 2.300560] pci 0000:00:1f.3: reg 0x10: [mem 0xcca34000-0xcca340ff 64bit]
    [ 2.300578] pci 0000:00:1f.3: reg 0x20: [io 0xef80-0xef9f]
    [ 2.300706] pci 0000:01:00.0: [10de:11fc] type 00 class 0x030000
    [ 2.300719] pci 0000:01:00.0: reg 0x10: [mem 0xcb000000-0xcbffffff]
    [ 2.300733] pci 0000:01:00.0: reg 0x14: [mem 0x50000000-0x5fffffff 64bit pref]
    [ 2.300746] pci 0000:01:00.0: reg 0x1c: [mem 0x60000000-0x61ffffff 64bit pref]
    [ 2.300755] pci 0000:01:00.0: reg 0x24: [io 0x5000-0x507f]
    [ 2.300763] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 2.300868] pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
    [ 2.300883] pci 0000:01:00.1: reg 0x10: [mem 0xcc000000-0xcc003fff]
    [ 2.306710] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 2.306712] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 2.306714] pci 0000:00:01.0: bridge window [mem 0xcb000000-0xcc0fffff]
    [ 2.306717] pci 0000:00:01.0: bridge window [mem 0x50000000-0x61ffffff 64bit pref]
    [ 2.306776] acpiphp: Slot [1] registered
    [ 2.306781] pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
    [ 2.306787] pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xca0fffff]
    [ 2.306792] pci 0000:00:1c.0: bridge window [mem 0x70000000-0x91ffffff 64bit pref]
    [ 2.306850] acpiphp: Slot [1-1] registered
    [ 2.306888] pci 0000:00:1c.4: PCI bridge to [bus 3b-5b]
    [ 2.306892] pci 0000:00:1c.4: bridge window [io 0x3000-0x4fff]
    [ 2.306895] pci 0000:00:1c.4: bridge window [mem 0xb0000000-0xb3ffffff]
    [ 2.306998] pci 0000:5c:00.0: [8086:088e] type 00 class 0x028000
    [ 2.307064] pci 0000:5c:00.0: reg 0x10: [mem 0xcc900000-0xcc901fff 64bit]
    [ 2.307300] pci 0000:5c:00.0: PME# supported from D0 D3hot D3cold
    [ 2.314738] pci 0000:00:1c.6: PCI bridge to [bus 5c]
    [ 2.314743] pci 0000:00:1c.6: bridge window [mem 0xcc900000-0xcc9fffff]
    [ 2.314860] pci 0000:5d:00.0: [10ec:5249] type 00 class 0xff0000
    [ 2.314923] pci 0000:5d:00.0: reg 0x10: [mem 0xcc800000-0xcc800fff]
    [ 2.315269] pci 0000:5d:00.0: supports D1 D2
    [ 2.315270] pci 0000:5d:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 2.322736] pci 0000:00:1c.7: PCI bridge to [bus 5d]
    [ 2.322741] pci 0000:00:1c.7: bridge window [mem 0xcc800000-0xcc8fffff]
    [ 2.322799] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 2.323663] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323700] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323734] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323768] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 2.323802] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 2.323835] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 2.323869] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 2.323903] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 2.324240] ACPI: Enabled 7 GPEs in block 00 to 3F
    [ 2.324246] ACPI: \_SB_.PCI0: notify handler is installed
    [ 2.324298] Found 1 acpi root devices
    [ 2.324457] ACPI : EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
    [ 2.324517] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 2.324521] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 2.324522] vgaarb: loaded
    [ 2.324523] vgaarb: bridge control possible 0000:01:00.0
    [ 2.324524] vgaarb: no bridge control possible 0000:00:02.0
    [ 2.324635] SCSI subsystem initialized
    [ 2.324664] libata version 3.00 loaded.
    [ 2.324678] ACPI: bus type USB registered
    [ 2.324688] usbcore: registered new interface driver usbfs
    [ 2.324693] usbcore: registered new interface driver hub
    [ 2.324707] usbcore: registered new device driver usb
    [ 2.324786] PCI: Using ACPI for IRQ routing
    [ 2.330294] PCI: pci_cache_line_size set to 64 bytes
    [ 2.330342] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
    [ 2.330343] e820: reserve RAM buffer [mem 0x44b7f000-0x47ffffff]
    [ 2.330345] e820: reserve RAM buffer [mem 0x46000000-0x47ffffff]
    [ 2.330346] e820: reserve RAM buffer [mem 0x4aee00000-0x4afffffff]
    [ 2.330402] NetLabel: Initializing
    [ 2.330403] NetLabel: domain hash size = 128
    [ 2.330403] NetLabel: protocols = UNLABELED CIPSOv4
    [ 2.330412] NetLabel: unlabeled traffic allowed by default
    [ 2.330452] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 2.330457] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 2.332489] Switched to clocksource hpet
    [ 2.335878] AppArmor: AppArmor Filesystem Enabled
    [ 2.335891] pnp: PnP ACPI init
    [ 2.335898] ACPI: bus type PNP registered
    [ 2.336030] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 2.336032] system 00:00: [mem 0xfed10000-0xfed17fff] could not be reserved
    [ 2.336033] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 2.336035] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 2.336036] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 2.336037] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 2.336039] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 2.336040] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 2.336042] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 2.336043] system 00:00: [mem 0x4f210000-0x4f21ffff] has been reserved
    [ 2.336045] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 2.336141] pnp 00:01: [dma 4]
    [ 2.336154] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 2.336171] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 2.336216] pnp 00:03: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
    [ 2.336288] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 2.336322] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 2.336351] system 00:06: [io 0x0200-0x027f] has been reserved
    [ 2.336353] system 00:06: [io 0xffff] has been reserved
    [ 2.336354] system 00:06: [io 0xffff] has been reserved
    [ 2.336355] system 00:06: [io 0xffff] has been reserved
    [ 2.336357] system 00:06: [io 0x1800-0x18fe] could not be reserved
    [ 2.336358] system 00:06: [io 0xef80-0xef9f] has been reserved
    [ 2.336360] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 2.336393] system 00:07: [io 0x0800-0x087f] has been reserved
    [ 2.336395] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 2.336413] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 2.336712] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
    [ 2.336939] pnp 00:0a: [dma 0 disabled]
    [ 2.336985] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 2.337008] pnp 00:0b: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
    [ 2.337027] pnp 00:0c: Plug and Play ACPI device, IDs SYN300a SYN0100 SYN0002 PNP0f13 (active)
    [ 2.337195] pnp 00:0d: Plug and Play ACPI device, IDs HPQ6007 (active)
    [ 2.337255] system 00:0e: [mem 0x20000000-0x201fffff] could not be reserved
    [ 2.337257] system 00:0e: [mem 0x40004000-0x40004fff] could not be reserved
    [ 2.337259] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 2.337398] pnp: PnP ACPI: found 15 devices
    [ 2.337399] ACPI: bus type PNP unregistered
    [ 2.343175] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 2.343188] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 1000
    [ 2.343196] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3b-5b] add_size 200000
    [ 2.343209] pci 0000:00:1c.7: bridge window [io 0x1000-0x0fff] to [bus 5d] add_size 1000
    [ 2.343210] pci 0000:00:1c.7: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 5d] add_size 200000
    [ 2.343215] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 2.343216] pci 0000:00:1c.7: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 2.343217] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 2.343219] pci 0000:00:1c.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 2.343222] pci 0000:00:1c.4: BAR 15: assigned [mem 0x4f300000-0x4f4fffff 64bit pref]
    [ 2.343224] pci 0000:00:1c.7: BAR 15: assigned [mem 0x4f500000-0x4f6fffff 64bit pref]
    [ 2.343225] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 2.343227] pci 0000:00:1c.7: BAR 13: assigned [io 0x7000-0x7fff]
    [ 2.343229] pci 0000:01:00.0: BAR 6: assigned [mem 0xcc080000-0xcc0fffff pref]
    [ 2.343231] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 2.343233] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 2.343235] pci 0000:00:01.0: bridge window [mem 0xcb000000-0xcc0fffff]
    [ 2.343237] pci 0000:00:01.0: bridge window [mem 0x50000000-0x61ffffff 64bit pref]
    [ 2.343240] pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
    [ 2.343243] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 2.343247] pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xca0fffff]
    [ 2.343251] pci 0000:00:1c.0: bridge window [mem 0x70000000-0x91ffffff 64bit pref]
    [ 2.343256] pci 0000:00:1c.4: PCI bridge to [bus 3b-5b]
    [ 2.343259] pci 0000:00:1c.4: bridge window [io 0x3000-0x4fff]
    [ 2.343263] pci 0000:00:1c.4: bridge window [mem 0xb0000000-0xb3ffffff]
    [ 2.343267] pci 0000:00:1c.4: bridge window [mem 0x4f300000-0x4f4fffff 64bit pref]
    [ 2.343272] pci 0000:00:1c.6: PCI bridge to [bus 5c]
    [ 2.343276] pci 0000:00:1c.6: bridge window [mem 0xcc900000-0xcc9fffff]
    [ 2.343283] pci 0000:00:1c.7: PCI bridge to [bus 5d]
    [ 2.343285] pci 0000:00:1c.7: bridge window [io 0x7000-0x7fff]
    [ 2.343289] pci 0000:00:1c.7: bridge window [mem 0xcc800000-0xcc8fffff]
    [ 2.343293] pci 0000:00:1c.7: bridge window [mem 0x4f500000-0x4f6fffff 64bit pref]
    [ 2.343298] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 2.343300] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 2.343301] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 2.343302] pci_bus 0000:00: resource 7 [mem 0x4f200000-0xdfffffff]
    [ 2.343303] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff]
    [ 2.343304] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff]
    [ 2.343306] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    [ 2.343307] pci_bus 0000:01: resource 1 [mem 0xcb000000-0xcc0fffff]
    [ 2.343308] pci_bus 0000:01: resource 2 [mem 0x50000000-0x61ffffff 64bit pref]
    [ 2.343309] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 2.343311] pci_bus 0000:02: resource 1 [mem 0xb4000000-0xca0fffff]
    [ 2.343312] pci_bus 0000:02: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
    [ 2.343313] pci_bus 0000:3b: resource 0 [io 0x3000-0x4fff]
    [ 2.343314] pci_bus 0000:3b: resource 1 [mem 0xb0000000-0xb3ffffff]
    [ 2.343315] pci_bus 0000:3b: resource 2 [mem 0x4f300000-0x4f4fffff 64bit pref]
    [ 2.343317] pci_bus 0000:5c: resource 1 [mem 0xcc900000-0xcc9fffff]
    [ 2.343318] pci_bus 0000:5d: resource 0 [io 0x7000-0x7fff]
    [ 2.343319] pci_bus 0000:5d: resource 1 [mem 0xcc800000-0xcc8fffff]
    [ 2.343320] pci_bus 0000:5d: resource 2 [mem 0x4f500000-0x4f6fffff 64bit pref]
    [ 2.343341] NET: Registered protocol family 2
    [ 2.343489] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 2.343658] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 2.343769] TCP: Hash tables configured (established 131072 bind 65536)
    [ 2.343782] TCP: reno registered
    [ 2.343798] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 2.343840] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 2.343907] NET: Registered protocol family 1
    [ 2.343916] pci 0000:00:02.0: Boot video device
    [ 2.343923] pci 0000:00:14.0: enabling device (0000 -> 0002)
    [ 2.344387] PCI: CLS 64 bytes, default 64
    [ 2.344426] Trying to unpack rootfs image as initramfs...
    [ 2.581584] Freeing initrd memory: 18464K (ffff880035be0000 - ffff880036de8000)
    [ 2.581588] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.581590] software IO TLB [mem 0x40b7f000-0x44b7f000] (64MB) mapped at [ffff880040b7f000-ffff880044b7efff]
    [ 2.581814] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581821] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581827] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581834] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581839] microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581845] microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581851] microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581858] microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x16
    [ 2.581891] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.581892] Scanning for low memory corruption every 60 seconds
    [ 2.582096] Initialise system trusted keyring
    [ 2.582129] audit: initializing netlink socket (disabled)
    [ 2.582137] type=2000 audit(1429303787.580:1): initialized
    [ 2.605505] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.606581] zbud: loaded
    [ 2.606685] VFS: Disk quotas dquot_6.5.2
    [ 2.606715] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.606997] fuse init (API version 7.22)
    [ 2.607048] msgmni has been set to 31698
    [ 2.607084] Key type big_key registered
    [ 2.607458] Key type asymmetric registered
    [ 2.607459] Asymmetric key parser 'x509' registered
    [ 2.607478] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.607514] io scheduler noop registered
    [ 2.607516] io scheduler deadline registered (default)
    [ 2.607531] io scheduler cfq registered
    [ 2.607686] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 2.608087] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.608097] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.608122] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 2.608123] vesafb: scrolling: redraw
    [ 2.608124] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 2.608661] vesafb: framebuffer at 0xa0000000, mapped to 0xffffc90011c00000, using 8128k, total 8128k
    [ 2.763515] Console: switching to colour frame buffer device 240x67
    [ 2.917758] fb0: VESA VGA frame buffer device
    [ 2.917770] intel_idle: MWAIT substates: 0x42120
    [ 2.917771] intel_idle: v0.4 model 0x3C
    [ 2.917771] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.917911] ipmi message handler version 39.2
    [ 2.918057] ACPI: AC Adapter [AC] (on-line)
    [ 2.918197] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
    [ 2.918201] ACPI: Sleep Button [SLPB]
    [ 2.918223] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 2.918238] ACPI: Lid Switch [LID]
    [ 2.918260] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 2.918261] ACPI: Power Button [PWRF]
    [ 2.943141] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.943143] ACPI: Thermal Zone [CPUZ] (49 C)
    [ 2.957429] ACPI Error: [CFGD] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
    [ 2.957433] ACPI Error: Method parse/execution failed [\_TZ_.PSL_] (Node ffff88049846d410), AE_NOT_FOUND (20131115/psparse-536)
    [ 2.957437] ACPI Error: Method parse/execution failed [\_TZ_.GFXZ._PSL] (Node ffff88049846d000), AE_NOT_FOUND (20131115/psparse-536)
    [ 2.957440] ACPI: Invalid passive threshold
    [ 2.967568] thermal LNXTHERM:01: registered as thermal_zone1
    [ 2.967569] ACPI: Thermal Zone [GFXZ] (36 C)
    [ 2.982819] thermal LNXTHERM:02: registered as thermal_zone2
    [ 2.982820] ACPI: Thermal Zone [EXTZ] (0 C)
    [ 2.998086] thermal LNXTHERM:03: registered as thermal_zone3
    [ 2.998087] ACPI: Thermal Zone [LOCZ] (0 C)
    [ 3.003351] ACPI Error: [CFGD] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
    [ 3.003354] ACPI Error: Method parse/execution failed [\_TZ_.PSL_] (Node ffff88049846d410), AE_NOT_FOUND (20131115/psparse-536)
    [ 3.003357] ACPI Error: Method parse/execution failed [\_TZ_.BATZ._PSL] (Node ffff88049846d230), AE_NOT_FOUND (20131115/psparse-536)
    [ 3.003360] ACPI: Invalid passive threshold
    [ 3.013372] thermal LNXTHERM:04: registered as thermal_zone4
    [ 3.013374] ACPI: Thermal Zone [BATZ] (28 C)
    [ 3.013559] thermal LNXTHERM:05: registered as thermal_zone5
    [ 3.013560] ACPI: Thermal Zone [PCHZ] (59 C)
    [ 3.013623] thermal LNXTHERM:06: registered as thermal_zone6
    [ 3.013624] ACPI: Thermal Zone [DM1Z] (0 C)
    [ 3.013684] thermal LNXTHERM:07: registered as thermal_zone7
    [ 3.013685] ACPI: Thermal Zone [DM2Z] (0 C)
    [ 3.013706] GHES: HEST is not enabled!
    [ 3.013781] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
    [ 3.034219] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [ 3.055810] 0000:00:16.3: ttyS4 at I/O 0x60b0 (irq = 19, base_baud = 115200) is a 16550A
    [ 3.056055] Linux agpgart interface v0.103
    [ 3.056183] tpm_tis 00:03: 1.2 TPM (device-id 0xB, rev-id 16)
    [ 3.057331] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 3.057335] ACPI: Battery Slot [BAT0] (battery present)
    [ 3.057372] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 3.057375] ACPI: Battery Slot [BAT1] (battery absent)
    [ 3.352138] tpm_tis 00:03: TPM is disabled/deactivated (0x7)
    [ 3.353165] brd: module loaded
    [ 3.353594] loop: module loaded
    [ 3.353831] libphy: Fixed MDIO Bus: probed
    [ 3.353886] tun: Universal TUN/TAP device driver, 1.6
    [ 3.353887] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
    [ 3.353914] PPP generic driver version 2.4.2
    [ 3.353943] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 3.353946] ehci-pci: EHCI PCI platform driver
    [ 3.354051] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 3.354055] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 3.354066] ehci-pci 0000:00:1a.0: debug port 2
    [ 3.357954] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 3.357966] ehci-pci 0000:00:1a.0: irq 16, io mem 0xcca3a000
    [ 3.368127] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 3.368158] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.368159] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.368161] usb usb1: Product: EHCI Host Controller
    [ 3.368162] usb usb1: Manufacturer: Linux 3.13.0-32-generic ehci_hcd
    [ 3.368163] usb usb1: SerialNumber: 0000:00:1a.0
    [ 3.368233] hub 1-0:1.0: USB hub found
    [ 3.368238] hub 1-0:1.0: 3 ports detected
    [ 3.368420] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 3.368424] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 3.368434] ehci-pci 0000:00:1d.0: debug port 2
    [ 3.372323] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 3.372334] ehci-pci 0000:00:1d.0: irq 17, io mem 0xcca39000
    [ 3.384119] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 3.384147] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.384148] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.384149] usb usb2: Product: EHCI Host Controller
    [ 3.384150] usb usb2: Manufacturer: Linux 3.13.0-32-generic ehci_hcd
    [ 3.384151] usb usb2: SerialNumber: 0000:00:1d.0
    [ 3.384234] hub 2-0:1.0: USB hub found
    [ 3.384238] hub 2-0:1.0: 3 ports detected
    [ 3.384329] ehci-platform: EHCI generic platform driver
    [ 3.384335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 3.384336] ohci-pci: OHCI PCI platform driver
    [ 3.384342] ohci-platform: OHCI generic platform driver
    [ 3.384346] uhci_hcd: USB Universal Host Controller Interface driver
    [ 3.384439] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 3.384443] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 3.384525] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 3.384540] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    [ 3.384587] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [ 3.384589] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.384590] usb usb3: Product: xHCI Host Controller
    [ 3.384591] usb usb3: Manufacturer: Linux 3.13.0-32-generic xhci_hcd
    [ 3.384592] usb usb3: SerialNumber: 0000:00:14.0
    [ 3.384673] hub 3-0:1.0: USB hub found
    [ 3.384690] hub 3-0:1.0: 15 ports detected
    [ 3.385431] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 3.385434] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 3.385468] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
    [ 3.385470] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 3.385471] usb usb4: Product: xHCI Host Controller
    [ 3.385472] usb usb4: Manufacturer: Linux 3.13.0-32-generic xhci_hcd
    [ 3.385473] usb usb4: SerialNumber: 0000:00:14.0
    [ 3.385551] hub 4-0:1.0: USB hub found
    [ 3.385562] hub 4-0:1.0: 6 ports detected
    [ 3.392184] i8042: PNP: PS/2 Controller [PNP0303S2K,PNP0f13S2M] at 0x60,0x64 irq 1,12
    [ 3.393372] i8042: Detected active multiplexing controller, rev 1.1
    [ 3.394020] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 3.394023] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 3.394040] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 3.394051] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 3.394062] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 3.394254] mousedev: PS/2 mouse device common for all mice
    [ 3.394420] rtc_cmos 00:08: RTC can wake from S4
    [ 3.394538] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    [ 3.394563] rtc_cmos 00:08: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 3.394608] device-mapper: uevent: version 1.0.3
    [ 3.394668] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 3.394673] ledtrig-cpu: registered to indicate activity on CPUs
    [ 3.394743] TCP: cubic registered
    [ 3.394800] NET: Registered protocol family 10
    [ 3.394914] NET: Registered protocol family 17
    [ 3.394922] Key type dns_resolver registered
    [ 3.395160] Loading compiled-in X.509 certificates
    [ 3.395793] Loaded X.509 cert 'Magrathea: Glacier signing key: 223a1a1af7ef14be22890f9d1cc63d083fee59bf'
    [ 3.395800] registered taskstats version 1
    [ 3.397885] Key type trusted registered
    [ 3.399811] Key type encrypted registered
    [ 3.401785] AppArmor: AppArmor sha1 policy hashing enabled
    [ 3.419579] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    [ 3.460151] tpm_tis 00:03: A TPM error (7) occurred attempting to read a pcr value
    [ 3.460154] IMA: No TPM chip found, activating TPM-bypass!
    [ 3.460705] regulator-dummy: disabling
    [ 3.460903] Magic number: 11:175:852
    [ 3.461055] rtc_cmos 00:08: setting system clock to 2015-04-17 20:49:48 UTC (1429303788)
    [ 3.462218] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
    [ 3.462219] EDD information not available.
    [ 3.462247] PM: Hibernation image not present or could not be loaded.
    [ 3.463163] Freeing unused kernel memory: 1356K (ffffffff81d1e000 - ffffffff81e71000)
    [ 3.463165] Write protecting the kernel read-only data&colon; 12288k
    [ 3.464381] Freeing unused kernel memory: 580K (ffff88000176f000 - ffff880001800000)
    [ 3.465532] Freeing unused kernel memory: 612K (ffff880001b67000 - ffff880001c00000)
    [ 3.478948] udevd[143]: starting version 175
    [ 3.509828] pps_core: LinuxPPS API ver. 1 registered
    [ 3.509831] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
    [ 3.511322] PTP clock support registered
    [ 3.511576] rtsx_pci 0000:5d:00.0: irq 42 for MSI/MSI-X
    [ 3.511591] rtsx_pci 0000:5d:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 42
    [ 3.513783] ahci 0000:00:1f.2: version 3.0
    [ 3.513949] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 3.513977] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 3.514002] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xd impl SATA mode
    [ 3.514005] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
    [ 3.515548] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
    [ 3.515549] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
    [ 3.528600] scsi0 : ahci
    [ 3.528832] scsi1 : ahci
    [ 3.528908] scsi2 : ahci
    [ 3.528979] scsi3 : ahci
    [ 3.529074] scsi4 : ahci
    [ 3.529152] scsi5 : ahci
    [ 3.529185] ata1: SATA max UDMA/133 abar m2048@0xcca38000 port 0xcca38100 irq 43
    [ 3.529186] ata2: DUMMY
    [ 3.529189] ata3: SATA max UDMA/133 abar m2048@0xcca38000 port 0xcca38200 irq 43
    [ 3.529191] ata4: SATA max UDMA/133 abar m2048@0xcca38000 port 0xcca38280 irq 43
    [ 3.529192] ata5: DUMMY
    [ 3.529193] ata6: DUMMY
    [ 3.529421] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
    [ 3.529440] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 3.580099] tsc: Refined TSC clocksource calibration: 2693.762 MHz
    [ 3.596226] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
    [ 3.612542] usb 4-1: New USB device found, idVendor=0424, idProduct=5434
    [ 3.612545] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
    [ 3.612547] usb 4-1: Product: USB5534
    [ 3.612548] usb 4-1: Manufacturer: SMSC
    [ 3.612549] usb 4-1: SerialNumber: 1239567
    [ 3.614189] hub 4-1:1.0: USB hub found
    [ 3.614228] hub 4-1:1.0: 4 ports detected
    [ 3.697128] e1000e 0000:00:19.0 eth0: registered PHC clock
    [ 3.697131] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 5c:b9:01:fc:9d:75
    [ 3.697132] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 3.697163] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
    [ 3.724083] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 3.848014] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.848677] ata1.00: ATA-9: SanDisk SD6SB1M-256G-1006, X231706, max UDMA/100
    [ 3.848680] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 3.849416] ata1.00: configured for UDMA/100
    [ 3.849580] scsi 0:0:0:0: Direct-Access ATA SanDisk SD6SB1M- X231 PQ: 0 ANSI: 5
    [ 3.849710] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 3.849746] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 3.849748] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.849750] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.849764] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.850612] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    [ 3.851144] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.856328] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
    [ 3.856331] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 3.856471] hub 1-1:1.0: USB hub found
    [ 3.856575] hub 1-1:1.0: 6 ports detected
    [ 3.967974] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 4.100292] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
    [ 4.100295] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 4.100529] hub 2-1:1.0: USB hub found
    [ 4.100626] hub 2-1:1.0: 8 ports detected
    [ 4.167897] ata3: SATA link down (SStatus 0 SControl 300)
    [ 4.267892] usb 3-1: new high-speed USB device number 2 using xhci_hcd
    [ 4.284185] usb 3-1: New USB device found, idVendor=0424, idProduct=5434
    [ 4.284188] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 4.284596] hub 3-1:1.0: USB hub found
    [ 4.284626] hub 3-1:1.0: 4 ports detected
    [ 4.451824] usb 3-5: new full-speed USB device number 3 using xhci_hcd
    [ 4.469313] usb 3-5: New USB device found, idVendor=138a, idProduct=003f
    [ 4.469316] usb 3-5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [ 4.469318] usb 3-5: SerialNumber: 0030e4b96e96
    [ 4.487780] ata4: SATA link down (SStatus 0 SControl 300)
    [ 4.530624] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
    [ 4.530627] EXT4-fs (sda5): write access will be enabled during recovery
    [ 4.579770] Switched to clocksource tsc
    [ 4.635700] usb 3-7: new high-speed USB device number 4 using xhci_hcd
    [ 4.702947] EXT4-fs (sda5): orphan cleanup on readonly fs
    [ 4.702996] EXT4-fs (sda5): 2 orphan inodes deleted
    [ 4.702997] EXT4-fs (sda5): recovery complete
    [ 4.706848] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.736086] usb 3-7: New USB device found, idVendor=05c8, idProduct=0369
    [ 4.736089] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 4.736090] usb 3-7: Product: HP HD Webcam
    [ 4.736092] usb 3-7: Manufacturer: SunplusIT INC.
    [ 4.777998] random: init urandom read with 97 bits of entropy available
    [ 4.815946] init: ureadahead main process (382) terminated with status 5
    [ 4.872399] Adding 8390772k swap on /dev/sda6. Priority:-1 extents:1 across:8390772k SSFS
    [ 4.910276] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
    [ 4.910848] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 4.915232] udevd[465]: starting version 175
    [ 4.919590] usb 3-11: new high-speed USB device number 5 using xhci_hcd
    [ 4.937952] usb 3-11: New USB device found, idVendor=03f0, idProduct=521d
    [ 4.937956] usb 3-11: New USB device strings: Mfr=5, Product=4, SerialNumber=0
    [ 4.937959] usb 3-11: Product: HP hs3110 HSPA+ Mobile Broadband Device
    [ 4.937961] usb 3-11: Manufacturer: Hewlett-Packard
    [ 4.941014] lp: driver loaded but no devices found
    [ 4.969070] Initializing HPQ6001 module
    [ 4.969146] input: HP Wireless hotkeys as /devices/virtual/input/input8
    [ 4.977289] wmi: Mapper loaded
    [ 4.985916] [drm] Initialized drm 1.1.0 20060810
    [ 4.991703] hp_accel: laptop model unknown, using default axes configuration
    [ 4.998586] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X
    [ 5.004770] parport_pc 00:0a: reported by Plug and Play ACPI
    [ 5.004867] parport0: PC-style at 0x378 (0x778), irq 5, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
    [ 5.013849] [drm] Memory usable by graphics device = 2048M
    [ 5.013854] checking generic (a0000000 7f0000) vs hw (a0000000 10000000)
    [ 5.013856] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 5.013874] Console: switching to colour dummy device 80x25
    [ 5.030434] random: nonblocking pool is initialized
    [ 5.031503] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.036770] ppdev: user-space parallel port driver
    [ 5.039277] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 5.039280] Copyright(c) 2003-2013 Intel Corporation
    [ 5.039419] iwlwifi 0000:5c:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 5.039474] iwlwifi 0000:5c:00.0: irq 46 for MSI/MSI-X
    [ 5.045123] type=1400 audit(1429292990.079:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=725 comm="apparmor_parser"
    [ 5.045130] type=1400 audit(1429292990.079:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=725 comm="apparmor_parser"
    [ 5.045135] type=1400 audit(1429292990.079:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=725 comm="apparmor_parser"
    [ 5.045666] type=1400 audit(1429292990.079:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=725 comm="apparmor_parser"
    [ 5.045672] type=1400 audit(1429292990.079:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=725 comm="apparmor_parser"
    [ 5.045949] type=1400 audit(1429292990.079:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=725 comm="apparmor_parser"
    [ 5.049977] Bluetooth: Core ver 2.17
    [ 5.049990] NET: Registered protocol family 31
    [ 5.049991] Bluetooth: HCI device and connection manager initialized
    [ 5.049998] Bluetooth: HCI socket layer initialized
    [ 5.050001] Bluetooth: L2CAP socket layer initialized
    [ 5.050005] Bluetooth: SCO socket layer initialized
    [ 5.051107] iwlwifi 0000:5c:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 5.057904] Bluetooth: RFCOMM TTY layer initialized
    [ 5.057915] Bluetooth: RFCOMM socket layer initialized
    [ 5.057920] Bluetooth: RFCOMM ver 1.11
    [ 5.061071] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 5.061074] Bluetooth: BNEP filters: protocol multicast
    [ 5.061082] Bluetooth: BNEP socket layer initialized
    [ 5.063649] i915 0000:00:02.0: irq 47 for MSI/MSI-X
    [ 5.063657] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 5.063658] [drm] Driver supports precise vblank timestamp query.
    [ 5.063906] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=nonewns=none
    [ 5.073667] iwlwifi 0000:5c:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 5.073671] iwlwifi 0000:5c:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
    [ 5.073673] iwlwifi 0000:5c:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 5.073676] iwlwifi 0000:5c:00.0: Detected Intel(R) Centrino(R) Advanced-N 6235 AGN, REV=0xB0
    [ 5.073733] iwlwifi 0000:5c:00.0: L1 Disabled; Enabling L0S
    [ 5.099787] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 5.107517] usb 3-12: new full-speed USB device number 6 using xhci_hcd
    [ 5.107863] lp0: using parport0 (interrupt-driven).
    [ 5.117196] MXM: GUID detected in BIOS
    [ 5.117211] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.127446] usb 3-12: New USB device found, idVendor=8087, idProduct=07da
    [ 5.127450] usb 3-12: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 5.136368] usbcore: registered new interface driver btusb
    [ 5.139414] init: failsafe main process (863) killed by TERM signal
    [ 5.153066] type=1400 audit(1429292990.187:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=953 comm="apparmor_parser"
    [ 5.153074] type=1400 audit(1429292990.187:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=953 comm="apparmor_parser"
    [ 5.153638] type=1400 audit(1429292990.187:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=953 comm="apparmor_parser"
    [ 5.175774] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.215491] usb 3-1.2: new high-speed USB device number 7 using xhci_hcd
    [ 5.231627] usb 3-1.2: New USB device found, idVendor=0424, idProduct=2512
    [ 5.231630] usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    [ 5.232078] hub 3-1.2:1.0: USB hub found
    [ 5.232107] hub 3-1.2:1.0: 2 ports detected
    [ 5.245239] Linux video capture interface: v2.00
    [ 5.249575] uvcvideo: Found UVC 1.00 device HP HD Webcam (05c8:0369)
    [ 5.258139] input: HP HD Webcam as /devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input12
    [ 5.258213] usbcore: registered new interface driver uvcvideo
    [ 5.258215] USB Video Class driver (1.1.1)
    [ 5.267740] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.267757] input: HP WMI hotkeys as /devices/virtual/input/input11
    [ 5.299688] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.342957] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 5.372070] lis3lv02d: 8 bits 3DC sensor found
    [ 5.372127] ACPI Warning: \_SB_.PCI0.PEGP.DGFX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 5.385320] fbcon: inteldrmfb (fb0) is primary device
    [ 5.408760] psmouse serio2: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    [ 5.416127] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
    [ 5.416135] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEGP.DGFX handle
    [ 5.443465] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
    [ 5.443566] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 5.443818] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 5.444803] iwlwifi 0000:5c:00.0: L1 Disabled; Enabling L0S
    [ 5.451546] iwlwifi 0000:5c:00.0: Radio type=0x2-0x1-0x0
    [ 5.507433] usb 3-1.2.1: new low-speed USB device number 8 using xhci_hcd
    [ 5.530647] usb 3-1.2.1: New USB device found, idVendor=046d, idProduct=c045
    [ 5.530649] usb 3-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 5.530650] usb 3-1.2.1: Product: USB-PS/2 Optical Mouse
    [ 5.530651] usb 3-1.2.1: Manufacturer: Logitech
    [ 5.530803] usb 3-1.2.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 5.603397] usb 3-1.2.2: new low-speed USB device number 9 using xhci_hcd
    [ 5.642247] usb 3-1.2.2: New USB device found, idVendor=03f0, idProduct=034a
    [ 5.642249] usb 3-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [ 5.642250] usb 3-1.2.2: Product: HP Elite USB Keyboard
    [ 5.642251] usb 3-1.2.2: Manufacturer: Chicony
    [ 5.642359] usb 3-1.2.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 5.642365] usb 3-1.2.2: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 5.650544] hidraw: raw HID events driver (C) Jiri Kosina
    [ 5.672470] usbcore: registered new interface driver usbhid
    [ 5.672471] usbhid: USB HID core driver
    [ 5.676000] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2.1/3-1.2.1:1.0/input/input13
    [ 5.676142] hid-generic 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:14.0-1.2.1/input0
    [ 5.676260] input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2.2/3-1.2.2:1.0/input/input14
    [ 5.676361] hid-generic 0003:03F0:034A.0002: input,hidraw1: USB HID v1.10 Keyboard [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-1.2.2/input0
    [ 5.679926] input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1.2/3-1.2.2/3-1.2.2:1.1/input/input15
    [ 5.680033] hid-generic 0003:03F0:034A.0003: input,hidraw2: USB HID v1.10 Device [Chicony HP Elite USB Keyboard] on usb-0000:00:14.0-1.2.2/input1
    [ 5.724422] iwlwifi 0000:5c:00.0: L1 Disabled; Enabling L0S
    [ 5.731055] iwlwifi 0000:5c:00.0: Radio type=0x2-0x1-0x0
    [ 5.819472] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 5.819868] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 6.122492] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input10
    [ 6.743022] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input17
    [ 6.791046] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 6.950914] Console: switching to colour frame buffer device 240x67
    [ 6.954403] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 6.954405] i915 0000:00:02.0: registered panic notifier
    [ 6.954426] nouveau 0000:01:00.0: enabling device (0004 -> 0007)
    [ 6.954972] ACPI: Video Device [DGFX] (multi-head: yes rom: yes post: no)
    [ 6.955055] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input18
    [ 6.959873] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 6.959978] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input19
    [ 6.960085] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 6.960160] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
    [ 6.960166] ACPI: If an ACPI driver is

    @emeres: Sorry, yes, it's an HP 2013 UltraSlim Docking Station. I figured it was the only one compatible with the notebook model I provided.
    Regarding any electrical circuitry or controls... well, sure, I'm assuming there's some circuitry in there
    I'll give a whirl at using that two screen setup when I get a chance. I'm not inclined to think I need to hard-code it in a xorg conf file of some sort given that xrandr finds it just fine. I'm just perplexed by why it goes AWOL after one connect/disconnect. Now that you mention it, it could be the docking station internals, as I'm assuming most folks would be using this to plug in their computer, then completely remove it to go elsewhere, and then come back to their desk. Thus, they'd be physically disconnecting it vs. just toggling?
    That said, I'm pretty sure I can use Windows Fn+F4 to toggle laptop vs. laptop + "projector" (what Win7 calls any external display) all day with no issues, so I'd think xrandr should be able to do the same?
    Thanks for the input and links.

  • Veritas NetBackup using backint: error -8020 Reply buffer filled

    Hi All
    I'm trying to configure NetBackup on one of our SAP BW 7.0 system with MaxDB 7.6.00.35 running on Linux. I followed sap help and configure the backint. But when I execute the backup I'm getting the following error.
    Constructed the following reply:
    ERR
    -24920,ERR_BACKUPOP: backup operation was unsuccessful
    The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Reply buffer filled.
    following is the dbm.ebp
    2007-06-26 21:35:40
    Setting environment variable 'TEMP' for the directory for temporary files and pipes to default ''.
    Setting environment variable 'TMP' for the directory for temporary files and pipes to default ''.
    Using connection to Backint for MaxDB Interface.
    2007-06-26 21:35:40
    Checking existence and configuration of Backint for MaxDB.
    Using configuration variable 'BSI_ENV' = '/sapdb/data/wrk/BWA/backint/config' as path of the configuration file of Backint for MaxDB.
    Setting environment variable 'BSI_ENV' for the path of the configuration file of Backint for MaxDB to configuration value '/sapdb/data/wrk/BWA/backint/config'.
    Reading the Backint for MaxDB configuration file '/sapdb/data/wrk/BWA/backint/config'.
    Found keyword 'BACKINT' with value '/sapdb/BWA/db/bin/backint'.
    Found keyword 'INPUT' with value '/sapdb/data/wrk/BWA/backint/backint4MAXDB.in'.
    Found keyword 'OUTPUT' with value '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out'.
    Found keyword 'ERROROUTPUT' with value '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err'.
    Found keyword 'PARAMETERFILE' with value '/sapdb/data/wrk/BWA/backint/adapter.para'.
    Found keyword 'TIMEOUT_SUCCESS' with value '600'.
    Found keyword 'TIMEOUT_FAILURE' with value '300'.
    Found keyword 'ORIGINAL_RUNDIRECTORY' with value '/sapdb/data/wrk/BWA/'.
    Finished reading of the Backint for MaxDB configuration file.
    Using '/sapdb/BWA/db/bin/backint' as Backint for MaxDB program.
    Using '/sapdb/data/wrk/BWA/backint/backint4MAXDB.in' as input file for Backint for MaxDB.
    Using '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out' as output file for Backint for MaxDB.
    Using '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err' as error output file for Backint for MaxDB.
    Using '/sapdb/data/wrk/BWA/backint/adapter.para' as parameter file for Backint for MaxDB.
    Using '600' seconds as timeout for Backint for MaxDB in the case of success.
    Using '300' seconds as timeout for Backint for MaxDB in the case of failure.
    Using '/sapdb/data/wrk/BWA/dbm.knl' as backup history of a database to migrate.
    Using '/sapdb/data/wrk/BWA/dbm.ebf' as external backup history of a database to migrate.
    Checking availability of backups using backint's inquire function.
    Check passed successful.
    2007-06-26 21:35:40
    Checking medium.
    Check passed successfully.
    2007-06-26 21:35:40
    Preparing backup.
    Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
    Setting environment variable 'BI_REQUEST' to value 'NEW'.
    Setting environment variable 'BI_BACKUP' to value 'FULL'.
    Constructed Backint for MaxDB call '/sapdb/BWA/db/bin/backint -u BWA -f backup -t file -p /sapdb/data/wrk/BWA/backint/adapter.para -i /sapdb/data/wrk/BWA/backint/backint4MAXD
    B.in -c'.
    Created temporary file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out' as output for Backint for MaxDB.
    Created temporary file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err' as error output for Backint for MaxDB.
    Writing '/backup/BWA/BWAPIPE #PIPE' to the input file.
    Prepare passed successfully.
    2007-06-26 21:35:40
    Creating pipes for data transfer.
    Creating pipe '/backup/BWA/BWAPIPE' ... Done.
    All data transfer pipes have been created.
    2007-06-26 21:35:40
    Starting database action for the backup.
    Requesting 'SAVE DATA QUICK TO '/backup/BWA/BWAPIPE' PIPE BLOCKSIZE 8 NO CHECKPOINT MEDIANAME 'BWAPIPE'' from db-kernel.
    The database is working on the request.
    2007-06-26 21:35:40
    Waiting until database has prepared the backup.
    Asking for state of database.
    2007-06-26 21:35:40 Database is still preparing the backup.
    Waiting 1 second ... Done.
    Asking for state of database.
    2007-06-26 21:35:41 Database is still preparing the backup.
    Waiting 2 seconds ... Done.
    Asking for state of database.
    2007-06-26 21:35:43 Database has finished preparation of the backup.
    The database has prepared the backup successfully.
    2007-06-26 21:35:43
    Starting Backint for MaxDB.
    Starting Backint for MaxDB process '/sapdb/BWA/db/bin/backint -u BWA -f backup -t file -p /sapdb/data/wrk/BWA/backint/adapter.para -i /sapdb/data/wrk/BWA/backint/backint4MAXD
    B.in -c >>/sapdb/data/wrk/BWA/backint/backint4MAXDB.out 2>>/sapdb/data/wrk/BWA/backint/backint4MAXDB.err'.
    Process was started successfully.
    Backint for MaxDB has been started successfully.
    2007-06-26 21:35:44
    Waiting for end of the backup operation.
    2007-06-26 21:35:44 The backup tool is running.
    2007-06-26 21:35:44 The database is working on the request.
    2007-06-26 21:35:49 The backup tool is running.
    2007-06-26 21:35:49 The database is working on the request.
    2007-06-26 21:35:59 The backup tool is running.
    2007-06-26 21:35:59 The database is working on the request.
    2007-06-26 21:36:14 The backup tool is running.
    2007-06-26 21:36:14 The database is working on the request.
    2007-06-26 21:36:34 The backup tool is running.
    2007-06-26 21:36:34 The database is working on the request.
    2007-06-26 21:36:41 The backup tool process has finished work with return code 2.
    2007-06-26 21:36:41 The database has finished work on the request.
    Receiving a reply from the database kernel.
    Got the following reply from db-kernel:
    SQL-Code :-8020
    Date :20070626
    Time :00213542
    Database :BWA
    Server :s254176rg04
    KernelVersion :Kernel 7.6.00 Build 035-123-139-084
    PagesTransfered :131072
    PagesLeft :2847194
    MediaName :BWAPIPE
    Location :/backup/BWA/BWAPIPE
    Errortext :end of file
    Label :DAT_000000025
    IsConsistent :true
    FirstLogPageNo :1777329
    DBStamp1Date :20070626
    DBStamp1Time :00213541
    BDPageCount :2978242
    DevicesUsed :1
    DatabaseID :s254176rg04:BWA_20070605_123955
    Max Used Data Page
    Converter Page Count :1604
    The backup operation has ended.
    2007-06-26 21:36:41
    Filling reply buffer.
    Have encountered error -24920:
    The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Constructed the following reply:
    ERR
    -24920,ERR_BACKUPOP: backup operation was unsuccessful
    The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Reply buffer filled.
    2007-06-26 21:36:41
    Cleaning up.
    Removing data transfer pipes.
    Removing data transfer pipe /backup/BWA/BWAPIPE ... Done.
    Removed data transfer pipes successfully.
    Copying output of Backint for MaxDB to this file.
    Begin of output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.out)----
    Reading parameter file /sapdb/data/wrk/BWA/backint/adapter.para.
    Using staging area /sapdb/BWA/backintstage/stage1 with a size of 1073741824 bytes.
    Using staging area /sapdb/BWA/backintstage/stage2 with a size of 1073741824 bytes.
    Using staging area /sapdb/BWA/backintstage/stage3 with a size of 1073741824 bytes.
    Using staging area /sapdb/BWA/backintstage/stage4 with a size of 1073741824 bytes.
    Using 2 file per Backint for Oracle call.
    Using /sapdb/BWA/db/bin/backint as Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/initBWA.utl as parameterfile of Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/BackintHistory as history file.
    Using /sapdb/data/wrk/BWA/backint/backint4Oracle.in as input of Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/backint4Oracle.out as output of Backint for Oracle.
    Using /sapdb/data/wrk/BWA/backint/backint4Oracle.err as error output of Backint for Oracle.
    Reading input file /sapdb/data/wrk/BWA/backint/backint4MAXDB.in.
    Backing up pipe /backup/BWA/BWAPIPE.
    Found 1 entry in the input file.
    Starting the backup.
    Starting pipe2file program(s).
    Waiting for creation of temporary files.
    1 temporary file is available for backup.
    Calling Backint for Oracle at 2007-06-26 21:36:40.
    Calling '/sapdb/BWA/db/bin/backint -u BWA -f backup -t file -p /sapdb/data/wrk/BWA/backint/initBWA.utl -i /sapdb/data/wrk/BWA/backint/backint4Oracle.in -c' .
    Backint for Oracle ended at 2007-06-26 21:36:40 with return code 2.
    Backint for Oracle output: Reading parameter file /sapdb/data/wrk/BWA/backint/initBWA.utl.
    Backint for Oracle output:
    Backint for Oracle output:
    Backint for Oracle error output: No staging area is defined in the parameter file.
    Backint for Oracle error output: The path of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output: The name of the history file is not defined in the parameter file.
    Backint for Oracle error output: The name of the input file of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output: The name of the output file of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output: The name of the error output file of Backint for Oracle is not defined in the parameter file.
    Backint for Oracle error output:
    Finished the backup unsuccessfully.
    #ERROR /backup/BWA/BWAPIPE
    End of output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.out)----
    Removed Backint for MaxDB's temporary output file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.out'.
    Copying error output of Backint for MaxDB to this file.
    Begin of error output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.err)----
    Backint for Oracle was unsuccessful.
    End of error output of Backint for MaxDB (/sapdb/data/wrk/BWA/backint/backint4MAXDB.err)----
    Removed Backint for MaxDB's temporary error output file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.err'.
    Removed the Backint for MaxDB input file '/sapdb/data/wrk/BWA/backint/backint4MAXDB.in'.
    Have finished clean up successfully.
    Please help
    Thanks
    Andy

    Hi Natalia
    Thanks for the reply. Below is initBWA.utl file. At this stage The first staging file is successfully written to the tape and the backup fails after that. The problem I guess is the staging file is not getting deleted or over written after it is written to the tape. Thanks   
    backint parameters
    switch_list: is required and is used as a control file to communicate with
    BACKINT and BRBACKUP for online backups.  A switch list file is created
    every time BRBACKUP wants to backup a file or when it wants to indicate that
    a backup is finished.  The switch_list parameter must be set to a file path
    that is located in: $ORACLE_HOME/sapbackup/.switch.lis.
    switch_list /sapdb/BWA/backintstage/.switch.lis
    switch_sem: is required and is used as a control file which is used between
    BACKINT and BRBACKUP to communicate.  After the switch list file has been
    created and closed, BACKINT creates the switch semaphore file and waits until
    it is deleted by BRBACKUP.  The switch_sem parameter must be set to a file
    path that is located in: $ORACLE_HOME/sapbackup/.switch.sem.
    switch_sem /sapdb/BWA/backintstage/.switch.sem
    switch_log: is required and is used as a control file which is used between
    BACKINT and BRBACKUP to communicate.  After the switch semaphore file has
    been deleted, BACKINT opens and reads the switch log file to determine if
    the process is successful.  The switch log file is created by BRBACKUP.  The
    switch_log parameter must be set to a file path that is located in:
    $ORACLE_HOME/sapbackup/.switch_log.
    switch_log /sapdb/BWA/backintstage/.switch.log
    backint_dir: is an optional parameter and must be set to a directory that is
    public.  BACKINT uses this directory for work space and to store files called
    backint.times, which keeps track of backup information.
    #backint_dir /oracle/SAP/sapscript/backint_dir
    server: is an optional parameter and is the machine name of the NetBackup
    Master server.   The NetBackup Master server is the name of the machine that
    provides most of the administration and control for Netbackup operations and
    contains the NetBackup database.  If BACKINT finds a $SAP_SERVER environment
    variable, the server parameter's value will be overriden by the value of
    $SAP_SERVER.  Also, if the server parameter is not specified and there is no
    environment variable then the server parameter value will default to the
    SERVER option specified in the Netbackkup bp.conf file.
    #server jupiter
    client: is an optional parameter and must be set to a machine name that has
    the NetBackup client software, an Oracle database, and a SAP environment.
    In some cases the server and client machine will be the same machine.  If
    BACKINT finds a $SAP_CLIENT environment variable, the client parameter value
    will be overriden by the assigned environment variable.  If the client
    parameter is not specified and there is no environment variable, then the
    client parameter value will default to the CLIENT_NAME specified in the
    Netbackkup bp.conf file.  If the value is not in bp.conf, BACKINT uses the
    value returned by the gethostname() libary function.
    #client jupiter
    drives: is an optional parameter and should be set to the number of
    simultaneous tape drives to kickoff backup. Set NetBackup Server to support
    multiple simultaneous client backups and the number of storage units/tape
    drives for this backup policy.  Based on the number of drives specified
    BACKINT will simultaneously run the same number of bpbackup/bprestore
    commands.  So for example, if the drives parameter is set to 5, then 5
    bpbackup/bprestore jobs will run at the same time.  The drives parameter
    should be set to the following rule:
    drives = Number of storage units per policy  X  MPX number
    The drives parameter value should not exceed the Set Maxium Jobs per Client
    global attribute.  If BACKINT finds a $SAP_DRIVES environment variable, the
    drive parameter value will be overriden by the value of the $SAP_DRIVES
    variable.  If the drive parameter is not specified and there is no
    environment variable, then BACKINT will exit with an error.
    #drives 1
    policy: is an optionl parameter and should be set to the name of a SAP policy
    type that has been defined in Netbackup.  The SAP policy must have a schedule
    type of Application Backup defined in order for BACKINT to work.  If BACKINT finds
    a $SAP_POLICY environment variable, the policy parameter value will be
    overriden by the value of the $SAP_POLICY variable.  If the policy parameter
    is not specified and there is no environment variable, then the policy
    parameter value will default to the BPBACKUP_POLICY option in the NetBackup
    bp.conf file.  By default, BPBACKUP_POLICY is not in any bp.conf file, then
    NetBackup uses the first SAP policy type that it finds that has the client
    and a user-directed backup schedule.
    policy AXON2541766-SAP
    schedule: Is optional and must be set to the name of type  Application Backup
    schedule that is associates with a SAP policy type.  The schedule can
    define aspects of the backup such as how long Netbackup retains images,
    maximum MPX per drive, storage unit, and volume pool.  If BACKINT finds a
    $SAP_SCHED environment variable, the schedule parameter value will be
    overriden by the value of the $SAP_SCHED environment variable.  If the
    schedule parameter is not specified and there is no environment variable,
    then the schedule parameter value will default to the BPBACKUP_SCHED option
    in the NetBackup bp.conf file.  By default BPBACKUP_SCHED is not in any
    bp.conf file then, NetBackup uses the first schedule of type Application Backup
    that it finds. It is higly recommended to set schedule parameter in *.utl file.
    #schedule Default-Application-Backup
    policy2: is optional and is the name of a policy to be used for the
    secondary SAP backup.  The secondary backup is performed for each SAP
    database backup on files that are needed to track SAP backup information.
    This option would be used to save the backup information on a different
    media.  If policy2 is not specified, then the policy parameter value is used.
    #policy2 sap_sec_backup
    schedule2: is optional and is the name of a Application Backup schedule to be
    used for the secondary SAP  backup.  The secondary backup is performed for
    each SAP database backup on files that are needed to track SAP backup
    information.  This option would be used to save the backup information on a
    different media.  If schedule2 is not specified, then the schedule parameter
    value is used.
    #schedule2 userbkps
    sort_backup_type: [size | custom | device | drive ]
    This parameter is optional and is used to specify four different backup
    sort option.  If sort_backup_type is not specified it will default to
    the size option.
    #sort_backup_type size
    sort_backup_type: [image | custom | drive ]
    This parameter is optional and is used to specify three different restore
    sort option.  If sort_restore_type is not specified it will default to
    the image option.
    #sort_restore_type image
    custom_sort_file: is optional and is used in conjunction with the
    sort_backup_type and sort_restore_type parameter.  If the custom option is
    specified on either the sort_backup_type or sort_restore_type parameter,
    then the custom_sort_file parameter needs to be set to a valid file.  The
    value for this parameter must be a full path name to a custom sort file and
    must have public permissions.
    #custom_sort_file /oracle/SAP/sapscripts/custom_sort_file
    master_time_offset:  is an option parameter used to restore old backups
    if there was a time difference between the master and client machines.
    This option should only be used for restoring 3.0 or older backup or if a
    backint restore can't find a specified backup.  The master_time_offset is
    specified in minutes.  The value will be subtract from the start time and
    added to the end time for a restore or inquire.
    #master_time_offset 2
    #sleep: is optional and is used to specify a sleep time to monitor the
    bpbackup or bprestore logs.  The default is 5 seconds.  When BACKINT is
    called a number of bpbackup/bprestore commands can be running at the
    sametime.  BACKINT monitors each command and display the information to the
    -o parameter.  In some cases bpbackup/bprestore information is not displayed
    because of the monitoring cycle.  Therefore this option is used mainly for
    debug reasons.
    #sleep 5
    policy_log: is optional and is the name of a policy to be used for
    backing up a second copy of an archive log.  If this option is specified
    then two backups will be performed on the same archive log.  The first
    backup will go to the "policy" name option and the second backup will go
    to the "policy_log" name option.
    #policy_log sap_archive_logs
    sched_log: is optional and is the name of a schedule to create a second
    backing up of an archive log.  If this option is specified then two backup
    will be performed on the same archive log.  The first backup will go to the
    "schedule" option and the second backup will be go to the "sched_log" and
    option.  The "sched_log" name must be a valid schedule name under the
    "policy_log" name option, otherwise it must be a valid schedule name under
    the "policy" name option.
    #sched_log Default-Application-Backup
    retry_backup: is an optional parameter and should be set to the number of
    retries for a failed backup.  If this option is specified BACKINT will
    retry a failed bpbackup job.  The number of retries is determine by the
    value on the retry_backup parameter.
    #retry_backup 2
    fail_backup: is optional and is used to stop the backup process immediately
    when an error occurs.  The standard behavior of BACKINT is to continue
    processing even in the event of an error and then report what files failed
    and what files were successful.  If this parameter is specified then BACKINT
    will stop process on the first error and report failures for all the
    files that were not backed up.
    #fail_backup
    media_notify_script: is optional and is used to call a script when a
    "Waiting mount" is displayed in a bpbackup/bprestore log.  The value for this
    option must be the full path name to a script.  The script should also have
    the right file permissions and should be tested before implementation.  If
    the message is encountered and this optional is specified, then the
    following commands will be executed from BACKINT:
      MEDIA_ID=A001;export MEDIA_ID
      NETBACKUP_SERVER=saturn;export NETBACKUP_SERVER
      /oracle/SAP/sapscripts/sap_media_notify
    #media_notify_script /oracle/SAP/sapscripts/sap_media_notify
    restore_filter: is optional and is used to resolve linked file paths on a
    restore.  This parameter should be commented out and should be used only on
    rare occassions.  The following are the cases were this parameter is needed:
      1) Oracle table spaces use file paths
      2) The directory paths to the Oracle table spaces are linked paths
      3) The linked directory paths don't exist at restore time
    The value for this parmater must be a fully qualified file path name to a
    script, which has the right permissions and has been tested before being
    implemented.  The script must have an input and output parameter and be able
    to modify the contents of a text file which contains file paths.  The script
    is responsible for converting linked directory paths into absolute directory
    paths. See /usr/openv/netbackup/ext/db_ext/sap/scripts/restore_filter for
    an example.
    #restore_filter /oracle/SAP/sapscripts/restore_filter.sh
    bplist_filter: is optional and is used to resolve linked file passes on an
    inquire.  This parameter should be commented out and should be used only on
    rare occassions.  Like the restore_filter_script parameter this is needed
    for the following cases:
      1) Oracle table spaces use file paths
      2) The directory paths to the Oracle table spaces are linked paths
      3) The linked directory paths don't exist at restore time
    The value for this option must be a fully qualified path name to a script,
    which has the right file permission and has been tested before being
    implemented.  The script must have an input and output parameter and be able
    to modify the contents of a text file, which contains file paths.  The script
    is responsible for converting absolute directory paths into linked directory
    paths.  This is just the opposite of the restore filter script. See
    /usr/openv/netbackup/ext/db_ext/sap/scripts/bplist_filter for an example.

  • [tuner card] cx88 alsa buffer under-run (on xc4000)

    I'm having really weird bug and I don't know where should I look for help.
    I own Leadtek WinFast DTV2000 H Plus card with Conexant CX2388x PCI bridge and Xcieve XC4000 tuner.
    I'm using it with mplayer to watch analog cable tv. I'm suffering from buffer underrun caused by alsa driver (cx88_alsa). What's more interesting it's occurring more often when I'm watching channels only on specific frequencies (mostly high). The side effect of this is that mplayer (also mplayer2) has a memory leak which causes to drop frames after aprox. 10 minutes.
    When I'm having underruns dmesg shows something like this:
    May 26 11:26:12 localhost kernel: [81922.660861] cx88[0]: irq aud [0x1101] dn_risci1* dnf_of dn_sync*
    May 26 11:26:14 localhost kernel: [81924.159913] cx88[0]: irq aud [0x1101] dn_risci1* dnf_of dn_sync*
    May 26 11:26:16 localhost kernel: [81926.855046] cx88[0]: irq aud [0x1101] dn_risci1* dnf_of dn_sync*
    May 26 11:26:19 localhost kernel: [81929.550115] cx88[0]: irq aud [0x1101] dn_risci1* dnf_of dn_sync*
    May 26 11:26:22 localhost kernel: [81932.245248] cx88[0]: irq aud [0x1101] dn_risci1* dnf_of dn_sync*
    May 26 11:26:25 localhost kernel: [81935.341748] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    May 26 11:26:25 localhost kernel: [81935.352431] cx88[0]: irq aud [0x1101] dn_risci1* dnf_of dn_sync*
    May 26 11:26:25 localhost kernel: [81935.352440] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    I've figured a simple workaround but it's causing sound stuttering on high frequencies (because of more buffer underruns). Disable audio in mplayer and run:
    sox -t alsa hw:1,0 -t alsa hw:0,0
    I've found similar problem but no one has found a soultion: http://www.digipedia.pl/usenet/thread/17087/5974/
    I've tried also applying workaround from https://bugs.launchpad.net/ubuntu/+sour … bug/836062 post #5 but it doesn't work.
    I really don't know where should I report this bug. Any help will be really appreciated.
    Info and configs:
    lspci:
    08:07.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
    Subsystem: LeadTek Research Inc. Device 6f42
    Flags: bus master, medium devsel, latency 32, IRQ 21
    Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
    Capabilities: <access denied>
    Kernel driver in use: cx8800
    08:07.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
    Subsystem: LeadTek Research Inc. Device 6f42
    Flags: bus master, medium devsel, latency 32, IRQ 21
    Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
    Capabilities: <access denied>
    Kernel driver in use: cx88_audio
    08:07.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
    Subsystem: LeadTek Research Inc. Device 6f42
    Flags: bus master, medium devsel, latency 32, IRQ 21
    Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
    Capabilities: <access denied>
    Kernel driver in use: cx88-mpeg driver manager
    mplayer config:
    # Write your default config options here!
    tv=driver=v4l2:input=1:norm=PAL-DK:channels=119250-ch1,127250-ch2,135250-ch3,143250-ch4,151250-ch5,159250-ch6,167250-ch7,175250-ch8,183250-ch9,191250-ch10,199250-ch11,215250-ch12,223250-ch13,231250-ch14,239250-ch15,247250-ch16,255250-ch17,263250-ch18,271250-ch19,279250-ch20,287250-ch21,295250-ch22,303250-ch23,311250-ch24,319250-ch25,327250-ch26,335250-ch27,343250-ch28,351250-ch29,359250-ch30,367250-ch31,375250-ch32,383250-ch33,391250-ch34,399250-ch35,407250-ch36,415250-ch37,423250-ch38,431250-ch39,439250-ch40,447250-ch41,455250-ch42,463250-ch43,471250-ch44,479250-ch45,487250-ch46,495250-ch47,503250-ch48,511250-ch49,527250-ch50,535250-ch51,591200-ch52
    Example output of sox underruns:
    hw:1,0: (alsa)
    Encoding: Signed PCM
    Channels: 2 @ 16-bit
    Samplerate: 48000Hz
    Replaygain: off
    Duration: unknown
    In:0.00% 00:00:00.17 [00:00:00.00] Out:4.10k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:02.05 [00:00:00.00] Out:94.2k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:03.24 [00:00:00.00] Out:152k [ -|- ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:04.78 [00:00:00.00] Out:225k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:07.17 [00:00:00.00] Out:340k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:08.53 [00:00:00.00] Out:406k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:10.07 [00:00:00.00] Out:479k [ -|- ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:11.43 [00:00:00.00] Out:545k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:13.14 [00:00:00.00] Out:627k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:14.51 [00:00:00.00] Out:692k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:15.70 [00:00:00.00] Out:750k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:16.55 [00:00:00.00] Out:791k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:18.77 [00:00:00.00] Out:897k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:19.97 [00:00:00.00] Out:954k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:20.31 [00:00:00.00] Out:971k [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:22.19 [00:00:00.00] Out:1.06M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:23.38 [00:00:00.00] Out:1.12M [ -|- ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:24.58 [00:00:00.00] Out:1.18M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:25.77 [00:00:00.00] Out:1.23M [ -|- ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:26.97 [00:00:00.00] Out:1.29M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:28.16 [00:00:00.00] Out:1.35M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:30.21 [00:00:00.00] Out:1.45M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:31.23 [00:00:00.00] Out:1.50M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:32.94 [00:00:00.00] Out:1.58M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:33.96 [00:00:00.00] Out:1.63M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:35.33 [00:00:00.00] Out:1.69M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:36.86 [00:00:00.00] Out:1.77M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:38.06 [00:00:00.00] Out:1.82M [ | ] Clip:0 sox WARN alsa: under-run
    In:0.00% 00:00:39.08 [00:00:00.00] Out:1.87M [ -|- ] Clip:0 sox WARN alsa: under-run

    Hi mate,
    Just to let you know you are not alone. I have the same issue with Leadtek WinFast DTV2000 H (rev. J) card. It's card=82 on the cx88 driver support list on v4l site.
    I'm seeing the same messages on Mythbuntu Lucid 10.04 I just noticed it today troubleshooting some tunning issue. I found some other people having same issue dating from 2007 and 2009 with some other cards too, not sure if the same driver though.
    $ dmesg | egrep "cx2388|dvb|DVB|cx88"
    [   18.686379] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.7 loaded
    [   18.686470] cx88/0: cx2388x v4l2 driver version 0.0.7 loaded
    [   18.698803] cx88[0]: subsystem: 107d:6f2b, board: WinFast DTV2000 H rev. J [card=82,autodetected], frontend(s): 1
    [   18.698805] cx88[0]: TV tuner type 63, Radio tuner type -1
    [   18.701199] cx2388x alsa driver version 0.0.7 loaded
    [   18.916524] tuner 0-0043: chip found @ 0x86 (cx88[0])
    [   18.927543] tuner 0-0061: chip found @ 0xc2 (cx88[0])
    [   18.988392] input: cx88 IR (WinFast DTV2000 H rev. as /devices/pci0000:00/0000:00:14.4/0000:03:07.2/input/input6
    [   18.988524] cx88[0]/2: cx2388x 8802 Driver Manager
    [   18.988555] cx88-mpeg driver manager 0000:03:07.2: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [   18.988565] cx88[0]/2: found at 0000:03:07.2, rev: 5, irq: 21, latency: 32, mmio: 0xfb000000
    [   18.988572] IRQ 21/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    [   18.989608] cx8800 0000:03:07.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [   18.989618] cx88[0]/0: found at 0000:03:07.0, rev: 5, irq: 21, latency: 32, mmio: 0xfa000000
    [   18.989630] IRQ 21/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    [   18.989753] cx88[0]/0: registered device video0 [v4l2]
    [   18.989804] cx88[0]/0: registered device vbi0
    [   18.989852] cx88[0]/0: registered device radio0
    [   19.007549] cx88/2: cx2388x dvb driver version 0.0.7 loaded
    [   19.007554] cx88/2: registering cx8802 driver, type: dvb access: shared
    [   19.007557] cx88[0]/2: subsystem: 107d:6f2b, board: WinFast DTV2000 H rev. J [card=82]
    [   19.007561] cx88[0]/2: cx2388x based DVB/ATSC card
    [   19.007563] cx8802_alloc_frontends() allocating 1 frontend(s)
    [   19.007791] cx88_audio 0000:03:07.1: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [   19.007801] IRQ 21/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    [   19.007827] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
    [   19.036402] DVB: registering new adapter (cx88[0])
    [   19.036405] DVB: registering adapter 0 frontend 0 (Conexant CX22702 DVB-T)...
    [   28.937066] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937078] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937089] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937097] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937105] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937113] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937129] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937137] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    [   28.937145] cx88[0]: irq aud [0x1001] dn_risci1* dn_sync*
    Some of them solved their issue by unloading the cards ALSA driver cx88_alsa but not sure if that is a good idea since that module is used by snd_pcm and will probably have audio impact.
    My IRQ assignments:
    $ cat /proc/interrupts
               CPU0       CPU1       
      0:         27        115   IO-APIC-edge      timer
      1:          0          2   IO-APIC-edge      i8042
      4:          0          2   IO-APIC-edge   
      6:          0          5   IO-APIC-edge      floppy
      7:          0          0   IO-APIC-edge      parport0
      8:          0          1   IO-APIC-edge      rtc0
      9:          0          0   IO-APIC-fasteoi   acpi
    12:          0          4   IO-APIC-edge      i8042
    14:          0          0   IO-APIC-edge      pata_atiixp
    15:          0          0   IO-APIC-edge      pata_atiixp
    16:          0       1223   IO-APIC-fasteoi   ohci_hcd:usb3, ohci_hcd:usb4, HDA Intel
    17:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1
    18:          1         28   IO-APIC-fasteoi   ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7
    19:       3454      25488   IO-APIC-fasteoi   ehci_hcd:usb2, HDA Intel
    21:     676891      17268   IO-APIC-fasteoi   cx88[0], cx88[0], cx88[0]
    22:          0          3   IO-APIC-fasteoi   ohci1394
    25:      42059        164   PCI-MSI-edge      eth0
    26:          3     635727   PCI-MSI-edge      ahci
    27:          0          0   PCI-MSI-edge      fglrx[0]@PCI:1:5:0
    NMI:          0          0   Non-maskable interrupts
    LOC:    5877466    5852321   Local timer interrupts
    SPU:          0          0   Spurious interrupts
    PMI:          0          0   Performance monitoring interrupts
    PND:          0          0   Performance pending work
    RES:    2710497    3588734   Rescheduling interrupts
    CAL:       1027         64   Function call interrupts
    TLB:      91005      89118   TLB shootdowns
    TRM:          0          0   Thermal event interrupts
    THR:          0          0   Threshold APIC interrupts
    MCE:          0          0   Machine check exceptions
    MCP:        115        115   Machine check polls
    ERR:          2
    MIS:          0
    The card is sharing the same IRQ 21 for all three devices I guess DVB, analog TV and radio.
    03:07.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
        Subsystem: LeadTek Research Inc. Device 6f2b
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: <access denied>
        Kernel driver in use: cx8800
        Kernel modules: cx8800
    03:07.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
        Subsystem: LeadTek Research Inc. Device 6f2b
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: <access denied>
        Kernel driver in use: cx88_audio
        Kernel modules: cx88-alsa
    03:07.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
        Subsystem: LeadTek Research Inc. Device 6f2b
        Flags: bus master, medium devsel, latency 32, IRQ 21
        Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
        Capabilities: <access denied>
        Kernel driver in use: cx88-mpeg driver manager
        Kernel modules: cx8802
    I'm using this card on MythTV setup for watching and recording DVB-T TV and can't say I've noticed any sound issues during playback. But what I've noticed is that the card can't tune some DVB channels here in Australia after I upgraded to MythTV 0.25 and Mythbuntu 10.04.
    If you ask me this issue should go to the v4l list since I think is driver related.
    Cheers,
    Igor

Maybe you are looking for